From: Guillem Jover Date: Mon, 19 Nov 2007 07:58:50 +0000 (+0200) Subject: ChangeLog police patrol X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d963c39d8fa2f54f14d11e563f1b3b7a82d54f;p=dpkg ChangeLog police patrol --- diff --git a/ChangeLog b/ChangeLog index 937883f9..31d0dcd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -123,6 +123,10 @@ ($host_arch): Initialize with get_host_arch instead of direct call to 'dpkg-architecture'. +2007-10-12 Raphael Hertzog + + * scripts/dpkg-shlibdeps.pl: Use get_host_arch from Dpkg::Arch. + 2007-10-12 Guillem Jover * scripts/controllib.pl ($host_arch, get_host_arch, get_valid_arches) diff --git a/debian/changelog b/debian/changelog index fe108cf9..cb025a2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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" 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' 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 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 Mon, 08 Oct 2007 20:22:57 +0200 - dpkg (1.14.7) unstable; urgency=low [ Guillem Jover ] diff --git a/man/ChangeLog b/man/ChangeLog index d963d18f..adb650de 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -18,17 +18,17 @@ 2007-11-04 Robert Luberda - * 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 - * po/de.po: Spellchecked + * po/de.po: Spellchecked. 2007-11-04 Robert Luberda * po/pl.po: Update to 1221t16f108u. - + 2007-11-04 Helge Kreutzmann * po/de.po: Updated to 1300t0f45u. @@ -59,8 +59,8 @@ 2007-10-12 Helge Kreutzmann - * 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 @@ -247,7 +247,7 @@ 2007-07-18 Guillem Jover - * dpkg.1: Split indeendent options. + * dpkg.1: Split independent options. * dpkg-buildpackage.1: Likewise. * dpkg-genchanges.1: Likewise. * dpkg-source.1: Likewise. diff --git a/po/ChangeLog b/po/ChangeLog index 6a8ec81c..592f6b65 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -9,7 +9,7 @@ 2007-11-06 Christian Perrier - * 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 diff --git a/scripts/po/ChangeLog b/scripts/po/ChangeLog index aa634850..b0ca946f 100644 --- a/scripts/po/ChangeLog +++ b/scripts/po/ChangeLog @@ -18,8 +18,8 @@ 2007-11-04 Helge Kreutzmann - * de.po: Updated to 141t0f337u. - + * de.po: Updated to 141t0f337u. + 2007-10-26 Peter Karlsson * dpkg-dev.pot: Regenerated. @@ -28,11 +28,12 @@ 2007-10-08 Robert Luberda - * LINGUAS, pl.po: Initial Polish translation with 322t69f71u. + * LINGUAS: Add Polish. + * pl.po: New file. Initial translation with 322t69f71u. 2007-09-28 Peter Karlsson - * sv.po: Updated Swedish to 462t. + * sv.po: Updated to 462t. 2007-09-23 Frank Lichtenheld @@ -41,11 +42,12 @@ 2007-09-20 Christian Perrier - * fr.po: Typo correction + * fr.po: Typo correction. 2007-08-30 Peter Karlsson - * LINGUAS, sv.po: Added Swedish. + * LINGUAS: Added Swedish. + * sv.po: New file. 2007-08-18 Guillem Jover