commit 24f375fd275e29209d94fcd3f2485443d71428e5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 06:31:31 2010 +0200

    Release 1.15.7.2

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dee300ba2de69bf10a5e828217e873e83db36a77
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 06:37:25 2010 +0200

    Ignore files for all autopoint managed po directories
    
    Starting with autopoint 0.18, it's able to find all po directories, and
    install missing templates. Ignore those newly appeared files.

 dselect/po/.gitignore |    4 ++++
 scripts/po/.gitignore |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 0909b6369eb0bd37ca815a138ab0f957af92eb03
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 07:55:27 2010 +0200

    Revert "Update Swedish translation by running msgmerge with master branch."
    
    This reverts commit e99605b5b21574e57be6e3138cba0da9034c626e.
    
    Translations should not be comitted to the sid branch, otherwise it
    causes major conflicts when merging it into master, when the same change
    has been committed there.

 debian/changelog |    9 -
 man/po/sv.po     |  464 ++++++++++++++++++++++--------------------------------
 po/sv.po         |   18 +-
 scripts/po/sv.po |   52 +++----
 4 files changed, 222 insertions(+), 321 deletions(-)

commit e99605b5b21574e57be6e3138cba0da9034c626e
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Mon May 17 21:07:21 2010 +0100

    Update Swedish translation by running msgmerge with master branch.
    
    man/po/sv.po: 1893t1f0u.
    po/sv.po: 968t0f0u.
    scripts/po/sv.po: 507t0f0u.

 debian/changelog |    9 +
 man/po/sv.po     |  464 ++++++++++++++++++++++++++++++++----------------------
 po/sv.po         |   18 +-
 scripts/po/sv.po |   52 ++++---
 4 files changed, 321 insertions(+), 222 deletions(-)

commit dcccf15449feea2f71f45b363929342fa3f0f593
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 17 21:30:41 2010 +0200

    Makefile.am: fix do_shell_subst to update a shell variable instead of a perl variable
    
    The copy & paste was too quick, I forgot to update the sed expression.

 scripts/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0ff43ca667f05cf299364e5b9cff8abe4e05a903
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 11 09:38:04 2010 +0200

    dpkg: On Linux use sync() instead of an fsync() per file
    
    Due to the performance degradation on ext4 file systems, as a
    workaround on Linux, we use sync() which is synchronous, before
    rename() to make sure it's truly atomic.
    
    Closes: #578635

 configure.ac     |    1 +
 debian/changelog |    2 ++
 m4/dpkg-funcs.m4 |   16 ++++++++++++++++
 src/archives.c   |    7 +++++++
 4 files changed, 26 insertions(+), 0 deletions(-)

commit 60a060e6f58e3daab648df554b249d17aba80247
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 17 18:06:36 2010 +0200

    dpkg-maintscript-helper: add "supports" command
    
    With this command a maintainer script can verify whether a given command
    is supported by dpkg-maintscript-helper before calling it. Thanks to this
    he can avoid a pre-dependency on dpkg.
    
    Also improve the error message output when the command is unknown to
    suggest upgrading dpkg as a possible way to fix the problem encountered.

 debian/changelog                   |    2 ++
 man/dpkg-maintscript-helper.1      |   19 +++++++++++++++++++
 scripts/dpkg-maintscript-helper.sh |   34 +++++++++++++++++++++++++++++++++-
 3 files changed, 54 insertions(+), 1 deletions(-)

commit 4f069c7b992becf2316fb578b64161521275e739
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 17 18:35:49 2010 +0200

    dpkg-maintscript-helper: add --version option

 scripts/dpkg-maintscript-helper.sh |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit aa26f83c4b1a0f85d65dc0b6a5f642c3e609c42c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 17 16:46:08 2010 +0200

    Rename /usr/lib/dpkg/maintscript-helper in /usr/bin/dpkg-maintscript-helper
    
    It is a public interface even if working around known limitations.

 debian/changelog                                   |    3 ++
 debian/dpkg.install                                |    4 +-
 man/Makefile.am                                    |    4 +-
 ...ntscript-helper.1 => dpkg-maintscript-helper.1} |   23 ++++++++-----------
 man/po/po4a.cfg                                    |   10 ++++----
 scripts/.gitignore                                 |    1 +
 scripts/Makefile.am                                |   11 +++++++-
 ...intscript-helper => dpkg-maintscript-helper.sh} |    2 +-
 8 files changed, 33 insertions(+), 25 deletions(-)

commit 85a55d82432b8e035a7175f33b6e8c27366b9983
Author: Gerfried Fuchs <rhonda@debian.at>
Date:   Mon May 17 13:56:47 2010 +0200

    dpkg-name: fix syntax error
    
    There was a missing closing bracket.
    
    Regression introduced in 716362c59e531883304a211afa61660608c214b3.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog     |    3 +++
 scripts/dpkg-name.pl |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 294770c805f1491d722579958c133a8319c5f8a1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri May 14 15:13:56 2010 +0200

    dpkg-buildpackage(1): drop mention of PKG_CONFIG_LIBDIR
    
    The feature has been removed in dpkg 1.15.6.

 debian/changelog        |    2 ++
 man/dpkg-buildpackage.1 |    6 ------
 2 files changed, 2 insertions(+), 6 deletions(-)

commit 67dc78b406c1b1e62a34bbef090b280b5c900b34
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 10 18:27:02 2010 +0200

    dpkg: Fix --root by properly stripping root from maintainer script path
    
    The cmd->filename variable was getting the full path to the maintainer
    script inside the chroot, and once dpkg had changed root, the path was
    not valid anymore.
    
    Regression introduced in 5050748f1a6bb0c0728f8c07f9058d545c80d7e0.
    
    Closes: #580984

 debian/changelog |    2 ++
 src/help.c       |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit ad555da6f1f5d9b7294dd854c21b7631dce02a7f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 8 21:45:24 2010 +0200

    dpkg-trigger(1), deb-triggers(5): update reference to triggers.txt.gz
    
    The file has been moved in dpkg-dev, fix the location.

 debian/changelog   |    2 ++
 man/deb-triggers.5 |    2 +-
 man/dpkg-trigger.1 |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit 702f546b2c6d4229ad81a29024ae32fdd7c796b3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun May 2 22:06:21 2010 +0200

    deb-override(5): updated to match current situation
    
    Remove references to usage of sections to place the packages on the
    mirrors (they are all in the pool nowadays and no longer in
    dists/<codename>/<component>/binary-<arch>/<section>/). Indicate that the
    Debian policy offers a list of allowed values for section and priority.

 debian/changelog   |    4 ++++
 man/deb-override.5 |   15 ++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

commit 39c6dab89bbea9fe336f869b65e33102ba238205
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 1 17:44:28 2010 +0200

    Fix build system to correctly install translated manual pages
    
    Up to now it was only working in a directory obtained by make dist and
    not when building the debian package directly from the git repository.

 man/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit bc348c88cba668935253d213620bdda8bfd5dbd2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 1 17:29:27 2010 +0200

    dpkg-shlibdeps(1): avoid triggering a lintian warning on translations
    
    Translations of the manual pages end up with "\-" instead of "-" that
    is in the original manual page and as such man is not allowed to break
    the long path name there.
    
    Avoid all the problems by using a shorter path in the example so that the
    path doesn't end up alone on its line without any possibility to adjust on
    the right.
    
    Update the translations at the same time to avoid some fuzzy strings.

 man/dpkg-shlibdeps.1 |    2 +-
 man/po/de.po         |    4 ++--
 man/po/dpkg-man.pot  |    2 +-
 man/po/fr.po         |    4 ++--
 man/po/pl.po         |    4 ++--
 man/po/sv.po         |    6 +++---
 6 files changed, 11 insertions(+), 11 deletions(-)

commit 564ea47f30cc129ae12109593744b4e9ff14cbdb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 1 16:48:57 2010 +0200

    dpkg-source: add Bug-Ubuntu field in DEP-3 template
    
    The DEP-3 template is provided in the automatic header of patches in 3.0
    (quilt) source packages.

 debian/changelog                        |    3 +++
 scripts/Dpkg/Source/Package/V3/quilt.pm |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

commit fea5c2d980758c60bb13a85f18738f7e64679d77
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 30 21:03:06 2010 +0200

    dpkg-buildflags: error out when a required parameter is missing

 debian/changelog           |    2 ++
 scripts/dpkg-buildflags.pl |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 5b9f353b2940de751df47036608afbe71992d622
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 30 20:56:14 2010 +0200

    Dpkg::Version: fix boolean evaluation of the object
    
    In a boolean context, the object evaluates like the version string if
    the version is valid, otherwise it evaluates like undef. Document
    this behaviour and add non-regression test to ensure it's kept.
    
    This implicitly fix dpkg-shlibdeps who relies on the boolean evaluation
    of the object to decide whether or not a minimal version specification
    is needed or not.

 debian/changelog             |    5 +++++
 scripts/Dpkg/Version.pm      |   14 +++++++++++---
 scripts/t/100_Dpkg_Version.t |    9 ++++++++-
 3 files changed, 24 insertions(+), 4 deletions(-)

commit feb5792cc9cbf482804c92db33741d0973821373
Author: Kyle Moffett <Kyle.D.Moffett@boeing.com>
Date:   Thu Apr 29 21:47:25 2010 -0400

    Add powerpcspe to ostable and triplettable
    
    The 'powerpcspe' architecture is a binary-incompatible variant of
    PowerPC/POWER designed and supported by FreeScale and IBM. It is also
    known under the trade names "e500"/"MPC8500" and "e200"/"MPC5xx".
    
    Additional information can be found at:
      http://en.wikipedia.org/wiki/PowerPC_e500
      http://en.wikipedia.org/wiki/PowerPC_e200
    
    In particular, the 'powerpcspe' architecture lacks the classic FPU with
    dedicated FPRs found on most other PowerPC systems. It is replaced with
    a set of "SPE" instructions which perform floating-point operations on
    the integer registers.
    
    In an unfortunate choice of architecture design, the instructions used
    for the "SPE" operations overlap with those for the AltiVec unit on most
    other modern PowerPC cores.
    
    The "e500v2"-series chips have 64-bit GPRs, where the high 32-bits are
    accesible only via the special "SPE" instructions, allowing them to make
    efficient use of the "double" datatype.
    
    The relative rare "e500v1"-series chips have only 32-bit GPRs, and
    require software traps and emulation to support native "double".
    
    The "e200z3" and "e200z6" chips have no support for floating point at
    all, but with software traps and emulation are binary-compatible with
    the "e500"-series chips.
    
    The Debian port to this architecture specifically chooses to optimize
    for the higher-end chips (e500v2), as most of the others are targeted
    at automotive applications or no longer in production.
    
    The specific GNU triplet for this arch is "powerpc-linux-gnuspe". As a
    result, we end up adding an extra "ostable" entry instead of one in
    "cputable".
    
    Closes: #568123, #575158
    
    Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    6 ++++++
 ostable          |    1 +
 triplettable     |    1 +
 3 files changed, 8 insertions(+), 0 deletions(-)

commit 8958324905a2d8575d16c83969b291a0a4697176
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 29 08:19:26 2010 +0200

    deb-substvars(5): codify how variables containing multiple lines must be managed

 debian/changelog    |    2 ++
 man/deb-substvars.5 |   20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

commit 5e716c4f179ac76ed821e8c2a60184940840455d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 23 19:19:37 2010 +0200

    dpkg-buildflags: respect $XDG_CONFIG_HOME and use $XDG_CONFIG_HOME/dpkg/buildflags.conf

 debian/changelog           |    7 +++++++
 man/dpkg-buildflags.1      |    5 +++--
 scripts/Dpkg/BuildFlags.pm |    3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)

commit d97034aa68097c85cdf85895182614e82f24b97f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 22 08:05:39 2010 +0200

    Release 1.15.7.1

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 021de2418c134b3553befd51261d00276e826643
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 22 08:03:01 2010 +0200

    dpkg-mergechangelogs: add missing call to textdomain()

 debian/changelog                |    2 ++
 scripts/dpkg-mergechangelogs.pl |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 9eb5c777c584ad91b1dae636282f7572d12c2b36
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 22 07:56:54 2010 +0200

    dpkg-mergechangelogs: avoid using UTF-8 on translatable strings

 scripts/dpkg-mergechangelogs.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 28d116f4eadc4cf3a49b974d64df19458f6d34ac
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 22 07:54:30 2010 +0200

    dpkg-source: fix ignore regexp for source format 1.0 when -i is not used
    
    The variable is defined by default but empty and the check was wrong
    leading all files to be ignored.

 debian/changelog                  |    8 ++++++++
 scripts/Dpkg/Source/Package/V1.pm |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit a3a9417a081f19773e9527698e3de73e187d0542
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 04:06:35 2010 +0200

    Release 1.15.7

 debian/changelog |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 0a6b6eac552cd8777bda03fa8cb4339e509b9b80
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 04:26:33 2010 +0200

    build: Distribute maintscript-helper
    
    By default _SCRIPTS variables do not distribute the files.

 scripts/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ce35feb718b5213ea9fb49065d262ef2c0bd1d95
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 04:03:24 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   16 +-
 dselect/po/ca.po        |   16 +-
 dselect/po/cs.po        |   16 +-
 dselect/po/da.po        |   16 +-
 dselect/po/de.po        |   16 +-
 dselect/po/dselect.pot  |   16 +-
 dselect/po/el.po        |   16 +-
 dselect/po/es.po        |   16 +-
 dselect/po/et.po        |   16 +-
 dselect/po/eu.po        |   16 +-
 dselect/po/fr.po        |   19 +-
 dselect/po/gl.po        |   16 +-
 dselect/po/hu.po        |   16 +-
 dselect/po/id.po        |   16 +-
 dselect/po/it.po        |   16 +-
 dselect/po/ja.po        |   16 +-
 dselect/po/ko.po        |   16 +-
 dselect/po/nb.po        |   16 +-
 dselect/po/nl.po        |   16 +-
 dselect/po/nn.po        |   16 +-
 dselect/po/pl.po        |   16 +-
 dselect/po/pt.po        |   16 +-
 dselect/po/pt_BR.po     |   16 +-
 dselect/po/ro.po        |   16 +-
 dselect/po/ru.po        |   16 +-
 dselect/po/sk.po        |   16 +-
 dselect/po/sv.po        |   16 +-
 dselect/po/tl.po        |   16 +-
 dselect/po/vi.po        |   16 +-
 dselect/po/zh_CN.po     |   16 +-
 dselect/po/zh_TW.po     |   16 +-
 man/po/de.po            |  702 +++++++++-----------
 man/po/dpkg-man.pot     | 1348 ++++++++++++++++++++++++++++----------
 man/po/es.po            | 1498 ++++++++++++++++++++++++++++++------------
 man/po/fr.po            | 1697 ++++++++++++++++++++++++++++++++++------------
 man/po/hu.po            | 1483 ++++++++++++++++++++++++++++++-----------
 man/po/ja.po            | 1491 ++++++++++++++++++++++++++++++-----------
 man/po/pl.po            | 1667 ++++++++++++++++++++++++++++++++++------------
 man/po/pt_BR.po         | 1480 ++++++++++++++++++++++++++++++-----------
 man/po/ru.po            | 1487 ++++++++++++++++++++++++++++++-----------
 man/po/sv.po            | 1696 +++++++++++++++++++++++++++++++++++------------
 po/ast.po               |  316 +++++-----
 po/bs.po                |  310 +++++-----
 po/ca.po                |  314 +++++-----
 po/cs.po                |  314 +++++-----
 po/da.po                |  312 +++++-----
 po/de.po                |  314 +++++-----
 po/dpkg.pot             |  310 +++++-----
 po/dz.po                |  314 +++++-----
 po/el.po                |  314 +++++-----
 po/eo.po                |  314 +++++-----
 po/es.po                |  316 +++++-----
 po/et.po                |  310 +++++-----
 po/eu.po                |  312 +++++-----
 po/fr.po                |  382 ++++++-----
 po/gl.po                |  314 +++++-----
 po/hu.po                |  310 +++++-----
 po/id.po                |  314 +++++-----
 po/it.po                |  314 +++++-----
 po/ja.po                |  314 +++++-----
 po/km.po                |  312 +++++-----
 po/ko.po                |  310 +++++-----
 po/ku.po                |  310 +++++-----
 po/lt.po                |  312 +++++-----
 po/mr.po                |  314 +++++-----
 po/nb.po                |  312 +++++-----
 po/ne.po                |  314 +++++-----
 po/nl.po                |  314 +++++-----
 po/nn.po                |  312 +++++-----
 po/pa.po                |  310 +++++-----
 po/pl.po                |  312 +++++-----
 po/pt.po                |  314 +++++-----
 po/pt_BR.po             |  314 +++++-----
 po/ro.po                |  314 +++++-----
 po/ru.po                |  314 +++++-----
 po/sk.po                |  314 +++++-----
 po/sv.po                |  314 +++++-----
 po/th.po                |  310 +++++-----
 po/tl.po                |  314 +++++-----
 po/vi.po                |  314 +++++-----
 po/zh_CN.po             |  312 +++++-----
 po/zh_TW.po             |  310 +++++-----
 scripts/po/ca.po        |  404 +++++++-----
 scripts/po/de.po        | 1315 ++++++++++++++++++------------------
 scripts/po/dpkg-dev.pot |  400 +++++++-----
 scripts/po/fr.po        |  427 +++++++-----
 scripts/po/pl.po        |  426 +++++++-----
 scripts/po/ru.po        |  425 +++++++-----
 scripts/po/sv.po        |  426 +++++++-----
 89 files changed, 19356 insertions(+), 12409 deletions(-)

commit 0958a9f9b28fb818863092346bbecb584655d8aa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 02:36:58 2010 +0200

    Fix installation of disappearing replaced packages in reverse order
    
    This happens when the we install first the replacing then the replaced
    package, for which the replaced package is supposed to get disappeared.
    And fixes it to disappear the correct package and not lose track of the
    ownership of the replaced files, by marking the replaced file as not
    being part of the unpacked archive.

 debian/changelog |    4 ++++
 src/archives.c   |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 418e1fc01d25ff93f6577d783184da673817295e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 01:00:31 2010 +0200

    Fix versioned Replaces to not produce file overwrite errors on downgrades
    
    Change does_replace() to take an additional argument for the old
    ‘struct pkginfoperfile’, instead of hardcoding oldpigp->installed.
    Which we use by passing pkg->available when checking if the current
    package has files replaced by files from an already installed package.
    
    Closes: #568566

 debian/changelog |    2 ++
 src/archives.c   |   16 +++++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit e4b16b5f5413a44622769ebfd7aafb62d86c4967
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 15 21:10:41 2010 +0200

    dpkg-gencontrol: Do not output the Package-Type field on udeb

 debian/changelog           |    1 +
 scripts/dpkg-gencontrol.pl |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit b0b59cccd2bc8ac1e0d8d157d32fd55f5cd1d04b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 20 22:30:05 2010 +0200

    Update German translation of manual pages
    
    Update to 1907t0f8u.

 man/po/de.po |  224 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 182 insertions(+), 42 deletions(-)

commit 9d8b4f21e1ba75d1e18e52767d1a095bbd997d53
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 20 22:17:55 2010 +0200

    Update German scripts translation
    
    Update to 508t0f1u
    
    The remaining string seems to require a conversion of the po file to
    UTF-8...

 scripts/po/de.po |   66 ++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 49 insertions(+), 17 deletions(-)

commit 70a1ad8cb672e6e9ef96c694d275ff040fe39ecc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Apr 19 10:52:46 2010 +0200

    dpkg-mergechangelogs: add non-regression tests

 scripts/Makefile.am                               |   12 ++-
 scripts/t/910_merge_changelogs.t                  |   58 +++++++++
 scripts/t/910_merge_changelogs/ch-a               |   92 ++++++++++++++
 scripts/t/910_merge_changelogs/ch-b               |   87 +++++++++++++
 scripts/t/910_merge_changelogs/ch-merged          |  113 +++++++++++++++++
 scripts/t/910_merge_changelogs/ch-merged-basic    |  136 ++++++++++++++++++++
 scripts/t/910_merge_changelogs/ch-merged-pr       |  106 ++++++++++++++++
 scripts/t/910_merge_changelogs/ch-merged-pr-basic |  138 +++++++++++++++++++++
 scripts/t/910_merge_changelogs/ch-old             |   85 +++++++++++++
 9 files changed, 825 insertions(+), 2 deletions(-)

commit 9b98847665d8bdd0bae3c57f289f0e549e9baac4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 18 12:08:06 2010 +0200

    dpkg-mergechangelogs: new script doing 3-way merge of Debian changelogs

 debian/changelog                |    3 +
 debian/control                  |    2 +-
 debian/dpkg-dev.install         |    2 +
 man/Makefile.am                 |    1 +
 man/dpkg-mergechangelogs.1      |   71 ++++++++++
 man/po/po4a.cfg                 |    5 +
 scripts/.gitignore              |    1 +
 scripts/Makefile.am             |    2 +
 scripts/dpkg-mergechangelogs.pl |  289 +++++++++++++++++++++++++++++++++++++++
 scripts/po/POTFILES.in          |    1 +
 10 files changed, 376 insertions(+), 1 deletions(-)

commit 6d70417edc8da934a14b8ada2eb3f3cffe69ae3b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 18 12:23:09 2010 +0200

    Move maintscript-helper from lib/ to scripts/
    
    The lib/ location was in order when the feature was proposed as a shell
    library, now given it's a shell script it should be in scripts/ with
    all the other scripts.

 lib/Makefile.am                     |    2 --
 scripts/Makefile.am                 |    2 ++
 {lib => scripts}/maintscript-helper |    0
 3 files changed, 2 insertions(+), 2 deletions(-)

commit db987b8486f77489e4e78bdd4eb6f5e6283635e2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 18 10:42:29 2010 +0200

    Fix typo: s/ugrade/upgrade/

 man/maintscript-helper.1 |    2 +-
 man/po/de.po             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit c40de20e30792485002864fceac286ae122e6082
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 18 10:39:33 2010 +0200

    Update German translation of manual pages
    
    Update to 1898t.

 man/po/de.po |   99 ++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 72 insertions(+), 27 deletions(-)

commit 6a8c82075692eb8545dbac4aba0fcace41f4b3d9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Apr 17 19:46:49 2010 +0200

    dpkg-scansources: call the right function when -e is used

 debian/changelog            |    2 ++
 scripts/dpkg-scansources.pl |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 2aec40974de72158563d93c8a0146c7bad5a7387
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Apr 17 09:36:04 2010 +0200

    Update German translation of manual pages
    
    Update to 1893t0f5u.

 man/po/de.po |  120 +++++++++++++++++++++++++++++++++------------------------
 1 files changed, 69 insertions(+), 51 deletions(-)

commit 58d2dc4232d62173beba6b5ebcb5f912330ca989
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 16 21:49:09 2010 +0200

    Update German translation of manual pages
    
    Update to 1887t0f11u.

 man/po/de.po |  360 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 327 insertions(+), 33 deletions(-)

commit 20f33fd89e06a214c861733c2cc28754eda58bfa
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Apr 12 12:32:18 2010 +0200

    maintscript-helper: new program to simplify some maintainer scripts
    
    This program is designed to be run within maintainer scripts to achieve
    some tasks that dpkg can't (yet) handle natively either because of design
    decisions or due to current limitations.
    
    Many of those tasks require coordinated actions from several maintainer
    scripts (preinst, postinst, prerm, postrm). To avoid mistakes the same
    call simply needs to be put in all scripts and the program will automatically
    adapt its behaviour based on the environment variable DPKG_MAINTSCRIPT_NAME
    and on the maintainer scripts arguments that you have to forward after
    a double dash.

 debian/changelog         |    4 +
 debian/dpkg.install      |    2 +
 lib/Makefile.am          |    1 +
 lib/maintscript-helper   |  256 ++++++++++++++++++++++++++++++++++++++++++++++
 man/Makefile.am          |    3 +-
 man/maintscript-helper.1 |  117 +++++++++++++++++++++
 man/po/po4a.cfg          |    5 +
 7 files changed, 387 insertions(+), 1 deletions(-)

commit d5b15f56fbc93983005cf2f9cc1117a3bbb3670c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 16 11:56:17 2010 +0200

    dpkg: export DPKG_LIBDIR to maintainer scripts
    
    It can be used to find out the location of some internal dpkg programs
    that might be called from maintainer scripts. That way we can avoid
    hardcoding /usr/lib/dpkg and maintainer scripts will still work when
    called from a dpkg manually installed in /usr/local for example.

 debian/changelog |    3 +++
 lib/dpkg/dpkg.h  |    1 +
 man/dpkg.1       |    4 ++++
 src/Makefile.am  |    1 +
 src/help.c       |    1 +
 5 files changed, 10 insertions(+), 0 deletions(-)

commit 246cf59f8cb555bdaddd36e01d4b57a5e5ac3c7f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Apr 12 12:06:01 2010 +0200

    dpkg: export DPKG_MAINTSCRIPT_NAME to tell what kind of script we're running
    
    The idea is that specialized hooks can benefit from this information to
    do the right thing. The same call would be put in the various maintainer
    scripts but the actions taken would be different depending on the script
    nevertheless.

 debian/changelog |    3 +++
 lib/dpkg/dpkg.h  |    1 +
 man/dpkg.1       |    4 ++++
 src/help.c       |    4 ++--
 4 files changed, 10 insertions(+), 2 deletions(-)

commit 29fe363219625f2a411c85ce065ad47a67077797
Author: Robert Luberda <robert@debian.org>
Date:   Thu Apr 15 12:10:21 2010 +0200

    dselect: treat unknown packages as known and marked for purge
    
    This is a temporary work-around so that dselect doesn't try to
    reinstall packages of priority > standard that were removed or not
    installed.
    
    The complete solution (tracked in #551638) will involve storing the
    seen/not-seen information somewhere else than in the dpkg status database
    and ideally in a new database shared by all frontends.

 debian/changelog   |    4 ++++
 dselect/pkglist.cc |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 8ccebf62ea2940b597e2d66433b1ac00801e1c6b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 15 02:47:26 2010 +0200

    dpkg: Fix hard link extraction for normal files due to deferred rename
    
    When creating hard links on extraction use the .dpkg-new filename
    for source as the normal file is not yet in place due to the rename
    deferral.
    
    We avoid doing this for hard links to special files (which do not
    have the fnnf_deferred_rename flag) because they are already in
    place. Although this should not always pose a problem because not
    all tar creation implementations support hard links for non-normal
    files, but at least FreeBSD libarchive based ones support them for
    fifos, so better be safe than sorry.
    
    Based-on-patch-by: Colin Watson <cjwatson@ubuntu.com>

 debian/changelog |    3 +++
 src/archives.c   |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 874877459eb23c11b08f82d9d8968b2ee6bbcd7c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Apr 14 21:05:13 2010 +0200

    Update German scripts translation
    
    Update to 506t.

 scripts/po/de.po |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

commit 0085bfd1959622b98083b9d128c007f3e157d500
Author: Michael Vogt <michael.vogt@ubuntu.com>
Date:   Wed Apr 14 13:19:25 2010 +0200

    dpkg: Report deferred trigger errors on status-fd
    
    Report these errors directly through status-fd, instead of reporting
    later on errors which are a consequence of those first errors, which
    can be pretty confusing for a front-end.
    
    Closes: #574599
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    4 ++++
 src/trigproc.c   |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 0de192cacb4aa17536a65ab0b0a6181a6b3d98e7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 14 12:52:55 2010 +0200

    Add dpkg-buildflags to .gitignore

 scripts/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 96fee44416027be3b9e60d8ec58fd072c143f83a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 14 13:39:56 2010 +0200

    dpkg: Factor out extension into its own variable in enqueue_specified()

 src/packages.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 9a830e9d5fcb8c48bb84bdebb3f606984ce2ca45
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Wed Apr 14 12:17:29 2010 +0200

    dpkg: Factor out package-listing functions from packages()
    
    Split packages() into bite-sized pieces. No functional change
    intended.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/packages.c |  112 ++++++++++++++++++++++++++++++++------------------------
 1 files changed, 64 insertions(+), 48 deletions(-)

commit 8467206b518be8d0ac13af2a75e1e42ca6f3da8c
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Wed Apr 14 11:58:23 2010 +0200

    dpkg: fix deferred rename/fsync processing
    
    It was scanning the old list of files so it would never install
    new files.

 src/archives.c   |    4 ++--
 src/archives.h   |    2 +-
 src/processarc.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 7fc590339e07b0b8a782ce8cae4d3be001dce53f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Apr 14 11:39:06 2010 +0200

    debian/control: cleanup old Conflicts/Replaces
    
    Actually most of the changes have already been commited by mistake by
    Helge in f48f5839df913802f7d70e77d66d3348bd90ddb7.

 debian/changelog |    1 +
 debian/control   |    4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 3927a9d6e64297330b61a38755bee20d45c7b166
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Wed Apr 14 10:00:18 2010 +0100

    dpkg: fix rename deferral
    
    Modern tar files typically use NormalFile1 rather than NormalFile0 for
    file objects.  A typo meant that the former never triggered rename
    deferral.

 debian/changelog |    5 +++++
 src/archives.c   |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit f48f5839df913802f7d70e77d66d3348bd90ddb7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 13 21:26:58 2010 +0200

    Update German translation of manual pages
    
    Update to 1867t.

 debian/control |    7 ++---
 man/po/de.po   |   62 ++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 43 insertions(+), 26 deletions(-)

commit 4a3e1d9b5af8be3aafbe747209ae637bc14c5095
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 12 19:53:02 2010 +0200

    Update German translation of manual pages
    
    Update to 1861t0f5u.

 man/po/de.po |  428 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 383 insertions(+), 45 deletions(-)

commit 07460470d2cfae36d0940b433b8e37b7b125e9e7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 12 19:17:39 2010 +0200

    Update German scripts translation
    
    Update to 505t.

 scripts/po/de.po |   54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

commit 86adf8bd1e09e6f7000886165d5fa19e88c3a54a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 11 21:20:12 2010 +0200

    Dpkg::Vendor::Default: document the update-buildflags hook

 scripts/Dpkg/Vendor/Default.pm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit af650f7d42008e2f110d1a237c9a04c6dc1cfff9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 11 21:14:00 2010 +0200

    Dpkg::BuildFlags: for Ubuntu set LDFLAGS to -Wl,-Bsymbolic-functions
    
    This is according to https://wiki.ubuntu.com/DistCompilerFlags and
    the current patch that they are carrying anyway.

 debian/changelog               |    1 +
 scripts/Dpkg/Vendor/Default.pm |    2 ++
 scripts/Dpkg/Vendor/Ubuntu.pm  |    6 ++++++
 3 files changed, 9 insertions(+), 0 deletions(-)

commit 850645ee948563eeebc6d369145554bc72da5416
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 11 18:37:07 2010 +0200

    dpkg-buildpackage: use Dpkg::BuildFlags to retrieve the compiler flags
    
    Document that debian/rules should not rely on environment variables
    set by dpkg-buildpackage and should instead use
    dpkg-buildflags/dpkg-architecture to retrieve the corresponding values.

 man/dpkg-buildpackage.1      |   78 ++++-------------------------------------
 scripts/dpkg-buildpackage.pl |   27 ++++-----------
 2 files changed, 15 insertions(+), 90 deletions(-)

commit 9dc0466a5e300dde0cf23a77aaa609b05b628242
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 9 17:46:15 2010 +0200

    dpkg-buildflags: new script to retrieve compilation flags during package build
    
    Forcing the value of compilation flags through environment variables set
    by dpkg-buildpackages has not been very successful up to now and suffered
    from the fact that calling debian/rules directly could lead to a different
    build than what dpkg-buildpackage would have done.
    
    This commit is the start of a new solution: dpkg-buildflags is a tool that
    package maintainers are supposed to use in order to retrieve compilation
    flags. It offers a way to control their default values at the distribution
    level while still allowing customizations by users who recompile the
    source packages.

 debian/changelog           |    5 ++
 debian/dpkg-dev.install    |    2 +
 man/Makefile.am            |    1 +
 man/dpkg-buildflags.1      |  116 ++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg            |    5 ++
 scripts/Makefile.am        |    2 +
 scripts/dpkg-buildflags.pl |  105 +++++++++++++++++++++++++++++++++++++++
 scripts/po/POTFILES.in     |    1 +
 8 files changed, 237 insertions(+), 0 deletions(-)

commit 4c1743cb6ec8478fc099201a7811caa0d892ebaa
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 11 17:14:34 2010 +0200

    Dpkg::BuildFlags: new module to query/manage build flags

 scripts/Dpkg/BuildFlags.pm |  266 ++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am        |    1 +
 scripts/po/POTFILES.in     |    1 +
 3 files changed, 268 insertions(+), 0 deletions(-)

commit 352ce52e945820fa9aa182397eb12e7b625c2438
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 11 09:10:17 2010 +0200

    Fix POD in several perl modules to avoid two consecutive lines starting with =item
    
    An empty line is required between the two or pod2man decides that the
    second is the continuation of the former and includes "=item" in the
    generated manual page.

 scripts/Dpkg/Changelog/Entry.pm |    1 +
 scripts/Dpkg/Control/Info.pm    |    1 +
 scripts/Dpkg/Deps.pm            |    1 +
 scripts/Dpkg/Index.pm           |    1 +
 scripts/Dpkg/Version.pm         |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

commit 443ed783f7903301827fed7b47b25db590104c7f
Author: Ansgar Burchardt <ansgar@43-1.org>
Date:   Sun Apr 11 08:59:37 2010 +0200

    Dpkg::Version: fix POD to avoid two consecutive lines starting with =item

 scripts/Dpkg/Version.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ff03345b7a8d9dd0950dc581c5263373b2a0b406
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 9 09:36:22 2010 +0200

    dpkg-source: do not allow underscore in component name for supplementary tarballs
    
    According the documentation they were never meant to be allowed
    but usage of perl's \w allowed them nevertheless. [\w-] has now been
    replaced by [[:alnum:]-] everywhere so that the code fits the
    documentation.

 debian/changelog                  |    3 +++
 scripts/Dpkg/Source/Package.pm    |    4 ++--
 scripts/Dpkg/Source/Package/V2.pm |    4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 18b12083b5fee4e7e26e1382e50321e7956fcdb9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 9 08:35:47 2010 +0200

    dpkg: fix metadata installation by not mixing rename() in a readdir() loop
    
    dpkg's process_archive() was doing the improper assumption that a
    readdir() loop would not return the same filename twice even when the
    scanned directory has files renamed into it (coming from tmp.ci).
    
    The net result of having the same filename returned twice is that the
    the second time the updated file to install is no longer there and
    thus dpkg removed the current metadata file believing that it was
    obsolete. btrfs triggers this bug consistently.
    
    All other readdir() occurrences have been reviewed as well for similar
    problems. But they are all safe, they mainly unlink() files rather
    than adding new files into the scanned directory.
    
    Thanks to Carey Underwood and Chris Mason for their help in diagnosing
    this problem.
    
    Acked-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    3 +++
 src/processarc.c |   39 ++++++++++++++++++++++++++++++++-------
 2 files changed, 35 insertions(+), 7 deletions(-)

commit dc8af12e61186e3549a1ed2a41f52054cb39fe7c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Apr 5 10:40:32 2010 +0200

    Fix inconsistencies and typos in German dpkg translation
    
    Change “brauchen” → “benötigen” throughout. Change “hat” → “erhält” in
    several places.  Reword a few formulations in “--help” output.  Fix
    various typos.
    
    Based-on-patch-by: Holger Wansing <linux@wansing-online.de>

 po/de.po |  243 ++++++++-----------------------------------------------------
 1 files changed, 32 insertions(+), 211 deletions(-)

commit 6b5a7208581774ba23517431b4abc67d30527dd5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 4 16:51:44 2010 +0200

    Update German translation of manual pages
    
    Update to 1814t.

 man/po/de.po |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit e7b1392e467cee3b6d6052cf05710d36d05852ec
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 2 09:16:49 2010 +0200

    dpkg-source: fix initialization of diff-ignore in 1.0 format
    
    Commit 3378e8fa435abe79e9bd3cea07b02f562b906695 broke
    "dpkg-source -i -b" on version 1.0 source packages. This restores it.

 scripts/Dpkg/Source/Package/V1.pm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit a6cd0c12f3fee71f26374c7f21f7a2e4d1ac9458
Author: Jari Aalto <jari.aalto@cante.net>
Date:   Fri Apr 2 09:15:09 2010 +0200

    dpkg-parsechangelog(1): precise that --all overrides the other options

 debian/changelog          |    2 ++
 man/dpkg-parsechangelog.1 |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit d620ead930238391f7b41fc15385cff36a382299
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 2 07:50:49 2010 +0200

    Update German translation of manual pages
    
    Update to 1814t.

 man/po/de.po |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 3378e8fa435abe79e9bd3cea07b02f562b906695
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 1 21:05:35 2010 +0200

    dpkg-source: support debian/source/local-options
    
    It's like debian/source/options but it's not stored in the generated
    source package. This is ensured by the way of being part of the default
    ignore lists (-i and -I) and being explicitely excluded for the old
    1.0 format that doesn't use the default ignore list.

 debian/changelog                  |    2 ++
 man/dpkg-source.1                 |    5 +++++
 scripts/Dpkg/Source/Package.pm    |    3 +++
 scripts/Dpkg/Source/Package/V1.pm |    1 +
 scripts/dpkg-source.pl            |   25 ++++++++++++++-----------
 5 files changed, 25 insertions(+), 11 deletions(-)

commit 6194f91cf8bd7b851d5b875e81b5e10da584d645
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Mar 31 20:07:52 2010 +0200

    German dpkg translation update
    
    Update to 968t.

 debian/changelog |    3 ++
 po/de.po         |   59 ++++++++++++++++++++++++++---------------------------
 2 files changed, 32 insertions(+), 30 deletions(-)

commit 5f4aabaa53388043e021e8a6e23ba35f141fb619
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Mar 31 19:01:03 2010 +0200

    Fix typo in German dselect translation

 debian/changelog |    3 +++
 dselect/po/de.po |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit e9c695be22ff3c7d7f008a33033f02f969c97aba
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 29 19:51:01 2010 +0200

    Update German translation of manual pages
    
    Update to 1812t.

 man/po/de.po |  181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 180 insertions(+), 1 deletions(-)

commit a676dbc324dbf266d440b8198ac936421126e449
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 29 18:33:07 2010 +0200

    Update German scripts translation
    
    Update to 499t.

 debian/changelog |    3 +++
 scripts/po/de.po |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit c5d44e22a98b09414619a06723a05e85c944ea12
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 29 12:36:20 2010 +0200

    Dpkg::Source::Package: do not overwrite debian/source/format if it already exists

 scripts/Dpkg/Source/Package.pm |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 1cba260ee1e98cc9c160d7487d720ab795ce76c8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 28 18:11:33 2010 +0200

    Add missing changelog entries.

 debian/changelog |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 695a94799dc54f03b2f535b85bb1d60bb3f30f02
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 28 18:04:17 2010 +0200

    dpkg-source(1): document more error messages and warnings

 man/dpkg-source.1 |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

commit ce14c941fa4a02388011a0c7c7e60a86e820aadd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 28 16:57:18 2010 +0200

    dpkg-source: warn when debian/source/format doesn't exist
    
    Document in dpkg-source(1) the fact that the fallback to "1.0"
    when debian/source/format doesn't exist is deprecated. Explain
    the rationale.
    
    Document the long-term deprecation in README.feature-removal-schedule.

 debian/changelog                    |   12 ++++++++++--
 doc/README.feature-removal-schedule |    9 +++++++++
 man/dpkg-source.1                   |   29 ++++++++++++++++++++++-------
 scripts/dpkg-source.pl              |    2 ++
 4 files changed, 43 insertions(+), 9 deletions(-)

commit 85c68a2de510262ff8e82f9f2948edef0bca8035
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 28 17:38:04 2010 +0200

    Update German translation of manual pages
    
    Update to 1799t.

 debian/changelog |    7 +++++++
 man/po/de.po     |   15 ++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)

commit 3779bbcd940e318f0d55ed0584b0ba332800e45c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 28 16:01:19 2010 +0200

    Dpkg::Source::Package: add .gitattributes to dpkg-source ignore lists

 scripts/Dpkg/Source/Package.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a48c5d14bdc617c8323eddb794f320875cf479d1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 28 12:04:38 2010 +0200

    deb-shlibs(5): use "type" rather than "tag" to be consistent with Debian Policy

 man/deb-shlibs.5 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 48fcb4cea268e2257b9bdd4a89072870f70239bd
Author: Christian PERRIER <bubulle@debian.org>
Date:   Fri Mar 26 07:25:28 2010 +0100

    Updated French translation

 debian/changelog |    1 +
 po/fr.po         |  299 +++++++++++++++++++++++++-----------------------------
 2 files changed, 140 insertions(+), 160 deletions(-)

commit 132372df042576ba92df8fe17db95a12b51c7097
Author: Christian PERRIER <bubulle@debian.org>
Date:   Fri Mar 12 07:17:27 2010 +0100

    Update French dselect translation

 debian/changelog |    1 +
 dselect/po/fr.po |   16 ++++++----------
 2 files changed, 7 insertions(+), 10 deletions(-)

commit a06c587571c1926a6af4176dac9f5066175db45c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 24 13:56:47 2010 +0100

    Release 1.15.6.1

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0925bc6e1dd675a53693f9549674b87da172e198
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 24 14:02:25 2010 +0100

    Regenerate .pot files and merge .po files with them

 po/ast.po               |  750 +++++++++++++++++++++++-----------------------
 po/bs.po                |  727 ++++++++++++++++++++++-----------------------
 po/ca.po                |  750 +++++++++++++++++++++++-----------------------
 po/cs.po                |  750 +++++++++++++++++++++++-----------------------
 po/da.po                |  750 +++++++++++++++++++++++-----------------------
 po/de.po                |  750 +++++++++++++++++++++++-----------------------
 po/dpkg.pot             |  727 ++++++++++++++++++++++-----------------------
 po/dz.po                |  750 +++++++++++++++++++++++-----------------------
 po/el.po                |  750 +++++++++++++++++++++++-----------------------
 po/eo.po                |  750 +++++++++++++++++++++++-----------------------
 po/es.po                |  750 +++++++++++++++++++++++-----------------------
 po/et.po                |  750 +++++++++++++++++++++++-----------------------
 po/eu.po                |  750 +++++++++++++++++++++++-----------------------
 po/fr.po                |  750 +++++++++++++++++++++++-----------------------
 po/gl.po                |  750 +++++++++++++++++++++++-----------------------
 po/hu.po                |  744 +++++++++++++++++++++++-----------------------
 po/id.po                |  750 +++++++++++++++++++++++-----------------------
 po/it.po                |  750 +++++++++++++++++++++++-----------------------
 po/ja.po                |  750 +++++++++++++++++++++++-----------------------
 po/km.po                |  750 +++++++++++++++++++++++-----------------------
 po/ko.po                |  750 +++++++++++++++++++++++-----------------------
 po/ku.po                |  727 ++++++++++++++++++++++-----------------------
 po/lt.po                |  750 +++++++++++++++++++++++-----------------------
 po/mr.po                |  750 +++++++++++++++++++++++-----------------------
 po/nb.po                |  750 +++++++++++++++++++++++-----------------------
 po/ne.po                |  750 +++++++++++++++++++++++-----------------------
 po/nl.po                |  750 +++++++++++++++++++++++-----------------------
 po/nn.po                |  750 +++++++++++++++++++++++-----------------------
 po/pa.po                |  734 ++++++++++++++++++++++-----------------------
 po/pl.po                |  750 +++++++++++++++++++++++-----------------------
 po/pt.po                |  750 +++++++++++++++++++++++-----------------------
 po/pt_BR.po             |  750 +++++++++++++++++++++++-----------------------
 po/ro.po                |  750 +++++++++++++++++++++++-----------------------
 po/ru.po                |  754 +++++++++++++++++++++++-----------------------
 po/sk.po                |  750 +++++++++++++++++++++++-----------------------
 po/sv.po                |  750 +++++++++++++++++++++++-----------------------
 po/th.po                |  750 +++++++++++++++++++++++-----------------------
 po/tl.po                |  750 +++++++++++++++++++++++-----------------------
 po/vi.po                |  755 ++++++++++++++++++++++++-----------------------
 po/zh_CN.po             |  750 +++++++++++++++++++++++-----------------------
 po/zh_TW.po             |  750 +++++++++++++++++++++++-----------------------
 scripts/po/ca.po        |   32 +-
 scripts/po/de.po        |   32 +-
 scripts/po/dpkg-dev.pot |   32 +-
 scripts/po/fr.po        |   32 +-
 scripts/po/pl.po        |   32 +-
 scripts/po/ru.po        |   32 +-
 scripts/po/sv.po        |   32 +-
 48 files changed, 15412 insertions(+), 15480 deletions(-)

commit 9cd41fdda1c27169c52d73b3b3ce71991d724994
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 21 09:23:09 2010 +0100

    dpkg: Defer the fsync and rename for normal files in tar extraction
    
    This way it's done in one pass afterwards, to avoid massive I/O
    degradation due to the serialization from each write + fsync. This
    restores extraction times to numbers closer to the ones before the
    fsync patch introduced in 1.15.6.

 debian/changelog |    4 ++
 src/archives.c   |   86 ++++++++++++++++++++++++++++++++++++++++++++++-------
 src/archives.h   |    1 +
 src/filesdb.h    |    2 +
 src/processarc.c |    2 +
 5 files changed, 83 insertions(+), 12 deletions(-)

commit 7e98241b11ce27e8d7fb87f1e64ecd03ec0ea0bf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 24 12:50:06 2010 +0100

    dselect: Show dependency/conflicts resolution screen again
    
    Fix by switching the C++ code to use STL's min() and max() instead of
    preprocessor macros, to avoid multiple evaluation of arguments.
    
    Regression introduced in commit f426b031ac858fa30ace69959a43b61fb40f4be9.
    
    Closes: #574816
    
    Based-on-patch-by: Robert Luberda <robert@debian.org>

 debian/changelog  |    4 ++++
 dselect/dselect.h |    5 +++++
 lib/dpkg/macros.h |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)

commit 0fb104820dca0437cfdc045454010aeb89371754
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 24 12:39:05 2010 +0100

    dpkg-query: Make local functions static

 src/main.h  |    4 ----
 src/query.c |   16 ++++++++++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 994dc30369b1bca2a846409e0aa743096f65671c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 15 09:09:54 2010 +0100

    s-s-d: Fix and unify fatal error strings
    
    Do not use strerror on fatal() calls as it's already doing that
    internally if errno is not 0. Remove redundant new line at end of
    fatal() strings. Decapitalize first word. Clarify some strings to
    make it obvious it's an error message.

 utils/start-stop-daemon.c |   50 +++++++++++++++++++++-----------------------
 1 files changed, 24 insertions(+), 26 deletions(-)

commit 4ecd0ef5d2e2a65402f9a6d45f9d5b96d12516d0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 15 06:20:14 2010 +0100

    s-s-d: Do not allow a --retry schedule where forever is the last item
    
    The forever item needs something to repeat over, otherwise we just get
    an infinite loop doing nothing.
    
    Closes: #570938

 debian/changelog          |    2 ++
 utils/start-stop-daemon.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 4b13dfcdbea654859b7980ea1af33bec0f9a095b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 14 08:13:19 2010 +0100

    dpkg-statoverride: Fix bogus arguments in ACTION macros
    
    Remove bogus short options and use more appropriate act_ values for each
    action.

 src/statcmd.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 230eecd402b7d7252cc958706db8d8350055e560
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 15 07:24:14 2010 +0100

    libdpkg: Remove unused desc argument from buffer_read and buffer_write

 lib/dpkg/buffer.c |   12 +++++-------
 lib/dpkg/buffer.h |    6 ++----
 2 files changed, 7 insertions(+), 11 deletions(-)

commit c1481ac891e430a8e24ebfba5bc9f54b5166b769
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 15 07:21:10 2010 +0100

    libdpkg: Handle I/O errors in buffer_copy()
    
    Make buffer_read and buffer_write behave as normal read/write functions,
    return -1 on error, and let the caller handle the error.
    
    Split the checks in buffer_copy for errors from buffer_read and
    buffer_write to be able to give more accurate error messages.

 lib/dpkg/buffer.c |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

commit c11588722ac0e195b1f31a4995a854536f331bde
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 08:35:43 2010 +0100

    libdpkg: Make statusfile and availablefile variables static

 lib/dpkg/dbmodify.c |    3 +--
 lib/dpkg/dpkg-db.h  |    3 ---
 2 files changed, 1 insertions(+), 5 deletions(-)

commit 2650ab3024fd3c798e17c26d94d76766373a1a02
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 08:26:37 2010 +0100

    libdpkg: Move trigdeferred declarations to a new trigdeferred.h

 lib/dpkg/Makefile.am    |    1 +
 lib/dpkg/dpkg-db.h      |   31 ------------------------
 lib/dpkg/trigdeferred.h |   61 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/trigdeferred.l |    1 +
 lib/dpkg/triglib.c      |    1 +
 src/trigcmd.c           |    1 +
 6 files changed, 65 insertions(+), 31 deletions(-)

commit 58a93c17fc4246d8f0281b21cd36112562d2c4f4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 08:20:02 2010 +0100

    libdpkg: Move triglib declarations to a new triglib.h

 lib/dpkg/Makefile.am    |    1 +
 lib/dpkg/dbmodify.c     |    1 +
 lib/dpkg/dpkg-db.h      |   70 ---------------------------------
 lib/dpkg/fields.c       |    1 +
 lib/dpkg/trigdeferred.l |    1 +
 lib/dpkg/triglib.c      |    1 +
 lib/dpkg/triglib.h      |   99 +++++++++++++++++++++++++++++++++++++++++++++++
 src/archives.c          |    1 +
 src/configure.c         |    1 +
 src/help.c              |    1 +
 src/processarc.c        |    1 +
 src/remove.c            |    1 +
 src/trigcmd.c           |    1 +
 src/trigproc.c          |    1 +
 14 files changed, 111 insertions(+), 70 deletions(-)

commit 3d2e2cbed0c72f423577dbf4cbefb3d72df3bbfa
Author: Colin Watson <cjwatson@debian.org>
Date:   Tue Mar 16 12:14:16 2010 +0100

    dpkg-source: support unpacking old source packages lacking the Format field
    
    .dsc files haven't always had a Format field. It was introduced in dpkg
    1.6.13, in May 2000. This means that it's still not entirely
    implausible to run across source packages without Format, for example
    when importing the history of a source package into revision control.
    
    Thus, dpkg-source should treat a missing Format field as 1.0, for
    compatibility with these old packages.

 debian/changelog               |    6 ++++++
 scripts/Dpkg/Source/Package.pm |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 94a7cf146144945759f608400dc9aa9c674bd1b3
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Mar 15 12:26:51 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 971t0f0u.
    scripts/po/sv.po: 498t0f0u.

 debian/changelog |    6 ++++++
 po/sv.po         |   13 ++++++-------
 scripts/po/sv.po |    8 ++++----
 3 files changed, 16 insertions(+), 11 deletions(-)

commit 28b0443163ac43515197dbef8ff441990be43866
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 07:29:23 2010 +0100

    libdpkg: Use __attribute__ keyword depending on compiler support
    
    Check for compiler support from preprocessor macros and selectively
    enable specific __attribute__ specifications. We avoid exposing the
    configure variable HAVE_C_ATTRIBUTE, which was never defined for the
    installed headers. Remove the now unused DPKG_C_ATTRIBUTE autoconf
    macro.

 configure.ac        |    1 -
 debian/changelog    |    2 ++
 lib/dpkg/macros.h   |    8 ++++++--
 m4/dpkg-compiler.m4 |   17 -----------------
 4 files changed, 8 insertions(+), 20 deletions(-)

commit 6fdc75338295a91ceebfddebb1e672fe8f929012
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 07:26:45 2010 +0100

    libdpkg: Always use C99 variadic macros
    
    As the build requires them anyway, we avoid exposing the configure
    variable HAVE_C99, which was never defined for the installed headers.

 debian/changelog     |    2 ++
 lib/dpkg/buffer.h    |   37 -------------------------------------
 lib/dpkg/dpkg.h      |    4 ----
 utils/install-info.c |    5 -----
 4 files changed, 2 insertions(+), 46 deletions(-)

commit 7cde255c129784700ba3f08163287002cc58158c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 05:28:30 2010 +0100

    Revert "libdpkg: Use varbuf_detach instead of ad-hoc code"
    
    This reverts commit 77cae397a15baeca11c26aeb806b6be516e33d5f.
    
    This change introdcued two points for memory leaks, which could be
    significant, depending on the amount of calls to the functions.

 debian/changelog    |    2 +-
 lib/dpkg/dbmodify.c |    2 +-
 lib/dpkg/fields.c   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit a6ab75a7802ef1596988b744381b242e82535f0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 13 05:27:20 2010 +0100

    Bump version to 1.15.6.1

 debian/changelog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit cba7601879c20e23d2320dfdc7bd71b0a857d3e8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 12 00:15:54 2010 +0100

    Release 1.15.6

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 966458676627c4def8e5452a9ae5172ce8308871
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 12 00:14:06 2010 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/es.po        |   10 -
 man/po/dpkg-man.pot     |    2 +-
 man/po/sv.po            |  698 +++++++++++++++++------------------------------
 po/ast.po               |  506 +++++++++++++++++-----------------
 po/bs.po                |  505 +++++++++++++++++-----------------
 po/ca.po                |  502 +++++++++++++++++-----------------
 po/cs.po                |  506 +++++++++++++++++-----------------
 po/da.po                |  506 +++++++++++++++++-----------------
 po/de.po                |  503 +++++++++++++++++-----------------
 po/dpkg.pot             |  467 +++++++++++++++----------------
 po/dz.po                |  504 +++++++++++++++++-----------------
 po/el.po                |  508 +++++++++++++++++-----------------
 po/eo.po                |  506 +++++++++++++++++-----------------
 po/es.po                |  506 +++++++++++++++++-----------------
 po/et.po                |  511 ++++++++++++++++++-----------------
 po/eu.po                |  506 +++++++++++++++++-----------------
 po/fr.po                |  503 +++++++++++++++++-----------------
 po/gl.po                |  508 +++++++++++++++++-----------------
 po/hu.po                |  506 +++++++++++++++++-----------------
 po/id.po                |  510 +++++++++++++++++-----------------
 po/it.po                |  497 +++++++++++++++++-----------------
 po/ja.po                |  508 +++++++++++++++++-----------------
 po/km.po                |  504 +++++++++++++++++-----------------
 po/ko.po                |  504 +++++++++++++++++-----------------
 po/ku.po                |  477 ++++++++++++++++----------------
 po/lt.po                |  479 ++++++++++++++++----------------
 po/mr.po                |  508 +++++++++++++++++-----------------
 po/nb.po                |  506 +++++++++++++++++-----------------
 po/ne.po                |  508 +++++++++++++++++-----------------
 po/nl.po                |  504 +++++++++++++++++-----------------
 po/nn.po                |  508 +++++++++++++++++-----------------
 po/pa.po                |  467 +++++++++++++++----------------
 po/pl.po                |  510 +++++++++++++++++-----------------
 po/pt.po                |  504 +++++++++++++++++-----------------
 po/pt_BR.po             |  510 ++++++++++++++++++-----------------
 po/ro.po                |  504 +++++++++++++++++-----------------
 po/ru.po                |  506 +++++++++++++++++-----------------
 po/sk.po                |  503 +++++++++++++++++-----------------
 po/sv.po                |  499 +++++++++++++++++-----------------
 po/th.po                |  504 +++++++++++++++++-----------------
 po/tl.po                |  510 +++++++++++++++++-----------------
 po/vi.po                |  508 +++++++++++++++++-----------------
 po/zh_CN.po             |  499 +++++++++++++++++-----------------
 po/zh_TW.po             |  504 +++++++++++++++++-----------------
 scripts/po/ca.po        |   91 ++++---
 scripts/po/de.po        |   82 +++---
 scripts/po/dpkg-dev.pot |   93 ++++---
 scripts/po/fr.po        |   93 ++++---
 scripts/po/pl.po        |   93 ++++---
 scripts/po/ru.po        |   93 ++++---
 scripts/po/sv.po        |   93 ++++---
 51 files changed, 10982 insertions(+), 10960 deletions(-)

commit 17bd5d87d5ea4e352794c4f854809cf9822e885b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 12 02:42:44 2010 +0100

    Improve libdpkg-dev package short description
    
    Make it match with the reset of the short descriptions.

 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7dd42b94cfb40f046a8da29142ef5a2a436ca391
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 12 00:31:55 2010 +0100

    build: Replace all / with :: on perl module man pages filenames
    
    The current sed expression was only replacing the first one, which
    didn't take into account nested modules.

 scripts/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2567c926666c9924c87f99d0e4b3389453c4ef25
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 12 00:31:18 2010 +0100

    build: Add missing libdpkg-perl debian packaging files to EXTRA_DIST

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit c7dc2bf66393a546e1189e74a65292af336835cb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 23:43:17 2010 +0100

    build: Allow disabling Unicode support
    
    This affects only dselect ncurses support for now.
    
    Based-on-patch-by: Yuri Vasilevski <yvasilev@gentoo.org>

 debian/changelog   |    2 ++
 m4/dpkg-libs.m4    |   31 +++++++++++++++++++++++--------
 m4/dpkg-unicode.m4 |   21 +++++++++++++++++++++
 3 files changed, 46 insertions(+), 8 deletions(-)

commit 4f4f2cbd86c5b8ee9ee4541ccb387215bece8df3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 22:09:29 2010 +0100

    man: Honour LINGUAS environment variable when installing translations
    
    Users should be able to choose which locales to install by setting the
    environment variable LINGUAS, or passing it as a make argument. Honour
    the user setting and introduce a new LINGUAS_DIST to avoid undesired
    behaviour on “make dist”.
    
    Reported-by: Yuri Vasilevski <yvasilev@gentoo.org>

 debian/changelog |    1 +
 man/Makefile.am  |    7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 20fdb395cc721a5060c5623eda956d73ea840a21
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 21:35:25 2010 +0100

    Do an fsync on database directories
    
    After creating, renaming or unlinking database files sync its
    containing directory, to guarantee the new file entry is correctly
    listed in the directory.
    
    Closes: #567089
    
    Base-on-patch-by: Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>

 debian/changelog        |    4 ++
 dpkg-split/queue.c      |    2 +
 lib/dpkg/Makefile.am    |    2 +
 lib/dpkg/dbmodify.c     |    8 +++
 lib/dpkg/dir.c          |  124 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/dir.h          |   37 ++++++++++++++
 lib/dpkg/dump.c         |    5 ++
 lib/dpkg/trigdeferred.l |    3 +
 lib/dpkg/triglib.c      |    5 ++
 src/filesdb.c           |    3 +
 src/processarc.c        |   17 ++++++
 src/remove.c            |    5 ++
 src/statcmd.c           |    3 +
 13 files changed, 218 insertions(+), 0 deletions(-)

commit ab9482eb45e27a0b0c058a2662b28b7d3642173d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 21:13:25 2010 +0100

    libdpkg: Add a new updatesdir variable in dbmodify
    
    Use it to initialize updatefnbuf, instead of constructing it from
    admindir and UPDATESDIR.

 lib/dpkg/dbmodify.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit a9f8f235b90a586d99a9597fa5e7f2880ec91a98
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 21:08:40 2010 +0100

    libdpkg: Remove unneeded static admindir in dbmodify
    
    Now that pkgadminfile does not use the file global admindir, we can just
    switch the modstatdb_init() argument name from adir to admindir, use
    that instead in the whole function, and remove the file global admindir.

 lib/dpkg/dbmodify.c |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit 15daa22fa94d19cc059d2755e5164db1a3a62791
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 21:03:55 2010 +0100

    libdpkg: Create new pkgadmindir() to hide admindir and INFODIR
    
    The callers should not be concerned about where the package info
    directory is located, the new functions encapsulates the knowdlegde
    in the dbmodify module.

 lib/dpkg/dbmodify.c |   11 +++++++++--
 lib/dpkg/dpkg-db.h  |    1 +
 src/filesdb.c       |    3 +--
 src/processarc.c    |    6 ++----
 src/query.c         |    3 +--
 src/remove.c        |    6 ++----
 6 files changed, 16 insertions(+), 14 deletions(-)

commit 4f7898438d28cf3b1d6393a7e9b9135dcc1b1c0d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 19:41:35 2010 +0100

    libdpkg: Simplify triggersdir file path generation
    
    Now that we have generated the triggersdir via trig_get_triggersdir,
    we can reuse it to generate the files inside the triggersdir, instead
    of redoing the same work again.

 lib/dpkg/trigdeferred.l |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit a35f0e37a46b2e3721149a25c36f3352c1cdf881
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 19:38:12 2010 +0100

    libdpkg: Encapsulate triggersdir handling in triglib
    
    The only users of triggersdir and related files are the triglib and
    trigdeferred modules, and dbmodify does not have any business in knowing
    where the triggersdir is located (besides for conveninence when creating
    the pathname). Create instead a new function trig_get_triggersdir() to
    generate the triggersdir from an admindir, and use that on each module.

 lib/dpkg/dbmodify.c     |    4 ----
 lib/dpkg/dpkg-db.h      |    3 ++-
 lib/dpkg/trigdeferred.l |    3 +++
 lib/dpkg/triglib.c      |   32 ++++++++++++++++++++++++++++++++
 4 files changed, 37 insertions(+), 5 deletions(-)

commit 9fd4358545c340f3cbdf42246f73305397264a22
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 07:49:58 2010 +0100

    libdpkg: Add “subprocess” to strings to clarify
    
    This makes it more clear what the format argument refers to, and as a
    side effect coalesces two almost identical strings together.

 lib/dpkg/subproc.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2dc87a2b34d8dd0312a9bfa95d5b6375a4ab39d1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 10 22:15:03 2010 +0100

    libdpkg-perl: Demote some unstable modules to VERSION 0.01
    
    These modules might still need some cleanup work, so make it explicit
    that the API will change by demoting the VERSION.

 scripts/Dpkg/Arch.pm          |    2 +-
 scripts/Dpkg/ErrorHandling.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 27f6b9bd4e2faa41be6683896285cade125d6fb2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 08:40:10 2010 +0100

    Update Catalan translations

 debian/changelog |    3 +
 dselect/po/ca.po |   36 +--
 po/ca.po         |  696 ++++++++++++++++++++++++++----------------------------
 scripts/po/ca.po |   21 +-
 4 files changed, 362 insertions(+), 394 deletions(-)

commit eb4155377e4e41a4d420712dfc91c57578d5170f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 08:22:32 2010 +0100

    Use License instead of Licence in strings
    
    This removes almost duplicate strings for translation.

 debian/copyright               |    2 +-
 dselect/po/cs.po               |    2 +-
 dselect/po/el.po               |    2 +-
 dselect/po/hu.po               |    2 +-
 dselect/po/id.po               |    2 +-
 dselect/po/it.po               |    2 +-
 dselect/po/nb.po               |    2 +-
 dselect/po/nl.po               |    2 +-
 dselect/po/nn.po               |    2 +-
 dselect/po/pt.po               |    2 +-
 dselect/po/ro.po               |    2 +-
 dselect/po/sk.po               |    2 +-
 dselect/po/tl.po               |    2 +-
 dselect/po/zh_TW.po            |    2 +-
 scripts/changelog/debian.pl    |    2 +-
 scripts/dpkg-architecture.pl   |    2 +-
 scripts/dpkg-buildpackage.pl   |    2 +-
 scripts/dpkg-distaddfile.pl    |    2 +-
 scripts/dpkg-divert.pl         |    4 ++--
 scripts/dpkg-genchanges.pl     |    2 +-
 scripts/dpkg-gencontrol.pl     |    2 +-
 scripts/dpkg-gensymbols.pl     |    2 +-
 scripts/dpkg-parsechangelog.pl |    2 +-
 scripts/dpkg-shlibdeps.pl      |    2 +-
 scripts/dpkg-source.pl         |    2 +-
 scripts/dpkg-vendor.pl         |    2 +-
 scripts/po/ca.po               |    2 +-
 scripts/po/de.po               |    4 ++--
 scripts/po/dpkg-dev.pot        |    2 +-
 scripts/po/fr.po               |    4 ++--
 scripts/po/pl.po               |    2 +-
 scripts/po/ru.po               |    2 +-
 scripts/po/sv.po               |    2 +-
 scripts/update-alternatives.pl |    4 ++--
 src/statcmd.c                  |    2 +-
 35 files changed, 39 insertions(+), 39 deletions(-)

commit 744f0bd2396bb345e4c975134dac50c1bd8c969c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 11 08:25:30 2010 +0100

    u-a: Mark strings for translation

 scripts/update-alternatives.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5b7ce047b9376613fc6fe6a53890b9a4e0c9b732
Author: Christian PERRIER <bubulle@debian.org>
Date:   Thu Mar 11 23:00:49 2010 +0100

    Spanish dselect translation

 debian/changelog |    1 +
 dselect/po/es.po |  138 +++++++++++++++++++++++++++---------------------------
 2 files changed, 70 insertions(+), 69 deletions(-)

commit 3fe24e0475272eea6b72400571d6df5435d06a5b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 10 23:11:42 2010 +0100

    Update German scripts translation
    
    Update to 498t.

 scripts/po/de.po |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

commit cd715df65ce8f35467197eecf8c63c9d15a272d6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 10 23:06:46 2010 +0100

    Fix a build error

 man/po/sv.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1e84a1bd2c7b175cd15934345af61841a7435eda
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Mar 5 22:07:30 2010 +0100

    Dpkg::Source::Package::V3::quilt: sanity check of series file
    
    A series file should only contain path pointing inside debian/patches/
    and thus "../" are forbidden. Given that the path to patches appear
    in the patch command-line with -B .pc/$path, a carefully crafted
    path could lead patch to overwrite an arbitrary file outside of the
    destination directory with a file provided in the source package.

 debian/changelog                        |    3 +++
 scripts/Dpkg/Source/Package/V3/quilt.pm |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 2cb3d5d38fbe937280a8875b79a7247ac37a383d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Mar 5 18:19:33 2010 +0100

    Dpkg::Source::Patch: add more sanity checks on patches
    
    patch will happily accept filenames like "../../../../stuff" and modify
    files outside of the expected destination directory. To avoid problems
    we error out when we detect a filename that contains "/../". Any leading
    "../" is not a problem since patches are applied with -p1 and it's
    stripped.
    
    We also verify that the file to be modified is not accessed through a
    symlink as a compromised source package could also provide a symlink in
    the orig.tar.gz that points outside of the destination directory.

 debian/changelog             |    6 ++++++
 scripts/Dpkg/Source/Patch.pm |   17 +++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

commit f2f4d4f671e9bbc911dfe81d2f22c31950811085
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Mar 9 22:46:18 2010 +0100

    Remove string debugging aid.

 scripts/po/sv.po |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b606edd00ebd78fb02fb0cf30b1b4346b2bb2d84
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Mar 9 15:29:46 2010 +0100

    Update Swedish translation.
    
    man/po/sv.po: 1799t0f0u.

 man/po/sv.po |  633 +++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 452 insertions(+), 181 deletions(-)

commit 149872cec4bdd7bb61325f0b716400743cc9f784
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 8 21:39:00 2010 +0100

    Update German translation of manual pages
    
    Update to 1799t.

 man/po/de.po |   46 +++++++++++++++++++++++++++++++++++++---------
 1 files changed, 37 insertions(+), 9 deletions(-)

commit c424454b64dc1cfd67f69045720d5d5e4f13f971
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Mar 8 13:40:52 2010 +0100

    Update Swedish translation.
    
    dselect/po/sv.po: 277t0f0u.
    po/sv.po: 973t0f0u.
    scripts/po/sv.po: 496t0f0u.

 debian/changelog |    1 +
 dselect/po/sv.po |   13 +++++--------
 po/sv.po         |   30 +++++++++++++++---------------
 scripts/po/sv.po |    6 +++---
 4 files changed, 24 insertions(+), 26 deletions(-)

commit 245c885e128b78fcf068d3308f107868347953a2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 8 12:19:27 2010 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  161 ++--
 dselect/po/ca.po        |  171 ++--
 dselect/po/cs.po        |  171 ++--
 dselect/po/da.po        |  171 ++--
 dselect/po/de.po        |   16 +-
 dselect/po/dselect.pot  |  160 ++--
 dselect/po/el.po        |  169 ++--
 dselect/po/es.po        |  171 ++--
 dselect/po/et.po        |  171 ++--
 dselect/po/eu.po        |  171 ++--
 dselect/po/fr.po        |  171 ++--
 dselect/po/gl.po        |  171 ++--
 dselect/po/hu.po        |  166 ++--
 dselect/po/id.po        |  171 ++--
 dselect/po/it.po        |  171 ++--
 dselect/po/ja.po        |  171 ++--
 dselect/po/ko.po        |  171 ++--
 dselect/po/nb.po        |  171 ++--
 dselect/po/nl.po        |  171 ++--
 dselect/po/nn.po        |  169 ++--
 dselect/po/pl.po        |  171 ++--
 dselect/po/pt.po        |  171 ++--
 dselect/po/pt_BR.po     |  171 ++--
 dselect/po/ro.po        |  173 ++--
 dselect/po/ru.po        |  171 ++--
 dselect/po/sk.po        |  171 ++--
 dselect/po/sv.po        |  171 ++--
 dselect/po/tl.po        |  169 ++--
 dselect/po/vi.po        |  171 ++--
 dselect/po/zh_CN.po     |  171 ++--
 dselect/po/zh_TW.po     |  169 ++--
 man/po/dpkg-man.pot     | 1447 ++++++++++++++++++---------------
 man/po/es.po            | 1650 ++++++++++++++++++++-----------------
 man/po/fr.po            | 1717 ++++++++++++++++++++++----------------
 man/po/hu.po            | 1593 ++++++++++++++++++++----------------
 man/po/ja.po            | 1649 +++++++++++++++++++++----------------
 man/po/pl.po            | 1715 ++++++++++++++++++++++----------------
 man/po/pt_BR.po         | 1633 +++++++++++++++++++++----------------
 man/po/ru.po            | 1627 ++++++++++++++++++++----------------
 man/po/sv.po            | 1842 ++++++++++++++++++++++++------------------
 po/ast.po               | 2034 ++++++++++++++++++++++++---------------------
 po/bs.po                | 1857 +++++++++++++++++++++--------------------
 po/ca.po                | 2028 ++++++++++++++++++++++++---------------------
 po/cs.po                | 2023 ++++++++++++++++++++++++---------------------
 po/da.po                | 2027 ++++++++++++++++++++++++---------------------
 po/de.po                |  481 ++++++-----
 po/dpkg.pot             | 1836 +++++++++++++++++++++--------------------
 po/dz.po                | 2026 ++++++++++++++++++++++++---------------------
 po/el.po                | 2039 ++++++++++++++++++++++++----------------------
 po/eo.po                | 2020 ++++++++++++++++++++++++---------------------
 po/es.po                | 2036 ++++++++++++++++++++++++---------------------
 po/et.po                | 2006 +++++++++++++++++++++++---------------------
 po/eu.po                | 2019 ++++++++++++++++++++++++---------------------
 po/fr.po                | 2106 +++++++++++++++++++++++++----------------------
 po/gl.po                | 2041 ++++++++++++++++++++++++----------------------
 po/hu.po                | 2025 ++++++++++++++++++++++++---------------------
 po/id.po                | 2017 ++++++++++++++++++++++++---------------------
 po/it.po                | 2029 ++++++++++++++++++++++++---------------------
 po/ja.po                | 2025 ++++++++++++++++++++++++---------------------
 po/km.po                | 2021 ++++++++++++++++++++++++---------------------
 po/ko.po                | 2025 ++++++++++++++++++++++++---------------------
 po/ku.po                | 1917 ++++++++++++++++++++++---------------------
 po/lt.po                | 1997 +++++++++++++++++++++++---------------------
 po/mr.po                | 2020 ++++++++++++++++++++++++---------------------
 po/nb.po                | 2028 ++++++++++++++++++++++++---------------------
 po/ne.po                | 2027 ++++++++++++++++++++++++---------------------
 po/nl.po                | 2025 ++++++++++++++++++++++++---------------------
 po/nn.po                | 2022 ++++++++++++++++++++++++---------------------
 po/pa.po                | 1932 ++++++++++++++++++++++---------------------
 po/pl.po                | 2032 ++++++++++++++++++++++++---------------------
 po/pt.po                | 2042 ++++++++++++++++++++++++----------------------
 po/pt_BR.po             | 2043 ++++++++++++++++++++++++----------------------
 po/ro.po                | 2040 ++++++++++++++++++++++++----------------------
 po/ru.po                | 2029 ++++++++++++++++++++++++---------------------
 po/sk.po                | 2035 ++++++++++++++++++++++++---------------------
 po/sv.po                |  494 ++++++-----
 po/th.po                | 2022 ++++++++++++++++++++++++---------------------
 po/tl.po                | 2023 ++++++++++++++++++++++++---------------------
 po/vi.po                | 2041 ++++++++++++++++++++++++----------------------
 po/zh_CN.po             | 2022 ++++++++++++++++++++++++---------------------
 po/zh_TW.po             | 2022 ++++++++++++++++++++++++---------------------
 scripts/po/ca.po        | 1278 +++++++++++++++--------------
 scripts/po/de.po        |    2 +-
 scripts/po/dpkg-dev.pot | 1262 +++++++++++++++--------------
 scripts/po/fr.po        | 1399 +++++++++++++++++--------------
 scripts/po/pl.po        | 1343 ++++++++++++++++--------------
 scripts/po/ru.po        | 1343 ++++++++++++++++--------------
 scripts/po/sv.po        |   96 ++-
 88 files changed, 56461 insertions(+), 49783 deletions(-)

commit c10ff1b95151394363767674faf7c8e400cc47ca
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 8 08:11:59 2010 +0100

    Dpkg::Deps::deps_compare(): fix a warning
    
    Commit 113533 broke it by using constants as keys: the name of the
    constants were used as string literals due to "=>" when we wanted their
    values to be used. Now we use the function notation of constants (since
    that's how they are implemented) to avoid this.
    
    Reported-By: Jonathan Nieder <jrnieder@gmail.com>

 scripts/Dpkg/Deps.pm |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 2cc0673bb09176d75016cd6a7db7dc6e97f4e6ad
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 7 22:40:40 2010 +0100

    Update German translation of manual pages
    
    Update to 1789t0f10u.

 man/po/de.po | 2154 +++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1367 insertions(+), 787 deletions(-)

commit 5329030634fc3cb66f05b8d46f33047e7407a6fb
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 7 22:31:08 2010 +0100

    Correct a minor grammar issue

 man/dpkg-gensymbols.1 |    2 +-
 man/po/de.po          |    4 ++--
 man/po/dpkg-man.pot   |    2 +-
 man/po/es.po          |    4 ++--
 man/po/fr.po          |    4 ++--
 man/po/hu.po          |    4 ++--
 man/po/ja.po          |    4 ++--
 man/po/pl.po          |    4 ++--
 man/po/pt_BR.po       |    4 ++--
 man/po/ru.po          |    4 ++--
 man/po/sv.po          |    4 ++--
 11 files changed, 20 insertions(+), 20 deletions(-)

commit 50af2e7a7a3ad6f445df0f16337a546509d5157c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 7 22:04:47 2010 +0100

    Update German scripts translation
    
    Update to 496t.

 scripts/po/de.po | 1369 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 703 insertions(+), 666 deletions(-)

commit 1b1c9e3decbe67ad7d2c49bde36c686d60dbf256
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Mar 7 14:03:55 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 966t0f0u.
    man/po/sv.po: 1671t42f66u.
    scripts/po/sv.po: 496t0f0u.

 man/po/sv.po     |  101 +++-
 po/sv.po         | 1873 ++++++++++++++++++++++++++++--------------------------
 scripts/po/sv.po | 1355 +++++++++++++++++++++------------------
 3 files changed, 1785 insertions(+), 1544 deletions(-)

commit 690f099bf2d05bf2f02a5952cfc4dd4b6fe66d0a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 7 07:00:12 2010 +0100

    man: Document “dpkg-query -l” abbreviated state information
    
    Closes: #383869
    
    Based-on-patch-by: Marc-Jano Knopp <pub_br_debian.org@marc-jano.de>

 debian/changelog |    3 +++
 man/dpkg-query.1 |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

commit 8e9ad1f1143db9dbbda74d45a4510d91ab039164
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 7 06:31:28 2010 +0100

    man: Document the exit codes for dpkg-query
    
    Closes: #571798

 debian/changelog |    1 +
 man/dpkg-query.1 |    9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 1929eef9d7973dee574314349a648854762b1615
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 7 06:09:08 2010 +0100

    man: Remove "VARIABLES" from "ENVIRONMENT" section name
    
    Unify with the rest of the man pages and use the most commonly used
    section name.

 man/dpkg-buildpackage.1 |    6 +++---
 man/dpkg.1              |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 63b51af546ee55c9b0a1111c8f72a2c97bde45fb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 7 06:06:20 2010 +0100

    man: Document environment variables affecting dpkg-deb, dpkg and dselect
    
    The missing undocumented variables are TMPDIR for dpkg and dpkg-deb,
    HOME for dselect and dpkg and PAGER for dpkg.
    
    Closes: #572836

 debian/changelog |    2 ++
 man/dpkg-deb.1   |    8 +++++++-
 man/dpkg.1       |   13 ++++++++++++-
 man/dselect.1    |    8 +++++++-
 4 files changed, 28 insertions(+), 3 deletions(-)

commit 62668eb422853854976560949f95a5afcc6a8677
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 27 19:55:25 2010 +0100

    Do an fsync on files written to disk
    
    This guarantees the file contents will be there in case of abrupt
    program termination (due to crashes for example, or user intervention).
    This also guarantees the atomicity of rename(2) calls.
    
    Closes: #430958
    
    Based-on-patch-by: Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>

Notes:
    The crashes and user intervention comment here, refer to abrupt
    termination of the system, and not just the program, due to an overall
    malfunction of the kernel, the hardware or the user pulling the plug,
    for example.

 debian/changelog          |    4 ++++
 dpkg-deb/build.c          |    4 ++++
 dpkg-split/join.c         |    5 +++++
 dpkg-split/queue.c        |    4 ++++
 lib/dpkg/triglib.c        |   12 ++++++++++++
 src/archives.c            |    2 ++
 src/statcmd.c             |    4 ++++
 utils/start-stop-daemon.c |    4 ++++
 8 files changed, 39 insertions(+), 0 deletions(-)

commit 9d81bf92ef791ad4644f36d3b5f7361e883134d6
Author: Stefan Fritsch <sf@sfritsch.de>
Date:   Sat Feb 27 06:31:47 2010 +0100

    dpkg: Use posix_fadvise on non-Linux to speed up .list files loading
    
    When FIEMAP is not available try to use posix_fadvise() to request
    the preloading of the .list files. A search with dpkg-query went
    from 28 to 17 seconds, giving around 40% improvement.
    
    Closes: #557560
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 configure.ac     |    3 ++-
 debian/changelog |    3 +++
 src/filesdb.c    |   22 ++++++++++++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

commit 8e31b0f0fb6b14e605407b824f4e2f1b0c12bab6
Author: Morten Hustveit <morten@debian.org>
Date:   Tue Nov 3 16:11:46 2009 +0100

    dpkg: Use FIEMAP to sort .list files before scanning
    
    When running dpkg from a cold cache on a system where <admindir>/info/
    lies on a hard disk, a lot of time is spent waiting for seeks between
    (typically) thousands of files. This patch changes the behavior of
    ensure_allinstfiles_available(), so that it accesses the packages in
    the order of their .list files' physical locations on the hard disk,
    greatly reducing drive head movements.
    
    The performance improvement is around 70% on my system: reinstalling
    a simple package takes 8 seconds instead of 27 seconds. The caches were
    dropped before each run, and 10 runs were done with consistent results.
    The performance is identical to the previous patch using FIBMAP,
    althought this one has the advantage of not needing root privileges.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 configure.ac     |    2 +-
 debian/changelog |    3 ++
 src/filesdb.c    |   92 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/main.h       |    2 +
 4 files changed, 94 insertions(+), 5 deletions(-)

commit b3ffabc01224d0317f774405722f679ee8bf3978
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 1 18:54:39 2010 +0100

    dpkg: Switch SE Linux support to explicitly set path contexts
    
    The current code sets the default context and does not clean it on
    conffile extraction or in case of unpack error, which causes the wrong
    context to be applied to files under <admindir>.
    
    Switch the code to explicitly set the path context for newly extracted
    and created files so that we don't need to care about unpack error
    recovery or conffile extraction to restore the default context.
    
    Refactor the code into a new function and remove an unneeded setting of
    the context just before the rename from <node>.dpkg-new to <node>.
    
    Closes: #498438

 debian/changelog |    3 ++
 src/archives.c   |  101 ++++++++++++++++++++++--------------------------------
 2 files changed, 44 insertions(+), 60 deletions(-)

commit 9114e9d298a84dd7f1b1a27b4a377ddd4e7c2f8b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 23:38:51 2010 +0100

    Use while () instead for () when using package iterators
    
    The code looks more balanced this way.

 dselect/pkglist.cc |    6 +++---
 src/depcon.c       |    3 ++-
 src/enquiry.c      |    6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

commit 1d647dd23c14c0c340d36e44c687b2530c04ac97
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 23:34:11 2010 +0100

    Release the package iterators when done
    
    This is a cause of memory leaks, but in these cases the program is about
    to exit anyway, so we do it for correctness.

 dselect/pkglist.cc |    2 ++
 src/enquiry.c      |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 972d84487ace85a7f547c5b9d74be1a4253d1e79
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 26 00:01:28 2010 +0100

    libdpkg: Move generic file locking from lock.c to file.c

 lib/dpkg/Makefile.am    |    1 -
 lib/dpkg/dbmodify.c     |    1 +
 lib/dpkg/dpkg.h         |    6 ---
 lib/dpkg/file.c         |   49 ++++++++++++++++++++++++++++-
 lib/dpkg/file.h         |    4 ++
 lib/dpkg/lock.c         |   81 -----------------------------------------------
 lib/dpkg/trigdeferred.l |    1 +
 po/POTFILES.in          |    1 -
 8 files changed, 54 insertions(+), 90 deletions(-)

commit 2cede33e0736d48fd3a6bc85f59904a2825d7475
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 23:52:24 2010 +0100

    libdpkg: Rename lock functions to have file_ as prefix
    
    Rename lock_file to file_lock, and unlock_file to file_unlock.

 lib/dpkg/dbmodify.c     |    4 ++--
 lib/dpkg/dpkg.h         |    4 ++--
 lib/dpkg/lock.c         |   10 +++++-----
 lib/dpkg/trigdeferred.l |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

commit 8ff7219457b3c6e75006d18d4d1d39e2aa62205b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 27 23:13:45 2010 +0100

    libdpkg: Add new trig_override_hooks to avoid exposing trigh
    
    Make trigh static and create an overrider function for it.

 lib/dpkg/dpkg-db.h |    4 ++--
 lib/dpkg/triglib.c |    9 ++++++++-
 src/trigproc.c     |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

commit 0f96ab4c3465785911cea9ec73c7c3fa9f4467b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 27 21:48:24 2010 +0100

    libdpkg: Add new trigdef_update_printf to avoid exposing trig_new_deferred
    
    Make trig_new_deferred static and create a printer function for it.

 lib/dpkg/dpkg-db.h      |    3 +--
 lib/dpkg/trigdeferred.l |   13 +++++++++++--
 src/trigcmd.c           |    9 ++++-----
 3 files changed, 16 insertions(+), 9 deletions(-)

commit 239b48d8a9a244061bc09d446b9ef0c3732342d6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 27 21:42:40 2010 +0100

    libdpkg: Add new trigdef_set_methods to avoid exposing trigdef
    
    Make trigdef static and create a setter function for it.

 lib/dpkg/dpkg-db.h      |    2 +-
 lib/dpkg/trigdeferred.l |    9 ++++++++-
 lib/dpkg/triglib.c      |    2 +-
 src/trigcmd.c           |    3 ++-
 4 files changed, 12 insertions(+), 4 deletions(-)

commit 76c8c559df929567c2ff9352617e4f116b761629
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 18:50:23 2010 +0100

    libdpkg: Rename database lock functions to use modstatdb_ prefix
    
    Remove now redudant database suffix from the function names.

 lib/dpkg/dbmodify.c |    8 ++++----
 lib/dpkg/dpkg-db.h  |    7 ++-----
 src/update.c        |    4 ++--
 3 files changed, 8 insertions(+), 11 deletions(-)

commit 19f7a159d50b4f8ddadda1ede34c9fb9feed1526
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 18:46:13 2010 +0100

    libdpkg: Move database lock functions to the modstatdb module

 lib/dpkg/dbmodify.c |   35 +++++++++++++++++++++++++++++++++++
 lib/dpkg/lock.c     |   30 ------------------------------
 2 files changed, 35 insertions(+), 30 deletions(-)

commit 6ac32172670d15dba297f941c296576d2a3ca0a6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 18:39:14 2010 +0100

    libdpkg: Remove unused showcopyright prototype
    
    This was forgotten in commit 06b64be7ba505c51f8673e7ba323629e9c60574d.

 lib/dpkg/myopt.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 3c32c3e2c71c21f6d7b0714986b58cb918856701
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 18:02:46 2010 +0100

    libdpkg: Mark (de)compress_xz functions as not returning

 lib/dpkg/compress.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a727752bf9efeeaf0f06f78371c6d9f4085db4c3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Mar 5 11:04:59 2010 +0100

    dpkg-source: do not fallback to other source formats
    
    When the prerequesites of the current source format are not met,
    simply error out instead of trying to fallback to other source formats.

 debian/changelog       |    2 +
 man/dpkg-source.1      |   12 ++++------
 scripts/dpkg-source.pl |   49 +++++++++++++++++++++++------------------------
 3 files changed, 31 insertions(+), 32 deletions(-)

commit e00c979a835e78b682c1cd1d55f14bbeb5566fdf
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 1 08:34:10 2010 +0100

    Add missing bug closure
    
    The rewrite of Dpkg::Checksums fixed a bug which has just been reported
    as #572030. It was not able to deal with filenames with spaces.

 debian/changelog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1ac633351d68c393128fb175ae7b03fd0a33cb5a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 26 11:12:59 2010 +0100

    Drop unused lintian override on dselect

 debian/changelog                 |    2 ++
 debian/dselect.lintian-overrides |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

commit bd5c376383a09242f94ec29574072a2a4bc4dc89
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 26 13:53:41 2010 +0100

    Update Standards-Version to 3.8.4 (no changes needed).

 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 7fd5e980f780c43e757432c7f0438e23c1e4d4cd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 26 13:50:42 2010 +0100

    Introduce the libdpkg-perl package
    
    Clarify the status of the API in README.api.

 debian/.gitignore                     |    1 +
 debian/changelog                      |    1 +
 debian/control                        |   39 ++++++++++++++++++++++++++++++--
 debian/dpkg-dev.install               |    4 ---
 debian/libdpkg-perl.docs              |    4 +++
 debian/libdpkg-perl.install           |    4 +++
 debian/libdpkg-perl.lintian-overrides |    2 +
 doc/README.api                        |   18 +++++++++++----
 8 files changed, 61 insertions(+), 12 deletions(-)

commit 0934601905ea4546a874a6558f7a2a2552cd62f1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 26 11:10:08 2010 +0100

    Update POD documentation to indicate that it's using UTF-8 encoding
    
    Also fix many spelling errors spotted by lintian.

 scripts/Dpkg/BuildOptions.pm           |    2 ++
 scripts/Dpkg/Changelog.pm              |    2 ++
 scripts/Dpkg/Changelog/Debian.pm       |    2 ++
 scripts/Dpkg/Changelog/Entry.pm        |    2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm |    2 ++
 scripts/Dpkg/Changelog/Parse.pm        |    6 ++++--
 scripts/Dpkg/Checksums.pm              |    2 ++
 scripts/Dpkg/Compression.pm            |    2 ++
 scripts/Dpkg/Compression/FileHandle.pm |    4 +++-
 scripts/Dpkg/Compression/Process.pm    |    2 ++
 scripts/Dpkg/Conf.pm                   |    2 ++
 scripts/Dpkg/Control.pm                |    4 +++-
 scripts/Dpkg/Control/Changelog.pm      |    2 ++
 scripts/Dpkg/Control/Fields.pm         |    2 ++
 scripts/Dpkg/Control/Hash.pm           |    6 ++++--
 scripts/Dpkg/Control/Info.pm           |    2 ++
 scripts/Dpkg/Control/Types.pm          |    2 ++
 scripts/Dpkg/Deps.pm                   |    2 ++
 scripts/Dpkg/IPC.pm                    |    4 +++-
 scripts/Dpkg/Index.pm                  |    2 ++
 scripts/Dpkg/Interface/Storable.pm     |    2 ++
 scripts/Dpkg/Path.pm                   |    2 ++
 scripts/Dpkg/Substvars.pm              |    2 ++
 scripts/Dpkg/Vendor.pm                 |    2 ++
 scripts/Dpkg/Vendor/Debian.pm          |    2 ++
 scripts/Dpkg/Vendor/Default.pm         |    2 ++
 scripts/Dpkg/Vendor/Ubuntu.pm          |    2 ++
 scripts/Dpkg/Version.pm                |    2 ++
 28 files changed, 63 insertions(+), 7 deletions(-)

commit 99d10e43d038693d59d455ec3402857fc57da034
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 26 11:00:57 2010 +0100

    Generate manual pages for perl modules with pod2man

 configure.ac            |    1 +
 debian/changelog        |    1 +
 debian/dpkg-dev.install |    1 +
 m4/dpkg-progs.m4        |    7 +++++++
 scripts/Makefile.am     |   25 ++++++++++++++++++++++++-
 5 files changed, 34 insertions(+), 1 deletions(-)

commit 4c933be6a53553a32722803f336ac37eded9fb9b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 26 10:57:18 2010 +0100

    Dpkg::BuildOptions: deal properly with undefined values in merge()

 scripts/Dpkg/BuildOptions.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d66ba7eb665a471869a31789a80f40510f54ce30
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 25 18:04:10 2010 +0100

    dpkg-genchanges, dpkg-source: only split Binary field when it's too long
    
    Applying the substitution on short lines will split them too even though
    they are not longer than 980 chars.

 scripts/dpkg-genchanges.pl |    6 ++++--
 scripts/dpkg-source.pl     |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 08094e069d2ae05b50dc31ba64e3f3b865e4a8e0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 25 17:47:14 2010 +0100

    Dpkg::Checksums: rewrite to provide an object-oriented API
    
    Many other modules and scripts are also updated to cope with the new API.
    The API of the module should be stable from now on, hence increased
    $VERSION to "1.00".

 debian/changelog               |    1 +
 scripts/Dpkg/Checksums.pm      |  384 +++++++++++++++++++++++++++++++++-------
 scripts/Dpkg/Control/Fields.pm |    8 +-
 scripts/Dpkg/Control/Hash.pm   |    4 +-
 scripts/Dpkg/Source/Package.pm |   55 ++-----
 scripts/dpkg-genchanges.pl     |   54 ++----
 scripts/dpkg-scanpackages.pl   |   13 +-
 scripts/dpkg-scansources.pl    |   28 +--
 8 files changed, 369 insertions(+), 178 deletions(-)

commit af71e3484e0959d45dea24e254ab1d58010e8009
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Feb 25 11:31:43 2010 +0100

    German dselect translation update
    
    Update to 277t.

 dselect/po/de.po |  161 ++++++++++++++++++++++++++----------------------------
 1 files changed, 77 insertions(+), 84 deletions(-)

commit ac92038c7b29807cb81fd2cf7206117df2f00a3b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Feb 25 11:21:46 2010 +0100

    German dpkg translation update
    
    Update to 966t.

 po/de.po |  897 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 453 insertions(+), 444 deletions(-)

commit 6d76c37aaa30f319b366e8b711558a9f8f2e7504
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Feb 25 10:33:44 2010 +0100

    Makefile.am: Fix EXTRA_DIST target
    
    Reflect rename of source.lintian-overrides in commit
    d2b11fc77ab5e2d0208f7a60a21984726c481fe7.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d2b11fc77ab5e2d0208f7a60a21984726c481fe7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 09:04:15 2010 +0100

    Move source.lintian-overrides to debian/source/lintian-overrides

 debian/changelog                                   |    1 +
 .../lintian-overrides}                             |    0
 2 files changed, 1 insertions(+), 0 deletions(-)

commit 096167f3a0d86c11a04954ec14a05b91802cf7ab
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 09:02:59 2010 +0100

    Reorganize the doc contents that goes into each package
    
    README.multicd only in dselect.
    README.api only in development packages, dpkg-dev and libdpkg-dev.
    triggers.txt only in dpkg-dev.

 debian/changelog     |    4 ++++
 debian/dpkg-dev.docs |    7 ++++++-
 debian/dpkg.docs     |    3 ---
 debian/dselect.docs  |    6 +++++-
 4 files changed, 15 insertions(+), 5 deletions(-)

commit 9cdcabb0a7f7a38b8cd2292a48a98eb4eb5e458d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 07:04:53 2010 +0100

    Add a new libdpkg-dev package with the headers and the static library
    
    The API should be considered volatile. Although this will help somewhat
    people that are currently using the static library anyway, but have to
    resort to building dpkg from source and using the headers and the static
    library from the source tree.

 Makefile.am                          |    3 +
 configure.ac                         |    1 +
 debian/.gitignore                    |    1 +
 debian/changelog                     |    2 +
 debian/control                       |   12 ++++++
 debian/libdpkg-dev.docs              |    5 ++
 debian/libdpkg-dev.install           |    3 +
 debian/libdpkg-dev.lintian-overrides |    2 +
 lib/dpkg/.gitignore                  |    1 +
 lib/dpkg/Makefile.am                 |   69 +++++++++++++++++++++++-----------
 lib/dpkg/libdpkg.pc.in               |   12 ++++++
 11 files changed, 89 insertions(+), 22 deletions(-)

commit c406ca71c4fa7b8b49a240f33a36b69decfcc3c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 30 20:57:00 2010 +0100

    libdpkg: Require users to define LIBDPKG_VOLATILE_API
    
    The exposed API is not yet finished, make the users explicitly
    acknowledge this fact by requiring them to define this preprocessor
    symbol.

 configure.ac      |    1 +
 debian/changelog  |    2 ++
 doc/README.api    |   11 +++++++++++
 lib/dpkg/macros.h |    4 ++++
 4 files changed, 18 insertions(+), 0 deletions(-)

commit fd8fb6f415a1fdf7ffff6f5ad26048be8ce28412
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 08:50:49 2010 +0100

    libdpkg: Add missing DPKG_ATTR_VPRINTF when !HAVE_C_ATTRIBUTE

 lib/dpkg/macros.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8cf1ec6108d944eaecbdca7a9b52f92ee0db6a8b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 07:02:41 2009 +0200

    Dynamically link against all external libraries
    
    This includes libbz2 and zlib for dpkg-deb and and libselinux for
    dpkg on GNU/Linux.

 debian/changelog              |    2 ++
 debian/dpkg.lintian-overrides |    2 --
 debian/rules                  |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

commit fc39dea9ec2ed9528f39eb288e94932913f70bf8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 05:58:01 2010 +0100

    dpkg-buildpackage: Do not set PKG_CONFIG_LIBDIR when cross-building
    
    The proper solution to this is to let the build system choose the
    appropriate pkg-config binary for the build or host system in the
    same way pkg.m4 is handling it now.
    
    Closes: #551118

 debian/changelog             |    4 ++++
 scripts/dpkg-buildpackage.pl |   11 -----------
 2 files changed, 4 insertions(+), 11 deletions(-)

commit 54be54799fd73850a6e869e3a8e270b35a9f7384
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 05:09:25 2010 +0100

    Use xz-utils instead of lzma for the lzma compression format
    
    We avoid unneeded dependencies on lzma in dpkg and dpk-dev.

 debian/changelog            |    2 ++
 debian/control              |    4 ++--
 lib/dpkg/compress.c         |    4 ++--
 lib/dpkg/compress.h         |    1 -
 scripts/Dpkg/Compression.pm |    4 ++--
 5 files changed, 8 insertions(+), 7 deletions(-)

commit 9bb208a8338253a1c9e1d0642cf1ef039a335951
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 1 05:16:33 2010 +0100

    Add support for xz compressed data.tar member of binary packages
    
    Use the xz command from xz-utils to support xz-compressed binary
    packages. Add xz-utils to dpkg's Pre-Depends.
    
    The xz format is very similar to the lzma format, but it fixes
    some omissions in the latter, most notably a magic number for
    identification by file(1).
    
    Closes: #542160
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>

 debian/changelog    |    3 +++
 debian/control      |    2 +-
 dpkg-deb/main.c     |    2 +-
 lib/dpkg/compress.c |   28 ++++++++++++++++++++++++++++
 lib/dpkg/compress.h |    2 ++
 man/deb.5           |    1 +
 man/dpkg-deb.1      |    4 ++--
 7 files changed, 38 insertions(+), 4 deletions(-)

commit 8394c68c543ca4efc309f5c0917cc1d3998d5a79
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 04:35:48 2010 +0100

    libdpkg: Change default lzma compression level from 9 to 6
    
    Set the default compression level low enough to produce packages
    that require no more than 10 MiB of memory to decompress, by
    lowering it to 6 from 9 (this matches xz internal default compression
    level).
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>

 debian/changelog    |    2 ++
 lib/dpkg/compress.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 6b5c4f96c0b1f1df0d4de71b13cf1a201fb52331
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 30 02:17:22 2010 +0100

    libdpkg-perl: Make comp_prog and decomp_prog %COMP properties arrays
    
    This will allow storing arguments alongside the command names
    themselves.

 scripts/Dpkg/Compression.pm         |   16 ++++++++--------
 scripts/Dpkg/Compression/Process.pm |    4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 7738fe5398d6610723c3def2ddc50eea1a73c327
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 25 04:13:02 2010 +0100

    Securely remove newly installed files when rolling-back a failed unpack
    
    When an error occurs during unpack the code is not securely removing
    the newly installed files that might be still laying around, which
    gives attackers a small window were they could hard link a file with
    set id bits. This situation is pretty contrived as the attacked would
    need to control the failing of the package during unpack.

 debian/changelog |    1 +
 src/archives.c   |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 716362c59e531883304a211afa61660608c214b3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 23 09:49:12 2010 +0100

    dpkg-name: Mark missing strings for translation

 scripts/dpkg-name.pl |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 06b64be7ba505c51f8673e7ba323629e9c60574d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 23 00:08:12 2010 +0100

    Remove --license and --licence options from tools
    
    The options are pretty useless and non-standard. The user can surely
    cat a file from the installed package. In addition this option has not
    worked ever on non-Debian systems as it's relying on the GPL-2 file
    from the base-files Debian package. So remove it, and we get some code
    reduction as a nice side-effect.

 debian/changelog      |    1 +
 dpkg-deb/main.c       |    8 +-------
 dpkg-split/main.c     |    6 +-----
 dselect/main.cc       |    6 +-----
 lib/dpkg/Makefile.am  |    2 --
 lib/dpkg/myopt-util.c |   44 --------------------------------------------
 man/dpkg-deb.1        |    3 ---
 man/dpkg-name.1       |    3 ---
 man/dpkg-query.1      |    3 ---
 man/dpkg-split.1      |    3 ---
 man/dpkg-trigger.1    |    3 ---
 man/dpkg.1            |    3 ---
 man/dselect.1         |    7 +------
 po/POTFILES.in        |    1 -
 src/main.c            |    9 +--------
 src/query.c           |   12 ++----------
 src/statcmd.c         |    8 +-------
 src/trigcmd.c         |    8 +-------
 18 files changed, 10 insertions(+), 120 deletions(-)

commit 0b134aa7f39aebf07d94735d657b856089ab1074
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:09:51 2010 +0100

    libdpkg: Do not include unused <sys/cdefs.h>

 lib/dpkg/dpkg.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 3516d105a427ad95c4d6bacb96030e4267c842fd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:07:50 2010 +0100

    libdpkg: Always include <stddef.h>
    
    We need the definitions from the header, so conditionally including it
    will only cause problems, we are also unconditionally including it in
    other parts of the code, so it's safe to assume it's always available.

 lib/dpkg/dpkg.h |    2 --
 lib/dpkg/path.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

commit 5d1099ae03048739add513ceb52c1773bb9e0e7e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:03:38 2010 +0100

    Header files should not include <config.h> and <compat.h>
    
    Those files are internal to the build, and should not be exposed, as
    this will cause problems once we ship a libdpkg-dev, it also helps
    having them explicitly in the .c and .cc files to avoid accidents like
    the one fixed by commit 0043d020cf7aafe3e253c6d5c9afb93521971e60.

 lib/dpkg/ar.h               |    3 ---
 lib/dpkg/pkg-array.h        |    3 ---
 lib/dpkg/pkg-list.h         |    3 ---
 lib/dpkg/test.h             |    3 ---
 lib/dpkg/test/t-ar.c        |    3 +++
 lib/dpkg/test/t-buffer.c    |    3 +++
 lib/dpkg/test/t-command.c   |    3 +++
 lib/dpkg/test/t-macros.c    |    3 +++
 lib/dpkg/test/t-path.c      |    3 +++
 lib/dpkg/test/t-pkg-list.c  |    3 +++
 lib/dpkg/test/t-pkg-queue.c |    3 +++
 lib/dpkg/test/t-pkginfo.c   |    3 +++
 lib/dpkg/test/t-string.c    |    3 +++
 lib/dpkg/test/t-test.c      |    3 +++
 lib/dpkg/test/t-varbuf.c    |    3 +++
 lib/dpkg/test/t-version.c   |    3 +++
 lib/dpkg/trigdeferred.l     |    1 +
 utils/install-info.c        |    1 +
 utils/start-stop-daemon.c   |    1 +
 19 files changed, 39 insertions(+), 12 deletions(-)

commit c7ade13aa8ad04788efb9d8775f2f5ac6d484e98
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 05:11:29 2010 +0100

    dpkg-deb: Change temporary directory suffix to dpkg-deb
    
    Makes it more obvious who created the directory.

 dpkg-deb/build.c |    4 ++--
 dpkg-deb/info.c  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit bb6c5961bdf2b72b08bce367004dd1a65e71a725
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 05:09:47 2010 +0100

    dpkg-deb: Make cu_info_prepare use ohshite instead of perror
    
    Make the other error paths call ohshite instead of just perror and
    returning or exiting manually.

 dpkg-deb/info.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 3f355904aa56fcb6c782d951d75bf136c3b8b81d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 05:08:00 2010 +0100

    dpkg-deb: Use subproc functions instead of ad-hoc code
    
    This makes cu_info_prepare call ohshite in case of error, but that's
    fine as the normal unwinding will happen in that case.

 dpkg-deb/info.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit ffccc65580189420a0a64736bba0fb661de56dcb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 05:04:54 2010 +0100

    Use mkdtemp and path_make_temp_template instead of tempnam and tmpnam
    
    Those two functions are deprecated, produce warnings at link time,
    and should not be used as they are cause of possible race conditions.
    
    As a side effect we don't need to ensure the path is not existing as
    mkdtemp has done that for us, which slightly simplifies the code.

 debian/changelog |    3 +++
 dpkg-deb/info.c  |   15 +++++----------
 src/processarc.c |   24 +++++++++++++++---------
 3 files changed, 23 insertions(+), 19 deletions(-)

commit 4c9d2d0eeed8b077a19da5bac5f2e8183e27e850
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 03:59:28 2010 +0100

    libdpkg: Add new tempfile template generator function
    
    Use it instead of ad-hoc code in dpkg-deb.

 dpkg-deb/build.c |   18 +++++-------------
 lib/dpkg/path.c  |   31 ++++++++++++++++++++++++++++++-
 lib/dpkg/path.h  |    4 +++-
 3 files changed, 38 insertions(+), 15 deletions(-)

commit eb3cd7ba0b09fde59f8c0d0beca85293d4cc8617
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 05:55:17 2010 +0100

    dpkg: Switch code to use “struct pkg_queue” instead of “struct pkgqueue”
    
    The semantics of the pkq-queue module are more clear, so it makes the
    code slightly easier to handle.

 src/main.h     |   10 ----------
 src/packages.c |   45 ++++++---------------------------------------
 src/trigproc.c |   16 ++++++++--------
 3 files changed, 14 insertions(+), 57 deletions(-)

commit 2e9ea71aeff38e53b56348b6b89b00a1fe0cb9e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 05:52:10 2010 +0100

    libdpkg: Add a new pkg-queue module

 lib/dpkg/Makefile.am        |    1 +
 lib/dpkg/pkg-queue.c        |   90 +++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-queue.h        |   47 +++++++++++++++++
 lib/dpkg/test/.gitignore    |    1 +
 lib/dpkg/test/Makefile.am   |    4 +-
 lib/dpkg/test/t-pkg-queue.c |  115 +++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in              |    1 +
 7 files changed, 258 insertions(+), 1 deletions(-)

commit fcf328f4d1cbe613b6c9c57b33dabbffb28cbdf0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 06:13:30 2010 +0100

    libdpkg: Add unit test for pkg-list module

 lib/dpkg/test/.gitignore   |    1 +
 lib/dpkg/test/Makefile.am  |    4 ++-
 lib/dpkg/test/t-pkg-list.c |   87 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 91 insertions(+), 1 deletions(-)

commit 5d159b6b926c920026e29d010e40b5d5fa27d7b7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 04:58:25 2010 +0100

    libcompat: Update gettext.h from gettext 0.17
    
    This changes its license from LGPL2+ to GPL2+.

 lib/compat/gettext.h |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

commit c3bafdbbd4cffd4569c000dbe2f35fe062d66b14
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 24 21:07:47 2010 +0100

    Use Debian instead of Debian GNU/Linux when referring to the distribution

 debian/changelog                       |    2 ++
 debian/copyright                       |    6 +++---
 dselect/methods/ftp/README.mirrors.txt |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 14c7890f05e1d591050b80246ae6f296462c4fac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 00:53:44 2010 +0100

    Update copyright statements
    
    Sort them by initial year. Add new holders, but for now only those which
    do not need clarification, the rest will be added later.

 debian/changelog |    1 +
 debian/copyright |   25 +++++++++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

commit 0a3fa9ced661545f7269f9061b8e24beeda5a0e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 00:32:49 2010 +0100

    Add accent on Raphaël's name in several files

 ChangeLog.old                          |  366 ++++++++++++++++----------------
 THANKS                                 |    2 +-
 debian/changelog                       |   66 +++---
 debian/copyright                       |    2 +-
 man/deb-symbols.5                      |    2 +-
 man/dpkg-gensymbols.1                  |    2 +-
 man/dpkg-source.1                      |    2 +-
 man/po/ChangeLog.old                   |   12 +-
 po/ChangeLog.old                       |    2 +-
 scripts/Dpkg/Changelog.pm              |    2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm |    2 +-
 scripts/Dpkg/Control/Changelog.pm      |    2 +-
 scripts/Dpkg/Control/Info.pm           |    2 +-
 scripts/Dpkg/Path.pm                   |    2 +-
 scripts/Dpkg/Substvars.pm              |    2 +-
 scripts/po/ChangeLog.old               |    4 +-
 scripts/t/600_Dpkg_Changelog.t         |    4 +-
 scripts/t/600_Dpkg_Changelog/fields    |    4 +-
 18 files changed, 240 insertions(+), 240 deletions(-)

commit ae4505efeccdb5bce465c4c9fa4aeabf0f22cf3c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 19:01:08 2010 +0100

    build: Fix alignment of start-stop-daemon automake rules

 utils/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2bae29f6c86c54eb3c91c524b995651313a3ca3c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 18:55:11 2010 +0100

    build: Add new --without-install-info
    
    Other distributions already ship the GNU reimplementation of install-info
    which is slated to completely replace the Debian one in the near future,
    additionally the current install-info in dpkg is just a wrapper, so we
    allow them to disable it at configure time.

 configure.ac      |    9 +++++++++
 debian/changelog  |    2 ++
 utils/Makefile.am |    4 ++++
 3 files changed, 15 insertions(+), 0 deletions(-)

commit 6985e4e0a8166a46804e2fd89021def7186b3a26
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 07:55:14 2010 +0100

    build: Add new --without-update-alternatives
    
    Some distributions already ship their own reimplementation of
    update-alternatives, so we allow them to disable our own.

 configure.ac        |    9 +++++++++
 debian/changelog    |    2 ++
 man/Makefile.am     |    8 ++++++--
 scripts/Makefile.am |    9 +++++++--
 4 files changed, 24 insertions(+), 4 deletions(-)

commit 0e6bd5764027d36f1605f141ae306a1221a6c7dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 19:11:24 2010 +0100

    build: Move <sbindir>/install-info uninstallation to utils/
    
    Put it where install-info is being handled.

 scripts/Makefile.am |    1 -
 utils/Makefile.am   |    3 +++
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 7467cc776b0f9f402d9e73b69cc601f41332491a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 07:53:17 2010 +0100

    build: Move <admindir>/alternatives directory creation to scripts/
    
    Put it close to the other alternatives file and directory handling.

 scripts/Makefile.am |    1 +
 src/Makefile.am     |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

commit 4da6f227798069945000aadf01c5eecc42f7f52e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 07:29:06 2010 +0100

    dpkg: Set interesting environment variables on conffile shell spawn
    
    Set DPKG_SHELL_REASON, DPKG_CONFFILE_OLD and DPKG_CONFFILE_NEW
    environment variables when spawning a shell for conffile
    examination, so that the user can easily use them for scripting, or
    as easy mnemonics.
    
    Suggested-by: Daniel Martin <Daniel.Martin@jhu.edu>
    
    Closes: #60329

 debian/changelog |    3 +++
 man/dpkg.1       |   12 ++++++++++++
 src/configure.c  |   12 ++++++++++--
 3 files changed, 25 insertions(+), 2 deletions(-)

commit 6f037003e8b96878b485efb7cbd1f846e3bf4e97
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 06:29:48 2010 +0100

    dpkg: Always spawn a new shell on conffile prompt
    
    Stop supporting self backgrounding, remove DPKG_NO_TSTP environment
    variable support, as we always spawn a shell now.
    
    This will allow setting useful environment variables for the user to use
    with other tools. And is less confusing, as the action to go back to
    dpkg does not depend on how dpkg was run.
    
    Closes: #38334

 TODO                                |    2 -
 debian/changelog                    |    3 ++
 doc/README.feature-removal-schedule |    7 +++++
 lib/dpkg/dpkg.h                     |    1 -
 man/dpkg.1                          |    6 +---
 src/configure.c                     |   50 +++++++++++++---------------------
 6 files changed, 30 insertions(+), 39 deletions(-)

commit ecf0b87226f0db54551e2d34fca6fa45542f52a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 06:16:11 2010 +0100

    dselect: Use m_strdup instead of unchecked malloc + strcpy
    
    This would cause a segfault in an OOM situation.

 dselect/main.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3e9f202bc125eeaf291c47613f5e42493077fd42
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 04:40:47 2010 +0100

    libdpkg: Unify and namespace pkg-format functions and types
    
    Renames:
    
      struct lstitem → struct pkg_format_node
      itemtype_t → enum pkg_format_type
      alloclstitem() → pkg_format_node_new()
      parseformat() → pkg_format_parse()
      freeformat() → pkg_format_free()
      show1package() → pkg_format_show()

 dpkg-deb/info.c       |    4 ++--
 lib/dpkg/pkg-format.c |   48 ++++++++++++++++++++++++------------------------
 lib/dpkg/pkg-format.h |   10 +++++-----
 src/query.c           |    8 ++++----
 4 files changed, 35 insertions(+), 35 deletions(-)

commit 6ada98fe522ddfb197292e8d5fe8249eab320594
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 04:29:15 2010 +0100

    libdpkg: Move package formatting support to a new pkg-format module
    
    Move declarations from dpkg-db.h to a new pkg-format.h, and rename
    showpkg.c to pkg-format.c.

 dpkg-deb/info.c                      |    1 +
 lib/dpkg/Makefile.am                 |    2 +-
 lib/dpkg/dpkg-db.h                   |    9 --------
 lib/dpkg/{showpkg.c => pkg-format.c} |    3 +-
 lib/dpkg/pkg-format.h                |   38 ++++++++++++++++++++++++++++++++++
 po/POTFILES.in                       |    2 +-
 src/query.c                          |    1 +
 7 files changed, 44 insertions(+), 12 deletions(-)

commit 51323231082c34fe87771502593aae50e601ea04
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 19:20:11 2010 +0100

    libdpkg: Revert license change to GPL2+
    
    The file lib/dpkg/showpkg.c used to be GPL-2+ with all commits with
    copyright by Wichert Akkerman, until commit 6e1eb71ebffbbaca2e4bc when
    it got changed to GPL-2 only.
    
    Changes afterwards by:
    
      Wichert Akkerman (trivial change):
    
        commit d5e656d9: Removal of an include.
    
      Adam Heath (trivial changes):
    
        commit dbcb7449: Reorder an include;
        commit a1d9dc46: Add a missing “void”;
                         Macroify the unused dumpchain to avoid a warning,
                         code entirely removed in commit 07162068.
    
      Frank Lichtenheld (several changes)
    
      Pierre Habouzit (trivial change):
    
        commit 8ad47fe5: Add a 'z' to a format string.
    
      Guillem Jover (several changes)
    
    So with approval from Frank and myself, let's revert the license change
    in 6e1eb71ebffbbaca2e4bc.
    
    Signed-off-by: Frank Lichtenheld <djpig@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/showpkg.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 53171636dce1634f9dd3c96602e4fcafee025847
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 15:33:43 2010 +0100

    libdpkg-perl: Fix Canonical copyright statement
    
    The work Colin did was under Canonical's time.
    
    Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/Vendor/Ubuntu.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 18169a3ecac3c47d1c0cde2eaa93bce198d26421
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Feb 24 19:59:29 2010 +0100

    dpkg-source, dpkg-genchanges: split Binary lines at less than 980 chars
    
    Splitting on the first space after 980 characters was not enough as
    package names can be quite long and the real limit is not 1024 chars
    but rather 992 chars for email exchange.
    
    Example of problematic changes:
    http://lists.debian.org/debian-devel-changes/2010/02/msg01090.html
    
    We now split on the last space before the 980 chars limit.

 scripts/dpkg-genchanges.pl |    2 +-
 scripts/dpkg-source.pl     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d33fa8f197221c8422ee14dc36955e58febfa3d4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Feb 24 17:26:36 2010 +0100

    Dpkg::BuildOptions: provide an object oriented interface
    
    Also update the test-suite and dpkg-buildpackage to match the new API.
    Increase $VERSION to 1.00 since it's supposed to be a stable API now.

 debian/changelog                  |    1 +
 scripts/Dpkg/BuildOptions.pm      |  179 ++++++++++++++++++++++++++++++------
 scripts/dpkg-buildpackage.pl      |   10 +-
 scripts/t/300_Dpkg_BuildOptions.t |   62 +++++++------
 4 files changed, 187 insertions(+), 65 deletions(-)

commit 7fe00a9043f3f70c983c525d86007e36301cf08b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 23 17:44:16 2010 +0100

    Update Dpkg::Conf to use Dpkg::Interface::Storable
    
    And complete documentation. Fix dpkg-source to still display options
    on a single line.

 scripts/Dpkg/Conf.pm   |   69 ++++++++++++++++++++++++++++++++++++-----------
 scripts/dpkg-source.pl |    2 +-
 2 files changed, 54 insertions(+), 17 deletions(-)

commit bb70204c9816479ae56e3bb087f14d89bc05e466
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 23 16:50:17 2010 +0100

    dpkg-source: new options --extend-diff-ignore, --diff-ignore, --tar-ignore
    
    --extend-diff-ignore is a truly new option while the others are long names
    for the existing -i and -I options.

 debian/changelog       |    3 +++
 man/dpkg-source.1      |   11 +++++++++--
 scripts/dpkg-source.pl |    8 +++++---
 3 files changed, 17 insertions(+), 5 deletions(-)

commit 07522de7d6957ba02ae195cf180141d93dccf60d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Feb 22 15:45:12 2010 +0100

    Enhance dpkg's error message about programs missing from the PATH
    
    Triggered by https://bugs.maemo.org/show_bug.cgi?id=4103

 src/help.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 302d1f1dcaa96fbfbfc8b5fe29babdd342a77f54
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 21 22:54:43 2010 +0100

    Update German scripts translation
    
    Update to 499t.

 scripts/po/de.po |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 61ab00f675dff4837c386075a0b835de263702fd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 11:58:40 2010 +0100

    dpkg-source: new option --create-empty-orig in formats "2.0" and "3.0 (quilt)"
    
    With this option, dpkg-source will auto-create the main original tarball
    when it's missing and when there are supplementary tarballs. This makes it
    easier to bundle multiple software together.
    
    dpkg-source needs to be modified since the options have to be parsed
    before can_build() is called.

 debian/changelog                  |    4 ++++
 man/dpkg-source.1                 |    6 ++++++
 scripts/Dpkg/Source/Package.pm    |   15 ++++++++++-----
 scripts/Dpkg/Source/Package/V2.pm |   21 ++++++++++++++++++---
 scripts/dpkg-source.pl            |    7 +++----
 5 files changed, 41 insertions(+), 12 deletions(-)

commit a17570383cdac5d13cff4c0e0469f22a8594ee23
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 11:04:02 2010 +0100

    dpkg-gencontrol, dpkg-genchanges, dpkg-source: support multiple -T options
    
    It allows to read substitution variables from multiple files.

 debian/changelog           |    3 +++
 man/dpkg-genchanges.1      |    4 +++-
 man/dpkg-gencontrol.1      |    2 ++
 man/dpkg-source.1          |    3 ++-
 scripts/dpkg-genchanges.pl |    7 ++++---
 scripts/dpkg-gencontrol.pl |    9 +++++----
 scripts/dpkg-source.pl     |    4 +---
 7 files changed, 20 insertions(+), 12 deletions(-)

commit 647dee469b94fac69cf98cc8bc36390df294137d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 10:33:25 2010 +0100

    dpkg-buildpackage: support passing arbitrary options to dpkg-source/dpkg-genchanges

 debian/changelog             |    3 ++
 man/dpkg-buildpackage.1      |    6 ++++
 scripts/dpkg-buildpackage.pl |   65 +++++++++++++++++++----------------------
 3 files changed, 39 insertions(+), 35 deletions(-)

commit 1ef2128855ddd6d454b0a122b6ebc602df2df433
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 21 13:28:54 2010 +0100

    Update German translation of manual pages
    
    Update to 1699t4f76u.

 man/po/de.po |  118 ++++++++++++++++++++-------------------------------------
 1 files changed, 42 insertions(+), 76 deletions(-)

commit 2c3a53b1ce74adddb713e9d6d4e5e6005ef2aba8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 21 13:18:17 2010 +0100

    Add dpkg-gensymbols.1 to the translatable man page set
    
    and update all po files accordingly.

 debian/changelog    |    3 +
 man/po/de.po        | 1681 +++++++++++++++++++++------
 man/po/dpkg-man.pot | 1378 +++++++++++++++++++---
 man/po/es.po        | 1568 +++++++++++++++++++++----
 man/po/fr.po        | 3216 +++++++++++++++++++++++++++++++++++----------------
 man/po/hu.po        | 1533 ++++++++++++++++++++----
 man/po/ja.po        | 1584 +++++++++++++++++++++----
 man/po/pl.po        | 1703 +++++++++++++++++++++++----
 man/po/po4a.cfg     |    5 +
 man/po/pt_BR.po     | 1539 +++++++++++++++++++++----
 man/po/ru.po        | 1537 +++++++++++++++++++++----
 man/po/sv.po        | 1767 +++++++++++++++++++++++-----
 12 files changed, 14130 insertions(+), 3384 deletions(-)

commit 164510479abf3dd0ccdee57adb647589a12733a9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 21 10:00:40 2010 +0100

    Update German scripts translation
    
    Update to 499t.

 scripts/po/de.po |   60 +++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 51 insertions(+), 9 deletions(-)

commit c9ccd372fb9655493cd527c37e51a7bd035370cc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 02:39:44 2010 +0100

    dpkg-gencontrol: now indicates which package is concerned by the substvars warnings
    
    Enhance Dpkg::Substvarst to be able to display a prefix before its
    warnings and errors and make use of that facility in dpkg-gencontrol to be
    explicit about where the substitution is done.

 debian/changelog             |    2 ++
 scripts/Dpkg/Control/Hash.pm |    4 ++--
 scripts/Dpkg/Substvars.pm    |   28 +++++++++++++++++++++++-----
 scripts/dpkg-gencontrol.pl   |    6 ++++--
 4 files changed, 31 insertions(+), 9 deletions(-)

commit 51741049b5d8df648e6a08f663bf87c4b5f00529
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 02:04:13 2010 +0100

    dpkg-gencontrol: no longer warns if a substvar provided by -V is not used
    
    The warning is meant to catch unused substitutions coming from the file
    and the file is package specific with debhelper.

 debian/changelog           |    3 +++
 scripts/dpkg-gencontrol.pl |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 063f0565dcdf069b7f9624c237ed7fce10571887
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 01:34:00 2010 +0100

    dpkg-gencontrol: don't accept arch-specific dependencies in arch: all packages
    
    Since an architecture all package is shared on all architectures, its
    dependency lines can't be simplified with the knowledge of the current host
    architecture.

 debian/changelog           |    2 ++
 scripts/Dpkg/Deps.pm       |   25 +++++++++++++++++++++++++
 scripts/dpkg-gencontrol.pl |   10 ++++++++--
 3 files changed, 35 insertions(+), 2 deletions(-)

commit 278a12b941d8001edf66d61ea2fe7ee0eff9a4a8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 01:12:52 2010 +0100

    Fix typo overriden -> overridden in multiple places

 man/deb-extra-override.5 |    4 ++--
 man/dpkg-architecture.1  |    2 +-
 man/dpkg-buildpackage.1  |    4 ++--
 man/po/de.po             |   10 +++++-----
 man/po/dpkg-man.pot      |   10 +++++-----
 man/po/es.po             |   10 +++++-----
 man/po/fr.po             |   10 +++++-----
 man/po/hu.po             |   10 +++++-----
 man/po/ja.po             |   10 +++++-----
 man/po/pl.po             |   10 +++++-----
 man/po/pt_BR.po          |   10 +++++-----
 man/po/ru.po             |   10 +++++-----
 man/po/sv.po             |   10 +++++-----
 13 files changed, 55 insertions(+), 55 deletions(-)

commit 0898ea0048fd94349f4bcf0068b22104d97217e3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 01:04:02 2010 +0100

    Dpkg::Source: fix parsing of diff's output to be POSIX-compliant
    
    While parsing diff's output, accept any sentence that contains the word
    differ (as specified by POSIX) to identify that binary files could
    not be compared.

 debian/changelog                 |    3 +++
 scripts/Dpkg/Source/Functions.pm |    5 ++++-
 scripts/Dpkg/Source/Patch.pm     |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 1669e148b8568810b7dcfc2b3d94517c0aa6f4af
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 07:06:27 2010 +0100

    po: Add missing files to POTFILES

 po/POTFILES.in         |    1 +
 scripts/po/POTFILES.in |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit b066610b394bfe06b8af5efb0a34c2b56c865705
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 01:27:55 2010 +0100

    dpkg-deb: Fix double free in --info
    
    Change the code to not increase cdlist, and instead index it, so that
    we can free it at the end.
    
    Regression introduced in commit c264dd83d33250927fe165de5336145afdf99610.

 dpkg-deb/info.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 1d22992583f0010007da14ce385e72ee13a9a84f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 21 00:45:00 2010 +0100

    Add $VERSION numbers to all perl modules
    
    Modules whose API should be stable have a version 1.00.
    The modules with version 0.01 are expected to have further API
    changes in the (near) future or are deemed to be useful mostly
    for dpkg-dev's internal usage.

 debian/changelog                         |    2 ++
 scripts/Dpkg.pm                          |    2 ++
 scripts/Dpkg/Arch.pm                     |    2 ++
 scripts/Dpkg/BuildOptions.pm             |    2 ++
 scripts/Dpkg/Changelog.pm                |    2 ++
 scripts/Dpkg/Changelog/Debian.pm         |    2 ++
 scripts/Dpkg/Changelog/Entry.pm          |    2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm   |    2 ++
 scripts/Dpkg/Changelog/Parse.pm          |    2 ++
 scripts/Dpkg/Checksums.pm                |    2 ++
 scripts/Dpkg/Compression.pm              |    3 +++
 scripts/Dpkg/Compression/FileHandle.pm   |    2 ++
 scripts/Dpkg/Compression/Process.pm      |    2 ++
 scripts/Dpkg/Conf.pm                     |    2 ++
 scripts/Dpkg/Control.pm                  |    2 ++
 scripts/Dpkg/Control/Changelog.pm        |    2 ++
 scripts/Dpkg/Control/Fields.pm           |    2 ++
 scripts/Dpkg/Control/Hash.pm             |    2 ++
 scripts/Dpkg/Control/Info.pm             |    2 ++
 scripts/Dpkg/Deps.pm                     |    2 ++
 scripts/Dpkg/ErrorHandling.pm            |    5 +++++
 scripts/Dpkg/Exit.pm                     |    2 ++
 scripts/Dpkg/Gettext.pm                  |    2 ++
 scripts/Dpkg/IPC.pm                      |    2 ++
 scripts/Dpkg/Index.pm                    |    2 ++
 scripts/Dpkg/Interface/Storable.pm       |    2 ++
 scripts/Dpkg/Path.pm                     |    2 ++
 scripts/Dpkg/Shlibs.pm                   |    2 ++
 scripts/Dpkg/Shlibs/Cppfilt.pm           |    3 +++
 scripts/Dpkg/Shlibs/Objdump.pm           |    2 ++
 scripts/Dpkg/Shlibs/Symbol.pm            |    3 +++
 scripts/Dpkg/Shlibs/SymbolFile.pm        |    3 +++
 scripts/Dpkg/Source/Archive.pm           |    2 ++
 scripts/Dpkg/Source/Functions.pm         |    2 ++
 scripts/Dpkg/Source/Package.pm           |    2 ++
 scripts/Dpkg/Source/Package/V1.pm        |    2 ++
 scripts/Dpkg/Source/Package/V2.pm        |    2 ++
 scripts/Dpkg/Source/Package/V3/bzr.pm    |    2 ++
 scripts/Dpkg/Source/Package/V3/custom.pm |    2 ++
 scripts/Dpkg/Source/Package/V3/git.pm    |    2 ++
 scripts/Dpkg/Source/Package/V3/native.pm |    2 ++
 scripts/Dpkg/Source/Package/V3/quilt.pm  |    2 ++
 scripts/Dpkg/Source/Patch.pm             |    2 ++
 scripts/Dpkg/Substvars.pm                |    2 ++
 scripts/Dpkg/Vars.pm                     |    2 ++
 scripts/Dpkg/Vendor.pm                   |    2 ++
 scripts/Dpkg/Vendor/Debian.pm            |    2 ++
 scripts/Dpkg/Vendor/Default.pm           |    2 ++
 scripts/Dpkg/Vendor/Ubuntu.pm            |    2 ++
 scripts/Dpkg/Version.pm                  |    2 ++
 50 files changed, 107 insertions(+), 0 deletions(-)

commit 5d1795408484778f7978062bb472c97b45a5cd10
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 23:50:06 2010 +0100

    Dpkg::Interface::Storable: load() and save() accept "-" for standard input/output
    
    Simplify code in Dpkg::Control::Info thanks to this.

 scripts/Dpkg/Control/Info.pm       |    9 ++-----
 scripts/Dpkg/Interface/Storable.pm |   37 ++++++++++++++++++++++++++---------
 2 files changed, 30 insertions(+), 16 deletions(-)

commit 513baa2c1e20036528fd8fb986ef407d4aa8d415
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 23:39:15 2010 +0100

    Dpkg::Control::Info: provide an array representation of the object
    
    Add non-regression test for this interface.

 scripts/Dpkg/Control/Info.pm |   16 +++++++++++++++-
 scripts/t/700_Dpkg_Control.t |    4 +++-
 2 files changed, 18 insertions(+), 2 deletions(-)

commit d13625a19aa5e49e71ea1c08317198c0094a0047
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 22:39:33 2010 +0100

    Add accent on my name in AUTHORS

 AUTHORS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 80c53458c34feb6db52fd1d11d53702b0a1e968f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 22:37:08 2010 +0100

    Add Jonathan Nieder and Modestas Vainius to THANKS

 THANKS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cceb8fd624b534b9ed044f79976e86b0958608b4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 22:36:42 2010 +0100

    Changelog entry for Dpkg::Interface::Storable introduction

 debian/changelog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cdf4e5b5324b1196355542f30228c9ca26e5a7ad
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 22:19:57 2010 +0100

    Dpkg::Shlibs::*: rename parse() functions
    
    To avoid confusion with the parse() function expected by objects
    inheriting from Dpkg::Interface::Storable (which is supposed to restore
    the object from its serialized data), the various parse() functions
    have been renamed into something more explicit like analyze() for
    Dpkg::Shlibs::Objdump or parse_symbolspec() for Dpkg::Shlibs::Symbol.

 scripts/Dpkg/Shlibs/Objdump.pm    |   10 +++++-----
 scripts/Dpkg/Shlibs/Symbol.pm     |    2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm |    4 ++--
 scripts/dpkg-gensymbols.pl        |    2 +-
 scripts/t/200_Dpkg_Shlibs.t       |   16 ++++++++--------
 5 files changed, 17 insertions(+), 17 deletions(-)

commit 1d70649516259db6bcfc468299c35f3113115fce
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 20 21:53:15 2010 +0100

    Update Dpkg::Shlibs::SymbolFile to use Dpkg::Interface::Storable
    
    In the process dump() is renamed output() and save() is dropped in favor
    of the version provided by Dpkg::Interface::Storable. load() is
    transformed in parse().

 scripts/Dpkg/Shlibs/SymbolFile.pm |   45 +++++++++++++++---------------------
 scripts/dpkg-gensymbols.pl        |   12 +++++-----
 scripts/t/200_Dpkg_Shlibs.t       |    6 ++--
 3 files changed, 28 insertions(+), 35 deletions(-)

commit aba76e6de21438ada3d6df542021d341fb499dcc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 19 19:45:40 2010 +0100

    Update Dpkg::Substvars to use Dpkg::Interface::Storable
    
    The parse() function is replaced by load() for most users.

 scripts/Dpkg/Substvars.pm      |   67 +++++++++++++++++++++++++++++-----------
 scripts/dpkg-genchanges.pl     |    2 +-
 scripts/dpkg-gencontrol.pl     |    2 +-
 scripts/dpkg-source.pl         |    2 +-
 scripts/t/750_Dpkg_Substvars.t |    2 +-
 5 files changed, 53 insertions(+), 22 deletions(-)

commit 93f179a39dfd081e2a50dd258a322025004f6023
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 19 19:32:33 2010 +0100

    Dpkg::Compression::FileHandle: fix behaviour when the file is not open
    
    The syscall-like interface should not error out when the file has not been
    opened, it must simply return failure codes.

 scripts/Dpkg/Compression/FileHandle.pm |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

commit 6c8369aee32b5c99f45e60f62e6e07d26b2b42b8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 18 23:57:01 2010 +0100

    Update Dpkg::Control::* to use Dpkg::Interface::Storable
    
    This implies renaming parse_fh() into parse() and parse() into load().
    Update all scripts and modules using those methods.

 scripts/Dpkg/Changelog/Parse.pm |    2 +-
 scripts/Dpkg/Control/Hash.pm    |   27 ++++++++++-------------
 scripts/Dpkg/Control/Info.pm    |   43 +++++++++++++++++---------------------
 scripts/Dpkg/Index.pm           |    2 +-
 scripts/Dpkg/Source/Package.pm  |    4 +--
 scripts/Dpkg/Vendor.pm          |    4 +--
 scripts/dpkg-genchanges.pl      |    4 +--
 scripts/dpkg-name.pl            |    2 +-
 scripts/dpkg-scanpackages.pl    |    2 +-
 scripts/dpkg-scansources.pl     |    2 +-
 scripts/t/700_Dpkg_Control.t    |    2 +-
 11 files changed, 40 insertions(+), 54 deletions(-)

commit 9e7dfecce74f4d58de5be46b387b899489869876
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 18 23:32:25 2010 +0100

    Update Dpkg::Deps to make use of Dpkg::Interface::Storable
    
    Parsing part is only partially supported currently.

 scripts/Dpkg/Deps.pm |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 69e9305c848fb5f8d10a65be412cab26b9ed47ee
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 18 23:19:41 2010 +0100

    Update Dpkg::Changelog and Dpkg::Index to use Dpkg::Interface::Storable

 scripts/Dpkg/Changelog.pm |   15 ++++++---------
 scripts/Dpkg/Index.pm     |   22 ++--------------------
 2 files changed, 8 insertions(+), 29 deletions(-)

commit 88b0ac732e075f487e7cfa0999326d2105f2ecbc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 18 22:26:32 2010 +0100

    Dpkg::Interface::Storable: common convenience methods for serialization of objects

 scripts/Dpkg/Interface/Storable.pm |  124 ++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                |    1 +
 scripts/po/POTFILES.in             |    1 +
 3 files changed, 126 insertions(+), 0 deletions(-)

commit dc0c710c11fd13de98d8a0226a24f6ac8410c852
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Feb 20 18:30:41 2010 +0100

    German dpkg translation update
    
    Update to 969t.

 po/de.po |  405 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 203 insertions(+), 202 deletions(-)

commit d391f1d219dd2f521c7dc9b4fe92be1cbca5b1c6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Feb 19 18:13:19 2010 +0100

    Update German scripts translation
    
    Update to 492t.

 scripts/po/de.po |   73 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 72 insertions(+), 1 deletions(-)

commit 59c1513f8d83446e57dfc5e047840778601a8c60
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 19 11:11:18 2010 +0100

    Dpkg::Shlibs::Symbol::equals(): be explicit about default values of options

 scripts/Dpkg/Shlibs/Symbol.pm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit ee7dc84822d1bb2d84f8bfebafd233f62a8ee4f2
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Tue Feb 16 01:09:02 2010 +0200

    Add -q option to dpkg-gensymbols, -c0 never fails AND shows a diff.
    
    The rationale behind this change that there should be a way to prevent
    dpkg-gensymbols from failing if there are lost symbols but still show a diff at
    the same time (which -c0 would not without this patch).
    
    Imagine a source package which builds multiple library binary packages that are
    prone to arch-specific failures (quite typical for C++). Then dh_makeshlibs would
    stop at the first dpkg-gensymbols failure giving only one diff. So it should be
    possible to get diffs for all libraries in the single buildd run regardless of
    check failures (using -c0). The fact that dpkg-gensymbols will never fail is
    not that important if maintainer is pretty sure that symbols might be lost only
    due to e.g. unmarked optional symbols or different mangling on other arches.
    When updating to a new upstream, maintainer can set
    DPKG_GENSYMBOLS_CHECK_LEVEL=1 in the environment to temporary restore checks.

 debian/changelog           |    3 +++
 man/dpkg-gensymbols.1      |   19 ++++++++++++-------
 scripts/dpkg-gensymbols.pl |   37 ++++++++++++++++++++++++-------------
 3 files changed, 39 insertions(+), 20 deletions(-)

commit 8bec4de4df57cf814169ece1ab555ac2b44ab983
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Wed Feb 3 04:36:03 2010 +0200

    Dpkg::Shlibs:* add more abstract methods and clean up API.
    
    * Make SymbolFile::lookup_*(), SymbolFile::find_matching_pattern() accept both
      symbol/pattern objects AND names.
    * Make SymbolFile::lookup_*(), SymbolFile::find_matching_pattern() accept both
      single soname and an array of sonames.
    * Make SymbolFile::lookup_*(), SymbolFile::find_matching_pattern() detect
      context and return either a hash of ( soname => .., symbol => .. ) or just a
      scalar symbol reference. In either case, do NOT clone symbols.
    * SymbolFile::get_{new,lost}_symbols() returns an array of { soname =>
      .., symbol => .. } hashes where 'symbol' is a real reference, not a clone.
    * Add new abstract methods and use them everywhere:
      - SymbolFile::get_arch() - architecture the file is processed under/for.
      - SymbolFile::get_sonames() - names of all sonames.
      - SymbolFile::get_object() - soname object reference by name or object
        reference.
      - SymbolFile::get_symbols($soname) - if $soname is undef, returns ALL
        symbol file symbols.
      - SymbolFile::get_patterns($soname) - if $soname is undef, returns ALL
        symbol file patterns.
      - SymbolFile::get_symbol_object(Ssym, $soname) - a convenience method
        combining both SymbolFile::lookup_{symbol,pattern} methods.
    * Make SymbolFile::create_symbol() more flexible. Now it can parse a dummy spec
      without minver.
    * Remove Symbol::sclone() as no longer used and needed. Rename Symbol::dclone()
      back to Symbol::clone().

 scripts/Dpkg/Shlibs/Symbol.pm     |   20 +--
 scripts/Dpkg/Shlibs/SymbolFile.pm |  264 ++++++++++++++++++++++---------------
 scripts/dpkg-gensymbols.pl        |    2 +-
 scripts/dpkg-shlibdeps.pl         |   23 ++--
 scripts/t/200_Dpkg_Shlibs.t       |  114 +++++++---------
 5 files changed, 224 insertions(+), 199 deletions(-)

commit 7c02a2ed867b18fba61bffaa4402dd2db230c9bc
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Tue Feb 2 23:58:24 2010 +0200

    Dpkg::Shlibs::SymbolFile::add_symbol() reverse $sym, $soname argument order.
    
    This makes order consistent with lookup_{symbol,pattern}.

 scripts/Dpkg/Shlibs/SymbolFile.pm |    7 +++----
 scripts/t/200_Dpkg_Shlibs.t       |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

commit d6778cf96d27b6bde6c76c8bda8f722e665fbcef
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 30 00:51:05 2010 +0200

    Dpkg::Shlibs::Cppfilt: add and export cppfilt_demangle_cpp().
    
    This function is needed to unify how demangling of C++ symbols is done in
    dpkg-dev. Passing 'auto' to cppfilt_demangle() each time is not very obvious
    and error prone.

 scripts/Dpkg/Shlibs/Cppfilt.pm      |    8 +++++++-
 scripts/Dpkg/Shlibs/Symbol.pm       |    2 +-
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t |   14 +++++---------
 3 files changed, 13 insertions(+), 11 deletions(-)

commit 6395b7668bdb469efbdb4a54be18f289543779d7
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 30 00:39:14 2010 +0200

    Dpkg::Shlibs::Cppfilt: do not pass --no-verbose to c++filt(1).
    
    --no-verbose gives some unexpected results, e.g. C++ substitution in
    _ZNSs9_M_mutateEmmm is not expanded according to the spec (i.e.
    std::basic_string<> gets simplified and replaced by std::string).

 scripts/Dpkg/Shlibs/Cppfilt.pm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 16e2ac799a696b0027627048f2cd4a05376c4224
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Fri Jan 29 20:06:16 2010 +0200

    Dpkg::Shlibs::SymbolFile: refactor {patterns}{aliases}.
    
    * Get rid of "converter" field, it is hard to manage. Just use the first alias
    instead.
    * Avoid implicit creation of alias type hash in a couple of places.

 scripts/Dpkg/Shlibs/SymbolFile.pm |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

commit 4a9c97d4d75e045ca3c1dbc5f3b4ce0ea0605cf0
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Fri Jan 29 19:29:17 2010 +0200

    Dpkg::Shlibs::Symbol::equals(): improve, make more general.
    
    Now the function accepts named options and allows to optionally skip
    comparision of versioning info (minver/dep_id) and tags. However,
    by default, it compares all non-internal symbol properties.

 scripts/Dpkg/Shlibs/Symbol.pm     |   33 +++++++++++++++++++++------------
 scripts/Dpkg/Shlibs/SymbolFile.pm |    2 +-
 2 files changed, 22 insertions(+), 13 deletions(-)

commit 8ee083c253f510fea4dda7999e0792ee82ab128f
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Fri Jan 29 19:27:32 2010 +0200

    Dpkg::Shlibs::Symbol: improve set_symbolname().
    
    Now it allows to set symbol template and autodetects if quotes are needed.

 scripts/Dpkg/Shlibs/Symbol.pm |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 2294cc63c0cae9fa95a2908b455c770d9c3feb40
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 23 18:55:54 2010 +0200

    Dpkg::Shlibs::SymbolFile::get_new_symbols(): add option to return optional symbols.
    
    Also includes a bit of refactoring for relevant Dpkg::Shlibs::Symbol bits.
    is_eligible_as_new() was renamed to is_legitimate() and its usage in
    get_new_symbols() was expanded.

 scripts/Dpkg/Shlibs/Symbol.pm     |    7 +++----
 scripts/Dpkg/Shlibs/SymbolFile.pm |   28 +++++++++++++++-------------
 2 files changed, 18 insertions(+), 17 deletions(-)

commit a87a15ad096884025195698fc76a9ab41a4ac425
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 23 18:52:55 2010 +0200

    dpkg-gensymbols: add -a<arch> option.
    
    Use this option to generate a symbol file or diff for any architecture provided
    its binaries are already available.

 debian/changelog           |    1 +
 man/dpkg-gensymbols.1      |    5 +++++
 scripts/dpkg-gensymbols.pl |    4 ++++
 3 files changed, 10 insertions(+), 0 deletions(-)

commit 30e6d305a32cba540efa80dbdb8838a21333e0ed
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 23 18:27:21 2010 +0200

    dpkg-gensymbols: add source version to the diff label.
    
    Source version is also useful to have in the output. Also format the string
    according to dpkg-name rules.

 debian/changelog           |    2 ++
 scripts/dpkg-gensymbols.pl |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 64bd8420e602d12009dd045eb980d6ba7324b3e6
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 23 18:21:49 2010 +0200

    Dpkg::Shlibs::SymbolFile::new(): do not allow undefined arch option.

 scripts/Dpkg/Shlibs/SymbolFile.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 23cbbfb41d2e13bd602f51274253195fee2a31ac
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jan 23 18:18:40 2010 +0200

    Dpkg::Shlibs::Symbol::parse_tagspec(): allow extra spaces before symbol tag specification.
    
    Make it possible to reparse a symbol specification generated with
    Dpkg::Shlibs::Symbol:get_symbolspec(1).

 scripts/Dpkg/Shlibs/Symbol.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 88aa36dc999ce6397dc9dfa2fc4100a113399d38
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 07:20:07 2010 +0100

    Fix dpkg-query and dpkg-trigger to actually print a version on --version

 debian/changelog |    1 +
 src/query.c      |    3 ++-
 src/trigcmd.c    |    3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

commit a7ab968e9e5e30103bdc9439374eb6df794578fd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 07:07:04 2010 +0100

    dpkg-deb: Unify “failed read” strings by making control an argument

 dpkg-deb/info.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5e03628e920b726a1fc37df9f37b3dcfb6b3be71
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Fri Feb 19 07:03:58 2010 +0100

    dpkg-deb: Fix resource leak in --info
    
    “dpkg-deb -I foo.deb” leaks the file handle for the package’s
    control file. Check for read errors and close the file before
    it falls out of scope.
    
    Found by cppcheck.
    
    Reported-by: Raphael Geissert <atomo64@gmail.com>
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>

 debian/changelog |    4 ++++
 dpkg-deb/info.c  |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit fdedcf5168ab8ddb402fbfcb43891897d4adacfd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 06:58:31 2010 +0100

    Remove done TODO items

 TODO |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit c264dd83d33250927fe165de5336145afdf99610
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 06:56:59 2010 +0100

    Fix small memory leaks related to scandir()
    
    The array of pointers returned by scandir and the pointers in it were
    not being freed.

 debian/changelog |    1 +
 dpkg-deb/info.c  |    3 +++
 lib/dpkg/myopt.c |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)

commit f0496f91b55081c7990abb88d78299e9cb925ece
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 06:54:21 2010 +0100

    dpkg: Fix unaligned bullet point on a comment
    
    This was making it confusing related to the parent bullets.

 src/processarc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e20fb748d3307a58e60ed5ea94d954151232c53d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 28 21:09:41 2010 +0100

    Change dpkg-dev to Depend on perl instead of perl5 and perl-modules

 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 167be722b2f01607a498104ad954d1d2d02a70f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:18:44 2010 +0100

    scripts: Unify fork error string

 scripts/Dpkg/Changelog/Parse.pm |    2 +-
 scripts/Dpkg/IPC.pm             |    2 +-
 scripts/dpkg-gencontrol.pl      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 45dc465f075075f481be7c3dfac38bf041fc9c0e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:17:50 2010 +0100

    libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()

 debian/changelog                    |    1 +
 scripts/Dpkg/Compression/Process.pm |    8 ++++----
 scripts/Dpkg/IPC.pm                 |   12 ++++++------
 scripts/Dpkg/Shlibs/Cppfilt.pm      |   10 +++++-----
 scripts/Dpkg/Source/Archive.pm      |   34 +++++++++++++++++-----------------
 scripts/Dpkg/Source/Functions.pm    |    2 +-
 scripts/Dpkg/Source/Package.pm      |    6 +++---
 scripts/Dpkg/Source/Patch.pm        |    6 +++---
 scripts/dpkg-scanpackages.pl        |    4 ++--
 scripts/t/800_Dpkg_IPC.t            |   28 ++++++++++++++--------------
 scripts/t/900_update_alternatives.t |    4 ++--
 11 files changed, 58 insertions(+), 57 deletions(-)

commit bf4c40bc0cebcf937854aa259c6729da9c975768
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 14:56:39 2010 +0100

    scripts/t: Add missing function prototypes

 scripts/t/200_Dpkg_Shlibs/basictags.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 2b6d9bdd3fe969401470bc26f6b30982ac798ec3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 14:54:45 2010 +0100

    scripts/t: Use void in function arguments to denote no arguments
    
    Fixes warnings due to old style function definition.

 scripts/t/200_Dpkg_Shlibs/basictags.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit e9c9de59b76cbb62aa18d2aad4323d50afb9b6e4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 14:52:36 2010 +0100

    scripts/t: Make symbol22_i386 function return void instead of void *

 scripts/t/200_Dpkg_Shlibs/basictags.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8d8de3f2b90b5701d5d48dce50f6c344261ab680
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 10 02:21:38 2010 +0100

    dselect: Do not shadow display member in packagelist::deselect_one_of

 dselect/pkgdepcon.cc |    8 +++++---
 dselect/pkglist.h    |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

commit d6e92c09b52028007cbdf46177df0c41426a4348
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 10 02:20:24 2010 +0100

    dselect: Remove bogus falliblesubprocess prototype and make it static

 dselect/dselect.h |    3 ---
 dselect/method.cc |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

commit f426b031ac858fa30ace69959a43b61fb40f4be9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 10 02:13:30 2010 +0100

    dselect: Use max/min instead of lesserint/greaterint

 TODO                 |    1 -
 dselect/basecmds.cc  |    2 +-
 dselect/baselist.cc  |    6 +++---
 dselect/basetop.cc   |   10 ++++------
 dselect/dselect.h    |    3 ---
 dselect/methlist.cc  |    2 +-
 dselect/pkgcmds.cc   |    4 ++--
 dselect/pkgdepcon.cc |    8 ++++----
 dselect/pkgtop.cc    |   10 +++++-----
 9 files changed, 20 insertions(+), 26 deletions(-)

commit 078c24defe2304d7f7a8012c2960b3f06ad0c3b0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 14:48:49 2010 +0100

    dselect: Do not self shadow bind member

 dselect/bindings.cc |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 86c90d927b55ca203dc8f666d45d0f941f5f9c90
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 14:47:00 2010 +0100

    dselect: Do not shadow global thisname variable

 dselect/basecmds.cc |   11 ++++++-----
 dselect/pkglist.cc  |    9 +++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 5fef90a2960053e9b24304e2a2663fb1ed7dafb1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 14:57:31 2010 +0100

    s-s-d: Do not shadow global variables

 utils/start-stop-daemon.c |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit b61d3f48bb1d991da4da596c33d8b8b3454401d1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 15:26:00 2010 +0100

    libdpkg: Do not shadow global compressor variable
    
    Rename compressor to compressor_array, as a side effect it makes the
    variable name more clear.

 lib/dpkg/compress.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit c1d7debca62261e31286bb656048dfb6be11ead5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 12:20:49 2010 +0100

    libdpkg: Do not lose const qualifier on a cast in path_quote_filename

 lib/dpkg/path.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ccd65150bbb0701eb32b27a6e262806c7b393d12
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 12:23:16 2010 +0100

    libdpkg: Remove variable l shadowing a previous definition

 lib/dpkg/myopt.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 5cf023f2d5bf609b6aba20aa5b5e285a91fbbbce
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 01:55:22 2010 +0100

    libdpkg: Rename stat variable to st to avoid shadowing stat(2)

 lib/dpkg/parse.c |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 044386ffa7fb0c382eafff1a38470bfa549d00d0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:37:55 2010 +0100

    dpkg-deb: Rename compressor to decompressor to avoid shadowing

 dpkg-deb/extract.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit c58fa9fa3353bb9a1807c06898e8f55b98f0a8a1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:20:41 2010 +0100

    dpkg: Reduce scope of status variable to avoid shadowing another one

 src/processarc.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 7b40a7ecfc92fe325d01647c9137e8bd8263ae5c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:20:03 2010 +0100

    dpkg: Include main.h to get the limiteddescription prototype

 src/pkg-show.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 91976e8282ec31c132fa612676a4c85559ffa0ae
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:19:31 2010 +0100

    dpkg: Make pkg_files_add_file() static

 src/filesdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 77cae397a15baeca11c26aeb806b6be516e33d5f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 03:05:28 2010 +0100

    libdpkg: Use varbuf_detach instead of ad-hoc code

 lib/dpkg/dbmodify.c |    2 +-
 lib/dpkg/fields.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 70b29e3e9e2def64145c908bce4cb2922ddc8f19
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 6 22:07:20 2010 +0100

    dpkg: Do not print unambiguous epoch on dpkg file overwrite error

 debian/changelog |    1 +
 src/archives.c   |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d756afcce4fa361871d36a469fe9f28f3cb1b10b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 5 20:08:28 2010 +0100

    libdpkg: Use %zu instead of %d in varbuf_grow's internerr call

 lib/dpkg/varbuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 812115a0f521f971c6f7ca77a8a8646f4b931435
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 5 19:58:26 2010 +0100

    libdpkg: Add and use new DPKG_ATTR_VPRINTF
    
    This new attribute marks a function that uses format strings with a
    va_list argument.

 lib/dpkg/dpkg.h   |    2 +-
 lib/dpkg/macros.h |    1 +
 lib/dpkg/varbuf.h |    3 ++-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit ab5ba0aba8e7b840b69d4e25ab51616352d659f8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 20:33:55 2010 +0100

    Mark several functions with DPKG_ATTR_PRINTF

 lib/dpkg/dpkg.h           |    3 ++-
 utils/start-stop-daemon.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 496a321cd9db4113087bf32da3c0c098a6e0735c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 20:33:30 2010 +0100

    Mark several functions with DPKG_ATTR_NORET

 dpkg-deb/main.c      |    4 ++--
 dpkg-split/main.c    |    4 ++--
 dselect/main.cc      |    4 ++--
 lib/dpkg/compress.c  |   26 +++++++++++++-------------
 lib/dpkg/compress.h  |    6 ++++--
 lib/dpkg/myopt.c     |    2 +-
 lib/dpkg/parsedump.h |    2 +-
 lib/dpkg/triglib.c   |    2 +-
 src/main.c           |    4 ++--
 src/query.c          |    4 ++--
 src/statcmd.c        |    4 ++--
 src/trigcmd.c        |    4 ++--
 12 files changed, 34 insertions(+), 32 deletions(-)

commit 88e63fbdaa6d85b698eac06cfa209fa7908c7796
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 19:04:39 2010 +0100

    Move DPKG_ATTR annotations from static declaration to the definition

 dpkg-deb/extract.c        |    5 +++--
 dselect/methparse.cc      |    9 +++++----
 lib/dpkg/compress.c       |    5 +----
 lib/dpkg/ehandle.c        |    4 +---
 lib/dpkg/myopt.c          |    5 +----
 lib/dpkg/subproc.c        |    4 +---
 utils/start-stop-daemon.c |    9 ++-------
 7 files changed, 14 insertions(+), 27 deletions(-)

commit b4284af48ce78dbfa34b20004b9e1ab268063188
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 8 18:45:12 2010 +0100

    build: Add more warnings to --enable-compiler-warnings

 m4/dpkg-compiler.m4 |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 2e2f13d83ff3058ba31614148b2ce437cd1a44be
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 13:51:54 2010 +0100

    Move Frank to former maintainers

 AUTHORS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 58a94c85e41edf97e8ae8a93effca19639bc007b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 13:48:07 2010 +0100

    Ship deb-split man page in dpkg-dev package

 debian/dpkg-dev.install |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5332e0f654fc5e4c5608cb64b4a2af314371f010
Author: Brian Murray <brian@ubuntu.com>
Date:   Sat Feb 13 09:42:35 2010 +0100

    Dpkg::Vendor::Ubuntu::find_launchpad_closes(): don't return duplicate bug numbers
    
    Ensure we don't return the same bug multiple times even if
    it's closed multiple times.

 debian/changelog              |    3 +++
 scripts/Dpkg/Vendor/Ubuntu.pm |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit c1da9a4635aa1328d8a348fa8e0de24d36b8f5ef
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Jan 31 20:05:22 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 965t0f0u.
    man/po/sv.po: 1656t0f0u.
    scripts/po/sv.po: 485t0f0u.

 debian/changelog |    1 +
 man/po/sv.po     |    9 ++++-----
 po/sv.po         |   10 +++++-----
 scripts/po/sv.po |   12 ++++++------
 4 files changed, 16 insertions(+), 16 deletions(-)

commit 0494f95b4798fb1bc43d295a5b58321c46145a2b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Jan 30 10:36:29 2010 +0100

    German dpkg translation update
    
    Update to 970t.

 po/de.po | 1150 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 601 insertions(+), 549 deletions(-)

commit 688155550152f585dc11a1e2f2ae5d82bf4127f4
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Jan 30 10:34:11 2010 +0100

    po/Makevars: Add ”--from-code=UTF-8“ to XGETTEXT_OPTIONS
    
    Otherwise xgettext will fail when it stumbles upon non-ASCII
    characters in update-alternatives.pl, even if those are only
    used in comments.

 po/Makevars |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3101899ce2ae65a60d212ba74eeb8cb5a6a76a69
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Jan 30 09:57:54 2010 +0100

    Fix po/POTFILES.in
    
    Reflect rename of compression.c to compress.c in commit
    b645c397239cd637883122af4106f6d7de4c9729.

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6978d2e1d798e78a2d94e2b11b60c3c2210ae529
Author: Christian PERRIER <bubulle@debian.org>
Date:   Sat Jan 30 09:14:01 2010 +0100

    French  manpages translation update

 man/po/fr.po |  316 ++++++++++++++++++++++++----------------------------------
 1 files changed, 131 insertions(+), 185 deletions(-)

commit b2e8423c9ebf500a16b2f86fc11e4ac1571a1fa0
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Jan 30 08:22:46 2010 +0100

    Italian translation update

 debian/changelog |    1 +
 po/it.po         |   92 +++---------------------------------------------------
 2 files changed, 6 insertions(+), 87 deletions(-)

commit cca8a30648658e43a4dab95e6643032e388a5372
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jan 28 21:51:36 2010 +0100

    Update German translation of manual pages
    
    Update to 1682t.

 man/po/de.po |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit 94917bfa77ac0295089f4f6c8437a83dec4f6c1c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 27 20:04:14 2010 +0100

    dpkg-deb: Close file descriptors in info_spew()

 dpkg-deb/info.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 20493d176dd177ae97ad5985e3b9d7ba10e197af
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 27 17:30:21 2010 +0100

    dpkg-deb: Use fd_fd_copy instead of stream_fd_copy
    
    Avoid a usage of stdio based buffer I/O, to try to get rid of it at some
    point in the future.

 dpkg-deb/info.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit f291751922c0457b936fc693ba1b5ea4d737737d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 27 19:35:49 2010 +0100

    libdpkg: Let backends decide default compression level
    
    When compressing packages with gzip or bzip2, the tradeoff is
    clear: a better compression ratio for a distributed package is
    generally worth spending some extra time at build time. Since
    better compressed packages are not much more inconvenient to
    decompress at all, dpkg defaults to the maximum compression level
    and developers rarely need to override that default.
    
    On the other hand, LZ77-based decompressors use more memory at
    decompression time for more tightly compressed packages, so the
    maximum compression level of ‘9’ (which uses more than 32 MiB
    of memory to decompress) can be too high.
    
    With this patch, instead of defaulting to ‘9’, the compress_filter()
    function sets the level to the backend default stored in the compressor
    structure if the level is ‘-1’. All backends currently default to ‘9’
    for now; no change in behavior is intended.
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>

 lib/dpkg/compress.c |    6 +++++-
 lib/dpkg/compress.h |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 95b61194f3e3b737c67d91083d1d51bd421a42e8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 27 18:59:22 2010 +0100

    libdpkg: Centralize compressor knowledge into the compress module
    
    Create a new structure to hold the name, extension, and compress and
    decompress methods for each compressor. Add new functions to find
    the correct compressor by name and extension. This way we have the
    information localized in a single place.

 dpkg-deb/build.c    |   25 +++---------
 dpkg-deb/dpkg-deb.h |    5 +--
 dpkg-deb/extract.c  |   27 +++++--------
 dpkg-deb/main.c     |   13 +-----
 lib/dpkg/compress.c |  103 +++++++++++++++++++++++++++++++++++++--------------
 lib/dpkg/compress.h |   22 +++++++---
 6 files changed, 110 insertions(+), 85 deletions(-)

commit 6a52f13b5ad0b3058eeb46383aeecee38ebc664f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 28 17:10:12 2010 +0100

    Add changelog entry for compression code rework

 debian/changelog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 8b75347a0a86edf105fd0f0ba61cc56639879601
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 22:25:53 2010 +0100

    libdpkg: Check for errors from compression opening functions
    
    Those functions might fail mostly due to insufficient memory, let's
    catch those and bail out, instead of segfaulting on the NULL streams.

 lib/dpkg/compress.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit fe783c5410d9e63957a796ad1e0d923e9969f2db
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 18:53:15 2010 +0100

    libdpkg: Check for output errors when closing files on (de)compression
    
    A gzclose call has the same potential for errors as a write,
    since the compressor needs to flush its buffers before closing
    its output file. The same applies to BZ2_bzclose, but
    unfortunately libbz2's gzio-style API does not expose the error
    code, but we can use the native-style close function which does
    return the error code.
    
    Similarly, explicitly closing a file descriptor can reveal errors
    writing out buffered data.
    
    Closing input handles, on the other hand, would be a waste of
    time: all it would accomplish is to free some resources held by a
    process that is about to exit anyway.
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>

 lib/dpkg/compress.c |   38 ++++++++++++++++++++++++++++++++++----
 1 files changed, 34 insertions(+), 4 deletions(-)

commit a49c77b5f90c440d62df0865689ac211a4afb410
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 13:58:42 2010 +0100

    libdpkg: Give compress description variables more meaningful names
    
    Rename desc to desc_fmt and v to desc.

 lib/dpkg/compress.c |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit c423af068b17a2025ec1333f62928d27e2f75b8b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 13:52:58 2010 +0100

    libdpkg: Fix indentation in compress.c

 lib/dpkg/compress.c |  102 +++++++++++++++++++++++++-------------------------
 1 files changed, 51 insertions(+), 51 deletions(-)

commit 5175e3882d2608781adaba833b5adbb932a230b2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 21 16:41:24 2010 +0100

    libdpkg: Refactor (de)compression code into individual functions
    
    Move compress and decompress code from compress_cat and decompress_cat
    to new functions for each compressor. And define them to use either the
    command or the library (if available) to hide the implementation from
    the callers and to make the code easier to read.
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>

 lib/dpkg/compress.c |  354 ++++++++++++++++++++++++++++++++-------------------
 1 files changed, 222 insertions(+), 132 deletions(-)

commit feb248df15c99f09bc208f1c9adace0e84dbcb06
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 27 18:26:47 2010 +0100

    libdpkg: Handle compression level as an integer
    
    Change compress_filter() to take an int for compress_level, and add
    a new function in dpkg-deb to parse and validate the argument option
    to not accept bogus values.

 debian/changelog    |    1 +
 dpkg-deb/build.c    |    4 ++--
 dpkg-deb/dpkg-deb.h |    2 +-
 dpkg-deb/main.c     |   20 ++++++++++++++++++--
 lib/dpkg/compress.c |   17 +++++++++--------
 lib/dpkg/compress.h |    2 +-
 6 files changed, 32 insertions(+), 14 deletions(-)

commit 4d89c0703ac4295fcd3a134a529d87a1960685d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 23:14:21 2010 +0100

    libdpkg: Rename (de)compress_cat funtions to (de)compress_filter

 dpkg-deb/build.c    |    4 ++--
 dpkg-deb/extract.c  |    2 +-
 lib/dpkg/compress.c |    8 ++++----
 lib/dpkg/compress.h |   11 ++++++-----
 4 files changed, 13 insertions(+), 12 deletions(-)

commit ad010e125f0d6bf963075add53571c38851152bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 23:14:04 2010 +0100

    libdpkg: Rename compress_type_cat to compress_type_none

 dpkg-deb/build.c    |    2 +-
 dpkg-deb/extract.c  |    2 +-
 dpkg-deb/main.c     |    2 +-
 lib/dpkg/compress.c |    6 +++---
 lib/dpkg/compress.h |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

commit 3ad109046c075d0878902d472215b4ac55401e15
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 23:12:25 2010 +0100

    dpkg-deb: Rename DATAMEMBER_CAT to DATAMEMBER

 dpkg-deb/build.c    |    2 +-
 dpkg-deb/dpkg-deb.h |    2 +-
 dpkg-deb/extract.c  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit c2b6dbb013c836a70fa62ce85bd0e862b24a2944
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 13:18:41 2010 +0100

    libdpkg: Use snprintf to generate the compression argument

 lib/dpkg/compress.c |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

commit 24b728b32e69d9398ec03ed8a62512912aa65a75
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 01:10:17 2010 +0100

    libdpkg: Switch fd_fd_filter() to use the command module
    
    This allows the code to pass arbitrary arguments, and makes it easier to
    extend in the future.

 lib/dpkg/compress.c |   34 +++++++++++++++++++++++-----------
 1 files changed, 23 insertions(+), 11 deletions(-)

commit 5050748f1a6bb0c0728f8c07f9058d545c80d7e0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 18:02:09 2010 +0100

    Use new command module instead of ad-hoc code

 dselect/method.cc |   67 ++++++++++++++-------------
 lib/dpkg/dpkg.h   |    1 -
 src/archives.c    |   33 ++++++--------
 src/help.c        |  128 ++++++++++++++++++++++++----------------------------
 src/main.c        |   52 ++++++---------------
 5 files changed, 123 insertions(+), 158 deletions(-)

commit 08c0dd25295038894d74f9a0ce52fe06727c1332
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 16:48:17 2010 +0100

    libdpkg: New command module
    
    This should ease refactoring some of the duplicate code dealing with
    command execution. It will also make the code clearer.

 lib/dpkg/Makefile.am      |    1 +
 lib/dpkg/command.c        |  184 +++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/command.h        |   54 +++++++++++++
 lib/dpkg/test/.gitignore  |    1 +
 lib/dpkg/test/Makefile.am |    2 +
 lib/dpkg/test/t-command.c |  140 ++++++++++++++++++++++++++++++++++
 po/POTFILES.in            |    1 +
 7 files changed, 383 insertions(+), 0 deletions(-)

commit 2dca970eab6f6a1761f4a3dc2de7e016a75e33f8
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Thu Jan 7 00:47:28 2010 +0100

    libdpkg: Reorder fd_fd_filter() function arguments
    
    Put the compression options string last so it can be replaced with
    variable arguments for the command to execute.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

commit 13f718edd32d454127786efdaf512a4ccfdf0c58
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 28 16:30:12 2010 +0100

    dpkg: Use a literal string for the archive file pattern
    
    Remove now unused macro.

 lib/dpkg/dpkg.h |    2 --
 src/archives.c  |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

commit f096d6220a4ee006e605e706bc4cdd73724b96df
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 17:58:52 2010 +0100

    dpkg: Remove scriptname argument from do_script()

 src/help.c |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

commit 04b8371625cee9f6bd2ae5fef1a5f51dd6845c17
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 7 22:54:16 2010 +0100

    dpkg: Move exec error string from do_script argument to ohshite call

 src/help.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit c482ae4999b24202cc1efac9dce4ada8716586c0
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Wed Jan 6 14:21:32 2010 +0100

    libdpkg: Check for write errors during decompression
    
    An unnoticed write error is unlikely to cause major problems,
    since the process on the other end still has a chance to notice
    the mangled stream. But it is worth fixing, especially because
    the writing end can give a better error message.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit c9d8174c1b78db5ada2d77e85212736034a20768
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Wed Jan 6 14:05:34 2010 +0100

    libdpkg: Do not handle EINTR in compression code
    
    The current callers for the compression code do not install signal
    handlers, so there is no occasion to test the EINTR handling.
    Perhaps for this reason, since commit 7bf6e0 (add support for using
    libz, 2000-12-09) when the current compression/decompression code
    was introduced, the EINTR handling has been broken in a number of
    ways:
    
     * Interrupted reads were treated as end of file until very recently.
     * Interrupted writes during decompression cause portions of the
       output to be discarded.
     * Interrupted writes during compression are treated as errors,
       unless the interruption happens before any data from the output
       buffer can be consumed.
    
    Since zlib at least cannot recover from an interrupted write anyway,
    it seems better to always treat EINTR like any other error. For now
    callers should specify the SA_RESTART flag when installing signal
    handlers for correct behavior on System V style operating systems
    (such as Solaris).
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c |   28 +++++++++-------------------
 1 files changed, 9 insertions(+), 19 deletions(-)

commit 5e682abe5e9cb1added43d34a0865c000b5701aa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 20 16:57:06 2010 +0100

    libdpkg: Move read calls inside (de)compression loops

 lib/dpkg/compress.c |   40 ++++++++++++++++++++++++++++++++--------
 1 files changed, 32 insertions(+), 8 deletions(-)

commit 5169de76c4a78b3fe694ea452b3f34a19ea5b637
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sun Jan 17 16:32:56 2010 +0100

    libdpkg: Properly handle read errors on (de)compression
    
    Instead of using the error handling code, failed reads are being
    treated as end of file. This applies only when using zlib and libbz2.
    In practice it probably has not caused problems because I/O errors
    are rare, and often the program at the other end of the pipe can
    notice the pipe unexpectedly closing.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit fcf68d7115580a4af7087c24a0963d72f81a3c22
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Tue Jan 5 16:49:39 2010 +0100

    libdpkg: Fix redundant compression error messages
    
    Avoid ohshite() except where errno is useful. This should avoid
    confusing error messages like:
    
            data: internal gzip error: read: stream error: Success
    
    While we're at it, drop the number of bytes read and written from
    the read() != write() error message and output the error message
    from the compression library instead.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)

commit ade1c27e5c618ca72c6168d79c8da1a78fd0859c
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sun Jan 3 18:56:51 2010 +0100

    libdpkg: Fix compress_cat to read/write to arbitrary fds
    
    The compress_cat() code had a hidden assumption that fd_in is 0
    and fd_out is 1. This is a bug waiting to happen. But luckily
    all callers do use those values, so it is harmless.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e5c584abd37b59ba4d7cda44f7bad7c98dbd075b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 01:44:27 2010 +0100

    Normalize ar member names when reading
    
    This removes all trailing spaces and the optional trailing slash on
    GNU-style ar format, making it easier to parse and avoiding having to
    compare against the compat strings.

 debian/changelog        |    2 ++
 dpkg-deb/dpkg-deb.h     |   17 ++++++-----------
 dpkg-deb/extract.c      |   27 ++++++++++++++-------------
 dpkg-split/dpkg-split.h |    2 +-
 dpkg-split/info.c       |    9 ++++++++-
 man/deb-split.5         |    3 ++-
 6 files changed, 33 insertions(+), 27 deletions(-)

commit 889375f0857697c362c2ec924a3f9b6f5110747d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 01:07:24 2010 +0100

    libdpkg: Add a new ar module
    
    For now include a dpkg_ar_normalize_name() function to fix up the
    ar_name member in an ar_hdr structure.

 lib/dpkg/Makefile.am      |    1 +
 lib/dpkg/ar.c             |   39 +++++++++++++++++++++++++++++++++++++++
 lib/dpkg/ar.h             |   37 +++++++++++++++++++++++++++++++++++++
 lib/dpkg/test/.gitignore  |    1 +
 lib/dpkg/test/Makefile.am |    2 ++
 lib/dpkg/test/t-ar.c      |   42 ++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in            |    1 +
 7 files changed, 123 insertions(+), 0 deletions(-)

commit 3fe6efee7d7e385ed6e30223a4f93fadca1ca095
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 01:40:27 2010 +0100

    dpkg-deb: Force the ar member name to 16 space padded chars wide
    
    This makes the code resilient to changes to the member name strings
    and guarantees it will always have the valid length, also makes it
    easier to refactor later on.

 dpkg-deb/build.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit da7c012828b95d3f275afc553f7927b7dfd04ed6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 01:33:34 2010 +0100

    dpkg-deb: Use DEBMAGIC instead of string literals

 dpkg-deb/build.c   |    2 +-
 dpkg-deb/extract.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4088b785d8b8df9a6f87fb2dbd6680198e7fb46b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 23 17:00:36 2010 +0100

    Do not include the ar magic in the deb and deb-split magic macros
    
    This allows the code to parse the ar header normally w/o needing to
    seek back.

 dpkg-deb/dpkg-deb.h     |    2 +-
 dpkg-split/dpkg-split.h |    2 +-
 dpkg-split/info.c       |   11 ++++++-----
 3 files changed, 8 insertions(+), 7 deletions(-)

commit 675f12250ede89f5c4fbbae26f5eb48a28bfb491
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 18 14:22:34 2010 +0100

    libdpkg: Rename sizeof_array to array_count
    
    The new name makes more sense, as the former might seem to imply the
    total size of the array and not the amount of elements in it.

 dpkg-deb/main.c           |    2 +-
 dpkg-split/main.c         |    2 +-
 lib/dpkg/ehandle.c        |    2 +-
 lib/dpkg/macros.h         |    4 ++--
 lib/dpkg/parse.c          |    4 ++--
 lib/dpkg/subproc.c        |    6 +++---
 utils/start-stop-daemon.c |    2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

commit 37732b75526fe95f4bbeb0f344942b55ae7a3485
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 18:51:33 2010 +0100

    libdpkg: Mark config_error and statusfd_send with DPKG_ATTR_PRINTF

 lib/dpkg/dpkg.h  |    2 +-
 lib/dpkg/myopt.c |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 803474755148c97ee16919c2373e605763fea739
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 22 18:50:01 2010 +0100

    libdpkg: Add and use new DPKG_ATTR_SENTINEL

 lib/dpkg/macros.h |    2 ++
 src/main.h        |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit e10b57f16269e731c7309a9df4797089f83522c8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 22:11:25 2010 +0100

    libdpkg: Rename varbuffree to varbuf_destroy
    
    The convention is for functions named free to deallocate the contents
    and the given pointer, while this one only deallocates the contents, so
    we rename it to make this distinction clear.

 dpkg-deb/info.c          |    2 +-
 dselect/pkglist.cc       |    2 +-
 lib/dpkg/buffer.c        |    2 +-
 lib/dpkg/dbmodify.c      |    2 +-
 lib/dpkg/dump.c          |    4 ++--
 lib/dpkg/showpkg.c       |    6 +++---
 lib/dpkg/test/t-varbuf.c |   18 +++++++++---------
 lib/dpkg/varbuf.c        |    4 +++-
 lib/dpkg/varbuf.h        |   14 +++++++-------
 src/archives.c           |   12 ++++++------
 src/configure.c          |   10 +++++-----
 src/depcon.c             |    4 ++--
 src/help.c               |    4 ++--
 src/packages.c           |    4 ++--
 src/processarc.c         |    2 +-
 src/query.c              |    4 ++--
 src/remove.c             |    4 ++--
 src/select.c             |    4 ++--
 src/statcmd.c            |    6 +++---
 19 files changed, 55 insertions(+), 53 deletions(-)

commit c6520d670008b8af1e79726e690ec35435e8672c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 23 22:51:47 2010 +0100

    libdpkg: Rename pkg_array_free to pkg_array_destroy
    
    The convention is for functions named _free to deallocate the contents
    and the given pointer, while this one only deallocates the contents, so
    we rename it to make this distinction clear.

 lib/dpkg/pkg-array.c |    8 +++++---
 lib/dpkg/pkg-array.h |    2 +-
 src/query.c          |    4 ++--
 src/select.c         |    2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

commit 4952b8c30cb7564bbf509a2dd8f8bde052ccc144
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 28 03:42:02 2010 +0100

    dpkg-deb: Do not include unneeded <zlib.h>
    
    The zlib functionality is already abstracted throught the libdpkg
    compress module.

 dpkg-deb/build.c   |    3 ---
 dpkg-deb/extract.c |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

commit 9ddef90d43712debf3c64ab8662de2bc1174666e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 19:07:53 2010 +0100

    Do not include unneeded <signal.h>

 dpkg-deb/build.c    |    1 -
 dpkg-deb/extract.c  |    1 -
 dpkg-deb/info.c     |    1 -
 dpkg-deb/main.c     |    1 -
 lib/dpkg/dbmodify.c |    1 -
 lib/dpkg/mlib.c     |    1 -
 src/configure.c     |    1 -
 src/errors.c        |    1 -
 src/main.c          |    1 -
 src/statcmd.c       |    1 -
 10 files changed, 0 insertions(+), 10 deletions(-)

commit ccd01db5cc410896ed6b8f1d78ff458a4cde2a23
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jan 27 17:17:53 2010 +0100

    Dpkg::Source::Patch: fix output of patch with an header
    
    The line was misparsed. Use the print method to avoid any ambiguity.

 scripts/Dpkg/Source/Patch.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9b369060cb86bdcd62f0a790436d58ef2edc9aea
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jan 24 22:13:38 2010 +0100

    update-alternatives: deal with unknown alternatives when fixing a broken link group
    
    Instead of trying to reinstall an alternative that doesn't exist in the
    database, select a new choice and install that one.

 debian/changelog               |    3 +++
 scripts/update-alternatives.pl |    8 ++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit bf8ff0cd3dd88a06c2a3cfca8d6439df5fa217cb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jan 23 23:25:45 2010 +0100

    dpkg-source: unpacking a 3.0 (quilt) source package configures quilt accordingly
    
    The files .pc/.quilt_patches and .pc/.quilt_series are always created so
    that any quilt invocation will know where to look for (or where to store)
    patches. This will only work with quilt >= 0.48-5.

 debian/changelog                        |    3 +++
 scripts/Dpkg/Source/Package/V3/quilt.pm |   26 ++++++++++++++++++++++----
 2 files changed, 25 insertions(+), 4 deletions(-)

commit 8e00bfcbc75213c00a6b782ffed332ba5b772aef
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 23 09:55:58 2010 +0100

    Update German scripts translation
    
    Update to 491t.

 scripts/po/de.po |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit fddb4645a3bc838ba489cc0e66df830d79f71058
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 22 17:58:49 2010 +0100

    Add changelog entry for Dpkg::Compression related changes

 debian/changelog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 21d29e600d7295b3fd4f79f7cf697493df4b9e7c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 22 17:48:34 2010 +0100

    Dpkg::Compression::Process: add POD documentation

 scripts/Dpkg/Compression/Process.pm |   96 +++++++++++++++++++++++++++++++++--
 1 files changed, 92 insertions(+), 4 deletions(-)

commit d392c99d95a3576180efb651a7f86127a5eaf4e4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 22 16:38:46 2010 +0100

    Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::Compressor
    
    Dpkg::Compression::CompressedFile -> Dpkg::Compression::FileHandle
    Dpkg::Compression::Compressor     -> Dpkg::Compression::Process
    
    The new names are more expressive and avoid repeating "Compress".
    
    Update all scripts and modules to use the new name.

 .../{CompressedFile.pm => FileHandle.pm}           |   42 ++++++++++----------
 .../Dpkg/Compression/{Compressor.pm => Process.pm} |    6 +-
 scripts/Dpkg/Index.pm                              |    6 +-
 scripts/Dpkg/Source/Archive.pm                     |    2 +-
 scripts/Dpkg/Source/Patch.pm                       |    4 +-
 scripts/Makefile.am                                |    4 +-
 scripts/dpkg-scanpackages.pl                       |    6 +-
 scripts/dpkg-scansources.pl                        |    8 ++--
 scripts/po/POTFILES.in                             |    4 +-
 scripts/t/850_Dpkg_Compression.t                   |   10 ++--
 10 files changed, 45 insertions(+), 47 deletions(-)

commit 57063245562d895f14fc2da47a6cb03be9677d06
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 22 16:09:04 2010 +0100

    Move handling of default compression method/level to Dpkg::Compression
    
    Dpkg::Compression now provides new functions to get/set the default
    compression method and the default compression level. There was no
    good reason to have it in Dpkg::Compression::Compressor in the first
    place.
    
    Factorize some code to verify validity of what should be a compression
    level in new function compression_is_valid_level($level).
    
    dpkg-source has been updated to cope with the changes.

 scripts/Dpkg/Compression.pm            |   71 +++++++++++++++++++++++++++++++-
 scripts/Dpkg/Compression/Compressor.pm |   24 +---------
 scripts/dpkg-source.pl                 |   17 ++++----
 3 files changed, 81 insertions(+), 31 deletions(-)

commit efd281e8723f9e80e65cbdcefb304483c35ad963
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 22 01:46:40 2010 +0100

    Dpkg::Compression: new API based on public functions
    
    This API change requires lots of adjustements through the source code.

 scripts/Dpkg/Compression.pm                |  133 ++++++++++++++++++++++++----
 scripts/Dpkg/Compression/CompressedFile.pm |    7 +-
 scripts/Dpkg/Compression/Compressor.pm     |    8 +-
 scripts/Dpkg/Source/Package.pm             |    5 +-
 scripts/Dpkg/Source/Package/V1.pm          |    2 +-
 scripts/Dpkg/Source/Package/V2.pm          |   15 ++--
 scripts/Dpkg/Source/Package/V3/bzr.pm      |    4 +-
 scripts/Dpkg/Source/Package/V3/git.pm      |    4 +-
 scripts/Dpkg/Source/Package/V3/native.pm   |    4 +-
 scripts/dpkg-buildpackage.pl               |    9 +-
 scripts/dpkg-genchanges.pl                 |    7 +-
 scripts/dpkg-scansources.pl                |    5 +-
 scripts/dpkg-source.pl                     |    9 +-
 13 files changed, 160 insertions(+), 52 deletions(-)

commit c5fea0a576586e993ad8af3c6b2d0897297cd9f7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 21 22:34:44 2010 +0100

    Add non-regression tests for Dpkg::Compression::CompressedFile

 scripts/Makefile.am              |    1 +
 scripts/t/850_Dpkg_Compression.t |   99 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+), 0 deletions(-)

commit 11a793f29a1b13065dc146ae203a8184a4bce780
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 21 21:08:31 2010 +0100

    Dpkg::Compression::CompressedFile: update API
    
    Change the Dpkg::Compression::CompressedFile API to make it behave like
    a normal filehandle.
    
    Update all users of the object to use the new API.

 scripts/Dpkg/Compression/CompressedFile.pm |  357 +++++++++++++++++++++++++---
 scripts/Dpkg/Index.pm                      |   12 +-
 scripts/Dpkg/Source/Archive.pm             |   45 ++--
 scripts/Dpkg/Source/Patch.pm               |   61 ++---
 scripts/dpkg-scanpackages.pl               |   12 +-
 scripts/dpkg-scansources.pl                |   18 +-
 6 files changed, 384 insertions(+), 121 deletions(-)

commit 31bde76e009e2a18c8813fe61816ee9719f2228d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 1 18:56:08 2009 +0100

    Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFile

 .../Dpkg/{Source => Compression}/CompressedFile.pm |    2 +-
 scripts/Dpkg/Index.pm                              |    6 +++---
 scripts/Dpkg/Source/Archive.pm                     |    2 +-
 scripts/Dpkg/Source/Patch.pm                       |    4 ++--
 scripts/Makefile.am                                |    2 +-
 scripts/dpkg-scanpackages.pl                       |    6 +++---
 scripts/dpkg-scansources.pl                        |    8 ++++----
 scripts/po/POTFILES.in                             |    2 +-
 8 files changed, 16 insertions(+), 16 deletions(-)

commit 42a195698c55c7382f9b1e07378ad7c8cc00c7d9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 1 18:47:05 2009 +0100

    Rename Dpkg::Source::Compressor into Dpkg::Compression::Compressor

 scripts/Dpkg/{Source => Compression}/Compressor.pm |    4 ++--
 scripts/Dpkg/Source/CompressedFile.pm              |    4 ++--
 scripts/Dpkg/Source/Patch.pm                       |    2 +-
 scripts/Makefile.am                                |    2 +-
 scripts/dpkg-source.pl                             |   16 ++++++++--------
 scripts/po/POTFILES.in                             |    3 ++-
 6 files changed, 16 insertions(+), 15 deletions(-)

commit 49d9121542f8c3dfa5a84f6ddbca5115c13fa7ad
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 21 21:11:44 2010 +0100

    Dpkg::IPC: allow IO::Handle objects in *_pipe parameters

 scripts/Dpkg/IPC.pm |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

commit 4616b554a747a3b3b524ff49a1a077930ba36ab2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 18 11:37:01 2010 +0100

    Dpkg::Shlibs::Objdump: accept filenames with spaces and colons

 debian/changelog               |    3 +++
 scripts/Dpkg/Shlibs/Objdump.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 01a4b244f36239bb6df336e201f51c185b2dd2d2
Author: Nicolas François <nicolas.francois@centraliens.net>
Date:   Thu Jan 14 11:45:45 2010 +0100

    Fix typos in the French manpages.
    
    Fix typo \\<nbsp> should be <nbsp>.
    Also change \\<space> to <nbsp> for consistency.

 man/po/fr.po | 1146 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 573 insertions(+), 573 deletions(-)

commit 3fd9443c00fa404c85d93ab39ed3bdf5b8d5d86d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 13 16:17:57 2010 +0100

    Update German scripts translation
    
    Update to 490t.

 scripts/po/de.po |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit a925797c3deca1d56ce17bc988ded48e6aa8a0dc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 12 12:19:32 2010 +0100

    Add changelog entry for symbol patterns support in dpkg-gensymbols

 debian/changelog |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit ca05db4046b13d56e23187ff6c5a8e18221a8952
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 11 19:39:30 2010 +0100

    dpkg-gensymbols(1): document the new -V option

 man/dpkg-gensymbols.1 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit e0fa13513797ee2e90a27fdf23e51693a7ef2449
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 11 18:45:00 2010 +0100

    Dpkg::Shlibs::Symbol.pm: change handling of old-style wildcards
    
    Really treat "*@version" like "(symver|optional)version" and don't care
    if the diff output might not apply in that specific case. The difference
    are minor anyway when you use that feature to maintain your symbols file.

 scripts/Dpkg/Shlibs/Symbol.pm              |   26 ++++++++++++--------------
 scripts/t/200_Dpkg_Shlibs.t                |   14 ++++++++++----
 scripts/t/200_Dpkg_Shlibs/patterns.symbols |    2 +-
 3 files changed, 23 insertions(+), 19 deletions(-)

commit 3f593b5be3ea692d8e41c76d6768cb77c06eb3f3
Author: Modestas Vainius <modax@debian.org>
Date:   Sun Jan 10 11:46:09 2010 +0200

    Dpkg::Shlibs::Symbol/SymbolFile: introduce symver pattern, deprecate wildcards
    
    Wildcards are still recognized. Their functionality is like of
    (symver|optional). Also underline notations of all basic pattern names
    in the man page.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 man/dpkg-gensymbols.1                      |   58 ++++++++++++----------
 scripts/Dpkg/Shlibs/Symbol.pm              |   76 ++++++++++++++++------------
 scripts/Dpkg/Shlibs/SymbolFile.pm          |    6 +--
 scripts/t/200_Dpkg_Shlibs.t                |   46 +++++++++++++----
 scripts/t/200_Dpkg_Shlibs/patterns.cpp     |   27 +++++++---
 scripts/t/200_Dpkg_Shlibs/patterns.map     |    9 +++-
 scripts/t/200_Dpkg_Shlibs/patterns.symbols |   10 ++--
 7 files changed, 143 insertions(+), 89 deletions(-)

commit 22bf0c7e950e104f4ca7392bd4a5fabe834cc688
Author: Modestas Vainius <modax@debian.org>
Date:   Sun Jan 10 02:36:04 2010 +0200

    Dpkg::Shlibs::Symbol: use 'auto' c++filt format for demangling C++ symbols
    
    'auto' will try to select appropriate C++ demangling type automatically. Please
    note that 'auto' format is limited to C++ symbols as of binutils 2.20.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm       |    2 +-
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 210b816279ff3935aebf469f547f6699501a93af
Author: Modestas Vainius <modax@debian.org>
Date:   Sun Jan 10 02:26:15 2010 +0200

    Dpkg::Shlibs::*: style adjustments.
    
    Use "my ($foo, $bar) = @_" rather than multiple shift()s.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Cppfilt.pm    |   11 +++++------
 scripts/Dpkg/Shlibs/Symbol.pm     |   13 +++++--------
 scripts/Dpkg/Shlibs/SymbolFile.pm |    5 ++---
 scripts/t/200_Dpkg_Shlibs.t       |    5 ++---
 4 files changed, 14 insertions(+), 20 deletions(-)

commit 1580211ef2bfbfe74314c7472f517b5da935dea2
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Update copyright notices of Modestas Vainius
    
    * Include 2010 in copyright years.
    * Use modax@debian.org email address.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |    2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 81f26dad1dca289bd49351abfdda9eac411a000c
Author: Modestas Vainius <modax@debian.org>
Date:   Mon Jan 11 16:22:05 2010 +0100

    dpkg-gensymbols(1): document patterns in the manual page
    
    And small fixups of other parts of the manual page.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 man/dpkg-gensymbols.1 |  166 +++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 139 insertions(+), 27 deletions(-)

commit da19cee896d19264a1c733a93646a37ffb4d1fd0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 11 14:46:03 2010 +0100

    scripts/t/200_Dpkg_Shlibs.t: extend test suite to cover symbol patterns functionality
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Makefile.am                        |   14 +++-
 scripts/t/200_Dpkg_Shlibs.t                |  146 +++++++++++++++++++++++++++-
 scripts/t/200_Dpkg_Shlibs/patterns.cpp     |   98 +++++++++++++++++++
 scripts/t/200_Dpkg_Shlibs/patterns.map     |    4 +
 scripts/t/200_Dpkg_Shlibs/patterns.symbols |   45 +++++++++
 5 files changed, 304 insertions(+), 3 deletions(-)

commit fa6739b81239f053243014dbbba18c2328cd388c
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    scripts/t/200_Dpkg_Shlibs.t: cleanup and fix non-regression test
    
    * Rename previous tag tests to 'basictags'. Change the name everywhere and use
      it consistenly throughout the testsuite. No new tests added.
    * Fix 'wildcard symbol' test. It started failing due to changes in the symbol
      data structure.
    * Add a sub for save_load test.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Makefile.am                                |   14 ++--
 scripts/t/200_Dpkg_Shlibs.t                        |  102 ++++++++++---------
 scripts/t/200_Dpkg_Shlibs/basictags.c              |   27 +++++
 .../{symbols.tags.in => basictags.symbols}         |    4 +-
 scripts/t/200_Dpkg_Shlibs/symbols.include-3        |    4 +-
 scripts/t/200_Dpkg_Shlibs/symboltags.c             |   27 -----
 6 files changed, 92 insertions(+), 86 deletions(-)

commit b22337ebf92b5bd68beed3500b7a5c41d8caa51a
Author: Modestas Vainius <modax@debian.org>
Date:   Mon Jan 11 16:14:14 2010 +0100

    Dpkg::Shlibs::SymbolFile::create_symbol(): new function
    
    This new function will be used in non-regression tests, it avoids
    duplicating parse+initialize multiple times.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |    2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm |   16 ++++++++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

commit dfacfbd93e00007033f5e500af0459ca4553f70d
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    dpkg-gensymbols: improve output and add a "verbose output" option
    
    * Current version of SymbolFile is capable of printing and detecting missing
      patterns. Therefore, drop special handling of wildcards from dpkg-gensymbols.
      This renders some old wildcard related subroutines in SymbolFile obsolete.
      Drop them as well.
    * Add verbose output (-V) option which in template mode allows to dump symbols
      above the pattern they match (dump() option 'with_pattern_matches').
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/SymbolFile.pm |   18 -------
 scripts/dpkg-gensymbols.pl        |   90 ++++++++++++++++---------------------
 2 files changed, 39 insertions(+), 69 deletions(-)

commit 6dcf3df8208bea8eb3f23280bae938dc997cb5fb
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::SymbolFile::dump(): improve output
    
    * In template mode, dump patterns. Then, matching symbols might be
      optionally dumped as comments.
    * In non-template mode, dump raw symbols without patterns.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/SymbolFile.pm |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

commit 428ab764e06fc997ca028e74c0e7899c53fe1186
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::SymbolFile::dump(): fix indentation style
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/SymbolFile.pm |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 4d65f96219e45cb80083be47c66085ff85dcca61
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::Symbol/SymbolFile: implement pattern matching
    
    Implement pattern matching in SymbolFile::merge_symbols(),
    SymbolFile::get_new_symbols() and other functions which deal with tracking of
    old symbols and discovery of new ones.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |   47 ++++++++++-
 scripts/Dpkg/Shlibs/SymbolFile.pm |  164 ++++++++++++++++++++++++++++++++-----
 2 files changed, 187 insertions(+), 24 deletions(-)

commit 2425566eb66ad35a24e7cbf8515a3a2e2fad2357
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::SymbolFile::get_new_symbols(): simplify and shorten code
    
    Reduce the code in get_new_symbols() by enumerating symbols, rather than their
    names. Also split off some code to Symbol::is_eligible_as_new() function.
    
    Patch is supposed to result in no behavioral changes.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |    9 +++++++++
 scripts/Dpkg/Shlibs/SymbolFile.pm |   15 +++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 8ad712068d4b33339fc9e88c0e05f75c3c6bc72d
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::SymbolFile::merge_symbols(): factorize some code
    
    Split off some code from SymbolFile::merge_symbols() to
    Symbol::mark_found_in_library() and Symbol::mark_not_found_in_library()
    methods. Methods do sanitizing of the Symbol object when the symbol is / isn't
    found in the library respectively. This simplifies readability of
    merge_symbols() and allows reusability of the code blocks (for the future).
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |   42 +++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/Shlibs/SymbolFile.pm |   32 ++-------------------------
 2 files changed, 45 insertions(+), 29 deletions(-)

commit 90dff312c582f1a3ead410769a334b2271ecb72a
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::Symbol/SymbolFile: recognize patterns and initialize them properly
    
    Add code for symbol-pattern recognition and initialization. Two groups of
    patterns are supported:
    
    * aliases (wildcards, c++ demangled names). They can be matched by converting
      a raw symbol to the alias and mapping the result to the alias pattern
      specified in symbol file template;
    
    * generic patterns (regular expressions). They must be matched against each
      raw symbol in a sequential order. Therefore, they are rather expensive
      performance-wise.
    
    Rename Symbol::process_tags() to Symbol::initialize() in the process. New name
    suites the purpose of the sub better.
    
    Failure of 'wildcarded symbol' test is expected at this point.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |   51 ++++++++++++++++++++++++++++++++++--
 scripts/Dpkg/Shlibs/SymbolFile.pm |   31 ++++++++++++++++++----
 2 files changed, 73 insertions(+), 9 deletions(-)

commit aff221782ed7f1c6ba68ae0642ccf5db85aa414e
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:28 2010 +0200

    Dpkg::Shlibs::Symbol: add pattern related functions
    
    The new functions define a public interface for accessing pattern specific
    data in Symbol objects.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm |   95 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 95 insertions(+), 0 deletions(-)

commit f49ec7762728390cda14a32a1910b60b05ee53ac
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:27 2010 +0200

    Dpkg::Shlibs::Symbol::clone(): replaced by dclone() and sclone().
    
    dclone() - deep cloning of the symbol.
    sclone() - shallow copying of the symbol.
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Symbol.pm     |   20 ++++++++++++++++----
 scripts/Dpkg/Shlibs/SymbolFile.pm |    8 ++++----
 scripts/t/200_Dpkg_Shlibs.t       |   12 +++++++++++-
 3 files changed, 31 insertions(+), 9 deletions(-)

commit 3a4c2b071c845bc6cc539826781c493baca0efa3
Author: Modestas Vainius <modax@debian.org>
Date:   Tue Jan 5 02:03:27 2010 +0200

    Dpkg::Shlibs::Cppfilt: new interface to the c++filt utility.
    
    This new module can be used to do symbol demangling with the c++filt
    utility. For performance reasons, the c++filt program is run
    in the background and used as a daemon: for each line written
    it immediately outputs the demangled line.
    
    The module also takes care of the c++filt process management
    (forking and termination).
    
    Signed-off-by: Modestas Vainius <modax@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Shlibs/Cppfilt.pm      |  106 +++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                 |    2 +
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t |   89 +++++++++++++++++++++++++++++
 3 files changed, 197 insertions(+), 0 deletions(-)

commit b432975b209ed2888441dbe40aa3b18669836356
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 11 16:58:06 2010 +0100

    debian/control: drop debian-maintainers from Suggests
    
    The keyring of interest is available in the debian-keyring package.

 debian/changelog |    2 ++
 debian/control   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit b3ce85b43fca4b75549c2191eed563246dfa191b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 10 12:05:13 2010 +0100

    Update German translation of manual pages
    
    Update to 1680t.

 man/po/de.po |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit b1acb6690d759fe523bfbed14dd5d1653eaee282
Merge: a9d4a03 d55c5d3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 19:23:22 2010 +0100

    Merge branch 'sid'

commit d55c5d39b684c9f08f8f612f5553de5ea409b625
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 17:58:11 2010 +0100

    Release 1.15.5.6

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6dff550cf68846d0bc3a4189d7779d08feed5703
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 18:59:59 2010 +0100

    dpkg-shlibdeps(1): fix typo "informations" -> "information"

 man/dpkg-shlibdeps.1 |    2 +-
 man/po/de.po         |    2 +-
 man/po/es.po         |    2 +-
 man/po/fr.po         |    2 +-
 man/po/hu.po         |    2 +-
 man/po/ja.po         |    2 +-
 man/po/pl.po         |    2 +-
 man/po/pt_BR.po      |    2 +-
 man/po/ru.po         |    2 +-
 man/po/sv.po         |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

commit a30eab85df6d1c7c7dd07d406c7951c231ccf920
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 18:56:14 2010 +0100

    debian/control: add ${misc:Depends} everywhere

 debian/changelog |    1 +
 debian/control   |    6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit b50008f973c0856dfa241129f761d6cc312648c8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 17:55:30 2010 +0100

    dpkg-source: better explain how --print-format works
    
    In the manual page, mentions that any upstream tarball must be available
    in the current directory and make it obvious when a format is discarded
    (for example due to lack of an upstream tarball) by displaying a message
    on STDERR.

 debian/changelog       |    2 ++
 man/dpkg-source.1      |    3 ++-
 scripts/dpkg-source.pl |    4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 5e4c14712a795b1b2da6d0bdb7c130c8a99c1906
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 17:17:30 2010 +0100

    dpkg-buildpackage: fix value of "parallel" exported in DEB_BUILD_OPTIONS
    
    When "-j" is given, it used to export "parallel=-1" instead of the more
    logical "parallel=" that gives the desired result with the sample make
    invocation shown in the Debian policy:
      NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
      MAKEFLAGS += -j$(NUMJOBS)

 debian/changelog             |    2 ++
 scripts/dpkg-buildpackage.pl |   10 +++-------
 2 files changed, 5 insertions(+), 7 deletions(-)

commit cfdeb7e01ff702427abadfa14bd2e066b4eec940
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 8 18:46:14 2010 +0100

    Dpkg::BuildOptions: change API so that an empty value can be properly supported
    
    No value results in a hash item with undef value while an empty value
    results in a hash ite with an empty value.
    
    Update the non-regression tests accordingly. Also update dpkg-buildpackage
    that was using defined instead of exists to test the existence of an
    option.

 scripts/Dpkg/BuildOptions.pm      |   13 +++++++------
 scripts/dpkg-buildpackage.pl      |    4 ++--
 scripts/t/300_Dpkg_BuildOptions.t |   17 +++++++++--------
 3 files changed, 18 insertions(+), 16 deletions(-)

commit a77468fa21f5807d89b9813e52cd8a7cefe4efe6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 7 21:21:15 2010 +0100

    Add missing bug closure

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a9d4a03cfb15bac0084821d63a9a01e916c2f81b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 3 16:52:15 2010 +0100

    Carry over fix for misspelling from ad3a4ff9fd8ae6ddda77dfb143cc250d65295cd1

 man/po/de.po |    6 +++---
 man/po/fr.po |    6 +++---
 man/po/pl.po |    6 +++---
 man/po/sv.po |    6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 6782e76a993db059c32c8e45b2b2dcc254e27b96
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 3 16:43:59 2010 +0100

    Carry over fix for misspelling from ad3a4ff9fd8ae6ddda77dfb143cc250d65295cd1

 scripts/po/ca.po |    4 ++--
 scripts/po/fr.po |    4 ++--
 scripts/po/pl.po |    4 ++--
 scripts/po/ru.po |    4 ++--
 scripts/po/sv.po |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

commit bc40cd5494e254f768df5e6779a1c53efc314ef7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 3 16:38:18 2010 +0100

    Update German scripts translation
    
    Update to 489t.

 scripts/po/de.po |  200 +++++++++++++++++++++++++++---------------------------
 1 files changed, 100 insertions(+), 100 deletions(-)

commit ad3a4ff9fd8ae6ddda77dfb143cc250d65295cd1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 2 20:46:38 2010 +0100

    Fix misspellings of “explicitly” all over the place

 ChangeLog.old              |    4 ++--
 debian/changelog           |    5 +++--
 man/dpkg-buildpackage.1    |    2 +-
 man/dpkg-trigger.1         |    2 +-
 scripts/dpkg-gensymbols.pl |    4 ++--
 scripts/dpkg-shlibdeps.pl  |    2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

commit ff159b0d801a89d6d077c663dd82f0bff839320e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 22:05:14 2010 +0100

    libdpkg: Rename struct TarFunctions and members
    
    Use lower case names, and name members closer to the Unix functions
    doing the same actions.

 lib/dpkg/tarfn.c |   16 ++++++++--------
 lib/dpkg/tarfn.h |   20 ++++++++++----------
 src/processarc.c |   14 +++++++-------
 3 files changed, 25 insertions(+), 25 deletions(-)

commit 3cf8ba3ba62b55e0abe68dd11909e8b20b8a092e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 18:20:09 2010 +0100

    libdpkg: Do not use typedefs for structs and enums

 lib/dpkg/tarfn.c |   25 ++++++++++++-------------
 lib/dpkg/tarfn.h |    9 +++------
 2 files changed, 15 insertions(+), 19 deletions(-)

commit 68094d5e8c2370bf061a59805dd407e113eedc24
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 18:14:29 2010 +0100

    libdpkg: Unconfuse TarExtractor symlink handling
    
    The code was using confusing variable names to handle the symlink lists.

 lib/dpkg/tarfn.c |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

commit 97df772d2c076f20cbf625dd14cac2e17cefbc0e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 18:02:10 2010 +0100

    libdpkg: Use TARBLKSZ instead of integer literal

 lib/dpkg/tarfn.c |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit 572a8d1dfbe26cd7b71b5d87a0f41fe068053e06
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 18:01:51 2010 +0100

    libdpkg: Move TARBLKSZ macro definition to tarfn.h

 lib/dpkg/dpkg.h  |    2 --
 lib/dpkg/tarfn.h |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 21f43b49c95a6041dafa0b1790b1129cc52a234e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 17:37:19 2010 +0100

    libdpkg: Rename TarExtractor functions argument to ops

 lib/dpkg/tarfn.c |   16 ++++++++--------
 lib/dpkg/tarfn.h |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

commit ce11ba170440da612e6efbf595c611fbf4f3623d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 16:28:52 2010 +0100

    Use pid_t instead of int

 src/configure.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5e252222c5cb220e71cff40365ea72d64294cbfd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 14:08:34 2010 +0100

    libdpkg: Move compression declarations to a new compress.h

 dpkg-deb/build.c     |    1 +
 dpkg-deb/extract.c   |    1 +
 dpkg-deb/main.c      |    1 +
 lib/dpkg/Makefile.am |    2 +-
 lib/dpkg/compress.c  |    1 +
 lib/dpkg/compress.h  |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/dpkg.h      |   18 ------------------
 7 files changed, 53 insertions(+), 19 deletions(-)

commit b645c397239cd637883122af4106f6d7de4c9729
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 14:06:04 2010 +0100

    libdpkg: Rename compression.c to compress.c

 lib/dpkg/Makefile.am                   |    2 +-
 lib/dpkg/{compression.c => compress.c} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6ffd055cf06817d940d5620c0f66ec70fba44bca
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 13:31:58 2010 +0100

    dpkg: Give meaningful names to variables taking environment values

 src/configure.c |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

commit 68d5e05ccfe421bf4d68132f63bd061b63cfb8a4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 15:24:37 2010 +0100

    Add missing copyright statements

 lib/dpkg/compression.c         |    4 ++++
 m4/dpkg-arch.m4                |    3 +++
 m4/dpkg-compiler.m4            |    3 ++-
 m4/dpkg-funcs.m4               |    1 +
 m4/dpkg-libs.m4                |    4 ++++
 m4/dpkg-progs.m4               |    4 ++++
 m4/dpkg-types.m4               |    1 +
 scripts/Dpkg/Exit.pm           |    2 ++
 scripts/dpkg-source.pl         |   13 ++++++++++++-
 scripts/update-alternatives.pl |    6 ++++++
 10 files changed, 39 insertions(+), 2 deletions(-)

commit 4409119eaa1fdc7a1b102202396f6395d7de4646
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 1 17:50:06 2010 +0100

    Update German translation of manual pages
    
    Update to 1679t, update copyright year and minor fix.

 man/po/de.add |    2 +-
 man/po/de.po  |  103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 99 insertions(+), 6 deletions(-)

commit c53fdb8552888696abbd4bc2c19faca84daa8fc0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 31 19:45:43 2009 +0100

    libdpkg: Change subproc_fork return type to pid_t

 lib/dpkg/subproc.c |    2 +-
 lib/dpkg/subproc.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0383935a670885a297042152327911e3eab9774a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 31 19:43:06 2009 +0100

    libdpkg: Rename m_fork to subproc_fork
    
    Also namespace cleanup function to subproc_fork_cleanup.

 dpkg-deb/build.c   |   15 ++++++++++-----
 dpkg-deb/extract.c |   15 ++++++++++-----
 dpkg-deb/info.c    |    3 ++-
 dselect/method.cc  |    3 ++-
 lib/dpkg/subproc.c |    8 ++++----
 lib/dpkg/subproc.h |    2 +-
 src/archives.c     |    3 ++-
 src/configure.c    |    4 ++--
 src/help.c         |    4 ++--
 src/processarc.c   |    8 ++++----
 10 files changed, 39 insertions(+), 26 deletions(-)

commit 692d67e4d03f1ca7716c90ac3196da6276e485cb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 31 18:08:45 2009 +0100

    libdpkg: Move m_fork and helpers to the subproc module

 lib/dpkg/dpkg.h    |    1 -
 lib/dpkg/mlib.c    |   22 ----------------------
 lib/dpkg/subproc.c |   37 +++++++++++++++++++++++++++++++++++++
 lib/dpkg/subproc.h |    1 +
 4 files changed, 38 insertions(+), 23 deletions(-)

commit 04d8d5f7f50182f610fbaa4686f878bd0aa69244
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 05:44:01 2009 +0100

    build: Refactor compression library check m4 macro

 m4/dpkg-libs.m4 |   87 +++++++++++++++++++++++-------------------------------
 1 files changed, 37 insertions(+), 50 deletions(-)

commit a8755804fd225093a3a9360596c074c8e9a9dfae
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 05:30:06 2009 +0100

    man: Add new deb-split.5 manual page

 debian/changelog |    1 +
 man/Makefile.am  |    1 +
 man/deb-split.5  |   38 ++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg  |    5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

commit 1b6f6b3141d4b87a1eb3a044ed84f081738792fe
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 27 00:04:54 2009 +0100

    Use a for instead of a while loop in checkpath path splitting

 src/help.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 491b70bd377f3a552910a0c7253bc04b59263f76
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 27 00:01:52 2009 +0100

    libcompat: Define lchown as chown if the former is not available
    
    Instead of duplicating the code with chown calls when lchown is not
    available, just map it with a macros.

 lib/compat/compat.h |    4 ++++
 src/archives.c      |   12 ------------
 2 files changed, 4 insertions(+), 12 deletions(-)

commit 07d3faf8c7bc338717fa7e1fed3698d316dc5454
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 26 22:05:20 2009 +0100

    install-info: Do not use access() to check for exec permission
    
    Just try to execute the file and deal with the error if any.

 utils/install-info.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit dde9a226d5f831c773539ee8c58f861148fd7c5e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 26 21:04:23 2009 +0100

    Use stat instead of access to check for file existence

 src/statcmd.c             |    4 +++-
 utils/start-stop-daemon.c |    3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 863943468eb0c3e1431c7223325a469e223dcd72
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 26 15:56:08 2009 +0100

    libdpkg: Add new varbuf_detach function

 lib/dpkg/test/t-varbuf.c |   23 +++++++++++++++++++++++
 lib/dpkg/varbuf.c        |   12 ++++++++++++
 lib/dpkg/varbuf.h        |    1 +
 3 files changed, 36 insertions(+), 0 deletions(-)

commit 185613856ef85fb7f66941f9072ea69951b1a233
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 31 20:46:58 2009 +0100

    libdpkg: Do not include unneeded <dpkg/dpkg-db.h>

 lib/dpkg/ehandle.c |    1 -
 lib/dpkg/mlib.c    |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit ec7fae0c2462c8cdc51ae441e192020381a4799c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 26 15:43:38 2009 +0100

    libdpkg: Include <dpkg/varbuf.h> instead of <dpkg/dpkg-db.h>

 lib/dpkg/compression.c   |    2 +-
 lib/dpkg/test/t-varbuf.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e964abe1e43e730d46bd0f4aad084cee2d78b944
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 05:28:08 2009 +0100

    Remove unneeded static modifier from function variables
    
    The cleanup functions do not need a static variable when it's a pointer
    and we pass its value to it.

 dpkg-deb/info.c |    2 +-
 src/main.c      |    4 ++--
 src/query.c     |    2 +-
 src/statcmd.c   |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 6731fb6c13fe2470d3420bea5b5d9b2c1d657baa
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 07:01:25 2009 +0200

    Remove linkage against unused libraries
    
    Do not link against selinux on dpkg-deb, and do not link against the
    compression libraries on dpkg.

 dpkg-deb/Makefile.am |    3 +--
 src/Makefile.am      |    2 --
 2 files changed, 1 insertions(+), 4 deletions(-)

commit 75315f6baab0607ff03c578089bf1ca1ad8d6922
Author: Christian PERRIER <bubulle@debian.org>
Date:   Wed Dec 30 15:25:50 2009 +0100

    Updated scripts French translation

 debian/changelog |    1 +
 scripts/po/fr.po |  213 ++++++++++++++++++++++++++----------------------------
 2 files changed, 102 insertions(+), 112 deletions(-)

commit da24059eaffbd1084ac94a27da5f64692b2e4771
Author: Christian PERRIER <bubulle@debian.org>
Date:   Wed Dec 30 14:47:11 2009 +0100

    Updated dpkg French translation

 debian/changelog |    9 +++----
 po/fr.po         |   63 ++++++++++++++++++-----------------------------------
 2 files changed, 26 insertions(+), 46 deletions(-)

commit 312c68b1423bc008ef577a8a1bfb018448a44950
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Dec 23 17:12:56 2009 +0100

    dpkg-source: ensure quilt's .pc directory is created before writing .pc/applied-patches
    
    The quilt .pc directory was not created when a new automatic patch
    was registered and when no other patches were managed by quilt.
    
    Based-on-patch-by: Tommi Vainikainen <thv+debian@iki.fi>

 debian/changelog                        |    9 +++++++++
 scripts/Dpkg/Source/Package/V3/quilt.pm |    1 +
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 630dc73ddbbdff81fb3a68befd9680894dbfd031
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 18 14:02:24 2009 +0100

    Make show1package() take a struct pkginfoperfile
    
    Instead of hardcoding the usage of the pkginfo installed member,
    pass it as an argument of a pointer to a struct pkginfoperfile, so
    that we can choose what to show.

 dpkg-deb/info.c    |    2 +-
 lib/dpkg/dpkg-db.h |    3 ++-
 lib/dpkg/showpkg.c |   13 +++++++------
 src/query.c        |    4 ++--
 4 files changed, 12 insertions(+), 10 deletions(-)

commit be33d6deea574d4b42ac97954192097376083915
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 14 18:54:37 2009 +0100

    Move color member from struct pkginfo to struct perpackagestate
    
    The only user of this field is in the dependency cycle detection,
    only found under src/. So move it there where it belongs.

 lib/dpkg/database.c |    1 -
 lib/dpkg/dpkg-db.h  |    1 -
 src/depcon.c        |    8 ++++----
 src/filesdb.c       |    1 +
 src/main.h          |    7 +++++++
 5 files changed, 12 insertions(+), 6 deletions(-)

commit 5f5ef320041be2ab0e32768825b899629c59b2f9
Merge: 253fcf6 57636ef
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 22 16:56:11 2009 +0100

    Merge branch 'sid' (through tag '1.15.5.5')
    
    Conflicts:
    	debian/changelog

commit 57636efa71bef220006d8d51f56fb83d5b590f27
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 22 09:50:12 2009 +0100

    Release 1.15.5.5

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d4641b248e41a74976018ff7f638063c3196ef56
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 22 09:39:35 2009 +0100

    Allow back new lines in substvars and maintainer arguments
    
    Regression introdocued in commit d570dcf56c502a36b4747665938025609d5ffe47.

 debian/changelog           |    7 +++++++
 scripts/dpkg-genchanges.pl |    8 ++++----
 scripts/dpkg-source.pl     |    4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)

commit 253fcf6e0c3afd3a1712efc96948bfb11552bd02
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Dec 15 20:23:55 2009 +0100

    Simplified Chinese translation completed

 po/zh_CN.po |  679 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 311 insertions(+), 368 deletions(-)

commit e9e8b10c3de872ba3c4a1c4453ec8cd62e1c2003
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Dec 11 08:36:07 2009 +0100

    German dselect translation update
    
    Update to 278t.

 debian/changelog |    3 +++
 dselect/po/de.po |   13 ++++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 61333aa9da36e6280a9377ad72d1c27fb517aedd
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Dec 11 08:26:22 2009 +0100

    German dpkg translation update
    
    Update to 965t.

 debian/changelog |    3 +
 po/de.po         |  470 +++++++++++++++++++++++++++--------------------------
 2 files changed, 242 insertions(+), 231 deletions(-)

commit 0fbb038805b9975dd58e56f5507c2894faf20603
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 12:56:02 2009 +0100

    libdpkg: Swap memset arguments in string test case

 lib/dpkg/test/t-string.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 12416df9a16c70bbbe74f8767b58e7a6028050eb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 12:52:30 2009 +0100

    libdpkg: Blank the whole MD5 context not just the size of a pointer
    
    The memset was using the size of the context pointer and not the actual
    size of the struct.
    
    Spotted-by: Jochen Voss <voss@seehuhn.de> (on util-linux-ng)

 lib/dpkg/md5.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a6590edfb2e3e827165011594fae1ac6fdb9e78
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 12:49:45 2009 +0100

    dpkg-query: Do not allow more than two arguments for --control-path
    
    The last increment to argv was not being used, but instead the
    increment, make it useful by checking if there's any additional
    argument after the second, and bail out in that case.
    
    This was spotted by a run with the clang static analyzer.

 src/query.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 683d18a89197cfd824aaf291c008aebd9c6bd0c5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 12:32:30 2009 +0100

    libdpkg: Properly increment seen fields in a stanza
    
    The current code was not incrementing the contents of the pointed area,
    but the pointer itself, which was making the check for already seen
    (duplicate) fields a no-op, and thus non-fatal, contrary to what was
    intended originally.
    
    This should not be a problem in general as the tools in charge of
    generating binary packages error out in case of duplicate fields, so
    there should not be many broken packages on the wild.
    
    This was spotted by a run with the clang static analyzer.

 debian/changelog |    4 ++++
 lib/dpkg/parse.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 892a742c40eaa6d456eb6c47546d44dd3c0202dd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 12:30:10 2009 +0100

    libdpkg: Preserve error status while reading GNU long tar names
    
    The code was unconditionally setting the status to 0, as that's what the
    rest of the code expects, but it was not preserving the negative value
    that gets set on error.
    
    This was spotted by a run with the clang static analyzer.

 lib/dpkg/tarfn.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8378ff9e956bb6e4659bb32b1f93a0a69b1351df
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 12:07:34 2009 +0100

    dpkg: Check safe_read return code
    
    The safe_read function protects against interruptions and partial reads,
    but not against other types of errors, for which we need to check the
    return value.
    
    This was spotted by a run with the clang static analyzer.

 src/archives.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit e33cc724cfd190dfe3e93f94f9330c52de99f11c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 07:51:45 2009 +0100

    libdpkg: Forward declare trigkindinfo variables after defining the type
    
    This was spotted by a run with the clang static analyzer.

 lib/dpkg/triglib.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 5862fd919d675fa4d85be312c598b3f03e737005
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 00:36:01 2009 +0100

    dpkg: Remove duplicate oldargs variable
    
    Initialize newargs to NULL now that oldargs is not there for the initial
    value.
    
    This was spotted by a run with the clang static analyzer.

 src/main.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 49453ca0565126dfa0f663f3771d746bedcd1bbe
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 00:22:09 2009 +0100

    dselect: Do not forward declare ‘enum quitaction’
    
    Standard C++ does not allow declaring an incomplete enum type. And the
    enum is already declared in «dselect/dselect.h» which gets included
    first.
    
    This was spotted by a run with the clang static analyzer.

 dselect/bindings.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a29c9c8700532ae7090cee699487177ed65d9332
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 00:21:22 2009 +0100

    Do not increment variables when the value is not going to be used
    
    This was spotted by a run with the clang static analyzer.

 dpkg-deb/info.c |    4 ++--
 src/archives.c  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 80647e33d17c4ad298019102a8d28a5b44ed4ef2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 00:17:35 2009 +0100

    Do not assign to variables when they subsequently get overwritten
    
    This was spotted by a run with the clang static analyzer.

 dpkg-deb/info.c   |    5 ++---
 lib/dpkg/buffer.c |    4 ++--
 lib/dpkg/tarfn.c  |    1 -
 src/archives.c    |    2 +-
 src/main.c        |    2 +-
 5 files changed, 6 insertions(+), 8 deletions(-)

commit 39b0cc3c85a63b7d17636b4d94598a954304e748
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 00:10:37 2009 +0100

    dselect: Change keybindings forward declaration to a struct
    
    This matches the type of the declaration in «dselect/bindings.h».
    
    This was spotted by a run with the clang static analyzer.

 dselect/dselect.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fb2bfb6bc294c547995264b91ccdfca7d5fe6442
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 9 14:41:24 2009 +0100

    Fix bug closure
    
    Thinko in commit a3c68a75e0c9ad861666197bca55b900bf75b9e4.
    
    Closes: #560010

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 39c49a58f2594946638542169cc2d9c32d190beb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 9 14:10:21 2009 +0100

    dpkg-divert: Do not allow diverting a file to itself
    
    This was causing the file to get removed.
    
    Closes: #312206

 debian/changelog       |    2 ++
 scripts/dpkg-divert.pl |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

commit a3c68a75e0c9ad861666197bca55b900bf75b9e4
Author: Aurelien Jarno <aurel32@debian.org>
Date:   Wed Dec 9 13:45:30 2009 +0100

    Add sparc64 to cputable
    
    Closes: #523456

 cputable         |    1 +
 debian/changelog |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

commit ae8b98bc75905042ac36db8c52d2454ea35e06b2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 8 00:44:31 2009 +0100

    libdpkg: Do not mark database names in writedb for translation
    
    This actually makes life harder for translators, and it collides with
    similar strings from updated-alternatives.
    
    Suggested-by: Sven Joachim <svenjoac@gmx.de>

 lib/dpkg/dump.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 39179db3df57708f49446e9e6821cc343695cb7f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 2 20:11:41 2009 +0100

    build: Make the Doxyfile a dependency of the doc target

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8bfcbaaa78a75dd10a2e85d39ef70561012348b2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Dec 7 21:21:59 2009 +0100

    Order translation by alphabet

 debian/changelog |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 47ac9d08f17f88ea22538a14436b2a57ca1f25d7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Dec 7 21:20:42 2009 +0100

    Update German translation of manual pages
    
    Update to 1668t.

 man/po/de.po |  148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 147 insertions(+), 1 deletions(-)

commit 300731b7420d51fe42299f595d77cda5ec6554a0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Dec 7 18:43:17 2009 +0100

    Update German scripts translation
    
    Update to 490t.

 scripts/po/de.po |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit a978569f205b0e6ac510e7e108ebd53e75f290ac
Merge: a1ff6b1 f948144
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Dec 7 09:41:26 2009 +0100

    Merge branch 'sid'

commit f9481448433dbe0e9866586f87bc8bc21e435427
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Dec 7 09:25:21 2009 +0100

    Release 1.15.5.4

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a1ff6b1c8314048f7707d86e63ffaa9c317cebb7
Author: Ivan Masár <helix84@centrum.sk>
Date:   Thu Dec 3 22:17:28 2009 +0100

    Slovak translation update

 debian/changelog |    1 +
 po/sk.po         |  159 ++++++++++++++++++++++++++----------------------------
 2 files changed, 78 insertions(+), 82 deletions(-)

commit e89348732c1052625fcc39842dce851bde844c01
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Dec 3 12:17:39 2009 +0100

    Dpkg::Changelog::Debian: call $entry->check_trailer() for trailer line
    
    The header line was checked twice, the second check was meant to
    check the trailer line. So change it accordingly.

 debian/changelog                 |    1 +
 scripts/Dpkg/Changelog/Debian.pm |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 59931a5c45326e418354361b4535e98207028ea2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 29 18:03:10 2009 +0100

    dpkg-source: verify version of the quilt metadata before build
    
    Since format "3.0 (quilt)" can now modify the content of the .pc
    directory, ensure it still uses the supported format (currently version
    2). Add an option --allow-version-of-quilt-db=<ver> to be able
    to force creation of a source package despite the unexpected version.

 man/dpkg-source.1                       |    8 ++++++++
 scripts/Dpkg/Source/Package/V3/quilt.pm |   28 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

commit 8e64138221bb620ad79ed1e3738f55445271d569
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 29 17:30:30 2009 +0100

    dpkg-source: support debian/source/patch-header
    
    The content of this file is used as header of the automatic patch
    generated in formats "2.0" and "3.0 (quilt)".

 debian/changelog                        |    2 ++
 man/dpkg-source.1                       |   12 +++++++++---
 scripts/Dpkg/Source/Package/V2.pm       |    8 ++++++++
 scripts/Dpkg/Source/Package/V3/quilt.pm |   10 +++++++++-
 4 files changed, 28 insertions(+), 4 deletions(-)

commit 38dd2a45e49e183e5bdbb64faa7353b60faa08c6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 29 16:43:47 2009 +0100

    dpkg-source: support --single-debian-patch for "3.0 (quilt)"
    
    With this option, the automatic patch is named
    debian/patches/debian-changes instead of
    debian/patches/debian-changes-<ver>. With this option, the new format
    is closer to 1.0 with its single diff that is always updated.

 debian/changelog                        |    4 ++++
 man/dpkg-source.1                       |   22 ++++++++++++++++++----
 scripts/Dpkg/Source/Package/V3/quilt.pm |   15 ++++++++++++++-
 3 files changed, 36 insertions(+), 5 deletions(-)

commit d881cdca55e41e1b17d84b935c9a612e08f80f98
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 29 15:27:15 2009 +0100

    Dpkg::Source::Package::V3::quilt: create and use .pc directory
    
    Instead of calling quilt to apply patches, we always apply them
    by hand and we create the .pc directory used by quilt (version 2 in
    .pc/.version). That way we are fully compatible with quilt and we can't
    have differing behaviour whether quilt is installed or not.
    
    Update the documentation accordingly. The option --without-quilt is gone
    as is debian/patches/.dpkg-source-applied (replaced by
    .pc/applied-patches).

 debian/changelog                        |    5 +
 man/dpkg-source.1                       |   17 +--
 scripts/Dpkg/Source/Package/V2.pm       |   21 ++-
 scripts/Dpkg/Source/Package/V3/quilt.pm |  282 ++++++++++++++-----------------
 4 files changed, 145 insertions(+), 180 deletions(-)

commit f23c4acb75a9d21092a69e9780bdf3b5d5e1d02c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Dec 2 21:50:26 2009 +0100

    scripts/t/200_Dpkg_Shlibs.t: fix path of ld.so.conf file to load

 scripts/t/200_Dpkg_Shlibs.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 113533916b1bcd300db897575b23c5bb7a14f3c0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Dec 2 21:28:19 2009 +0100

    Dpkg::Deps: cleanup API
    
    Rename public functions with deps_ prefix. Export them by default.
    
    Update all scripts using Dpkg::Deps accordingly, including the test-suite.

 debian/changelog               |    2 +
 scripts/Dpkg/Deps.pm           |  121 ++++++++++++++++++++--------------------
 scripts/dpkg-checkbuilddeps.pl |    7 +-
 scripts/dpkg-gencontrol.pl     |   11 ++--
 scripts/dpkg-shlibdeps.pl      |    8 +-
 scripts/dpkg-source.pl         |    2 +-
 scripts/t/400_Dpkg_Deps.t      |   28 +++++-----
 7 files changed, 90 insertions(+), 89 deletions(-)

commit b24d1fecdd58637d4bb63799c0c4b719fe9dd4ce
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 30 22:38:05 2009 +0100

    Dpkg::Deps: use "use base" instead of @ISA

 scripts/Dpkg/Deps.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c090a59a04b20b41093757658c9c73f4d7603e94
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 30 22:34:12 2009 +0100

    Dpkg::Deps: replace dump() method with output([$fh])
    
    Update test suite accordingly as well as all scripts using Dpkg::Deps.
    Also use overload to provide a string representation corresponding to
    what's returned by output().

 debian/changelog               |    3 ++
 scripts/Dpkg/Deps.pm           |   60 +++++++++++++++++++++++++++------------
 scripts/dpkg-checkbuilddeps.pl |    4 +-
 scripts/dpkg-gencontrol.pl     |    2 +-
 scripts/dpkg-shlibdeps.pl      |    2 +-
 scripts/dpkg-source.pl         |    2 +-
 scripts/t/400_Dpkg_Deps.t      |   21 +++++++------
 7 files changed, 60 insertions(+), 34 deletions(-)

commit 8d3f6904f30cf6f38c0357195c93cfacf1191a12
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Dec 1 09:07:20 2009 +0100

    Correct encoding

 po/zh_CN.po | 4383 ++++++++++++++++++++++++++++-------------------------------
 1 files changed, 2048 insertions(+), 2335 deletions(-)

commit 61dc4b2344c48a80efb38ef856007833b402ffc2
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Dec 1 07:28:10 2009 +0100

    Updated Simplified Chinese translation

 debian/changelog |    3 +
 po/zh_CN.po      | 4454 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 2393 insertions(+), 2064 deletions(-)

commit d6b7de040f117613704642cb04e01b5f7aeaee15
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 30 18:32:20 2009 +0100

    Update German scripts translation
    
    Update to 488t.

 scripts/po/de.po |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 6f3d7cec57e1f55fc25f9822b3e0344b88734024
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 30 18:28:40 2009 +0100

    Update German translation of manual pages
    
    Update to 1656t.

 man/po/de.po |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

commit c0129f02141676402101caaa966c2b1d18fd8dc7
Author: Roderich Schupp <roderich.schupp@googlemail.com>
Date:   Sun Nov 29 18:19:27 2009 +0100

    Dpkg::Index: fix get() and remove() methods
    
    They were using non-existing get_by_keys() method instead of get_keys().

 debian/changelog      |    7 +++++++
 scripts/Dpkg/Index.pm |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 0fc211581b9bfbc2b1575d4bd79fa06fc30d6083
Merge: abf3787 b6a2926
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 29 17:02:08 2009 +0100

    Merge sid branch through commit '1.15.5.3'
    
    Conflicts:
    	man/po/de.po
    	man/po/sv.po
    	scripts/dpkg-scanpackages.pl
    	scripts/po/de.po
    	scripts/po/sv.po

commit abf378780102adedb7d13f4d36a1641d8856499e
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Nov 29 07:45:26 2009 +0100

    Make the translation of "original" consistent

 debian/changelog |    2 ++
 man/po/fr.po     |   52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 28 insertions(+), 26 deletions(-)

commit b6a2926a1670d28583ad38c43981fb2f425057de
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 27 19:23:48 2009 +0100

    Release 1.15.5.3

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3488b014fd8d62f6beb6da60f8427599ac02958b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 27 18:52:25 2009 +0100

    Regenerate .pot files and merge .po files with them

 man/po/de.po            |  289 ++++++++++++++++++++++++-----------------------
 man/po/dpkg-man.pot     |  282 +++++++++++++++++++++++-----------------------
 man/po/es.po            |  282 +++++++++++++++++++++++-----------------------
 man/po/fr.po            |  282 +++++++++++++++++++++++-----------------------
 man/po/hu.po            |  282 +++++++++++++++++++++++-----------------------
 man/po/ja.po            |  282 +++++++++++++++++++++++-----------------------
 man/po/pl.po            |  289 ++++++++++++++++++++++++-----------------------
 man/po/pt_BR.po         |  282 +++++++++++++++++++++++-----------------------
 man/po/ru.po            |  282 +++++++++++++++++++++++-----------------------
 man/po/sv.po            |  289 ++++++++++++++++++++++++-----------------------
 po/ast.po               |  111 ++++++++++---------
 po/bs.po                |  111 ++++++++++---------
 po/ca.po                |  111 ++++++++++---------
 po/cs.po                |  111 ++++++++++---------
 po/da.po                |  111 ++++++++++---------
 po/de.po                |  111 ++++++++++---------
 po/dpkg.pot             |  111 ++++++++++---------
 po/dz.po                |  111 ++++++++++---------
 po/el.po                |  111 ++++++++++---------
 po/eo.po                |  111 ++++++++++---------
 po/es.po                |  111 ++++++++++---------
 po/et.po                |  111 ++++++++++---------
 po/eu.po                |  111 ++++++++++---------
 po/fr.po                |  111 ++++++++++---------
 po/gl.po                |  111 ++++++++++---------
 po/hu.po                |  111 ++++++++++---------
 po/id.po                |  111 ++++++++++---------
 po/it.po                |  111 ++++++++++---------
 po/ja.po                |  111 ++++++++++---------
 po/km.po                |  111 ++++++++++---------
 po/ko.po                |  111 ++++++++++---------
 po/ku.po                |  111 ++++++++++---------
 po/lt.po                |  111 ++++++++++---------
 po/mr.po                |  111 ++++++++++---------
 po/nb.po                |  111 ++++++++++---------
 po/ne.po                |  111 ++++++++++---------
 po/nl.po                |  111 ++++++++++---------
 po/nn.po                |  111 ++++++++++---------
 po/pa.po                |  111 ++++++++++---------
 po/pl.po                |  111 ++++++++++---------
 po/pt.po                |  111 ++++++++++---------
 po/pt_BR.po             |  111 ++++++++++---------
 po/ro.po                |  111 ++++++++++---------
 po/ru.po                |  111 ++++++++++---------
 po/sk.po                |  111 ++++++++++---------
 po/sv.po                |  111 ++++++++++---------
 po/th.po                |  111 ++++++++++---------
 po/tl.po                |  111 ++++++++++---------
 po/vi.po                |  111 ++++++++++---------
 po/zh_CN.po             |  111 ++++++++++---------
 po/zh_TW.po             |  111 ++++++++++---------
 scripts/po/ca.po        |  190 ++++++++++++++++---------------
 scripts/po/de.po        |  191 +++++++++++++++++---------------
 scripts/po/dpkg-dev.pot |  186 ++++++++++++++++--------------
 scripts/po/fr.po        |  193 +++++++++++++++++---------------
 scripts/po/pl.po        |  193 +++++++++++++++++---------------
 scripts/po/ru.po        |  193 +++++++++++++++++---------------
 scripts/po/sv.po        |  191 +++++++++++++++++---------------
 58 files changed, 4520 insertions(+), 4209 deletions(-)

commit 327232c0c5ab933ec9ae981550f16f2d3218cdaa
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 27 14:12:24 2009 +0100

    Add missing bug closure

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7169f0d3cf463be84b7b5609859c98e6cbd8ba2c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Nov 26 14:21:13 2009 +0100

    Dpkg::IPC::fork_and_exec(): put modified environment variables in error messages
    
    The descriptive command-line given to wait_child() now also includes the
    environment variables that have been set since they may affect the
    behaviour of the executed command and are likely needed to reproduce the
    problem.
    
    With this change, the quilt failures within dpkg-source are better
    identified: QUILT_PATCHES can be checked to know if it was working
    on the main tree or the temporary one and QUILT_PATCH_OPTS is
    seen by users who can then independently reproduce the failure (and not
    wonder why they can't reproduce it).

 debian/changelog    |    3 +++
 scripts/Dpkg/IPC.pm |    8 +++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 2b907c90590d417d6590fcc28a6cf5218c2cc986
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 24 22:24:56 2009 +0100

    dpkg-statoverride: Fail on chown or chmod errors when using --update
    
    Fail if it cannot update the mode and owner of the file. This would fail
    later on when dpkg itself applies the overrides, so better to signal
    this as earlier as possible.

 debian/changelog |    3 +++
 src/statcmd.c    |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit b2361bd91847134984f8ee418d7112530dc55dfe
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 24 18:57:28 2009 +0100

    dpkg-statoverride: Make --quiet actually do something
    
    Quiesce most of the inoquous warning messages.
    
    Closes: #403211

 debian/changelog |    2 ++
 src/statcmd.c    |    9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit e7a7e91200af8c57ed803009fd668536358ac6ed
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 24 18:36:06 2009 +0100

    dpkg-statoverride: Move access check outside of statdb_node_apply
    
    Command line options should only be known by the statoverride_*
    functions.

 src/statcmd.c |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

commit 977648880d79f18cfa5fff0201f739622ffe17b7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 24 18:27:15 2009 +0100

    Use named initializers in structures

 lib/dpkg/buffer.c    |    2 +-
 lib/dpkg/parsehelp.c |   12 ++++++------
 lib/dpkg/triglib.c   |    6 +++---
 src/enquiry.c        |   38 +++++++++++++++++++++++++-------------
 4 files changed, 35 insertions(+), 23 deletions(-)

commit 12b6f988ff2210c7028a9bb782caadf00151035c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 23 04:35:32 2009 +0100

    Use designated initializers for namevalue array elements
    
    This way we ensure the order in the array by the value itself, and make
    the code resilient to possible changes in the sequence of the enums.

 lib/dpkg/parsehelp.c |   75 ++++++++++++++++++++++++++------------------------
 src/help.c           |   16 +++++-----
 2 files changed, 47 insertions(+), 44 deletions(-)

commit 31edd4e2a3e1adf723a1f9caf738be7d73605c83
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 24 03:24:07 2009 +0100

    dpkg: Rename ‘struct badstatinfo’ member val to value

 src/enquiry.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e1b5e94395d10bf533015268beafb6604197632f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 24 01:39:43 2009 +0100

    Dpkg::Source::Package::V3::quilt: check debian/patches{,series} before build
    
    Before accepting to build a 3.0 (quilt) source packages, ensure that
    debian/patches is a directory (or non-existing) and that
    debian/patches/series is a file (or non-existing).

 debian/changelog                        |    3 +++
 scripts/Dpkg/Source/Package/V3/quilt.pm |   18 ++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit 6dbf501ff1c09aa3ef2ea09259b23322fa5bea02
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 24 00:51:59 2009 +0100

    Dpkg::Source::Package::V3::quilt: set QUILT_PATCH_OPTS to mimick D::S::Patch
    
    When building "3.0 (quilt)" source packages, use QUILT_PATCH_OPTS="-t -F 0
    -N -u -V never -g0" so that quilt is as strict as dpkg-source's internal
    implementation of quilt that relies on Dpkg::Source::Patch::apply().

 debian/changelog                        |    3 +++
 scripts/Dpkg/Source/Package/V3/quilt.pm |    6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 15afc8e967d5083ca3060caa10405dad82f701b8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 23 22:02:33 2009 +0100

    Dpkg::Changelog::Entry::Debian: add missing "use Dpkg::Gettext"

 debian/changelog                       |    2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 9120ae92acf363f60aaca258154e77a87e767fc8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 23 19:34:59 2009 +0100

    Update German translation of manual pages
    
    Update to 1657t.

 man/po/de.po |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit bae71de35acce65b7980442a5e6c023610490291
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 23 19:32:16 2009 +0100

    Update German scripts translation
    
    Update to 486t.

 scripts/po/de.po |  108 +++++++++++++++++++++++++++++------------------------
 1 files changed, 59 insertions(+), 49 deletions(-)

commit 77b078af402eb41027227117c7ef223a3941b457
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 23 08:58:29 2009 +0100

    Dpkg::Control::Hash: document how leading/trailing spaces are treated

 scripts/Dpkg/Control/Hash.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b8c2b200c3dd0678988593c5839be3cd2aecf84a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 22:23:59 2009 +0100

    Dpkg::Control::Hash: Strip leading spaces in the first line of a field's value
    
    The fields in a compliant control-style file are allowed to have values
    starting with any number of spaces. But that only applies to the first
    line on multi-line field values, so do not do the same on subsequent
    lines as those are handled differently.
    
    Regression introduced in commit 7d8d193332478de82e20ed5b49053378801d160f.
    
    Closes: #557547

 debian/changelog             |    2 ++
 scripts/Dpkg/Control/Hash.pm |    2 +-
 scripts/t/700_Dpkg_Control.t |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit 6d784ebcd108cdb0aff3ecb3a6934e03067cdd72
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 20:48:34 2009 +0100

    Refer to “half configured” instead of “failed config”
    
    Use it in «dpkg-query -l» header and dselect package status printing for
    consistency with the rest of the ouput. This seems to have been a source
    of confusion in the past, so we'll try to use this nomenclature to refer
    to this package status.

 debian/changelog      |    2 ++
 dselect/pkgdisplay.cc |    2 +-
 src/query.c           |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit a796023222610f59b127e7b04d9800c12694e1d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 19:24:35 2009 +0100

    u-a: Improve --display output
    
    Use two leading spaces for current link and slave information. Use
    single quotes for both “best” and the alternative it's pointing to.
    
    Closes: #549167

 debian/changelog               |    3 +++
 scripts/update-alternatives.pl |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 9d782cd3bfa542ad5c0536270e972539a5a61198
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 17:47:46 2009 +0100

    Small changelog police raid
    
    Remove an annoying space that was making dch misbehave.

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b909dc419ec668d98365d8392fe114dd19f26dfa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 17:45:30 2009 +0100

    libdpkg: Improve and mark more messages for translation in writedb()
    
    This should make translators lifes easier.
    
    Closes: #408525

 debian/changelog |    2 ++
 lib/dpkg/dump.c  |   22 ++++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 7f64bc6544061ba534541a66ae4dab8c88a96a14
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 22 16:34:11 2009 +0100

    dpkg-source: fail if several orig.tar files are available
    
    This concerns formats 2.0 and 3.0 (quilt) where the upstream tarball can
    be available with different compression schemes. We need precisely one
    file otherwise it doesn't know which one should be used and might pick the
    wrong one.

 debian/changelog                  |    3 +++
 scripts/Dpkg/Source/Package/V2.pm |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit d3cc0605237b615e294c5060b911bf6b1b883731
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 22 15:02:59 2009 +0100

    dpkg-source: add "3.0 (quilt)" in the (fallback) list of formats to try

 debian/changelog       |    2 ++
 man/dpkg-source.1      |    5 +++--
 scripts/dpkg-source.pl |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 4b0a933f75887563d1c1bc278359d091a809e525
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 04:23:23 2009 +0100

    u-a: Verify that the alternative used in --set has been registered
    
    Give a proper error message instead of failing with an undefined
    value when calling the slave method. Additionally verify the alternative
    before switching to manual mode, avoiding this way unneeded log messages
    in case of error.
    
    Closes: #554136

 debian/changelog               |    6 ++++++
 scripts/update-alternatives.pl |    7 ++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 0991804eb36d3ced309c5d542833365dec18e934
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 21 15:00:30 2009 +0100

    dpkg-scanpackages: avoid IO::String usage
    
    Instead we use Dpkg::IPC to get a pipe file descriptor where we can
    read the output of dpkg-deb -I.

 debian/changelog             |    7 +++++++
 scripts/dpkg-scanpackages.pl |   20 ++++++++------------
 2 files changed, 15 insertions(+), 12 deletions(-)

commit 49eac2815606caa3d6e48280c144025477234e88
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 21 12:08:29 2009 +0100

    Update German translation of manual pages
    
    Update to 1656t.

 debian/changelog |    3 +-
 man/po/de.po     |  101 ++++++++++++++++++++---------------------------------
 2 files changed, 40 insertions(+), 64 deletions(-)

commit 37638f2c6535c6c6eac1a88368f79ae35628fd65
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 21 11:55:07 2009 +0100

    Update German scripts translation
    
    Update to 483t.

 debian/changelog |    3 ++-
 scripts/po/de.po |   10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

commit a7fda5ead5e00f5a5b5fee4b2d6796d78931d002
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 05:03:00 2009 +0100

    dpkg-checkbuilddeps: Split usage string in several translatable strings

 scripts/dpkg-checkbuilddeps.pl |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 467bfa7c2efef3ea3d3f75060b2d867dd94a6fab
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 04:41:08 2009 +0100

    dpkg-checkbuilddeps: Use an anonymous subroutine for --help

 scripts/dpkg-checkbuilddeps.pl |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 24d7f791352c262bae83592657c53dcc96a7c3c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 04:38:47 2009 +0100

    dpkg-checkbuilddeps: Add a --version option

 debian/changelog               |    1 +
 man/dpkg-checkbuilddeps.1      |    3 +++
 scripts/dpkg-checkbuilddeps.pl |    8 ++++++++
 3 files changed, 12 insertions(+), 0 deletions(-)

commit c1fc5612e49913163ed942926828f829133ac4c1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 04:30:57 2009 +0100

    dpkg-checkbuilddeps: Recognize --help in addition to -h

 debian/changelog               |    1 +
 man/dpkg-checkbuilddeps.1      |    4 ++--
 scripts/dpkg-checkbuilddeps.pl |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

commit c8b3cd642ffdeb241c1c0961506b18d5e1f8c48c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 04:27:26 2009 +0100

    dpkg-checkbuilddeps: Remove unneeded dashes in GetOptions arguments

 scripts/dpkg-checkbuilddeps.pl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit c7d2323b66476720c0cee26905b4642593d8f008
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 04:26:11 2009 +0100

    Handle argument parsing consistently in all tools

 debian/changelog               |    4 ++++
 scripts/dpkg-checkbuilddeps.pl |    3 ++-
 scripts/dpkg-scanpackages.pl   |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)

commit 6456236bc31c762bf043cafa86b991cee465c734
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 04:08:28 2009 +0100

    dpkg-scansources: Update Getopt::Long setup code
    
    Configure it at use time. Use posix_default instead of defining
    POSIXLY_CORRECT in the environment and setting the options that
    would be enabled by default on POSIX. Call GetOptions in main
    instead of calling init.

 scripts/dpkg-scansources.pl |   32 +++-----------------------------
 1 files changed, 3 insertions(+), 29 deletions(-)

commit 6f721c1d064c335307d4e56098e4c81cb56db85b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 03:18:10 2009 +0100

    dpkg-scansources: Update comments
    
    Remove an obsolete one. And move another one closer to the relevant
    code.

 scripts/dpkg-scansources.pl |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

commit 92303f6cba1ad180d7026a60bab9596b8c058fd7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 21 03:14:23 2009 +0100

    Use angle brackets to mark i/o from descriptors
    
    In this case use “<standard output>” and “<standard input>”, to make
    it clear that it's not a file with such name, in the same way we do in
    the reset of the code base.

 scripts/Dpkg/Control/Info.pm |    2 +-
 scripts/changelog/debian.pl  |    2 +-
 scripts/dpkg-gensymbols.pl   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit a99017c55cfd69135110b48fb77203f413077228
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 20 03:14:29 2009 +0100

    build: Do not ship objdump.tags-<arch> files in the repo
    
    This was causing diff problems as the file was changing depending on the
    build system. Now it should be stable as it's always generated at check
    time.

 scripts/Makefile.am                          |   11 ++--
 scripts/t/200_Dpkg_Shlibs.t                  |    7 ++-
 scripts/t/200_Dpkg_Shlibs/objdump.tags-amd64 |   72 -------------------------
 scripts/t/200_Dpkg_Shlibs/objdump.tags-i386  |   73 --------------------------
 4 files changed, 11 insertions(+), 152 deletions(-)

commit 791ec2860288979ed1e34d7b963c198b61973a33
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 20 04:14:34 2009 +0100

    Namespace temporary directories for test cases
    
    We avoid any name clashes during the test suite run. And the hierarchy
    gets more clear when debugging in case any problem arises.

 scripts/t/500_Dpkg_Path.t           |    3 ++-
 scripts/t/900_update_alternatives.t |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit bc498b8ad1e6f1aa5320c3181f2aa59d3be53e54
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 20 04:03:36 2009 +0100

    Refactor temporary test cases path to a tmpdir variable
    
    This allows to change it in a single place.

 scripts/Makefile.am                 |    6 ++-
 scripts/t/500_Dpkg_Path.t           |   60 ++++++++++++++++++-----------------
 scripts/t/900_update_alternatives.t |    9 +++--
 3 files changed, 40 insertions(+), 35 deletions(-)

commit fd6d1dd81f117c2bd220d72d383e90c3a7ddd243
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 19 21:42:40 2009 +0100

    build: Split test_cases and test_data from EXTRA_DIST
    
    Avoid duplicated lists of files. Also this way we have proper
    depdendencies in the check target for test_data files.

 scripts/Makefile.am |   88 +++++++++++++++++++++++++++-----------------------
 1 files changed, 47 insertions(+), 41 deletions(-)

commit 2d6593e7b496888b5b367cff8bf7936c5a8d77dd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 19 05:51:38 2009 +0100

    build: Clean up perl test suite invokation
    
    Wrap it into several lines. Remove unneeded quotes around some
    arguments. Regroup environment variables settings.

 scripts/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 6d7c80bafad5f090c1da8e8ce0e5731d99dc13b5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 19 05:46:47 2009 +0100

    build: Do not copy 200_Dpkg_Shlibs data files to t.tmp
    
    The copy was done to make the relative paths inside the ld.so.conf
    fragments work even in out of tree builds. We now switch the current
    directory to $srcdir in 200_Dpkg_Shlibs.t when loading the fragments
    and then go back.

 scripts/Makefile.am                                |    3 ---
 scripts/t/200_Dpkg_Shlibs.t                        |    9 ++++++++-
 scripts/t/200_Dpkg_Shlibs/ld.so.conf               |    2 +-
 .../200_Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf  |    2 +-
 .../t/200_Dpkg_Shlibs/ld.so.conf.d/recursive.conf  |    2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)

commit 48a5ef95febedf411e67a68788de5048b9dcf8f2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 19 05:41:55 2009 +0100

    build: Merge the mkdir_t_tmp target into the check target

 scripts/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 02f3d0bb686d384a2ebe878084cac94008fa516f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 19 05:13:25 2009 +0100

    Use new datadir variable instead of redefining srcdir

 scripts/t/200_Dpkg_Shlibs.t    |   52 ++++++++++++++++++++--------------------
 scripts/t/600_Dpkg_Changelog.t |   12 ++++----
 scripts/t/700_Dpkg_Control.t   |    8 +++---
 scripts/t/750_Dpkg_Substvars.t |    4 +-
 4 files changed, 38 insertions(+), 38 deletions(-)

commit 5eeb687e02e9b389e7b2d1d52904bb22d6b680d4
Merge: fd4024d a71228d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 18 13:23:51 2009 +0100

    Merge commit '1.15.5.2'

commit fd4024d0443164611fe2f0d7ef48ba652eb99464
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Nov 18 13:02:55 2009 +0100

    Update changelog for previous commit.

 debian/changelog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit a1bbd0eb248c69212feb861024fa93d5b177f99f
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Nov 18 12:57:37 2009 +0100

    Update Swedish translation.
    
    man/po/sv.po: 1656t0f0u.
    scripts/po/sv.po: 483t0f0u.

 man/po/sv.po     |   72 +++++++++++++++++++++++++++--------------------------
 scripts/po/sv.po |   10 +++---
 2 files changed, 42 insertions(+), 40 deletions(-)

commit a71228d1f682566ba4dfbfd59f92bb5d3f2dd10d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 18 11:55:52 2009 +0100

    Release 1.15.5.2

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a7abd18299bdeb6e632774b3df7636a8c4aaeb58
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 18 11:20:58 2009 +0100

    Dpkg::Control::Fields, Dpkg::Version: avoid the "_" prototype
    
    Keep compatibility with perl 5.8 by avoiding the "_" prototype which
    has been introduced in perl 5.10.

 debian/changelog               |    1 +
 scripts/Dpkg/Control/Fields.pm |    3 ++-
 scripts/Dpkg/Version.pm        |    6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 2d74173f41909fd43061fb7d81a3795a6fefc59d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 18 10:58:07 2009 +0100

    dpkg-shlibdeps: always use Dpkg::Version
    
    Instead of mixing usual scalars with Dpkg::Version objects, always use
    Dpkg::Version objects when storing a version.

 debian/changelog          |    2 ++
 scripts/dpkg-shlibdeps.pl |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 002807af80090b60bf54c19c4dc6cd1eadf2a0d6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 18 10:38:11 2009 +0100

    Dpkg::Version: accept invalid versions by default
    
    Accepting invalid version is the right default behaviour because
    you often have to mix empty strings and versions and it's nice
    to not have to special case too much.
    
    In particular, we should be able to do "$vobj eq ''" without encountering
    an error. Ensure this behaviour is kept by adding proper non-regression
    tests.
    
    Also enable fallback behaviour for all operators which have not been
    explicitely implemented. The boolean operator returns true if the
    version is valid, false otherwise.
    
    Update the rest of the code that was doing "Dpkg::Version->new($v) || $v"
    precisely to be able to store a version even if it's invalid.

 debian/changelog                       |    8 +++++++
 scripts/Dpkg/Changelog/Entry/Debian.pm |    2 +-
 scripts/Dpkg/Deps.pm                   |    2 +-
 scripts/Dpkg/Version.pm                |   36 ++++++++++++++++++++++++-------
 scripts/t/100_Dpkg_Version.t           |   19 ++++++++++++++--
 5 files changed, 54 insertions(+), 13 deletions(-)

commit 41630a6688a182fea92b37d536cf743658d6ec07
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 17 17:26:30 2009 +0100

    debian/control: add the accent on my first name

 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit dc57a7701902cfb488e5b2d8b856c0f73f01753d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 16:42:11 2009 +0100

    Release 1.15.5.1

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0043d020cf7aafe3e253c6d5c9afb93521971e60
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 16:29:33 2009 +0100

    libdpkg: Include <dpkg/test.h> first on test cases
    
    The <dpkg/test.h> header includes <config.h> which takes care of
    properly defining the system properties including the correct off_t
    type. As it was not being included first, there was type missmatches
    between libdpkg and some of the unit tests.
    
    Suggested-by: Pierre Habouzit <madcoder@debian.org>
    Suggested-by: Julien Cristau <jcristau@debian.org>

 debian/changelog         |    8 ++++++++
 lib/dpkg/test/t-buffer.c |    4 ++--
 lib/dpkg/test/t-path.c   |    4 ++--
 lib/dpkg/test/t-string.c |    4 ++--
 4 files changed, 14 insertions(+), 6 deletions(-)

commit a0e6a6d395b0e152c28a11407ed0f24991cbe5f2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 10:18:08 2009 +0100

    Release 1.15.5

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dce857c0d2015359def604a989cbab37358916f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 10:17:26 2009 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   16 +-
 dselect/po/ca.po        |   16 +-
 dselect/po/cs.po        |   16 +-
 dselect/po/da.po        |   16 +-
 dselect/po/de.po        |   16 +-
 dselect/po/dselect.pot  |   16 +-
 dselect/po/el.po        |   16 +-
 dselect/po/es.po        |   16 +-
 dselect/po/et.po        |   16 +-
 dselect/po/eu.po        |   16 +-
 dselect/po/fr.po        |   16 +-
 dselect/po/gl.po        |   16 +-
 dselect/po/hu.po        |   16 +-
 dselect/po/id.po        |   16 +-
 dselect/po/it.po        |   16 +-
 dselect/po/ja.po        |   16 +-
 dselect/po/ko.po        |   16 +-
 dselect/po/nb.po        |   16 +-
 dselect/po/nl.po        |   16 +-
 dselect/po/nn.po        |   16 +-
 dselect/po/pl.po        |   16 +-
 dselect/po/pt.po        |   16 +-
 dselect/po/pt_BR.po     |   16 +-
 dselect/po/ro.po        |   16 +-
 dselect/po/ru.po        |   16 +-
 dselect/po/sk.po        |   16 +-
 dselect/po/sv.po        |   16 +-
 dselect/po/tl.po        |   16 +-
 dselect/po/vi.po        |   16 +-
 dselect/po/zh_CN.po     |   16 +-
 dselect/po/zh_TW.po     |   16 +-
 man/po/de.po            |  224 +++++++++++++------
 man/po/dpkg-man.pot     |  132 +++++++----
 man/po/es.po            |  156 ++++++++-----
 man/po/fr.po            |  582 +++++++++++++++++++++++++----------------------
 man/po/hu.po            |  172 ++++++++++-----
 man/po/ja.po            |  176 ++++++++++-----
 man/po/pl.po            |  203 +++++++++++------
 man/po/pt_BR.po         |  172 ++++++++++-----
 man/po/ru.po            |  172 ++++++++++-----
 man/po/sv.po            |  318 +++++++++++++++-----------
 po/fr.po                |   36 ++-
 scripts/po/ca.po        |   75 ++++---
 scripts/po/de.po        |   77 ++++---
 scripts/po/dpkg-dev.pot |   75 ++++---
 scripts/po/fr.po        |   77 ++++---
 scripts/po/pl.po        |   77 ++++---
 scripts/po/ru.po        |   77 ++++---
 scripts/po/sv.po        |   86 ++++----
 49 files changed, 2020 insertions(+), 1363 deletions(-)

commit 1fbe29f19be4a6bb7415859d6c4f8fa6e61f26d8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 17 09:49:17 2009 +0100

    debian/source/options: use long option name as per new syntax

 debian/source/options |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 062878ba0266c2be36f498f6f10e1ce153bd75f0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 17 09:57:34 2009 +0100

    Dpkg::Conf: fix parsing of options with values

 scripts/Dpkg/Conf.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 362bc31aa683cc142871e256d3d4c610c2e93a58
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 17 09:43:17 2009 +0100

    dpkg-source: parse only long options from debian/source/options
    
    debian/source/options can now only contain long options. The
    following lines would result in "--option1 --option1=value"
    passed to dpkg-source -b:
     option1
     option2 = value
    
    Dpkg::Conf has been modified to refuse short options by default.

 debian/changelog       |    2 +-
 man/dpkg-source.1      |   24 +++++++++++++++++-------
 scripts/Dpkg/Conf.pm   |    5 +++++
 scripts/dpkg-source.pl |    4 ++--
 4 files changed, 25 insertions(+), 10 deletions(-)

commit 4d5c2991d36fab0e7423cac76e0bd0b55ea763a1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 08:29:32 2009 +0100

    scripts: Update objdump.tags files

 scripts/t/200_Dpkg_Shlibs/objdump.tags-amd64 |   64 +++++++++++++------------
 scripts/t/200_Dpkg_Shlibs/objdump.tags-i386  |   66 +++++++++++++------------
 2 files changed, 67 insertions(+), 63 deletions(-)

commit 2549c18438a95df50e20a12b6137cec40d1a95d2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 08:13:49 2009 +0100

    build: Add debian/source/ files to EXTRA_DIST

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ffd7cb61949febf5727d12524c7fcdd50282248e
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Tue Nov 17 07:43:17 2009 +0100

    Italian translation update
    
    Updated to 964t.

 po/it.po |   87 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 38 insertions(+), 49 deletions(-)

commit 286447632afdf7d7fddba008f577c7b0e6958900
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 07:34:27 2009 +0100

    The changelog police is back
    
    Add newsworthy items. Sort entries following the law!

 debian/changelog |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 63ccb3ce6df8730b9ca8ae8ee0b043cd15f9d5a9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 07:07:16 2009 +0100

    man: Update modification dates

 man/deb-substvars.5       |    2 +-
 man/deb-triggers.5        |    2 +-
 man/dpkg-architecture.1   |    2 +-
 man/dpkg-buildpackage.1   |    2 +-
 man/dpkg-gensymbols.1     |    2 +-
 man/dpkg-parsechangelog.1 |    2 +-
 man/dpkg-scanpackages.1   |    2 +-
 man/dpkg-scansources.1    |    2 +-
 man/dpkg-shlibdeps.1      |    2 +-
 man/dpkg-source.1         |    2 +-
 man/dpkg-split.1          |    2 +-
 man/dpkg-trigger.1        |    2 +-
 man/dpkg.1                |    2 +-
 man/start-stop-daemon.8   |    2 +-
 man/update-alternatives.8 |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

commit 162b4055bd77ff455b0013be20b95d3c31d44051
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 06:54:26 2009 +0100

    dpkg-source: Check if the opmode option is defined before use
    
    This was producing an unitialized value usage perl warning when using
    --help or --version.

 scripts/dpkg-source.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f68aa9619e1e777fad5ff578ad258f768d45f250
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 05:07:53 2009 +0100

    dpkg-buildpackage: Do not list supported compressors in --help output
    
    The xz compressor was missing from the --help output for -Z, instead of
    adding it, let dpkg-source have the list of supported ones, so that we
    don't have to worry about out-of-dateness in the future.

 scripts/dpkg-buildpackage.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2d57b4f715409cbe8cd3dc7a1cc2380ec9fd50de
Merge: aff8de1 3700faf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 17 08:01:18 2009 +0100

    Merge branch sid (through commit '1.15.4.1')
    
    Conflicts:
    	configure.ac
    	debian/changelog

commit aff8de143b8c2f559c2aa6042587603cc22c489f
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Nov 15 12:50:44 2009 +0100

    Merge changelog entries

 debian/changelog |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 7ea23faf9e49941430ca55c6cab72611560fcdc9
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Nov 15 12:45:43 2009 +0100

    Remerge with HEAD

 debian/changelog |    1 +
 po/it.po         |  239 +++---------------------------------------------------
 2 files changed, 11 insertions(+), 229 deletions(-)

commit ef8cb06bf386fd752ef860c19084a9dd0cac9be6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 14 17:37:39 2009 +0100

    dpkg-statoverride: Add missing angle bracket in string
    
    Spotted-by: Christian Perrier <bubulle@debian.org>

 po/ast.po     |   18 +++++++-----------
 po/bs.po      |   18 +++++++-----------
 po/ca.po      |   18 +++++++-----------
 po/cs.po      |   19 +++++++------------
 po/da.po      |   16 ++++++----------
 po/de.po      |   18 +++++++-----------
 po/dpkg.pot   |   16 ++++++----------
 po/dz.po      |   16 ++++++----------
 po/el.po      |   16 ++++++----------
 po/eo.po      |   16 ++++++----------
 po/es.po      |   16 ++++++----------
 po/et.po      |   16 ++++++----------
 po/eu.po      |   16 ++++++----------
 po/fr.po      |   18 +++++++-----------
 po/gl.po      |   16 ++++++----------
 po/hu.po      |   16 ++++++----------
 po/id.po      |   16 ++++++----------
 po/it.po      |   19 +++++++------------
 po/ja.po      |   16 ++++++----------
 po/km.po      |   16 ++++++----------
 po/ko.po      |   16 ++++++----------
 po/ku.po      |   16 ++++++----------
 po/lt.po      |   16 ++++++----------
 po/mr.po      |   16 ++++++----------
 po/nb.po      |   16 ++++++----------
 po/ne.po      |   16 ++++++----------
 po/nl.po      |   16 ++++++----------
 po/nn.po      |   16 ++++++----------
 po/pa.po      |   16 ++++++----------
 po/pl.po      |   19 +++++++------------
 po/pt.po      |   16 ++++++----------
 po/pt_BR.po   |   16 ++++++----------
 po/ro.po      |   16 ++++++----------
 po/ru.po      |   16 ++++++----------
 po/sk.po      |   16 ++++++----------
 po/sv.po      |   18 +++++++-----------
 po/th.po      |   16 ++++++----------
 po/tl.po      |   16 ++++++----------
 po/vi.po      |   16 ++++++----------
 po/zh_CN.po   |   19 +++++++------------
 po/zh_TW.po   |   16 ++++++----------
 src/statcmd.c |    2 +-
 42 files changed, 257 insertions(+), 425 deletions(-)

commit 8dd0d01bf6ce89005eedcd338397ced07c25f734
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 14 17:00:09 2009 +0100

    dpkg-deb: fix typo unkown -> unknown
    
    Spotted by lintian spelling-error-in-binary.

 dpkg-deb/build.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0adc33bf4d416af55cc641a97fb57e8ece1eab8d
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Nov 14 13:47:03 2009 +0100

    fix errors spotted by Raphaël

 man/po/fr.po |  346 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 173 insertions(+), 173 deletions(-)

commit 6623bfbb29dbef593d9c0defd35f8c67cfc83c89
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Nov 14 08:43:38 2009 +0100

    French manpages translation update and typographical fixes (non-breakable spaces)

 man/po/fr.po |  937 ++++++++++++++++++++++++++++------------------------------
 1 files changed, 458 insertions(+), 479 deletions(-)

commit ae106d5b5cb0fba516032d9735e236b9c004e011
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Nov 14 08:27:36 2009 +0100

    French translation update

 po/fr.po |  215 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 97 insertions(+), 118 deletions(-)

commit 43c95e7b98576a1309cef40b23a94d6d743e84e4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 13 21:11:08 2009 +0100

    Update German translation of manual pages
    
    Update to 1650t.

 man/po/de.po |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

commit d383a9bcd36b200243f6495e8d135f449530f6bb
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Nov 13 14:01:17 2009 +0100

    German dpkg translation update
    
    Update to 961t4f.

 po/de.po |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 1acb47df2948a23efcc2bfc4034d609f0f975069
Author: Peter Krefting <peterk@debian.org>
Date:   Fri Nov 13 13:40:41 2009 +0100

    Update Swedish translation.
    
    po/sv.po: Update to 965t0f0u.
    man/po/sv.po: Update to 1650t0f0u.
    scripts/po/sv.po: Update to 482t0f0u.

 man/po/sv.po     |   61 ++++++++++++++++----------
 po/sv.po         |   14 +++---
 scripts/po/sv.po |  128 +++++++++++++++++++++++++----------------------------
 3 files changed, 105 insertions(+), 98 deletions(-)

commit 09e28fb8fe6685e6331bb2407b8134ae522c3ca4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 13 12:18:55 2009 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  554 ++++++------
 dselect/po/ca.po        |  560 ++++++------
 dselect/po/cs.po        |  560 ++++++------
 dselect/po/da.po        |  560 ++++++------
 dselect/po/de.po        |  562 ++++++------
 dselect/po/dselect.pot  |  554 ++++++------
 dselect/po/el.po        |  562 ++++++------
 dselect/po/es.po        |  562 ++++++------
 dselect/po/et.po        |  557 ++++++------
 dselect/po/eu.po        |  561 ++++++------
 dselect/po/fr.po        |  563 ++++++------
 dselect/po/gl.po        |  560 ++++++------
 dselect/po/hu.po        |  554 ++++++------
 dselect/po/id.po        |  560 ++++++------
 dselect/po/it.po        |  563 ++++++------
 dselect/po/ja.po        |  560 ++++++------
 dselect/po/ko.po        |  560 ++++++------
 dselect/po/nb.po        |  560 ++++++------
 dselect/po/nl.po        |  560 ++++++------
 dselect/po/nn.po        |  560 ++++++------
 dselect/po/pl.po        |  563 ++++++------
 dselect/po/pt.po        |  560 ++++++------
 dselect/po/pt_BR.po     |  560 ++++++------
 dselect/po/ro.po        |  563 ++++++------
 dselect/po/ru.po        |  560 ++++++------
 dselect/po/sk.po        |  560 ++++++------
 dselect/po/sv.po        |  560 ++++++------
 dselect/po/tl.po        |  560 ++++++------
 dselect/po/vi.po        |  561 ++++++------
 dselect/po/zh_CN.po     |  560 ++++++------
 dselect/po/zh_TW.po     |  560 ++++++------
 man/po/de.po            |  629 +++++++-------
 man/po/dpkg-man.pot     |  477 ++++++-----
 man/po/es.po            |  506 ++++++-----
 man/po/fr.po            |  764 ++++++++++------
 man/po/hu.po            |  506 ++++++-----
 man/po/ja.po            |  506 ++++++-----
 man/po/pl.po            |  550 +++++++-----
 man/po/pt_BR.po         |  506 ++++++-----
 man/po/ru.po            |  506 ++++++-----
 man/po/sv.po            |  704 ++++++++-------
 po/ast.po               | 2218 +++++++++++++++++++++++----------------------
 po/bs.po                | 2066 +++++++++++++++++++++---------------------
 po/ca.po                | 2229 +++++++++++++++++++++++-----------------------
 po/cs.po                | 2223 +++++++++++++++++++++++----------------------
 po/da.po                | 2219 +++++++++++++++++++++++----------------------
 po/de.po                | 1690 +++++++++++++++++-----------------
 po/dpkg.pot             | 2050 ++++++++++++++++++++---------------------
 po/dz.po                | 2215 +++++++++++++++++++++++----------------------
 po/el.po                | 2222 +++++++++++++++++++++++----------------------
 po/eo.po                | 2209 +++++++++++++++++++++++----------------------
 po/es.po                | 2227 +++++++++++++++++++++++-----------------------
 po/et.po                | 2151 ++++++++++++++++++++++----------------------
 po/eu.po                | 2208 +++++++++++++++++++++++----------------------
 po/fr.po                | 2315 ++++++++++++++++++++++++-----------------------
 po/gl.po                | 2221 +++++++++++++++++++++++----------------------
 po/hu.po                | 2207 ++++++++++++++++++++++----------------------
 po/id.po                | 2144 ++++++++++++++++++++++----------------------
 po/it.po                | 2232 +++++++++++++++++++++++----------------------
 po/ja.po                | 2211 +++++++++++++++++++++++----------------------
 po/km.po                | 2210 +++++++++++++++++++++++----------------------
 po/ko.po                | 2214 +++++++++++++++++++++++----------------------
 po/ku.po                | 2101 +++++++++++++++++++++----------------------
 po/lt.po                | 2128 +++++++++++++++++++++----------------------
 po/mr.po                | 2215 +++++++++++++++++++++++----------------------
 po/nb.po                | 2216 +++++++++++++++++++++++----------------------
 po/ne.po                | 2211 +++++++++++++++++++++++----------------------
 po/nl.po                | 2220 +++++++++++++++++++++++----------------------
 po/nn.po                | 2146 ++++++++++++++++++++++----------------------
 po/pa.po                | 2157 ++++++++++++++++++++++----------------------
 po/pl.po                | 2211 +++++++++++++++++++++++----------------------
 po/pt.po                | 2229 +++++++++++++++++++++++-----------------------
 po/pt_BR.po             | 2230 +++++++++++++++++++++++-----------------------
 po/ro.po                | 2237 +++++++++++++++++++++++-----------------------
 po/ru.po                | 2210 +++++++++++++++++++++++----------------------
 po/sk.po                | 2223 +++++++++++++++++++++++----------------------
 po/sv.po                | 1668 +++++++++++++++++-----------------
 po/th.po                | 2218 +++++++++++++++++++++++----------------------
 po/tl.po                | 2144 ++++++++++++++++++++++----------------------
 po/vi.po                | 2237 +++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 2217 +++++++++++++++++++++++----------------------
 po/zh_TW.po             | 2206 +++++++++++++++++++++++----------------------
 scripts/po/ca.po        | 1430 ++++++++++++++++--------------
 scripts/po/de.po        |    6 +-
 scripts/po/dpkg-dev.pot | 1361 +++++++++++++++-------------
 scripts/po/fr.po        | 1500 ++++++++++++++++--------------
 scripts/po/pl.po        | 1500 ++++++++++++++++--------------
 scripts/po/ru.po        | 1494 ++++++++++++++++--------------
 scripts/po/sv.po        | 1332 ++++++++++++++-------------
 89 files changed, 60997 insertions(+), 59744 deletions(-)

commit 9465dc221630938fb24034ddbb34f29fae09ea42
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 04:07:01 2009 +0100

    dpkg: Pass struct pkginfo instead of the package name to log_action
    
    Thinko from commit 85b9b00518419b23c209bb6567566b99f004241f.

 src/processarc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 85b9b00518419b23c209bb6567566b99f004241f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 10 18:05:55 2009 +0200

    Add new status-fd action when disappearing a package
    
    This will help front-ends like APT to keep better track of the actions
    done during a dpkg run.
    
    Closes: #537338

 debian/changelog |    1 +
 man/dpkg.1       |    2 +-
 src/processarc.c |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)

commit 6ad383f47121cc20958eead2c3e7a1e9047515d1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 12 21:17:49 2009 +0100

    dpkg: Fix checkpath() to use varbuf instead of m_malloc
    
    This solves a potential problem in case any of the programs in
    prog_list is longer than "start-stop-daemon", which is the size being
    choosed as the longest one. By using a varbuf we let the code resize
    it dynamically if needed.

 src/help.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit 7979a88648eb12d0100691585688481f2d9359c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 11 05:53:49 2009 +0100

    dpkg: Remove redundant ferror check in ensure_diversions()
    
    The check is done already in fgets_checked.

 src/divertdb.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 662f5bf7024ffa6a54b7b1cd125104bc657daae5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 11 05:18:09 2009 +0100

    dpkg: Remove unused variable in ensure_diversions()

 src/divertdb.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit bd907201ef5f4577344f6662485497fc318741bd
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 11 20:40:21 2009 +0100

    Update German translation of manual pages
    
    Update to 1656t.

 man/po/de.po |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 1 deletions(-)

commit fb4c4bc4b09883489e30af2a0b0c06bd54f72a5a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 11 19:56:44 2009 +0100

    Update German scripts translation
    
    Update to 482t.

 scripts/po/de.po |  205 +++++++++++++++++++++++++++++------------------------
 1 files changed, 112 insertions(+), 93 deletions(-)

commit 8e669bb45a74317ada0bcd72375e53f09b22c713
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 11 16:03:38 2009 +0100

    Use source format "3.0 (native)" with bzip2 compression for dpkg itself

 debian/changelog      |    1 +
 debian/source/format  |    1 +
 debian/source/options |    2 ++
 3 files changed, 4 insertions(+), 0 deletions(-)

commit 36a5420adb2ef7b29927c9011d140c1effd7941f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 11 15:54:47 2009 +0100

    dpkg-source: add a DEP-3 compliant header to automatic patches
    
    In "3.0 (quilt)" format, dpkg-source can automatically create patches with
    the upstream changes applied to the source package. Those patches will now
    contain an informative header respecting the DEP-3 proposal where the
    Description contains a copy of the last changelog entry, the last uploader
    is mentionned in the Author field. Supplementary fields can be added
    by a vendor hook "extend-patch-header". The Debian implementation of this
    hook automatically adds Bug-Debian and Bug-Ubuntu entries.
    
    Dpkg::Source::Patch has been modified to be able to output a preliminary
    header.

 debian/changelog                        |    2 +
 scripts/Dpkg/Source/Package/V2.pm       |   13 +++++++++-
 scripts/Dpkg/Source/Package/V3/quilt.pm |   36 ++++++++++++++++++++++++++++++-
 scripts/Dpkg/Source/Patch.pm            |   11 +++++++++
 scripts/Dpkg/Vendor/Debian.pm           |   13 +++++++++++
 scripts/Dpkg/Vendor/Default.pm          |    2 +
 6 files changed, 74 insertions(+), 3 deletions(-)

commit 4625bf8b455f579259f7ac6ed36c3875a58157e7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 11 11:36:54 2009 +0100

    dpkg-source(1): indicate the recommended source formats
    
    Until dpkg-source really produces new formats by default, it's
    good to recommend using those formats and to inform our users
    of the plan to switch.
    
    This paragraph can be removed when dpkg-source produces new formats by
    default.

 man/dpkg-source.1 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 74f2648e4b8647fa30c881bf1524be9959aa75a1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 11 11:18:35 2009 +0100

    dpkg-source: list upstream files modified by the diff during build
    
    This only applies to "1.0" source packages using orig.tar.gz + diff.gz.
    
    In that case, it also recommends usage of the new format 3.0 (quilt)
    to keep changes separate and documented.

 debian/changelog                  |    4 +++-
 scripts/Dpkg/Source/Package/V1.pm |   12 +++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 1b61b829a76ccbd7534aca962f442a0c80fb12f8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 11 10:46:28 2009 +0100

    dpkg-source: list upstream files modified by the diff during extraction
    
    This only applies to "1.0" source packages using orig.tar.gz + diff.gz.
    
    Dpkg::Source::Patch::apply() is modified to return the hashref containing
    information about the patch applied so that we can extract the list of
    files in Dpkg::Source::Package::V1::do_extract()

 debian/changelog                  |    2 ++
 scripts/Dpkg/Source/Package/V1.pm |    8 ++++++--
 scripts/Dpkg/Source/Patch.pm      |    1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

commit ce2d6d777aa90be07c5da587bc1847ca7f465e26
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 10 21:57:24 2009 +0100

    Update German scripts translation
    
    Update to 479t.

 scripts/po/de.po | 1322 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 684 insertions(+), 638 deletions(-)

commit 1a72094cb7a1d822b4716586de9ffc987cea4016
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 9 23:54:50 2009 +0100

    dpkg-source: read sticky options from <dir>/debian/source/options
    
    Modify dpkg-source -b/--print-format to use default build options from
    debian/source/options. Thus it's now possible to have sticky options, for
    example for the choice of a compression method (-Z<comp>).
    
    The options read from that file are printed in the log to better diagnose
    errors that might appear from its usage.

 debian/changelog       |    3 +++
 man/dpkg-source.1      |    9 +++++++++
 scripts/dpkg-source.pl |   43 ++++++++++++++++++++++++++++++++++---------
 3 files changed, 46 insertions(+), 9 deletions(-)

commit e1fb5e5c6be00244636d0dfd7c92b88673c7d839
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 9 22:39:25 2009 +0100

    Dpkg::Conf: new module to parse options from a configuration file

 scripts/Dpkg/Conf.pm   |  117 ++++++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am    |    1 +
 scripts/po/POTFILES.in |    1 +
 3 files changed, 119 insertions(+), 0 deletions(-)

commit 5ad592f7eff684e44149aff8efa4190d2e81f6f8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 9 21:16:07 2009 +0100

    libcompat: Do not preallocate list before the loop in scandir
    
    Let the realloc in the loop take care of it once it's needed, this way
    we get rid of an additional point of failure.

 lib/compat/scandir.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

commit 365611d9f86e1da98007e5b3b3a14dfea2d5acda
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 9 19:06:18 2009 +0100

    libcompat: Fix resource leaks on error conditions in scandir

 TODO                 |    1 -
 lib/compat/scandir.c |   54 ++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 39 insertions(+), 16 deletions(-)

commit 3c9e99bee2a5acf7060175ae8f424edc69d36f7d
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Tue Nov 3 16:37:54 2009 -0600

    dpkg-split: Fix a directory stream leak

 dpkg-split/queue.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 75216988e32f19ad4a4dd178dd256e3276cb96d6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 9 17:22:10 2009 +0100

    dpkg-deb: Fix a file descriptor leak
    
    Reported-by: Raphael Geissert <atomo64@gmail.com>

 dpkg-deb/info.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 686d2bd8ecd8f43afa211167aabecc62f9542230
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 17:34:06 2009 +0100

    dpkg: Refactor filename summarizing into a new function

 src/processarc.c |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)

commit 477814111f820357992b8d5341a9a568d3e15c41
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 9 21:18:52 2009 +0100

    dpkg-source: split usage string in several translatable strings
    
    Also replace non-breaking spaces by normal spaces.

 scripts/dpkg-source.pl |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit f22c0f006ffd9d9ba39c56b0072ddcb6af96d0ad
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 9 20:50:55 2009 +0100

    dpkg-source: add new --print-format command
    
    This new command prints the source format that would be used to build the
    source package if "dpkg-source -b directory" was called (in the same
    conditions and with the same options).

 debian/changelog       |    2 ++
 man/dpkg-source.1      |    6 ++++++
 scripts/dpkg-source.pl |   26 +++++++++++++++++---------
 3 files changed, 25 insertions(+), 9 deletions(-)

commit 4f7ad348619205472c2952ab55152ef255e38aef
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 25 17:43:27 2009 +0100

    Clean up perl shebang line
    
    Use “use warnings” instead of passing “-w”. Remove “--” parameters.
    Remove shebangs from perl modules. Remove spaces after “#!”.

 dselect/methods/ftp/install           |    4 +++-
 dselect/methods/ftp/setup             |    4 +++-
 dselect/methods/ftp/update            |    4 +++-
 dselect/mkcurkeys.pl                  |    2 +-
 scripts/Dpkg/Gettext.pm               |    1 -
 scripts/Dpkg/Source/Package/V3/bzr.pm |    1 -
 scripts/Dpkg/Source/Package/V3/git.pm |    1 -
 scripts/dpkg-architecture.pl          |    2 +-
 scripts/dpkg-divert.pl                |    2 +-
 scripts/dpkg-shlibdeps.pl             |    2 +-
 scripts/update-alternatives.pl        |    2 +-
 11 files changed, 14 insertions(+), 11 deletions(-)

commit 368c47b7376334efacdf0347f01860c42dc9a002
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 25 17:50:18 2009 +0100

    Expand text in license header for unversioned GPL

 lib/dpkg/tarfn.c               |   19 ++++++++++++++++---
 lib/dpkg/tarfn.h               |   19 ++++++++++++++++---
 scripts/dpkg-checkbuilddeps.pl |   18 +++++++++++++++++-
 3 files changed, 49 insertions(+), 7 deletions(-)

commit bee98c7ea734849e74ea78f20b1167884d59a9b4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 22:17:47 2009 +0100

    Add missing license headers

 lib/dpkg/compression.c              |   18 ++++++++++++++++++
 scripts/Dpkg.pm                     |   13 +++++++++++++
 scripts/Dpkg/Arch.pm                |   13 +++++++++++++
 scripts/Dpkg/BuildOptions.pm        |   13 +++++++++++++
 scripts/Dpkg/Checksums.pm           |   13 +++++++++++++
 scripts/Dpkg/Compression.pm         |   13 +++++++++++++
 scripts/Dpkg/Control/Types.pm       |   13 +++++++++++++
 scripts/Dpkg/ErrorHandling.pm       |   13 +++++++++++++
 scripts/Dpkg/Exit.pm                |   13 +++++++++++++
 scripts/Dpkg/Gettext.pm             |   21 +++++++++++++++++++++
 scripts/Dpkg/Source/Functions.pm    |   13 +++++++++++++
 scripts/changelog/debian.pl         |   15 +++++++++++++++
 scripts/dpkg-buildpackage.pl        |   15 +++++++++++++++
 scripts/dpkg-distaddfile.pl         |   15 +++++++++++++++
 scripts/dpkg-divert.pl              |   15 +++++++++++++++
 scripts/dpkg-genchanges.pl          |   15 +++++++++++++++
 scripts/dpkg-gencontrol.pl          |   15 +++++++++++++++
 scripts/dpkg-gensymbols.pl          |   15 +++++++++++++++
 scripts/dpkg-parsechangelog.pl      |   15 +++++++++++++++
 scripts/dpkg-scanpackages.pl        |   15 +++++++++++++++
 scripts/dpkg-shlibdeps.pl           |   15 +++++++++++++++
 scripts/dpkg-source.pl              |   15 +++++++++++++++
 scripts/t/000_pod.t                 |   13 +++++++++++++
 scripts/t/100_Dpkg_Version.t        |   13 +++++++++++++
 scripts/t/200_Dpkg_Shlibs.t         |   13 +++++++++++++
 scripts/t/300_Dpkg_BuildOptions.t   |   13 +++++++++++++
 scripts/t/400_Dpkg_Deps.t           |   13 +++++++++++++
 scripts/t/500_Dpkg_Path.t           |   13 +++++++++++++
 scripts/t/600_Dpkg_Changelog.t      |   13 +++++++++++++
 scripts/t/700_Dpkg_Control.t        |   13 +++++++++++++
 scripts/t/750_Dpkg_Substvars.t      |   13 +++++++++++++
 scripts/t/800_Dpkg_IPC.t            |   13 +++++++++++++
 scripts/t/900_update_alternatives.t |   13 +++++++++++++
 scripts/update-alternatives.pl      |   15 +++++++++++++++
 34 files changed, 479 insertions(+), 0 deletions(-)

commit 9447c1795135f9658c088da90fee12e42c469020
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 22:05:53 2009 +0100

    Unify format in license headers
    
    Indent license text to one space after the '#'. Add '#' to blank lines
    between paragraphs and remove trailing '#' after the license text.

 dpkg-split/mksplit.pl                    |   20 ++++++++++----------
 dselect/methods/ftp/install              |    2 +-
 dselect/methods/ftp/setup                |    2 +-
 dselect/methods/ftp/update               |    2 +-
 dselect/methods/multicd/install          |    2 +-
 dselect/methods/multicd/setup            |    2 +-
 dselect/methods/multicd/update           |    2 +-
 scripts/Dpkg/Changelog.pm                |   21 ++++++++++-----------
 scripts/Dpkg/Changelog/Debian.pm         |   21 ++++++++++-----------
 scripts/Dpkg/Control/Info.pm             |    6 +++---
 scripts/Dpkg/IPC.pm                      |    6 +++---
 scripts/Dpkg/Path.pm                     |    6 +++---
 scripts/Dpkg/Shlibs.pm                   |    6 +++---
 scripts/Dpkg/Shlibs/Objdump.pm           |    6 +++---
 scripts/Dpkg/Shlibs/Symbol.pm            |    6 +++---
 scripts/Dpkg/Shlibs/SymbolFile.pm        |    6 +++---
 scripts/Dpkg/Source/Archive.pm           |    6 +++---
 scripts/Dpkg/Source/CompressedFile.pm    |    6 +++---
 scripts/Dpkg/Source/Compressor.pm        |    6 +++---
 scripts/Dpkg/Source/Package.pm           |    6 +++---
 scripts/Dpkg/Source/Package/V1.pm        |    6 +++---
 scripts/Dpkg/Source/Package/V2.pm        |    6 +++---
 scripts/Dpkg/Source/Package/V3/bzr.pm    |    1 +
 scripts/Dpkg/Source/Package/V3/custom.pm |    6 +++---
 scripts/Dpkg/Source/Package/V3/git.pm    |    1 +
 scripts/Dpkg/Source/Package/V3/native.pm |    6 +++---
 scripts/Dpkg/Source/Package/V3/quilt.pm  |    6 +++---
 scripts/Dpkg/Source/Patch.pm             |    6 +++---
 scripts/Dpkg/Substvars.pm                |    6 +++---
 scripts/Dpkg/Vars.pm                     |    6 +++---
 scripts/Dpkg/Vendor.pm                   |    6 +++---
 scripts/Dpkg/Vendor/Debian.pm            |    6 +++---
 scripts/Dpkg/Vendor/Default.pm           |    6 +++---
 scripts/Dpkg/Vendor/Ubuntu.pm            |    6 +++---
 scripts/Dpkg/Version.pm                  |    6 +++---
 scripts/dpkg-name.pl                     |    1 -
 36 files changed, 110 insertions(+), 111 deletions(-)

commit 485e041e2672970a56a61cec1331f3149e76ef0b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 24 14:23:31 2009 +0200

    Fix copyright statements
    
    Use UTF-8 copyright symbol instead of “(C)”. Add missing “Copyright ©”
    to copyright statements instead of relying on the first occurance.
    Use properly spelled names.

 dpkg-split/mksplit.pl             |    2 +-
 dselect/keyoverride               |    2 +-
 dselect/methods/ftp/install       |    6 +++---
 dselect/methods/ftp/setup         |    6 +++---
 dselect/methods/ftp/update        |    6 +++---
 dselect/methods/multicd/install   |    4 ++--
 dselect/methods/multicd/setup     |    4 ++--
 dselect/methods/multicd/update    |    4 ++--
 man/deb-shlibs.5                  |    4 ++--
 man/dpkg-scanpackages.1           |    2 +-
 scripts/Dpkg/Deps.pm              |    2 +-
 scripts/Dpkg/Shlibs.pm            |    2 +-
 scripts/Dpkg/Shlibs/Objdump.pm    |    2 +-
 scripts/Dpkg/Shlibs/Symbol.pm     |    4 ++--
 scripts/Dpkg/Shlibs/SymbolFile.pm |    4 ++--
 scripts/Dpkg/Vendor/Ubuntu.pm     |    5 +++--
 16 files changed, 30 insertions(+), 29 deletions(-)

commit 7ba3f71c0c8239902648b05b108a4e8397b78144
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 21:49:12 2009 +0100

    Unify text in license headers
    
    Add a missing “of the License” after “version 2”. Move “but” and “GNU”
    at the end of line to the next line. This matches more closely the
    paragraph found in the license text for the GPL version 2.

 debian/copyright            |    8 ++++----
 dpkg-deb/build.c            |   10 +++++-----
 dpkg-deb/dpkg-deb.h         |   10 +++++-----
 dpkg-deb/extract.c          |   10 +++++-----
 dpkg-deb/info.c             |   10 +++++-----
 dpkg-deb/main.c             |   10 +++++-----
 dpkg-split/dpkg-split.h     |   10 +++++-----
 dpkg-split/info.c           |   10 +++++-----
 dpkg-split/join.c           |   10 +++++-----
 dpkg-split/main.c           |   10 +++++-----
 dpkg-split/mksplit.pl       |   10 +++++-----
 dpkg-split/queue.c          |   10 +++++-----
 dpkg-split/split.c          |   10 +++++-----
 dselect/basecmds.cc         |   10 +++++-----
 dselect/baselist.cc         |   10 +++++-----
 dselect/basetop.cc          |   10 +++++-----
 dselect/bindings.cc         |   10 +++++-----
 dselect/bindings.h          |   10 +++++-----
 dselect/curkeys.cc          |   10 +++++-----
 dselect/dselect-curses.h    |   10 +++++-----
 dselect/dselect.h           |   10 +++++-----
 dselect/helpmsgs.cc         |   10 +++++-----
 dselect/helpmsgs.h          |   10 +++++-----
 dselect/keyoverride         |   10 +++++-----
 dselect/main.cc             |   10 +++++-----
 dselect/methkeys.cc         |   10 +++++-----
 dselect/methlist.cc         |   10 +++++-----
 dselect/method.cc           |   10 +++++-----
 dselect/method.h            |   10 +++++-----
 dselect/methparse.cc        |   10 +++++-----
 dselect/mkcurkeys.pl        |   10 +++++-----
 dselect/pkgcmds.cc          |   10 +++++-----
 dselect/pkgdepcon.cc        |   10 +++++-----
 dselect/pkgdisplay.cc       |   10 +++++-----
 dselect/pkginfo.cc          |   10 +++++-----
 dselect/pkgkeys.cc          |   10 +++++-----
 dselect/pkglist.cc          |   10 +++++-----
 dselect/pkglist.h           |   10 +++++-----
 dselect/pkgsublist.cc       |   10 +++++-----
 dselect/pkgtop.cc           |   10 +++++-----
 lib/compat/alphasort.c      |   10 +++++-----
 lib/compat/compat.h         |   10 +++++-----
 lib/compat/scandir.c        |   10 +++++-----
 lib/compat/snprintf.c       |   10 +++++-----
 lib/compat/strerror.c       |   10 +++++-----
 lib/compat/strsignal.c      |   10 +++++-----
 lib/compat/unsetenv.c       |   10 +++++-----
 lib/compat/vsnprintf.c      |   10 +++++-----
 lib/dpkg/buffer.c           |   10 +++++-----
 lib/dpkg/buffer.h           |   10 +++++-----
 lib/dpkg/cleanup.c          |   10 +++++-----
 lib/dpkg/database.c         |   10 +++++-----
 lib/dpkg/dbmodify.c         |   10 +++++-----
 lib/dpkg/dlist.h            |    4 ++--
 lib/dpkg/dpkg-db.h          |   10 +++++-----
 lib/dpkg/dpkg.h             |   10 +++++-----
 lib/dpkg/dump.c             |   10 +++++-----
 lib/dpkg/ehandle.c          |   10 +++++-----
 lib/dpkg/fields.c           |   10 +++++-----
 lib/dpkg/file.c             |   10 +++++-----
 lib/dpkg/file.h             |   10 +++++-----
 lib/dpkg/i18n.h             |   10 +++++-----
 lib/dpkg/lock.c             |   10 +++++-----
 lib/dpkg/log.c              |   10 +++++-----
 lib/dpkg/macros.h           |   10 +++++-----
 lib/dpkg/mlib.c             |   10 +++++-----
 lib/dpkg/myopt-util.c       |   10 +++++-----
 lib/dpkg/myopt.c            |   10 +++++-----
 lib/dpkg/myopt.h            |   10 +++++-----
 lib/dpkg/nfmalloc.c         |   10 +++++-----
 lib/dpkg/parse.c            |   10 +++++-----
 lib/dpkg/parsedump.h        |   10 +++++-----
 lib/dpkg/parsehelp.c        |   10 +++++-----
 lib/dpkg/path.c             |   10 +++++-----
 lib/dpkg/path.h             |   10 +++++-----
 lib/dpkg/pkg-array.c        |   10 +++++-----
 lib/dpkg/pkg-array.h        |   10 +++++-----
 lib/dpkg/pkg-list.c         |   10 +++++-----
 lib/dpkg/pkg-list.h         |   10 +++++-----
 lib/dpkg/pkg.c              |   10 +++++-----
 lib/dpkg/pkg.h              |   10 +++++-----
 lib/dpkg/progress.c         |   10 +++++-----
 lib/dpkg/progress.h         |   10 +++++-----
 lib/dpkg/showpkg.c          |    4 ++--
 lib/dpkg/string.c           |   10 +++++-----
 lib/dpkg/string.h           |   10 +++++-----
 lib/dpkg/subproc.c          |   10 +++++-----
 lib/dpkg/subproc.h          |   10 +++++-----
 lib/dpkg/test.h             |   10 +++++-----
 lib/dpkg/test/t-buffer.c    |   10 +++++-----
 lib/dpkg/test/t-macros.c    |   10 +++++-----
 lib/dpkg/test/t-path.c      |   10 +++++-----
 lib/dpkg/test/t-pkginfo.c   |   10 +++++-----
 lib/dpkg/test/t-string.c    |   10 +++++-----
 lib/dpkg/test/t-test.c      |   10 +++++-----
 lib/dpkg/test/t-varbuf.c    |   10 +++++-----
 lib/dpkg/test/t-version.c   |   10 +++++-----
 lib/dpkg/trigdeferred.l     |   10 +++++-----
 lib/dpkg/triglib.c          |   10 +++++-----
 lib/dpkg/utils.c            |    4 ++--
 lib/dpkg/varbuf.c           |   10 +++++-----
 lib/dpkg/varbuf.h           |   10 +++++-----
 lib/dpkg/vercmp.c           |   10 +++++-----
 man/deb-override.5          |   10 +++++-----
 man/deb-shlibs.5            |   10 +++++-----
 man/dpkg-scanpackages.1     |   10 +++++-----
 scripts/Dpkg/Deps.pm        |   12 ++++++------
 scripts/dpkg-scansources.pl |    4 ++--
 src/archives.c              |   10 +++++-----
 src/archives.h              |   10 +++++-----
 src/cleanup.c               |   10 +++++-----
 src/configure.c             |   10 +++++-----
 src/depcon.c                |   10 +++++-----
 src/divertdb.c              |   10 +++++-----
 src/enquiry.c               |   10 +++++-----
 src/errors.c                |   10 +++++-----
 src/filesdb.c               |   10 +++++-----
 src/filesdb.h               |   10 +++++-----
 src/help.c                  |   10 +++++-----
 src/main.c                  |   10 +++++-----
 src/main.h                  |   10 +++++-----
 src/packages.c              |   10 +++++-----
 src/pkg-show.c              |   10 +++++-----
 src/processarc.c            |   10 +++++-----
 src/query.c                 |   10 +++++-----
 src/remove.c                |   10 +++++-----
 src/select.c                |   10 +++++-----
 src/statcmd.c               |   10 +++++-----
 src/statdb.c                |   10 +++++-----
 src/trigcmd.c               |   10 +++++-----
 src/trigproc.c              |   10 +++++-----
 src/update.c                |   10 +++++-----
 utils/install-info.c        |   10 +++++-----
 133 files changed, 653 insertions(+), 653 deletions(-)

commit d99d361f1b8e07522ccbffc32493e1280b588183
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 19:47:41 2009 +0100

    Replace FSF address by pointing to the gnu.org URL
    
    Use the <http://www.gnu.org/licenses/> URL, instead of in most cases
    the outdated FSF address, which is way more stable, as the latter has
    changed several times in the past.

 debian/changelog                         |    2 ++
 dpkg-deb/build.c                         |    5 ++---
 dpkg-deb/dpkg-deb.h                      |    5 ++---
 dpkg-deb/extract.c                       |    5 ++---
 dpkg-deb/info.c                          |    5 ++---
 dpkg-deb/main.c                          |    5 ++---
 dpkg-split/dpkg-split.h                  |    5 ++---
 dpkg-split/info.c                        |    5 ++---
 dpkg-split/join.c                        |    5 ++---
 dpkg-split/main.c                        |    5 ++---
 dpkg-split/mksplit.pl                    |    5 ++---
 dpkg-split/queue.c                       |    5 ++---
 dpkg-split/split.c                       |    5 ++---
 dselect/basecmds.cc                      |    5 ++---
 dselect/baselist.cc                      |    5 ++---
 dselect/basetop.cc                       |    5 ++---
 dselect/bindings.cc                      |    5 ++---
 dselect/bindings.h                       |    5 ++---
 dselect/curkeys.cc                       |    5 ++---
 dselect/dselect-curses.h                 |    5 ++---
 dselect/dselect.h                        |    5 ++---
 dselect/helpmsgs.cc                      |    5 ++---
 dselect/helpmsgs.h                       |    5 ++---
 dselect/keyoverride                      |    5 ++---
 dselect/main.cc                          |    5 ++---
 dselect/methkeys.cc                      |    5 ++---
 dselect/methlist.cc                      |    5 ++---
 dselect/method.cc                        |    5 ++---
 dselect/method.h                         |    5 ++---
 dselect/methods/multicd/install          |    3 +--
 dselect/methods/multicd/setup            |    3 +--
 dselect/methods/multicd/update           |    3 +--
 dselect/methparse.cc                     |    5 ++---
 dselect/mkcurkeys.pl                     |    5 ++---
 dselect/pkgcmds.cc                       |    5 ++---
 dselect/pkgdepcon.cc                     |    5 ++---
 dselect/pkgdisplay.cc                    |    5 ++---
 dselect/pkginfo.cc                       |    5 ++---
 dselect/pkgkeys.cc                       |    5 ++---
 dselect/pkglist.cc                       |    5 ++---
 dselect/pkglist.h                        |    5 ++---
 dselect/pkgsublist.cc                    |    5 ++---
 dselect/pkgtop.cc                        |    5 ++---
 get-version                              |    3 +--
 lib/compat/alphasort.c                   |    5 ++---
 lib/compat/compat.h                      |    5 ++---
 lib/compat/scandir.c                     |    5 ++---
 lib/compat/snprintf.c                    |    5 ++---
 lib/compat/strerror.c                    |    5 ++---
 lib/compat/strsignal.c                   |    5 ++---
 lib/compat/unsetenv.c                    |    5 ++---
 lib/compat/vsnprintf.c                   |    5 ++---
 lib/dpkg/buffer.c                        |    5 ++---
 lib/dpkg/buffer.h                        |    5 ++---
 lib/dpkg/cleanup.c                       |    5 ++---
 lib/dpkg/database.c                      |    5 ++---
 lib/dpkg/dbmodify.c                      |    5 ++---
 lib/dpkg/dlist.h                         |    3 +--
 lib/dpkg/dpkg-db.h                       |    5 ++---
 lib/dpkg/dpkg.h                          |    5 ++---
 lib/dpkg/dump.c                          |    5 ++---
 lib/dpkg/ehandle.c                       |    5 ++---
 lib/dpkg/fields.c                        |    5 ++---
 lib/dpkg/file.c                          |    5 ++---
 lib/dpkg/file.h                          |    5 ++---
 lib/dpkg/i18n.h                          |    5 ++---
 lib/dpkg/lock.c                          |    5 ++---
 lib/dpkg/log.c                           |    5 ++---
 lib/dpkg/macros.h                        |    5 ++---
 lib/dpkg/mlib.c                          |    5 ++---
 lib/dpkg/myopt-util.c                    |    5 ++---
 lib/dpkg/myopt.c                         |    5 ++---
 lib/dpkg/myopt.h                         |    5 ++---
 lib/dpkg/nfmalloc.c                      |    5 ++---
 lib/dpkg/parse.c                         |    5 ++---
 lib/dpkg/parsedump.h                     |    5 ++---
 lib/dpkg/parsehelp.c                     |    5 ++---
 lib/dpkg/path.c                          |    5 ++---
 lib/dpkg/path.h                          |    5 ++---
 lib/dpkg/pkg-array.c                     |    5 ++---
 lib/dpkg/pkg-array.h                     |    5 ++---
 lib/dpkg/pkg-list.c                      |    5 ++---
 lib/dpkg/pkg-list.h                      |    5 ++---
 lib/dpkg/pkg.c                           |    5 ++---
 lib/dpkg/pkg.h                           |    5 ++---
 lib/dpkg/progress.c                      |    5 ++---
 lib/dpkg/progress.h                      |    5 ++---
 lib/dpkg/showpkg.c                       |    5 ++---
 lib/dpkg/string.c                        |    5 ++---
 lib/dpkg/string.h                        |    5 ++---
 lib/dpkg/subproc.c                       |    5 ++---
 lib/dpkg/subproc.h                       |    5 ++---
 lib/dpkg/test.h                          |    5 ++---
 lib/dpkg/test/t-buffer.c                 |    5 ++---
 lib/dpkg/test/t-macros.c                 |    5 ++---
 lib/dpkg/test/t-path.c                   |    5 ++---
 lib/dpkg/test/t-pkginfo.c                |    5 ++---
 lib/dpkg/test/t-string.c                 |    5 ++---
 lib/dpkg/test/t-test.c                   |    5 ++---
 lib/dpkg/test/t-varbuf.c                 |    5 ++---
 lib/dpkg/test/t-version.c                |    5 ++---
 lib/dpkg/trigdeferred.l                  |    5 ++---
 lib/dpkg/triglib.c                       |    5 ++---
 lib/dpkg/utils.c                         |    5 ++---
 lib/dpkg/varbuf.c                        |    5 ++---
 lib/dpkg/varbuf.h                        |    5 ++---
 lib/dpkg/vercmp.c                        |    5 ++---
 man/deb-override.5                       |    5 ++---
 man/deb-shlibs.5                         |    5 ++---
 man/dpkg-scanpackages.1                  |    5 ++---
 scripts/Dpkg/Changelog.pm                |    3 +--
 scripts/Dpkg/Changelog/Debian.pm         |    3 +--
 scripts/Dpkg/Changelog/Entry.pm          |    5 ++---
 scripts/Dpkg/Changelog/Entry/Debian.pm   |    5 ++---
 scripts/Dpkg/Changelog/Parse.pm          |    3 +--
 scripts/Dpkg/Control.pm                  |    5 ++---
 scripts/Dpkg/Control/Changelog.pm        |    5 ++---
 scripts/Dpkg/Control/Fields.pm           |    5 ++---
 scripts/Dpkg/Control/Hash.pm             |    5 ++---
 scripts/Dpkg/Control/Info.pm             |    5 ++---
 scripts/Dpkg/Deps.pm                     |    7 ++-----
 scripts/Dpkg/IPC.pm                      |    5 ++---
 scripts/Dpkg/Index.pm                    |    5 ++---
 scripts/Dpkg/Path.pm                     |    5 ++---
 scripts/Dpkg/Shlibs.pm                   |    5 ++---
 scripts/Dpkg/Shlibs/Objdump.pm           |    5 ++---
 scripts/Dpkg/Shlibs/Symbol.pm            |    5 ++---
 scripts/Dpkg/Shlibs/SymbolFile.pm        |    5 ++---
 scripts/Dpkg/Source/Archive.pm           |    5 ++---
 scripts/Dpkg/Source/CompressedFile.pm    |    5 ++---
 scripts/Dpkg/Source/Compressor.pm        |    5 ++---
 scripts/Dpkg/Source/Package.pm           |    5 ++---
 scripts/Dpkg/Source/Package/V1.pm        |    5 ++---
 scripts/Dpkg/Source/Package/V2.pm        |    5 ++---
 scripts/Dpkg/Source/Package/V3/bzr.pm    |    3 +--
 scripts/Dpkg/Source/Package/V3/custom.pm |    5 ++---
 scripts/Dpkg/Source/Package/V3/git.pm    |    3 +--
 scripts/Dpkg/Source/Package/V3/native.pm |    5 ++---
 scripts/Dpkg/Source/Package/V3/quilt.pm  |    5 ++---
 scripts/Dpkg/Source/Patch.pm             |    5 ++---
 scripts/Dpkg/Substvars.pm                |    5 ++---
 scripts/Dpkg/Vars.pm                     |    5 ++---
 scripts/Dpkg/Vendor.pm                   |    5 ++---
 scripts/Dpkg/Vendor/Debian.pm            |    5 ++---
 scripts/Dpkg/Vendor/Default.pm           |    5 ++---
 scripts/Dpkg/Vendor/Ubuntu.pm            |    5 ++---
 scripts/Dpkg/Version.pm                  |    5 ++---
 scripts/dpkg-architecture.pl             |    3 +--
 scripts/dpkg-name.pl                     |    3 +--
 scripts/dpkg-scansources.pl              |    5 ++---
 scripts/dpkg-vendor.pl                   |    3 +--
 src/archives.c                           |    5 ++---
 src/archives.h                           |    5 ++---
 src/cleanup.c                            |    5 ++---
 src/configure.c                          |    5 ++---
 src/depcon.c                             |    5 ++---
 src/divertdb.c                           |    5 ++---
 src/enquiry.c                            |    5 ++---
 src/errors.c                             |    5 ++---
 src/filesdb.c                            |    5 ++---
 src/filesdb.h                            |    5 ++---
 src/help.c                               |    5 ++---
 src/main.c                               |    5 ++---
 src/main.h                               |    5 ++---
 src/packages.c                           |    5 ++---
 src/pkg-show.c                           |    5 ++---
 src/processarc.c                         |    5 ++---
 src/query.c                              |    5 ++---
 src/remove.c                             |    5 ++---
 src/select.c                             |    5 ++---
 src/statcmd.c                            |    5 ++---
 src/statdb.c                             |    5 ++---
 src/trigcmd.c                            |    5 ++---
 src/trigproc.c                           |    5 ++---
 src/update.c                             |    5 ++---
 utils/install-info.c                     |    5 ++---
 176 files changed, 339 insertions(+), 514 deletions(-)

commit 0716206865109c3cdfc64c700adbf91a01f86364
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 02:29:41 2009 +0100

    libdpkg: Remove unused dumpchain macro
    
    Got converted to a macro just to avoid a compiler warning in
    commit a1d9dc46c55fcc012854f8aa99058d5bb14c2a8a. The proper fix would
    have been to either remove it or use it, which we are doing now.

 lib/dpkg/showpkg.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

commit f789211ee930507e91c111b3326790ce10fdc100
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 8 13:34:30 2009 +0100

    Dpkg::Source::Patch::add_diff_directory(): small optimization
    
    The calls to File::Spec->abs2rel() are relatively expensive and can be
    avoided given that we control the find() invocation and can only receive
    filenames below the scanned directory. They are replaced with simple
    string extraction with substr(), it gives another 25% speed benefit on big
    source packages.
    
    Based-on-patch-by: Mike Hommey <mh@glandium.org>

 scripts/Dpkg/Source/Patch.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7e10087ff285d78d4d1b5155f6127c21f27aecfd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Nov 8 12:28:46 2009 +0100

    update-alternatives: fix a french translation

 po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c32c4bf1d9d6d4b84206315c97f47b68d6eb460c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 15:12:16 2009 +0100

    dpkg: Call standard_shutdown after invoking the post hooks
    
    The error unwinding is part of the shutdown, and the invoke hooks
    machinery might call ohshit, so it should be done at the end when
    there's no more error handling in place.

 src/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 19e33c332f2d072792c198aedc7932a6af3f7fd9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 15:05:35 2009 +0100

    libdpkg: Make desc argument const in compress_cat and decompress_cat

 lib/dpkg/compression.c |   10 ++++++++--
 lib/dpkg/dpkg.h        |    4 ++--
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 0814d1b1eb42c08809d31980d9a7f2b921c713e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 14:04:41 2009 +0100

    Use find with -L instead of deprecated -follow

 dselect/methods/disk/install    |    5 +++--
 dselect/methods/disk/setup      |    2 +-
 dselect/methods/multicd/install |    4 ++--
 dselect/methods/multicd/setup   |    2 +-
 scripts/dpkg-scanpackages.pl    |    3 +--
 scripts/dpkg-scansources.pl     |    2 +-
 src/archives.c                  |    4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

commit 03b7c00daf4dbf20898dd6c214a4a399d4e2e002
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 00:55:39 2009 +0100

    libdpkg: If PROCNOERR in subproc_check() return the status code
    
    If the caller asked for no errors, it does not make sense to lose the
    status code on return. So we return it instead of -1.

 lib/dpkg/subproc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b4d4968715f3ca5498bba7b35b385a26d0c96151
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 13:23:50 2009 +0100

    dpkg: Do not bogusly ignore find exit code 1
    
    Commit 68b56dc4edaaf90f5311f07b38871ddd61b84a48 introduced the
    PROCNOERR to try to handle and be able to ignore find exit code 1,
    which supposedly happened (not any longer) when using the -follow
    option and a dangling symlink was found.
    
    But it only prevented the ohshit() inside checksubprocerr(), and the
    return value was still -1, so it was not ignoring the exit code 1,
    and still ohshit()ing in the caller.
    
    As find does currently exit with a 0 code even when finding broken
    symlinks, let's remove this piece of broken logic.

 src/archives.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a720b6aec5ab71211067cfd0250b57efa0aa18f9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 00:30:16 2009 +0100

    Use subproc_wait instead of directly calling waitpid

 dselect/method.cc |    7 ++-----
 src/configure.c   |   22 +++-------------------
 src/processarc.c  |    6 +++---
 3 files changed, 8 insertions(+), 27 deletions(-)

commit d5388296797726e34abe13031dcbdd302319b908
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 00:07:02 2009 +0100

    libdpkg: Split process waiting from subproc_wait_check into subproc_wait

 lib/dpkg/subproc.c |   12 +++++++++++-
 lib/dpkg/subproc.h |    1 +
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 4d35b20c645479e850822b1508cfcdc5d471c890
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 6 23:56:22 2009 +0100

    Rename process description function arguments to desc

 lib/dpkg/subproc.c |   18 +++++++++---------
 src/help.c         |   20 ++++++++++----------
 src/main.h         |    6 +++---
 3 files changed, 22 insertions(+), 22 deletions(-)

commit f5c904d58627ec1422173a596f2a2ef8584485c2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 6 23:03:01 2009 +0100

    libdpkg: Rename and namespace subproc related functions

 dpkg-deb/build.c   |   10 +++++-----
 dpkg-deb/extract.c |    8 ++++----
 dpkg-deb/info.c    |    2 +-
 dselect/method.cc  |    4 ++--
 lib/dpkg/subproc.c |   12 ++++++------
 lib/dpkg/subproc.h |    8 ++++----
 src/archives.c     |    2 +-
 src/help.c         |    6 +++---
 src/processarc.c   |    6 +++---
 9 files changed, 29 insertions(+), 29 deletions(-)

commit 61e353f65b60cc5d58fc883ac150f90de244dfd2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 6 22:25:11 2009 +0100

    libdpkg: Namespace include guards with LIBDPKG instead of DPKG

 lib/dpkg/buffer.h    |    6 +++---
 lib/dpkg/dpkg-db.h   |    6 +++---
 lib/dpkg/dpkg.h      |    6 +++---
 lib/dpkg/file.h      |    6 +++---
 lib/dpkg/i18n.h      |    6 +++---
 lib/dpkg/macros.h    |    6 +++---
 lib/dpkg/parsedump.h |    6 +++---
 lib/dpkg/path.h      |    6 +++---
 lib/dpkg/pkg-array.h |    6 +++---
 lib/dpkg/pkg-list.h  |    6 +++---
 lib/dpkg/pkg.h       |    6 +++---
 lib/dpkg/progress.h  |    4 ++--
 lib/dpkg/string.h    |    6 +++---
 lib/dpkg/subproc.h   |    6 +++---
 lib/dpkg/tarfn.h     |    6 +++---
 lib/dpkg/test.h      |    4 ++--
 lib/dpkg/varbuf.h    |    6 +++---
 17 files changed, 49 insertions(+), 49 deletions(-)

commit de470a7d71936b8a50d6089a7dfbbc3822ac6bb5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 6 20:05:21 2009 +0100

    dpkg-source: optimize diffing phase of a source package build
    
    Optimize dpkg-source -b by avoiding many diff calls when not required.
    
    Based-on-patch-by: Mike Hommey <mh@glandium.org>

 debian/changelog             |    2 ++
 scripts/Dpkg/Source/Patch.pm |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit d570dcf56c502a36b4747665938025609d5ffe47
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 6 19:36:45 2009 +0100

    Stop using the English perl module
    
    Using this module (and $' or $POSTMATCH) implies a performance penalty
    that we want to avoid. Thus modifies the few regexes where it's used to
    be explicit about the part of the data that we want to retrieve.

 scripts/Dpkg/Substvars.pm  |   11 ++++----
 scripts/dpkg-genchanges.pl |   57 +++++++++++++++++++++----------------------
 scripts/dpkg-shlibdeps.pl  |    1 -
 scripts/dpkg-source.pl     |   29 ++++++++++-----------
 4 files changed, 47 insertions(+), 51 deletions(-)

commit 7d8d193332478de82e20ed5b49053378801d160f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 6 18:08:23 2009 +0100

    Dpkg::Control::Hash: handle arbitrary field values
    
    Checking the validity of new field values at run-time was very expensive.
    In order to avoid this check, the design of the object has been changed to
    accept arbitrary values, they are simply escaped as necessary during
    output. The only data lost in a save()/load() cycle are the
    trailing whitespaces on every line of all values.
    
    This API change implies fixes in all scripts/modules reading/creating
    values for multiline fields.
    
    The non-regression test also had to be adjusted.

 scripts/Dpkg/Changelog.pm            |    2 +-
 scripts/Dpkg/Changelog/Entry.pm      |   12 +-----
 scripts/Dpkg/Checksums.pm            |    2 +-
 scripts/Dpkg/Control/Hash.pm         |   69 ++++++++++++++++++++-------------
 scripts/Dpkg/Source/Package.pm       |    6 +-
 scripts/dpkg-genchanges.pl           |   18 +++-----
 scripts/dpkg-scanpackages.pl         |   13 ++----
 scripts/dpkg-scansources.pl          |    4 +-
 scripts/dpkg-source.pl               |    4 +-
 scripts/t/700_Dpkg_Control.t         |   21 +++++++---
 scripts/t/700_Dpkg_Control/control-1 |   11 +++--
 11 files changed, 84 insertions(+), 78 deletions(-)

commit 0374e5565de9d42768ec8babdaabfb51cec4f6a6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 6 15:07:38 2009 +0100

    Dpkg::Control::Hash: use lower-case internally for keys
    
    Only use field_capitalize() when exporting keys names outside of the
    object. lc() is way faster than field_capitalize() and that makes
    a difference in performance when you're reading/setting values many
    times.

 scripts/Dpkg/Control/Hash.pm |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 0b1d71a6506ae053ca3c6ed06d2e4a0da0052da7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 6 00:07:36 2009 +0100

    Dpkg::Source::Package::V3::git::do_build(): remove extra quotes
    
    Remove extra quoting that should not be there while passing an exclude
    file to git ls-files during build of 3.0 (git) source package.
    
    Based-on-patch-by: Courtney Bane <debian-bugs-5265@cbane.org>

 debian/changelog                      |    3 +++
 scripts/Dpkg/Source/Package/V3/git.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 32e999f9725589467249aabb9cf8043aaa9b9282
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Nov 5 23:58:47 2009 +0100

    Add missing bug closure.

 debian/changelog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1731ce5cc233cd01896298d7e4395bf0042959bf
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Nov 5 21:49:08 2009 +0100

    Dpkg::Source::Package::V2::do_build(): improve matching of ignored files
    
    Modify logic to also match ignored files based on their relative path
    inside the source package (and not only on their filename).

 scripts/Dpkg/Source/Package/V2.pm |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 6f6814491f0240a4de97f22e60661489bb36f914
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Nov 5 21:12:15 2009 +0100

    Dpkg::Source::Package::V2:do_build(): fix binary file check
    
    The find() call that is supposed to look for binary files in the debian
    sub-directory was missing the no_chdir option and due to this the
    File::Spec->abs2rel() call (inside the wanted function) was returning an
    invalid value when find() changed the current directory (since its second
    parameter is only valid while being in the current directory).
    
    The parameter got lost by mistake in 3525f79792cff51757d99d45f51c96a15e6fa779
    and it was present in lenny's version.

 debian/changelog                  |    2 ++
 scripts/Dpkg/Source/Package/V2.pm |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit c9e24e8e95f2354053e4a73592eafee7da240e8c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 3 12:19:39 2009 +0100

    Dpkg::Changelog::get_range(): fix return value when range is empty
    
    Also fix scripts/changelog/debian.pl to better deal with undef values
    returned when the requested range matches an empty set of changelog
    entries.

 scripts/Dpkg/Changelog.pm   |   10 +++++++---
 scripts/changelog/debian.pl |    6 ++++--
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 3fb1f0d63cda6069ddac0bea53ca0cd1430d6fda
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 2 13:50:01 2009 +0100

    Add missing bug closure

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 714cfb8287c21b792c32d22ebb1eb724a8e693d1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Oct 31 22:55:29 2009 +0100

    Add changelog entry for Dpkg::Changelog changes

 debian/changelog |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 394e14ffc28160feaa6ef55f4b7ac815a455d1de
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Oct 30 11:42:56 2009 +0100

    Add supplementary non-regression tests for Dpkg::Changelog related modules

 scripts/t/600_Dpkg_Changelog.t      |  102 ++++++++++++++++++++++++++--------
 scripts/t/600_Dpkg_Changelog/fields |   19 ++++++-
 2 files changed, 95 insertions(+), 26 deletions(-)

commit bb4611eb5cb1571af9886f33c61dc6305284c6cc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 23:19:42 2009 +0100

    Dpkg::Changelog: completely update the API
    
    The previous API was too different from the other modules inside dpkg-dev.
    
    Dpkg::Changelog now behaves as an array of Dpkg::Changelog::Entry
    and the documentation explains how it can be derived to create a new
    changelog parser.
    
    The non-regression tests as well as the official Debian
    changelog parser script had to be updated to cope with the new API.

 scripts/Dpkg/Changelog.pm        |  661 ++++++++++++++++----------------------
 scripts/Dpkg/Changelog/Debian.pm |   90 ++----
 scripts/Dpkg/Changelog/Entry.pm  |    4 +-
 scripts/changelog/debian.pl      |   21 +-
 scripts/t/600_Dpkg_Changelog.t   |   53 +---
 5 files changed, 331 insertions(+), 498 deletions(-)

commit 1b10a64b592e140a9d6bd34e3d7d6f7cfe0faf38
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Oct 30 09:47:32 2009 +0100

    Dpkg::Changelog::Entry: add get_dpkg_changes() method here
    
    This is the logical place for this function (as an object method).

 scripts/Dpkg/Changelog/Entry.pm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit 30421dbe46f769b4e2333af8baf7269698cbc050
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 23:18:45 2009 +0100

    dpkg-parsechangelog: drop useless “use” statements
    
    Neither POSIX nor English are used by this small script.

 scripts/dpkg-parsechangelog.pl |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 1f67f4b22b2c8571a39ff38cf74d259871fdc84c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 19:08:45 2009 +0100

    Move find_closes() into Dpkg::Changelog::Entry::Debian

 scripts/Dpkg/Changelog.pm              |   24 ------------------------
 scripts/Dpkg/Changelog/Entry/Debian.pm |   32 +++++++++++++++++++++++++++-----
 2 files changed, 27 insertions(+), 29 deletions(-)

commit 8a140576f54188e6009e3398a2ec3da1c100be0d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 18:39:03 2009 +0100

    Dpkg::Changelog::Debian: syntax/style cleanup
    
    Use standard unless blocks instead of multiple ORed checks with
    “do” statements.
    
    Drop useless “use Dpkg”.

 scripts/Dpkg/Changelog/Debian.pm |   62 +++++++++++++++----------------------
 1 files changed, 25 insertions(+), 37 deletions(-)

commit 23d47fe8b736fb5772e38d0941f09717d1ea6756
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 18:25:57 2009 +0100

    Dpkg::Changelog: don't use English
    
    Replace $NR with $. for this. Using English implies a performance penalty
    in regex matching that we'd like to avoid.

 scripts/Dpkg/Changelog.pm        |    6 ++----
 scripts/Dpkg/Changelog/Debian.pm |   22 ++++++++++------------
 2 files changed, 12 insertions(+), 16 deletions(-)

commit 9ac7b86ac2be3e50a883262ed21ccdc4f1b92ffd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 18:20:37 2009 +0100

    Dpkg::Changelog::Debian: drop improper documentation
    
    Together with a duplicate copyright notice and an unneeded
    use statement. Add myself in the copyright notice.

 scripts/Dpkg/Changelog/Debian.pm |   42 ++-----------------------------------
 1 files changed, 3 insertions(+), 39 deletions(-)

commit 05f529d5455be4d116df6c91d1f9ac28e65ac6e7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 18:20:11 2009 +0100

    Dpkg::Changelog::Debian: use constants for parser states

 scripts/Dpkg/Changelog/Debian.pm |   46 +++++++++++++++++++++----------------
 1 files changed, 26 insertions(+), 20 deletions(-)

commit dc5d755b0fe118938f7bba438fcf2e44461b0f65
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 17:54:06 2009 +0100

    Move header/trailer checks in Dpkg::Changelog::Entry::Debian

 scripts/Dpkg/Changelog/Debian.pm       |   34 ++----------------
 scripts/Dpkg/Changelog/Entry/Debian.pm |   59 ++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 30 deletions(-)

commit d0d812c1d96f53fdabbb356a50fc3a11cd7ce04d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 17:19:07 2009 +0100

    Dpkg::Changelog::Entry::Debian: parse changes lines as set of items
    
    The function get_change_items() reintroduce the feature that parsed the
    changes as a set of items describing individual changes. Furthermore it
    parses attribution lines (“[ Name ]”) as separate items.

 scripts/Dpkg/Changelog/Entry/Debian.pm |   37 ++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit bb9af2d083538d4ffa2033b1e3380ec9d924d32b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Oct 24 18:04:47 2009 +0200

    Drop compatibility with old changelog parsers (as planned)

 doc/README.feature-removal-schedule |   24 ++++++++++++------------
 scripts/Dpkg/Changelog/Parse.pm     |    7 -------
 scripts/dpkg-genchanges.pl          |   16 +++-------------
 3 files changed, 15 insertions(+), 32 deletions(-)

commit 99e3abcc33343dbfb65e585b496f451d433ed7fc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Oct 24 17:54:31 2009 +0200

    Move parse_changelog() to a separate module Dpkg::Changelog::Parse
    
    Despite its name, this function does not actuallay parse anything by
    itself, it just calls external parsers and returns their result. This
    interface is largely used by other tools and is not tied with any of the
    other Dpkg::Changelog modules so it's best kept separate.
    
    Many scripts have to be updated to cope with the renaming.

 scripts/Dpkg/Changelog.pm       |  126 -----------------------------
 scripts/Dpkg/Changelog/Parse.pm |  167 +++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am             |    1 +
 scripts/dpkg-buildpackage.pl    |    4 +-
 scripts/dpkg-genchanges.pl      |    6 +-
 scripts/dpkg-gencontrol.pl      |    4 +-
 scripts/dpkg-gensymbols.pl      |    4 +-
 scripts/dpkg-parsechangelog.pl  |    4 +-
 scripts/dpkg-source.pl          |    4 +-
 scripts/po/POTFILES.in          |    1 +
 10 files changed, 182 insertions(+), 139 deletions(-)

commit 825656afe3e9856dc846c225df8af73d2376fa3e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 18 23:07:03 2009 +0200

    Update Dpkg::Changelog to use new ::Entry modules
    
    Drop the Dpkg::Changelog::Entry embedded in Dpkg::Changelog.
    Update Dpkg::Changelog and Dpkg::Changelog::Debian to use the
    new modules.
    
    Some (undocumented) features have been removed with this rewrite.
    The entries are not parsed item by item anymore. The Urgency field
    will no longer receive the comment that can follow the urgency.
    
    The content of “Closes” is exported by Dpkg::Changelog::Entry::Debian
    as an optional field.
    
    The test-suite also had to be updated to cope with the API changes
    and the fact that bugs are no longer duplicated in the “Closes” field.

 scripts/Dpkg/Changelog.pm        |  160 +++++++++++++++-----------------------
 scripts/Dpkg/Changelog/Debian.pm |  122 +++++++----------------------
 scripts/t/600_Dpkg_Changelog.t   |    8 +-
 3 files changed, 97 insertions(+), 193 deletions(-)

commit 750c5b4d630aa7b8aa72b1b6d621b7eb5eb70093
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 18 22:36:20 2009 +0200

    Dpkg::Changelog::Entry, Dpkg::Control::Changelog: new modules
    
    Dpkg::Changelog::Entry is a somewhat generic representation of a
    changelog entry. It offers an interface exporting the basic information
    that we need to extract for dpkg-parsechangelog.
    
    Dpkg::Changelog::Entry::Debian is the implementation of this
    interface for the typical Debian changelog entry.
    
    Dpkg::Control::Changelog is the object representing the
    information exported by dpkg-parsechangelog. It starts empty
    as a simple Dpkg::Control of type CTRL_CHANGELOG.
    
    Those new modules are not yet used by the Dpkg::Changelog modules.

 scripts/Dpkg/Changelog/Entry.pm        |  284 ++++++++++++++++++++++++++++++++
 scripts/Dpkg/Changelog/Entry/Debian.pm |  156 +++++++++++++++++
 scripts/Dpkg/Control/Changelog.pm      |   59 +++++++
 scripts/Makefile.am                    |    3 +
 scripts/po/POTFILES.in                 |    3 +
 5 files changed, 505 insertions(+), 0 deletions(-)

commit f3352fe06a0491a5642acb72f9f5e3724f2e8a13
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 22 09:54:05 2009 +0200

    Dpkg::Index: new module
    
    This module represents an ordered set of Dpkg::Control objects.
    It ensures uniqueness for objects based on a customisable key.

 scripts/Dpkg/Index.pm  |  371 ++++++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am    |    1 +
 scripts/po/POTFILES.in |    1 +
 3 files changed, 373 insertions(+), 0 deletions(-)

commit af52dbcb1e9bfb9cfc383f79bdfd825c2e69490f
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sat Oct 31 22:25:12 2009 +0100

    Remove myself from Uploaders
    
    It's been a while since I did anything in dpkg, and I don't see
    any chance of that changing in the near future.

 debian/control |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 18e61369990f9969c7ef666d024a0766cc0feea9
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Oct 31 17:24:16 2009 +0100

    Fix grammatical error

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6b3d052813aec63375c4eec2670904ca634adca1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 30 14:59:33 2009 +0100

    Fix spelling errors in the Catalan translation
    
    Closes: #553328
    
    Reported-by: Robert Millan <rmh.iesmontserrat@gmail.com>

 debian/changelog |    2 ++
 po/ca.po         |   10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 76044b005784129b5c7faa51cd050c43e861deb6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 30 14:38:47 2009 +0100

    build: Use pkg-config m4 macros to detect selinux library
    
    Use PKG_PROG_PKG_CONFIG to detect and allow overriding the pkg-config
    binary to use, for example in case of cross-compilation.
    
    Suggested-by: Tollef Fog Heen <tfheen@err.no>

 debian/changelog |    2 ++
 m4/dpkg-libs.m4  |   15 ++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit a888de4b1c2e1bc867fee487e04bd561f5aa2f7d
Author: Felipe Contreras <felipe.contreras@gmail.com>
Date:   Sun Oct 25 15:40:15 2009 +0200

    build: If there's no libselinux.pc file fallback to hardcoded list
    
    Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 m4/dpkg-libs.m4 |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit 438e93de387d313c6085eea63101a4c4e714a2d5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 29 21:34:12 2009 +0100

    Update TODO list
    
    Remove done items. Remove items moved to the RoadMap in the wiki, and
    add a link to it. Move items around were they better fit. Separate old
    TODOs with a straight line.

 TODO |   58 ++++++++++++++++++----------------------------------------
 1 files changed, 18 insertions(+), 40 deletions(-)

commit 9c3bcc6fb033fd5cf251c46024a3becc932354be
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sat Oct 24 17:21:49 2009 -0500

    man: Fix a small typo in dpkg.1
    
    Extra “be” in “can be also be”.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg.1      |    2 +-
 man/po/de.po    |    4 ++--
 man/po/es.po    |    4 ++--
 man/po/fr.po    |    4 ++--
 man/po/hu.po    |    4 ++--
 man/po/ja.po    |    4 ++--
 man/po/pl.po    |    4 ++--
 man/po/pt_BR.po |    4 ++--
 man/po/ru.po    |    4 ++--
 man/po/sv.po    |    4 ++--
 10 files changed, 19 insertions(+), 19 deletions(-)

commit 679d1d75780f7e1b2e32f158cd72357d9087a7a6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 29 18:41:54 2009 +0100

    build: Only use po4a if present and if NLS is enabled
    
    Use the po4a command found when doing the availability checks.
    
    Reported-by: Felipe Contreras <felipe.contreras@gmail.com>

 configure.ac     |    1 +
 m4/dpkg-progs.m4 |   14 ++++++++++++++
 man/Makefile.am  |   14 +++++++-------
 3 files changed, 22 insertions(+), 7 deletions(-)

commit 99e213787595fec1a7939ba1a0395dfdfd62c7ba
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 29 18:01:17 2009 +0100

    build: Rename and namespace dpkg m4 files
    
    This avoids possible future collisions and makes it easier to see
    what's coming from dpkg and what each file is for.

 m4/{arch.m4 => dpkg-arch.m4}         |    0
 m4/{compiler.m4 => dpkg-compiler.m4} |    0
 m4/{funcs.m4 => dpkg-funcs.m4}       |    0
 m4/{libs.m4 => dpkg-libs.m4}         |    0
 m4/{linker.m4 => dpkg-linker.m4}     |    0
 m4/{perl.m4 => dpkg-progs.m4}        |    0
 m4/{types.m4 => dpkg-types.m4}       |    0
 7 files changed, 0 insertions(+), 0 deletions(-)

commit 3e5ce0a54a78790adf86fb8bdcdb288121a039c6
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sat Oct 24 17:32:56 2009 -0500

    libdpkg: fix misspelling of __attribute__((const))
    
    gcc does not recognize __attribute__((constant)).
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7b849f7297e4582b3a13417db68d13a2464df89b
Author: Sean Finney <seanius@debian.org>
Date:   Wed Oct 14 21:23:05 2009 +0200

    dpkg: Add JavaDoc comments for promptconfaction()
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/configure.c |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

commit fcd32924f34859ae9cab48d92e054b297a577bc5
Author: Sean Finney <seanius@debian.org>
Date:   Wed Oct 14 21:23:04 2009 +0200

    dpkg: Pass a pkginfo structure to promptconfaction()
    
    In order to provide an interface into the conffiles DB API, it's required
    to know the package name that owns the conffile. Since this is a static
    function and the package structure is available in all places that the
    function is used, this is a fairly easy fix.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/configure.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit e000e4a109b95bc43e558e2f53bc85bc63d3177d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 16:33:21 2009 +0200

    Document some of the code with JavaDoc

 lib/dpkg/pkg-array.c |   16 ++++++++++++++++
 lib/dpkg/pkg-array.h |    3 +++
 lib/dpkg/pkg.c       |   11 +++++++++++
 src/configure.c      |   37 ++++++++++++++++++++++++++++++-------
 4 files changed, 60 insertions(+), 7 deletions(-)

commit 2ba520490b52db98282a4476d23d9fd8c5798270
Author: Sean Finney <seanius@debian.org>
Date:   Mon Oct 12 21:01:45 2009 +0200

    doc: Tune some Doxygen settings

 doc/Doxyfile.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 876b5126314291cafba31bd4c341b95f777cf9fa
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 9 15:41:54 2009 +0200

    doc: Add doxygen support
    
    The code should start getting switched to document using JavaDoc
    style comments, at least for public declarations.

 Makefile.am          |    8 +
 configure.ac         |    3 +
 debian/changelog     |    1 +
 doc/.gitignore       |    2 +
 doc/Doxyfile.in      | 1521 ++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/coding-style.txt |    5 +
 6 files changed, 1540 insertions(+), 0 deletions(-)

commit 971e675a180c59642e2406acbb0c6f7bc68961e6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 25 23:56:30 2009 +0100

    Generate the autoconf version from git
    
    Use a new script to retrieve the version from a file shipped in the
    released tarballs, or from the git repository using “git describe”
    which will give an appropriate string in case of a snapshot, and add
    a possible “-dirty” suffix if the working dir has uncommitted changes.

 Makefile.am      |    2 ++
 configure.ac     |    2 +-
 debian/changelog |    2 ++
 get-version      |   42 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 47 insertions(+), 1 deletions(-)

commit 1c88ead04c95096f03b61a6032d443a327964926
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 02:38:03 2009 +0200

    Sort order of header includes
    
    Place first <config.h> and <compat.h>, then all <sys/*.h> sorted by
    complexity, followed by the rest of the system headers, then <dpkg/*.h>
    and finally the local "*.h" ones.
    
    Move <dpkg/i18n.h> inclusion into libdpkg inclusion block, as the
    <gettext.h> compatibility header already takes care of including
    <locale.h> before <libintl.h> on environments were its probamatic.
    
    Removed duplicated inclusions.

 dpkg-deb/build.c          |   24 ++++++++--------
 dpkg-deb/extract.c        |   21 +++++++------
 dpkg-deb/info.c           |   19 ++++++------
 dpkg-deb/main.c           |   24 ++++++++--------
 dpkg-split/info.c         |   13 ++++----
 dpkg-split/join.c         |   10 +++---
 dpkg-split/main.c         |   13 ++++----
 dpkg-split/queue.c        |   15 +++++----
 dpkg-split/split.c        |   13 ++++----
 dselect/basecmds.cc       |    5 +--
 dselect/baselist.cc       |   10 +++---
 dselect/bindings.cc       |    5 +--
 dselect/dselect.h         |    8 ++--
 dselect/main.cc           |   23 +++++++--------
 dselect/methlist.cc       |    7 ++--
 dselect/method.cc         |   23 +++++++--------
 dselect/methparse.cc      |   18 ++++++------
 dselect/pkgcmds.cc        |    2 +-
 dselect/pkgdepcon.cc      |    4 +-
 dselect/pkgdisplay.cc     |    5 +--
 dselect/pkginfo.cc        |    7 ++--
 dselect/pkglist.cc        |    9 ++---
 dselect/pkgsublist.cc     |    7 ++--
 dselect/pkgtop.cc         |    7 ++--
 lib/compat/alphasort.c    |    2 +-
 lib/compat/scandir.c      |    3 +-
 lib/compat/unsetenv.c     |    2 +-
 lib/compat/vsnprintf.c    |    2 +-
 lib/dpkg/buffer.c         |    6 ++--
 lib/dpkg/cleanup.c        |    4 +-
 lib/dpkg/compression.c    |    9 ++---
 lib/dpkg/database.c       |    4 +-
 lib/dpkg/dbmodify.c       |   19 ++++++------
 lib/dpkg/dpkg-db.h        |    9 +++--
 lib/dpkg/dpkg.h           |   17 +++++------
 lib/dpkg/dump.c           |   16 +++++-----
 lib/dpkg/ehandle.c        |   12 ++++----
 lib/dpkg/fields.c         |    6 ++--
 lib/dpkg/file.c           |    1 +
 lib/dpkg/lock.c           |   14 ++++----
 lib/dpkg/log.c            |    9 ++---
 lib/dpkg/md5.c            |    3 +-
 lib/dpkg/mlib.c           |   13 ++++----
 lib/dpkg/myopt-util.c     |    8 ++--
 lib/dpkg/myopt.c          |    6 ++--
 lib/dpkg/nfmalloc.c       |    6 ++--
 lib/dpkg/parse.c          |   28 ++++++++----------
 lib/dpkg/parsehelp.c      |    8 ++--
 lib/dpkg/path.c           |    2 +-
 lib/dpkg/path.h           |    4 +-
 lib/dpkg/progress.c       |    4 +-
 lib/dpkg/showpkg.c        |    7 ++--
 lib/dpkg/subproc.c        |    6 ++--
 lib/dpkg/tarfn.c          |    8 ++--
 lib/dpkg/tarfn.h          |    5 ++-
 lib/dpkg/test.h           |    6 ++--
 lib/dpkg/test/t-buffer.c  |    4 +-
 lib/dpkg/test/t-path.c    |    4 +-
 lib/dpkg/test/t-string.c  |    4 +-
 lib/dpkg/trigdeferred.l   |    3 +-
 lib/dpkg/triglib.c        |    9 ++---
 lib/dpkg/utils.c          |    3 +-
 lib/dpkg/varbuf.c         |    5 ++-
 lib/dpkg/vercmp.c         |    1 +
 m4/compiler.m4            |    5 +--
 src/archives.c            |   20 ++++++------
 src/cleanup.c             |   17 ++++++-----
 src/configure.c           |   24 +++++++--------
 src/depcon.c              |    9 +++--
 src/divertdb.c            |   15 ++++-----
 src/enquiry.c             |   18 ++++++------
 src/errors.c              |   19 ++++++------
 src/filesdb.c             |   16 +++++-----
 src/help.c                |   17 ++++++-----
 src/main.c                |   26 ++++++++--------
 src/packages.c            |   17 +++++------
 src/pkg-show.c            |    3 +-
 src/processarc.c          |   23 ++++++++-------
 src/query.c               |   18 ++++++------
 src/remove.c              |   17 +++++------
 src/select.c              |   10 +++---
 src/statcmd.c             |   14 ++++----
 src/statdb.c              |   15 ++++-----
 src/trigcmd.c             |   15 ++++-----
 src/trigproc.c            |    6 ++--
 src/update.c              |    8 ++--
 utils/install-info.c      |    4 +-
 utils/start-stop-daemon.c |   68 ++++++++++++++++++++++-----------------------
 88 files changed, 482 insertions(+), 496 deletions(-)

commit ff33aa430e6de845a089a6a023a9478dafa109cc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 02:07:02 2009 +0200

    Remove unused <fnmatch.h> include

 src/enquiry.c |    1 -
 src/trigcmd.c |    1 -
 src/update.c  |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

commit cbf95b13500a3b2d3c2e6df02940479c645564fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 25 23:06:46 2009 +0100

    Add .mailmap to EXTRA_DIST
    
    Missed in commit 722fa5660d52ac75db0b21a86004fc10f8f580bb.

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c9cf7b1d4178f8e293a02edfc7ca2252d41da81e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 19 13:06:42 2009 +0200

    libcompat: Always add an empty file to the libcompat static library
    
    Some ar implementations do not support creating empty archives, so we
    add a dummy empty object to avoid any problem.

 lib/compat/Makefile.am |    1 +
 lib/compat/empty.c     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 078364191dfc7856c3ff7f13087ed072d910b75e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 25 23:31:17 2009 +0100

    debian/rules: use “$(MAKE)” instead of “make”

 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 04b2f8fc48005394a3d8ea6c96f6c7975867606c
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Oct 24 09:16:23 2009 +0200

    French manpages translations

 debian/changelog |    1 +
 man/po/fr.po     |  220 +++++++++++++++++++-----------------------------------
 2 files changed, 77 insertions(+), 144 deletions(-)

commit 902dc77ce8030dddae9f9db6b93d0a8764cf1944
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Oct 24 09:12:13 2009 +0200

    Updated French translation of dselect

 debian/changelog |    1 +
 dselect/po/fr.po |   12 +++++-------
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 7f313195732f28ed8aa45b814ad33a6814f0fb38
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Oct 24 09:09:01 2009 +0200

    Updated French translation

 debian/changelog |    1 +
 po/fr.po         |  137 +++++++++++++++++++++++-------------------------------
 2 files changed, 59 insertions(+), 79 deletions(-)

commit 3700faf371edb7b6939cf21d144fefbaf9bbdd5b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 19 15:16:52 2009 +0200

    Release 1.15.4.1

 configure.ac     |    2 +-
 debian/changelog |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit d8603d75ba95ac1e1a3bf79e772416508b8f4f1b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 19 15:14:39 2009 +0200

    dselect: Do not mark any package as unseen
    
    This is a workaround until it learns how to store such information
    again.
    
    Closes: #545366

 debian/changelog   |    3 ++-
 dselect/pkglist.cc |    4 ++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 6110392684c345388bb853d20c8504b687bb4189
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 19 15:07:14 2009 +0200

    Bump version to 1.15.4.1~

 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit a8a51a4a53e923250ccc4bf0c2c040a211991c90
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 18 23:21:42 2009 +0200

    Dpkg::Changelog::find_closes(): don't return duplicate bug numbers
    
    Ensure we don't return the same bug multiple times even if it's closed
    multiple times.

 scripts/Dpkg/Changelog.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 43c42b3ea29daab2bf5d1f6ed4d741d33d50d4d8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 18 20:57:54 2009 +0200

    Dpkg::Control::Fields: allow transfer of custom fields
    
    Custom fields can be copied when they do not target one of
    the official file type who are explicitely managed by the
    letter scheme (X[SBC]-).

 scripts/Dpkg/Control/Fields.pm |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

commit 5cfb6a762227bf2842c1fdace97578078d7fd206
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 18 13:13:21 2009 +0200

    Fix typos

 man/po/de.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c2624cc99f361e64a09706d6a667c511aa803bea
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Oct 16 19:09:59 2009 +0200

    Update German translation of manual pages
    
    Update to 1650t.

 man/po/de.po |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

commit f8270519a63210a5b6eb02cfff1bdc24cbfe4ef8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Oct 16 12:44:11 2009 +0200

    Dpkg::Compression: add support for xz compression method
    
    Update the dpkg-source manual page accordingly.

 debian/changelog            |    2 ++
 debian/control              |    2 +-
 man/dpkg-source.1           |    7 ++++---
 scripts/Dpkg/Compression.pm |   12 +++++++-----
 4 files changed, 14 insertions(+), 9 deletions(-)

commit ff035d943163d1b269aeaec334b8654aeb20ca7a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 16 02:39:10 2009 +0200

    man: Fix typo in Swedish translation making build to fail
    
    Introduced in commit af22e669c65db01eec9d9699d98841b08e7bbc5b.

 man/po/sv.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 15440f3ed12e7087e67b6b6c497e22a126583be2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 16 02:24:03 2009 +0200

    dpkg: Remove unused variable current in pkg_files_add_file()
    
    Introduced on commit 4985c686c30b2d0682aab0885d32c36007a7998d by me
    while manually merging the patch that didn't apply cleanly on master.
    
    Reported-by: Sean Finney <seanius@debian.org>

 src/filesdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c057025d84371714e0ed21c79604ccf744203670
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Oct 14 18:50:47 2009 +0200

    Fix typo

 man/po/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit af22e669c65db01eec9d9699d98841b08e7bbc5b
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Oct 14 09:24:47 2009 +0100

    Update Swedish translation.
    
    dselect/po/sv.po: Update to 280t0f0u.
    man/po/sv.po: Update to 1642t0f0u.
    po/sv.po: Update to 967t0f0u.
    scripts/po/sv.po: Update to 471t0f0u.

 debian/changelog |   12 +-
 dselect/po/sv.po |    7 +-
 man/po/sv.po     |  159 ++++---
 po/sv.po         | 1539 +++++++++++++++++++++++++++---------------------------
 scripts/po/sv.po |  629 ++++++++++++-----------
 5 files changed, 1202 insertions(+), 1144 deletions(-)

commit 37c754ec3d45a121aeffc9c03dba8b97b1780f40
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 05:37:43 2009 +0200

    libcompat: Handle 0 size case for C99 vsnprintf semantics
    
    Reporter-by: Mikhail Gusarov <dottedmag@dottedmag.net>

 lib/compat/vsnprintf.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 3898dc17925ab38b292b1accbf42eae953381e3c
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
Date:   Wed Oct 14 03:36:20 2009 +0700

    libcompat: Add top_builddir to the include path
    
    Needed as the modules use <config.h>.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/compat/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 537d0870881347865492b16898c0b366ff05add6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 05:18:23 2009 +0200

    dpkg: Remove unused head variable in getselections()

 src/select.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 280f25e9b199b91f031097bad5ec52630e10bf76
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 19:58:03 2009 +0200

    libdpkg: Rename symlinkList variables in TarExtractor()
    
    Use the head, tail, node name convention.

 lib/dpkg/tarfn.c |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

commit c644793d5ccaf02242d814ce79e45a4210481aa3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 04:27:03 2009 +0200

    dpkg-statoverride: Fallback to printing #<id> if db lookup fails
    
    This allows it to gracefully handle uid and gid not present on the
    password databases, when storing on the overrides db, in a similar way
    as the perl implementation was behaving.
    
    Spotted-by: Raphaël Hertzog <hertzog@debian.org>

 src/statcmd.c |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit 1de3e1e0f306fc404958f01f38708f9fb3599924
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 04:24:44 2009 +0200

    dpkg-statoverride: Fix typo inverting the override exists check

 src/statcmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 49049eff05efcfc6f655cab3379d0266cd689bff
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 03:54:03 2009 +0200

    dpkg-statoverride: Add missing values for option flags
    
    This was making the --force, --update and --quiet flags not do anything.

 src/statcmd.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 51647b0793ca0f419cd9f7ea586e01fffe6574a8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 03:52:22 2009 +0200

    dpkg-statoverride: Add missing newline in --version output

 src/statcmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f5824f65b2e837fe65657b79c5695d8ab6b206a2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 12 21:25:22 2009 +0200

    libdpkg: Expand TKI_DEFINE macro for each user
    
    It makes it obvious what's going on, browser and search the source
    code.

 lib/dpkg/triglib.c |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

commit 69e3c912bbec30399d23477817821c38d01c1415
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 12 21:21:03 2009 +0200

    Use named intializers in structures

 lib/dpkg/triglib.c |   18 +++++++++---------
 src/processarc.c   |    8 ++++++--
 src/trigcmd.c      |    6 +++---
 src/trigproc.c     |   10 +++++-----
 4 files changed, 23 insertions(+), 19 deletions(-)

commit 5da3e92afcb6109feed5e9dac155eb3ca75010eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 19:30:20 2009 +0200

    Do not use C++ style comments in C code

 dpkg-deb/build.c                       |    2 +-
 scripts/t/200_Dpkg_Shlibs/symboltags.c |   14 +++++++++-----
 src/configure.c                        |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)

commit 4985c686c30b2d0682aab0885d32c36007a7998d
Author: David Benjamin <davidben@MIT.EDU>
Date:   Sat Aug 29 19:59:20 2009 -0400

    dpkg: Refactor file addition into package files to a new function
    
    Added private function pkg_files_add_file for inserting a file to a
    package's entries. The function takes a file_tail to avoid an O(n^2)
    loop when adding to the end of the list. (This is what the original code
    does, so I have mirrored its behavior.)
    
    Signed-off-by: David Benjamin <davidben@mit.edu>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/filesdb.c |   77 +++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 50 insertions(+), 27 deletions(-)

commit ed26065325918ba214faded3183ad77e93a1a531
Author: David Benjamin <davidben@MIT.EDU>
Date:   Sat Aug 29 19:57:24 2009 -0400

    dpkg: Split off emptying a package's file info
    
    Put it into a separate function for reuse by other routines and to
    simplify ensure_packagefiles_available.
    
    Signed-off-by: David Benjamin <davidben@mit.edu>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/filesdb.c |   47 ++++++++++++++++++++++++++++++++++-------------
 1 files changed, 34 insertions(+), 13 deletions(-)

commit 8fd258be9097fbd82c60859398b40e30f35c9a19
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Oct 9 18:20:40 2009 +0200

    Minor fixes in the German man page translation

 man/po/de.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6e1998224f8a218257b9af8ed3e3e082698d1a8a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Oct 9 16:39:26 2009 +0200

    Dpkg::Control: rename CTRL_APT_* to CTRL_INDEX_*
    
    The Packages and Sources files are not really specific to APT.
    Those files are indexes that can be used by other programs.

 scripts/Dpkg/Control.pm        |   12 ++++++------
 scripts/Dpkg/Control/Fields.pm |   34 +++++++++++++++++-----------------
 scripts/Dpkg/Control/Types.pm  |    8 ++++----
 scripts/Dpkg/Vendor/Debian.pm  |    4 ++--
 scripts/dpkg-scanpackages.pl   |    2 +-
 scripts/dpkg-scansources.pl    |    2 +-
 6 files changed, 31 insertions(+), 31 deletions(-)

commit 2a194c6cc6e534d090b9c99b6ef53b5b1a0e2ce1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 8 21:05:38 2009 +0200

    Dpkg::Changelog::Debian: preserve blank lines
    
    The blank lines separating the header, changes and trailer lines
    were lost in the parsing. Now they are stored in three new attributes
    of Dpkg::Changelog::Entry.

 scripts/Dpkg/Changelog.pm        |    2 ++
 scripts/Dpkg/Changelog/Debian.pm |   21 +++++++++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)

commit c8fc6e93151a6f7bea92eb5b9d41d3aaab12aee3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 8 19:01:39 2009 +0200

    Dpkg::Changelog::Debian: keep blank lines and trailing whitespace unchanged
    
    In order to be able to output the very same changelog file, we want to
    keep whitespaces while parsing and simply drop them in outputs where
    they should not appear.
    
    This commit is a good start towards this goal.

 scripts/Dpkg/Changelog.pm        |    4 +++-
 scripts/Dpkg/Changelog/Debian.pm |   33 +++++++++++++++++++--------------
 2 files changed, 22 insertions(+), 15 deletions(-)

commit 47b4a7646705e571cc29cb86ba2b4dd3e697681c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 8 15:42:03 2009 +0200

    Dpkg::Changelog::Debian: store unmodified changes lines in an array
    
    And post-process them later for output as a proper Dpkg::Control
    information block.

 scripts/Dpkg/Changelog.pm        |   11 +++++++++--
 scripts/Dpkg/Changelog/Debian.pm |   16 ++++++++--------
 2 files changed, 17 insertions(+), 10 deletions(-)

commit 3b566810a1227cbfe46173dca05a303ffd922d1d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Oct 5 21:35:25 2009 +0200

    Dpkg::Deps::version_implies(): fix to return undef with invalid versions
    
    The 0 value means that the implication is logically disproved. We wanted
    to express that we don't know anything since the version parameter is
    not a valid version and thus can't be compared.

 scripts/Dpkg/Deps.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 00a9e0039e41ae52d414a9605af5eca070175f28
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Oct 5 21:30:41 2009 +0200

    Dpkg::Version: rename some functions and constants
    
    version_compare_op() becomes version_compare_relation().
    version_normalize_cmp_op() becomes version_normalize_relation().
    The CMP_OP_* constants become REL_*.
    
    Update all scripts and modules accordingly.

 scripts/Dpkg/Changelog.pm    |    8 +++---
 scripts/Dpkg/Deps.pm         |    5 ++-
 scripts/Dpkg/Version.pm      |   60 +++++++++++++++++++++---------------------
 scripts/dpkg-genchanges.pl   |    4 +-
 scripts/dpkg-scanpackages.pl |    4 +-
 scripts/dpkg-shlibdeps.pl    |   10 +++---
 scripts/t/100_Dpkg_Version.t |    6 ++--
 7 files changed, 49 insertions(+), 48 deletions(-)

commit e6d0f07f07bf61d230d8df78e7c6bbb8945c0ebf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Oct 5 18:10:29 2009 +0200

    Update German scripts translation
    
    Update to 471t.

 scripts/po/de.po |  230 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 122 insertions(+), 108 deletions(-)

commit 4a256f2cd3f80203edc4ec6bb49ff7664a580dcd
Author: Sean Finney <seanius@debian.org>
Date:   Mon Sep 28 23:34:29 2009 +0200

    libdpkg: Move copyfileperms to non-static file_copy_perms
    
    This functionality is also needed by the conffile handling code to
    ensure that the merge output is stored in a file with the same
    permissions as the original conffile, preventing the accidental
    opportunity for unintended information disclosure.
    
    Therefore the function is moved into a new library module (file.{c,h}),
    and given an appropriate prefix. Note that some of the translatable
    error messages have been modified as they would otherwise be misleading.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/Makefile.am |    1 +
 lib/dpkg/file.c      |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/file.h      |   37 ++++++++++++++++++++++++++++++++++
 src/configure.c      |   28 +------------------------
 4 files changed, 93 insertions(+), 26 deletions(-)

commit f38ab16ec1b15b7326b7a52b39567fa18f806b54
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 5 04:21:16 2009 +0200

    libdpkg: Update path_quote_filename function comment

 lib/dpkg/path.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit 3adb9397a0d82c0f42fd93455b69585693cf162a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 5 04:12:07 2009 +0200

    libdpkg: Change order and rename path_quote_filename arguments
    
    Place the size at the end, and rename buf to dst, and s to src.

 lib/dpkg/path.c |   28 ++++++++++++++--------------
 lib/dpkg/path.h |    2 +-
 src/archives.c  |    4 ++--
 3 files changed, 17 insertions(+), 17 deletions(-)

commit f35d66dbc228bc8ad2c5255dee1bf4ecf9ee6e06
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 5 04:06:06 2009 +0200

    libdpkg: Change path_quote_filename size argument type to size_t

 lib/dpkg/path.c |    2 +-
 lib/dpkg/path.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 44fed3cce6ca6d410d48dce55176c73c1cbbc960
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 5 04:04:35 2009 +0200

    libdpkg: Make path_quote_filename s argument const

 lib/dpkg/path.c |    2 +-
 lib/dpkg/path.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 37e32a9c2c3fa05c1bb7d16b1552c8cb63ad08e2
Author: Sean Finney <seanius@seanius.net>
Date:   Mon Sep 28 23:34:28 2009 +0200

    libdpkg: Move quote_filename to the path module as path_quote_filename
    
    This function will be useful for other parts of dpkg, so the function
    has been moved to a more sensible location, the static qualifier removed,
    and its name appropriately prefixed.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/path.c |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/path.h |    1 +
 src/archives.c  |   65 ++++--------------------------------------------------
 3 files changed, 67 insertions(+), 60 deletions(-)

commit 5e435949d6379f7dc930f042db5241af1e2ffb46
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 19:28:40 2009 +0200

    Ensure that the string representation of Dpkg::Version is unchanged
    
    The version string used at creation time should be returned
    when you stringify a Dpkg::Version object. Ensure this by adding a
    non-regression test.

 scripts/t/100_Dpkg_Version.t |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit af5a5349f99df7c8f4698ee0d92cd2c6824c428e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 29 01:10:12 2009 +0200

    Dpkg::Version: drop the old API and implementation
    
    Switch the non-regression tests to the new API.

 scripts/Dpkg/Version.pm      |  173 ------------------------------------------
 scripts/t/100_Dpkg_Version.t |    9 +-
 2 files changed, 5 insertions(+), 177 deletions(-)

commit 10badb3c2de113f0129988529b1e9386ed5ab0a6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 29 01:06:50 2009 +0200

    Update all Perl modules and scripts to use the new Dpkg::Version API

 scripts/Dpkg/Changelog.pm         |   10 +++---
 scripts/Dpkg/Deps.pm              |   65 +++++++++++++++++++-----------------
 scripts/Dpkg/Shlibs/SymbolFile.pm |    8 ++--
 scripts/Dpkg/Source/Package.pm    |   11 +++---
 scripts/dpkg-buildpackage.pl      |    5 ++-
 scripts/dpkg-genchanges.pl        |   12 ++++---
 scripts/dpkg-scanpackages.pl      |   14 ++------
 scripts/dpkg-shlibdeps.pl         |   11 +++---
 scripts/dpkg-source.pl            |    5 ++-
 9 files changed, 72 insertions(+), 69 deletions(-)

commit 847231cd0f0a7e97361836f22753fd1bb2f1e9b1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 29 00:05:06 2009 +0200

    Dpkg::Version: new implementation and new object interface
    
    The old implementation is still around in this commit so that
    it's easy to checkout this commit and add supplementary test cases
    in scripts/t/100_Dpkg_Version.t to verify that both implementations
    have the same result. Some new test cases have been added during the
    implementation.
    
    The new object interface overrides all the comparison operators
    so that you can directly compare two Dpkg::Version objects. The
    object can also be used within strings and it will generate the
    same version string than the one given at creation time.

 scripts/Dpkg/Version.pm      |  335 ++++++++++++++++++++++++++++++++++++++++--
 scripts/t/100_Dpkg_Version.t |   26 +++-
 2 files changed, 349 insertions(+), 12 deletions(-)

commit 55eb6f3163420dd14c5a9e5aadfa3b314378a187
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 4 03:40:10 2009 +0200

    libcompat: Define offsetof only if the system does not have it
    
    Due to <compat.h> being included first, offsetof was being defined
    always to the local version.

 configure.ac        |    1 +
 lib/compat/compat.h |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 430c20759f8127c6690b33dd4f877f3acc20d31e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 4 15:12:47 2009 +0200

    build: Properly escape DPKG_CHECK_DECL and DPKG_CHECK_DEFINE arguments
    
    Use AS_TR_SH for shell variables and AS_TR_CPP for variables used in
    headers or Makefiles.

 m4/types.m4 |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit c2ee51d0da82e7fe82f418a554ea425b4a374e64
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 4 14:16:19 2009 +0200

    build: Fix DPKG_CHECK_DEFINE to properly check for dpkg_cv_define_$1
    
    The macro was checking for the dpkg_cv_define variable, which implied
    always doing an AC_DEFINE to 0.
    
    As a consequence now start-stop-deaemon will use TIOCNOTTY when
    available.

 debian/changelog |    1 +
 m4/types.m4      |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 30a6d6d131a516c4bcd67705487a54e6ee2085bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 3 21:02:47 2009 +0200

    libdpkg: Move pkg_sorter code to a new pkg module

 lib/dpkg/Makefile.am            |    1 +
 lib/dpkg/pkg-array.c            |    9 ---------
 lib/dpkg/pkg-array.h            |    3 +--
 lib/dpkg/{pkg-array.h => pkg.c} |   30 ++++++++++++------------------
 lib/dpkg/{pkg-array.h => pkg.h} |   22 ++++++----------------
 po/POTFILES.in                  |    1 +
 src/main.h                      |    5 -----
 7 files changed, 21 insertions(+), 50 deletions(-)

commit 2510971730a3a4c0f033884dc0bc5c6a82a9f5fb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 3 20:47:57 2009 +0200

    libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_name

 lib/dpkg/pkg-array.c |    2 +-
 src/main.h           |    2 +-
 src/query.c          |    4 ++--
 src/select.c         |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 2ddc61d4aac2d333b6e36a1f5488e9c611122653
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 4 02:56:02 2009 +0200

    libdpkg: Mark and improve strings for translation

 lib/dpkg/varbuf.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 6b92aa0adfb9a83ae862b7c1aa9854da7efacc2f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 3 17:28:20 2009 +0200

    dpkg-statoverride: Add missing angle brackets in string

 src/statcmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f659276004f4b8aa9ba57d8e5b4e253720be5f09
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 4 02:53:27 2009 +0200

    Add all libdpkg .c files to POTFILES
    
    Regardless of them not currently containing marked strings for
    translation, as it makes it more unlikely to forget adding the
    files when a new marked string is added.

 po/POTFILES.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 722fa5660d52ac75db0b21a86004fc10f8f580bb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 17:32:18 2009 +0200

    Add a .mailmap file to fix up name and mail addresses

 .mailmap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit af295ce06ec841e1aa005d98de37b437bd189995
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 3 10:27:42 2009 +0200

    Update German translation of manual pages
    
    Update to 1648t.

 man/po/de.po |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 69 insertions(+), 1 deletions(-)

commit 8540a328c8d7b4a714b75b060c3d23e182974d0c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 3 09:49:55 2009 +0200

    Update German scripts translation
    
    Update to 468t.

 scripts/po/de.po |  121 ++++++++++++++++++++++++++----------------------------
 1 files changed, 58 insertions(+), 63 deletions(-)

commit 0c21f1617933ab35a5b081fe314ca5a864a9962a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 23:48:40 2009 +0200

    dselect-multicd: fix bashism in setup script
    
    Use printf instead of echo -e. Closes: #530070

 debian/changelog              |    1 +
 dselect/methods/multicd/setup |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 65a0572e3fb08a218ca7120d530f9f64799bcaec
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 23:40:54 2009 +0200

    dselect-multicd: replace/drop obsolete dpkg commands
    
    dpkg --print-installation-architecture is deprecated in favor
    of dpkg --print-architecture. dpkg --forget-old-unavail is obsolete.

 dselect/methods/multicd/install |    2 +-
 dselect/methods/multicd/setup   |    2 +-
 dselect/methods/multicd/update  |    4 +---
 3 files changed, 3 insertions(+), 5 deletions(-)

commit b2fd773fc9ca32fd907f4c35a30ec9138f9a1c43
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 23:38:23 2009 +0200

    dselect-multicd: update README wrt the dpkg-scanpackages situation
    
    The required features have been merged in the official dpkg-scanpackages
    so don't mention the diverted copy that doesn't exist anymore.

 dselect/methods/multicd/README.multicd |   28 +++++++---------------------
 1 files changed, 7 insertions(+), 21 deletions(-)

commit a4cabaa4af618451de48c262be7d374640a6fae7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 23:28:38 2009 +0200

    dselect-multicd: add missing copyright statements
    
    The copyright statements come from debian/copyright in the
    dpkg-multicd source package (version 0.21).

 dselect/methods/multicd/install |   16 ++++++++++++++++
 dselect/methods/multicd/setup   |   23 +++++++++++++++++++++++
 dselect/methods/multicd/update  |   16 ++++++++++++++++
 3 files changed, 55 insertions(+), 0 deletions(-)

commit fed6ba7830400f0bdf182b477a700990001a6988
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 23:22:44 2009 +0200

    Integrate dpkg-multicd into dselect
    
    The `multicd' package was initially written by Heiko Schlittermann
    <heiko@lotte.sax.de> based on builtin access methods written by Ian
    Jackson <ian@chiark.greenend.org.uk>.  The final packaging as well as
    cleanups were made by Martin Schulze <joey@infodrom.north.de> who also
    put this package together for the slink release (Debian GNU/Linux
    2.1).
    
    This commit includes the raw files as provided in version 0.21 of dpkg-multicd
    (except for a few whitespaces cleanups).
    
    The dpkg-scanpackages fork has been left out since the required features
    have been merged in the official dpkg-scanpackages. Closes: #516631

 debian/changelog                         |    2 +
 debian/control                           |    4 +-
 debian/copyright                         |    2 +
 debian/dpkg.docs                         |    1 +
 dselect/methods/Makefile.am              |   14 +-
 dselect/methods/multicd/README.multicd   |  131 ++++++
 dselect/methods/multicd/desc.multi_cd    |    3 +
 dselect/methods/multicd/desc.multi_mount |   12 +
 dselect/methods/multicd/desc.multi_nfs   |   12 +
 dselect/methods/multicd/install          |  294 +++++++++++++
 dselect/methods/multicd/names            |    3 +
 dselect/methods/multicd/setup            |  663 ++++++++++++++++++++++++++++++
 dselect/methods/multicd/update           |  116 ++++++
 13 files changed, 1253 insertions(+), 4 deletions(-)

commit 5ed64b297e3f9ce9490372abc9b269126e2bd0a4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 22:40:39 2009 +0200

    dpkg-scanpackages: add new --medium option
    
    This feature is supported in the dpkg-scanpackages implementation provided
    by dpkg-multicd. Unfortunately it was using the "-m" option which got
    granted to --multiversion in the official dpkg-scanpackages.
    
    This option will only be useful for people wishing to create Packages.cd
    files for use by the multicd dselect access method. Closes: #402527

 debian/changelog             |    3 +++
 man/dpkg-scanpackages.1      |    5 +++++
 scripts/dpkg-scanpackages.pl |    6 +++++-
 3 files changed, 13 insertions(+), 1 deletions(-)

commit 171610876f98768167ec1aec2dbc63cdaa19f1e6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 21:23:15 2009 +0200

    dpkg-scanpackages/dpkg-scansources: support compressed override files
    
    This feature is supported in the dpkg-scanpackages implementation provided
    by dpkg-multicd.

 debian/changelog             |    1 +
 man/dpkg-scanpackages.1      |    5 +++--
 man/dpkg-scansources.1       |   12 +++++++-----
 scripts/dpkg-scanpackages.pl |   11 +++++++----
 scripts/dpkg-scansources.pl  |   39 +++++++++++++++++++++++++--------------
 5 files changed, 43 insertions(+), 25 deletions(-)

commit c6e64aafd1eeacfd94d705af72b617cfa1bc3466
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 1 21:48:14 2009 +0200

    Dpkg::Control::Fields: add Priority and Section fields to CTRL_APT_SRC
    
    Both fields are allowed in Sources files, they are generated by
    dpkg-scansources or apt-ftparchive based on the override files.

 scripts/Dpkg/Control/Fields.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit abd59dcac70a0b010f950f96ccdaae2c7c7d0b34
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Oct 1 14:10:26 2009 +0200

    German dpkg translation update
    
    Update to 966t4f.

 po/de.po | 1363 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 689 insertions(+), 674 deletions(-)

commit 35efaf4edff7b0f4ddde38b8b3d7b7d9d317a6fb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 30 03:23:47 2009 +0200

    libdpkg: Remove unused varbufextend
    
    The interface for this function was broken, and it's been replaced by
    the saner varbuf_grow.

 lib/dpkg/varbuf.c |   10 ----------
 lib/dpkg/varbuf.h |    1 -
 2 files changed, 0 insertions(+), 11 deletions(-)

commit dac03e12b418899430a6667a5596cd515b120295
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 30 03:21:06 2009 +0200

    libdpkg: Use varbuf_grow instead of varbufextend

 debian/changelog  |    2 ++
 lib/dpkg/varbuf.c |   15 +++++----------
 2 files changed, 7 insertions(+), 10 deletions(-)

commit 353b02acb33224bc2d7e3b0295538d592b9c8bad
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 30 03:10:27 2009 +0200

    dpkg: Use stat size to varbuf_grow the buffer for readlink
    
    Do not expand the buffer indefinitely by trying several times until
    the buffer is big enough. Pre-allocate just once using varbuf_grow
    with the known size from stat.

 debian/changelog |    3 +++
 src/archives.c   |   10 +++++-----
 src/configure.c  |   51 ++++++++++++++++++++++-----------------------------
 3 files changed, 30 insertions(+), 34 deletions(-)

commit 1a8d12285d650fa4bb13406a515228030d4d9ca1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 30 03:06:55 2009 +0200

    libdpkg: Fix varbufprintf to not grow indefinitely
    
    Use the C99 semantics for vsnprintf to get the final formatted string
    size, and then call it again to do the actual work. Use varbuf_grow with
    the know size, instead of always calling varbufextend, regardles of
    needing to extend the buffer, which was making it grow indefinitely.
    
    This also should speed it up a bit by not requiring to call vsnprintf
    several times depending on the length of the final string. Only two
    calls are required now, always.

 debian/changelog         |    3 +++
 lib/dpkg/test/t-varbuf.c |   28 ++++++++++++++++++++++++++++
 lib/dpkg/varbuf.c        |   32 +++++++++++++++++++-------------
 3 files changed, 50 insertions(+), 13 deletions(-)

commit d8d0b3a06f8668a2c7e8c3db2debd60cf526e7f1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 30 20:55:16 2009 +0200

    libdpkg: Use varbuf_grow instead of increasing member used
    
    The code assumes that the various varbuf functions will grow the
    buffer if used > size, which is not going to be true once varbuf gets
    internally switched to varbuf_grow from varbufextend.

 src/configure.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 23e191ad73b870e2b29f59cb405b18ccaf35b00a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 19:41:58 2009 +0200

    libdpkg: Add new varbuf_grow function

 lib/dpkg/test/t-varbuf.c |   34 ++++++++++++++++++++++++++++++++++
 lib/dpkg/varbuf.c        |   16 ++++++++++++++++
 lib/dpkg/varbuf.h        |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)

commit 12a61afc463c74a40ac65ccc0cb6f75dee532f16
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 02:21:43 2009 +0200

    dpkg-statoverride: Rewrite in C

 debian/changelog             |    1 +
 po/POTFILES.in               |    2 +-
 scripts/Makefile.am          |    2 -
 scripts/dpkg-statoverride.pl |  247 ------------------------
 src/.gitignore               |    1 +
 src/Makefile.am              |   16 ++-
 src/statcmd.c                |  437 ++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 455 insertions(+), 251 deletions(-)

commit d96bee65e139db050bd981a42e29c3763847ee77
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 14:30:12 2009 +0200

    statdb: Do stricter parsing validation
    
    Match the validations done on input in dpkg-statoverride, so that we can
    reuse this code when rewritting dpkg-statoverride in C.

 debian/changelog |    2 ++
 src/statdb.c     |   20 +++++++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

commit aee5c7726729af8ac93ea7b768f555bc234fa932
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 14:28:11 2009 +0200

    Add document describing the C coding style

 Makefile.am          |    1 +
 debian/changelog     |    1 +
 doc/coding-style.txt |  159 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 161 insertions(+), 0 deletions(-)

commit c61f48738fee364f2f1d32aaae5c073e30eecc52
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 28 20:11:10 2009 +0200

    dpkg: Reduce variable scope in checkpath
    
    Move them closer to their actual usage.

 src/help.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 1afae1b4508d506450c0bd2d82325e31c41af6ed
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 28 20:02:59 2009 +0200

    dpkg: Use size_t instead of long for path_len in checkpath()

 src/help.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b407cde7c7acc7dcb21cba9d81e164b507b93912
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 17:26:58 2009 +0200

    dpkg: Use more meaningful and clearer variable names in checkpath()
    
    Variable renames:
      checklist → prog_list
      clp → prog
      path → path_list
      s → path
      p → path_end
      l → path_len
      buf → filename

 src/help.c |   47 ++++++++++++++++++++++++++---------------------
 1 files changed, 26 insertions(+), 21 deletions(-)

commit 95a4b0b31be033488de1786fa163bce7f79b111d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 14:23:10 2009 +0200

    Switch to use stdbool were appropriate

 dpkg-deb/build.c          |   11 +++--
 lib/dpkg/database.c       |   14 ++++--
 lib/dpkg/dpkg-db.h        |   15 ++++---
 lib/dpkg/vercmp.c         |   23 +++++++----
 src/archives.c            |   59 ++++++++++++++++-------------
 src/archives.h            |    6 ++-
 src/depcon.c              |   90 +++++++++++++++++++++++++++------------------
 src/enquiry.c             |   26 ++++++++----
 src/errors.c              |   11 +++--
 src/help.c                |   48 ++++++++++++++++-------
 src/main.c                |    7 ++-
 src/main.h                |   24 ++++++------
 utils/start-stop-daemon.c |   59 +++++++++++++++--------------
 13 files changed, 233 insertions(+), 160 deletions(-)

commit 2496b63475f9c69f42b44c0673482fc57a616283
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 13:59:30 2009 +0200

    build: Abort if there is no support for the required C99 extensions

 debian/changelog |    1 +
 m4/compiler.m4   |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit e74a1a27f90e07a47bb9a42bf8d769061b7b3707
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 13:54:24 2009 +0200

    build: Add more options to try to get support for C99 extensions
    
    Taken from autoconf.

 m4/compiler.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit b1f61777e76a083fe6f92f4751a695566f478c1c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 13:50:28 2009 +0200

    build: Check for C99 snprintf family of functions
    
    We need the new semantics that allow passing NULL and 0 size to retrieve
    the full size of the formatted string. Add a new DPKG_FUNC_C99_SNPRINTF
    macro and remove the simple compat checks for snprintf and vsnprintf.

 configure.ac           |    3 ++-
 lib/compat/Makefile.am |    8 ++------
 m4/funcs.m4            |   47 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 50 insertions(+), 8 deletions(-)

commit 7e8415be3f31884f3fb2c99ef9255344b67bec21
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 13:47:46 2009 +0200

    build: Use memcpy instead of assignment to copy va_list
    
    It's more portable that way. Remove now unneeded check for working
    assignment.

 lib/compat/compat.h |    3 ++-
 m4/funcs.m4         |   11 +----------
 2 files changed, 3 insertions(+), 11 deletions(-)

commit a31d6e1c1b8438a0ec968c05c58a690eb9023f1d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 03:11:04 2009 +0200

    build: Add an explicit return type to main in DPKG_FUNC_VA_COPY

 m4/funcs.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit fbfda2821f4d511f975528047f09f26eaacb2993
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 17:24:06 2009 +0200

    build: Do not test for C99 for-loop variable declaration support
    
    This extension is not going to be used in the code base anyway.

 m4/compiler.m4 |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 848980ebb14c1285cf3d81e596a215c95af2b274
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 17:22:52 2009 +0200

    dpkg-query: Do not use C99 style for-loop variable declarations

 src/query.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit e6baa48223e6a6dcdd8522c91d96d76a2a3a3f0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 17:10:21 2009 +0200

    build: Add test for 'trailing comma in enum' C99 support

 m4/compiler.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 855fcc88a20f6cfa80276f76721acf1f041fa892
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 16:22:47 2009 +0200

    build: Reorder subdirectory build sequence
    
    Build src after the low-level dpkg-deb and dpkg-split programs, and
    dselect before scripts.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e18a89b3b19a75df7dce782c3a26c9f0172656e0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 16:46:25 2009 +0200

    Remove helponly and versiononly functions
    
    Directly use printversion and usage functions, make them exit and change
    their prototypes to fit cmdinfos.
    
    This solves the ugly situation of expecting helponly and versiononly
    callers to respectively define printversion and usage themselves.

 dpkg-deb/main.c       |   16 ++++++++++------
 dpkg-split/main.c     |   16 ++++++++++------
 dselect/main.cc       |   16 ++++++++++------
 lib/dpkg/myopt-util.c |   14 --------------
 lib/dpkg/myopt.h      |    6 ------
 src/main.c            |   16 ++++++++++------
 src/query.c           |   16 ++++++++++------
 src/trigcmd.c         |   16 ++++++++++------
 8 files changed, 60 insertions(+), 56 deletions(-)

commit 00c6f6094e4eac93805c695f8e7ddc30c001d05f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 12:58:33 2009 +0200

    dpkg-trigger: Move functions and variables around
    
    Place cmdinfos just before main, and the variables and noawait function
    definitions after usage.

 src/trigcmd.c |   49 +++++++++++++++++++++++++------------------------
 1 files changed, 25 insertions(+), 24 deletions(-)

commit cdc1ff8459094d48608dfdabbe5f43587eaa5c6a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 14:31:36 2009 +0200

    dpkg-trigger: On --help print the default admindir
    
    Instead of the one passed on the command line.

 debian/changelog |    2 ++
 src/trigcmd.c    |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 83438860857adc4231912ca862829a6fa3e8eda7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 27 03:58:15 2009 +0200

    Remove unused variables

 src/main.c  |    2 --
 src/query.c |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

commit 4b3960c245ca592f42d7e04290c6a586254f5c95
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Mon Sep 28 16:40:42 2009 -0500

    debian/copyright: Update path to MD5 code
    
    The lib/ directory was renamed to lib/dpkg/ in commit 01d0532
    (Move libraries to subdirectories under lib/, 2009-07-15).
    Update the copyright file accordingly.

 debian/changelog |    2 ++
 debian/copyright |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 48ec636faedc49894c7de423e94c9c7c7afaab81
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 29 01:18:55 2009 +0200

    Fix the polish translation.

 man/po/pl.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f9ea0dc5cb69b7b91bd1fb9a647d19bae624cce
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Sep 27 19:32:56 2009 +0200

    Italian translation update
    
    Updated to 978t

 debian/changelog |    1 +
 po/it.po         |   72 ++++++++++++++++++++++++++++-------------------------
 2 files changed, 39 insertions(+), 34 deletions(-)

commit bc97d12853e1a90abf971ee0a5a7d263381e8152
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Sep 27 14:51:50 2009 +0200

    Merge conflicts

 debian/changelog |    1 +
 man/po/pl.po     | 1357 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 732 insertions(+), 626 deletions(-)

commit c2d0dfde09bc9d518435b841897d86db8d464317
Author: Wiktor Wandachowicz <siryes@gmail.com>
Date:   Sun Sep 27 08:40:34 2009 +0200

    Update Polish translation of dselect
    
    Update to 230t

 debian/changelog |    1 +
 dselect/po/pl.po |   13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 8df12c05d14ae1b4184bf3ca4ccf790e056f6b5f
Author: Wiktor Wandachowicz <siryes@gmail.com>
Date:   Sun Sep 27 08:36:50 2009 +0200

    Update Polish translation of scripts
    
    Update to 467t

 debian/changelog |    1 +
 scripts/po/pl.po |  250 ++++++++++++++++++++++++++++-------------------------
 2 files changed, 133 insertions(+), 118 deletions(-)

commit dff0e2ed64de23e429733d53bcfefc1db974bdd1
Author: Wiktor Wandachowicz <siryes@gmail.com>
Date:   Sun Sep 27 08:35:40 2009 +0200

    Update polish programs translations
    
    Update to 474t

 debian/changelog |    1 +
 po/pl.po         | 1179 ++++++++++++++----------------------------------------
 2 files changed, 309 insertions(+), 871 deletions(-)

commit a43b40604e099100c5813c4a72fc1c9becec926a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 27 05:48:35 2009 +0200

    Fix typo in man page: s/invokation/invocation/

 man/dpkg.1          |    2 +-
 man/po/de.po        |    4 ++--
 man/po/dpkg-man.pot |    2 +-
 man/po/es.po        |    4 ++--
 man/po/fr.po        |    4 ++--
 man/po/hu.po        |    4 ++--
 man/po/ja.po        |    4 ++--
 man/po/pl.po        |    4 ++--
 man/po/pt_BR.po     |    4 ++--
 man/po/ru.po        |    4 ++--
 man/po/sv.po        |    4 ++--
 11 files changed, 20 insertions(+), 20 deletions(-)

commit e637fb89d03ea2936dd56ba259a025df7eb9540b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 27 05:45:24 2009 +0200

    Update German translation of manual pages
    
    Update to 1642t.

 man/po/de.po |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit bb9d87468ff4e3710c854ffaa0b09110f8fdde64
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 20:53:55 2009 +0200

    build: Fix build failure with automake < 1.11
    
    When there's no AM_SILENT_RULES support, set a AM_DEFAULT_VERBOSITY
    variable to 1 (verbose), so that the verbosity variables under man/
    become no-ops.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 4f4f01eff03995c81543716e471d82bf7506f6ee
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 26 17:46:00 2009 +0200

    dselect-ftp: stop calling dpkg --forget-old-unavail as it's a no-op
    
    And it outputs an annoying warning nowadays.

 dselect/methods/ftp/update |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 4264e4fa35e0e9eb081fce0e63ea65e40b6535d7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 26 17:43:57 2009 +0200

    dselect-ftp: don't use obsolete dpkg --print-installation-architecture

 dselect/methods/ftp/setup  |    2 +-
 dselect/methods/ftp/update |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit df6c06c4fb4570abd37fd6ec29a0201a496c4a81
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 26 17:42:22 2009 +0200

    dselect-ftp: Update my e-mail address and copyright

 dselect/methods/ftp/install |    2 +-
 dselect/methods/ftp/setup   |    2 +-
 dselect/methods/ftp/update  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 19bb276568af6bbbac700345953e1c9ec5a68d9d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 22 18:53:19 2009 +0200

    Integrate dpkg-ftp into dselect
    
    It requires perl to work but don't add it as a dependency
    but only as a suggests and instead have a nice error
    message to invite the user to install the perl package.
    
    Other minor changes include removal of latin1 characters,
    moving the README.mirrors file inside the method directory
    and renaming the Dpkg::Ftp module to Dselect::Ftp.

 debian/changelog                       |    1 +
 debian/control                         |    4 +-
 debian/dselect.install                 |    1 +
 dselect/methods/Debian/Dselect/Ftp.pm  |  362 ++++++++++++++++++
 dselect/methods/Makefile.am            |   13 +-
 dselect/methods/ftp/README.mirrors.txt |  259 +++++++++++++
 dselect/methods/ftp/desc.ftp           |    2 +
 dselect/methods/ftp/install            |  626 ++++++++++++++++++++++++++++++++
 dselect/methods/ftp/names              |    2 +
 dselect/methods/ftp/setup              |  174 +++++++++
 dselect/methods/ftp/update             |  251 +++++++++++++
 11 files changed, 1692 insertions(+), 3 deletions(-)

commit 6f5219bfd2f4f4eb40eb45da8e5336b3a8acacef
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Sep 26 19:22:29 2009 +0200

    Update German scripts translation
    
    Update to 473t.

 scripts/po/de.po |  464 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 242 insertions(+), 222 deletions(-)

commit 934cdd967144e968e20b91571e8534060b6bcebe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 14:08:56 2009 +0200

    libdpkg: Enclose buffer_data union initialization with braces

 lib/dpkg/buffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5243faaa0724e1ac43f19b98e8414d08f1d8c330
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 14:15:15 2009 +0200

    build: Update compiler-warnings flags
    
    Do not use -Werror for now (at leasat until ncurses is fixed). And add
    -Wextra -Wno-unused-parameter -Wno-missing-field-initializers.

 m4/compiler.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1d099a33185ef2cd8ce461175e93641a56462b43
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 14:14:22 2009 +0200

    build: Refactor warning flags into a new WFLAGS variable

 m4/compiler.m4 |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit c2bc3564b98cc19df8c936b6be2e170849bc514b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 14:20:07 2009 +0200

    build: Wrap perl expression in PERL_LIBDIR assignment

 m4/perl.m4 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit a29c0e70037796f51d767367d33178726c1b5aa6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 26 14:03:07 2009 +0200

    build: Properly escape $( inside perl regex
    
    Use one back slash instead of two, otherwise perl was replacing it
    with the $( (aka $GID).
    
    Broken due to commit 02f1f8a50af58b9d1f61dd9258cf1d26fe2f0d21.

 m4/perl.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b7f2f91179844b21728aa0d31074f3b2caa9e776
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 15:33:44 2009 +0200

    Do not print redundant dpkg prefix and new line on undefined PATH

 src/help.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5fe88c57eed84b77e469d2a1b788f338e049a00f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 15:31:08 2009 +0200

    Use warning() instead of fprintf() in checkpath()

 src/help.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7623f78d39682076ffe4ea416df947fdab91b184
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 04:40:56 2009 +0200

    Clean up coding style for half compliant files
    
    Fix spacing, indentation and alignment. Do not use backticks, on
    comments use UTF-8 pretty quotes, on strings use single or double
    quotes, but do not change strings marked for translation if no other
    change was needed. Fix placement of braces and boolean operators. Fix
    formatting of comments.

 lib/dpkg/showpkg.c        |  229 ++++++++++++----------
 lib/dpkg/subproc.c        |    6 +-
 lib/dpkg/tarfn.c          |  257 +++++++++++++------------
 src/configure.c           |  476 ++++++++++++++++++++++++---------------------
 utils/start-stop-daemon.c |   73 ++++----
 5 files changed, 555 insertions(+), 486 deletions(-)

commit 6d365230885ff9221a83efb9e262818cbe384b32
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 03:51:49 2009 +0200

    s-s-d: Call warning instead of fatal on ioprio_set error
    
    This feature should be considered optional, as non-Linux architectures
    do not support it, neither do older Linux kernels, and it seems some
    virtualization Linux kernels like the OpenVZ patch do not allow it.

 debian/changelog          |    2 ++
 utils/start-stop-daemon.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 58665e1eeac647b1e2555a6a62149666bf0a4745
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 03:43:12 2009 +0200

    libdpkg: Use struct buffer_data instead of buffer_data_t
    
    Do not use typedefs for structs, it's bad form as it makes it more
    difficult to know what kind of type we are dealing with. Only to be
    used for fundamental types. Remove buffer_data_t.

 lib/dpkg/buffer.c |   15 ++++++++-------
 lib/dpkg/buffer.h |   15 ++++++++-------
 2 files changed, 16 insertions(+), 14 deletions(-)

commit 78c3744c84ad7e494eae291432c55963f8f1ed81
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 00:20:19 2009 +0200

    libdpkg: Add new buffer_hash and buffer_md5 functions

 lib/dpkg/buffer.c         |   13 ++++++++++++
 lib/dpkg/buffer.h         |    4 +++
 lib/dpkg/test/.gitignore  |    1 +
 lib/dpkg/test/Makefile.am |    2 +
 lib/dpkg/test/t-buffer.c  |   46 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 66 insertions(+), 0 deletions(-)

commit 8c84d22f662e61664b3619117c5c4eabd6b704d8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 00:25:02 2009 +0200

    libdpkg: Make buffer_write buf argument const

 lib/dpkg/buffer.c |    3 ++-
 lib/dpkg/buffer.h |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit e135015ae2bf41321e75829aaac58fcecc57542b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 23:47:59 2009 +0200

    libdpkg: Rename struct buffer_data data member to arg

 lib/dpkg/buffer.c |   36 ++++++++++++++++++------------------
 lib/dpkg/buffer.h |    2 +-
 2 files changed, 19 insertions(+), 19 deletions(-)

commit 7f30800717987b50cb887eedd2cf2f0e841a64e1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 23:27:53 2009 +0200

    libdpkg: Move buffer_arg declaration directly into buffer_data

 lib/dpkg/buffer.h |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 1d9088b24a8a9b279d2b9928512aa3f060560135
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 20:45:21 2009 +0200

    libdpkg: Use internerr for invalid buffer data types

 lib/dpkg/buffer.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e411455bf64cb62369a9503fa1b2c1ffb935e198
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 20:42:11 2009 +0200

    libdpkg: Do not allocate memory for buffer md5 hash result
    
    Expect the caller to pass a suitable buffer to store the result.

 lib/dpkg/buffer.c |    4 ++--
 src/configure.c   |   23 ++++++++++++-----------
 2 files changed, 14 insertions(+), 13 deletions(-)

commit 20cf6be8b5bf75dee5295efbf36188238ffee06b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 13:39:53 2009 +0200

    dpkg-deb: Use void * instead of unsigned char * for read/write buffer

 dpkg-deb/extract.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed67130303e890aecb86ae41c76a9e674ee5b3a8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 13:35:37 2009 +0200

    libdpkg: Use char instead of unsigned char for strings

 lib/dpkg/buffer.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 668466a2175602325a7de69e39a76f3c5283a66c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 13:20:54 2009 +0200

    dpkg-deb: Remove S_ISLNK compatibility definition
    
    The rest of the code uses it unconditionally, and no one has complained,
    it's also present in all POSIX.1-2001 conforming systems.

 dpkg-deb/build.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 02f1f8a50af58b9d1f61dd9258cf1d26fe2f0d21
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 13:09:04 2009 +0200

    build: Do not use backticks on m4 macros
    
    Use single quotes for strings, angle brackets for headers, and $()
    for command subsitution. This should pacify syntax highlighters.

 m4/arch.m4     |    4 ++--
 m4/compiler.m4 |    4 ++--
 m4/funcs.m4    |    2 +-
 m4/libs.m4     |    4 ++--
 m4/linker.m4   |    2 +-
 m4/perl.m4     |    2 +-
 m4/types.m4    |    6 +++---
 7 files changed, 12 insertions(+), 12 deletions(-)

commit 689a87eff5be5602b21ad5a6fc6ea4a8e8200dda
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 13:07:37 2009 +0200

    build: Do not use single quote on strings
    
    This should pacify syntax highlighters.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 59168691c0d410f818350ab9d83515aafa4b4591
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 12:42:50 2009 +0200

    libcompat: Define WCOREDUMP only if the system does not have it
    
    Due to <compat.h> being included first, WCOREDUMP was being defined
    always to the dummy version.

 configure.ac        |    1 +
 lib/compat/compat.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit ef1c0d61cf894cfad4954267c89ffe910995b87f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 24 12:38:47 2009 +0200

    build: Add new DPKG_CHECK_DECL m4 macro
    
    Used to check if something is declared in a header.

 m4/types.m4 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 5c061906443d825a580538152b5b1aa732550038
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 23 15:08:04 2009 +0200

    s-s-d: Remove wrong comment not matching with code

 utils/start-stop-daemon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 895059d2a3b7a7707f0a7f09dae4d3b5503cc68e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 23 03:27:16 2009 +0200

    Rename autoconf auxiliary directory from config to build-aux
    
    Makes the directory name less confusing.

 .gitignore   |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c14a29ae99a9b24a3d6e23d2a50b402d844b8583
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 23 03:21:16 2009 +0200

    Move development documentation to doc/

 Makefile.am                                        |    4 ++--
 debian/dpkg.docs                                   |    4 ++--
 README.api => doc/README.api                       |    0
 .../README.feature-removal-schedule                |    0
 4 files changed, 4 insertions(+), 4 deletions(-)

commit b3a76130a9af6e68d03c6d9e7c5b0c6ac8bf0615
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 12:28:30 2009 +0200

    dpkg-genchanges, Dpkg::Vendor::Default: drop hook before-changes-creation
    
    This hook is useless now that the Ubuntu vendor object uses
    post-process-changelog-entry to add their Launchpad-Bugs-Fixed
    field.

 scripts/Dpkg/Vendor/Default.pm |    8 --------
 scripts/dpkg-genchanges.pl     |    2 --
 2 files changed, 0 insertions(+), 10 deletions(-)

commit 8c8f3aa28bb001c19a43960568ecdfd6936d3fc6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 12:01:31 2009 +0200

    Dpkg::Vendor::*: better handle unknown hooks
    
    Implement vendor objects in a way that the return value for unknown
    hooks is better defined: empty list in list context or undef in scalar
    context.

 scripts/Dpkg/Vendor/Debian.pm  |    8 +++-----
 scripts/Dpkg/Vendor/Default.pm |    3 +++
 scripts/Dpkg/Vendor/Ubuntu.pm  |    6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

commit f7a323fc945a1484fabd7a8e639b48b8b5b8124d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 11:21:03 2009 +0200

    Dpkg::Vendor::Default: recommend use base for child objects

 scripts/Dpkg/Vendor/Default.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 3df3fe4ce2ca36d679053a7b4f6415cfad25daed
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 11:13:10 2009 +0200

    Dpkg::Vendor::Ubuntu: move Launchpad-Bugs-Fixed creation in another hook
    
    The creation of the Launchpad-Bugs-Fixed field is now done
    in post-process-changelog-entry instead of before-changes-creation
    so that it's also output by dpkg-parsechangelog and not only
    in the .changes file. Closes: #536066

 debian/changelog              |    2 ++
 scripts/Dpkg/Vendor/Ubuntu.pm |   16 ++++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit 6f721eaa8b2caa26ec1fc911474191d89c6f3cb2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 10:02:06 2009 +0200

    Dpkg::Vendor::Ubuntu: register custom field Launchpad-Bugs-Fixed

 scripts/Dpkg/Vendor/Ubuntu.pm |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 88a0baff55e928679551ff6c68bdc8884d6fbf62
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 10:59:05 2009 +0200

    Dpkg::Changelog: add new vendor hook post-process-changelog-entry
    
    This hook is mainly meant to extract more structured information
    from the raw changes information.

 scripts/Dpkg/Changelog.pm      |    4 ++++
 scripts/Dpkg/Vendor/Default.pm |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 63044da0c7f67179d6e0cb3436f987248a44152e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 20 11:49:52 2009 +0200

    Dpkg::Control::Fields: don't fail when vendor hook is not (well) implemented

 scripts/Dpkg/Control/Fields.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d208849d8cacdfe93c494fc0eb3d41716d68ec3d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 20 03:26:13 2009 +0200

    Split deferred_configure conffile handling into its own function

 src/configure.c |  287 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 148 insertions(+), 139 deletions(-)

commit dac5e30555191203129e309dbed5e823c95620a6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 18 15:45:57 2009 +0200

    Use varbuf instead of ad-hoc handling of growing strings

 dpkg-deb/info.c   |   20 +++++++--------
 lib/dpkg/fields.c |   67 ++++++++++++++++++++++------------------------------
 2 files changed, 37 insertions(+), 50 deletions(-)

commit de230ab0730f00a4d1adefdb09232b46a83f52ac
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 17:49:23 2009 +0200

    Fix small leak when parsing ‘--ignore-depends’ option values

 debian/changelog |    1 +
 src/main.c       |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 251008842a464261333381b2d92e2ae9891970e6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 16 13:35:39 2009 +0200

    dpkg-query: Remove unused f_ and fc_ variables

 src/query.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit 76fd765a0ee2abdd182db085a69f265ac03b3f65
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 19 19:14:01 2009 +0200

    debian/changelog: document recent changes in perl API

 debian/changelog |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit a31b5e3ba2abcc9fd637ad93ed58587e868d33ae
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 19 19:01:22 2009 +0200

    dpkg-scansources: simplify by relying more on the Dpkg::Control object

 scripts/dpkg-scansources.pl |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

commit beab30545253f39953156ad8dc62d58053e7d848
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 19 18:50:29 2009 +0200

    dpkg-scanpackages: simplify by using the Dpkg::Control object

 scripts/dpkg-scanpackages.pl |   53 ++++++++++++------------------------------
 1 files changed, 15 insertions(+), 38 deletions(-)

commit 7aa35855a72ea57497719715db6a5c8f93c467d5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 19 17:46:50 2009 +0200

    Register field Dm-Upload-Allowed as Debian specific

 scripts/Dpkg/Control/Fields.pm |    5 +----
 scripts/Dpkg/Vendor/Debian.pm  |   12 +++++++++---
 2 files changed, 10 insertions(+), 7 deletions(-)

commit 78066765b69f068fd1dbec44e5a644d9c97b6431
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 19 15:29:28 2009 +0200

    Add vendor hook to register custom fields

 scripts/Dpkg/Control/Fields.pm |   15 +++++++++++++++
 scripts/Dpkg/Vendor.pm         |    4 ++--
 scripts/Dpkg/Vendor/Default.pm |   13 +++++++++++++
 3 files changed, 30 insertions(+), 2 deletions(-)

commit 47919c5e51f198646beb4d823d5d93a8b5aca972
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 17 22:13:40 2009 +0200

    Drop Dpkg::Fields and convert everything to Dpkg::Control::Fields

 scripts/Dpkg/Fields.pm     |   46 --------------------------------------------
 scripts/Makefile.am        |    1 -
 scripts/dpkg-genchanges.pl |   26 ++++++------------------
 scripts/dpkg-gencontrol.pl |   38 +++++++++++------------------------
 scripts/dpkg-source.pl     |   27 ++++++-------------------
 scripts/po/POTFILES.in     |    1 -
 6 files changed, 26 insertions(+), 113 deletions(-)

commit 293c6541c334b422139fa48c4e12070f6f095868
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 17 20:28:11 2009 +0200

    dpkg-genchanges, dpkg-gencontrol: do not hardcode the field output order
    
    The right field output order is automatically set based on the type
    of the Dpkg::Control object used.

 scripts/dpkg-genchanges.pl |    6 ------
 scripts/dpkg-gencontrol.pl |    8 +-------
 2 files changed, 1 insertions(+), 13 deletions(-)

commit 1d87eba012dacd8c2d1441a8017028c18af5d43a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 15 01:20:14 2009 +0200

    Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_type
    
    Update all modules and scripts to not use those variables of Dpkg::Deps
    but instead the two functions field_list_(pkg|src)_dep() of
    Dpkg::Control::Fields.

 scripts/Dpkg/Deps.pm           |   49 +--------------------------------------
 scripts/Dpkg/Fields.pm         |    6 ++--
 scripts/Dpkg/Source/Package.pm |   10 --------
 scripts/dpkg-gencontrol.pl     |    7 +++--
 scripts/dpkg-scanpackages.pl   |    4 +-
 scripts/dpkg-scansources.pl    |    4 +-
 scripts/dpkg-source.pl         |    4 +-
 7 files changed, 15 insertions(+), 69 deletions(-)

commit 0d39e351ea97c5541252640f64d8d09ded6ec045
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Sep 14 23:46:10 2009 +0200

    Replace old capit() by field_capitalize() everywhere
    
    capit() is provided by Dpkg::Fields while field_capitalize() is part
    of the new Dpkg::Control::Fields API.

 scripts/Dpkg/Control.pm           |    1 -
 scripts/Dpkg/Shlibs/SymbolFile.pm |    4 ++--
 scripts/dpkg-genchanges.pl        |    2 +-
 scripts/dpkg-shlibdeps.pl         |    4 ++--
 scripts/dpkg-source.pl            |    5 +++--
 5 files changed, 8 insertions(+), 8 deletions(-)

commit ca39b57488e2b245311892bb38510c72d29f4dd0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 15 01:26:20 2009 +0200

    Dpkg::Control: define the default output order based on the type

 scripts/Dpkg/Control.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 3c5b94836a86c8884a99b70cd98672244adb4c75
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 17 22:20:55 2009 +0200

    Dpkg::Control::Fields: official list of control fields
    
    This new module provides an official list of control fields as
    well as many functions to query that list and the meta-information
    associated to each list.

 scripts/Dpkg/Control/Fields.pm |  564 ++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am            |    1 +
 scripts/po/POTFILES.in         |    1 +
 3 files changed, 566 insertions(+), 0 deletions(-)

commit 22699815920b1cb8550e06dcf2ffe1442b0ee890
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 13 21:32:30 2009 +0200

    Drop unused code that has been merged in Dpkg::Control

 scripts/Dpkg/Control.pm |   81 +-----------------
 scripts/Dpkg/Fields.pm  |  224 -----------------------------------------------
 2 files changed, 1 insertions(+), 304 deletions(-)

commit 6ebc6bf02e1807ec55c1e7e1c52f7240acb3f1d2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 13 21:30:19 2009 +0200

    Use the new Dpkg::Control interface everywhere
    
    Update all scripts and module to use Dpkg::Control instead
    of parsecdata and Dpkg::Fields::Object.

 scripts/Dpkg/Changelog.pm        |   34 ++++++++++++++++------------------
 scripts/Dpkg/Changelog/Debian.pm |   12 +++++++-----
 scripts/Dpkg/Control/Info.pm     |   27 +++++++++++++--------------
 scripts/Dpkg/Source/Package.pm   |   13 ++++++-------
 scripts/Dpkg/Vendor.pm           |    5 +++--
 scripts/Dpkg/Vendor/Default.pm   |    2 +-
 scripts/dpkg-genchanges.pl       |   13 +++++++------
 scripts/dpkg-gencontrol.pl       |   12 +++++++-----
 scripts/dpkg-name.pl             |    4 ++--
 scripts/dpkg-parsechangelog.pl   |    2 +-
 scripts/dpkg-scansources.pl      |   13 ++++++-------
 scripts/t/700_Dpkg_Control.t     |    2 +-
 12 files changed, 70 insertions(+), 69 deletions(-)

commit a9e60393659780a6d60d5f673eacd3ca3c511536
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Sep 18 23:25:42 2009 +0200

    Dpkg::Control: new object interface
    
    The new object interface combines the old Dpkg::Fields::Object
    and the old parsecdata funtion.
    
    The new object can be used like a regular hash and yet it behaves
    intelligently taking into account all the specifics of control
    information. Fields are case-insensitive, the order in which they have
    been read is kept for output stability.
    
    The object uses operator overloading and an internal tied hash so that
    it just does what you mean.

 scripts/Dpkg/Control.pm       |  167 ++++++++++++++-
 scripts/Dpkg/Control/Hash.pm  |  469 +++++++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/Control/Types.pm |   42 ++++
 scripts/Makefile.am           |    2 +
 scripts/po/POTFILES.in        |    2 +
 5 files changed, 672 insertions(+), 10 deletions(-)

commit b9c82a9db20dc3a9955982b7e5917699d5e52038
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 13 15:15:53 2009 +0200

    Rename Dpkg::Cdata into Dpkg::Control
    
    Update all scripts and modules to use the new module names.

 scripts/Dpkg/Changelog.pm             |    2 +-
 scripts/Dpkg/{Cdata.pm => Control.pm} |    8 ++++----
 scripts/Dpkg/Control/Info.pm          |    2 +-
 scripts/Dpkg/Source/Package.pm        |    2 +-
 scripts/Dpkg/Vendor.pm                |    2 +-
 scripts/Makefile.am                   |    2 +-
 scripts/dpkg-genchanges.pl            |    2 +-
 scripts/dpkg-name.pl                  |    2 +-
 scripts/dpkg-scansources.pl           |    2 +-
 scripts/po/POTFILES.in                |    2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)

commit ed1828956a24d429a5a488d55e4bf77ef52ede5c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 13 14:25:13 2009 +0200

    Rename Dpkg::Control in Dpkg::Control::Info
    
    Update all scripts and modules to use the new module names.

 scripts/Dpkg/{Control.pm => Control/Info.pm} |    8 ++++----
 scripts/Makefile.am                          |    2 +-
 scripts/dpkg-checkbuilddeps.pl               |    4 ++--
 scripts/dpkg-genchanges.pl                   |    4 ++--
 scripts/dpkg-gencontrol.pl                   |    4 ++--
 scripts/dpkg-gensymbols.pl                   |    4 ++--
 scripts/dpkg-shlibdeps.pl                    |    4 ++--
 scripts/dpkg-source.pl                       |    4 ++--
 scripts/po/POTFILES.in                       |    2 +-
 scripts/t/700_Dpkg_Control.t                 |    4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

commit e628950c4affe51bf51e6af6f76827c465efc8e8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 19:16:38 2009 +0200

    Make the build silent by default
    
    Make it verbose when building the Debian packages.

 configure.ac           |    2 ++
 debian/changelog       |    2 ++
 debian/rules           |    1 +
 dpkg-split/Makefile.am |    4 ++--
 dselect/Makefile.am    |    2 +-
 man/Makefile.am        |   18 +++++++++++++-----
 scripts/Makefile.am    |    5 +++--
 7 files changed, 24 insertions(+), 10 deletions(-)

commit 3ca41e2ae851f012a28914ebb79eb472834e2d72
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 14:13:54 2009 +0200

    Move LISTFILE macro from libdpkg to dpkg
    
    This is a private macro, internal to the file database handling code,
    currently in dpkg only.

 lib/dpkg/dpkg.h |    1 -
 src/filesdb.h   |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

commit c351f72244fb7a0f0f2764fcc38b873a7d99166a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 14:11:36 2009 +0200

    Move PARTSDIR macro from libdpkg to dpkg-split
    
    This is a private macro, internal to dpkg-split.

 dpkg-split/dpkg-split.h |    2 ++
 lib/dpkg/dpkg.h         |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 1a8cda208d2a515bc28e27085f54b6e1eabc3e32
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 21:56:45 2009 +0200

    Switch ad-hoc code to use struct pkg_list data type
    
    Free the trig_awaited_pend_head list now that it is a pkg_list and
    it switched from being allocated with m_malloc instead of nfmalloc.

 lib/dpkg/triglib.c |   14 ++++----------
 src/help.c         |    2 +-
 src/main.c         |   10 ++++------
 src/main.h         |   17 +++++++----------
 src/packages.c     |   16 ++++++++--------
 src/trigproc.c     |    2 +-
 6 files changed, 25 insertions(+), 36 deletions(-)

commit fed0b802b21f21408ae97ac3de1f31c9f7e6d01c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 21:52:41 2009 +0200

    libdpkg: Create a new pkg_list structure and functions
    
    A new functions to construct and free a list and prepend to a list.

 lib/dpkg/Makefile.am |    1 +
 lib/dpkg/pkg-list.c  |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-list.h  |   43 +++++++++++++++++++++++++++++++++++
 3 files changed, 105 insertions(+), 0 deletions(-)

commit 8b73de55151677444cfc4745e501b8dd0992374d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 5 05:26:58 2009 +0200

    Move pkg-array to libdpkg

 lib/dpkg/Makefile.am          |    1 +
 {src => lib/dpkg}/pkg-array.c |    3 +--
 {src => lib/dpkg}/pkg-array.h |    4 ++++
 src/Makefile.am               |    2 --
 src/query.c                   |    2 +-
 src/select.c                  |    2 +-
 6 files changed, 8 insertions(+), 6 deletions(-)

commit 6257d864d6bc1c4ec3bea247178a78679a36f365
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 11 14:49:24 2009 +0200

    dpkg-deb: Check and warn on duplicate conffiles
    
    Closes: #131633

 debian/changelog |    1 +
 dpkg-deb/build.c |   27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

commit 52557dc6333edfe1206d9dca3961e0509501bbfb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 11 14:47:36 2009 +0200

    dpkg-deb: Refactor file info structure creation into a new function

 dpkg-deb/build.c |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit df1b1ba7d16d4d8caa2733b1d5c1b968ccd8761a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 11 15:11:54 2009 +0200

    dpkg-deb: Rename _finfo struct to file_info
    
    Do not use leading underscores in identifiers.

 dpkg-deb/build.c |   39 ++++++++++++++++++++++++---------------
 1 files changed, 24 insertions(+), 15 deletions(-)

commit ac2874075efbdb8d5516a044b3ea14993b712c0e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 18:51:37 2009 +0200

    dpkg-deb: Pass last the node to add to add_to_filist

 dpkg-deb/build.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit d5f096c4c708d6daa7ac23128caf78ca8509a2f4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 10 03:12:30 2009 +0200

    dpkg: Update list of binaries to check on PATH
    
    Remove install-info which is now a wrapper and will disappear soonish.
    Add programs used by dpkg itself: sh, rm, find, tar and dpkg-deb.

 debian/changelog |    3 +++
 src/help.c       |    9 +++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 025191b0d76972e71e920b5747b202287470815d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 10 03:27:36 2009 +0200

    dpkg: Use secure_unlink instead of ad-hoc code

 src/remove.c |   19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)

commit 9166393d328f2fe3e1961ca2275d5d39d8eed6b4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 17:21:47 2009 +0200

    Improve secure_unlink comment and move it outside the function

 src/help.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 4e841712e9ec4eff38008ef22747b3810012116d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 9 18:06:41 2009 +0200

    Rename chmodsafe_unlink functions to secure_unlink

 src/help.c       |    8 ++++----
 src/main.h       |    4 ++--
 src/processarc.c |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 109f215f03425682997b3210d9b587a79aca1f6a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 9 17:50:14 2009 +0200

    Only use errno for error reason when securely removing a file
    
    There's no point in setting an error string, it complicates the code
    needlessly and the reason is in errno anyway.

 src/help.c       |   32 +++++++++++++++-----------------
 src/main.h       |    5 ++---
 src/processarc.c |   11 ++++-------
 3 files changed, 21 insertions(+), 27 deletions(-)

commit 378737d036faf23bfa7ddf025f478099906b38ad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 12:57:02 2009 +0200

    Use character arrays instead of pointers for constant strings

 dpkg-deb/build.c     |    2 +-
 lib/dpkg/parsehelp.c |    2 +-
 src/configure.c      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 6eac45a1fa095b3846a88231751381381bac2726
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 13 15:33:53 2009 +0200

    Update Standards-Version to 3.8.3 (no changes needed).

 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 8326835a53823046e72f1ac7c60e92a92ea0402a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 13 15:28:32 2009 +0200

    Add deb-extra-override(5) to dpkg-dev
    
    Its addition has been forgotten in
    22049e15c9b844f3ebef480dfebc588fbd5a301e.

 debian/dpkg-dev.install |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3cbb2561ba9865fe088410789db37d507669f507
Author: Miroslav Kure <kurem@debian.cz>
Date:   Fri Sep 11 21:28:53 2009 +0200

    Czech translation update
    
    dpkg: 978t
    dselect: 280t

 debian/changelog |    2 +
 dselect/po/cs.po |    7 ++---
 po/cs.po         |   77 +++++++++++++++++++++++++++--------------------------
 3 files changed, 44 insertions(+), 42 deletions(-)

commit 8727864b10c26b504bbff0b83aa3180ca73b2d7f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Sep 9 10:34:01 2009 +0200

    Fix bad bug number

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 42c7204f717bdd04441c03ed475c5522971d9322
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Sep 9 09:23:48 2009 +0200

    Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev
    
    We want to ensure that /etc/dpkg/origins/default exists as it's used
    by dpkg-source to know what keyrings should be used for the signature
    check.

 debian/changelog |    4 ++++
 debian/control   |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit a9294a28de3ba8cc94639fbade797c83ac0646bb
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Sep 8 07:14:26 2009 +0200

    Fix error in French manpages translation

 debian/changelog |    3 +++
 man/po/fr.po     |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 3f876d0ee053c27aa50796de61d1ff303393aeba
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 08:16:44 2009 +0200

    Add additional bug closures

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 368b3934bbf1d106e8448b8587657292c24da777
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 07:19:59 2009 +0200

    dpkg: Remove obsolete conffiles on purge
    
    Closes: #454628

 debian/changelog |    3 +++
 src/remove.c     |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

commit d7c3d7ff819d010094ec665cb8852c9011e3036f
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Sep 7 12:33:28 2009 +0200

    German dpkg translation update
    
    Update to 971t7f.

 debian/changelog |    3 ++
 po/de.po         |   55 ++++++++++++++++++++++-------------------------------
 2 files changed, 26 insertions(+), 32 deletions(-)

commit bbd0ffd5987502fa1afb2e9a5e294628c32e161f
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Sep 7 11:00:24 2009 +0200

    German dselect translation update
    
    Update to 280t.

 debian/changelog |    5 ++++-
 dselect/po/de.po |   21 ++++-----------------
 2 files changed, 8 insertions(+), 18 deletions(-)

commit 478b00b3f5e320b80ec4f2185c370461b78b614b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 6 15:46:42 2009 +0200

    Update German translation of manual pages
    
    Update to 1641t0f1u.

 debian/changelog |    5 +++-
 man/po/de.po     |   64 +++++++++++++++++++++--------------------------------
 2 files changed, 29 insertions(+), 40 deletions(-)

commit 8e2429292128d69fe02ecb331fdcbac7c54e2f0f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 6 15:16:42 2009 +0200

    Update German scripts translation
    
    Update to 467t.

 debian/changelog |    3 ++-
 scripts/po/de.po |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

commit d6005df3c01bc27936e43d8f6785ca559524770c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 09:49:24 2009 +0200

    Bump version to 1.15.5

 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 9eb319a57bffa28f77ec6b7eef7ff5c68e2304e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 09:18:39 2009 +0200

    Release 1.15.4

 configure.ac     |    2 +-
 debian/changelog |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 878516d13527257ad372989749c3a7d8e41855df
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 09:08:54 2009 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  144 +-
 dselect/po/ca.po        |  145 +-
 dselect/po/cs.po        |  145 +-
 dselect/po/da.po        |  145 +-
 dselect/po/de.po        |  145 +-
 dselect/po/dselect.pot  |  144 +-
 dselect/po/el.po        |  145 +-
 dselect/po/es.po        |  145 +-
 dselect/po/et.po        |  145 +-
 dselect/po/eu.po        |  145 +-
 dselect/po/fr.po        |  145 +-
 dselect/po/gl.po        |  145 +-
 dselect/po/hu.po        |  144 +-
 dselect/po/id.po        |  145 +-
 dselect/po/it.po        |  145 +-
 dselect/po/ja.po        |  145 +-
 dselect/po/ko.po        |  145 +-
 dselect/po/nb.po        |  145 +-
 dselect/po/nl.po        |  145 +-
 dselect/po/nn.po        |  145 +-
 dselect/po/pl.po        |  145 +-
 dselect/po/pt.po        |  145 +-
 dselect/po/pt_BR.po     |  145 +-
 dselect/po/ro.po        |  145 +-
 dselect/po/ru.po        |  145 +-
 dselect/po/sk.po        |  145 +-
 dselect/po/sv.po        |  145 +-
 dselect/po/tl.po        |  145 +-
 dselect/po/vi.po        |  145 +-
 dselect/po/zh_CN.po     |  145 +-
 dselect/po/zh_TW.po     |  145 +-
 man/po/de.po            | 3889 ++++++++++++++++++++++----------------------
 man/po/dpkg-man.pot     | 3483 +++++++++++++++++++++-------------------
 man/po/es.po            | 3816 +++++++++++++++++++++++---------------------
 man/po/fr.po            | 4102 +++++++++++++++++++++++++----------------------
 man/po/hu.po            | 3817 +++++++++++++++++++++++---------------------
 man/po/ja.po            | 3836 +++++++++++++++++++++++---------------------
 man/po/pl.po            | 3886 +++++++++++++++++++++++---------------------
 man/po/pt_BR.po         | 3810 +++++++++++++++++++++++---------------------
 man/po/ru.po            | 3813 +++++++++++++++++++++++---------------------
 man/po/sv.po            | 3907 ++++++++++++++++++++++++---------------------
 po/ast.po               | 2166 +++++++++++++-------------
 po/bs.po                | 1900 ++++++++++------------
 po/ca.po                | 2209 +++++++++++++-------------
 po/cs.po                | 2167 +++++++++++++-------------
 po/da.po                | 2173 +++++++++++++-------------
 po/de.po                | 1126 +++++++-------
 po/dpkg.pot             | 1896 ++++++++++------------
 po/dz.po                | 2173 +++++++++++++-------------
 po/el.po                | 2191 +++++++++++++-------------
 po/eo.po                | 2165 +++++++++++++-------------
 po/es.po                | 2204 +++++++++++++-------------
 po/et.po                | 2039 +++++++++++------------
 po/eu.po                | 2164 +++++++++++++-------------
 po/fr.po                | 2240 +++++++++++++-------------
 po/gl.po                | 2172 +++++++++++++-------------
 po/hu.po                | 2164 +++++++++++++-------------
 po/id.po                | 2018 +++++++++++------------
 po/it.po                | 2190 +++++++++++++-------------
 po/ja.po                | 2175 +++++++++++++-------------
 po/km.po                | 2152 ++++++++++++-------------
 po/ko.po                | 2157 ++++++++++++-------------
 po/ku.po                | 1907 ++++++++++------------
 po/lt.po                | 1962 +++++++++++------------
 po/mr.po                | 2162 +++++++++++++-------------
 po/nb.po                | 2174 +++++++++++++-------------
 po/ne.po                | 2161 +++++++++++++-------------
 po/nl.po                | 2181 +++++++++++++-------------
 po/nn.po                | 2017 +++++++++++------------
 po/pa.po                | 2029 +++++++++++-------------
 po/pl.po                | 2164 +++++++++++++-------------
 po/pt.po                | 2187 +++++++++++++-------------
 po/pt_BR.po             | 2181 +++++++++++++-------------
 po/ro.po                | 2192 +++++++++++++-------------
 po/ru.po                | 2169 +++++++++++++-------------
 po/sk.po                | 2161 +++++++++++++-------------
 po/sv.po                | 1128 +++++++-------
 po/th.po                | 2153 ++++++++++++-------------
 po/tl.po                | 2017 +++++++++++------------
 po/vi.po                | 2197 +++++++++++++-------------
 po/zh_CN.po             | 2162 +++++++++++++-------------
 po/zh_TW.po             | 2153 ++++++++++++-------------
 scripts/po/ca.po        |  342 ++---
 scripts/po/de.po        |  103 +-
 scripts/po/dpkg-dev.pot |  317 ++---
 scripts/po/fr.po        |  385 +++---
 scripts/po/pl.po        |  392 +++---
 scripts/po/ru.po        |  385 +++---
 scripts/po/sv.po        |   89 +-
 89 files changed, 65104 insertions(+), 65058 deletions(-)

commit d0d808250ad40e19ee531e6997d3bf401b7889d5
Author: Steve Langasek <vorlon@debian.org>
Date:   Sun Aug 30 01:33:54 2009 -0700

    Add Multi-Arch to the list of known binary package fields for dpkg-dev

 debian/changelog           |    2 ++
 scripts/Dpkg/Fields.pm     |    2 +-
 scripts/dpkg-gencontrol.pl |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit cc9fc4d628664a69351f4a77b70baebb59c0a6e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 08:35:29 2009 +0200

    dpkg: Use ohshit on bad version syntax in --compare-versions

 debian/changelog |    1 +
 src/enquiry.c    |   14 ++++----------
 2 files changed, 5 insertions(+), 10 deletions(-)

commit e8dc6b406eb25bd8025fdc756f2df7646a123843
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 08:30:05 2009 +0200

    man: Document DPKG_RUNNING_VERSION environment variable

 debian/changelog |    2 ++
 man/dpkg.1       |    6 +++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0680aef0b534cb219f36788e25520c667e9e7ba7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 08:14:00 2009 +0200

    dpkg-query: Add installed package control path query support
    
    This new command is to be used in special cirmcumstances when the
    maintainer scripts, or external programs need to know the paths to an
    installed package control files, without needing to hardcode or assume
    any file system layout for the dpkg database.

 debian/changelog |    1 +
 man/dpkg-query.1 |   10 ++++-
 src/main.h       |    1 +
 src/query.c      |  120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 131 insertions(+), 1 deletions(-)

commit abc43d47aca5ce042e0f00bf06187bc0909ef048
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 07:11:10 2009 +0200

    Unify and mark strings for translation

 scripts/Dpkg/Arch.pm              |    6 +++---
 scripts/Dpkg/Shlibs/Objdump.pm    |    4 ++--
 scripts/Dpkg/Source/Package.pm    |    2 +-
 scripts/Dpkg/Source/Package/V2.pm |    4 ++--
 scripts/dpkg-gencontrol.pl        |    2 +-
 scripts/dpkg-scansources.pl       |    2 +-
 scripts/dpkg-shlibdeps.pl         |    2 +-
 src/enquiry.c                     |    2 +-
 src/query.c                       |    4 ++--
 9 files changed, 14 insertions(+), 14 deletions(-)

commit 0a5a950910c39e1ec97b724f0470427ffaa7acf2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 07:04:41 2009 +0200

    Use m_output instead of checking printing functions return code
    
    Cleans up the code. And as a side effect, we get rid of bogus checks
    for EOF, which should have been checking for negative return values.

 dpkg-deb/extract.c |   27 ++++++++++++-----------
 dpkg-deb/info.c    |   23 ++++++++++---------
 dpkg-deb/main.c    |   45 ++++++++++++++++++++------------------
 dpkg-split/main.c  |   34 ++++++++++++++++------------
 dselect/main.cc    |   34 ++++++++++++++++------------
 src/enquiry.c      |    8 ++----
 src/main.c         |   61 +++++++++++++++++++++++++++------------------------
 src/query.c        |   35 ++++++++++++++++-------------
 src/trigcmd.c      |   32 ++++++++++++--------------
 9 files changed, 157 insertions(+), 142 deletions(-)

commit 90526758c5cfc9bbec8d7c7e214e9393892a1b67
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 06:45:39 2009 +0200

    Use m_output instead of fflush, ferror and werr

 dpkg-deb/build.c    |    2 +-
 dpkg-deb/info.c     |    2 +-
 dpkg-split/info.c   |    2 +-
 dpkg-split/main.c   |    2 +-
 dpkg-split/queue.c  |    6 +++---
 dselect/method.cc   |    3 +--
 lib/dpkg/database.c |    4 +++-
 src/archives.c      |    4 ++--
 src/enquiry.c       |   17 +++++++++--------
 src/packages.c      |    4 ++--
 src/query.c         |   17 +++++++++--------
 src/select.c        |    5 +++--
 12 files changed, 36 insertions(+), 32 deletions(-)

commit 7121152571589de8037f431bbfb0654733c5815b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 06:37:01 2009 +0200

    libdpkg: New m_output function
    
    This function makes sure to output the information printed on the file
    specified, and ohshites if there's any error.

 lib/dpkg/dpkg.h |    1 +
 lib/dpkg/mlib.c |    8 ++++++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit b471b6bcd7c8d1513558fa3f0ef1411115df9a93
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 06:33:52 2009 +0200

    dpkg-deb: Use warning() instead of ad-hoc printing

 dpkg-deb/build.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit a83e83c156e9cf2d084b1cc8cf561cec4f021ac9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 06:30:08 2009 +0200

    dpkg: Check stdout for errors instead of stderr in audit()

 src/enquiry.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d75c567c6140efb6b019825155a1a70402534d87
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 02:34:35 2009 +0200

    Do not check for fprintf return code when going to ohshit anyway

 dpkg-deb/extract.c |    7 +++----
 dpkg-deb/info.c    |    5 +++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 7c2f0550e53b4fee0af12f3f5e43e1ac168b1f34
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 5 20:48:12 2009 +0200

    dpkg: Remove unused act_compareversions

 src/main.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 05b6c8434d840ee484a6d8961030a8d2b7510a10
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 5 20:45:56 2009 +0200

    dpkg: Sort and group ‘enum action’ values

 src/main.h |   52 ++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 42 insertions(+), 10 deletions(-)

commit 9ce2c0102f81074c43850319206aab0c62c7ce50
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 19:55:46 2009 +0200

    libdpkg: Remove _setup from buffer_copy_setup_TYPE function names

 lib/dpkg/buffer.c |    6 +-
 lib/dpkg/buffer.h |  112 +++++++++++++++++++++++------------------------------
 2 files changed, 51 insertions(+), 67 deletions(-)

commit e87b2838b21f76394f0827ccd8709313c56c7a23
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 19:55:06 2009 +0200

    libdpkg: Rename buffer_copy_setup_dual to buffer_copy_TYPE

 lib/dpkg/buffer.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 912657f0b45bb17c111e2b08845382f28fe73798
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 19:39:27 2009 +0200

    libdpkg: Fold buffer_copy_setup back into buffer_copy_setup_TYPE functions

 lib/dpkg/buffer.c |   31 ++++++++++---------------------
 lib/dpkg/buffer.h |    4 +---
 2 files changed, 11 insertions(+), 24 deletions(-)

commit 0f7c88fe1c845fe0a8f8768cc36bca48ee71e31c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 19:32:13 2009 +0200

    libdpkg: Remove unused proc member from buffer_data

 lib/dpkg/buffer.c |   25 +++++---------
 lib/dpkg/buffer.h |   96 +++++++++++++++++++++++++---------------------------
 2 files changed, 55 insertions(+), 66 deletions(-)

commit be09bdbe35b2160341d38faf8ad0e0344bce0f6d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 13:16:39 2009 +0200

    libdpkg: Refactor buffer initalizaion and destruction

 lib/dpkg/buffer.c |   61 ++++++++++++++++++++--------------------------------
 lib/dpkg/buffer.h |    7 +----
 2 files changed, 26 insertions(+), 42 deletions(-)

commit 03144fe7d6b0e80682ff950fdedd8481eaeb0f07
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 13:10:22 2009 +0200

    libdpkg: Refactor md5 buffer initialization and destruction
    
    Move into their own functions.

 lib/dpkg/buffer.c |   56 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 32 insertions(+), 24 deletions(-)

commit 76f5201800ace04832c293e6f7a2aa50357ed50c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 27 18:33:48 2009 +0200

    libdpkg: Move buffer I/O declarations to buffer.h

 dpkg-deb/build.c       |    1 +
 dpkg-deb/extract.c     |    1 +
 dpkg-deb/info.c        |    1 +
 lib/dpkg/Makefile.am   |    1 +
 lib/dpkg/buffer.c      |  278 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/buffer.h      |  177 ++++++++++++++++++++++++++++++
 lib/dpkg/compression.c |    1 +
 lib/dpkg/dpkg.h        |  126 ----------------------
 lib/dpkg/mlib.c        |  194 ---------------------------------
 lib/dpkg/myopt-util.c  |    1 +
 lib/dpkg/parse.c       |    1 +
 po/POTFILES.in         |    1 +
 src/archives.c         |    1 +
 src/configure.c        |    1 +
 src/filesdb.c          |    1 +
 src/processarc.c       |    1 +
 src/statdb.c           |    1 +
 17 files changed, 468 insertions(+), 320 deletions(-)

commit 9d81008a303b5510601063363a40c8961b769339
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 21 07:00:17 2009 +0200

    dpkg: Add new invoke hooks support
    
    Call pre-invoke and post-invoke hooks before and after unpack,
    configure, install, triggers-only, remove and purge actions.
    Set the DPKG_HOOK_ACTION environment variable to the current dpkg
    action.

 debian/changelog |    1 +
 man/dpkg.1       |   14 +++++++++++
 src/main.c       |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.h       |    5 ++++
 4 files changed, 86 insertions(+), 0 deletions(-)

commit 355dbdf36096cd3d1854bc3fd1f814e27796c493
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 5 03:12:28 2009 +0200

    libdpkg: Allow quoting values in configuration file options

 debian/changelog  |    1 +
 lib/dpkg/myopt.c  |    5 +++++
 man/dpkg.cfg.5    |    6 +++---
 man/dselect.cfg.5 |    6 +++---
 4 files changed, 12 insertions(+), 6 deletions(-)

commit 5410b4904eeb830c858daaf30420523122ec4042
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 4 14:26:32 2009 +0200

    libdpkg: Add new str_strip_quotes function

 lib/dpkg/string.c        |   22 +++++++++++++++++++++-
 lib/dpkg/string.h        |    3 ++-
 lib/dpkg/test/t-string.c |   43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 2 deletions(-)

commit dc43d2bb115cf5da809708ce6cfb3d78c9de503a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 4 20:50:04 2009 +0200

    libdpkg: On configuration error print file name and line number

 debian/changelog |    1 +
 lib/dpkg/myopt.c |   13 ++++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 5e29cc4c725c26754e0e88917c7a0a18a58238b9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 4 20:34:00 2009 +0200

    libdpkg: Refactor config error printing into a new function

 lib/dpkg/myopt.c |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit 0bcb1b5d7cc20c05c3fe2cd5e3940cdb9403ee2d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Sep 6 08:46:50 2009 +0200

    German dpkg translation update
    
    Update to 966t7f.

 po/de.po | 1951 ++++++++++++++++++++++----------------------------------------
 1 files changed, 703 insertions(+), 1248 deletions(-)

commit 02fb454c08270ee9c11f78ad2968fab84d8960c2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 1 01:30:35 2009 +0200

    Fix translation error in german manpage of dpkg-buildpackage
    
    Reported-by: Joachim Breitner <nomeata@debian.org>

 debian/changelog |    2 ++
 man/po/de.po     |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit aac9f4df22a9291a284fe1523aea8a0bd8ae086a
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Sep 1 00:59:26 2009 +0200

    Tightening the Breaks for the install-info transition
    
    The versions of info-browsers that dpkg breaks are a bit too
    loose in some cases, namely when it "Breaks: foobar (<= x.y-z)", where
    x.y-z is the Lenny version of info-browser foobar.  The problem is that
    there might be an update of foobar in Lenny, say to x.y-zlenny1, which
    dpkg also needs to break.

 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1b5a009da6fdd38b2b51bd551c09880f890566f7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 29 15:36:07 2009 +0200

    Update German translation of manual pages and fix French debian/changelog entry
    
    Update to 1632t.

 debian/changelog |    4 ++--
 man/po/de.po     |   17 ++++++++++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)

commit 059d3fe50087676a00513c2063bf39d9ef7d43cc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 28 18:22:03 2009 +0200

    dpkg-source(1): small improvement
    
    Give the section name listing source packages formats when we're
    referring to it. Thanks to Jari Aalto for the idea.

 debian/changelog  |    2 ++
 man/dpkg-source.1 |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 5efc4dbeb2a53a9eb92c94997010890a191ed40f
Author: Peter Krefting <peterk@debian.org>
Date:   Thu Aug 27 12:11:18 2009 +0100

    Update Swedish translation.
    
    po/sv.po: Update to 973t0f0u.
    scripts/po/sv.po: Update to 476t0f0u.

 po/sv.po         |  271 ++++++++++++++++++++++++++++--------------------------
 scripts/po/sv.po |  183 +++++++++++++++++++-----------------
 2 files changed, 237 insertions(+), 217 deletions(-)

commit df0845efa08dfb711699f175b4d97e3cc438cc17
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 17:17:39 2009 +0200

    man: Use po4a “--previous” support when updating the man pages
    
    Suggested-by: Christian Perrier <bubulle@debian.org>

 debian/changelog |    2 ++
 man/Makefile.am  |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 3e95f425157141289f0780df0da6435b8931444a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 17:10:47 2009 +0200

    man: Refactor common po4a options into common variables

 man/Makefile.am |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit d9618be8ee1ab10dd174562be06e52bd38918571
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 16:56:47 2009 +0200

    man: Always run po4a from source dir regardless of out or in-tree builds
    
    Switch to use builddir for the destination files instead of srcdir for
    the source files, therefore avoiding unneeded changes in the paths in
    po files regardless of where the object files get stored during build.

 debian/changelog |    2 +
 man/Makefile.am  |   14 ++--
 man/po/po4a.cfg  |  212 +++++++++++++++++++++++++++---------------------------
 3 files changed, 115 insertions(+), 113 deletions(-)

commit 75cd1fb8b0e6733fa6ccddf7de74fdfeeea5a634
Author: Jiri Palecek <jpalecek@web.de>
Date:   Wed Jul 15 13:53:03 2009 +0200

    Dpkg::Shlibs::SymbolFile: cache the minimum version for a particular soname
    
    Afer profiling, I discovered that dpkg-shlibdeps spent a large part
    of his time in the get_smallest_version() version. This patch improves
    the performance by caching the resulting value.

 debian/changelog                  |    3 +++
 scripts/Dpkg/Shlibs/SymbolFile.pm |   16 +++++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

commit 8cedeb37fa29e3b8ae8c42b0874c662c9385dbe6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 12:17:39 2009 +0200

    Use double instead of single quotes to allow backticks to expand
    
    Missed in commit 5e83d054b1a790d49bc88e3dd0e8fbb872d51d8f.

 scripts/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 6fbfd91779aba1b2c3987d7e10da7debe404b6b6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 12:15:42 2009 +0200

    libdpkg: Rename dpkg-test.h to test.h in libdpkg_a_SOURCES
    
    Missed in commit 4a7010fe5e3573cc919788d354fdbccdedce249d.

 lib/dpkg/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a95a69523f7260842a3bcc1b52c355f9bb28f3a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 12:14:15 2009 +0200

    Add missing files in EXTRA_DIST
    
    Missed in commits a27d14c4423c44b400764c99b669824f4ba6e9a1 and
    6c785595d189f65a59284796a9b1f60f16686e85.

 Makefile.am         |    1 +
 scripts/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 51012b34dccedcd21fa6a28255486a2bca54cb64
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 11:39:22 2009 +0200

    libdpkg: Move varbuf declarations to varbuf.h

 lib/dpkg/Makefile.am |    2 +-
 lib/dpkg/dpkg-db.h   |   51 +------------------
 lib/dpkg/dpkg.h      |    1 -
 lib/dpkg/varbuf.h    |  142 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 144 insertions(+), 52 deletions(-)

commit d854ad08565b9286022add4d79e70a4d8c0c6d84
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 11:37:01 2009 +0200

    Remove redundant extern storage class specifier in functions

 dselect/method.h   |    6 +++---
 lib/dpkg/dpkg-db.h |    2 +-
 lib/dpkg/tarfn.h   |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 6da79ad047c910fec2209e7bdd8c6cfe3bcf8209
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 00:44:49 2009 +0200

    Change dpkg specific m4 macros prefix from SJR_ to DPKG_

 configure.ac   |    6 +++---
 m4/compiler.m4 |    8 ++++----
 m4/linker.m4   |    6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

commit ae1c223bcfdc3fe613b46af53810447e974e96c1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 23 08:21:10 2009 +0200

    Update german translation of manual pages
    
    Update to 1633t.

 man/po/de.po |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

commit fb19987b470000badb3c55a674f66244e12d8f7a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 22 02:18:59 2009 +0200

    man: Document DPKG_MAINTSCRIPT_PACKAGE environment variable

 debian/changelog |    2 ++
 man/dpkg.1       |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 06b7239212a27ea8f38599b6743d88d40b9cdd0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 22 02:11:14 2009 +0200

    Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architecture
    
    This allows maintainer scripts to know which architecture the package
    got built for.

 debian/changelog |    2 ++
 lib/dpkg/dpkg.h  |    1 +
 man/dpkg.1       |    4 ++++
 src/help.c       |    1 +
 4 files changed, 8 insertions(+), 0 deletions(-)

commit ab95f0bb2f53452994f3d48a0802ab34622c8d67
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 22 01:43:57 2009 +0200

    Pass ‘struct pkginfoperfile’ from maint script functions to do_script
    
    This allows us to retrieve package information from either the installed
    package or the one being installed from the maintainer script invoking
    functions.

 src/help.c |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit dd1780342ab9fb7fecf4a81e8809504814f03787
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 22 01:41:14 2009 +0200

    Pass ‘struct pkginfo’ instead of pkg name to maint script functions
    
    This allows us to retrieve package information from the maintainer
    script invoking functions.

 src/cleanup.c    |    6 +++---
 src/help.c       |   25 ++++++++++++++++---------
 src/main.h       |    2 +-
 src/processarc.c |    6 +++---
 4 files changed, 23 insertions(+), 16 deletions(-)

commit 4e646e10e1ec1fd7e686001fc6c26cca80f0afb1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 22 02:27:43 2009 +0200

    Fix typo in German man page
    
    Introduced in commit b05b38151980f0d2f390bf5f91a7ceb206dbe9c8.
    
    Spotted-by: Steve Langasek <vorlon@debian.org>

 man/po/de.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b05b38151980f0d2f390bf5f91a7ceb206dbe9c8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Aug 21 17:40:46 2009 +0200

    Update german translation of manual pages, including a fix from Felix Zielcke
    
    Update to 1635t.

 man/po/de.po |   42 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 2 deletions(-)

commit bbf6bc906ca53d45a96b9860f541c6973edd4541
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 21 07:09:57 2009 +0200

    Add support for config.d style directory fragment loading
    
    Open the system config.d directory before the system configuration file,
    /etc/dpkg/dpkg.cfg.d for dpkg and /etc/dpkg/dselect.cfg.d for dselect,
    and load fragments with filenames matching the run-parts standard Debian
    constraints (^[a-zA-Z0-9_-]+$).
    
    This will allow external programs to drop configuration fragments on
    those directories.

 debian/changelog       |    2 +
 debian/dpkg.install    |    1 +
 debian/dselect.install |    1 +
 dselect/Makefile.am    |    5 ++++
 lib/dpkg/myopt.c       |   56 ++++++++++++++++++++++++++++++++++++++++++++++++
 man/dpkg.1             |    5 ++-
 man/dpkg.cfg.5         |    4 ++-
 man/dselect.1          |    5 ++-
 man/dselect.cfg.5      |    4 ++-
 src/Makefile.am        |    3 ++
 10 files changed, 80 insertions(+), 6 deletions(-)

commit cf6f6916131e87daa4506661011b11404dbd3adb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 21 00:04:24 2009 +0200

    libdpkg: Use ohshit instead of ohshite on config parsing errors
    
    Parsing errors do not set errno, so it will either get a bogus value
    from an old error, or Success, which is uninteresting.

 lib/dpkg/myopt.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 310cea12e94be5b7979ead4969df88cded749352
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 19 18:54:29 2009 +0200

    Update german translation of manual pages
    
    Update to 1631t.

 man/po/de.po |   86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 85 insertions(+), 1 deletions(-)

commit 267a2238b9ad28979cf3e6e3e25ed34642ffdfda
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 19 18:37:00 2009 +0200

    Update german scripts translation
    
    Update to 476t.

 scripts/po/de.po |  169 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 88 insertions(+), 81 deletions(-)

commit 1e93ee6fac346aecc0a0aa307931284a5d8f5395
Merge: 66abf29 41d56b3
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Aug 19 08:53:45 2009 +0200

    Merged changes

commit 66abf29395eea02e861ed41cd43092c6a29d6d45
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Wed Aug 19 08:04:27 2009 +0200

    Updated Russian translations

 debian/changelog |    5 +-
 dselect/po/ru.po |   61 +-------
 po/ru.po         |   34 ++---
 scripts/po/ru.po |  460 +++++++++++++++++++++++++-----------------------------
 4 files changed, 231 insertions(+), 329 deletions(-)

commit 41d56b350b196aaca09d3901741aaada1138e862
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 18:20:53 2009 +0200

    dselect: Use top_builddir instead of top_srcdir to create curkeys.h
    
    The <config.h> file is generated in the top_builddir, and there's
    nothing we need from the top_srcdir.

 dselect/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 00b1d9dce71ff7b73ecba3b38d65c4a9ace7a9da
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri May 15 18:09:25 2009 +0200

    dpkg-source/dpkg-genchanges: split long Binary: field values

 debian/changelog           |    2 ++
 scripts/dpkg-genchanges.pl |    2 ++
 scripts/dpkg-source.pl     |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

commit 22049e15c9b844f3ebef480dfebc588fbd5a301e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Aug 16 15:40:11 2009 +0200

    deb-extra-override(5): new manual page
    
    Factorize description of the extra override file in a new manual page.
    Refer to this manpage in dpkg-scanpackages(1) and dpkg-scansources(1).

 debian/changelog         |    2 ++
 man/Makefile.am          |    1 +
 man/deb-extra-override.5 |   40 ++++++++++++++++++++++++++++++++++++++++
 man/dpkg-scanpackages.1  |    6 ++++--
 man/dpkg-scansources.1   |    6 ++++--
 man/po/po4a.cfg          |    5 +++++
 6 files changed, 56 insertions(+), 4 deletions(-)

commit b636de1a3e9b1e131c055c2c0e8bcd1097736925
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Aug 16 15:16:58 2009 +0200

    dpkg-scansources: implement --extra-override

 debian/changelog            |    1 +
 man/dpkg-scansources.1      |    4 ++++
 scripts/dpkg-scansources.pl |   31 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

commit d2d24e8b2f901ecd76ceb733b2cea963eb935b04
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Aug 16 13:47:58 2009 +0200

    dpkg-scanpackages: rename --extraoverride into --extra-override
    
    Also fix the help output to be properly indented and fix
    load_extra_override() to use its parameter.

 man/dpkg-scanpackages.1      |    2 +-
 man/po/de.po                 |    4 ++--
 scripts/dpkg-scanpackages.pl |   14 ++++++++------
 3 files changed, 11 insertions(+), 9 deletions(-)

commit 5e83d054b1a790d49bc88e3dd0e8fbb872d51d8f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 15:06:08 2009 +0200

    Use backticks instead of non-portable make $(shell ...) function
    
    The backticks are treated like text, until the shell expands them, thus
    making this solution portable.

 scripts/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fe29af206be39edabc5107330745b97da7cadbb7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 15:00:51 2009 +0200

    Cast field width function arguments to int

 lib/dpkg/fields.c |    2 +-
 src/main.c        |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 5b44e3de7a0cc640aefe1c5e5e42857f56f2e8d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 14:54:32 2009 +0200

    Set action_todo as volatile to avoid possible clobbering on longjmp

 src/packages.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 31843aafa7912c9fc591ddcd8e0fd2e79331e28a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 14:53:02 2009 +0200

    Use AC_*_IFELSE instead of obsolete AC_TRY_* macros

 m4/compiler.m4 |   15 ++++++++-------
 m4/funcs.m4    |   17 +++++++++--------
 m4/types.m4    |    7 ++-----
 3 files changed, 19 insertions(+), 20 deletions(-)

commit 0a8ed560cc38f47c08503857977ea5cb9753ca00
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 16 09:28:37 2009 +0200

    Update german translation of manual pages
    
    Update to 1619t.

 man/po/de.po |   50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 1 deletions(-)

commit 57aafd682b597c8d4a462502644e47bb75e46f5a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 22:32:26 2009 +0200

    Do not match sparc architecture with sparc64-*-* triplet
    
    A sparc64 userland needs a different Debian architecture, as each
    GNU triplet should maps 1:1 to a Debian architecture.

 cputable         |    2 +-
 debian/changelog |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit efafe7724aab4484b3df424e8d3b7fc0272c9dcc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 22:30:41 2009 +0200

    Use AC_USE_SYSTEM_EXTENSIONS instead of deprecated AC_GNU_SOURCE
    
    Bump minimum required autoconf to 2.60.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 93f043e69f1d44913a1ec265eece7099ae3db884
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 20:38:48 2009 +0200

    Check for host system instead of target at build time
    
    Using AC_CANONICAL_TARGET is needed when wanting to support building
    cross-compiling software. But there's too many assumptions in dpkg that
    the host system in dpkg-dev is going to match the build system.

 m4/arch.m4 |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 934a97e6ef744501d48cfd39fa0a38e715b2bde1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 20:23:03 2009 +0200

    Use AC_CANONICAL_TARGET instead of deprecated AC_CANONICAL_SYSTEM

 m4/arch.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit be6cd02aed8d86239a0f300f71dee91f89c7ab1a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 20:21:19 2009 +0200

    Do not directly use AC_CANONICAL_SYSTEM from configure.ac
    
    The macro is only needed because of DPKG_ARCHITECTURE which it already
    requires.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 5921a827603dbc938f4b283f0008e6d8a88172bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 20:15:47 2009 +0200

    Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am files

 dpkg-deb/Makefile.am      |    2 +-
 dpkg-split/Makefile.am    |    2 +-
 dselect/Makefile.am       |    2 +-
 lib/compat/Makefile.am    |    2 +-
 lib/dpkg/Makefile.am      |    2 +-
 lib/dpkg/test/Makefile.am |    2 +-
 src/Makefile.am           |    2 +-
 utils/Makefile.am         |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

commit ef51c154b0c4d37c7c6726ce5b4e903397b76c26
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Aug 15 21:45:20 2009 +0200

    dpkg-architecture: finish support of DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
    
    Enhanced cputable to describe the new columns.
    
    Let dpkg-dev depend on dpkg (>= 1.15.4) to ensure that we have an updated
    cputable (and so that a versioned build-dependency on dpkg-dev is enough to use
    this new feature).
    
    Document the new variables in the manual page dpkg-architecture(1).

 cputable                     |    2 ++
 debian/changelog             |    7 +++++++
 debian/control               |    2 +-
 man/dpkg-architecture.1      |   21 ++++++++++++++++-----
 scripts/dpkg-architecture.pl |    8 ++++----
 5 files changed, 30 insertions(+), 10 deletions(-)

commit 126fcaac1eff9b5ae52e9ab80c158fd3aaf214d6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 09:13:10 2009 +0200

    dpkg-architecture: Add support for bits and endianness variables
    
    Add new DEB_(HOST|BUILD)_ARCH_(BITS|ENDIANNESS) variables to ease work
    for porters.

 cputable                     |   44 +++++++++++++++++++++---------------------
 scripts/Dpkg/Arch.pm         |   18 ++++++++++++++++-
 scripts/dpkg-architecture.pl |    6 +++++
 3 files changed, 45 insertions(+), 23 deletions(-)

commit 86823d5792af8328107c3d86e486d2cf373da128
Author: Ian Jackson <ian@davenant.greenend.org.uk>
Date:   Sat Aug 15 12:42:03 2009 +0200

    dpkg: change behaviour of --merge-avail
    
    With this change, dpkg --merge-avail does not update a package's
    information if the version provided is older than the one already listed
    in the available file.

 debian/changelog   |    4 ++++
 lib/dpkg/dpkg-db.h |    3 ++-
 lib/dpkg/parse.c   |    5 +++++
 src/update.c       |    3 ++-
 4 files changed, 13 insertions(+), 2 deletions(-)

commit 333f41304e610a1b2a44b715c6359783632a73c1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 15 18:16:15 2009 +0200

    Update german translation of manual pages
    
    Update to 1611t.

 man/po/de.po |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

commit a04109f53bcff5e53ece983a7fc95c000b86ad6f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 15 17:53:18 2009 +0200

    Sort language updates by alphabet.

 debian/changelog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b6b67fa54b54364d2410ad653fd3b7708a4bd159
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 15 17:51:58 2009 +0200

    Update german scripts translation
    
    Update to 476t.

 scripts/po/de.po |   60 +++++++++++++++++++++++++++--------------------------
 1 files changed, 31 insertions(+), 29 deletions(-)

commit 34db30e1d20eb6953d822677e846fdf45fd3d361
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 15 17:50:22 2009 +0200

    Add missing full stop

 scripts/dpkg-scanpackages.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6c785595d189f65a59284796a9b1f60f16686e85
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 14 21:41:44 2009 +0200

    Add a dpkg cron.daily script to backup the status file
    
    Create /etc/cron.daily/dpkg to handle the backup of /var/lib/dpkg/status
    in /var/backups. This is taken out of the cron package and need no
    conflicts/breaks as the code does nothing if the current status file is
    already backupped.
    
    Moving it out of the cron package makes it more visible for users
    inspecting the content of the dpkg package.
    
    Based-on-patch-by: Leo 'costela' Antunes <costela@debian.org>

 debian/changelog       |    5 +++++
 debian/dpkg.cron.daily |   10 ++++++++++
 debian/rules           |    3 ++-
 man/dpkg.1             |    3 +++
 4 files changed, 20 insertions(+), 1 deletions(-)

commit d31094b551ec0e7eea5e389f6791ff835eab6760
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Aug 7 17:49:30 2009 +0200

    dpkg-gensymbols(1): add kfreebsd-amd64 to the "64bit arches" symbol example
    
    This makes it less likely that this arch will be forgotten when
    maintainers copy/paste from the example.

 debian/changelog      |    2 ++
 man/dpkg-gensymbols.1 |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 8a28be4f25166624a455134171515b3a0fc36774
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 14 19:27:31 2009 +0200

    dpkg-scanpackages(1): correctly refer to the deb-overrides manual page

 man/dpkg-scanpackages.1 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 121197a1efdb4e19d8b09cdceaea69262f1dd46b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 14 19:25:07 2009 +0200

    dpkg-scanpackages: add support for extra override file
    
    Based-on-patch-by: Robert Millan <rmh@aybabtu.com>

 debian/changelog             |    2 ++
 man/dpkg-scanpackages.1      |    4 ++++
 scripts/dpkg-scanpackages.pl |   29 +++++++++++++++++++++++++++--
 3 files changed, 33 insertions(+), 2 deletions(-)

commit b97451856dece57d2fba7d3a7dda1a63297b7874
Author: Steve Petruzzello <dlist@bluewin.ch>
Date:   Fri Aug 14 17:21:21 2009 +0200

    man: Fix typo, wrong space

 man/po/fr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 870db3e790f187464713a97c0a00b72b60747963
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Aug 14 10:05:54 2009 +0200

    update-alternatives: add a missing mark for translation

 scripts/update-alternatives.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d8432dde9f3901370e0ff72b5bef2dda6e18d78f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 13 21:24:35 2009 +0200

    Use MD5HASHLEN instead of literals

 TODO               |    1 -
 dpkg-split/info.c  |    4 ++--
 dpkg-split/queue.c |   12 +++++++-----
 lib/dpkg/mlib.c    |    2 +-
 4 files changed, 10 insertions(+), 9 deletions(-)

commit 2e7cc3f958eefca81c68a74b896279fdd133d981
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 13 21:09:49 2009 +0200

    Remove double slash in database path creation
    
    Visible to the user in some error conditions.

 debian/changelog |    2 ++
 src/processarc.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 15cad2dc636e7efa871104e54de2c225d3676c5d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 11 20:19:50 2009 +0200

    Add forgotten bug closure
    
    Closes: #472208

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e3ef990f83a74130246b439b2e257e33c017758a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 9 14:33:38 2009 +0200

    dpkg: On file conflicts print the version of the conflicted package
    
    Makes it easier to report bugs, without needed to additionally check
    the installed version of the conflicted package.
    
    Closes: #540019

 debian/changelog |    2 ++
 src/archives.c   |   16 +++++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 9e40c4a19bc193d07c934ead1cc0454226688969
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 7 13:57:56 2009 +0200

    Fix typo in Swedish manual translation
    
    This was producing a build failure.
    
    Introduced in commit e27721cc8ae336dff1c3139bb6736f2b40597803.

 man/po/sv.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2cbe23e4295b76939e58a84547191161861d36ed
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 16:40:47 2009 +0200

    Bump install-info related versioned Breaks for konqueror
    
    Last version of konqueror before the fix is 4:4.2.96-1, thus change the
    dependency accordingly.

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e27721cc8ae336dff1c3139bb6736f2b40597803
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Aug 3 20:30:22 2009 +0100

    Update Swedish translation.
    
    po/sv.po: Updated to 971t0f0u.
    man/po/sv.po: Update to 1608t0f0u.
    scripts/po/sv.po: Update to 476t0f0u.

 debian/changelog |    3 +
 man/po/sv.po     |   45 +-
 po/sv.po         | 1841 ++++++++++++++++++++++++++----------------------------
 scripts/po/sv.po |  245 ++++----
 4 files changed, 1032 insertions(+), 1102 deletions(-)

commit 28a8ec9ba082a6eeba9ed853d043bf17639d0399
Author: Simon Richter <sjr@debian.org>
Date:   Sun Aug 2 18:06:54 2009 +0200

    Add uClinux support to ostable and triplettable

 debian/changelog |    2 ++
 ostable          |    2 ++
 triplettable     |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

commit 9d015f4fb71cc13c9920c8d62f64f3c2f097389a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 2 18:04:01 2009 +0200

    Add uClibc Linux support to ostable and triplettable
    
    Closes: #455501

 debian/changelog |    1 +
 ostable          |    2 ++
 triplettable     |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

commit 173652e75fad004c42906608fe0ff4556be29b19
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 30 18:38:57 2009 +0200

    Fix errors in a paragraph in the German man page translation.

 man/po/de.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 37a7407d040e5e6c33ebad6c029cc36d2a2768d5
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jul 25 15:49:35 2009 +0200

    update-alternatives: fix a warning message
    
    Mention the correct slave link that can't be installed due to a
    conflicting file instead of quoting the master link.

 debian/changelog               |    2 ++
 scripts/update-alternatives.pl |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 74b5b92eaed9566565f522bd896187ed2920310c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jul 25 00:48:14 2009 +0200

    Fix apply_patches() funtion of 3.0 (quilt) format to properly skip auto patch
    
    When quilt was used, it was applying the automatic patch even
    when $skip_auto was set to 1. This bug was introduced while fixing
    bug #518453 (commit ea1530fe45c8b1ad61d91c0791c53ecf363899bf).

 scripts/Dpkg/Source/Package/V3/quilt.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cc6d3a6b1c5910fb89f85659bafba80816975859
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 22 18:11:39 2009 +0200

    po: Change path for libdpkg files in POTFILES to lib/dpkg/
    
    Missed in commit 01d05324e0669e3f3585d6aacde696333e49f087, was
    producing empty po files.

 po/POTFILES.in |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)

commit 4eb5386c09b26346b8e30604b070a6d34832d838
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 22 18:09:19 2009 +0200

    man: Fix typo in French translation breaking the build
    
    Introduced in commit f96f650bffaeb949a96107fcb188f9927be42171.

 man/po/fr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 51029b602a3f75af00bcaf9b35ef3c2325d58460
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 22 10:39:43 2009 +0200

    Update german scripts translation
    
    Update to 476t.

 scripts/po/de.po |   58 +++++++++++++++++++++++++++++++----------------------
 1 files changed, 34 insertions(+), 24 deletions(-)

commit c2d042c2fbba96839ac21e42b2724027e3642420
Merge: 8ea582f 3fe3521
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 21 23:16:52 2009 +0200

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 8ea582ffda28c90865c5a8951189b16b946d5edb
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 21 19:27:27 2009 +0200

    Completed French translation for scripts

 debian/changelog |    3 +-
 scripts/po/fr.po |  169 ++++++++++++++++++++++++++++--------------------------
 2 files changed, 90 insertions(+), 82 deletions(-)

commit fb757470ce13c38a41f325e5c428cae9d0aae4c6
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 21 19:02:12 2009 +0200

    Recomplete French translation

 man/po/fr.po |  202 ++++++++++++++++++++--------------------------------------
 1 files changed, 70 insertions(+), 132 deletions(-)

commit d013b8b6163d064caabcf0fdd5fdc9e0371450a2
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 21 18:58:17 2009 +0200

    Drop accidentally added file

 man/po/fr2.po |15925 ---------------------------------------------------------
 1 files changed, 0 insertions(+), 15925 deletions(-)

commit 7fb5b0e12692150f5ecd3507ef6005fef96ea3bd
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 21 18:57:43 2009 +0200

    Regenerate POT file and resync PO files

 man/po/de.po             | 5248 ++++++++++++++++++++++++++++---------------
 man/po/dpkg-man.pot      | 5626 +++++++++++++++++-----------------------------
 man/po/es.po             | 4141 ++++++++++++++++-------------------
 man/po/fr.po             | 4843 +++++++++++++++++++--------------------
 man/po/{fr.po => fr2.po} | 4843 +++++++++++++++++++--------------------
 man/po/hu.po             | 4107 +++++++++++++++------------------
 man/po/ja.po             | 4640 +++++++++++++++++++--------------------
 man/po/pl.po             | 4653 +++++++++++++++++++--------------------
 man/po/pt_BR.po          | 4126 +++++++++++++++-------------------
 man/po/ru.po             | 4120 +++++++++++++++-------------------
 man/po/sv.po             | 4624 +++++++++++++++++++-------------------
 11 files changed, 24567 insertions(+), 26404 deletions(-)

commit f96f650bffaeb949a96107fcb188f9927be42171
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 21 18:54:33 2009 +0200

    Updated French translation

 debian/changelog |    1 +
 man/po/fr.po     | 1987 ++++++++++++++++++++++++++++++------------------------
 2 files changed, 1102 insertions(+), 886 deletions(-)

commit 3fe3521d247a524a41018486aa2496c7803abed2
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue Jul 21 10:14:00 2009 +0200

    Dpkg::Changelog: fix heuristic to identify correct start entry
    
    The heuristic to identify the version number that is most approaching
    was not working properly for the case where the version number was smaller
    than the oldest version (for example "0"). Add a non-regression test for
    this case.
    
    Also add supplementary warnings message so that people notice when
    the parameters are discarded.

 debian/changelog               |    2 ++
 scripts/Dpkg/Changelog.pm      |   15 +++++++++++++--
 scripts/t/600_Dpkg_Changelog.t |    7 ++++++-
 3 files changed, 21 insertions(+), 3 deletions(-)

commit c2a3bc470b047c447d686b5d40a9d2b039ddcdd8
Author: Ivan Masár <helix84@centrum.sk>
Date:   Mon Jul 20 18:10:25 2009 +0200

    Slovak translation update

 debian/changelog |    1 +
 po/sk.po         |   24 ++++++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)

commit 45af858b38518639fc8e5bc65d9e248d420f773e
Author: Ivan Masár <helix84@centrum.sk>
Date:   Mon Jul 20 18:08:07 2009 +0200

    Slovak translation update

 debian/changelog |    3 +
 dselect/po/sk.po |  255 +++++++++++++++++++++++++++---------------------------
 2 files changed, 129 insertions(+), 129 deletions(-)

commit b866c02dfc669dd170680c1bd13b8c0f9898bea5
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Jul 20 08:47:09 2009 +0200

    Fix preinst to not fail on read on broken alternatives status files
    
    The internal structure of alternatives status file is line based.
    Empty lines end each section. read call can fail if the file is truncated
    at some unexpected point. Thus protect all read calls with "|| continue"
    or "|| break" depending on the case.

 debian/changelog    |    2 ++
 debian/dpkg.preinst |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 3417f25ffe2c2ea36640952af0e2c1885edaaa5b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jul 19 09:38:27 2009 +0200

    Update german translation of manual pages
    
    Update to 1608t.

 man/po/de.po | 3105 +++++++++++++---------------------------------------------
 1 files changed, 698 insertions(+), 2407 deletions(-)

commit 2ff362a3b623555657309df89482093a3d0d8c83
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 16 22:53:41 2009 +0200

    dselect: Add builddir to the quoted include search path
    
    The curkeys.h file gets generated at build time, and if we use an out
    of tree build directory, it cannot be found in the current search path.
    But we don't want to add the builddir to the system include search path
    as it will give file collisions when builddir is the same as srcdir.
    Hence we only add it for quoted includes.

 dselect/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 952faba871d51799d52b267889a17d16381e6ddd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 23:06:05 2009 +0200

    libdpkg: Move subproc related declarations to subproc.h

 dpkg-deb/build.c   |    1 +
 dpkg-deb/extract.c |    1 +
 dpkg-deb/info.c    |    1 +
 lib/dpkg/dpkg.h    |    6 ------
 lib/dpkg/subproc.h |    9 +++++++++
 src/archives.c     |    1 +
 src/processarc.c   |    1 +
 7 files changed, 14 insertions(+), 6 deletions(-)

commit 605162178fe6e6b5c0a675003391635512b0af33
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 16:34:59 2009 +0200

    libdpkg: Split dpkg-priv.h into smaller pieces
    
    Make the dependencies on other modules explicit, and avoid clutter by
    not including unneeded stuff.

 dpkg-deb/build.c                    |    2 +-
 dselect/method.cc                   |    2 +-
 lib/dpkg/Makefile.am                |    7 +++----
 lib/dpkg/fields.c                   |    2 +-
 lib/dpkg/parsehelp.c                |    2 +-
 lib/dpkg/path.c                     |    2 +-
 lib/dpkg/{dpkg-priv.h => path.h}    |   21 +++++----------------
 lib/dpkg/string.c                   |    2 +-
 lib/dpkg/{string.c => string.h}     |   26 ++++++++------------------
 lib/dpkg/subproc.c                  |    2 +-
 lib/dpkg/{dpkg-priv.h => subproc.h} |   23 ++++-------------------
 lib/dpkg/test/t-path.c              |    2 +-
 lib/dpkg/test/t-string.c            |    2 +-
 src/filesdb.c                       |    2 +-
 src/help.c                          |    3 ++-
 src/query.c                         |    2 +-
 16 files changed, 33 insertions(+), 69 deletions(-)

commit 7fa96f351b61259f741bcd952beb9468f0c7516c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 15:42:48 2009 +0200

    Disable default automake preprocessor include paths
    
    Tell automake not to add “-I.” to the preprocessor flags, to avoid
    file collisions with system headers. Re-add the path where config.h
    is located. Namespace and use bracketed file inclusions for libdpkg
    headers, and use quoted inclusions for program headers.

 configure.ac              |    2 +-
 dpkg-deb/Makefile.am      |    2 +-
 dpkg-deb/build.c          |    9 +++++----
 dpkg-deb/extract.c        |    7 ++++---
 dpkg-deb/info.c           |    7 ++++---
 dpkg-deb/main.c           |    6 +++---
 dpkg-split/Makefile.am    |    2 +-
 dpkg-split/info.c         |    7 ++++---
 dpkg-split/join.c         |    7 ++++---
 dpkg-split/main.c         |    6 +++---
 dpkg-split/queue.c        |    7 ++++---
 dpkg-split/split.c        |    7 ++++---
 dselect/Makefile.am       |    4 ++--
 dselect/basecmds.cc       |    4 ++--
 dselect/baselist.cc       |    4 ++--
 dselect/basetop.cc        |    2 +-
 dselect/bindings.cc       |    4 ++--
 dselect/curkeys.cc        |    2 +-
 dselect/dselect.h         |    3 ++-
 dselect/main.cc           |    6 +++---
 dselect/methkeys.cc       |    2 +-
 dselect/methlist.cc       |    4 ++--
 dselect/method.cc         |    6 +++---
 dselect/methparse.cc      |    4 ++--
 dselect/pkgcmds.cc        |    4 ++--
 dselect/pkgdepcon.cc      |    4 ++--
 dselect/pkgdisplay.cc     |    4 ++--
 dselect/pkginfo.cc        |    4 ++--
 dselect/pkgkeys.cc        |    2 +-
 dselect/pkglist.cc        |    4 ++--
 dselect/pkgsublist.cc     |    4 ++--
 dselect/pkgtop.cc         |    4 ++--
 lib/dpkg/Makefile.am      |    1 +
 lib/dpkg/cleanup.c        |    3 ++-
 lib/dpkg/compression.c    |    4 ++--
 lib/dpkg/database.c       |    4 ++--
 lib/dpkg/dbmodify.c       |    4 ++--
 lib/dpkg/dump.c           |    6 +++---
 lib/dpkg/ehandle.c        |    4 ++--
 lib/dpkg/fields.c         |    8 ++++----
 lib/dpkg/lock.c           |    4 ++--
 lib/dpkg/log.c            |    4 ++--
 lib/dpkg/mlib.c           |    6 +++---
 lib/dpkg/myopt-util.c     |    4 ++--
 lib/dpkg/myopt.c          |    4 ++--
 lib/dpkg/nfmalloc.c       |    7 +++----
 lib/dpkg/parse.c          |    6 +++---
 lib/dpkg/parsehelp.c      |    9 ++++-----
 lib/dpkg/path.c           |    3 ++-
 lib/dpkg/showpkg.c        |    7 +++----
 lib/dpkg/string.c         |    2 +-
 lib/dpkg/subproc.c        |    4 ++--
 lib/dpkg/tarfn.c          |    4 ++--
 lib/dpkg/test.h           |    2 +-
 lib/dpkg/test/Makefile.am |    2 +-
 lib/dpkg/test/t-path.c    |    2 +-
 lib/dpkg/test/t-pkginfo.c |    2 +-
 lib/dpkg/test/t-string.c  |    2 +-
 lib/dpkg/test/t-varbuf.c  |    2 +-
 lib/dpkg/test/t-version.c |    2 +-
 lib/dpkg/trigdeferred.l   |    4 ++--
 lib/dpkg/triglib.c        |    6 +++---
 lib/dpkg/utils.c          |    4 +++-
 lib/dpkg/varbuf.c         |    4 ++--
 lib/dpkg/vercmp.c         |    6 +++---
 src/Makefile.am           |    2 +-
 src/archives.c            |    8 ++++----
 src/cleanup.c             |    8 ++++----
 src/configure.c           |    4 ++--
 src/depcon.c              |    4 ++--
 src/divertdb.c            |    4 ++--
 src/enquiry.c             |    6 +++---
 src/errors.c              |    6 +++---
 src/filesdb.c             |    8 ++++----
 src/help.c                |    6 +++---
 src/main.c                |    6 +++---
 src/packages.c            |    6 +++---
 src/pkg-array.c           |    4 ++--
 src/pkg-array.h           |    2 +-
 src/pkg-show.c            |    4 ++--
 src/processarc.c          |    8 ++++----
 src/query.c               |    8 ++++----
 src/remove.c              |    6 +++---
 src/select.c              |    6 +++---
 src/statdb.c              |    4 ++--
 src/trigcmd.c             |    6 +++---
 src/trigproc.c            |    4 ++--
 src/update.c              |    6 +++---
 utils/Makefile.am         |    2 +-
 89 files changed, 209 insertions(+), 199 deletions(-)

commit 4a7010fe5e3573cc919788d354fdbccdedce249d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 11:27:26 2009 +0200

    libdpkg: Rename dpkg-test.h to test.h

 lib/dpkg/{dpkg-test.h => test.h} |    2 +-
 lib/dpkg/test/t-macros.c         |    2 +-
 lib/dpkg/test/t-path.c           |    2 +-
 lib/dpkg/test/t-pkginfo.c        |    2 +-
 lib/dpkg/test/t-string.c         |    2 +-
 lib/dpkg/test/t-test.c           |    2 +-
 lib/dpkg/test/t-varbuf.c         |    2 +-
 lib/dpkg/test/t-version.c        |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

commit 289c2911844317dfdd0c4b8d9034820502da483e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 11:21:05 2009 +0200

    libdpkg: Rename dpkg-i18n.h to i18n.h

 dpkg-deb/build.c                 |    2 +-
 dpkg-deb/extract.c               |    2 +-
 dpkg-deb/info.c                  |    2 +-
 dpkg-deb/main.c                  |    2 +-
 dpkg-split/info.c                |    2 +-
 dpkg-split/join.c                |    2 +-
 dpkg-split/main.c                |    2 +-
 dpkg-split/queue.c               |    2 +-
 dpkg-split/split.c               |    2 +-
 dselect/basecmds.cc              |    2 +-
 dselect/baselist.cc              |    2 +-
 dselect/bindings.cc              |    2 +-
 dselect/helpmsgs.cc              |    2 +-
 dselect/main.cc                  |    2 +-
 dselect/methlist.cc              |    2 +-
 dselect/method.cc                |    2 +-
 dselect/methparse.cc             |    2 +-
 dselect/pkgdisplay.cc            |    2 +-
 dselect/pkginfo.cc               |    2 +-
 dselect/pkglist.cc               |    2 +-
 dselect/pkgsublist.cc            |    2 +-
 dselect/pkgtop.cc                |    2 +-
 lib/dpkg/Makefile.am             |    2 +-
 lib/dpkg/compression.c           |    2 +-
 lib/dpkg/database.c              |    2 +-
 lib/dpkg/dbmodify.c              |    2 +-
 lib/dpkg/dump.c                  |    2 +-
 lib/dpkg/ehandle.c               |    2 +-
 lib/dpkg/fields.c                |    2 +-
 lib/dpkg/{dpkg-i18n.h => i18n.h} |    2 +-
 lib/dpkg/lock.c                  |    2 +-
 lib/dpkg/log.c                   |    2 +-
 lib/dpkg/mlib.c                  |    2 +-
 lib/dpkg/myopt-util.c            |    2 +-
 lib/dpkg/myopt.c                 |    2 +-
 lib/dpkg/nfmalloc.c              |    2 +-
 lib/dpkg/parse.c                 |    2 +-
 lib/dpkg/parsehelp.c             |    2 +-
 lib/dpkg/progress.c              |    2 +-
 lib/dpkg/showpkg.c               |    2 +-
 lib/dpkg/subproc.c               |    2 +-
 lib/dpkg/trigdeferred.l          |    2 +-
 lib/dpkg/triglib.c               |    2 +-
 lib/dpkg/utils.c                 |    2 +-
 src/archives.c                   |    2 +-
 src/cleanup.c                    |    2 +-
 src/configure.c                  |    2 +-
 src/depcon.c                     |    2 +-
 src/divertdb.c                   |    2 +-
 src/enquiry.c                    |    2 +-
 src/errors.c                     |    2 +-
 src/filesdb.c                    |    2 +-
 src/help.c                       |    2 +-
 src/main.c                       |    2 +-
 src/packages.c                   |    2 +-
 src/pkg-show.c                   |    2 +-
 src/processarc.c                 |    2 +-
 src/query.c                      |    2 +-
 src/remove.c                     |    2 +-
 src/select.c                     |    2 +-
 src/statdb.c                     |    2 +-
 src/trigcmd.c                    |    2 +-
 src/trigproc.c                   |    2 +-
 src/update.c                     |    2 +-
 64 files changed, 64 insertions(+), 64 deletions(-)

commit 935c3d7bc6adbf721091c0a6e48e0967e9b61e00
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 11:11:07 2009 +0200

    s-s-d: Use sizeof_array instead of ad-hoc calculation

 utils/start-stop-daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e37532e80f4db81dda48401513d5fee4c85d2083
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 15:43:52 2009 +0200

    Remove unused dpkg-priv.h header includes

 src/divertdb.c  |    1 -
 src/enquiry.c   |    1 -
 src/pkg-array.c |    1 -
 src/statdb.c    |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

commit 105ba53cc13950a9fc9186ae8fab7ad4a7b05e01
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 12:14:39 2009 +0200

    libdpkg: Move C language definition macros to macros.h

 dpkg-deb/main.c                   |    2 +-
 dpkg-split/main.c                 |    2 +-
 lib/dpkg/Makefile.am              |    2 +-
 lib/dpkg/dpkg-db.h                |    2 +-
 lib/dpkg/dpkg-i18n.h              |    2 +-
 lib/dpkg/dpkg-priv.h              |   16 +---------------
 lib/dpkg/dpkg.h                   |    2 +-
 lib/dpkg/ehandle.c                |    2 +-
 lib/dpkg/{dpkg-def.h => macros.h} |   23 +++++++++++++++++++----
 lib/dpkg/myopt.h                  |    2 +-
 lib/dpkg/parse.c                  |    2 +-
 lib/dpkg/progress.h               |    2 +-
 lib/dpkg/tarfn.c                  |    3 ++-
 lib/dpkg/test/t-macros.c          |    2 +-
 src/configure.c                   |    2 +-
 src/main.c                        |    2 +-
 src/pkg-show.c                    |    2 +-
 utils/start-stop-daemon.c         |    2 +-
 18 files changed, 37 insertions(+), 35 deletions(-)

commit da17101a4aa8950d2927dd9e0d823fb36d5057b5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 01:36:06 2009 +0200

    libdpkg: Rename and namespace compiler attributes
    
    Prefix them all with DPKG_ATTR_, and use shorter but still meaningful
    names.

 dpkg-deb/dpkg-deb.h       |    2 +-
 dpkg-deb/extract.c        |    2 +-
 dpkg-split/dpkg-split.h   |    6 +++---
 dselect/methparse.cc      |    4 ++--
 lib/dpkg/dpkg-db.h        |    2 +-
 lib/dpkg/dpkg-def.h       |   16 ++++++++--------
 lib/dpkg/dpkg.h           |   26 +++++++++++++-------------
 lib/dpkg/ehandle.c        |    2 +-
 lib/dpkg/mlib.c           |    2 +-
 lib/dpkg/myopt.h          |    8 ++++----
 lib/dpkg/parsedump.h      |    4 ++--
 src/main.c                |    2 +-
 src/main.h                |    6 +++---
 utils/start-stop-daemon.c |    4 ++--
 14 files changed, 43 insertions(+), 43 deletions(-)

commit 17432e273992d023fe17ab423aec051ea7727c6b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 01:41:49 2009 +0200

    libdpkg: Change PRINTFFORMAT to take only one argument
    
    Always assume the variable arguments go just after the format string.

 lib/dpkg/dpkg-db.h        |    2 +-
 lib/dpkg/dpkg-def.h       |    4 ++--
 lib/dpkg/dpkg.h           |   20 ++++++++++----------
 lib/dpkg/myopt.h          |    2 +-
 lib/dpkg/parsedump.h      |    4 ++--
 src/main.h                |    4 ++--
 utils/start-stop-daemon.c |    2 +-
 7 files changed, 19 insertions(+), 19 deletions(-)

commit 01d05324e0669e3f3585d6aacde696333e49f087
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 15 12:14:29 2009 +0200

    Move libraries to subdirectories under lib/
    
    This will allow to use the same include path than the future system
    one, for example “#include <dpkg/dpkg.h>”. It also unclutters the source
    topdir.

 Makefile.am                           |    1 -
 configure.ac                          |    7 ++--
 dpkg-deb/Makefile.am                  |    7 ++--
 dpkg-split/Makefile.am                |    7 ++--
 dselect/Makefile.am                   |    7 ++--
 lib/Makefile.am                       |   51 ++-------------------------------
 {libcompat => lib/compat}/Makefile.am |    2 +-
 {libcompat => lib/compat}/alphasort.c |    0
 {libcompat => lib/compat}/compat.h    |    0
 {libcompat => lib/compat}/getopt.c    |    0
 {libcompat => lib/compat}/getopt.h    |    0
 {libcompat => lib/compat}/getopt1.c   |    0
 {libcompat => lib/compat}/gettext.h   |    0
 {libcompat => lib/compat}/obstack.c   |    0
 {libcompat => lib/compat}/obstack.h   |    0
 {libcompat => lib/compat}/scandir.c   |    0
 {libcompat => lib/compat}/snprintf.c  |    0
 {libcompat => lib/compat}/strerror.c  |    0
 {libcompat => lib/compat}/strnlen.c   |    0
 {libcompat => lib/compat}/strnlen.h   |    0
 {libcompat => lib/compat}/strsignal.c |    0
 {libcompat => lib/compat}/unsetenv.c  |    0
 {libcompat => lib/compat}/vsnprintf.c |    0
 lib/{ => dpkg}/.gitignore             |    0
 lib/{ => dpkg}/Makefile.am            |    3 +-
 lib/{ => dpkg}/cleanup.c              |    0
 lib/{ => dpkg}/compression.c          |    0
 lib/{ => dpkg}/database.c             |    0
 lib/{ => dpkg}/dbmodify.c             |    0
 lib/{ => dpkg}/dlist.h                |    0
 lib/{ => dpkg}/dpkg-db.h              |    0
 lib/{ => dpkg}/dpkg-def.h             |    0
 lib/{ => dpkg}/dpkg-i18n.h            |    0
 lib/{ => dpkg}/dpkg-priv.h            |    0
 lib/{ => dpkg}/dpkg-test.h            |    0
 lib/{ => dpkg}/dpkg.h                 |    0
 lib/{ => dpkg}/dump.c                 |    0
 lib/{ => dpkg}/ehandle.c              |    0
 lib/{ => dpkg}/fields.c               |    0
 lib/{ => dpkg}/lock.c                 |    0
 lib/{ => dpkg}/log.c                  |    0
 lib/{ => dpkg}/md5.c                  |    0
 lib/{ => dpkg}/md5.h                  |    0
 lib/{ => dpkg}/mlib.c                 |    0
 lib/{ => dpkg}/myopt-util.c           |    0
 lib/{ => dpkg}/myopt.c                |    0
 lib/{ => dpkg}/myopt.h                |    0
 lib/{ => dpkg}/nfmalloc.c             |    0
 lib/{ => dpkg}/parse.c                |    0
 lib/{ => dpkg}/parsedump.h            |    0
 lib/{ => dpkg}/parsehelp.c            |    0
 lib/{ => dpkg}/path.c                 |    0
 lib/{ => dpkg}/progress.c             |    0
 lib/{ => dpkg}/progress.h             |    0
 lib/{ => dpkg}/showpkg.c              |    0
 lib/{ => dpkg}/string.c               |    0
 lib/{ => dpkg}/subproc.c              |    0
 lib/{ => dpkg}/tarfn.c                |    0
 lib/{ => dpkg}/tarfn.h                |    0
 lib/{ => dpkg}/test/.gitignore        |    0
 lib/{ => dpkg}/test/Makefile.am       |    3 +-
 lib/{ => dpkg}/test/t-macros.c        |    0
 lib/{ => dpkg}/test/t-path.c          |    0
 lib/{ => dpkg}/test/t-pkginfo.c       |    0
 lib/{ => dpkg}/test/t-string.c        |    0
 lib/{ => dpkg}/test/t-test.c          |    0
 lib/{ => dpkg}/test/t-varbuf.c        |    0
 lib/{ => dpkg}/test/t-version.c       |    0
 lib/{ => dpkg}/trigdeferred.l         |    0
 lib/{ => dpkg}/triglib.c              |    0
 lib/{ => dpkg}/utils.c                |    0
 lib/{ => dpkg}/varbuf.c               |    0
 lib/{ => dpkg}/vercmp.c               |    0
 src/Makefile.am                       |   15 +++++----
 utils/Makefile.am                     |   10 ++++--
 75 files changed, 39 insertions(+), 74 deletions(-)

commit 439f77d84e2d98bfc363fa5b21cae97225df2cef
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Wed Jul 15 21:03:49 2009 +0200

    Dpkg::Shlibs::SymbolFile::load(): use a single object reference everywhere
    
    Instead of keeping two variables synchronized (one being the ref of the
    other), use the reference everywhere. And simplify creation of the
    initial reference.

 scripts/Dpkg/Shlibs/SymbolFile.pm |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

commit e411b5732dd76a157a50778ce96c81115b49332a
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Wed Jul 15 19:38:45 2009 +0300

    Replace local with my in SymbolFile::load() and use strict.
    
    Rather than creating an alias with local, manually do $current_object_ref
    re-referencing. This allows to use 'my $object' and to enable 'use strict'.
    
    Signed-off-by: Modestas Vainius <modestas@vainius.eu>

 scripts/Dpkg/Shlibs/SymbolFile.pm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 77f7292128f315e0cd95177241184252604347ce
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Wed Jul 15 16:44:21 2009 +0200

    deb-substvars(5): list fields where substvars do not work

 debian/changelog    |    2 ++
 man/deb-substvars.5 |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 8e70b9b2f9d16010c614496c0f8f7e9a0d6ced15
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Mon Jun 29 00:18:17 2009 +0300

    dpkg-gensymbols: improve diff label again.
    
    Use "$source_file ($package $arch)".
    
    Signed-off-by: Modestas Vainius <modestas@vainius.eu>

 debian/changelog           |    3 +++
 scripts/dpkg-gensymbols.pl |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit a27d14c4423c44b400764c99b669824f4ba6e9a1
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Wed Jul 15 15:59:03 2009 +0200

    Add new test case for symbols file parsing
    
    Ensure that an #include can change the name of the currently parsed
    library (ELF object).

 scripts/t/200_Dpkg_Shlibs.t                 |    8 +++++++-
 scripts/t/200_Dpkg_Shlibs/symbols.fake-3    |    5 +++++
 scripts/t/200_Dpkg_Shlibs/symbols.include-1 |    2 ++
 3 files changed, 14 insertions(+), 1 deletions(-)

commit 4bd14c490b63e58798108969ac3a5a1aa2fa04f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 14 12:51:40 2009 +0200

    dselect: Fix typo in package deselection condition
    
    The test was always false due to the typo.

 debian/changelog     |    2 ++
 dselect/pkgdepcon.cc |   10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit e60e66ecf721c971f952a7ce095a545c9e7b718b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 14 12:37:58 2009 +0200

    Remove TODO item

 TODO |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 6b0af3e6fa73e9e30f67dc885164244e13ec5d6c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 14 12:35:51 2009 +0200

    Add fakeroot to dpkg-dev Recommends
    
    Since version 1.14.7, dpkg-buildpackage uses fakeroot by default to
    obtain (emulated) root privileges.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Closes: #536821

 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 08463d3cafdad1c25b95d23daa16cb70e6bc84a3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 14 12:32:53 2009 +0200

    Cleanup eflag value names
    
    Remove f and v from value names. Remove duplicated value for reinstreq.

 dselect/pkgdepcon.cc |    7 +++++--
 lib/database.c       |    4 ++--
 lib/dpkg-db.h        |    5 ++---
 lib/dump.c           |    2 +-
 lib/parse.c          |    2 +-
 lib/parsehelp.c      |    6 +++---
 src/archives.c       |    2 +-
 src/cleanup.c        |   12 ++++++------
 src/configure.c      |    4 ++--
 src/enquiry.c        |    5 +++--
 src/processarc.c     |    8 ++++----
 src/remove.c         |    4 ++--
 12 files changed, 32 insertions(+), 29 deletions(-)

commit fb6c4a7a7a46b8ba7d6e6ff959bf6b23058690bb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 14 12:04:47 2009 +0200

    Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags
    
    These flags have been obsolete for a long time, and the ‘hold’ part
    has been converted to the ‘want_hold’ value on database parse. No
    current system having been upgraded through several Debian releases
    should have those values in their status database anymore.

 debian/changelog      |    1 +
 dselect/pkgdisplay.cc |    2 +-
 lib/dpkg-db.h         |    5 +----
 lib/dump.c            |    2 +-
 lib/fields.c          |    4 ----
 lib/parsehelp.c       |    2 --
 src/query.c           |    4 ++--
 7 files changed, 6 insertions(+), 14 deletions(-)

commit 5bd53bc1a8d179ff1891b0362ac1968b36d31faa
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 15:10:21 2009 +0200

    Move filesdbinit declaration to filesdb.h

 src/filesdb.h |    2 ++
 src/main.c    |    1 +
 src/main.h    |    4 ----
 3 files changed, 3 insertions(+), 4 deletions(-)

commit 85a398c3d086424508bcc07abbb1bc678bb130fc
Author: Branden Robinson <branden@debian.org>
Date:   Thu Nov 20 07:00:02 2008 +0200

    Fix typo in macro argument

 src/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7f10797af7cda2a8855f6e132ce0163b46c05ada
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 20 07:02:50 2008 +0200

    Fix typo in comment

 src/processarc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2efaf5ff4af2653bbb69d05568d8628d7cb0e97b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 14:32:34 2009 +0200

    Inline CONFFOPTCELLS into conffoptcells definition
    
    The values in CONFFOPTCELLS are dpkg specific, and not to be found in
    libdpkg so there's no much point in defining the macro there. Also this
    makes for clearer code.

 lib/dpkg.h      |    6 ------
 src/configure.c |    6 +++++-
 2 files changed, 5 insertions(+), 7 deletions(-)

commit 1dbc6b9f37317966a956158bca3798328a4f525b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 14:29:31 2009 +0200

    dpkg: Make conffoptcells static

 src/configure.c |    2 +-
 src/main.h      |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

commit 9a979e68fa47c0288e77102e935fa0703821207e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 13:56:01 2009 +0200

    dpkg: Remove unused cfom_main enum value

 src/main.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 2a7cbd9bbad67021e447068521fd60d42e02cb46
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 02:44:48 2009 +0200

    dpkg-split: Properly check error condition on open when splitting

 dpkg-split/split.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit de24e8d710686a4e271caaccfe3f46a4619ecba1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 02:27:15 2009 +0200

    dpkg-deb: Remove trailing ‘/’ and ‘/.’ from the directory name on -b
    
    When using “dpkg-deb -b” and specifiyng only the directory name to be
    used as the base name for the package name, remove any trailing
    characters that would make dpkg-deb create the destination file inside
    the directory.
    
    Closes: #218018, #373602

 debian/changelog |    2 ++
 dpkg-deb/build.c |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 9d8edc5884220596d612f7274ec77a3aba701545
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 23:55:05 2009 +0200

    Remove unused assert.h includes

 dpkg-split/split.c  |    1 -
 dselect/basecmds.cc |    2 --
 dselect/bindings.cc |    1 -
 src/cleanup.c       |    1 -
 src/divertdb.c      |    1 -
 src/statdb.c        |    1 -
 src/trigcmd.c       |    1 -
 src/update.c        |    1 -
 8 files changed, 0 insertions(+), 9 deletions(-)

commit 410a4e08a6eec83000c8c974d98f64523ee8a973
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 23:05:03 2009 +0200

    man: Document “hold” as package selection state instead of flag

 debian/changelog |    1 +
 man/dpkg.1       |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 7043dca96e2d568242558b457b79ac805c46113f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 22:45:49 2009 +0200

    Update TODO list

 TODO |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit f09acc9d384bd85cd9b3f87ba8d57edbbf64661b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 22:19:45 2009 +0200

    Reschedule roadmap and feature removals in relation to versions
    
    Use versions instead of Debian specific releases, although we map minor
    versions to Debian releases.

 README.feature-removal-schedule |   10 +++++-----
 TODO                            |   24 +++++++++---------------
 2 files changed, 14 insertions(+), 20 deletions(-)

commit a9761ebe6bd5b99bece2a156e717b2af94d0eab0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 21:38:16 2009 +0200

    dpkg: Coalesce similar “takes no arguments” strings
    
    Move the option name to an argument to reuse existing translations.

 src/trigcmd.c |    3 ++-
 src/update.c  |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 224f0285abc304bec059e6144778177c2eed06ee
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 20:11:53 2009 +0200

    Obsolete --forget-old-unavail
    
    On parse mark not-installed leftover packages for automatic removal from
    the database on next dump. The states we consider for removal are
    want_purge, want_deinstall and want_hold. The latter being the ancient
    default for not-installed packages.
    
    This makes the --forget-old-unavail option not useful anymore, so switch
    it to be a no-op, and target it for future removal as obsolescent.
    
    Closes: #33394, #429262

 README.feature-removal-schedule |    9 +++++++++
 debian/changelog                |    3 +++
 dselect/methods/disk/update     |    2 --
 lib/parse.c                     |   13 +++++++++++++
 man/dpkg.1                      |    3 ++-
 src/update.c                    |   31 ++-----------------------------
 6 files changed, 29 insertions(+), 32 deletions(-)

commit 6c6ec4a438f889e90f4741fd7780eb6626e933e1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 20:02:56 2009 +0200

    dpkg: Properly mark packages being purged for disappearance
    
    When a package has been purged, it should be marked as want_unknown
    and the configversion blanked, otherwise dpkg considers it to still
    be informative and keeps it around, which needs later on manual
    intervention from the user to clean up the database.

 debian/changelog |    3 +++
 src/processarc.c |    3 ++-
 src/remove.c     |    2 ++
 3 files changed, 7 insertions(+), 1 deletions(-)

commit 896b469211b21a01c847946240f2d003d3dfb71b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 10 21:50:56 2009 +0200

    libdpkg: Use isblank instead of ad-hoc comparisons

 lib/parsehelp.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 66dff5a82489c9daf85876492fb1969041c181e9
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Jul 11 07:24:31 2009 +0200

    Italian translation updated

 debian/changelog |    1 +
 po/it.po         | 3421 +++++++++++++++++++++++++-----------------------------
 2 files changed, 1553 insertions(+), 1869 deletions(-)

commit f0525ce3409b3dc5422a5b0c5cc28197c55cb015
Merge: 939b0c0 30f797c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 10 12:12:03 2009 +0200

    Merge branch 'sid' (through tag '1.15.3.1')
    
    Conflicts:
    	configure.ac
    	debian/changelog

commit 939b0c0f90d145dda2918beec6bfb48694528503
Author: Holger Wansing <linux@wansing-online.de>
Date:   Thu Jul 9 21:23:25 2009 +0200

    Fix poor wording in German dpkg translation

 po/de.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 30f797c7c1fa1bac2388e47d1c28302804a9c53b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 11:26:55 2009 +0200

    Release 1.15.3.1

 configure.ac     |    2 +-
 debian/changelog |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit fd4d99862af837ccf12e83d13da73e8ffb24aa17
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sun Jun 28 23:59:06 2009 +0300

    Fix wildcard support in symbol files
    
    They were broken due to typo. Also add a test for wildcards.
    
    Signed-off-by: Modestas Vainius <modestas@vainius.eu>

 debian/changelog                  |    3 ++-
 scripts/Dpkg/Shlibs/SymbolFile.pm |    2 +-
 scripts/t/200_Dpkg_Shlibs.t       |   13 ++++++++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

commit 9d0fe91f2291dc5b9ceed8f63a1fc006f20e36ed
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 11:13:54 2009 +0200

    Bump version to 1.15.3.1~

 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit fd2fd13cb3d63e6fbe55eab75a26f5ac217f55c7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 6 18:20:38 2009 +0200

    Update german translation of manual pages
    
    Update to 1664t0u0f.

 man/po/de.po |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 932d6ff120001545f0e39a89a77b294744274591
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jul 5 08:35:28 2009 +0200

    Update German scripts translation
    
    Update to 474t.

 debian/changelog |    3 +
 scripts/po/de.po |  181 ++++++++++++++++++++++++++----------------------------
 2 files changed, 90 insertions(+), 94 deletions(-)

commit 30269085225c9b0a6bfd972cc2dda562cae7be0b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 4 15:24:37 2009 +0200

    Fix minor translation error in scripts/po/de.po

 scripts/po/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e48d19ed49520effe79af9ed5c9dc7e744cb1137
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Jul 3 17:34:22 2009 +0200

    Fix typo (unexecpted -> unexpected)

 src/statdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cdd6ef8d473bdae7a7c1166075c8355ddb6d0361
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Jul 3 17:31:21 2009 +0200

    German dpkg translation update
    
    Update to 1005t8f.

 debian/changelog |    3 ++-
 po/de.po         |   18 +++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit 724ddc2dd8ce11dc30249dcb6023b0b8f56a739d
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Jul 3 15:58:20 2009 +0200

    Update Standards-Version to 3.8.2

 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 4a1e8173f63c1c7a6807aa76280fc8aec128bc81
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Jul 3 15:43:29 2009 +0200

    Fix dpkg's preinst when alternatives dir contains unexpected subdirs
    
    Adjust the lintian overrides accordingly.

 debian/changelog              |    2 ++
 debian/dpkg.lintian-overrides |    6 +++---
 debian/dpkg.preinst           |    5 +++--
 3 files changed, 8 insertions(+), 5 deletions(-)

commit 49c5d0bbe00b3922fb07efae60fd65bb91c64bb1
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Jul 3 15:35:50 2009 +0200

    Add changelog entry for the install-info transition

 TODO             |    1 +
 debian/changelog |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 72d4a9154d0f7ac2d9a1adad3dd59368d9d86c2f
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue Jun 30 12:20:30 2009 +0200

    Breaks: xemacs21-support instead instead of all xemacs21-*
    
    The maintainer decided to factorize the install-info dependency
    in the xemacs21-support package so we should ensure that this
    package gets upgraded and not only the other ones.

 debian/control |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit dd7baf825098209e1b311b3b5e19eaf8c18fe800
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Thu Jun 25 23:17:18 2009 +0200

    Add breaks against all info-browsers that do not depend on install-info

 debian/control |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 1b5209ec9b15a3ccccdf80f5e9ebfe102116a6d8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 02:48:38 2009 +0200

    install-info: Improve a bit the warning messages

 utils/install-info.c |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit 06065fb42580849874dc94a7b7a2bcc0bd2798c3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 02:41:21 2009 +0200

    install-info: Print buggy maintainer script package in warning

 utils/install-info.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 6859b8af0f9ce00cc25e84d6d1fcb4fb4eae09f7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 02:39:12 2009 +0200

    install-info: Use macros for warn and error output

 utils/install-info.c |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

commit 20dcd4f212fe9cfe928349de2d5a1ace735e18e9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 02:35:33 2009 +0200

    install-info: Generalize by using macros for paths

 utils/install-info.c |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit ee31b22c9f3ccde710110e8512a2223b2ce35795
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 02:20:16 2009 +0200

    install-info: Add missing stdlib.h
    
    Fix build failure, getenv is declared in stdlib.h.

 utils/install-info.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e1f03a94a08efb9de3736ff8b9c7c3fe24cda50e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 02:18:18 2009 +0200

    Use autoconf AC_ARG_PROGRAM support to rename install-info
    
    Rename the binary on install to avoid colliding with autoconf's
    install-info builtin targets.

 utils/.gitignore  |    3 +--
 utils/Makefile.am |   19 ++++++++-----------
 2 files changed, 9 insertions(+), 13 deletions(-)

commit c23407d285734d66aca07ecfbb45d7f8604ce706
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Mar 13 15:47:52 2009 +0100

    Replace install-info by a simple wrapper (or no-op command)
    
    In order to properly transition to GNU's install-info, dpkg's install-info
    is modified to be a simple wrapper around /usr/bin/install-info. That
    wrapper warns when the user explicitely calls /usr/sbin/install-info since
    the new install-info is in /usr/bin/.
    
    This wrapper is meant to be removed at some point when all references
    to /usr/sbin/install-info have gone (most probably in squeeze+1).
    
    Also remove the manual page since there's nothing to document any more
    and add a lintian override until the wrapper is removed.
    
    Reference: http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo

 TODO                          |    2 -
 debian/dpkg.install           |    1 -
 debian/dpkg.lintian-overrides |    2 +
 man/Makefile.am               |    1 -
 man/install-info.8            |  295 -----------------------
 man/po/po4a.cfg               |    5 -
 po/POTFILES.in                |    1 -
 scripts/.gitignore            |    2 -
 scripts/Makefile.am           |   16 +--
 scripts/install-info.pl       |  524 -----------------------------------------
 utils/.gitignore              |    2 +
 utils/Makefile.am             |   13 +
 utils/install-info.c          |   65 +++++
 13 files changed, 83 insertions(+), 846 deletions(-)

commit 645a9e329f874a470ae837d93525c769a0df4ec8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 2 11:24:08 2009 +0200

    libdpkg: Refactor parsedb_state into a new structure
    
    Move state variables into a new struct and pass that instead of each of
    them to the error, warning and field parsing functions. This is cleaner,
    and should be “marginally” faster.

 TODO            |    1 -
 lib/fields.c    |  159 +++++++++++++++++++++++++-----------------------------
 lib/parse.c     |   66 +++++++++++++----------
 lib/parsedump.h |   25 +++++----
 lib/parsehelp.c |   33 ++++++------
 5 files changed, 142 insertions(+), 142 deletions(-)

commit bfb8cccada43b32dee587da80f38ce1b207aa9b1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 2 10:50:43 2009 +0200

    libdpkg: Initialize parse lno to 0 to avoid decrementing it on rcall

 lib/parse.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2fa9eb87bba4fdb33635228f60a54b89f59292da
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 2 10:50:25 2009 +0200

    Add dpkg-vendor to .gitignore

 scripts/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6aaa8c10678d5af3dd6e2026c0a48ac9cb1da789
Author: Marcos Alvarez Costales <marcos.alvarez.costales@gmail.com>
Date:   Wed Jul 1 20:57:03 2009 +0200

    Asturian translation update

 debian/changelog |    1 +
 po/ast.po        |   25 +++++++++++++------------
 2 files changed, 14 insertions(+), 12 deletions(-)

commit ebb721df8997021b6f6a3fcaa8be1450949e6dd4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 10:23:19 2009 +0200

    dpkg-scanpackages: Do not handle the Revision field
    
    This field has already been parsed and handled by “dpkg-deb -I”.
    The code is doubly useless, as additionally the version comparison is
    done before the Revision has been folded into the Version field.

 debian/changelog             |    2 +-
 scripts/dpkg-scanpackages.pl |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)

commit e6c2713bd4d59a88d1ae5234a4224416e0e9fa08
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 10:09:46 2009 +0200

    dpkg-scanpackages: Do not remap obsolete fields
    
    Those fields have been remappedd already by “dpkg-deb -I”.

 debian/changelog             |    2 ++
 scripts/dpkg-scanpackages.pl |    7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

commit ee157886303518ef56598f843d29c63349232391
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 09:21:18 2009 +0200

    dpkg-scansources: Reduce variable scope in process_dsc
    
    Move them closer to their actual usage.

 scripts/dpkg-scansources.pl |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

commit 7602026aff2452f6d723a87146340f4ed3e3d863
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 09:17:47 2009 +0200

    dpkg-scansources: Switch to use Dpkg::Cdata
    
    Use our modules instead of duplicating the .dsc parsing code. As a
    side effect it now handles properly bogus files.

 debian/changelog            |    2 +
 scripts/dpkg-scansources.pl |  273 +++++++++++--------------------------------
 2 files changed, 70 insertions(+), 205 deletions(-)

commit 396d3c27c10884d758b434a9ac637e709bf320b5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jun 30 21:46:10 2009 +0200

    Update german translation of manual pages
    
    Update to 1662t0u2f.

 debian/changelog    |    3 +
 man/po/de.po        |   21 +-
 man/po/dpkg-man.pot | 2093 +++++++++++++++++++++++++++++++++++++--------------
 3 files changed, 1556 insertions(+), 561 deletions(-)

commit a15532403f172d790031a71044f585578366e605
Author: Jens Seidel <jensseidel@users.sf.net>
Date:   Tue Jun 30 21:38:01 2009 +0200

    Proofreading

 man/po/de.po |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 0b413ae85fda839c47cfc35a9ffd0189889e0b67
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jun 30 07:29:12 2009 +0200

    French translation update

 debian/changelog |    4 +++
 po/fr.po         |   77 +++++++++++++++++++----------------------------------
 2 files changed, 32 insertions(+), 49 deletions(-)

commit ed4065c246bba34784b6babaff3a9a6b93fcc793
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 09:34:20 2009 +0200

    dpkg-name: Do not handle Revision and Package_Revision fields
    
    Those fields have already been parsed and handled by “dpkg-deb -I”.

 debian/changelog     |    2 ++
 scripts/dpkg-name.pl |    5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

commit afcdfe571e8d20832996ec8d4593744fab3b52c1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 09:23:17 2009 +0200

    dpkg-name: Fix inverted logic when deciding to assume the architecture
    
    This gets triggered when the package does not have such field.

 debian/changelog     |    2 ++
 scripts/dpkg-name.pl |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit e9c3e59475b7bcf0201b3c5a936c1f4f87382022
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 09:20:00 2009 +0200

    dpkg-name: Call _g instead of g_

 debian/changelog     |    1 +
 scripts/dpkg-name.pl |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 34181ce3a1cf466af9ac2e94f68b60cbdfaf57c8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 19:26:03 2009 +0200

    Bump version to 1.15.4~

 configure.ac     |    2 +-
 debian/changelog |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 16199a8951e656bf3ef2fda67cb554a26fad785d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 19:07:16 2009 +0200

    Release 1.15.3

 configure.ac     |    2 +-
 debian/changelog |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit d8338f3164508f8f4c1b6276c9c381e06acf663d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 19:04:56 2009 +0200

    Add new scripts test cases to EXTRA_DIST

 scripts/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b75b971b90c2d31d5fc3a675966f29c99d6f0cde
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 18:50:52 2009 +0200

    Regenerate .pot files and merge .po files with them

 man/po/de.po            | 1752 +++++++++++++++++++++++++++++++++++++++++++++-
 man/po/dpkg-man.pot     |  217 ++++---
 man/po/es.po            |  238 ++++---
 man/po/fr.po            |  244 ++++---
 man/po/hu.po            |  239 ++++---
 man/po/ja.po            |  237 ++++---
 man/po/pl.po            |  241 ++++---
 man/po/pt_BR.po         |  239 ++++---
 man/po/ru.po            |  236 ++++---
 man/po/sv.po            |  288 +++++----
 po/ast.po               |  701 ++++++++++----------
 po/bs.po                |  690 ++++++++++---------
 po/ca.po                |  714 ++++++++++----------
 po/cs.po                |  724 ++++++++++----------
 po/da.po                |  717 ++++++++++----------
 po/de.po                |  701 ++++++++++----------
 po/dpkg.pot             |  690 ++++++++++---------
 po/dz.po                |  717 ++++++++++----------
 po/el.po                |  719 ++++++++++----------
 po/eo.po                |  701 ++++++++++----------
 po/es.po                |  718 ++++++++++----------
 po/et.po                |  711 ++++++++++----------
 po/eu.po                |  701 ++++++++++----------
 po/fr.po                |  735 ++++++++++----------
 po/gl.po                |  719 ++++++++++----------
 po/hu.po                |  717 ++++++++++----------
 po/id.po                |  717 ++++++++++----------
 po/it.po                |  717 ++++++++++----------
 po/ja.po                |  717 ++++++++++----------
 po/km.po                |  717 ++++++++++----------
 po/ko.po                |  719 ++++++++++----------
 po/ku.po                |  694 ++++++++++----------
 po/lt.po                |  719 ++++++++++----------
 po/mr.po                |  717 ++++++++++----------
 po/nb.po                |  719 ++++++++++----------
 po/ne.po                |  717 ++++++++++----------
 po/nl.po                |  717 ++++++++++----------
 po/nn.po                |  719 ++++++++++----------
 po/pa.po                |  694 ++++++++++----------
 po/pl.po                |  718 ++++++++++----------
 po/pt.po                |  719 ++++++++++----------
 po/pt_BR.po             |  717 ++++++++++----------
 po/ro.po                |  724 ++++++++++----------
 po/ru.po                |  703 ++++++++++----------
 po/sk.po                |  703 ++++++++++----------
 po/sv.po                |  233 ++++---
 po/th.po                |  717 ++++++++++----------
 po/tl.po                |  717 ++++++++++----------
 po/vi.po                |  717 ++++++++++----------
 po/zh_CN.po             |  701 ++++++++++----------
 po/zh_TW.po             |  717 ++++++++++----------
 scripts/po/ca.po        |  606 +++++++++--------
 scripts/po/de.po        |  125 ++--
 scripts/po/dpkg-dev.pot |  583 ++++++++--------
 scripts/po/fr.po        |  661 ++++++++++--------
 scripts/po/pl.po        |  655 ++++++++++--------
 scripts/po/ru.po        |  655 ++++++++++--------
 scripts/po/sv.po        |  423 ++++++------
 58 files changed, 19371 insertions(+), 17012 deletions(-)

commit 3cc5a5bf4b6da9facf36c52bb97889a5ce2fd681
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 19:04:14 2009 +0200

    Add new files to POTFILES

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4401640147126170df7d188545b8ecd4ffd21d29
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 18:46:36 2009 +0200

    man: Remove non dot prefixed type field
    
    This seems to be obsolete and now the field has the form “#. type: ”.
    Which gets duplicated with the old form.

 man/po/de.po    | 1798 -----------------------------------------------------
 man/po/es.po    | 1862 -------------------------------------------------------
 man/po/fr.po    | 1855 ------------------------------------------------------
 man/po/hu.po    | 1708 --------------------------------------------------
 man/po/ja.po    | 1812 -----------------------------------------------------
 man/po/pl.po    | 1683 -------------------------------------------------
 man/po/pt_BR.po | 1743 ---------------------------------------------------
 man/po/ru.po    | 1740 ---------------------------------------------------
 man/po/sv.po    | 1718 --------------------------------------------------
 9 files changed, 0 insertions(+), 15919 deletions(-)

commit c5b980dacefe000cc09694e0e7313fea5a43acfe
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 20:02:27 2009 +0200

    dpkg-deb: Remove unused FILE variable
    
    Now that we are not closing gzfd indirectly by fclosing gz, we close it
    explicitly.

 dpkg-deb/build.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit 4308a347c5c17ab627f10bb77a98388162646d18
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Jun 27 16:32:13 2009 +0200

    Fix quotation marks in German dpkg translation

 debian/changelog |    5 +++--
 po/de.po         |    6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

commit a3e560fe5d095e989dcfcda1935e51d72b82b780
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 05:16:05 2009 +0200

    libdpkg-perl: Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields

 debian/changelog              |    1 +
 scripts/Dpkg/ErrorHandling.pm |   10 +---------
 scripts/Dpkg/Fields.pm        |   12 +++++++++++-
 scripts/dpkg-genchanges.pl    |    4 ++--
 scripts/dpkg-gencontrol.pl    |    4 ++--
 scripts/dpkg-source.pl        |    4 ++--
 6 files changed, 19 insertions(+), 16 deletions(-)

commit b05060cb961a6dcb1eac5cc1796058dbc2bdbfad
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 05:05:49 2009 +0200

    Dpkg::ErrorHandling: Explicitly pass field argument to unknown()

 debian/changelog              |    1 +
 scripts/Dpkg/ErrorHandling.pm |    8 ++++----
 scripts/dpkg-genchanges.pl    |    6 +++---
 scripts/dpkg-gencontrol.pl    |    6 +++---
 scripts/dpkg-source.pl        |    6 +++---
 5 files changed, 14 insertions(+), 13 deletions(-)

commit 3862c3e7fe882c61c53f62294fd84dddee9d2f46
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 04:50:33 2009 +0200

    libdpkg-perl: Import Exporter with ‘use base’
    
    We don't need to set @ISA now.

 scripts/Dpkg/Arch.pm             |    3 +--
 scripts/Dpkg/Cdata.pm            |    3 +--
 scripts/Dpkg/Deps.pm             |    2 +-
 scripts/Dpkg/Fields.pm           |    3 +--
 scripts/Dpkg/IPC.pm              |    3 +--
 scripts/Dpkg/Path.pm             |    3 +--
 scripts/Dpkg/Source/Functions.pm |    3 +--
 scripts/Dpkg/Vars.pm             |    3 +--
 scripts/Dpkg/Vendor.pm           |    3 +--
 scripts/Dpkg/Version.pm          |    3 +--
 10 files changed, 10 insertions(+), 19 deletions(-)

commit 0e1e63afa089bca6f70a574f11033b724a6fc3c8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 04:04:16 2009 +0200

    dpkg-scanpackages: Remove commented out code

 scripts/dpkg-scanpackages.pl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 0d887820bcb55b60aa423a428eb4919c12acf577
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 03:32:12 2009 +0200

    Unclaim bug closure

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e29457dd5f8bfc8f6fc913b1899919f98be93bd7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 03:30:57 2009 +0200

    man:  Mark argument names in dpkg-statoverride.1 in italic

 debian/changelog        |    1 +
 man/dpkg-statoverride.8 |   10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit ee21a3b9443f7a7a643fa1d41bf1ba2b93e32ccb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 02:10:53 2009 +0200

    man: Document in dpkg-statoverride the format to specify mode
    
    Closes: #534551

 debian/changelog        |    2 ++
 man/dpkg-statoverride.8 |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit a3454abb5b83ac12aec5c52f2ae4492faf6890c8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 01:52:58 2009 +0200

    dpkg-split: Use the correct units (KiB) when referring to partsize

 debian/changelog  |    1 +
 dpkg-split/main.c |    2 +-
 man/dpkg-split.1  |    4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

commit d30fdccff56e8ed63e81e7e114c421d5c806d8e7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 21 16:46:30 2008 +0200

    libdpkg: Do not try to close already closed files

 debian/changelog |    1 +
 lib/triglib.c    |   11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit d5ad25d85434acd7a4532334db2381a03d288ccd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 24 05:51:33 2009 +0200

    libdpkg: Suffix path related function names with ‘path_’

 lib/dpkg-priv.h   |    4 ++--
 lib/fields.c      |    2 +-
 lib/path.c        |    4 ++--
 lib/test/t-path.c |   26 +++++++++++++-------------
 src/filesdb.c     |    2 +-
 src/help.c        |    2 +-
 src/query.c       |    2 +-
 7 files changed, 21 insertions(+), 21 deletions(-)

commit fe930e9bb3e195825cce98e4abe825459a7e81e7
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Thu Jun 25 21:43:29 2009 +0200

    Dpkg::Deps: fix dependency parsing code
    
    Fix dependency parsing code in Dpkg::Deps to not accept "foo\nbar"
    even if foo is valid. A regex was improperly matching "\n" as
    end of string due to usage of the "m" modifier.
    
    Also improve the warning displayed when the dependency can't be parsed.
    
    Add a non-regression test to ensure that this problem doesn't come back.
    
    Reported-by: Andrew Sayers <andrew-dpkg@pileofstuff.org>

 debian/changelog          |    3 +++
 scripts/Dpkg/Deps.pm      |    4 ++--
 scripts/t/400_Dpkg_Deps.t |    7 ++++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit 2cf5b0f90d4fae8c6287fa0a44e84270ad5326d6
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue Jun 23 08:58:35 2009 +0200

    Remove all invalid master alternatives found
    
    Initially I wanted to cleanup only problematic cases thinking that there
    would be few. But apparently there must be an old version of
    update-alternatives that created improper entries for slave alternatives
    in /var/lib/dpkg/alternatives so I do a full scan once when we upgrade
    from a version older than 1.15.3 and hope that we can forget about those
    upgrade issues after that.

 debian/changelog              |    4 ++--
 debian/dpkg.lintian-overrides |    5 +++++
 debian/dpkg.preinst           |   38 ++++++++++++++++++++++++++------------
 3 files changed, 33 insertions(+), 14 deletions(-)

commit 85f2eb4dca5ad99cbbb014a5ab88019b06839068
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Jun 22 11:35:58 2009 +0200

    Fix a spelling error in changelog (thanks lintian)

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 52ff937b5b8028dfa0745daafe913397a4e0b7cd
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Jun 22 11:21:19 2009 +0200

    Dpkg::Shlibs::Objdump::get_symbol(): try fallback name for version-less symbols
    
    This also fixes the test suite as it was broken by the rename
    of version-less symbols in "<name>@Base".

 scripts/Dpkg/Shlibs/Objdump.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit a3587e15b82e0f3a7367769307fe181c8151ce79
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 21 22:29:48 2009 +0200

    Dpkg::Shlibs::Objdump: assume version Base when no associated version
    
    This completes the fix started in
    211c62c45d5f3d5f8ee3dc26668cd5a04e889076.

 scripts/Dpkg/Shlibs/Objdump.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d9c6694ce42d0e26b6c8dd06a74a26d55a6124c6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jun 21 21:49:05 2009 +0200

    Update german scripts translation
    
    Update to 481t0f0u.

 scripts/po/de.po |  349 +++++++++++++++++++++++++++---------------------------
 1 files changed, 174 insertions(+), 175 deletions(-)

commit 63af4da6d1a2842df53db2e93e1ceca58d1b7615
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sun Jun 21 10:52:09 2009 +0200

    Dpkg::Shlibs::SymbolFile: support subclassing of Symbol object
    
    This change makes it easier to replace Dpkg::Shlibs::Symbol with
    a derivative class by passing an appropriate $base_symbol parameter
    in load().

 scripts/Dpkg/Shlibs/SymbolFile.pm |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit da815b18f46b56b4897153b68041cafda21d087f
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sun Jun 21 10:50:31 2009 +0200

    dpkg-gensymbols(1): escape more minus signs

 man/dpkg-gensymbols.1 |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 1ae77b82cff5462acffad67e2999973df880f0b7
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 21 02:35:04 2009 +0200

    dpkg-scan(packages|sources): support all checksums algo
    
    Use Dpkg::Checksums to generate all supported checksums when possible.

 debian/changelog             |    2 +
 scripts/dpkg-scanpackages.pl |   33 +++++++++++++++---------
 scripts/dpkg-scansources.pl  |   56 ++++++++++++++++++------------------------
 3 files changed, 46 insertions(+), 45 deletions(-)

commit f60b961d1909103eb6ab68efe9009c4b9580ebda
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 21 00:42:37 2009 +0200

    dpkg-genchanges: skip warning about lower version for backports
    
    Backports have by definition a version number lower than the original
    version (to enable upgrades from backports to official packages). So skip
    the corresponding warning when backports are detected thanks to the
    usual version suffixes ~bpo (backports.org) and ~vola (volatile.d.o).

 debian/changelog           |    2 ++
 scripts/dpkg-genchanges.pl |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 012ac74f876b7031165a782dbfeb3f43692bf382
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 21 00:27:44 2009 +0200

    Dpkg::Vendor::get_vendor_file(): replaces spaces by dashes
    
    Also lookup filenames with dashes replacing spaces in the name
    of the vendor.

 debian/changelog       |    2 ++
 scripts/Dpkg/Vendor.pm |    6 +++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0a3d3fe21b629b55005c14889faaf8f84c4967c7
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 21 00:16:54 2009 +0200

    dpkg-source: ensure trustedkeys.gpg is used to check signatures

 debian/changelog               |    3 +++
 scripts/Dpkg/Source/Package.pm |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit ffc5049d6a0faa7b63c423bbb256e7d70662bc7c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 23:39:53 2009 +0200

    Dpkg::Shlibs::SymbolFile: add missing explanation

 scripts/Dpkg/Shlibs/SymbolFile.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0bdf342a69be47a5d7654114539854ea87702216
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 23:08:09 2009 +0200

    Dpkg::Substvars: restructure to have a separate namespace for variables
    
    The addition of “_used” in the structure was in conflict with
    a possible variable of the same name. So put the variables in
    a dedicated hash to avoid this conflict and rename “_used” into
    “used”.
    
    Correct the warning message too.
    
    Also add Joachim in the THANKS file for his contribution.

 THANKS                         |    1 +
 scripts/Dpkg/Substvars.pm      |   64 ++++++++++++++++++++-------------------
 scripts/t/750_Dpkg_Substvars.t |    2 +-
 3 files changed, 35 insertions(+), 32 deletions(-)

commit d60bb3e211d9496653d5061c112ce3092998fe11
Author: Joachim Breitner <mail@joachim-breitner.de>
Date:   Sat Jun 13 23:33:08 2009 +0200

    dpkg-gencontrol: warn about unused substvars (closes: #532760)
    
    The change to Dpkg/Fields.pm is required to avoid unwanted warnings
    on the F:<fieldname> substitutions.

 debian/changelog           |    3 +++
 scripts/Dpkg/Fields.pm     |    1 +
 scripts/dpkg-gencontrol.pl |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

commit 69bee88969bc7766a4e2066927f1069b551fba2b
Author: Joachim Breitner <mail@joachim-breitner.de>
Date:   Sat Jun 13 23:25:23 2009 +0200

    Dpkg::Substvars: track unused substitutions and add warning function
    
    This commit adds tracking of used variables in Dpkg::Substvars. It adds
    two new methods, no_warn() to disable warnings about one of the
    variables, warn_about_unused() to issue warnings (via
    Dpkg::ErrorHandling::warning()).
    
    The test suite is extended accordingly.

 scripts/Dpkg/Substvars.pm      |   46 ++++++++++++++++++++++++++++++++++++++++
 scripts/t/750_Dpkg_Substvars.t |   18 ++++++++++++++-
 2 files changed, 63 insertions(+), 1 deletions(-)

commit 38b79ccbca7460f0f39daf5baa1d7036464f5b0d
Author: Joachim Breitner <mail@joachim-breitner.de>
Date:   Sat Jun 13 22:54:49 2009 +0200

    Dpkg::Substvars: add non-regression test suite

 scripts/t/750_Dpkg_Substvars.t          |   74 +++++++++++++++++++++++++++++++
 scripts/t/750_Dpkg_Substvars/substvars1 |    9 ++++
 2 files changed, 83 insertions(+), 0 deletions(-)

commit bf4582423b44556f05744e7633d7d56a75fc77c9
Author: Joachim Breitner <mail@joachim-breitner.de>
Date:   Sat Jun 13 22:38:06 2009 +0200

    Dpkg::Substvars: allow spaces in front of comments in substvars
    
    Principle of least surprise.

 scripts/Dpkg/Substvars.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c43ba8d76c43514206e467211295d8532944a61f
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 21:45:48 2009 +0200

    dpkg-gensymbols: add new “ignore-blacklist” tag
    
    Add new tag "ignore-blacklist" to force-include symbols which are
    normally blacklisted. This can be useful for libgcc to include symbols
    that the toolchain allows to be shared but that are often static
    (and hence are blacklisted for this reason). Closes: #533642

 debian/changelog                  |    4 ++++
 man/dpkg-gensymbols.1             |    8 ++++++++
 scripts/Dpkg/Shlibs/SymbolFile.pm |   13 +++++++------
 3 files changed, 19 insertions(+), 6 deletions(-)

commit b8b229b61746b5bc5ecd51ccc961687f318e278d
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 22:07:47 2009 +0200

    Dpkg::Shlibs::Symbol: add new has_tag() and get_tag_value() functions

 scripts/Dpkg/Shlibs/Symbol.pm |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit 211c62c45d5f3d5f8ee3dc26668cd5a04e889076
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 20:55:46 2009 +0200

    Dpkg::Shlibs::SymbolFile: assume an implicit version "Base" for unversioned symbols

 debian/changelog                  |    2 ++
 scripts/Dpkg/Shlibs/SymbolFile.pm |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 49f9f9617800f2b4565e01e51d6481c61c6314ef
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 20:30:59 2009 +0200

    dpkg-gensymbols: do not output deprecated symbols
    
    The deprecated symbols appear commented with “#MISSING:”, they should
    appear in the explanatory diff but not in the file generated.

 debian/changelog           |    2 ++
 scripts/dpkg-gensymbols.pl |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 9093cf1d97b544f2a8400b57fd1eaff69b9c5551
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 19:28:29 2009 +0200

    Add changelog entry for new dpkg-gensymbols feature

 debian/changelog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 2585b24fc60840db17f33db593087e03840f801c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 20 18:42:49 2009 +0200

    Dpkg::Shlibs: code cleanup after merge and documentation update

 man/dpkg-gensymbols.1             |   77 +++++++++++++-----------
 scripts/Dpkg/Shlibs/Symbol.pm     |   11 +--
 scripts/Dpkg/Shlibs/SymbolFile.pm |  115 ++++++++++++++++++++-----------------
 3 files changed, 108 insertions(+), 95 deletions(-)

commit 5dec937e782343fb810a237fddfef3660bddfea9
Author: Modestas Vainius <modestas@vainius.eu>
Date:   Sat Jun 20 01:28:57 2009 +0300

    Symbol tagging support and implementation of optional and arch tags
    
    Symbols might be tagged with arbitary number of tags which are separated by '|'
    (aka pipe) character. Tags (only if there are any) must be enclosed in the ()
    brackets right before a symbol name. Each tag can appear only once in the tag
    specification for each symbol. A tag can optionally have a value. The tag value
    is separated from the tag name by character '='. Tag names and values can be
    arbitrary strings except they cannot contain any of the special ()|=
    characters. A name of the tagged symbol can optionally be quoted with either '
    or " characters (e.g. to allow whitespaces in the symbol name). If there are no
    tags specified, symbol name cannot be quoted and symbol name continues up until
    the first whitespace.
    
    Example of the quoted symbol with 2 tags (the first tag has a value while the
    second does not):
    
     (tag1=value of the first tag|tag2)"Foo::Bar::foobar()"@Base 1.0 1
    
    Tags serve two purposes:
    
    * they can be used for symbol marking (e.g. when a symbol must be treated
      specially under certain circumstances);
    * they tell the parser that the specified symbol name must be processed in
      certain way to become a raw symbol name as found in the object files.
      Such tags are processed in the order they are specified.
    
    Symbol files with tags are not backwards compatible, so a new parameter
    'template_mode' has been added to SymbolFile::dump(). If template_mode is not
    set (default), dump() emits a fully post-processed symbol specifications as
    directed by their tags. Tags themselves are ommited from output and unknown
    tags are ignored. If template_mode is set, dump() keeps tags in the output and
    emits symbol specifications as they were read from the symbol file.
    
    As a result, a new parameter -t was added to dpkg-gensymbols to support writing
    the symbol file in template mode. Default is to write in non-template mode.
    
    (tag|...|tagN)#include "file_to_include"
    
    All symbols in the "file_to_include" will be tagged with #include tags by
    default. A symbol in "file_to_include" can specify additional tags in its tag
    specification or even override the tag value inherited from #include tags by
    specifying another one in its own tag specifaction. There is no way for the
    symbol to untag itself, even if the tag was inherited from #include.  #include
    tags are assumed to go always before (in tagorder) symbol specific tags even if
    the symbol overrides the tag. Recursive tagged #includes are supported.
    
    The patch also adds support for 2 tags:
    
    * optional - a symbol marked as optional can disappear from the object file at
      any time and that will never cause dpkg-gensymbols to fail (just emit the
      diff).  If optional symbol disappears, it is dumped as MISSING with
      deprecated string set to the current package version (hence it always appears
      in the dpkg-gensymbols diff). If optional symbol reappears, it gets
      undeprecated but its minver is kept unchanged (contrary to reappearing
      MISSING symbols).
    
      Example: C++ template instantiation which disappearance is not ABI breaking
      (i.e. basically it is a private symbol).
    
      (optional)_ZN6Phonon22ObjectDescriptionModelILNS_21ObjectDescriptionTypeE0EE11qt_metacastEPKc@Base 4:4.2.0
    
    * arch=<list of architectures as in Build-Depend dep> - allows to
      mark a symbol as arch-specific. When dumping in non-templace mode, only
      symbols concerned for the current host architecture are dumped. When dumping
      in template mode, all arch-specific symbols are always dumped (including
      proper tags). If arch-specific symbol appears on the arch that it is not
      supposed to appear, it is made arch neutral (hence it appears in the
      dpkg-gensymbols diff). If arch-specific symbol disappears from its arch, it
      gets declared as MISSING.
    
      Example: armel specific symbol due to qreal mangling as float on arm(el)
      and double on other arches.
    
      (arch=arm armel)_ZN6Phonon11AudioOutput13volumeChangedEd@Base 4:4.2.0
      (arch=!armel !arm)_ZN6Phonon11AudioOutput13volumeChangedEf@Base 4:4.2.0

 man/dpkg-gensymbols.1                        |  130 +++++++++++++--
 scripts/Dpkg/Shlibs/Symbol.pm                |  239 ++++++++++++++++++++++++++
 scripts/Dpkg/Shlibs/SymbolFile.pm            |  153 ++++++++++-------
 scripts/Makefile.am                          |   22 ++-
 scripts/dpkg-gensymbols.pl                   |   23 ++-
 scripts/dpkg-shlibdeps.pl                    |    2 +-
 scripts/t/200_Dpkg_Shlibs.t                  |  199 +++++++++++++++++++---
 scripts/t/200_Dpkg_Shlibs/objdump.tags-amd64 |   70 ++++++++
 scripts/t/200_Dpkg_Shlibs/objdump.tags-i386  |   71 ++++++++
 scripts/t/200_Dpkg_Shlibs/symbols.include-3  |    5 +
 scripts/t/200_Dpkg_Shlibs/symbols.tags.in    |    8 +
 scripts/t/200_Dpkg_Shlibs/symboltags.c       |   23 +++
 12 files changed, 837 insertions(+), 108 deletions(-)

commit e8698e08a1cca4949020cf12e26c4d189e3ba306
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Jun 20 17:05:11 2009 +0100

    Update Swedish translation.
    
    po/sv.po: Updated to 993t0f0u.
    scripts/po/sv.po: Updated to 488t0f08.

 po/sv.po         |  584 ++++++++++++++++++++++++++----------------------------
 scripts/po/sv.po |  420 ++++++++++++++++++++++-----------------
 2 files changed, 518 insertions(+), 486 deletions(-)

commit bce7972fbdff34d7ecd868753c61e1e9382f17a7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jun 20 14:13:36 2009 +0200

    Update german scripts translation
    
    Update to 488t0f0u.

 scripts/po/de.po |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit 213b91e7a511ef55be7c51db60846993a9f452b5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jun 20 12:00:26 2009 +0200

    Update german scripts translation
    
    Update to 487t0f1u.

 debian/changelog |    1 +
 scripts/po/de.po |  412 ++++++++++++++++++++++++++++++------------------------
 2 files changed, 228 insertions(+), 185 deletions(-)

commit 6a55f357c4cb88a547fe1557b3b9ad847da19700
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jun 20 09:44:52 2009 +0200

    Update german translation of manual pages
    
    Update to 1663t.

 debian/changelog |    1 +
 man/po/de.po     | 1829 +++---------------------------------------------------
 2 files changed, 89 insertions(+), 1741 deletions(-)

commit 2c92025405471a5866fe12bd4bbd6014f0928466
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Jun 19 17:36:30 2009 +0200

    Add another alternative that needs to be cleaned up

 debian/dpkg.preinst |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7c44ddee45c21d3695fd73f5bd3a2ba88b4dbdc1
Author: Miroslav Kure <kurem@debian.cz>
Date:   Fri Jun 19 11:33:26 2009 +0200

    Update Czech translation of dpkg/dselect
    
    po/cs.po: 1012t
    dselect/po/cs.po: 279t

 debian/changelog |    4 +
 dselect/po/cs.po |    6 +-
 po/cs.po         | 1216 ++++++++++++++++++++++++++----------------------------
 3 files changed, 593 insertions(+), 633 deletions(-)

commit f40457f44f442d1394859e0c003b6d7437eb8386
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 19 11:24:49 2009 +0200

    Use NUL character instead of 0

 dpkg-deb/build.c          |    4 ++--
 dpkg-deb/extract.c        |   14 ++++++++------
 dpkg-deb/info.c           |    7 ++++---
 dpkg-split/info.c         |    8 ++++----
 dpkg-split/queue.c        |    3 ++-
 dpkg-split/split.c        |    2 +-
 lib/dbmodify.c            |    2 +-
 lib/fields.c              |   18 ++++++++++--------
 lib/mlib.c                |    2 +-
 lib/myopt.c               |   10 ++++++----
 lib/parse.c               |    6 ++++--
 lib/parsehelp.c           |    5 +++--
 lib/tarfn.c               |    2 +-
 lib/triglib.c             |    8 ++++----
 lib/utils.c               |    2 +-
 src/archives.c            |    6 +++---
 src/configure.c           |    2 +-
 src/depcon.c              |    2 +-
 src/filesdb.c             |    2 +-
 src/main.c                |    8 ++++----
 src/processarc.c          |    9 +++++----
 src/query.c               |    2 +-
 src/remove.c              |    2 +-
 src/statdb.c              |    8 ++++----
 utils/start-stop-daemon.c |    2 +-
 25 files changed, 74 insertions(+), 62 deletions(-)

commit 77b545df95ad92ee7ea1a8934a7953e9393031fa
Author: Peter Krefting <peterk@debian.org>
Date:   Thu Jun 18 21:47:36 2009 +0100

    Update Swedish translation.
    
    Updated po/sv.po to 1012t0f0u.
    Updated man/po/sv.po to 1661t0f0u.
    Updated scripts/po/sv.po to 479t0f0u.

 debian/changelog |    7 ++++
 man/po/sv.po     |   87 ++++++++++++++++++++++++++++++++---------------------
 po/sv.po         |    6 ++--
 scripts/po/sv.po |   45 +++++++++++++++------------
 4 files changed, 87 insertions(+), 58 deletions(-)

commit 95740341e95db8ac78fad3139ec3b58d3feb2f37
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 18 16:35:03 2009 +0200

    dpkg-architecture: Remove unused variable

 scripts/dpkg-architecture.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 9e6f2f0791022ac8c3b1e3694509bdc1726b17b8
Author: David Stansby <dstansby@googlemail.com>
Date:   Thu Jun 18 08:30:26 2009 +0200

    Fix english mistake (“as you request” → “as you requested”)

 debian/changelog |    2 ++
 po/ast.po        |   10 +++++-----
 po/bs.po         |   10 +++++-----
 po/ca.po         |   10 +++++-----
 po/cs.po         |   10 +++++-----
 po/da.po         |   10 +++++-----
 po/de.po         |   10 +++++-----
 po/dpkg.pot      |   10 +++++-----
 po/dz.po         |   10 +++++-----
 po/el.po         |   10 +++++-----
 po/eo.po         |   10 +++++-----
 po/es.po         |   10 +++++-----
 po/et.po         |   10 +++++-----
 po/eu.po         |   10 +++++-----
 po/fr.po         |   10 +++++-----
 po/gl.po         |   10 +++++-----
 po/hu.po         |   10 +++++-----
 po/id.po         |   10 +++++-----
 po/it.po         |   10 +++++-----
 po/ja.po         |   10 +++++-----
 po/km.po         |   10 +++++-----
 po/ko.po         |   10 +++++-----
 po/ku.po         |   10 +++++-----
 po/lt.po         |   10 +++++-----
 po/mr.po         |   10 +++++-----
 po/nb.po         |   10 +++++-----
 po/ne.po         |   10 +++++-----
 po/nl.po         |   10 +++++-----
 po/nn.po         |   10 +++++-----
 po/pa.po         |   10 +++++-----
 po/pl.po         |   10 +++++-----
 po/pt.po         |   10 +++++-----
 po/pt_BR.po      |   10 +++++-----
 po/ro.po         |   10 +++++-----
 po/ru.po         |   10 +++++-----
 po/sk.po         |   10 +++++-----
 po/sv.po         |   10 +++++-----
 po/th.po         |   10 +++++-----
 po/tl.po         |   10 +++++-----
 po/vi.po         |   10 +++++-----
 po/zh_CN.po      |   10 +++++-----
 po/zh_TW.po      |   10 +++++-----
 src/archives.c   |    2 +-
 src/configure.c  |    4 ++--
 src/errors.c     |    2 +-
 src/processarc.c |    2 +-
 src/remove.c     |    2 +-
 47 files changed, 213 insertions(+), 211 deletions(-)

commit 8e9df75625168c0a7631fdbd5f5e27f05cd56b95
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 17 03:32:25 2009 +0200

    dpkg-name: Rewrite in perl

 debian/changelog       |    1 +
 scripts/Makefile.am    |    9 +--
 scripts/dpkg-name.pl   |  256 ++++++++++++++++++++++++++++++++++++++++++++++++
 scripts/dpkg-name.sh   |  207 --------------------------------------
 scripts/po/POTFILES.in |    1 +
 5 files changed, 259 insertions(+), 215 deletions(-)

commit db05f74c3fad40c90b5a8a48930ceeecc2a00d80
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 16 22:11:11 2009 +0200

    Refactor statdb field parsing functions

 src/filesdb.h |    4 ++
 src/statdb.c  |   88 +++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 65 insertions(+), 27 deletions(-)

commit 4fb7afa06cbfef51a67b3e6da7648fa126e9f84c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 16 22:07:58 2009 +0200

    Move diversion db parsing into a new file

 src/Makefile.am |    2 +
 src/divertdb.c  |  134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/filesdb.c   |   72 -----------------------------
 3 files changed, 136 insertions(+), 72 deletions(-)

commit 133bc9b2039b1804ff291aefd595ade7b8317741
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 16 22:05:09 2009 +0200

    Move statoverride db parsing into a new file

 src/Makefile.am |    1 +
 src/filesdb.c   |  127 -------------------------------------
 src/statdb.c    |  188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 189 insertions(+), 127 deletions(-)

commit 644aa62b334863671f881dc3ece4da9e6491d5ad
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Jun 13 21:50:46 2009 +0200

    dpkg-buildpackage(1): add missing paragraph separator
    
    Reported-by: Per Andersson <avtobiff@gmail.com>

 debian/changelog        |    2 ++
 man/dpkg-buildpackage.1 |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 48a20395d3406b655844057315868748dceada2d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 15 02:19:12 2009 +0200

    dpkg-scanpackages: Mark string for translation

 scripts/dpkg-scanpackages.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1c18298e7510ffb2dab453293528ecd219d6a2b2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 20:34:22 2009 +0200

    dpkg-scanpackages: Use info instead of ad-hoc printing
    
    Redirect it to STDERR to not pollute STDOUT where the Packages file is
    being outputted.

 scripts/dpkg-scanpackages.pl |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit d07ecdda8a1af8aeec8bba68fec5b25365e3ae5b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 20:32:41 2009 +0200

    Dpkg::ErrorHandling: Support changing the file handle for info()
    
    Sometimes we need not clutter STDOUT when outputting data there.

 scripts/Dpkg/ErrorHandling.pm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit b299dad5ad3eb8bbcf75b0891f87744399e75574
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 19:57:05 2009 +0200

    Dpkg::ErrorHandling: Add new report_options()
    
    Set report options via this new function instead of directly exporting
    private variables.

 scripts/Dpkg/ErrorHandling.pm     |   15 ++++++++++++---
 scripts/dpkg-source.pl            |    4 ++--
 scripts/t/100_Dpkg_Version.t      |    6 +++---
 scripts/t/300_Dpkg_BuildOptions.t |    3 ++-
 4 files changed, 19 insertions(+), 9 deletions(-)

commit 288aa90e881c1aaa8ddacdeeed8a5631142ffe67
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 19:02:55 2009 +0200

    Dpkg::ErrorHandling: Remove unused warnerror() and $warnable_error
    
    Do not pass over -W and -E from dpkg-buildpackage to dpkg-source anymore
    and warn directly about its deprecated status.

 scripts/Dpkg/ErrorHandling.pm |   14 ++------------
 scripts/dpkg-buildpackage.pl  |   13 ++++---------
 2 files changed, 6 insertions(+), 21 deletions(-)

commit 3c6f5516c9656d39003eafc45221a2a3eaa467d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 13:52:12 2009 +0200

    dpkg-scansources: Use Dpkg::ErrorHandling instead of ad-hoc code
    
    Replace local reporting functionality with standard error and warning
    Dpkg functions.

 scripts/dpkg-scansources.pl |   93 ++++++++++++++++---------------------------
 1 files changed, 35 insertions(+), 58 deletions(-)

commit 7df211874ca2223d8d3e6554ad611ad6ac26e530
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 15 01:18:02 2009 +0200

    dpkg-scanpackages: Move missing override warning near the spurious one
    
    They are related so better to have them closer.

 scripts/dpkg-scanpackages.pl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit bc7279dd447b47d6175258cf2af47f53c1c6d23b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 15 01:12:48 2009 +0200

    dpkg-scanpackages: Use warning() instead of ad-hoc printing
    
    Remove now unused writelist().

 scripts/dpkg-scanpackages.pl |   70 +++++++++++++++---------------------------
 1 files changed, 25 insertions(+), 45 deletions(-)

commit f2d0f89f806829b39629e01016a774f25ef93a01
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 21:43:28 2009 +0200

    dpkg-scanpackages: Fix spurious overrides output
    
    Split each package name and indent to the right.

 scripts/dpkg-scanpackages.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8e3f26ad2d330da7269e77a097b8eefb3f148e02
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 21:41:24 2009 +0200

    dpkg-scanpackages: Properly detect spurious overrides
    
    The detection was being done too late as no overriden information is
    kept if the packages is not on the archive.

 debian/changelog             |    1 +
 scripts/dpkg-scanpackages.pl |    8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 82304f1f29964a56cb498ed937c4fd5a97d23a7a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 21 11:38:04 2008 +0200

    dpkg-source: Use default compressor values from Dpkg::Source::Compressor

 debian/changelog       |    1 +
 scripts/dpkg-source.pl |   13 +++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 4bca5ba4f9d0cebdfdfff8daf2b46097dc901271
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Thu Jun 11 13:10:38 2009 +0200

    Add one more case of alternative to cleanup (Closes: #532739)

 debian/changelog    |    2 +-
 debian/dpkg.preinst |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit f49da9f283b7cfa21ee833cc04cd274600bcd535
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Jun 8 18:05:39 2009 +0200

    Dpkg::Source::CompressedFile::cleanup_after_open(): fix error message
    
    The $compressor->{cmdline} variable is removed by
    $compressor->wait_end_process() so store it first in case we have to
    display an error message.

 scripts/Dpkg/Source/CompressedFile.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 4690e08e95871ac1fc0498749466cf255a840e0c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 7 21:05:41 2009 +0200

    update-alternatives: handle dangling alternative symlink
    
    update-alternatives did not properly handle when the
    alternative symlink in /etc/alternatives was dangling
    and pointing to a choice that does not exist currently.
    Fix by switching the alternative to automatic mode so
    that it's replaced by the best choice.

 debian/changelog               |    2 ++
 scripts/update-alternatives.pl |    8 +++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 057523d0a806a3cb5be38c8da1a2fc3f044ef4cc
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Jun 7 18:05:20 2009 +0200

    Remove invalid master alternatives on upgrade
    
    update-alternatives was very laxist in its past and allowed things that
    are now rightfully forbidden. For example, you can't use alternatives as
    slave when it's a master alternative already. However there is sometimes
    cruft files in /var/lib/dpkg/alternatives/ due to historical changes (or
    bugs) that incorrectly trigger this check.
    
    We avoid this problem by removing the conflicting files on upgrade.

 debian/changelog    |    2 ++
 debian/dpkg.preinst |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

commit ab964156eedce0067078b3d4371651275d7dc4c9
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jun 7 14:47:05 2009 +0200

    Updated Catalan translation

 debian/changelog |    1 +
 po/ca.po         |  232 +++++++++++++++++++++++++++---------------------------
 2 files changed, 117 insertions(+), 116 deletions(-)

commit 3fe4e86fc9835013529ca29ae9577edc87296fef
Author: Deng Xiyue <manphiz-guest@users.alioth.debian.org>
Date:   Mon Jun 1 10:52:48 2009 +0200

    Simplified Chinese translation update

 debian/changelog |    3 +
 po/zh_CN.po      |  555 +++++++++++++++++++++++++-----------------------------
 2 files changed, 259 insertions(+), 299 deletions(-)

commit bbb33e5b828a2b237399def5ff15cd818245f4d3
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Thu May 28 15:31:32 2009 +0200

    Unset TAR_OPTIONS when handling tar archives for source packages
    
    The command line interface is the only way that should control tar's
    behaviour in its usage by dpkg as we want the same behaviour for
    everybody.

 debian/changelog               |    5 +++++
 scripts/Dpkg/Source/Archive.pm |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 24f7107e9815e90931fbccd1299757494431dd75
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 28 14:33:53 2009 +0200

    Unset TAR_OPTIONS when extracting .deb archives
    
    We don't want the extraction to be affected by user settable environment
    variables either. The command line tool is considered an interface for
    which we want as much control as possible to guarantee no unintentional
    behaviour changes to the format or they way it's being handled.
    
    Closes: #530860

 debian/changelog   |    2 +-
 dpkg-deb/extract.c |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 1f975373036a3f9e2cd441d205d307e25f639311
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 26 01:26:44 2009 +0200

    Bump version to 1.15.3~

 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit f4ab87b29a4abfe372395d66679d526e888d3559
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 26 01:02:00 2009 +0200

    Release 1.15.2

 configure.ac     |    2 +-
 debian/changelog |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 62fef21ce9a5679cf5deaa2afa2d1261f4577f8f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 26 01:19:07 2009 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po       |  126 +++++++++++++++++++------------------------
 dselect/po/ca.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/cs.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/da.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/de.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/dselect.pot |  126 +++++++++++++++++++------------------------
 dselect/po/el.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/es.po       |  142 +++++++++++++++++++++++-------------------------
 dselect/po/et.po       |  132 +++++++++++++++++++++------------------------
 dselect/po/eu.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/fr.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/gl.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/hu.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/id.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/it.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/ja.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/ko.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/nb.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/nl.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/nn.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/pl.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/pt.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/pt_BR.po    |  138 +++++++++++++++++++++++------------------------
 dselect/po/ro.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/ru.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/sk.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/sv.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/tl.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/vi.po       |  138 +++++++++++++++++++++++------------------------
 dselect/po/zh_CN.po    |  138 +++++++++++++++++++++++------------------------
 dselect/po/zh_TW.po    |  138 +++++++++++++++++++++++------------------------
 po/ast.po              |   56 ++++++++++----------
 po/bs.po               |   56 ++++++++++----------
 po/ca.po               |   56 ++++++++++----------
 po/cs.po               |   56 ++++++++++----------
 po/da.po               |   56 ++++++++++----------
 po/de.po               |   56 ++++++++++----------
 po/dpkg.pot            |   56 ++++++++++----------
 po/dz.po               |   56 ++++++++++----------
 po/el.po               |   56 ++++++++++----------
 po/eo.po               |   56 ++++++++++----------
 po/es.po               |   56 ++++++++++----------
 po/et.po               |   56 ++++++++++----------
 po/eu.po               |   62 +++++++++++----------
 po/fr.po               |   56 ++++++++++----------
 po/gl.po               |   56 ++++++++++----------
 po/hu.po               |   56 ++++++++++----------
 po/id.po               |   56 ++++++++++----------
 po/it.po               |   56 ++++++++++----------
 po/ja.po               |   56 ++++++++++----------
 po/km.po               |   56 ++++++++++----------
 po/ko.po               |   56 ++++++++++----------
 po/ku.po               |   56 ++++++++++----------
 po/lt.po               |   56 ++++++++++----------
 po/mr.po               |   56 ++++++++++----------
 po/nb.po               |   56 ++++++++++----------
 po/ne.po               |   56 ++++++++++----------
 po/nl.po               |   56 ++++++++++----------
 po/nn.po               |   56 ++++++++++----------
 po/pa.po               |   56 ++++++++++----------
 po/pl.po               |   56 ++++++++++----------
 po/pt.po               |   56 ++++++++++----------
 po/pt_BR.po            |   56 ++++++++++----------
 po/ro.po               |   56 ++++++++++----------
 po/ru.po               |   56 ++++++++++----------
 po/sk.po               |   56 ++++++++++----------
 po/sv.po               |   56 ++++++++++----------
 po/th.po               |   56 ++++++++++----------
 po/tl.po               |   56 ++++++++++----------
 po/vi.po               |   56 ++++++++++----------
 po/zh_CN.po            |   56 ++++++++++----------
 po/zh_TW.po            |   56 ++++++++++----------
 scripts/po/de.po       |   16 ++++--
 73 files changed, 3211 insertions(+), 3359 deletions(-)

commit aeac662959cb1aa129a2a188dafdd896a6e05888
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 25 08:03:29 2009 +0200

    Fix memory leaks due to not destroying pkg iterators

 debian/changelog |    1 +
 src/depcon.c     |    1 +
 src/trigproc.c   |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

commit fa9b6e6133cdb9e1519efef3929c2d6eb2b73a4c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 25 07:55:14 2009 +0200

    s-s-d: Refactor process schedule priority range checks
    
    Move into a new function, so we avoid warnings due to unused variables.

 utils/start-stop-daemon.c |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

commit 5ccdc88f40ec8bea792874b97596cda8368aff4d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 22:08:58 2009 +0200

    dselect: Properly parse fdisk output in disk setup method
    
    util-linux's fdisk has not emitted the Begin column since 1998-06-10
    version 2.8. Change the parsing code accordingly to make it actually
    work.

 debian/changelog           |    2 ++
 dselect/methods/disk/setup |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 328b98fff19dbafcb90008a0711672ded9c71401
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 21:18:30 2009 +0200

    dselect: Fix bashism (“echo -e”) in disk setup method
    
    Closes: #530071

 debian/changelog           |    1 +
 dselect/methods/disk/setup |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 885726e7585b081eca172df9cda2a57134564922
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 21:13:26 2009 +0200

    dselect: Refactor partition printing in disk setup method
    
    Move code into its own function.

 dselect/methods/disk/setup |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit 93bb330136c95fd0f5e4ed1d29987dc64e4ba218
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun May 24 14:44:10 2009 +0200

    Fix typo and unfuzzy translations

 man/dpkg-vendor.1   |    2 +-
 man/po/de.po        |    2 +-
 man/po/dpkg-man.pot |    2 +-
 man/po/es.po        |    2 +-
 man/po/fr.po        |    2 +-
 man/po/hu.po        |    2 +-
 man/po/ja.po        |    2 +-
 man/po/pl.po        |    2 +-
 man/po/pt_BR.po     |    2 +-
 man/po/ru.po        |    2 +-
 man/po/sv.po        |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

commit 4b8978b3a418bf409dffc212da41ff84b0a8d8bc
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun May 24 09:45:30 2009 +0200

    Remove extra \n. Thanks to Helge Kreutzmann
    Assign copyright for changes since 2005 to the French team
    Drop upstream copyright

 po/fr.po |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)

commit 747648c88dff4a4644917f5aeec80dc87d51658f
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun May 24 09:42:21 2009 +0200

    Updated French translation
    Removed dpkg copyright at the head of the file. Only copyrights
    for translations should be kept there

 debian/changelog |    3 +++
 dselect/po/fr.po |   24 ++++++------------------
 2 files changed, 9 insertions(+), 18 deletions(-)

commit ad40a4332aa20ab633ad5d2a94c9b32b97d064cc
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun May 24 09:39:19 2009 +0200

    Convert to UTF-8

 dselect/po/fr.po |  762 +++++++++++++++++++++++++++---------------------------
 1 files changed, 381 insertions(+), 381 deletions(-)

commit 6c9ee12dcf8fce3526fe2cbda61b390e9597d5bd
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 24 09:33:31 2009 +0200

    Update german scripts translation
    
    Update to 479t.

 debian/changelog |    3 +-
 scripts/po/de.po |   62 ++++++++++++++++++++++++++---------------------------
 2 files changed, 32 insertions(+), 33 deletions(-)

commit 52d7b734f46e618efc966b28312b55cdcf3604d9
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun May 24 08:37:30 2009 +0200

    French translation update for scripts

 debian/changelog |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit a09ffe0761431195d8ea99363aba1657fedbf1d6
Author: Piarres Beobide <pi@beobide.net>
Date:   Fri May 22 12:17:19 2009 +0200

    Updated Basque translation

 po/eu.po |   60 +++++++++++++++++++++++++++++-------------------------------
 1 files changed, 29 insertions(+), 31 deletions(-)

commit 2ee037d786c178451135f4c68fdaef88da5419a0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 24 08:05:22 2009 +0200

    Update german translation of manual pages
    
    Update to 1661t.

 debian/changelog |    3 ++
 man/po/de.po     |   82 ++++++++++++++++++++++++++++++++---------------------
 2 files changed, 52 insertions(+), 33 deletions(-)

commit 79bf96576c4f4570681128b449c6a3b816bd3786
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri May 22 09:32:14 2009 +0200

    German dpkg translation update
    
    Update to 1005t7f.

 debian/changelog |    5 +++--
 po/de.po         |   16 +++++++---------
 2 files changed, 10 insertions(+), 11 deletions(-)

commit 09ef46c7941def6905d2664f916d72a4b14c960d
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri May 22 08:56:24 2009 +0200

    French translation update

 debian/changelog |    1 +
 po/fr.po         |    9 ++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit d3bd0b6d96436adc76a09a06d2b9a915e401a3c3
Author: Marcos <marcos.alvarez.costales@gmail.com>
Date:   Fri May 22 08:53:55 2009 +0200

    Asturian translation update
    Closes: #529889

 debian/changelog |    1 +
 po/ast.po        |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit c410dce7c24c183be9e01df14dc0f8029bd00848
Author: Piarres Beobide <pi+debian@beobide.net>
Date:   Fri May 22 08:52:15 2009 +0200

    Basque translation update. Closes: #529857

 debian/changelog |    3 +
 po/eu.po         |  881 +++++++++++++++++-------------------------------------
 2 files changed, 270 insertions(+), 614 deletions(-)

commit e2e412977aefafa7df6f84c8cb6fe645dae85215
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri May 22 05:04:00 2009 +0200

    dselect: Remove obsolete priorities support
    
    dselect shows wrong package priorities in the package selection screen.
    This is because the string representations arrays haven't been updated
    to reflect the removal of the “Recommended” and “Contrib” priorities
    in commit c8d3938be127e256fd593f234858fb9d474b2353.

 debian/changelog      |    2 ++
 dselect/pkgdisplay.cc |    4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 2251827c000ba901d0027194f6d9281184ede701
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 22 04:44:22 2009 +0200

    s-s-d: Use the same exact name for all Hurd OS macros
    
    Use the properly capitalized version of the macro. This fixes a FTBFS
    on GNU/Hurd due to a missmatched define usage.
    
    Regression introduced in fc860a55b26aee3d774ed010c43822491852bbc2.

 debian/changelog          |    3 ++-
 utils/start-stop-daemon.c |   18 +++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit 0ea0cb5405b828afb1ffdd39e0ef96e562aba86f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 07:02:42 2009 +0200

    Bump version to 1.15.2~

 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 588381c24ec54f97ad980618778df19ac86ffc10
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:53:44 2009 +0200

    Release 1.15.1

 configure.ac     |    2 +-
 debian/changelog |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit bd1812a0af338e9ea574f9fc1efe7a7d99aa4fa9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:35:16 2009 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   96 +-
 dselect/po/ca.po        |   96 +-
 dselect/po/cs.po        |   96 +-
 dselect/po/da.po        |   96 +-
 dselect/po/de.po        |   96 +-
 dselect/po/dselect.pot  |   96 +-
 dselect/po/el.po        |   96 +-
 dselect/po/es.po        |   96 +-
 dselect/po/et.po        |   96 +-
 dselect/po/eu.po        |   96 +-
 dselect/po/fr.po        |   96 +-
 dselect/po/gl.po        |   96 +-
 dselect/po/hu.po        |   96 +-
 dselect/po/id.po        |   96 +-
 dselect/po/it.po        |   96 +-
 dselect/po/ja.po        |   96 +-
 dselect/po/ko.po        |   96 +-
 dselect/po/nb.po        |   96 +-
 dselect/po/nl.po        |   96 +-
 dselect/po/nn.po        |   96 +-
 dselect/po/pl.po        |   96 +-
 dselect/po/pt.po        |   96 +-
 dselect/po/pt_BR.po     |   96 +-
 dselect/po/ro.po        |   96 +-
 dselect/po/ru.po        |   96 +-
 dselect/po/sk.po        |   96 +-
 dselect/po/sv.po        |   96 +-
 dselect/po/tl.po        |   96 +-
 dselect/po/vi.po        |   96 +-
 dselect/po/zh_CN.po     |   96 +-
 dselect/po/zh_TW.po     |   96 +-
 man/po/de.po            | 5681 +++++++++++++++++++++++++++++++----------------
 man/po/dpkg-man.pot     | 4015 +++++++++++++++++-----------------
 man/po/es.po            | 2702 ++++++++++++++++++----
 man/po/fr.po            | 2738 +++++++++++++++++++-----
 man/po/hu.po            | 2575 ++++++++++++++++++----
 man/po/ja.po            | 2623 ++++++++++++++++++----
 man/po/pl.po            | 2682 ++++++++++++++++++----
 man/po/pt_BR.po         | 2584 ++++++++++++++++++----
 man/po/ru.po            | 2627 ++++++++++++++++++----
 man/po/sv.po            | 5698 +++++++++++++++++++++++++++++++----------------
 po/ast.po               |  184 +-
 po/bs.po                |  181 +-
 po/ca.po                |  184 +-
 po/cs.po                |  184 +-
 po/da.po                |  184 +-
 po/de.po                |  193 +-
 po/dpkg.pot             |  181 +-
 po/dz.po                |  184 +-
 po/el.po                |  184 +-
 po/eo.po                |  184 +-
 po/es.po                |  184 +-
 po/et.po                |  184 +-
 po/eu.po                |  184 +-
 po/fr.po                |  184 +-
 po/gl.po                |  184 +-
 po/hu.po                |  184 +-
 po/id.po                |  184 +-
 po/it.po                |  184 +-
 po/ja.po                |  184 +-
 po/km.po                |  184 +-
 po/ko.po                |  184 +-
 po/ku.po                |  181 +-
 po/lt.po                |  184 +-
 po/mr.po                |  184 +-
 po/nb.po                |  184 +-
 po/ne.po                |  184 +-
 po/nl.po                |  184 +-
 po/nn.po                |  184 +-
 po/pa.po                |  181 +-
 po/pl.po                |  184 +-
 po/pt.po                |  184 +-
 po/pt_BR.po             |  184 +-
 po/ro.po                |  184 +-
 po/ru.po                |  184 +-
 po/sk.po                |  184 +-
 po/sv.po                |  184 +-
 po/th.po                |  184 +-
 po/tl.po                |  184 +-
 po/vi.po                |  184 +-
 po/zh_CN.po             |  184 +-
 po/zh_TW.po             |  184 +-
 scripts/po/ca.po        |  750 ++++---
 scripts/po/de.po        |  499 +++--
 scripts/po/dpkg-dev.pot |  740 ++++---
 scripts/po/fr.po        |  778 ++++---
 scripts/po/pl.po        |  770 ++++---
 scripts/po/ru.po        |  774 ++++---
 scripts/po/sv.po        |  503 +++--
 89 files changed, 32683 insertions(+), 16573 deletions(-)

commit 432925334746c722ef957d692c901eeb84c7d8f1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:16:33 2009 +0200

    dpkg-deb: Do not warn when parsing unknown fields with “Private-” prefix
    
    Fields prefixed with “Private-” are intended to be used privately by
    individuals, organizations or companies, and are expected to never be
    standardized. This guarantees them to never collide with any official
    field in the future. Because there's still the danger that different
    organizations might end up using the same field name, those should
    never be visible in any public repository.
    
    Closes: #353040
    
    Based-on-patch-by: Nils Rennebarth <nils.rennebarth@funkwerk-ec.com>

 debian/changelog |    2 ++
 dpkg-deb/build.c |    6 ++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit adaf5c43dc21083aa89341dd78a573dcc1e12be5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:12:12 2009 +0200

    Revert "dpkg-deb: don't warn on unknown fields starting with "X-""
    
    This reverts commit 66835c07b3eb5c6a5a1374e60e93dfaf12538323.
    
    Conflicts:
    
    	debian/changelog

 debian/changelog |    3 ---
 dpkg-deb/build.c |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

commit bfda32490d1ff730322636c97a4ce4d65bbd69c5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:02:17 2009 +0200

    s-s-d: Warn if --name argument is longer than supported by kernel
    
    Most kernels have a length limit on the process name stored in-kernel.
    For now the checks done on Linux compatible procfs might hit this limit
    and be unable to properly track the correct process. So warn in that
    case and recommend switching to the more reliable --exec.
    
    Closes: #353015, #519128

 debian/changelog          |    2 ++
 utils/start-stop-daemon.c |   12 ++++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 3bbdfa787d98084a682a404921e8bed6b5be8442
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:00:41 2009 +0200

    s-s-d: Add new warning function
    
    Switch a previous ad-hoc warning message to use the new warning
    function, which additionally properly prints to stderr.

 utils/start-stop-daemon.c |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

commit 46184f85cdddbbc879b4aebe105b7125e169a23d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 05:26:51 2009 +0200

    Fix typo (one ‘the’ too many)

 README.translators |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ba2706754570efecb9cfba05ebcf2765d222c8a2
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue May 19 16:41:47 2009 +0200

    dpkg-scanpackages: be less annoying with warning about overrides
    
    If the user doesn't specify an override file, then he doesn't care
    about the fact that all packages are missing from the (non-existing)
    override file. Disable the warning in this case.
    
    In other cases, when the override file is explicitely given, it's a
    normal feature that the packages missing from it are listed; exactly like
    other weirdness are reported (incorrect maintainer info, spurious override
    entries).
    
    Based-on-patch-by: Piotr Engelking <inkerman42@gmail.com>

 debian/changelog             |    3 +++
 scripts/dpkg-scanpackages.pl |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit a4d87d52a10f7726934bc8d1a607dc28721a7a4d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 19 07:56:01 2009 +0200

    dpkg-source: Do not state in --help there is a default substvar file

 debian/changelog       |    2 ++
 scripts/dpkg-source.pl |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit bf8ae12d0ec3710f409f7b2a533f496a15347da7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 19 07:49:15 2009 +0200

    Make deprecated dpkg-scanpackages --udeb option produce a warning
    
    Callers should use -tudeb instead.

 README.feature-removal-schedule |    2 +-
 debian/changelog                |    1 +
 scripts/dpkg-scanpackages.pl    |   11 ++++++++---
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 655872184c55febb2299eb6a19aa4d0612d2da60
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 19 07:39:08 2009 +0200

    Remove deprecated status for substvars in dpkg-source and dpkg-genchanges
    
    Even if there's no use at all for substvars or they are (currently)
    undesirable making the source not easily reproducible for Debian and
    most derivatives using the same build processesor, it might be
    interesting for uses like templated source package generation and
    similar, or other interesting ideas we might not have thought about.
    
    Also the same logic we applied for the removal of the substvar support
    could be applied to most of the “Build options” as well, as those do not
    make sense in the normal build for official packages (like -U, or -D).
    
    Changed the code to stop producing warnings, and remove deprecated notes
    from man page.

 README.feature-removal-schedule |    9 ---------
 debian/changelog                |    2 ++
 man/dpkg-source.1               |    4 ++--
 scripts/dpkg-genchanges.pl      |    1 -
 scripts/dpkg-source.pl          |    2 --
 5 files changed, 4 insertions(+), 14 deletions(-)

commit 3582817fd91ceab77cdd25d14ea2add1abe0be61
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 19 07:13:35 2009 +0200

    Do not right justify the database reading progress percent counter
    
    There's an odd space most for most of the progress, which will never be
    actually seen filled by the 100%. Seems slightly better to just not
    indent it.

 debian/changelog |    1 +
 lib/progress.c   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 398fd2848c4ea056ae4a0a9c404de436aa2f71e4
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue May 19 00:10:46 2009 +0200

    dpkg-parsechangelog: documentation update
    
    Update dpkg-parsechangelog's documentation to make it clearer that spaces
    are not allowed between single characters options and their values.
    
    For example, "-v1.14" works but "-v 1.14" doesn't. However "--since 1.14"
    works. Long options can have values as the next command line argument but
    not short ones.

 debian/changelog               |    3 +++
 man/dpkg-parsechangelog.1      |   12 ++++++------
 scripts/dpkg-parsechangelog.pl |   20 +++++++++++---------
 3 files changed, 20 insertions(+), 15 deletions(-)

commit 5962f9d2b2f5e70b223d04638302c0f2239af36e
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon May 18 23:22:04 2009 +0200

    dpkg-parsechangelog: handle better non-existing versions
    
    When a non-existing version is passed in one of the --since, --until,
    --to, --from options, the code will now replace them by a closely related
    version that really exists.

 debian/changelog          |    3 ++
 scripts/Dpkg/Changelog.pm |   77 ++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 73 insertions(+), 7 deletions(-)

commit 12c75eb567675b6498b333a416929431c55a558a
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon May 18 22:10:05 2009 +0200

    Fix changelog parsing code to differentiate the empty string from 0
    
    In many places, the code tested for a false version instead of
    an empty version string. Fixing all those enabled dpkg-buildpackage -v0 to
    work as expected.

 debian/changelog             |    2 +
 scripts/Dpkg/Changelog.pm    |   50 ++++++++++++++++++++++++-----------------
 scripts/changelog/debian.pl  |    6 +++-
 scripts/dpkg-buildpackage.pl |    8 +++---
 scripts/dpkg-genchanges.pl   |    2 +-
 5 files changed, 40 insertions(+), 28 deletions(-)

commit 9d1697bcc1ba87322a3ea6b2c7129656c52524de
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun May 17 19:16:48 2009 +0200

    dpkg-buildpackage: error out properly when dpkg-checkbuilddeps is killed
    
    Use the standard function subprocerr() to error out when
    dpkg-checkbuilddeps has not exited normally. Otherwise interpret the exit
    code as usual.

 debian/changelog             |    2 ++
 scripts/dpkg-buildpackage.pl |    6 +++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 61eae73be741d724a282302fb68417c247ac2780
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun May 17 16:10:55 2009 +0200

    dpkg-buildpackage: don't set DEB_VENDOR anymore
    
    Packages should use the new dpkg-vendor interface and not rely
    on this environment variable.

 debian/changelog             |    2 ++
 man/dpkg-buildpackage.1      |    6 ------
 scripts/dpkg-buildpackage.pl |    8 --------
 3 files changed, 2 insertions(+), 14 deletions(-)

commit ffc27eb2fa5e00f65cd6c170fb9083738c125f17
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri May 15 18:17:18 2009 +0200

    dpkg-genchanges: use same error string than in dpkg-buildpackage
    
    Reusing the same error message "cannot combine %s and %s" between
    dpkg-genchanges and dpkg-buildpackage simplifies the work of translators.

 scripts/dpkg-genchanges.pl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 77270d7bf4dbffba0060635ca58a51f7e66b475c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri May 15 16:41:31 2009 +0200

    dpkg-buildpackage: factorize a command line sanity check

 scripts/dpkg-buildpackage.pl |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

commit 18dacea0fab9d81e85a5a7d4e9ec25435df7aa5b
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri May 15 16:28:45 2009 +0200

    dpkg-buildpackage: allow options -nc and -S together
    
    This combination is generally not recommended as you want to ensure
    that a source package contains only source and not any intermediary files
    left-over by the previous build. Nevertheless it can be useful from time
    to time and instead of bluntly refusing, we now simply warn the user
    and let the build proceed.
    
    -nc still implies -b if nothing else has been specified as it's routinely
    used to test if a fix is working by restarting a previously interrupted
    build where it failed.

 debian/changelog             |    2 ++
 man/dpkg-buildpackage.1      |    3 ++-
 scripts/dpkg-buildpackage.pl |   14 ++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)

commit edb5b7598366738eb4d3b48ddff2dcef9cda4c54
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 14 07:49:59 2009 +0200

    Remove obsolete 822-date program
    
    It has long been superseeded by ‘date -R’.

 README.feature-removal-schedule |   13 +++++------
 debian/changelog                |    1 +
 debian/dpkg-dev.install         |    2 -
 debian/usertags                 |    2 -
 man/822-date.1                  |   40 ---------------------------------------
 man/Makefile.am                 |    1 -
 man/po/po4a.cfg                 |    5 ----
 scripts/.gitignore              |    1 -
 scripts/822-date.pl             |   17 ----------------
 scripts/Makefile.am             |    2 -
 scripts/po/POTFILES.in          |    1 -
 11 files changed, 7 insertions(+), 78 deletions(-)

commit c8d3938be127e256fd593f234858fb9d474b2353
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 21:58:29 2009 +0200

    Remove obsolete priorities support

 README.feature-removal-schedule |   15 +++++++--------
 debian/changelog                |    1 +
 lib/dpkg-db.h                   |    7 +++++--
 lib/parsehelp.c                 |    6 ------
 4 files changed, 13 insertions(+), 16 deletions(-)

commit 9f6671925f3403900bb3a2f74cd4b6683a189052
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 20:21:55 2009 +0200

    Remove obsolete --force-auto-select dpkg option

 README.feature-removal-schedule |   17 +++++++----------
 debian/changelog                |    1 +
 src/main.c                      |    2 --
 3 files changed, 8 insertions(+), 12 deletions(-)

commit 4b8061f8583220089eda1611fb7c55efd0cb41b5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 16:24:58 2009 +0200

    Remove obsolete --largemem and --smallmem dpkg options

 README.feature-removal-schedule |   10 +++++-----
 debian/changelog                |    1 +
 src/main.c                      |    2 --
 src/main.h                      |    2 +-
 4 files changed, 7 insertions(+), 8 deletions(-)

commit a7a2de0e76049ac238cf70140dec2e39fb9a553b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 18:14:12 2009 +0200

    Print a warning when using obsolete --print-installation-architecture
    
    Packages should be switched to use --print-architecture. This option
    will be removed sometime in the future.
    
    Closes: #528171

 README.feature-removal-schedule |    8 ++++++++
 debian/changelog                |    2 ++
 src/enquiry.c                   |    8 ++++++++
 src/main.c                      |    2 +-
 4 files changed, 19 insertions(+), 1 deletions(-)

commit 58b04d8f75a8b59bc2ec0f54429e3a47b060ecb6
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun May 10 21:31:40 2009 +0200

    dpkg-buildpackage: add execute right on debian/rules when missing
    
    That right should normally not be missing as dpkg-source -x automatically
    sets it. However manually applying a Debian diff doesn't restore
    that right so let dpkg-buildpackage restore it in that case and display a
    warning to let the user know that it was not really normal.

 debian/changelog             |    2 ++
 scripts/dpkg-buildpackage.pl |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 70c760198f9d116d85f20a587f60bb4bc3fff776
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun May 10 19:18:05 2009 +0200

    dpkg-source: do not try to apply empty patch set
    
    In format 2.0 and 3.0 (quilt), do not try to apply the patches if
    there are none.

 scripts/Dpkg/Source/Package/V2.pm       |    2 ++
 scripts/Dpkg/Source/Package/V3/quilt.pm |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 57c5a9dd52955d5b2fd55f224d70cb4f3f40f437
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun May 10 19:15:29 2009 +0200

    dpkg-source: minor update to "3.0 (quilt)" format
    
    Do not update/create debian/patches/.dpkg-source-applied during build,
    it's only meant to document what patches have been applied at extraction
    time.
    
    Also try to cleanup in case the patch serie is empty after removal of the
    automatic patch. First remove debian/patches/series if it's empty and then
    debian/patches/ itself in case it's empty as well.

 debian/changelog                        |    3 +++
 scripts/Dpkg/Source/Package/V2.pm       |    1 +
 scripts/Dpkg/Source/Package/V3/quilt.pm |    5 ++---
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 50e6ea1dc0193eacc95ec47f2d175c6bfcda14fc
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun May 10 17:30:02 2009 +0200

    dpkg-source: fix automatic patch registration in format 3.0 (quilt)
    
    When the automatic patch is updated due to a second call to
    dpkg-source, it's not always properly registered with quilt.
    It must be applied with quilt itself otherwise quilt pop
    then quilt push might fail when supplementary files have been modified
    outside of quilt's knowledge.
    
    Furthermore quilt import was not a good choice as it failed trying to copy
    the patch over itself. The new approach is to revert the patch and let
    quilt reapply it with quilt fold. It will go over the list of files
    modified by the new patch and add those which were not yet part of the
    previous patch (hence adding the required unmodified files in
    .pc/<patch-name>/).
    
    Based-on-patch-by: Goswin von Brederlow <goswin-v-b@web.de>

 debian/changelog                        |    4 ++++
 scripts/Dpkg/Source/Package/V3/quilt.pm |   22 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

commit 170fd06d3573238bab92594afe4d49b61bf77407
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 19:59:25 2009 +0200

    dpkg-vendor: Error out when no action option is provided
    
    It was previously giving perl warnings due to uninitialized variables.

 scripts/dpkg-vendor.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 289c179ef6d91ad4daec4abff7762d5b17a010c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 19:53:08 2009 +0200

    dpkg-vendor: Use usageerr instead of non-existent badusage

 scripts/dpkg-vendor.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b075bd34bf8c2362b0999b29ec5c2ab88429db9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 19:07:06 2009 +0200

    s-s-d: Print valid values for IO scheduler class in --help output

 debian/changelog          |    2 ++
 utils/start-stop-daemon.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 384f6d131f07110db4807cab02fefc02ccab7430
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 18:59:35 2009 +0200

    s-s-d: Only print fatal errno string if it was non-zero

 debian/changelog          |    1 +
 utils/start-stop-daemon.c |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit f40d17f3b7e7eeea80023762dc782791ffff8514
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 18:52:30 2009 +0200

    s-s-d: Preserve faulting errno when printing reason in fatal function

 debian/changelog          |    2 ++
 utils/start-stop-daemon.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 4a0c79171400847ea97ebd66384fde21f497964c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 18:33:09 2009 +0200

    Fix POD errors detected by podchecker in perl modules
    
    Add missing blank lines after =cut, close =over section with =back and
    add a FIXME comment to an empty section.

 scripts/Dpkg/Cdata.pm          |    2 ++
 scripts/Dpkg/Changelog.pm      |    5 ++++-
 scripts/Dpkg/Control.pm        |    9 +++++++++
 scripts/Dpkg/Deps.pm           |    9 +++++++++
 scripts/Dpkg/Fields.pm         |    7 +++++++
 scripts/Dpkg/Path.pm           |    4 ++++
 scripts/Dpkg/Substvars.pm      |    7 +++++++
 scripts/Dpkg/Vendor.pm         |    9 +++++++++
 scripts/Dpkg/Vendor/Default.pm |    3 +++
 scripts/Dpkg/Vendor/Ubuntu.pm  |    3 +++
 scripts/Dpkg/Version.pm        |    1 +
 11 files changed, 58 insertions(+), 1 deletions(-)

commit 2b125e6ed96d88e0f352eba9bfc746a9640dc01a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 17:54:05 2009 +0200

    Do not set the Arch substvar in dpkg-source
    
    Avoid setting the variable by default as it is expensive, and not
    really needed for dpkg-source anyway. Split the setting into a new
    member set_arch_substvars().
    
    Regression introduced in 120ecd5161f4cf468d611b3dea05ac8a43313a75.
    
    Closes: #526132

 debian/changelog           |    2 ++
 scripts/Dpkg/Substvars.pm  |   17 ++++++++++++++---
 scripts/dpkg-genchanges.pl |    1 +
 scripts/dpkg-gencontrol.pl |    1 +
 4 files changed, 18 insertions(+), 3 deletions(-)

commit 70bf111c9a1060ada8eabe8787e149f25157f714
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 7 18:30:26 2009 +0200

    Move Debian keyrings to the Debian vendor keyring hook
    
    As Ubuntu is a derivative from Debian, make it inherit the Debian vendor
    class when running the keyrings hook.

 debian/changelog               |    2 ++
 scripts/Dpkg/Source/Package.pm |    6 ------
 scripts/Dpkg/Vendor/Debian.pm  |   17 +++++++++++++++--
 scripts/Dpkg/Vendor/Ubuntu.pm  |    8 +++++---
 4 files changed, 22 insertions(+), 11 deletions(-)

commit 349aeaa4f2673678cf09d5a31d4b80db1f534639
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Thu Apr 9 18:07:09 2009 +0200

    dpkg-vendor: new script to query various vendor information
    
    This tool is meant to be used in debian/rules files to have common source
    packages across multiple distributions and yet still have slightly
    different binary packages.
    
    To automatically conserve customizations across derivatives of a given
    distribution, one can use “dpkg-vendor --derives-from vendor” so that all
    derivatives keep the same customizations when they rebuild the source
    package even if the current vendor is no more the same.

 debian/changelog        |    4 ++
 debian/dpkg-dev.install |    2 +
 man/Makefile.am         |    1 +
 man/dpkg-vendor.1       |   53 ++++++++++++++++++++++
 man/po/po4a.cfg         |    5 ++
 scripts/Makefile.am     |    2 +
 scripts/dpkg-vendor.pl  |  113 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 180 insertions(+), 0 deletions(-)

commit 780d969788cbc639b75e876d010fbc0e80956aa0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 17:40:32 2009 +0200

    Do not install dselect and s-s-d man pages if disabled on configure
    
    When configuring with --without-dselect or --without-start-stop-daemon,
    do not install the man pages related to those programs.

 debian/changelog |    2 ++
 man/Makefile.am  |   48 +++++++++++++++++++++++++++++++-----------------
 2 files changed, 33 insertions(+), 17 deletions(-)

commit f8f681790429aec59d8fc3771fa2d6ec78ed77f6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 15:48:27 2009 +0200

    Use backticks instead of non-portable make $(shell) function
    
    The backticks are treated like text, until the shell expands them, thus
    making this solution portable.

 debian/changelog |    1 +
 man/Makefile.am  |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 618b6cd27b04c50e3e5b21b035b45aef58e6affb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 15:39:46 2009 +0200

    Declare the ChangeLog file to be removed on distclean
    
    This fixes ‘make distcheck’.

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6f165c4579b53597583305394cd4e1cb377d5fa8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 15:21:45 2009 +0200

    Changelog police: Esperanto is a new language

 debian/changelog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d61abe87252a6a6b234c8eb59a8926c8f9887d32
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 15:20:21 2009 +0200

    Enable Esperanto and Asturian languages
    
    Missed in commits ce04415c6b809e4936f9b69d5ea60daa06f0657d and
    8ab2d4a31934027a1824f8ba6458e8de175ccdb5.

 po/LINGUAS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 45a7adc8ac5e8864d3a3865b7c0c9cb4ef3b4388
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon May 4 20:49:42 2009 +0200

    update-alternatives: don't remove real files conflicting with link
    
    When an alternative is installed and a real file is in conflict, the real
    file is kept. When the same alternative is fully removed, the real file
    should be kept according to the same logic (but currently it was removed).
    This commit modifies update-alternatives to follow this expected
    behaviour.
    
    Also add a non-regression test.

 debian/changelog                    |    3 +++
 scripts/t/900_update_alternatives.t |    5 ++++-
 scripts/update-alternatives.pl      |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

commit da0538290b7dbbfb3c537441470767fd0879c985
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 3 14:07:00 2009 +0200

    Add '.hgtags' to the default dpkg-source -i regex and -I pattern
    
    Closes: #525854

 debian/changelog               |    2 ++
 scripts/Dpkg/Source/Package.pm |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit b5b8fb2f78d60ec9836eb7120ec38ffa6962b1dc
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sat May 2 18:18:05 2009 +0200

    Updated Russian translation

 debian/changelog |    1 +
 po/ru.po         | 1034 +++++++++++++++++-------------------------------------
 2 files changed, 329 insertions(+), 706 deletions(-)

commit 3624a4b0eb5499f367c1d8077240f151903cd70a
Author: Philipp Kern <pkern@debian.org>
Date:   Sat May 2 11:39:00 2009 +0200

    dpkg-source: do not set arch:any in dsc on arch-restricted packages
    
    dpkg-source was pretty liberal in setting 'Architecture: any' in the
    dsc: as soon as there are two binary packages, one being arch:all and
    one being arch-restricted, you get arch:any in the dsc. This is
    incorrect because the package will only build on the autobuilders
    if there are architecture-dependent binary packages available.
    
    Thus this patch only produces arch:any if at least one binary package
    specifies it. Otherwise it outputs the set of all binary architectures
    (including arch:all).
    
    Closes: #526617
    
    Signed-off-by: Philipp Kern <pkern@debian.org>

 debian/changelog       |    2 ++
 scripts/dpkg-source.pl |   43 ++++++++++++++++++++-----------------------
 2 files changed, 22 insertions(+), 23 deletions(-)

commit 0e8fe98658d63a07a1449cee61f16a67136134e6
Author: Philipp Kern <pkern@debian.org>
Date:   Sat May 2 11:26:25 2009 +0200

    Fix format string in German translation
    
    Signed-off-by: Philipp Kern <pkern@debian.org>

 scripts/po/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 38a231cc468837a6a1db306a77dff1ca1d31d2e8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 27 22:26:51 2009 +0200

    Update german scripts translation
    
    Update to 477t.

 scripts/po/de.po |  475 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 249 insertions(+), 226 deletions(-)

commit ada924df6df039f66770d454b5e803169dc2b31b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 27 22:20:42 2009 +0200

    Update german translation of manual pages
    
    Update to 1659t.

 man/po/de.po | 3877 ++++++++++++++++++++++++++++------------------------------
 1 files changed, 1896 insertions(+), 1981 deletions(-)

commit cbde6f587130724749c23908cce129380dc7652d
Author: Colin Watson <cjwatson@canonical.com>
Date:   Mon Apr 27 11:56:22 2009 +0100

    dpkg-source: Add "keyrings" vendor hook
    
    Add "keyrings" vendor hook, used by dpkg-source to allow vendors to
    supply additional keyrings against which source package signatures will
    be verified. Implement this for Ubuntu.

 debian/changelog               |    5 +++++
 man/dpkg-source.1              |    2 +-
 scripts/Dpkg/Source/Package.pm |    6 ++++++
 scripts/Dpkg/Vendor/Default.pm |    8 ++++++++
 scripts/Dpkg/Vendor/Ubuntu.pm  |    3 +++
 5 files changed, 23 insertions(+), 1 deletions(-)

commit 609294de1074556ac6194fff7ddbfef0fec80841
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Apr 19 22:05:34 2009 +0200

    dpkg-source: do not store user/group names in generated tarballs
    
    Do not store usernames and group names when creating tarballs
    and use numeric UID/GID 0 instead. This concerns native source packages,
    debian tarballs in "3.0 (quilt)" source packages, and any other source
    format creating new tarballs with Dpkg::Source::Archive.

 debian/changelog               |    2 ++
 scripts/Dpkg/Source/Archive.pm |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit f805a6546e7050a1024d924b805cff75cfd082d8
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Apr 19 20:54:12 2009 +0200

    Add lintian override for embedded-zlib
    
    dpkg-deb links statically with zlib so that it can still work
    even if the shared library is broken or unavailable. It's a facility
    to be able to recover from difficult situations without having
    to manually unpack debian packages.
    
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=139320 for
    one discussion about this.

 debian/dpkg.lintian-overrides |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0f6f1016aa501387f60ec9f8b750263904fbf306
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Apr 19 20:51:10 2009 +0200

    Update Standards-Version to 3.8.1

 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 3525f79792cff51757d99d45f51c96a15e6fa779
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Apr 19 20:08:44 2009 +0200

    dpkg-source: don't complain on binary files that are ignored
    
    To avoid mistakes with "3.0 (quilt)" source packages, dpkg-source fails if
    it finds binary files that have not been whitelisted in the debian
    directory. Unfortunately it also fails on binary files that are ignored
    and that will not be included in the debian tarball. This commit fixes
    that although not completely.
    
    The exclude patterns passed to tar --exclude are used to match filenames
    and also full path names inside the tarball. This commit only adds support
    for simple filename match. It is enough for all realistic cases.

 debian/changelog                  |    3 +++
 scripts/Dpkg/Source/Package/V2.pm |   24 +++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 1 deletions(-)

commit 64439508ccaf2c9a98fa11b7cce4df4d314cc334
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Apr 17 22:24:19 2009 +0200

    dpkg-source: accept dashes in component name of additional tarballs
    
    The regular expression used to identify additional tarballs (used in
    formats "2.0" and "3.0 (quilt)") was too strict and refused dashes. This
    commit fixes that and documents the set of allowed characters in the
    dpkg-source manual page.

 debian/changelog                  |    2 ++
 man/dpkg-source.1                 |    1 +
 scripts/Dpkg/Source/Package.pm    |    2 +-
 scripts/Dpkg/Source/Package/V2.pm |    4 ++--
 4 files changed, 6 insertions(+), 3 deletions(-)

commit fee30cd37c83bd85465edba36546a3661d273d7d
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Apr 17 22:08:24 2009 +0200

    Dpkg::Deps::parse(): parse properly an empty dep with spaces only
    
    Leading and trailing spaces were not stripped and when no further parsing
    was done (because there's no valid dependency to parse) it was improperly
    erroring out.

 debian/changelog     |    2 ++
 scripts/Dpkg/Deps.pm |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 100a2a29c7718613d97a8ae9543c69faf0da0436
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Apr 14 09:40:42 2009 +0100

    Update Swedish translation.
    
    Update man/po/sv.po to 1659t0f0u.
    Update scripts/po/sv.po to 477t0f0u.

 man/po/sv.po     | 3736 ++++++++++++++++++++++++++----------------------------
 scripts/po/sv.po |  465 ++++----
 2 files changed, 2070 insertions(+), 2131 deletions(-)

commit f3b72bc149660a938d7d147ce19d656aeee4cad2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 13 06:14:42 2009 +0200

    Fix typos in u-a man page
    
    Add a missing paragraph with heading tag.
    Replace reference to ‘link’ with ‘name’ in --auto.
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/update-alternatives.8 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 51926eebbba1f20c3bf994e7364512a1c63a25f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 13 04:57:43 2009 +0200

    Detect the curses headers to use instead of hardcoding them
    
    Wrap the curses headers to use and select them through the config.h macros
    detected at configure time. This way we can also cleanly detect the path
    needed by mkcurkeys.pl w/o duplicating the selection logic.

 TODO                     |    1 -
 debian/changelog         |    1 +
 dselect/Makefile.am      |    6 ++++--
 dselect/dselect-curses.h |   40 ++++++++++++++++++++++++++++++++++++++++
 dselect/dselect.h        |    3 +--
 dselect/main.cc          |    6 ++++++
 m4/libs.m4               |    2 ++
 7 files changed, 54 insertions(+), 5 deletions(-)

commit f8ff44b68dbec2457bd3dbe0e9c891f73534f7b2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 13 04:42:53 2009 +0200

    Add avr32 to cputable
    
    Closes: #523456

 cputable         |    1 +
 debian/changelog |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit e2d3483c9d297823e8917196925a00927d5d1afe
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 13 04:38:20 2009 +0200

    Sync archtable with architectures currently present in Debian sid
    
    Remove m68k.
    Add kfreebsd-i386 and kfreebsd-amd64.

 debian/archtable |    3 ++-
 debian/changelog |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)

commit e5235b174b04cd3662e9b189cd7502fc58a031a6
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Thu Apr 9 18:35:10 2009 +0200

    dpkg-source: don't die on SIGPIPE of uncompressors
    
    Modify Dpkg::Source::CompressedFile to not die when uncompressors
    processes (gunzip, bunzip, etc.) are killed by SIGPIPE. Recent tar
    versions close the pipe before having read everything sent by the
    uncompressor process when they encounter the end of the tar file.
    This was of course problematic for Dpkg::Source::Archive.
    This is a regression compared to etch's dpkg-source which dealt with
    SIGPIPE properly.
    
    The Dpkg::Source::Compressor::wait_end_process() function had to be
    extended to be able to forward options to Dpkg::IPC::wait_child().

 debian/changelog                      |    3 +++
 scripts/Dpkg/Source/CompressedFile.pm |   10 +++++++++-
 scripts/Dpkg/Source/Compressor.pm     |    5 +++--
 3 files changed, 15 insertions(+), 3 deletions(-)

commit f8cc0115a8d326416eb0fd968db86e0cb4f5a408
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Apr 8 18:24:50 2009 +0200

    Slovak translation update

 po/sk.po |   67 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 34 insertions(+), 33 deletions(-)

commit 8ab2d4a31934027a1824f8ba6458e8de175ccdb5
Author: Felipe Castro <fefcas@gmail.com>
Date:   Wed Apr 8 06:44:58 2009 +0200

    Esperanto translation update
    
    Closes: #523023

 debian/changelog |    1 +
 po/eo.po         | 5870 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5871 insertions(+), 0 deletions(-)

commit c40bbd831c32b257001bbe6f5d88df16ea20bb07
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 5 11:04:48 2009 +0200

    Recomplete german translation of manual pages

 man/po/de.po |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

commit 2cd5f33d4808b912f649fb662f1235d21cd5e64e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 3 20:34:53 2009 +0200

    Update german translation of manual pages
    
    Update to 1654t3u.

 man/po/de.po |  154 ++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 112 insertions(+), 42 deletions(-)

commit 28322a61ea6a17f8220dd0f9c7454ee9d03ec588
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue Mar 31 12:16:12 2009 +0200

    Fix a translation mistake in french version of dpkg(1)
    
    Reported-by: Jonathan Gibert <jokot3@gmail.com>

 debian/changelog |    2 ++
 man/po/fr.po     |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 1b1a8a5773e94a014fc2093436bd1509ad53ff4f
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 30 15:35:38 2009 +0200

    Fix syntax in german translation.
    
    Reported-by: Modestas Vainius <modestas@vainius.eu>

 man/po/de.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 734a784e75b71b31179327a7f284f76e3bbcb14e
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sun Mar 29 13:18:39 2009 +0200

    Simplify Dpkg::Version
    
    Remove unnecessary function next_elem which just replicates the
    standard shift behaviour. The additional function calls affect
    performance negatively.

 debian/changelog        |    6 +++++-
 scripts/Dpkg/Version.pm |   18 +++++++-----------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 3fe876365cc62f3cf9b74fb5b23150fe6d307d20
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 27 21:27:10 2009 +0100

    Unify (where applicable) translation of "create" as in po/de and fix typos

 man/po/de.po     |   44 ++++++++++++++++++++++----------------------
 scripts/po/de.po |   18 +++++++++---------
 2 files changed, 31 insertions(+), 31 deletions(-)

commit 557be89bdb3547ba1233d022b81ce3b29b3581aa
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Mar 27 20:14:10 2009 +0100

    Unify translation of "create"

 po/de.po |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 66835c07b3eb5c6a5a1374e60e93dfaf12538323
Author: Nils Rennebarth <nils.rennebarth@funkwerk-ec.com>
Date:   Fri Mar 27 19:31:18 2009 +0100

    dpkg-deb: don't warn on unknown fields starting with "X-"
    
    The fields named "X-" are never going to collide with official
    fields and there's no need to warn that they are unknown.
    Users are already explicitely creating them with XB-X-* fields
    in debian/control.

 debian/changelog |    3 +++
 dpkg-deb/build.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 1e1038d76a201b179f900fcfc442a94e4aa3b3eb
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 23 16:01:22 2009 +0100

    Global review of error checking associated to strtol functions
    
    Several calls to strtol() or strtoul() are not followed by a
    proper check that ensures that they have parsed an integer value
    (and not an empty string).

 dpkg-split/info.c         |    2 +-
 dpkg-split/main.c         |    2 ++
 src/filesdb.c             |    6 +++---
 src/main.c                |   17 ++++++++++-------
 utils/start-stop-daemon.c |    2 +-
 5 files changed, 17 insertions(+), 12 deletions(-)

commit da116193fa0ec00f0c477614e5178c874a323753
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 27 18:21:07 2009 +0100

    Update german translation of manual pages
    
    Update to 1635t6f16u.

 man/po/de.po |   35 +++++++++++++++++++++++++++++++++--
 1 files changed, 33 insertions(+), 2 deletions(-)

commit c1b9a3e2b1ddfc97deefb812c6689ad6b3629f46
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Sun Mar 22 15:12:12 2009 +0100

    Fixed typo and incorrect translation in the dpkg-dev translation.
    
    Spotted by Daniel Nylander.

 scripts/po/sv.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit d80d6958a20f3664b7bb0ef49f5fe5b8056836e6
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 22 11:45:10 2009 +0100

    dpkg: refuses empty parameters when integer expected
    
    Fix setinteger() funtion used for parsing integer options to
    refuse empty parameters. Currently only affects --abort-after.
    
    Based-on-patch-by: Bill Allombert <ballombe@debian.org>

 THANKS           |    1 +
 debian/changelog |    2 ++
 src/main.c       |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)

commit 5ddae0e36402c8694ed63b7caf5018e311129047
Author: Bill Allombert <ballombe@debian.org>
Date:   Sun Mar 22 12:22:22 2009 +0100

    dpkg: separate arguments with "--" when calling dpkg-{deb,query}
    
    This is needed because any user-supplied argument separator is stripped by
    the option parser such as "dpkg -S -- -pic" ends up calling "dpkg-query
    --search -pic" which fails. With this patch, it calls "dpkg-query --search
    -- -pic" and works as expected.

 debian/changelog |    5 +++++
 src/main.c       |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit cb4288636728df2a9187d042eea8f57f24790d29
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sat Mar 21 18:05:03 2009 +0100

    Small fixes so that a build from a clean checkout works again
    
    Remove origin/Makefile from configure.ac.
    
    Fix debian/rules so that it works even if the auto-generated ChangeLog is
    not there yet.
    
    Reported-by: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>

 configure.ac |    1 -
 debian/rules |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

commit c3e6b6dfdb10d5883330fa314c0df7d85d7905d0
Author: Christian Perrier <bubulle@debian.org>
Date:   Thu Mar 19 19:45:30 2009 +0100

    Reviewed by Stéphane Blondon. Drop joke...

 po/fr.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 981ccbf39a1b903d5c7dfc056b15bfe4dc563b96
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Mar 18 20:13:01 2009 +0100

    French translation completed

 po/fr.po |  378 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 233 insertions(+), 145 deletions(-)

commit dd977bc0ecb6ad9e8b8e727e4aa6aaabea04457a
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 19:50:23 2009 +0100

    Fix another typo.

 man/po/fr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9b585a4607bf6aa97d547e2afd559de9b9129991
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 19:49:06 2009 +0100

    Fix another typo.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8aea716c734e42b809d5146a6cdad863662bdcd5
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 19:48:28 2009 +0100

    *Possibly* fix another typo.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8939ce325c8cd5e1ba42b8aa8dd73756843d3882
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 19:47:44 2009 +0100

    Another wrapping problem.

 man/po/fr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d1f5ea901c829bad0bc4c75b6f5c1b2854bd29ae
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 19:47:02 2009 +0100

    Fix typos.

 man/po/fr.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2cb8374d47f393911fe5843a75a8faa4d2abd85b
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 19:46:19 2009 +0100

    Fix typo in a French manpage.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e154e909781d3b266bd746c8e77b1dd6967934b8
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:56 2009 +0100

    Fix typos.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 16ed3e573e1c9233a3366ea262bea7a871c737e7
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:55 2009 +0100

    *Possibly* fix another typo.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e3f72b6d2feedcf95aaf00453fb0a52e5cf5968e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:53 2009 +0100

    Fix typo.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d0b749781b8c70f853e13359e287073809906e29
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:50 2009 +0100

    Adopt another style.

 man/po/fr.po |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 62edf2b5613e73364b106be2f902d3c850ce4b3d
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:47 2009 +0100

    Rephrase some bits (kind of “too much”) in a French manpage.

 man/po/fr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6dba9d6d178df4529928978c709911b15fdfa733
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:46 2009 +0100

    Workaround rendering bug in a French manpage.
    
    Non-breaking spaces seem not to be taken into account when the PO-file
    lines are wrapped. Try and reformat in another way.

 man/po/fr.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit a20f920fa416a8c2493b78f6a7d2779831b9e957
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Mar 18 02:02:45 2009 +0100

    Fix typo in a French manpage.

 man/po/fr.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d145e4e7990e8acf090a3766cb6008f70475f425
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Mar 17 22:13:47 2009 +0100

    French translation update

 po/fr.po |  420 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 163 insertions(+), 257 deletions(-)

commit 80716257ffb9674d78a606fe7f8e5b035d1dfdf3
Author: Marcos <marcos.alvarez.costales@gmail.com>
Date:   Tue Mar 17 07:12:21 2009 +0100

    Completed Asturian translation
    
    Closes: #519998

 debian/changelog |    2 +-
 po/ast.po        |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit d8c47b9b7ddd60b74fb8a502f45000068c4669f8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Mar 17 22:13:00 2009 +0100

    Update german translation of manual pages
    
    Update to 1626t6f25u.

 man/po/de.po |  175 ++++++++++++++++++++++++++-------------------------------
 1 files changed, 80 insertions(+), 95 deletions(-)

commit 9b525629d5b318246a4b8cfb352fdf3d13d08afc
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Mar 17 21:43:26 2009 +0100

    Add debian/changelog entry for the German dpkg translation update
    
    Bring translation updates back into alphabetical order.

 debian/changelog |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 69c003759ab6d8b538062705b2da7a4714b04e16
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Mar 17 21:34:36 2009 +0100

    Update German dpkg translation
    
    Update to 1001t11f.

 po/de.po |  565 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 251 insertions(+), 314 deletions(-)

commit ed4e04ccef996d5ef715fc9c1da5da6ca9fa372f
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue Mar 17 18:44:12 2009 +0100

    dpkg-shlibdeps: improve debug messages displayed in verbose mode

 scripts/dpkg-shlibdeps.pl |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

commit 02e3de2f1d687b19d305f7623e08742f6896ae7a
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Tue Mar 17 16:51:44 2009 +0100

    dpkg-shlibdeps: fix code to find out minimal version among all symbols
    
    dpkg-shlibdeps did not always correctly initialize symbol-based
    dependencies for libraries having symbols associated with a version "0".
    
    “$minver ||= $sym->{minver};” changed $minver to the first non-null version
    that followed a null version. Because the null version is evidently
    selected as the minimal version but that code considers it unset and
    replaces it with whatever it has.
    
    Add a non-regression test for this part of the code.

 debian/changelog                            |    4 ++++
 scripts/Dpkg/Shlibs/SymbolFile.pm           |    2 +-
 scripts/t/200_Dpkg_Shlibs.t                 |   12 +++++++++---
 scripts/t/200_Dpkg_Shlibs/symbols.fake-2    |    2 +-
 scripts/t/200_Dpkg_Shlibs/symbols.include-1 |    2 +-
 5 files changed, 16 insertions(+), 6 deletions(-)

commit 4eaf5de367581c2a3cf3debafbc21e072a519ef2
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 16 18:54:05 2009 +0100

    Drop /etc/dpkg/origins as it's taken over by base-files (see #487437)

 Makefile.am                   |    1 -
 debian/changelog              |    1 +
 debian/dpkg.install           |    1 -
 debian/dpkg.lintian-overrides |    1 -
 origins/Makefile.am           |   10 ----------
 origins/debian                |    3 ---
 6 files changed, 1 insertions(+), 16 deletions(-)

commit 5badd6d7165d2ac04b7b4b47d1c37986f33d5528
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 16 11:12:00 2009 +0100

    Dpkg::Deps: refuse to parse ORed deps only when union deps are requested
    
    This was the intended behaviour when that change was made
    in f65e9c9a2e521e32b0de6a963ab1e58790001366.

 scripts/Dpkg/Deps.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 22f2ea26d7b848a9dc8b66a9c8fa264f5aa29b74
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 16 11:00:16 2009 +0100

    dpkg-buildpackage: add back an erroneously removed use statement
    
    “use Dpkg::Version qw(check_version);” should not have been removed
    in this file.

 scripts/dpkg-buildpackage.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f1d3f2dae6581d04743fa4877f78d44be66502df
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 16 10:54:05 2009 +0100

    Dpkg::IPC: add sanity check for timeout parameter and a non-regression test

 scripts/Dpkg/IPC.pm      |    5 +++++
 scripts/t/800_Dpkg_IPC.t |   12 ++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit 5b0024349ddbfefdcd45fd9382cc113234ba0f39
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 22:15:41 2009 +0100

    dpkg-source: switch to standard info() function for output
    
    All buildd should use an updated sbuild by now, we can update the
    format of dpkg-source's output without problems.

 scripts/dpkg-source.pl |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 7d7a32b36791ba9c458930c537875c32e9e3a57c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 22:11:43 2009 +0100

    Misc updates concerning gpg and dpkg-source
    
    * Always display a warning when the signature verification failed.
    * Update the dpkg-source's manual page to document that only the user's
      trustedkeys.gpg keyring is used for signature verification.

 debian/changelog               |    2 ++
 man/dpkg-source.1              |    3 ++-
 scripts/Dpkg/Source/Package.pm |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

commit 09721c437877afd1549b1028c4f830898db6c57e
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 21:53:14 2009 +0100

    Update dpkg-dev dependencies
    
    - Move gnupg to Recommends. It's needed to sign .dsc and .changes.
    - Add gpgv to Recommends. Useful to check signatures of extracted packages.
    - Add debian-maintainers to Suggests. Together with debian-keyring they
      contain all the GPG keys required to verify official Debian packages.

 debian/changelog |    5 +++++
 debian/control   |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit eb23ea12c4599ec93c9c5e21929a5dd966991bb7
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 21:44:09 2009 +0100

    dpkg-source: don't block indefinitely on gpg
    
    dpkg-source's signature check is now done with gpgv if possible and
    timeouts if not completed within 10 seconds.

 debian/changelog               |    2 ++
 scripts/Dpkg/Source/Package.pm |   12 +++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit eecd200a7aa51058c950345e60092c7fdd0ec1e2
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 21:14:18 2009 +0100

    Dpkg::IPC: implement timeout for subprocesses
    
    Add a new option timeout for Dpkg::IPC::wait_child(). It implements
    an alarm() based timeout for subprocesses and allows us to
    fail if some processes do not return as expected.

 scripts/Dpkg/IPC.pm |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

commit fe67e29f17678678091e2ba318d4ec8c0e6bef47
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 21:13:34 2009 +0100

    Let git ignore vim swap files

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f65e9c9a2e521e32b0de6a963ab1e58790001366
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 19:34:17 2009 +0100

    dpkg-gencontrol: improve error message with a bad union dependency
    
    dpkg-gencontrol displays a better error message when an ORed dependency
    is used in a union field like Conflicts, Replaces or Breaks.

 debian/changelog           |    3 +++
 scripts/Dpkg/Deps.pm       |    8 +++++++-
 scripts/dpkg-gencontrol.pl |    6 ++++--
 3 files changed, 14 insertions(+), 3 deletions(-)

commit acb9b6e9f20eec9d3799b50cb17c2e192c47c692
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 18:55:03 2009 +0100

    dpkg-source: improve ignore regexp to catch vi swap files
    
    dpkg-source now ignores all possible vi swap file extensions (and not only
    .swp). The corresponding exclude pattern for -I also got tightened to only
    catch filenames starting with a dot. Closes: #515540

 debian/changelog               |    3 +++
 scripts/Dpkg/Source/Package.pm |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit edbbd18df03628407f3d3628d0e49014dbc9ba48
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 18:18:44 2009 +0100

    Dpkg::Version::check_version() should not die by default
    
    Add a new parameter to Dpkg::Version::check_version() to control whether
    we should die in case of illegal version.
    
    Update all check_version() calls to pass this parameter and factorize some
    duplicate calls in Dpkg::Source::Package::* with a single check in
    the parent class Dpkg::Source::Package.

 debian/changelog                      |    2 ++
 scripts/Dpkg/Source/Package.pm        |    4 +++-
 scripts/Dpkg/Source/Package/V1.pm     |    3 ---
 scripts/Dpkg/Source/Package/V2.pm     |    3 ---
 scripts/Dpkg/Source/Package/V3/bzr.pm |    3 ---
 scripts/Dpkg/Source/Package/V3/git.pm |    3 ---
 scripts/Dpkg/Version.pm               |   20 ++++++++++++++------
 scripts/dpkg-buildpackage.pl          |    3 +--
 scripts/dpkg-source.pl                |    2 +-
 9 files changed, 21 insertions(+), 22 deletions(-)

commit 646c8876609072af7f456a78b046b0432e2c44d1
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Mar 15 15:28:53 2009 +0100

    Completed Asturian translation

 debian/changelog |    2 +-
 po/ast.po        |  807 +++++++++++++++++++-----------------------------------
 2 files changed, 287 insertions(+), 522 deletions(-)

commit 9520a890c2459186ddc7137d119b50cfa1cf1e40
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Mar 15 14:44:15 2009 +0100

    Partial French translation update

 debian/changelog |    1 +
 po/fr.po         |  479 +++++++++++++++++++++++++-----------------------------
 2 files changed, 221 insertions(+), 259 deletions(-)

commit 4f761d89c84cee18e16da472daea38769fbcce0e
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 10:49:52 2009 +0100

    dpkg-genchanges, dpkg-gencontrol: avoid perl warnings
    
    Fix dpkg-genchanges and dpkg-gencontrol to not trigger perl warnings
    when the Architecture field is missing.

 debian/changelog           |    2 ++
 scripts/dpkg-genchanges.pl |    2 +-
 scripts/dpkg-gencontrol.pl |    6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

commit b02e87457ceb9c849915180034b9247d0c228df8
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 10:30:26 2009 +0100

    Update deb-triggers(5) and dpkg-trigger(1)
    
    Update deb-triggers(5) and dpkg-trigger(1) to add a reference to
    /usr/share/doc/dpkg/triggers.txt.gz.

 debian/changelog   |    2 ++
 man/deb-triggers.5 |    3 ++-
 man/dpkg-trigger.1 |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 7d0ea44e98bfa20f6e5a16a3201f8a4cb1037710
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Mar 13 20:33:46 2009 +0100

    Updated French translation

 scripts/po/fr.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit ce04415c6b809e4936f9b69d5ea60daa06f0657d
Author: Marcos <marcos.alvarez.costales@gmail.com>
Date:   Fri Mar 13 20:32:45 2009 +0100

    Add Asturian translation
    
    Closes: #519478

 debian/changelog |    3 +
 po/ast.po        | 6509 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 6512 insertions(+), 0 deletions(-)

commit 6e9f17ba8fa0ae75aee08579d08ba3fae8175869
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Fri Mar 13 18:02:35 2009 +0100

    Fix Swedish translation so that it doesn't make po4a fail

 man/po/sv.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c81e27d8d841199be246cd9e0b41f7ea44160afe
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Mar 11 14:38:07 2009 +0100

    Update Swedish translation
    
    Updated po/sv.po to 1012t0f0u.
    Updated man/po/sv.po to 1657t0f0u.

 debian/changelog |    1 +
 man/po/sv.po     |  765 +++++++++++++++++++++++++++++++-----------------------
 po/sv.po         |   14 +-
 3 files changed, 444 insertions(+), 336 deletions(-)

commit ea2fc2fc25e4b3bd7481100cc449fa023a44ba51
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 11 02:57:32 2009 +0200

    Regenerate dpkg-man.pot and merge .po files with it

 man/po/de.po        |  581 +++++++++++++++++++++++++++++----------------------
 man/po/dpkg-man.pot |  498 +++++++++++++++++++++++++------------------
 man/po/es.po        |  524 ++++++++++++++++++++++++++--------------------
 man/po/fr.po        |  529 +++++++++++++++++++++++++++--------------------
 man/po/hu.po        |  525 ++++++++++++++++++++++++++--------------------
 man/po/ja.po        |  526 +++++++++++++++++++++++++++--------------------
 man/po/pl.po        |  527 +++++++++++++++++++++++++++--------------------
 man/po/pt_BR.po     |  525 ++++++++++++++++++++++++++--------------------
 man/po/ru.po        |  526 +++++++++++++++++++++++++++--------------------
 man/po/sv.po        |  527 +++++++++++++++++++++++++++--------------------
 10 files changed, 3047 insertions(+), 2241 deletions(-)

commit 2c43c07e599d2f26ef7cebf5f9adaaa4bb9c279f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 11 02:51:33 2009 +0200

    u-a: Fix typo in man page (‘values’ → ‘value’)
    
    Introduced in commit 7277e7e87af9cf4313880f228c693aa78ad46a03.
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/update-alternatives.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2ad24268349afa6cdc56a14bf872a624e3f871a1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 11 02:19:58 2009 +0200

    Add missing bug closure for Slovak translation
    
    Missed in commit d95c2b580e4db994e5ad51e13baa3192fd8827d6.
    
    Closes: #519084

 debian/changelog |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b9be5e2b188d3a02929ebd9faa6ab52fc71d4183
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 11 02:17:46 2009 +0200

    Change Slovak maintainer to Ivan Masár

 dselect/po/LINGUAS |    2 +-
 po/LINGUAS         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 96ac92ab3f5439ab1ab510a55fb6e8a805269e04
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Mar 10 21:40:54 2009 +0100

    Update german translation of manual pages
    
    Update to 1600t25f20u.

 debian/changelog |    3 +
 man/po/de.add    |    2 +-
 man/po/de.po     |  480 +++++++++++++++++++++++++++++-------------------------
 3 files changed, 260 insertions(+), 225 deletions(-)

commit ab12b07d0575bc9a7a02311fee4447a247914d1b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 10 16:13:45 2009 +0200

    Regenerate dpkg.pot and merge .po files with it

 po/bs.po    |    8 ++------
 po/ca.po    |   15 +++++++--------
 po/cs.po    |   13 ++++++-------
 po/da.po    |   13 ++++++-------
 po/de.po    |   13 ++++++-------
 po/dpkg.pot |    8 ++------
 po/dz.po    |   13 ++++++-------
 po/el.po    |   13 ++++++-------
 po/es.po    |   13 ++++++-------
 po/et.po    |   13 ++++++-------
 po/eu.po    |   13 ++++++-------
 po/fr.po    |   13 ++++++-------
 po/gl.po    |   13 ++++++-------
 po/hu.po    |   13 ++++++-------
 po/id.po    |   13 ++++++-------
 po/it.po    |   13 ++++++-------
 po/ja.po    |   13 ++++++-------
 po/km.po    |   13 ++++++-------
 po/ko.po    |   13 ++++++-------
 po/ku.po    |    8 ++------
 po/lt.po    |   13 ++++++-------
 po/mr.po    |   13 ++++++-------
 po/nb.po    |   13 ++++++-------
 po/ne.po    |   13 ++++++-------
 po/nl.po    |   13 ++++++-------
 po/nn.po    |   13 ++++++-------
 po/pa.po    |    8 ++------
 po/pl.po    |   13 ++++++-------
 po/pt.po    |   13 ++++++-------
 po/pt_BR.po |   13 ++++++-------
 po/ro.po    |   13 ++++++-------
 po/ru.po    |   13 ++++++-------
 po/sk.po    |    9 ++++-----
 po/sv.po    |   11 +++++------
 po/th.po    |   13 ++++++-------
 po/tl.po    |   13 ++++++-------
 po/vi.po    |   13 ++++++-------
 po/zh_CN.po |   13 ++++++-------
 po/zh_TW.po |   13 ++++++-------
 39 files changed, 216 insertions(+), 267 deletions(-)

commit d95c2b580e4db994e5ad51e13baa3192fd8827d6
Author: Ivan Masár <helix84@centrum.sk>
Date:   Tue Mar 10 16:11:22 2009 +0200

    Update Slovak dpkg translation
    
    Update to 1013t.

 po/sk.po |  571 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 260 insertions(+), 311 deletions(-)

commit c473bbca60d67ee9d64a4fbe63507e8c9d73bb93
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 10 15:55:56 2009 +0200

    Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’)
    
    Closes: #519082
    Reported-by: Ivan Masár <helix84@centrum.sk>

 debian/changelog |    4 ++++
 src/filesdb.c    |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 8c651a05314924ed5823a8d995e515d34d0cfa4c
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 9 22:54:13 2009 +0100

    dpkg-source: add --skip-debianization extract option
    
    Extracting a source package with --skip-debianization can be interesting
    when you want to import a source package in a VCS and want to import
    the upstream sources without having precise knowledge of the internals
    of all source package formats. This option is only supported for the
    source formats "1.0", "2.0" and "3.0 (quilt)" that handle clearly
    identified upstream sources.

 man/dpkg-source.1                 |    6 ++++++
 scripts/Dpkg/Source/Package.pm    |   10 ++++++++--
 scripts/Dpkg/Source/Package/V1.pm |    6 +++++-
 scripts/Dpkg/Source/Package/V2.pm |    9 ++++++++-
 4 files changed, 27 insertions(+), 4 deletions(-)

commit 1463ac71babf0432b5753c20eebc060363694e34
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 9 22:21:28 2009 +0100

    dpkg-source: drop support of debian/control's Format field
    
    There are no interesting use case where it makes sense to hardcode
    the source format directly in debian/control. So drop that feature
    before people start abusing this field instead of using
    debian/source/format (which dpkg-source can have to create in some cases).

 debian/changelog       |    3 +++
 man/dpkg-source.1      |    4 +---
 scripts/dpkg-source.pl |    6 ++----
 3 files changed, 6 insertions(+), 7 deletions(-)

commit 758986f4ed29e24270f89dc3f53e53f5782be2dd
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 9 21:11:58 2009 +0100

    dpkg-source(1): document format of debian/source/* files
    
    Also fix parsing of debian/source/include-binaries to ignore empty lines
    in Dpkg::Source::Package::V2::do_build().

 man/dpkg-source.1                 |   22 ++++++++++++++++++++--
 scripts/Dpkg/Source/Package/V2.pm |    2 +-
 2 files changed, 21 insertions(+), 3 deletions(-)

commit 492feedb3e75d99e9003105f5312d052d1156bc2
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 9 20:43:26 2009 +0100

    Add missing changelog entry.

 debian/changelog |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b67df30f27c89bcba8ada8b916f13a135daeda7e
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Mar 9 07:01:36 2009 +0100

    Recomplete French translations
    
    Update to 473t.

 debian/changelog |    1 +
 scripts/po/fr.po |   46 +++++++++++++++++++++++++++++-----------------
 2 files changed, 30 insertions(+), 17 deletions(-)

commit 3ebe1d45258628e9138ba65903e56b571dbf4bd7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 8 20:42:42 2009 +0100

    Recomplete german scripts translation
    
    Update to 473t.

 debian/changelog |    1 +
 scripts/po/de.po |   42 ++++++++++++++++++++++++++----------------
 2 files changed, 27 insertions(+), 16 deletions(-)

commit 5ee2d60084f43f1b51907e77dd9f07dc4d810618
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 8 19:13:49 2009 +0100

    dpkg-shlibdeps: make shlibs.local override symbols files too
    
    As discussed in http://lists.debian.org/debian-devel/2009/03/msg00428.html
    dropping the shlibs.local package override for symbols files was not
    necessarily a good idea. So this commit makes dpkg-shlibdeps skip
    the symbols files for a library if it detects that the relevant dependency
    is available in the shlibs.local file.

 man/dpkg-shlibdeps.1      |    3 ++-
 scripts/dpkg-shlibdeps.pl |    9 ++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 5fd387999d92ef1f47560980cffb54565a72a96b
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 8 16:11:53 2009 +0100

    dpkg-shlibdeps: don't fail on binaries outside of a package's dir
    
    Dpkg 1.15.0 introduced a regression by trying to deduce the target
    directory in order to adjust some warnings. This check failed when
    dpkg-shlibdeps was run on files not (yet) installed in the package's
    directory (debian/package/). Fix that and emit a warning so that
    maintainers are encouraged to analyze the binaries once they have
    been installed in their target directory.

 debian/changelog          |    2 ++
 scripts/dpkg-shlibdeps.pl |   10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit ea1530fe45c8b1ad61d91c0791c53ecf363899bf
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Sun Mar 8 15:50:58 2009 +0100

    dpkg-source: call quilt only once to apply all patches
    
    Refactor Dpkg::Source::Package::V3::quilt::apply_patches() to
    call quilt only once (quilt push -a -q) instead of once per package. This
    dramatically improves performance for packages like glibc that
    have a large number of patches.

 debian/changelog                        |    2 +
 scripts/Dpkg/Source/Package/V3/quilt.pm |   45 ++++++++++++++++++------------
 2 files changed, 29 insertions(+), 18 deletions(-)

commit 1a01979e7607a068c7d33acfa238a08547b5b69a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 4 23:26:33 2009 +0200

    Regenerate .pot files and merge .po files with them

 po/bs.po    |  132 +++++++++++++++++++++++++------------
 po/ca.po    |  153 +++++++++++++++++++++++++------------------
 po/cs.po    |  153 +++++++++++++++++++++++++------------------
 po/da.po    |  153 +++++++++++++++++++++++++------------------
 po/de.po    |  153 +++++++++++++++++++++++++------------------
 po/dpkg.pot |  132 +++++++++++++++++++++++++------------
 po/dz.po    |  153 +++++++++++++++++++++++++------------------
 po/el.po    |  153 +++++++++++++++++++++++++------------------
 po/es.po    |  153 +++++++++++++++++++++++++------------------
 po/et.po    |  141 +++++++++++++++++++++++++---------------
 po/eu.po    |  153 +++++++++++++++++++++++++------------------
 po/fr.po    |  153 +++++++++++++++++++++++++------------------
 po/gl.po    |  153 +++++++++++++++++++++++++------------------
 po/hu.po    |  150 +++++++++++++++++++++++++------------------
 po/id.po    |  150 +++++++++++++++++++++++++------------------
 po/it.po    |  153 +++++++++++++++++++++++++------------------
 po/ja.po    |  153 +++++++++++++++++++++++++------------------
 po/km.po    |  153 +++++++++++++++++++++++++------------------
 po/ko.po    |  153 +++++++++++++++++++++++++------------------
 po/ku.po    |  138 +++++++++++++++++++++++++--------------
 po/lt.po    |  150 +++++++++++++++++++++++++------------------
 po/mr.po    |  154 +++++++++++++++++++++++++-------------------
 po/nb.po    |  153 +++++++++++++++++++++++++------------------
 po/ne.po    |  153 +++++++++++++++++++++++++------------------
 po/nl.po    |  153 +++++++++++++++++++++++++------------------
 po/nn.po    |  150 +++++++++++++++++++++++++------------------
 po/pa.po    |  132 +++++++++++++++++++++++++------------
 po/pl.po    |  153 +++++++++++++++++++++++++------------------
 po/pt.po    |  153 +++++++++++++++++++++++++------------------
 po/pt_BR.po |  153 +++++++++++++++++++++++++------------------
 po/ro.po    |  153 +++++++++++++++++++++++++------------------
 po/ru.po    |  153 +++++++++++++++++++++++++------------------
 po/sk.po    |  153 +++++++++++++++++++++++++------------------
 po/sv.po    |  209 ++++++++++++++++++++++++++++++++---------------------------
 po/th.po    |  153 +++++++++++++++++++++++++------------------
 po/tl.po    |  151 +++++++++++++++++++++++++------------------
 po/vi.po    |  153 +++++++++++++++++++++++++------------------
 po/zh_CN.po |  156 +++++++++++++++++++++++++-------------------
 po/zh_TW.po |  153 +++++++++++++++++++++++++------------------
 39 files changed, 3458 insertions(+), 2465 deletions(-)

commit d111d026a51110f95cc1661efaa99e2650843a5f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 4 23:24:44 2009 +0200

    Add new files missed on code refactoring
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 9b5eebb259cd074f0b175bdaeb60cf35397eb049
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Mar 3 14:20:44 2009 +0100

    Update Swedish translation.
    
    Updated dselect/po/sv.po to 283t0f0u.
    Updated scripts/po/sv.po to 473t0f0u.
    Updated po/sv.po to 1004t0f0u.

 debian/changelog |    7 +
 dselect/po/sv.po |    8 +-
 po/sv.po         |  546 +++++++++++++++++++++++++-----------------------------
 scripts/po/sv.po |   39 ++--
 4 files changed, 282 insertions(+), 318 deletions(-)

commit b53a6a7e6651e82eeb8cfafa1981b1c5d33b4e04
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 11 03:31:24 2009 +0200

    Add new pkg_array_free function
    
    Use it to free the arrays after use, so that we do not leak.

 src/pkg-array.c |    8 ++++++++
 src/pkg-array.h |    1 +
 src/query.c     |    4 ++++
 src/select.c    |    2 ++
 4 files changed, 15 insertions(+), 0 deletions(-)

commit 45e5ee9e4c9195a488c2e0e246b855e4bcbe6b4f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 11 03:28:19 2009 +0200

    Refactor package array handling
    
    Create a new pkg_array structure, and two new functions to initialize
    from the db, and to sort the array.

 src/Makefile.am                  |    4 +-
 src/pkg-array.c                  |   29 ++++++++++++++++
 src/{pkg-array.c => pkg-array.h} |   27 ++++++++-------
 src/query.c                      |   69 ++++++++++++++-----------------------
 src/select.c                     |   27 +++++----------
 5 files changed, 80 insertions(+), 76 deletions(-)

commit 2c0667d06a38c3a31ab43b79a979f29e5fcf0cf3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 10 03:23:36 2009 +0200

    Rename pkg-list.c to pkg-array.c

 src/Makefile.am                 |    4 ++--
 src/{pkg-list.c => pkg-array.c} |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 4da4f0145a451a13eab2cdb6b1d5e46d857fd93b
Author: Raphael Hertzog <hertzog@debian.org>
Date:   Mon Mar 2 18:10:40 2009 +0100

    dpkg-genchanges: correctly handles additional upstream tarballs
    
    The source format 3.0 (quilt) allows additional upstream tarballs
    named <pkg>_<upstreamversion>.orig-<component>.tar.<ext>. They
    should be treated like normal .orig tarballs and be left out
    like them in normal "binary and diff upload".

 debian/changelog           |    5 +++++
 scripts/dpkg-genchanges.pl |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 06665a08379c3a3054906602703077793f1bd048
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Mar 2 17:21:57 2009 +0100

    Update german dselect translation
    
    Update to 283t.

 debian/changelog |    3 ++-
 dselect/po/de.po |   50 ++++----------------------------------------------
 2 files changed, 6 insertions(+), 47 deletions(-)

commit 1a0b8ade8f5f5130f77415f86f1686e8c097b768
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 2 06:56:25 2009 +0200

    Switch to automatically generating the ChangeLog file
    
    Keep the old ChangeLog files as ChangeLog.old, and distribute them.
    Automatically genereate the ChangeLog from “git log”. And update the
    information for translators.

 .gitignore                              |    1 +
 ChangeLog => ChangeLog.old              |    0
 Makefile.am                             |    6 ++++
 README.translators                      |   44 +++++++++---------------------
 debian/rules                            |    4 +-
 dselect/po/{ChangeLog => ChangeLog.old} |    0
 dselect/po/Makevars                     |    2 +
 man/Makefile.am                         |    2 +-
 man/po/{ChangeLog => ChangeLog.old}     |    0
 po/{ChangeLog => ChangeLog.old}         |    0
 po/Makevars                             |    2 +
 scripts/po/{ChangeLog => ChangeLog.old} |    0
 scripts/po/Makevars                     |    2 +
 13 files changed, 29 insertions(+), 34 deletions(-)

commit 883b6e840f06e7d05e1c6a23824c5aefd3466754
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 2 06:23:10 2009 +0200

    Bump version to 1.15.1~

 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)
