]> err.no Git - dpkg/commitdiff
Merge branch 'lenny'
authorRaphael Hertzog <hertzog@debian.org>
Mon, 12 May 2008 12:11:41 +0000 (14:11 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Mon, 12 May 2008 12:11:41 +0000 (14:11 +0200)
Conflicts:

ChangeLog
configure.ac
debian/changelog
man/ChangeLog
po/ChangeLog
po/pt.po

1  2 
ChangeLog
debian/changelog
man/ChangeLog
man/dpkg-source.1
po/pt.po

diff --cc ChangeLog
index 60034cb9c4ec7379d8b5c92f2872d420043276e7,d2687b9755dcbbdbbe07c5e2ea2ca9028b10f22b..5f3fdd561db1c359838a221ab78f2257dc042669
+++ b/ChangeLog
@@@ -1,34 -1,51 +1,82 @@@
 +2008-05-11  Pierre Habouzit  <madcoder@debian.org>
 +
 +      * lib/showpkg.c (show1package): Use %zd instead of %d in sprintf()
 +      call with a size_t parameter.
 +
 +2008-05-11  Pierre Habouzit  <madcoder@debian.org>
 +
 +      * scripts/update-alternatives.pl: add a --query option that works like
 +      --display but outputs a machine parseable rfc822-like output.
 +      * man/update-alternatives.8: document that new option, and the
 +      associated format.
 +
 +2008-05-05  Raphael Hertzog  <hertzog@debian.org>
 +
 +      * scripts/dpkg-gensymbols.pl: Do not accept empty parameters for
 +      -v,  -P and -e.
 +
 +2008-05-05  Raphael Hertzog  <hertzog@debian.org>
 +
 +      * scripts/dpkg-shlibdeps.pl: Include the format of the desired
 +      library in the "library not found" error message.
 +
 +2008-05-02  Guillem Jover  <guillem@debian.org>
 +
 +      * scripts/update-alternatives.pl: Do not suggest manually changing
 +      the alternative symlinks on verbose mode.
 +
 +2008-04-29  Guillem Jover  <guillem@debian.org>
 +
 +      * configure.ac: Bump version to 1.15.0~.
 +
+ 2008-05-12  Guillem Jover  <guillem@debian.org>
+       * configure.ac: Bump version to 1.14.20~.
+ 2008-05-12  Guillem Jover  <guillem@debian.org>
+       * configure.ac: Release 1.14.19.
+ 2008-05-12  Guillem Jover  <guillem@debian.org>
+       * scripts/dpkg-gencontrol.pl: Get Package-Type field value also from
+       custom field.
+ 2008-05-11  Raphael Hertzog  <hertzog@debian.org>
+       * src/processarc.c (process_archive): While removing files that
+       disappeared, move the call to namenodetouse before the test
+       that skips directory shared with other packages. This is required
+       because namenodetouse() handles trigger activation and we really
+       want directories containing (only) removed files to activate the
+       corresponding triggers.
+ 2008-05-08  Raphael Hertzog  <hertzog@debian.org>
+       * scripts/Dpkg/Source/Package/V2.pm,
+       scripts/Dpkg/Source/Package/V3/quilt.pm: Ensure the
+       .dpkg-source-applied stamp file is created when an automatic patch
+       is created so that a second build doesn't try to mistakenly
+       reapply it.
+ 2008-05-08  Raphael Hertzog  <hertzog@debian.org>
+       * scripts/Dpkg/Source/Functions.pm (is_binary): New function
+       to check if a file is binary by using diff against it.
+       * scripts/Dpkg/Source/Package/V2.pm: Check that all files from the
+       debian sub-directory are non-binary and only allow whitelisted
+       binary files.
+       * man/dpkg-source.1: Document this behaviour.
+ 2008-05-08  Raphael Hertzog  <hertzog@debian.org>
+       * scripts/Dpkg/Changelog/Debian.pm (parse): Bugfix in creation of
+       an unexpected new changelog entry that lacks an header line.
+ 2008-05-04  Marco d'Itri  <md@linux.it>
+       * scripts/Dpkg/Source/Patch.pm: Add missing import of internerr.
  2008-04-26  Raphael Hertzog  <hertzog@debian.org>
  
        * scripts/Dpkg/Source/Package.pm (upgrade_object_type): Instead
index c5ff7c6658555292933cb37bc5bd3e4cad7ec2f5,a74a89d4daab73b6686d638579606c82d04673ba..de1a44e01cddddf50f1e57a5934f04971ebdc9fd
@@@ -1,24 -1,10 +1,30 @@@
- dpkg (1.14.19) UNRELEASED; urgency=low
 +dpkg (1.15.0) UNRELEASED; urgency=low
 +
 +  [ Guillem Jover ]
 +  * Do not suggest manually changing the alternative symlinks on
 +    update-alternative's verbose mode. Closes: #412487
 +
 +  [ Raphael Hertzog ]
 +  * Enhance dpkg-shlibdeps's error message when a library can't be found to
 +    include the ELF format of the desired library. Closes: #474671
 +  * dpkg-gensymbols now refuses empty values for the the -v -P and -e
 +    parameters.
 +
 +  [ Pierre Habouzit ]
 +  * Add a --query option to update-alternatives. Closes: #336091, #441904
 +
 +  [ Updated dpkg translations ]
 +  * Portuguese (Miguel Figueiredo).
 +
 + -- Guillem Jover <guillem@debian.org>  Tue, 29 Apr 2008 06:01:40 +0300
 +
+ dpkg (1.14.20) UNRELEASED; urgency=low
+   *
+  -- Guillem Jover <guillem@debian.org>  Mon, 12 May 2008 09:04:34 +0300
+ dpkg (1.14.19) unstable; urgency=low
  
    [ Guillem Jover ]
    * Fix a double-free by setting scontext to NULL after calling freecon.
diff --cc man/ChangeLog
index dfdf947488152b7efb8273e2260bcdbc3c5c11d7,323295758498a04bff452bdd1dc37e6365d3f4fb..8784ee417f08831088648af25702cc4e37e02f77
@@@ -1,12 -1,38 +1,47 @@@
 +2008-05-11  Raphael Hertzog  <hertzog@debian.org>
 +
 +      * dpkg-source.1: Properly escape hyphen in -i option.
 +
 +2008-05-05  Raphael Hertzog  <hertzog@debian.org>
 +
 +      * dpkg-source.1: Improve explanation of -i when used with
 +      VCS-based source packages.
 +
+ 2008-05-12  Guillem Jover  <guillem@debian.org>
+       * po/dpkg-man.pot: Regenerated.
+       * po/*.po: Merged with dpkg-man.pot.
+ 2008-05-10  Sven Joachim  <svenjoac@gmx.de>
+       * po/de.po: Fix typos.
+ 2008-05-09  Helge Kreutzmann  <debian@helgefjell.de>
+       * po/de.po: Updated to 1584t0f17u.
+ 2008-05-09  Peter Karlsson  <peterk@debian.org>
+       * po/sv.po: Updated to 1601t.
+ 2008-04-21  Helge Kreutzmann  <debian@helgefjell.de>
+       * po/dpkg-man.pot: Regenerated.
+       * po/*.po: Merged with dpkg-man.pot.
+       * po/de.po: Updated to 1583t0f18u. (and correct mistakes)
+ 2008-05-05  Wiktor Wandachowicz  <siryes@gmail.com>
+       * pl.po: Updated to 1543t58u.
+ 2008-04-21  Helge Kreutzmann  <debian@helgefjell.de>
+       * po/de.po: Updated to 1583t0f18u.
+ 2008-04-29  Peter Karlsson  <peterk@debian.org>
+       * po/sv.po: Updated to 1601t.
  2008-04-29  Guillem Jover  <guillem@debian.org>
  
        * po/dpkg-man.pot: Regenerated.
Simple merge
diff --cc po/pt.po
Simple merge