]> err.no Git - dpkg/commitdiff
ChangeLog police patrol
authorGuillem Jover <guillem@debian.org>
Mon, 19 Nov 2007 07:58:50 +0000 (09:58 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 19 Nov 2007 09:08:10 +0000 (11:08 +0200)
ChangeLog
debian/changelog
man/ChangeLog
po/ChangeLog
scripts/po/ChangeLog

index 937883f954ac86b4dab1dd1832f845398d8e8353..31d0dcd393aa04136c02dd8d3b68cd31947fe41b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        ($host_arch): Initialize with get_host_arch instead of direct call to
        'dpkg-architecture'.
 
+2007-10-12  Raphael Hertzog  <hertzog@debian.org>
+
+       * scripts/dpkg-shlibdeps.pl: Use get_host_arch from Dpkg::Arch.
+
 2007-10-12  Guillem Jover  <guillem@debian.org>
 
        * scripts/controllib.pl ($host_arch, get_host_arch, get_valid_arches)
index fe108cf96bdbfc0ce1e3dc70047fa1798c3b783b..cb025a2b0468c174b1e909d0f0f2035772b40673 100644 (file)
@@ -1,40 +1,31 @@
 dpkg (1.14.8) UNRELEASED; urgency=low
 
   [ Raphael Hertzog ]
-  * Merge dpkg-shlibdeps-buxy branch, dpkg-shlibdeps has been heavily
-    reworked:
-    * it supports "symbols" files to generate finer-grained
-      dependencies. Closes: #430367
-      Those files can be created by the new dpkg-gensymbols
-      command.
-    * it uses now all paths in RPATH (instead of only the first).
+  * Heavy rework of dpkg-shlibdeps:
+    - Support "symbols" files to generate finer-grained dependencies.
+      Those files can be created by the new dpkg-gensymbols command.
+      Closes: #430367
+    - Uses now all paths in RPATH (instead of only the first).
       Closes: #395942
-    * it's now able to parse include directives in /etc/ld.so.conf.
-      Closes: #431597
-    * libraries are also searched in the public directories of packages
+    - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
+    - Libraries are also searched in the public directories of packages
       being built and thus debian/shlibs.local can effectively define
       dependencies for libraries that are being built. Closes: #80340
-    * "symbols" files use the full SONAME as key instead of splitting it in
-      (name, version) like the "shlibs" format requires it. This allows
-      binaries to be linked with unversioned libraries and not fail.
-      Closes: #48208
-      Note that unversioned libraries are still a very bad idea.
-    * dpkg-shlibdeps now supports "-x<package>" options that can be used
-      to exclude packages from generated dependencies. This is
-      particalularly useful to avoid dependencies on ourselves when a
-      package contains a binary and a library (without requiring an
-      shlibs.local file to override the usual shlibs file). It might also
-      be used to avoid other unwanted dependencies (use with care though).
+    - "symbols" files use the full SONAME as key instead of splitting it in
+      (name, version) like in the "shlibs" format. This allows binaries to
+      be linked with unversioned libraries and not fail. Note that
+      unversioned libraries are still a very bad idea.  Closes: #48208
+    - dpkg-shlibdeps now supports '-x<package>' options that can be used to
+      exclude packages from generated dependencies (use with care though).
       Closes: #41907, #109954
-    * If dpkg-shlibdeps doesn't find any dependency information for a
+    - If dpkg-shlibdeps doesn't find any dependency information for a
       shared library that is actively used, then it will fail. This can be
-      disabled with the option --ignore-missing-info. Closes: #10807
-  * Switch perl programs to use the new Dpkg/Deps module. This changes the
-    behaviour of dpkg-gencontrol which will rewrite and simplify dependencies
-    as possible.
-    Multiple dependencies on the same package are replaced by their
-    intersection. Closes: #178203, #186809, #222652
-    This applies to dependencies as well as build dependencies.
+      disabled with the option '--ignore-missing-info'. Closes: #10807
+  * Switch perl programs to use the new Dpkg::Deps module. This changes the
+    behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
+    simplify dependencies and build dependencies as possible. Multiple
+    dependencies on the same package are replaced by their intersection.
+    Closes: #178203, #186809, #222652
 
   [ Frank Lichtenheld ]
   * Add $(MAKE) check to build target
@@ -47,12 +38,11 @@ dpkg (1.14.8) UNRELEASED; urgency=low
     set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
   * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
     proper \(aq. Reported by Daniel van Eeden. Closes: #447476
-    
 
   [ Guillem Jover ]
   * Use shipped perl modules when calling perl programs at build time.
-  * Switch perl programs to use the new Dpkg/ErrorHandling module.
-  * Switch perl programs to use the new Dpkg/Arch module.
+  * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
+    perl modules.
   * Add support for format strings in Dpkg::ErrorHandling functions.
   * Move build and host arch detection code from dpkg-architecture to
     Dpkg::Arch.
@@ -68,36 +58,29 @@ dpkg (1.14.8) UNRELEASED; urgency=low
   [ Updated dselect translations ]
   * Czech (Miroslav Kure).
 
+  [ Added dpkg translations ]
+  * Thai (Theppitak Karoonboonyanan). Closes: #446501
+
   [ Updated dpkg translations ]
   * Czech (Miroslav Kure).
+  * Galician (Jacobo Tarrio). Closes: #446624
   * Polish (Robert Luberda).
   * Russian (Yuri Kozlov). Closes: #446278
-  * Thai added (Theppitak Karoonboonyanan). Closes: #446501
-  * Galician (Jacobo Tarrio). Closes: #446624
 
   [ Updated man pages translations ]
   * German (Helge Kreutzmann). Closes: #448354
   * Polish (Robert Luberda).
   * Swedish (Peter Karlsson).
 
+  [ Added scripts translations ]
+  * German (Helge Kreutzmann). Closes: #448353
+
   [ Updated scripts translations ]
   * Polish (Robert Luberda).
   * Swedish (Peter Karlsson).
-  * German added (Helge Kreutzmann). Closes: #448353
 
  -- Raphael Hertzog <hertzog@debian.org>  Mon, 08 Oct 2007 20:49:51 +0200
 
-dpkg (1.14.8~newshlib) experimental; urgency=low
-
-  [ Raphael Hertzog ]
-  * Snapshot of upcoming dpkg 1.14.8 with improved dpkg-shlibdeps
-    supporting symbols files.
-
-  [ Updated man pages translations ]
-  * German (Helge Kreutzmann).
-
- -- Raphael Hertzog <hertzog@debian.org>  Mon, 08 Oct 2007 20:22:57 +0200
-
 dpkg (1.14.7) unstable; urgency=low
 
   [ Guillem Jover ]
index d963d18f725dccb1f6dc182eb092906e601c43eb..adb650de05b4c9694cfc99421bba7ab389986022 100644 (file)
 
 2007-11-04  Robert Luberda  <robert@debian.org>
 
-       * po/pl.po: Update to 1258t10f77u, fix typos
-         in existing translations.
+       * po/pl.po: Update to 1258t10f77u, fix typos in existing
+       translations.
 
 2007-11-10  Helge Kreutzmann  <debian@helgefjell.de>
 
-       * po/de.po: Spellchecked
+       * po/de.po: Spellchecked.
 
 2007-11-04  Robert Luberda  <robert@debian.org>
 
        * po/pl.po: Update to 1221t16f108u.
-       
+
 2007-11-04  Helge Kreutzmann  <debian@helgefjell.de>
 
        * po/de.po: Updated to 1300t0f45u.
@@ -59,8 +59,8 @@
 
 2007-10-12  Helge Kreutzmann  <debian@helgefjell.de>
 
-       * po/de.po: Updated to 1280t0f63u, add lots of fixes from 
-         Frank Lichtenheld, thanks!
+       * po/de.po: Updated to 1280t0f63u, add lots of fixes from
+       Frank Lichtenheld, thanks!
 
 2007-10-12  Frank Lichtenheld  <djpig@debian.org>
 
 
 2007-07-18  Guillem Jover  <guillem@debian.org>
 
-       * dpkg.1: Split indeendent options.
+       * dpkg.1: Split independent options.
        * dpkg-buildpackage.1: Likewise.
        * dpkg-genchanges.1: Likewise.
        * dpkg-source.1: Likewise.
index 6a8ec81cacd539b69dba2c15212d69c3b3d66dd7..592f6b656be43deacb2ad1537a5b726a287eebbb 100644 (file)
@@ -9,7 +9,7 @@
 
 2007-11-06  Christian Perrier  <bubulle@debian.org>
 
-       * fr.po: Enter the 21st century and switched to UTF-8
+       * fr.po: Enter the 21st century and switched to UTF-8.
 
 2007-10-14  Jacobo Tarrio  <jtarrio@trasno.net>
 
index aa634850690dd8ef55f97e46b2471d6d0f2e1be2..b0ca946fbdf5eb005fc580ff5e830608aa744a37 100644 (file)
@@ -18,8 +18,8 @@
 
 2007-11-04  Helge Kreutzmann  <debian@helgefjell.de>
 
-        * de.po: Updated to 141t0f337u.
-       
+       * de.po: Updated to 141t0f337u.
+
 2007-10-26  Peter Karlsson  <peterk@debian.org>
 
        * dpkg-dev.pot: Regenerated.
 
 2007-10-08 Robert Luberda <robert@debian.org>
 
-       * LINGUAS, pl.po: Initial Polish translation with 322t69f71u.
+       * LINGUAS: Add Polish.
+       * pl.po: New file. Initial translation with 322t69f71u.
 
 2007-09-28  Peter Karlsson  <peterk@debian.org>
 
-       * sv.po: Updated Swedish to 462t.
+       * sv.po: Updated to 462t.
 
 2007-09-23  Frank Lichtenheld  <djpig@debian.org>
 
 
 2007-09-20  Christian Perrier  <bubulle@debian.org>
 
-       * fr.po: Typo correction
+       * fr.po: Typo correction.
 
 2007-08-30  Peter Karlsson  <peterk@debian.org>
 
-       * LINGUAS, sv.po: Added Swedish.
+       * LINGUAS: Added Swedish.
+       * sv.po: New file.
 
 2007-08-18  Guillem Jover  <guillem@debian.org>