commit 70034dd074cb81a7a018b296924328a29d436288
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 16 03:58:26 2025 +0100

    Release 1.22.14

 debian/changelog | 35 ++++++++++++++++++++++++++++++++---
 1 file changed, 32 insertions(+), 3 deletions(-)

commit b929c4188cd1b4c6a84c51c48dbfeb3abde26cea
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 16 03:56:38 2025 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     | 35 +++++++++++++++++------------------
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               |  9 ++++++---
 po/bs.po                |  9 ++++++---
 po/ca.po                |  9 ++++++---
 po/cs.po                |  9 ++++++---
 po/da.po                |  9 ++++++---
 po/de.po                | 14 ++++++++++----
 po/dpkg.pot             | 11 +++++++----
 po/dz.po                |  9 ++++++---
 po/el.po                |  9 ++++++---
 po/eo.po                |  9 ++++++---
 po/es.po                |  9 ++++++---
 po/et.po                |  9 ++++++---
 po/eu.po                |  9 ++++++---
 po/fr.po                |  9 ++++++---
 po/gl.po                |  9 ++++++---
 po/hu.po                |  9 ++++++---
 po/id.po                |  9 ++++++---
 po/it.po                |  9 ++++++---
 po/ja.po                |  9 ++++++---
 po/km.po                |  9 ++++++---
 po/ko.po                |  9 ++++++---
 po/ku.po                |  9 ++++++---
 po/lt.po                |  9 ++++++---
 po/mr.po                |  9 ++++++---
 po/nb.po                |  9 ++++++---
 po/ne.po                |  9 ++++++---
 po/nl.po                |  9 ++++++---
 po/nn.po                |  9 ++++++---
 po/oc.po                |  9 ++++++---
 po/pa.po                |  9 ++++++---
 po/pl.po                |  9 ++++++---
 po/pt.po                |  9 ++++++---
 po/pt_BR.po             |  9 ++++++---
 po/ro.po                |  9 ++++++---
 po/ru.po                |  9 ++++++---
 po/sk.po                |  9 ++++++---
 po/sv.po                |  9 ++++++---
 po/th.po                |  9 ++++++---
 po/tl.po                |  9 ++++++---
 po/tr.po                |  9 ++++++---
 po/vi.po                |  9 ++++++---
 po/zh_CN.po             |  9 ++++++---
 po/zh_TW.po             |  9 ++++++---
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        | 14 +++++++-------
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/nl.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/pt.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 85 files changed, 330 insertions(+), 199 deletions(-)

commit 64e0ab9d674d5f80f0bf50c242d57b4dd6ada1f1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 16 03:10:38 2025 +0100

    Dpkg::BuildDriver::DebianRules: Fix R³ namespace check to only refuse unknown dpkg keywords
    
    This was originally a problem in dpkg-buildpackage, which had been
    fixed with commit dcfbe8b626cd6c3551afe7cd46500bdd38d4c200. When
    refactoring the build driver, which lived in a parallel branch already
    at the time of that fix, it was missed and not ported when that
    branch got merged into main.
    
    Fixes: commit 197fa86fc71a2e46a5c70f99a594bf13ffb520f9
    Closes: #1092653

 scripts/Dpkg/BuildDriver/DebianRules.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 349e0d2f75cff33fdda9e6b8e09441af2696abae
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 13 02:07:48 2025 +0100

    scripts/mk: Use flavor to avoid re-caching empty variables
    
    We were using the or function for the variable caches, but if the
    variable is empty we might end up re-evaluating the contents, which
    means we can end up executing the same command many times.
    
    This happened to work fine with GNU make 4.3 and earlier, but stopped
    working correctly with GNU make 4.4, which incurs a significant slow
    down due to excess execution of for example dpkg-buildflags. This change
    alone does not restore the previous number of spawned processes, but
    getting back to that, implies a semantics change that can break existing
    code.
    
    Ref: #1092051

 scripts/mk/architecture.mk | 2 +-
 scripts/mk/buildflags.mk   | 2 +-
 scripts/mk/pkg-info.mk     | 2 +-
 scripts/mk/vendor.mk       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 94a0287c015d27332cf7d7e95c7d47f2c31a507a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 5 02:08:26 2025 +0100

    src/sh: Add support for notice(), info() and hint() functions

 src/sh/dpkg-error.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit bdb8781b45e2f01a97598f7db6cabec5b281fa70
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 7 00:41:24 2025 +0100

    src/sh: Document library interface basics and the version when introduced
    
    This should help a bit with potential external users.

 src/sh/dpkg-error.sh | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit f4c48fba33e02bcd053ba70e2d4ec5817be0fd81
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 7 00:46:51 2025 +0100

    src/sh: Fix debug output format to print debug in lowercase after progname
    
    This follows the same convention as all other report functions output.

 src/sh/dpkg-error.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 32295b87a26a9119681ced9d868c9c84ccbb85b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 5 02:08:26 2025 +0100

    src/sh: Lowercase and namespace private variables with _dpkg_
    
    This should make it more clear what is private and what is public,
    to avoid accidental usage by external code.

 src/sh/dpkg-error.sh | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit dd00f2a83e4368f0ac5e23b50b9db3e9461fa390
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 5 02:08:26 2025 +0100

    src/sh: Abstract color clearing with a new variable
    
    This makes sure we are not losing the original value from COLOR_RESET,
    in case we need to restore the color clearing later on.

 src/sh/dpkg-error.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 617fc1c20757b32c96d9669f106eab447f73b4a4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 4 23:14:58 2025 +0100

    dpkg-deb: Switch from info() to hint() for hint message
    
    This uses a semantic call so that we can perform unified formatting
    on the output, and in the future potentially silence all hinting if
    the users requests so.

 src/deb/build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 95cfaf475cfcf2c7efe754fdbb644cbd30527655
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 4 23:12:50 2025 +0100

    libdpkg: Add support for hint printing
    
    This will make it possible to provide hints for the user so that they
    can perform some action prompted by diagnostics printed by dpkg tools.
    
    We already have some hints printed, but they do not use a unified
    interface and dedicated formatting and color.

 lib/dpkg/color.h     |  1 +
 lib/dpkg/libdpkg.map |  2 ++
 lib/dpkg/report.c    | 28 ++++++++++++++++++++++++++++
 lib/dpkg/report.h    |  4 ++++
 4 files changed, 35 insertions(+)

commit 5d8a76769f6a6a121c52aecf436ddd172e892b4f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 8 04:31:08 2025 +0100

    test: Remove redundant <cstdbool> include deprecated in C++17
    
    Warned-by: gcc-15

 lib/dpkg/t/t-headers-cpp.cc | 2 --
 1 file changed, 2 deletions(-)

commit 3be442cc1b16f540c12ce3784f95a6063ef78f99
Author: Paulo Henrique de Lima Santana (phls) <phls@debian.org>
Date:   Thu Jan 16 03:03:40 2025 +0100

    po: Update Brazilian Portuguese dselect translations
    
    Closes: #1092593
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/pt_BR.po | 585 ++++++++++++----------------------------------------
 1 file changed, 127 insertions(+), 458 deletions(-)

commit 1a903a72404ab9e2d994ac50f3bd2cf5ed7faf3e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jan 5 08:35:21 2025 +0100

    po: Update German programs translation
    
    Update to 1199t.

 po/de.po | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 8525ed5907aeae11412ab8a639e2094c2f3fc74a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 4 21:46:37 2025 +0100

    po: Update German man pages translation

 man/po/de.add |   2 +-
 man/po/de.po  | 122 +++++++++++++++-------------------------------------------
 2 files changed, 32 insertions(+), 92 deletions(-)

commit 35c4d3a4ef3751ae29a84e015388e8b758a4fa81
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 4 21:46:11 2025 +0100

    po: Update German scripts translation

 scripts/po/de.po | 69 ++++++++++++++++++++------------------------------------
 1 file changed, 24 insertions(+), 45 deletions(-)

commit c54c8f09be71d13d1e719abdba59b6a072b3cf68
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 12:05:19 2025 +0100

    Bump version to 1.22.14

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 66a5a61d279558aae34283244ba6e1cecb0de72b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 11:48:03 2025 +0100

    Release 1.22.13

 debian/changelog | 38 ++++++++++++++++++++++++++++++++++----
 1 file changed, 34 insertions(+), 4 deletions(-)

commit e1efb5eaf092a49b836303cf7ce92039e3660f07
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 11:47:15 2025 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 86 +++++++++++++++++++++++++++++++++++++++----------
 man/po/dpkg-man.pot     | 41 ++++++++++++-----------
 man/po/es.po            | 50 ++++++++++++++++++----------
 man/po/fr.po            | 71 ++++++++++++++++++++++++++++++----------
 man/po/hu.po            | 46 ++++++++++++++++----------
 man/po/it.po            | 50 ++++++++++++++++++----------
 man/po/ja.po            | 48 +++++++++++++++++----------
 man/po/nl.po            | 86 +++++++++++++++++++++++++++++++++++++++----------
 man/po/pl.po            | 49 ++++++++++++++++++----------
 man/po/pt.po            | 86 +++++++++++++++++++++++++++++++++++++++----------
 man/po/pt_BR.po         | 41 +++++++++++++----------
 man/po/ru.po            | 46 ++++++++++++++++----------
 man/po/sv.po            | 85 ++++++++++++++++++++++++++++++++++++++----------
 man/po/zh_CN.po         | 41 +++++++++++++----------
 po/ast.po               | 24 +++++++++++++-
 po/bs.po                | 28 +++++++++++++++-
 po/ca.po                | 25 +++++++++++++-
 po/cs.po                | 25 +++++++++++++-
 po/da.po                | 25 +++++++++++++-
 po/de.po                | 25 +++++++++++++-
 po/dpkg.pot             | 25 ++++++++++++--
 po/dz.po                | 23 ++++++++++++-
 po/el.po                | 23 ++++++++++++-
 po/eo.po                | 25 +++++++++++++-
 po/es.po                | 25 +++++++++++++-
 po/et.po                | 23 ++++++++++++-
 po/eu.po                | 25 +++++++++++++-
 po/fr.po                | 25 +++++++++++++-
 po/gl.po                | 23 ++++++++++++-
 po/hu.po                | 23 ++++++++++++-
 po/id.po                | 25 +++++++++++++-
 po/it.po                | 25 +++++++++++++-
 po/ja.po                | 25 +++++++++++++-
 po/km.po                | 23 ++++++++++++-
 po/ko.po                | 25 +++++++++++++-
 po/ku.po                | 23 ++++++++++++-
 po/lt.po                | 23 ++++++++++++-
 po/mr.po                | 23 ++++++++++++-
 po/nb.po                | 25 +++++++++++++-
 po/ne.po                | 23 ++++++++++++-
 po/nl.po                | 25 +++++++++++++-
 po/nn.po                | 23 ++++++++++++-
 po/oc.po                | 25 +++++++++++++-
 po/pa.po                | 23 ++++++++++++-
 po/pl.po                | 25 +++++++++++++-
 po/pt.po                | 25 +++++++++++++-
 po/pt_BR.po             | 25 +++++++++++++-
 po/ro.po                | 38 +++++++++++++++++++++-
 po/ru.po                | 25 +++++++++++++-
 po/sk.po                | 25 +++++++++++++-
 po/sv.po                | 25 +++++++++++++-
 po/th.po                | 25 +++++++++++++-
 po/tl.po                | 23 ++++++++++++-
 po/tr.po                | 25 +++++++++++++-
 po/vi.po                | 25 +++++++++++++-
 po/zh_CN.po             | 25 +++++++++++++-
 po/zh_TW.po             | 25 +++++++++++++-
 scripts/po/ca.po        |  9 +++---
 scripts/po/de.po        |  9 +++---
 scripts/po/dpkg-dev.pot |  8 ++---
 scripts/po/es.po        |  9 +++---
 scripts/po/fr.po        |  9 +++---
 scripts/po/nl.po        |  9 +++---
 scripts/po/pl.po        |  9 +++---
 scripts/po/pt.po        |  9 +++---
 scripts/po/ru.po        |  9 +++---
 scripts/po/sv.po        |  9 +++---
 98 files changed, 1688 insertions(+), 355 deletions(-)

commit afaaebaf331d5ce0cb99611884c91782ced040f4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 11:38:33 2025 +0100

    test: Update dpkg-buildtree test case for R³ default change
    
    Fixes: commit b26443e10c91bbd3365bd1a520dbdace26442e2c
    Changelog: silent

 scripts/t/dpkg_buildtree.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b26443e10c91bbd3365bd1a520dbdace26442e2c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 11 13:24:21 2024 +0100

    Dpkg::BuildDriver::DebianRules: Change default R³ value to «no»
    
    The transition to rootless builds in Debian has been going on for
    years now, with increasing steady adoption, although there is still
    a long tail of packages that need to be adapted.
    
    The main reason the default was never changed before, was to avoid
    potential mass build breakage, and potential silent breakage in
    successful builds. The former is being handled in Debian through a
    normal transition (which only affects a subset of the remaining
    non-transitioned packages), and the latter is helped by the new
    dpkg-deb warning that will trigger when the root directory is owned
    by a non-root user/group, which should catch also third party builds.
    
    Changing the default is also the better option, and friendlier for the
    packaging ecosystem to avoid requiring to set the R³ field to «no» for
    every package. It also removes the need for fakeroot, while a very
    helpful tool, it introduces a layer of run-time interposition that can
    affect builds and introduce regressions of its own, and needs to be
    kept in sync with the system libc.
    
    Proposed-by: Niels Thykier <niels@thykier.net>

 doc/spec/rootless-builds.txt                          | 6 ++++--
 man/deb-src-control.pod                               | 5 +++--
 man/dpkg-build-api.pod                                | 4 ++--
 man/dpkg-buildpackage.pod                             | 4 ++--
 scripts/Dpkg/BuildDriver/DebianRules.pm               | 6 +-----
 scripts/t/dpkg_buildpackage/test-source_0_all.hook    | 2 +-
 scripts/t/dpkg_buildpackage/test-source_0_any.hook    | 2 +-
 scripts/t/dpkg_buildpackage/test-source_0_binary.hook | 2 +-
 scripts/t/dpkg_buildpackage/test-source_0_full.hook   | 2 +-
 9 files changed, 16 insertions(+), 17 deletions(-)

commit 916fa148466cec6f47793d47177bd32dfb05e489
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 02:18:47 2024 +0100

    dpkg-deb: Add support for filesystem metadata checks
    
    This adds checks for unusual and/or unexpected ownership of the root
    directory for the to be built package.
    
    This will help catch invocations where the resulting filesystem metadata
    would be wrong and potentially a security issue, as the build has not
    been made with a root-equivalent runner, such as fakeroot, or preferably
    by passing the --root-owner-group option. This is part of the effort to
    default to rootless builds, and to try to help external packaging efforts
    that might not be using Debian tooling update their build scaffolding.

 src/at/deb-content.at | 26 +++++++++++++-------------
 src/at/deb-fields.at  |  6 +++---
 src/deb/build.c       | 25 +++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 16 deletions(-)

commit e42b5003266ab83676373b891ab85b4c6f2bfc55
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 10:19:48 2025 +0100

    Dpkg::OpenPGP::Backend: Add missing imports
    
    Fixes: commit 74a66a38ad4f84e228f86b335c63e58a76e3f717
    Closes: #1091990

 scripts/Dpkg/OpenPGP/Backend.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 95775dd3ea65e8282af6ed6687f7c7002ed67f18
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 00:42:39 2025 +0100

    man: Refer to --sign-keyid instead of --sign-key in DEB_SIGN_KEYID description
    
    When documenting the environment variable, use the preferred form for
    the option.

 man/dpkg-buildpackage.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1cb940072b486d2af754f8b9277b51f30c5733c5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 00:26:34 2025 +0100

    Dpkg::OpenPGP::Backend::Sequoia: Check whether we can use the key
    
    With newer sq, we can always use its keystore. So we need to check
    whether the key is usable with a keystore, instead of erroring out
    in case it requires one.
    
    Closes: #1091915

 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8eaf5f4502c279ee6d58a35a2918f321f3d6c31b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 00:34:42 2025 +0100

    Dpkg::OpenPGP::Backend::Sequoia: Handle all KeyHandle types in inline_sign()
    
    We need to handle all different KeyHandle types, and pass them to «sq»
    using the appropriate option for each type.
    
    Ref: #1091915

 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit a5f7fdad4ed22e81ca03ff45e555d3f5c81528ea
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 3 00:50:06 2025 +0100

    man: Bump version since Section and Priority fields have defaults
    
    The version listed was buggy and did not really properly support the
    missing fields. Bump the version to the current one which should support
    these defaults and the omission of these fields.
    
    Fixes: commit c6e27f5f27f73346509176ec83b3f11343685ba9
    Changelog: silent

 man/deb-changes.pod     | 2 +-
 man/deb-src-control.pod | 4 ++--
 man/dsc.pod             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit acccaa648c1c02e9c29f41938c38661b29ea5721
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 19:54:17 2025 +0100

    dpkg-genchanges: Set Section and Priority defaults even with no fields
    
    When we have no fields, that is precisely where setting the defaults is
    most important, and the initial purpose of these changes.
    
    Fixes: commit a365789d463aadaf6870abcb149a90e54cef988e
    Closes: #1091941
    Changelog: internal

 scripts/dpkg-genchanges.pl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 264b61081122c6724b27c93d3d6aadb99b112f1a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 19:52:22 2025 +0100

    dpkg-gencontrol: Add missing field name to warning message
    
    This was causing a Perl undefined variable usage diagnostic.
    
    Fixes: commit 0d472ec1751fe6b2e14eab3e6c691fc14deb8d02
    Ref: #1091941
    Changelog: internal

 scripts/dpkg-gencontrol.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 34893d4bb845bef152d0f245331ba21386c8419e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 23:44:26 2025 +0100

    scripts: When printing a field value quote it with double quotes
    
    If the value happens to be an empty string, or a word that could be
    confused for a part of the sentence, it makes the printed message
    very hard to parse. Quote the values so that it's more clear what's
    going on.

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

commit 32feead3450bc3d1f3b2cbd343fa87c75aeca702
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 14:40:22 2025 +0100

    dselect: Fix formatting for return in keybindings::find()
    
    Fixes: commit 5ab30303e4d1aa99aaef75790321bdce65a9505c
    Changelog: internal

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

commit 78814a4dec2b0c974dc822ca39637c5920356ce0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 13:11:22 2025 +0100

    dselect: Fix logic inversion in repeat search keybinding
    
    This was making the repeat search not work at all.
    
    Fixes: commit c11a69207d031b7d2260dd0108b91b27b22dea1e
    Changelog: internal

 dselect/basecmds.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 728281829adbcb7c7ae4320d68140c13da2c64ed
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 12:55:26 2025 +0100

    dselect: Update the search varbuf to account for the used size
    
    We pass the varbuf to an ncurses library function that will fill it up
    with user typed content, so we need to update its used size, so that
    subsequent functions are aware that the varbuf has content.
    
    Fixes: commit c11a69207d031b7d2260dd0108b91b27b22dea1e
    Closes: #1091898
    Changelog: internal

 dselect/basecmds.cc | 1 +
 1 file changed, 1 insertion(+)

commit abdca470d2cdcdc2cc0b244d75adb3a96f411a6c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 12:55:26 2025 +0100

    dselect: Make sure the search varbuf always has allocated space
    
    We need to pass this buffer to the ncurses library functions, which
    expect an allocated buffer. Make sure we allocate some space for it.
    
    Fixes: commit c11a69207d031b7d2260dd0108b91b27b22dea1e
    Ref: #1091898
    Changelog: internal

 dselect/basecmds.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c5d3093cffc47424984e28671d5a0d4661f28128
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 14:00:18 2025 +0100

    libdpkg: Do not call varbuf_init() from operator=()
    
    This can be called multiple times, and the varbuf_init() function is
    intended to be called only once, otherwise we will leak memory.
    
    Fixes: commit 19777c0f7fe274e7fdee3da7e428b63e3465dbc3

 lib/dpkg/varbuf.h | 1 -
 1 file changed, 1 deletion(-)

commit 70729b2125226a2481540009b6a17ea09c48370e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 14:21:15 2025 +0100

    libdpkg: Add test cases for varbuf C++ operators

 lib/dpkg/t/t-varbuf-cpp.cc | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

commit f99d5ebe3d3ff8c6a9363aacaa28d71bd6964e16
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 12:14:02 2025 +0100

    man: Clarify Section and Priority values usage tied to distribution policies
    
    Move the note about these fields being specified by distribution
    specific policies into each field description, instead of an out of
    list paragraph, which might not even render correctly, and seems a bit
    distracting and out of place.

 man/deb-control.pod     | 11 +++--------
 man/deb-src-control.pod |  9 +++------
 2 files changed, 6 insertions(+), 14 deletions(-)

commit 75db309d923ef8dafb840168f16b04d610f1e110
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 12:14:02 2025 +0100

    man: Clarify Priority values by mentioned known important and unknown ones
    
    The known important value was not mentioned in the field documentation,
    and clarify that besides the known values, other unknown ones can be
    used as well.

Notes:
    Changelog: s/by mentioned/by mentioning/

 man/deb-control.pod     | 6 ++----
 man/deb-src-control.pod | 4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

commit c6e27f5f27f73346509176ec83b3f11343685ba9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 04:25:41 2025 +0100

    man: Document the version since the Section and Priority fields have defaults
    
    Fixes: commit 0d472ec1751fe6b2e14eab3e6c691fc14deb8d02

 man/deb-changes.pod     | 3 ++-
 man/deb-src-control.pod | 6 ++++--
 man/dsc.pod             | 3 ++-
 3 files changed, 8 insertions(+), 4 deletions(-)

commit 46312b630a1bef66567bc88e598894eeaad29edf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 2 00:04:02 2025 +0100

    Bump version to 1.22.13

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 8637a76982aa1cf74c4be188b10a1ed1843fc858
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 1 23:44:12 2025 +0100

    Release 1.22.12

 debian/changelog | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 172 insertions(+), 3 deletions(-)

commit 7309f27209fb193b0df20f85c7c01113346ab848
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 1 23:27:27 2025 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   19 +-
 dselect/po/ca.po        |   37 +-
 dselect/po/cs.po        |   34 +-
 dselect/po/da.po        |   38 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |   21 +-
 dselect/po/el.po        |   35 +-
 dselect/po/es.po        |   38 +-
 dselect/po/et.po        |   23 +-
 dselect/po/eu.po        |   42 +-
 dselect/po/fr.po        |   41 +-
 dselect/po/gl.po        |   38 +-
 dselect/po/hu.po        |   23 +-
 dselect/po/id.po        |   42 +-
 dselect/po/it.po        |   50 +-
 dselect/po/ja.po        |   34 +-
 dselect/po/ko.po        |   34 +-
 dselect/po/nb.po        |   42 +-
 dselect/po/nl.po        |   34 +-
 dselect/po/nn.po        |   38 +-
 dselect/po/pl.po        |   42 +-
 dselect/po/pt.po        |   40 +-
 dselect/po/pt_BR.po     |   43 +-
 dselect/po/ro.po        |   35 +-
 dselect/po/ru.po        |   34 +-
 dselect/po/sk.po        |   38 +-
 dselect/po/sv.po        |   34 +-
 dselect/po/tl.po        |   34 +-
 dselect/po/vi.po        |   38 +-
 dselect/po/zh_CN.po     |   34 +-
 dselect/po/zh_TW.po     |   34 +-
 man/po/de.po            | 1384 +++++++++++++++++++-------------------
 man/po/dpkg-man.pot     |  636 +++++++-----------
 man/po/es.po            | 1191 ++++++++++++++++-----------------
 man/po/fr.po            | 1705 ++++++++++++++++++++++++++---------------------
 man/po/hu.po            |  904 +++++++++++--------------
 man/po/it.po            | 1122 ++++++++++++++-----------------
 man/po/ja.po            | 1270 +++++++++++++++++------------------
 man/po/nl.po            | 1390 ++++++++++++++++++++------------------
 man/po/pl.po            | 1239 ++++++++++++++++------------------
 man/po/pt.po            | 1353 +++++++++++++++++++------------------
 man/po/pt_BR.po         |  901 +++++++++++--------------
 man/po/ru.po            |  905 +++++++++++--------------
 man/po/sv.po            | 1558 +++++++++++++++++++++++++------------------
 man/po/zh_CN.po         |  896 +++++++++++--------------
 po/ast.po               |   47 +-
 po/bs.po                |   24 +-
 po/ca.po                |   54 +-
 po/cs.po                |   78 ++-
 po/da.po                |   50 +-
 po/de.po                |    6 +-
 po/dpkg.pot             |   26 +-
 po/dz.po                |   43 +-
 po/el.po                |   39 +-
 po/eo.po                |   50 +-
 po/es.po                |   58 +-
 po/et.po                |   31 +-
 po/eu.po                |   53 +-
 po/fr.po                |   50 +-
 po/gl.po                |   43 +-
 po/hu.po                |   33 +-
 po/id.po                |   47 +-
 po/it.po                |   50 +-
 po/ja.po                |   46 +-
 po/km.po                |   47 +-
 po/ko.po                |   47 +-
 po/ku.po                |   24 +-
 po/lt.po                |   31 +-
 po/mr.po                |   31 +-
 po/nb.po                |   51 +-
 po/ne.po                |   43 +-
 po/nl.po                |   82 ++-
 po/nn.po                |   39 +-
 po/oc.po                |   37 +-
 po/pa.po                |   40 +-
 po/pl.po                |   54 +-
 po/pt.po                |   50 +-
 po/pt_BR.po             |   70 +-
 po/ro.po                |   82 ++-
 po/ru.po                |   58 +-
 po/sk.po                |   46 +-
 po/sv.po                |   74 +-
 po/th.po                |   46 +-
 po/tl.po                |   35 +-
 po/tr.po                |   46 +-
 po/vi.po                |   50 +-
 po/zh_CN.po             |   54 +-
 po/zh_TW.po             |   50 +-
 scripts/po/ca.po        |  175 +++--
 scripts/po/de.po        |  167 +++--
 scripts/po/dpkg-dev.pot |   95 ++-
 scripts/po/es.po        |  143 ++--
 scripts/po/fr.po        |  195 +++---
 scripts/po/nl.po        |  179 +++--
 scripts/po/pl.po        |  164 +++--
 scripts/po/pt.po        |  177 +++--
 scripts/po/ru.po        |  148 ++--
 scripts/po/sv.po        |  187 ++++--
 98 files changed, 10783 insertions(+), 10387 deletions(-)

commit 0d472ec1751fe6b2e14eab3e6c691fc14deb8d02
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 05:10:19 2024 +0100

    scripts: Change and inject default value for Section and Priority fields
    
    When generating a DEBIAN/control, .dsc, .changes or a Sources repository
    metaindex, set the default values for the Section and Priority fields to
    «unknown» and «optional» respectively.
    
    For the Priority field, this means that the package maintainer does not
    longer need to add that field if it uses the default value, and only
    need to add it to override it.
    
    For the Section field, currently this only unifies its value when unset
    so that it always is «unknown» instead of sometimes being that and
    others being «-». In the future this makes way to be able to add some
    heuristics to auto-generate some more useful defaults.
    
    Proposed-by: Niels Thykier <niels@thykier.net> (for Priority)
    Proposed-by: Guillem Jover <guillem@debian.org> (for Section)

 man/deb-changes.pod                |  3 +++
 man/deb-src-control.pod            |  6 ++++++
 man/dsc.pod                        |  3 ++-
 scripts/Dpkg/Control/FieldsCore.pm |  4 ++--
 scripts/dpkg-genchanges.pl         | 10 ----------
 scripts/dpkg-gencontrol.pl         | 12 +++++++++++-
 scripts/dpkg-scansources.pl        |  9 +++++----
 scripts/dpkg-source.pl             |  3 ++-
 scripts/t/Dpkg_Control_Fields.t    |  4 ++--
 9 files changed, 33 insertions(+), 21 deletions(-)

commit 6290e30ac07cb81c959a633e1bb22e29930cb998
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 05:08:26 2024 +0100

    scripts: Switch to use the default per field value for Section and Priority
    
    This centralizes the default value for these fields into the
    Dpkg::Control::FieldsCore module. Although we cannot yet use that
    default from dpkg-source as that currently uses a different value.

 scripts/Dpkg/Control/FieldsCore.pm | 2 ++
 scripts/dpkg-genbuildinfo.pl       | 2 +-
 scripts/dpkg-genchanges.pl         | 6 +++---
 scripts/dpkg-gencontrol.pl         | 2 +-
 scripts/t/Dpkg_Control_Fields.t    | 8 ++++----
 5 files changed, 11 insertions(+), 9 deletions(-)

commit 0286be37b54cb43263e9f0065ce76db1d005dc26
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 03:32:29 2024 +0100

    Dpkg::Control::FieldsCore: Add new field_get_default_value() function
    
    This function will make it possible to centralize default values for
    fields, so that we can change it in one place instead of every place
    where the field is being used.

 scripts/Dpkg/Control/FieldsCore.pm | 21 ++++++++++++++++++++-
 scripts/t/Dpkg_Control_Fields.t    |  9 ++++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

commit a365789d463aadaf6870abcb149a90e54cef988e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 04:37:34 2024 +0100

    scripts: Unify handling of default Priority and Section values
    
    Track and handle these fields in a single hash, so that we can apply
    similar logic to both of them without having to repeat the same code
    for each field.

 scripts/dpkg-genbuildinfo.pl |  8 ++++---
 scripts/dpkg-genchanges.pl   | 52 ++++++++++++++++++++------------------------
 scripts/dpkg-gencontrol.pl   |  9 +++++---
 3 files changed, 34 insertions(+), 35 deletions(-)

commit cae0d73b2eddbeb958f02f0e98d46d92af162319
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 04:39:27 2024 +0100

    dpkg-source: Generalize Package-List field attributes handling
    
    Instead of storing each attribute into its own variable, use a hash and
    then format the attribute list from that. This means adding new
    attributes in the future will only be a matter of formatting the value
    and assigning it to the key name to use on the output.

Notes:
    Changelog: internal

 scripts/dpkg-source.pl | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)

commit 0b90ad017637f945b1e2d78c626e94a1020d6487
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 1 21:20:51 2025 +0100

    build: Remove reference to removed debian/bug-script
    
    Fixes: commit 7633a469d6b8bb48b419091ff1b4fb1e45a4e24e
    Changelog: silent

 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

commit 12e3bc2991ac27f73545a246bb95b84fb8d262c9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 02:07:53 2024 +0100

    scripts: Remove dpkg-fsys-usrunmess program
    
    This program has been moved elsewhere.

 debian/README.bug-usertags     |   2 -
 debian/dpkg.lintian-overrides  |   2 -
 debian/rules                   |  20 --
 man/Makefile.am                |   2 -
 man/dpkg-fsys-usrunmess.pod    | 190 -------------
 man/po/po4a.cfg                |   1 -
 scripts/.gitignore             |   1 -
 scripts/Makefile.am            |   5 -
 scripts/dpkg-fsys-usrunmess.pl | 631 -----------------------------------------
 9 files changed, 854 deletions(-)

commit 2ee46ac3a0de739a399f06175bc8b449f1d02eaf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 1 19:04:54 2025 +0100

    Dpkg::Vendor::Debian: Remove merged-/usr taint logic
    
    Now that Debian has done more or less a "proper" /usr-move, where the
    symlinks are actually provided by a package, and all packages install
    on the canonical location, where the packaging system should not incur
    in aliasing, the warning does no longer serve much of a purpose, as
    any derivative will be picking up the same changes.
    
    Aliasing from external packages can still occur, but banning that will
    be implemented via filesystem metadata tracking, once those changes can
    be deployed and are not guaranteed to fail due to file type conflicts
    due to the previous /usr-merge approach.
    
    Aliasing from the filesystem is still problematic, but that should now
    be either a UI issue or a reliability issue for other tools to deal
    with.

 man/deb-buildinfo.pod         | 13 -------------
 scripts/Dpkg/Vendor/Debian.pm | 10 ----------
 2 files changed, 23 deletions(-)

commit 7633a469d6b8bb48b419091ff1b4fb1e45a4e24e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 04:27:31 2024 +0100

    debian: Remove merged-/usr warning logic
    
    Now that Debian has done more or less a "proper" /usr-move, where the
    symlinks are actually provided by a package, and all packages install
    on the canonical location, where the packaging system should not incur
    in aliasing, the warning does no longer serve much of a purpose, as
    any derivative will be picking up the same changes.
    
    Aliasing from external packages can still occur, but banning that will
    be implemented via filesystem metadata tracking, once those changes can
    be deployed and are not guaranteed to fail due to file type conflicts
    due to the previous /usr-merge approach.
    
    Aliasing from the filesystem is still problematic, but that should now
    be either a UI issue or a reliability issue for other tools to deal
    with.
    
    Closes: #1061718

 debian/bug-script    | 47 -----------------------------------------------
 debian/dpkg.postinst | 45 ---------------------------------------------
 2 files changed, 92 deletions(-)

commit 3b0915de68e4b3c6cbc425b0df1cab2d91cddfc9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 02:03:37 2024 +0100

    Remove dpkg-error.sh boilerplate
    
    We do not need the program and color setup boilerplate which is now
    handled automatically by the script itself.
    
    Changelog: internal

 debian/dpkg.postinst           | 2 --
 src/dpkg-db-backup.sh          | 3 ---
 src/dpkg-db-keeper.sh          | 3 ---
 src/dpkg-maintscript-helper.sh | 3 ---
 4 files changed, 11 deletions(-)

commit 7a897c1df718c93ff8cfaccfca17b24f1ca083f5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 01:55:05 2024 +0100

    src/sh: Move setup_colors() contents into dpkg-error.sh script scope
    
    The function was not written to handle being called multiple times to
    perform different setups based on different inputs. Any script sourcing
    this file was required to call this function as it setups variables
    used by the various functions, which is unnecessary boilerplate that
    we can get rid of.
    
    Preserve an empty setup_colors() function for backwards compatibility
    with code calling it.

 src/sh/dpkg-error.sh | 56 ++++++++++++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

commit 5d8b343237767391f451d32b5eea0160506305ed
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 01:54:26 2024 +0100

    src/sh: Add a default PROGNAME to dpkg-error.sh
    
    We require a program name for the various functions to work correctly.
    Make sure we have something available at all times.

 src/sh/dpkg-error.sh | 3 +++
 1 file changed, 3 insertions(+)

commit d816ddf670e215baf9a4c94e23f50f521fa7241c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 19 01:27:38 2024 +0100

    build: Add a new changelog section for the shell library

 build-aux/gen-changelog | 5 +++++
 1 file changed, 5 insertions(+)

commit feb1fef88bc93d37640298416147c5ec3e96af99
Author: Paulo Henrique de Lima Santana <phls@debian.org>
Date:   Tue Dec 31 23:42:58 2024 +0100

    po: Update Brazilian Portuguese programs translation
    
    Closes: #1091450
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/pt_BR.po | 6337 ++++++++++++++++++-----------------------------------------
 1 file changed, 1901 insertions(+), 4436 deletions(-)

commit c6464c6fce3f36cf5f1361b0a9848c523439d727
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 1 18:57:40 2025 +0100

    dpkg-buildpackage: Fix typo in hint
    
    Fixes: commit 80c5c9d43896eef795a988cb080ff31ed8776172
    Spotted-by: Matthias Urlichs <matthias@urlichs.de>
    Changelog: silent

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4f909455d054eca03e8f09da34ae6b7c2aa5e8a4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 04:09:18 2024 +0100

    Dpkg::OpenPGP::Backend::SOP: Use the parent class armor/dearmor implementations
    
    We cannot use the SOP armor/dearmor interfaces, because concatenated
    ASCII Armor is not a well supported construct, which not all SOP
    implementations support. But we still need to handle this given the
    data we are managing. Remove these implementations for now and use
    the generic parent implementations. Once we can guarantee that our
    data has been sanitized, then we could switch back to use pure SOP
    interfaces.

 scripts/Dpkg/OpenPGP/Backend/SOP.pm | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

commit 74a66a38ad4f84e228f86b335c63e58a76e3f717
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 04:03:09 2024 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Move armor/dearmor implementation to base class
    
    This is generic OpenPGP code, which we need for other backends to be
    able to support concatenated ASCII Armor blocks.

 scripts/Dpkg/OpenPGP/Backend.pm       |  97 ++++++++++++++++++++++++++++-
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 111 +---------------------------------
 2 files changed, 98 insertions(+), 110 deletions(-)

commit a7061477631804f808dc77e91a1e34585f2f71fd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 04:14:15 2024 +0100

    Revert "Dpkg::OpenPGP::Backend::GnuPG: Fallback to use «gpg dearmor» if present"
    
    This reverts commit b698489dbe1ce237089038f6fd61138aa1638c43.
    
    Now that we support concatenated ASCII Armor, we can stop calling gpg
    for its dearmor support.

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

commit 0264c870f8e338f2c049ca79912745b55e1ce5f2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 04:09:44 2024 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Handle and warn on concatenated ASCII Armor blocks
    
    There are many "keyrings" in Debian source packages that contain
    concatenated ASCII Armor blocks, which are problematic for interop,
    but not supporting them now is a clear regression.
    
    For now adapt the code to cope with those, and emit a warning and
    hint on how that can be fixed. We cannot use SOP in the hint example,
    precisely due to the interop concerns, we use «sq» because that's
    the easiest and more ergonomic way to merge the certificates.

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

commit 8c7737461b990ae1b4db5cfc6f5df9087c976343
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 04:21:58 2024 +0100

    dpkg-buildpackage: Switch unmet dependency abort message from warning to error
    
    This is an error condition, do not emit it as if it was just a warning,
    which seems confusing.

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 04e4a8129e62a058951f53ff5c349071bab96c95
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 04:13:15 2024 +0100

    dpkg-checkbuilddeps: Improve unmet dependency error messages
    
    Lower case them to conform to the overall project error messages style,
    and expand the error for build conflicts to also mention these are
    unmet.

 scripts/dpkg-checkbuilddeps.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 80c5c9d43896eef795a988cb080ff31ed8776172
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 28 03:43:05 2024 +0100

    dpkg-buildpackage: Reword hint on unsatisfied dependencies
    
    Guiding unsuspecting users to disable the dependency checks will in most
    cases not do what people expect, when what they should be doing instead
    is to install missing dependencies and remove conflicting ones.
    
    Closes: #817955

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c107aecd663dc142398407636b4936ce15085401
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 00:23:02 2024 +0100

    scripts: Switch messages to be hints
    
    This makes the function calls provide a unified output, and will make it
    possible to disable hints, if the users does not want to see them.

 scripts/Dpkg/Source/Package/V2.pm |  4 ++--
 scripts/dpkg-buildpackage.pl      |  2 +-
 scripts/dpkg-shlibdeps.pl         | 11 ++++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

commit 621de6ecfa78a1380f6d8b9d39453f91b9df80a7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 04:08:38 2024 +0100

    Dpkg::ErrorHandling: Add support for hint printing
    
    This will make it possible to provide hints for the user so that they
    can perform some action prompted by diagnostics printed by dpkg tools.

 scripts/Dpkg/ErrorHandling.pm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 310da86e14d6c1659a808c3fc6299a6ecef93f4e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 04:04:17 2024 +0100

    Dpkg::OpenPGP::Backend: Remove references to fixed gosop issues
    
    These were blockers for the gosop inclusion, but were already fixed
    when the gosop support was added here. Remove the references.
    
    Fixes: commit 589485b1242da5debca487307759783511456d9b
    Changelog: silent

 scripts/Dpkg/OpenPGP/Backend/SOP.pm | 4 ----
 1 file changed, 4 deletions(-)

commit 8b37608eae29018ce88c8f1f9021f914c5f99bdc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 04:22:59 2024 +0100

    man: Use «must» instead of «should» for mandatory behavior
    
    The behavior described is mandatory, as the tools currently will fail
    hard when not following them.
    
    Ref: https://bugs.debian.org/1089794
    Requested-by: Niels Thykier <niels@thykier.net>

 man/deb-src-control.pod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 1a06485a77983e2471ec761a0f9bf02a921a8761
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 31 19:40:17 2024 +0200

    dpkg-buildtree: Add new command is-rootless
    
    This new command can be used to query whether the build tree requires
    root to build or can be built with no root privileges.
    
    This is useful for build frontends that might need to know whether they
    have to install additional gain-root-command packages to be able to
    build the sources.
    
    Suggested-by: Niels Thykier <niels@thykier.net>

 man/dpkg-buildtree.pod                             |  9 +++
 scripts/Dpkg/BuildTree.pm                          | 18 ++++++
 scripts/Makefile.am                                |  6 ++
 scripts/dpkg-buildtree.pl                          | 12 +++-
 scripts/t/dpkg_buildtree.t                         | 71 ++++++++++++++++++++++
 .../dpkg_buildtree/src-build-api-v0/debian/control |  6 ++
 .../dpkg_buildtree/src-build-api-v1/debian/control |  6 ++
 .../src-rrr-binary-targets/debian/control          |  5 ++
 .../dpkg_buildtree/src-rrr-missing/debian/control  |  4 ++
 scripts/t/dpkg_buildtree/src-rrr-no/debian/control |  5 ++
 10 files changed, 140 insertions(+), 2 deletions(-)

commit 2d4d2f8e3ad4aeb9758774745b70f28b46c9f57f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 31 19:40:17 2024 +0200

    Dpkg::BuildDriver::DebianRules: Handle missing root_cmd option
    
    Initialize the root_cmd option as an empty list if it did not get passed
    into the constructor.

 scripts/Dpkg/BuildDriver/DebianRules.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 60135413d1cb5f176716101a4f3263fb8792f2e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 28 02:47:30 2024 +0100

    Cast char to unsigned char for ctype functions
    
    Whether char is signed or unsigned is platform specific. The ctype
    functions take an int, but passing a negative number other than EOF
    is undefined. Thus we cannot simply pass an element from a «char *»,
    we need to cast it to «unsigned char» to make sure we are only ever
    passing valid values.
    
    Warned-by: gcc on NetBSD
    Changelog: internal

 lib/dpkg/t/t-path.c         | 2 +-
 utils/start-stop-daemon.c   | 4 ++--
 utils/update-alternatives.c | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit bf3667add80e91bbdb2f4f2f6fe378f397ce1673
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 27 18:23:21 2024 +0100

    dselect: Mark assignment inside baselist::kd_search() as a move assignment
    
    Warned-by: coverity
    Cangelog: internal

Notes:
    Changelog: internal

 dselect/basecmds.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 661c242acdd65180d5b82eaf111bbdf121f2d3c2
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Dec 25 09:07:52 2024 +0100

    po: Update German dselect translation
    
    Update to 264t.

 dselect/po/de.po | 43 ++++++++++++++++++++-----------------------
 1 file changed, 20 insertions(+), 23 deletions(-)

commit 3d832406dc767d00b2a0c05b0c5ef1527e44e41a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 25 03:50:52 2024 +0100

    dselect: Do not pass non-POD types to functions with variadic arguments
    
    This is supported by some compilers but not all of them, and the C++
    standard specifies that the behavior is implementation defined.
    
    Fixes: commit 8d628d3e86b78c35795f39f5a7b40f3b91281114
    Fixes: commit a7936e01f2ef3e566d17c9e1cdf3eb6da80044b6
    Warned-by: clang-19
    Changelog: silent

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

commit 322971e3caf1c0ab5e37ef0d7e19e196126bcf30
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 18 13:13:10 2024 +0100

    scripts/mk: Add support for new DEB_VERSION_EPOCH and DEB_VERSION_REVISION
    
    This completes the parts of the source variable we are exposing via
    variables. This should make it possible to use these variables without
    having to call dpkg-parsechangelog directly.
    
    Closes: #1088244

 scripts/mk/pkg-info.mk   | 12 ++++++++++++
 scripts/t/mk/pkg-info.mk |  4 ++++
 2 files changed, 16 insertions(+)

commit c3eef3de424b3981aee23d31f0d00faa7a58213c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 04:21:48 2024 +0100

    scripts/mk: Clarify format for version variables from pkg-info.mk
    
    Describe more clearly what kind of value each variable will contain,
    with the generic format and a concrete example.
    
    Ref: #1088244

 scripts/mk/pkg-info.mk | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

commit 2c9d5c31e96a90ab28e4c34119b8ff84236f8991
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 18 12:55:14 2024 +0100

    scripts/mk: Capitalize variable descriptions
    
    These are sentences ending with a dot, so they should be capitalized.

 scripts/mk/buildflags.mk | 40 ++++++++++++++++++++--------------------
 scripts/mk/buildopts.mk  |  2 +-
 scripts/mk/buildtools.mk | 16 ++++++++--------
 scripts/mk/pkg-info.mk   | 16 ++++++++--------
 scripts/mk/vendor.mk     |  4 ++--
 5 files changed, 39 insertions(+), 39 deletions(-)

commit a7936e01f2ef3e566d17c9e1cdf3eb6da80044b6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 14 19:00:01 2024 +0200

    dselect: Use varbuf instead of strcpy()
    
    Warned-by: gcc on OpenBSD and macOS
    Changelog: silent

 dselect/methlist.cc  | 14 +++++++-------
 dselect/method.h     |  7 ++++---
 dselect/methparse.cc | 28 +++++++++++-----------------
 3 files changed, 22 insertions(+), 27 deletions(-)

commit 8d628d3e86b78c35795f39f5a7b40f3b91281114
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 05:12:00 2024 +0200

    dselect: Switch to use varbufs instead of sprintf for method parser
    
    Warned-by: gcc on OpenBSD and macOS
    Changelog: internal

 dselect/method.cc    |  12 ++++--
 dselect/method.h     |   2 +-
 dselect/methparse.cc | 117 ++++++++++++++++++++++++++-------------------------
 3 files changed, 68 insertions(+), 63 deletions(-)

commit e68366c95ff6b1cc5b489d319795a98160168cfa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 14 02:44:35 2024 +0200

    dselect: Use file_slurp() instead of open-coding it
    
    We are slurping the download method description file, and can use the
    existing file_slurp() function for that.
    
    Changelog: internal

 dselect/methparse.cc | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)

commit fe44a3010b2b88d28bc79a233ddbc094d8c1ac7e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 05:12:00 2024 +0200

    dselect: Switch to use varbufs instead of sprintf for describemany()
    
    Warned-by: gcc on OpenBSD and macOS
    Changelog: internal

 dselect/pkglist.h |  2 +-
 dselect/pkgtop.cc | 64 ++++++++++++++++++++++++-------------------------------
 2 files changed, 29 insertions(+), 37 deletions(-)

commit c11a69207d031b7d2260dd0108b91b27b22dea1e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 05:12:00 2024 +0200

    dselect: Switch to use varbufs instead of sprintf for searchstring
    
    Warned-by: gcc on OpenBSD and macOS
    Changelog: internal

 dselect/basecmds.cc | 27 +++++++++++++++------------
 dselect/baselist.cc |  4 ++--
 dselect/dselect.h   |  4 ++--
 dselect/pkglist.cc  | 16 ++++++++--------
 dselect/pkglist.h   |  2 +-
 5 files changed, 28 insertions(+), 25 deletions(-)

commit 5ab30303e4d1aa99aaef75790321bdce65a9505c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 05:12:00 2024 +0200

    dselect: Switch to use varbufs instead of sprintf in keybindings
    
    Warned-by: gcc on OpenBSD and macOS
    Changelog: internal

 dselect/baselist.cc |  4 ++--
 dselect/bindings.cc | 17 +++++++++++------
 dselect/bindings.h  |  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)

commit 7f320dfdfd802bab9e35099845dd1560d141b3d9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 04:52:30 2024 +0200

    libdpkg: Add new varbuf_array() and C++ operator[] methods
    
    We want to be able to replace current raw pointer usage, which accesses
    those pointers as arrays. We add these methods so that we can switch the
    code to use varbuf, while at the same time, making it safer to use, as
    the new code will have built-in range checks.

 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/varbuf.c    | 10 ++++++++++
 lib/dpkg/varbuf.h    | 16 ++++++++++++++++
 3 files changed, 27 insertions(+)

commit 73f77c972f5709bbccdf8fba137f021b7ce09bf2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 11 05:00:25 2024 +0200

    libdpkg: Add new varbuf C++ move constructors

 lib/dpkg/varbuf.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 19777c0f7fe274e7fdee3da7e428b63e3465dbc3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 15:01:49 2024 +0200

    libdpkg: Add new varbuf C++ copy constructors

 lib/dpkg/varbuf.h | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 179b96cb180894e3cc7169fb2ed454e445e5f8c7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 22:09:37 2024 +0200

    libdpkg: Add new varbuf_swap() function
    
    This will be used mainly to implement the C++ move semantics.

 lib/dpkg/libdpkg.map | 1 +
 lib/dpkg/varbuf.c    | 9 +++++++++
 lib/dpkg/varbuf.h    | 1 +
 3 files changed, 11 insertions(+)

commit 4edca4ad5f69c7be1ef178248e6d95bfb04e6875
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:56:07 2024 +0200

    libdpkg: Add new varbuf C++ len() method

 lib/dpkg/varbuf.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 9fa852980593e27c9e66720df235125940e447bb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:46:00 2024 +0200

    libdpkg: Remove varbuf C++ operator() methods
    
    These are very confusing as they resemble constructors. We have switched
    the code to use operator+= methods instead which make the code and
    intention way more clear.

 lib/dpkg/varbuf.h | 14 --------------
 1 file changed, 14 deletions(-)

commit 3ed7438c4c9f8180774e5b4fbefe7d3fc4483b18
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:45:43 2024 +0200

    dselect: Switch from operator() to operator+=
    
    These are very confusing as they resemble constructors.
    
    Changelog: internal

 dselect/baselist.cc   |  2 +-
 dselect/methlist.cc   |  2 +-
 dselect/methparse.cc  |  6 +++---
 dselect/pkgdepcon.cc  |  4 ++--
 dselect/pkginfo.cc    | 11 +++++------
 dselect/pkgsublist.cc | 34 +++++++++++++++++-----------------
 6 files changed, 29 insertions(+), 30 deletions(-)

commit f259b414d701c4d5996227a1612a56c94e90585c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:34:46 2024 +0200

    libdpkg: Add new varbuf C++ operator+= methods

 lib/dpkg/varbuf.h | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit 7fd5d9c99f50cb9eec402aeff5870ad63193db73
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:34:29 2024 +0200

    libdpkg: Add new varbuf C++ constructor initialized from a C string
    
    This will make it more ergonomic to declare varbufs in C++ code.

 lib/dpkg/varbuf.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit ccf4acac49f9c499670ff33cb7132b17934a97cf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 15:57:33 2024 +0200

    test: Add tests for varbuf C++ API

 lib/dpkg/Makefile.am       |   5 +
 lib/dpkg/t/.gitignore      |   1 +
 lib/dpkg/t/t-varbuf-cpp.cc | 558 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 564 insertions(+)

commit 35449494e0fe370edf745d4d8eaa8513d28970fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 02:37:50 2024 +0200

    libdpkg: Add new varbuf_state C++ methods for all functions
    
    This should make using varbuf_state from a C++ codebase more ergonomic.

 lib/dpkg/varbuf.h | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit 4471092c0dda1320424ab60692960c6b2a61dfaf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 8 04:20:33 2024 +0200

    libdpkg: Add new varbuf C++ methods for all functions
    
    This should make using varbuf from a C++ codebase more ergonomic.

 lib/dpkg/varbuf.h | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 162 insertions(+)

commit 2fecaf7cbf3824fffd6f880f3f28d6120acf011e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:35:28 2024 +0200

    libdpkg: Rename varbuf::string() to varbuf::str()
    
    Makes the function shorter, and as easy to understand given the context.

 dselect/baselist.cc   |  2 +-
 dselect/main.cc       |  4 ++--
 dselect/methparse.cc  | 12 ++++++------
 dselect/pkgdepcon.cc  |  2 +-
 dselect/pkginfo.cc    | 14 +++++++-------
 dselect/pkgsublist.cc |  6 +++---
 lib/dpkg/varbuf.h     |  4 ++--
 7 files changed, 22 insertions(+), 22 deletions(-)

commit d12ebb1f159c0aeeffa943ad8b5329607f3b934e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 23 02:33:51 2024 +0200

    libdpkg: Switch varbuf::reset() to use varbuf_reset()
    
    Instead of open-coding the implementation (even if it's trivial), reuse
    the C one, which we do for all other methods.

 lib/dpkg/varbuf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7ecc6ad0be8c9ec957fb6f7cbe1ddff08d53a0e0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 15:57:06 2024 +0200

    test: Mark variables around longjmp() as volatile
    
    The longjmp() function might change CPU registers, and if the compiler
    assumes it can take the values for these local variables directly from
    the registers, they might end up being wrong.

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

commit 72805baa9dd49fee62b757e5225d78d90966c08e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 21:03:08 2024 +0200

    Use snprintf() instead of sprintf()
    
    For many of the callers, the current usage is supposed to be safe
    already, but some could be problematic either due to translated strings
    being longer than expected, or data types growing in size in the future
    and taking more output space.
    
    Warned-by: gcc on OpenBSD and macOS
    Changelog: internal

 lib/compat/strerror.c     |  2 +-
 lib/compat/strsignal.c    |  2 +-
 lib/dpkg/buffer.c         |  2 +-
 lib/dpkg/execname.c       |  8 ++++----
 lib/dpkg/path.c           |  2 +-
 src/deb/build.c           |  6 +++---
 src/main/enquiry.c        |  4 ++--
 utils/start-stop-daemon.c | 10 +++++-----
 8 files changed, 18 insertions(+), 18 deletions(-)

commit c4cdb5e104120d3cb70699d122a9c22ea065b2de
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 20:20:38 2024 +0200

    dpkg: Replace sprintf() usage with a varbuf in depisok()
    
    This removes a statically sized stack variable.
    
    Changelog: internal

 src/main/depcon.c | 149 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 80 insertions(+), 69 deletions(-)

commit 2a51fb01f16f6687c63e5c7e07e054348dc43d18
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 02:40:30 2024 +0200

    libdpkg: Rename varbuf C++ *fmt() methods to add_*fmt()
    
    Also rename the _fmt arguments to fmt, and va to args.

 dselect/main.cc   | 10 +++++-----
 lib/dpkg/varbuf.h | 26 +++++++++++++++-----------
 2 files changed, 20 insertions(+), 16 deletions(-)

commit a57f686211868fc7c734dfe78e0a8f56943991e4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 20:19:56 2024 +0200

    Replace varbuf_*printf() with varbuf_add_*fmt()
    
    Changelog: internal

 lib/dpkg/compress.c   |  4 +--
 lib/dpkg/dbmodify.c   |  4 +--
 lib/dpkg/error.c      |  4 +--
 lib/dpkg/log.c        |  2 +-
 lib/dpkg/parsehelp.c  |  4 +--
 lib/dpkg/pkg-format.c |  4 +--
 lib/dpkg/t/t-varbuf.c | 10 +++---
 lib/dpkg/varbuf.h     |  2 --
 src/deb/build.c       |  4 +--
 src/main/depcon.c     | 28 ++++++++--------
 src/main/packages.c   | 88 +++++++++++++++++++++++++--------------------------
 11 files changed, 76 insertions(+), 78 deletions(-)

commit bdfd3133c7eff5d51a5543448c9df76f59b64c15
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 20:17:52 2024 +0200

    Replace varbuf_reset()+varbuf_*printf() with varbuf_set_*fmt()
    
    Changelog: internal

 lib/dpkg/log.c       |  3 +--
 lib/dpkg/parsehelp.c | 12 +++++-------
 src/deb/build.c      |  6 ++----
 src/deb/info.c       |  9 +++------
 src/divert/main.c    | 22 +++++++++-------------
 src/split/split.c    | 23 ++++++++++-------------
 6 files changed, 30 insertions(+), 45 deletions(-)

commit 01cf8c303c3f786ea059eb0eb217397d966e0c29
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 19:57:26 2024 +0200

    dpkg: Switch from varbuf_reset()+varbuf_add_str() to varbuf_set_str()
    
    We can simplify the calls by using the set function.
    
    Changelog: internal

 src/main/archives.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit 2294b1ae6f0b47d000105f3d677d7b16341a1e7a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 16:00:07 2024 +0200

    libdpkg: Add new varbuf_set_*fmt() functions

 lib/dpkg/libdpkg.map |  2 ++
 lib/dpkg/varbuf.c    | 20 ++++++++++++++++++++
 lib/dpkg/varbuf.h    |  4 ++++
 3 files changed, 26 insertions(+)

commit 6f0c6d88b6c0c59e4f2a16369685beba21c0e2b0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 15:24:00 2024 +0200

    libdpkg: Rename varbuf_*printf() to varbuf_add_*fmt()
    
    The new function names make it clear that we are adding the formatted
    strings into the varbuf, which will give room to add formatted set
    variants, without using confusing names.

 lib/dpkg/libdpkg.map |  4 ++--
 lib/dpkg/varbuf.c    |  6 +++---
 lib/dpkg/varbuf.h    | 14 ++++++++------
 3 files changed, 13 insertions(+), 11 deletions(-)

commit 0746b6a92482f55b16310e519ed4773399775e65
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 06:39:08 2024 +0200

    libdpkg: Rename varbuf_rollback_start() to varbuf_rollback_end()
    
    This returns a pointer to the end of the string after a rollback, not
    the start.

 lib/dpkg/dbmodify.c   |  4 ++--
 lib/dpkg/libdpkg.map  |  2 +-
 lib/dpkg/t/t-varbuf.c | 14 +++++++-------
 lib/dpkg/varbuf.c     |  2 +-
 lib/dpkg/varbuf.h     |  2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 1afce6eeff287c7d50412b34fd02b3d8bed8c3c2
Author: Santiago Vila <sanvila@debian.org>
Date:   Tue Dec 17 04:33:11 2024 +0100

    Dpkg::BuildInfo: Add GNUMAKEFLAGS as an allowed environment variable
    
    This variable affects the make(1) behavior, so it's important to track
    it for reproducible purposes.
    
    [guillem@debian.org: Update test suite. ]
    
    Closes: #1090337
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/BuildInfo.pm  | 1 +
 scripts/t/Dpkg_BuildInfo.t | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 42a5742fc7e8bdc713788afd97ef84de0f1f8e6e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 00:09:11 2024 +0100

    Dpkg::Vendor: Remove backwards compatibility module and origin name mangling
    
    The naming for origin files and vendor Perl modules was rationalized
    during the 1.21.x release cycle, and was slated for removal in the
    1.22.x release cycle (the current one).
    
    The code has been emitting warnings when using the affected names, and
    the documentation has mentioned this as well.
    
    It seems safe to remove the backwards compatibility code.

 man/deb-origin.pod     | 11 ----------
 scripts/Dpkg/Vendor.pm | 57 ++++++--------------------------------------------
 2 files changed, 6 insertions(+), 62 deletions(-)

commit 4d12a2ebbc861398b43b069667497fdfec112100
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 21 06:10:34 2024 +0100

    Dpkg::Archive::Ar: Copy only the number of bytes we have read
    
    When copying from filehandle to filehandle, we should only write the
    amount of bytes we have read in the previous call.

 scripts/Dpkg/Archive/Ar.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4af26951f2753c4a50a838342bfe881d8265e3f2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 4 23:53:20 2024 +0100

    build: Do not use an obsolete x prefix for shell test checks
    
    We are expecting a conformant POSIX shell to be available in the
    system, coping with broken system shells at configure only delays
    the point where breakage will be detected.
    
    In any case all currently supported ports have POSIX compliant
    shells, and that's the minimum to expect from new ones.

 configure.ac         |  8 ++++----
 doc/coding-style.txt |  4 ++--
 m4/dpkg-arch.m4      |  6 +++---
 m4/dpkg-build.m4     |  6 +++---
 m4/dpkg-compiler.m4  | 24 ++++++++++++------------
 m4/dpkg-coverage.m4  |  4 ++--
 m4/dpkg-funcs.m4     | 18 +++++++++---------
 m4/dpkg-libs.m4      | 44 ++++++++++++++++++++++----------------------
 m4/dpkg-linker.m4    |  6 +++---
 m4/dpkg-progs.m4     |  8 ++++----
 m4/dpkg-types.m4     |  4 ++--
 11 files changed, 66 insertions(+), 66 deletions(-)

commit d5abe57f15d2c04acff60ff12d04a9aa41c41a36
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Dec 4 17:35:16 2024 +0100

    po: Update German programs translation
    
    Update to 1195t.

 po/de.po | 47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

commit 91c8d603ccb915cfe18e05e6635a80fe48a9a27f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 4 08:41:19 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 60 insertions(+), 7 deletions(-)

commit caab36482c43f8990a543ba4abd6e71ff848788b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 3 23:49:37 2024 +0100

    man: Document purpose of origin files and how they tie to packages
    
    The documentation was not exactly clear on what the purpose of these
    files was, nor how the files tie with packages.
    
    Ref: https://github.com/grml/grml-debian-keyring/issues/7

 man/deb-origin.pod  | 11 +++++++++--
 man/dpkg-vendor.pod | 15 +++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 6cb80e4dea0b50d532ae94f7b051270168a4e69c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Dec 3 17:56:08 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 52 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 21 deletions(-)

commit d3195b7f618ce0aa8c6b09178c6175460742c22d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 3 06:03:37 2024 +0100

    dpkg-trigger: Initialize opt_act to 1
    
    After inverting the sense of the boolean variable, we should have
    initialized it to 1, from the previous implicit 0, otherwise we default
    to dry-run mode.
    
    Fixes: commit faebdfb31c2f354562c348760aa38539d5c948a4
    Changelog: silent

 src/trigger/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6214b53074a40b8da0a4e82e553a71819522e9e9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 3 02:38:58 2024 +0100

    dpkg: Unify package and version printing format to «package (version)»
    
    This follows the same pattern as with other progress and informational
    messages, so that it is visually easier to recognize this pattern.

 src/main/archives.c  | 14 +++++++-------
 src/main/configure.c |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

commit a9b22de4db4d42417c4cac74e7e537f48284e731
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 02:46:08 2024 +0100

    perl: Remove function prototypes
    
    These have many issues, perform implicit context coercion which can
    be rather surprising for callers, and are incompatible with function
    signatures, which we'll be using once the minimum Perl version
    supporting them has been bumped in our coding style baseline.

 dselect/methods/Dselect/Method.pm  |  2 +-
 dselect/methods/ftp/install.pl     | 12 +++++------
 dselect/methods/ftp/setup.pl       |  2 +-
 scripts/Dpkg/Arch.pm               | 44 +++++++++++++++++++-------------------
 scripts/Dpkg/Checksums.pm          |  6 +++---
 scripts/Dpkg/Control/FieldsCore.pm | 28 ++++++++++++------------
 scripts/Dpkg/ErrorHandling.pm      | 16 +++++++-------
 scripts/Dpkg/Lock.pm               |  2 +-
 scripts/Dpkg/Package.pm            |  2 +-
 scripts/Dpkg/Path.pm               | 18 ++++++++--------
 scripts/Dpkg/Source/Functions.pm   |  4 ++--
 scripts/Dpkg/Vendor.pm             | 10 ++++-----
 scripts/Dpkg/Version.pm            | 14 ++++++------
 scripts/dpkg-ar.pl                 |  4 ++--
 scripts/dpkg-architecture.pl       |  2 +-
 scripts/dpkg-buildapi.pl           |  4 ++--
 scripts/dpkg-checkbuilddeps.pl     |  2 +-
 scripts/dpkg-fsys-usrunmess.pl     |  2 +-
 scripts/dpkg-mergechangelogs.pl    | 19 ++++++----------
 scripts/dpkg-name.pl               | 18 ++++++++--------
 20 files changed, 102 insertions(+), 109 deletions(-)

commit 6d1fd404f3161599d9e0aae8b2fef9a0f4ed6cea
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 02:18:47 2024 +0100

    dpkg-deb: Fix doxygen comment to match function argument
    
    Changelog: internal

 src/deb/build.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 962a267818613ef595901a7e636d2b94419be17b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 02:17:47 2024 +0100

    dpkg-deb: Rename check_control_area() to check_build_files()
    
    This describes the function in better terms, and gives room to expand
    its functionality to checks for the filesystem area of the to be built
    package.
    
    Changelog: internal

 src/deb/build.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7640aae4a08c871496748cc68bc9e79646ac895e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 02:15:56 2024 +0100

    dpkg-deb: Rename control area functions to check_ctrl_*()
    
    Changelog: internal

 src/deb/build.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit fb1f1507ed399c3efcdc0594f7def7deb40232f3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 01:51:15 2024 +0100

    dpkg-deb: Add --no-check option and keep --nocheck as an alias
    
    The preferred form will be --no-check. For now we keep the alias but
    will start to phase it out. This unifies the option name in line with
    the other --no-<thing> options in the codebase.

 man/dpkg-deb.pod                              | 12 +++++++++---
 src/deb/main.c                                |  5 +++--
 tests/t-conffile-declarative-removal/Makefile |  2 +-
 tests/t-control-bogus/Makefile                | 10 +++++-----
 tests/t-control-no-arch/Makefile              |  2 +-
 tests/t-multiarch/Makefile                    |  2 +-
 tests/t-provides/Makefile                     |  2 +-
 7 files changed, 21 insertions(+), 14 deletions(-)

commit faebdfb31c2f354562c348760aa38539d5c948a4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 01:41:37 2024 +0100

    src: Do not name option variables as no<thing>
    
    This makes following the defaults, and code flow harder. Use the
    positive form instead.

 src/deb/build.c      |  4 ++--
 src/deb/dpkg-deb.h   |  2 +-
 src/deb/main.c       |  4 ++--
 src/main/archives.c  |  2 +-
 src/main/configure.c |  2 +-
 src/main/main.c      | 19 ++++++++++++-------
 src/main/main.h      |  9 +++++++--
 src/main/packages.c  |  2 +-
 src/main/remove.c    |  4 ++--
 src/main/select.c    |  4 ++--
 src/main/trigproc.c  |  2 +-
 src/main/unpack.c    |  8 ++++----
 src/main/update.c    |  4 ++--
 src/trigger/main.c   |  6 +++---
 14 files changed, 41 insertions(+), 31 deletions(-)

commit 68b9387e63ba09f97ffa34d66c71b3895ec174bd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 18:29:34 2024 +0100

    build: Undefine _TIME_BITS when checking for the base off_t size
    
    On glibc systems the off_t definition depends on whether
    _FILE_OFFSET_BITS is defined and to what, which we undefine to get
    the base type, but if _TIME_BITS is defined to 64, then it is expected
    to match the _FILE_OFFSET_BITS size, otherwise the compilation fails
    and we get a 0 as the off_t type size.

 m4/dpkg-arch.m4 | 1 +
 1 file changed, 1 insertion(+)

commit f6ce5b0960b5b31033152d56e33c3a1390e37a34
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 02:12:53 2024 +0100

    Dpkg::Shlibs: Improve code comments

 scripts/Dpkg/Shlibs/Symbol.pm     | 100 +++++++++++++++++++-------------------
 scripts/Dpkg/Shlibs/SymbolFile.pm |  53 ++++++++++----------
 2 files changed, 78 insertions(+), 75 deletions(-)

commit 17309e15bbe78ac627cf6a66c318d1603b99c202
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 3 02:41:53 2024 +0100

    Dpkg::OpenPGP::Backend::Sequoia: Add keystore support
    
    Newer sq versions have keystore support, either through a keystore
    server, or if that is not running from their builtin in-process
    support. Which includes at least the native Sequoia keystore, and
    the GnuPG one via gpg-agent.

 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 8 ++++++++
 1 file changed, 8 insertions(+)

commit fc7bda93992086e01b62d08fa5ca2b70a69b62aa
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 3 02:40:48 2024 +0100

    Dpkg::OpenPGP::Backend::Sequoia: Adapt to new CLI 0.40.0 API
    
    As the API is not yet stable (but it is getting closer to be), we
    need to adapt it to the current version.

 debian/control                          |  4 ++--
 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 589485b1242da5debca487307759783511456d9b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 27 14:32:03 2023 +0200

    Dpkg::OpenPGP::Backend::SOP: Add gosop as an alternative SOP implementation
    
    The new version fixes the remaining issue that allows the code to use it
    as a backend.

 debian/control                      | 12 ++++++++----
 scripts/Dpkg/OpenPGP/Backend/SOP.pm |  2 +-
 scripts/Test/Dpkg.pm                |  3 +++
 3 files changed, 12 insertions(+), 5 deletions(-)

commit 7fb6f6a1a35b0da36dd1c5c0c05d7692e0391ebb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 7 13:21:56 2024 +0200

    Dpkg::OpenPGP::Backend::SOP: Add rsop as an alternative SOP implementation
    
    Starting with rsop 0.4.0, its implementation provides everything that we
    require from SOP.

 debian/control                      | 12 ++++++++----
 scripts/Dpkg/OpenPGP/Backend/SOP.pm |  2 +-
 scripts/Test/Dpkg.pm                |  3 +++
 3 files changed, 12 insertions(+), 5 deletions(-)

commit ae08079b4eaa45152700c1beb73a5a786ceed06a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 16 03:08:10 2024 +0200

    Dpkg::Vendor: Simplify module loading logic
    
    If we cannot load the module, skip this loop iteration, so that it is
    clear what we intend, and we can reduce an indentation level as a side
    effect.

 scripts/Dpkg/Vendor.pm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 78cdc923b56bf37fd97ada6bf80030448616b586
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 27 05:34:15 2024 +0200

    scripts: Fix module loading
    
    Load the module, and if that does not fail, then construct the object.
    Otherwise we get very confusing errors.
    
    Prompted-by: Holger Levsen <holger@debian.org>
    Prompted-by: Niels Thykier <niels@thykier.net>

 scripts/Dpkg/BuildDriver.pm     | 7 +++----
 scripts/Dpkg/Changelog/Parse.pm | 5 +++--
 scripts/Dpkg/Vendor.pm          | 9 +++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

commit 2c8939544fed8de058695a129e72c1228a6d86f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 8 14:55:00 2024 +0200

    test: Enable ValuesAndExpressions::ProhibitMagicNumbers except for octals
    
    Warned-by: perlcritic

 t/critic/perlcriticrc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit e2cbd84d34db56c986684baa5cfe5a6a4160b82c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 16 03:15:04 2024 +0200

    Dpkg::OpenPGP::Backend::GnuPG: Ignore ValuesAndExpressions::ProhibitMagicNumbers
    
    The function needs these hex constants, and they are mostly used via
    variables, but because «use constants» is a module scoped pragma, it
    would pollute the entire module.
    
    Warned-by: perlcritic

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 1 +
 1 file changed, 1 insertion(+)

commit e87c9387af84628107d3bbb5194b1b719110275b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 27 05:29:17 2024 +0200

    debian: Inline sequoia-chameleon-gnupg dependencies depending on context
    
    Instead of depending on the meta-package, explicitly depend on either of
    the gpg-sq or gpgv-sq packages depending on the context.

 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6c304121b82d43d2e9968fa6cc59c2b2a8563e2f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 13 06:15:44 2024 +0200

    s-s-d: Try to use close_range() if present to implement closefrom()
    
    If the system has close_range() use it, and fallback to the open coded
    closing, in case the function was present at build time but not
    implemented at run-time, or it failed for whatever reason.
    
    Proposed-by: Mix <mnixry@outlook.com>
    Changelog: internal

 configure.ac              | 1 +
 utils/start-stop-daemon.c | 5 +++++
 2 files changed, 6 insertions(+)

commit 394a55833f1e3a25cf1720cf811d44dfde65893a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 13 06:15:44 2024 +0200

    s-s-d: Refactor closefrom() and use it only if the system lacks it
    
    Move the code into a function that behaves like the BSD system one,
    and use if the system does not provide it.
    
    Changelog: internal

 configure.ac              |  1 +
 utils/start-stop-daemon.c | 19 ++++++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

commit d53fb1752e4bef2c2fe088009ee976b28fc9cd88
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 5 02:28:48 2024 +0200

    debian: Add a trailing comma to debian/tests/control dependency

 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c16aaf670d567238c6a2d7c4bb06e77f833de2be
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 16 03:09:52 2024 +0200

    doc: Fix typos in ChangeLog.old
    
    Warned-by: codespell

 ChangeLog.old | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 440a1273e23356111dc23f3bdc0c6c1c939ba667
Author: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Date:   Tue Dec 3 03:58:35 2024 +0100

    po: Update Romanian programs translation
    
    Closes: #1080212
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/ro.po | 144 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 51 insertions(+), 93 deletions(-)

commit 82f64c00c9c5ba2a6564cf35cf5cd5d4871bcd91
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Tue Dec 3 03:51:01 2024 +0100

    po: Update Swedish translations
    
    Closes: #1083116
    Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/sv.po     | 365 +++++++++++++++++--------------------------------------
 po/sv.po         | 103 +++++-----------
 scripts/po/sv.po | 186 +++++++++++-----------------
 3 files changed, 214 insertions(+), 440 deletions(-)

commit 793121bc845da7ef13fb41712032201dadd83430
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Tue Dec 3 03:43:31 2024 +0100

    po: Update Portuguese man pages translation
    
    Closes: #1086160
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 646 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 345 insertions(+), 301 deletions(-)

commit ce31f0e70d6835788b632deab7544b8dbe09d70f
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Tue Dec 3 03:29:30 2024 +0100

    po: Update Dutch translations
    
    Closes: #1087459, #1087595
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 701 +++++++++++++++++++++++++++++++----------------------------
 po/nl.po     | 175 +++++----------
 2 files changed, 423 insertions(+), 453 deletions(-)

commit ac3c2b3151859e18b143bd56da1bb64079b797b3
Author: Miroslav Kure <kurem@upcase.inf.upol.cz>
Date:   Tue Dec 3 03:25:47 2024 +0100

    po: Update Czech translations
    
    Closes: #1087219
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/cs.po |  18 ++-----
 po/cs.po         | 151 +++++++++++++++++++------------------------------------
 2 files changed, 56 insertions(+), 113 deletions(-)

commit a45d7abfa0284ce82fdff68ed7f4d982eac12c50
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 18 07:51:38 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 127 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 84 insertions(+), 43 deletions(-)

commit 6cc764c357957ee3085492658a0013fa9e2cbf69
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 18 02:51:50 2024 +0200

    scripts/mk: Document public API and expected directory to include from
    
    We should be explicit about what we consider the public API for these
    files, and what is the expected directory to include the fragments from.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

 scripts/mk/architecture.mk | 4 ++++
 scripts/mk/buildapi.mk     | 4 ++++
 scripts/mk/buildflags.mk   | 3 +++
 scripts/mk/buildopts.mk    | 4 ++++
 scripts/mk/buildtools.mk   | 4 ++++
 scripts/mk/default.mk      | 4 ++++
 scripts/mk/pkg-info.mk     | 4 ++++
 scripts/mk/vendor.mk       | 4 ++++
 8 files changed, 31 insertions(+)

commit 18c6c80b006caff0eb7a3cb37ad0be6546c16f9f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 18 02:48:25 2024 +0200

    scripts/mk: Document DPKG_BUILD_API in buildapi.mk
    
    The variable was not documented explicitly, which we should do so that
    only documented variables can be considered public interfaces.

 scripts/mk/buildapi.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit a8aa7e2d96f99c795d3e37e8e9f8272526137e70
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 11 16:52:03 2024 +0200

    man: Use modern architectures for manual page examples
    
    When giving examples, use architectures that are modern, and less prone
    to bit rot or even potential removal, also ones that might be more
    familiar to users.

 man/deb-src-symbols.pod   |  4 ++--
 man/dpkg-architecture.pod | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit ed8cef98c69955f5259411dfd67d97036bb88677
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 11 16:40:30 2024 +0200

    man: Use arch-bits in deb-src-symbols(5) example dependent on bitness
    
    Do not promote use of explicit arch lists when we are giving an example
    that changes symbols based on bitness. Instead use the arch-bits tag
    that was added precisely for this purpose.

 man/deb-src-symbols.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 59f8612ef4f47b04be549f605fb9b6808e8e5071
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 17:01:43 2024 +0200

    man: Update debian/control example in deb-src-control(5)
    
    Use better folding and trailing comma format that reduces diff on
    changes, and avoids having to reflow the entire field value on
    additions. Cleanup comments, and add one in the middle of a field
    value. Bump some versions.

 man/deb-src-control.pod | 42 +++++++++++++++++++++++++++++++-----------
 1 file changed, 31 insertions(+), 11 deletions(-)

commit 552a090dc1c08449e873d70958dc79ab1ab3c79e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 17 20:35:30 2024 +0200

    libdpkg: Use size_t instead of unsigned int for nargs

 lib/dpkg/ehandle.c | 6 +++---
 lib/dpkg/ehandle.h | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 8fb188d0af5c5a153c2881bb179711834c6d3941
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 7 21:11:03 2024 +0200

    libdpkg: Remove const from execname
    
    This variable is used as an intermediate pointer that we end up
    returning, and the function prototype returns a non-const pointer.
    
    Warned-by: gcc on NetBSD and OpenBSD

 lib/dpkg/execname.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit de0914fe86dfcd6b53b45542001336a964b7d7a1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 7 18:49:58 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 137 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 106 insertions(+), 31 deletions(-)

commit 81c069e9a4c3a85305427a84a9f3cb992b54368f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 7 00:32:26 2024 +0200

    Update URLs
    
    Use preferred URL forms (such as ending with «/»). Update dead links to
    their current location. Use https instead of http when possible
    (exception for files imported from elsewhere, URLs where https is not
    available, or for xmlns in ITS file as the standard mandates it).

 doc/coding-style.txt                | 2 +-
 scripts/Dpkg/BuildInfo.pm           | 2 +-
 scripts/Dpkg/OpenPGP/Backend/SOP.pm | 2 +-
 scripts/t/Dpkg_Changelog/shadow     | 2 +-
 scripts/t/origins/gnewsense         | 2 +-
 utils/update-alternatives.polkit.in | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit 78af3f6b5e7cd1f1dfe8a1fbaa9fad9937df7cee
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 03:35:36 2024 +0200

    Dpkg::Control: Deprecate the backwards compatibility type aliases
    
    These are the old name for the types. These are deprecated, that is,
    they are discourage to be used, but will still be supported for a while,
    because all users will not have been updated yet.

 scripts/Dpkg/Control.pm | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 9cf0594cf5739f0335bf11ab0900fa9130e92d73
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 05:53:03 2024 +0200

    scripts: Unify constructor and function options documentation
    
    Consistently use "Options:" as a header when introducing the options.
    Itemize them to make it easier to find each one, instead of describing
    them in long paragraphs. Mark up the option names in bold. Reorder
    options by expected common usage. Document whether an option is required
    after the item itself in parenthesis.

 scripts/Dpkg/Arch.pm                   | 24 +++++++++--
 scripts/Dpkg/Archive/Ar.pm             |  6 +--
 scripts/Dpkg/BuildDriver.pm            |  2 +-
 scripts/Dpkg/BuildFlags.pm             | 12 +++++-
 scripts/Dpkg/BuildOptions.pm           | 14 ++++++-
 scripts/Dpkg/BuildTree.pm              |  5 ++-
 scripts/Dpkg/Changelog.pm              | 31 +++++++++++---
 scripts/Dpkg/Changelog/Parse.pm        | 45 ++++++++++++++++----
 scripts/Dpkg/Checksums.pm              | 75 ++++++++++++++++++++++++++--------
 scripts/Dpkg/Compression/FileHandle.pm | 25 ++++++++++--
 scripts/Dpkg/Compression/Process.pm    | 29 ++++++++++++-
 scripts/Dpkg/Conf.pm                   | 37 ++++++++++++++---
 scripts/Dpkg/Control.pm                | 62 ++++++++++++++++++++++++----
 scripts/Dpkg/Control/HashCore.pm       | 27 ++++++------
 scripts/Dpkg/Control/Info.pm           | 19 ++++++---
 scripts/Dpkg/Control/Tests.pm          |  2 +
 scripts/Dpkg/Control/Tests/Entry.pm    |  2 +
 scripts/Dpkg/Deps/Simple.pm            | 12 +++---
 scripts/Dpkg/IPC.pm                    | 28 ++++++-------
 scripts/Dpkg/Index.pm                  | 54 ++++++++++++++++++------
 scripts/Dpkg/Source/Format.pm          | 19 +++++++--
 scripts/Dpkg/Source/Package.pm         | 36 +++++++++++-----
 scripts/Dpkg/Substvars.pm              | 23 +++++++++--
 scripts/Dpkg/Version.pm                | 18 ++++++--
 t/pod-spell.t                          |  1 +
 25 files changed, 471 insertions(+), 137 deletions(-)

commit 0e7694ceb00248516048fd54caa72fd9e4b4eb6d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 5 23:29:39 2024 +0200

    scripts: Rename changelog options in programs to %changelog_opts
    
    This should make it clear these are not general program options.

 scripts/dpkg-genbuildinfo.pl | 12 ++++++------
 scripts/dpkg-genchanges.pl   | 16 ++++++++--------
 scripts/dpkg-gencontrol.pl   | 12 ++++++------
 3 files changed, 20 insertions(+), 20 deletions(-)

commit 1918794cd85029445add5005dda55c524ba825ec
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 03:02:09 2024 +0200

    scripts: Use %opts instead of %args for function and method options
    
    Use the same pattern as the rest of the code base.

 scripts/Dpkg/Compression/FileHandle.pm | 18 +++++++++---------
 scripts/Dpkg/Compression/Process.pm    |  6 +++---
 scripts/Dpkg/Shlibs/Symbol.pm          |  8 ++++----
 scripts/Dpkg/Source/Package.pm         | 14 +++++++-------
 4 files changed, 23 insertions(+), 23 deletions(-)

commit a21e044b7e9c992d4e748adb447db00e902826df
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 05:53:03 2024 +0200

    Dpkg::Changelog::Parse: Use %opts instead of %opt in function POD
    
    Use the same pattern as the rest of the code base.

 scripts/Dpkg/Changelog/Parse.pm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit a63918513103c313c668b3d1b6d4da697a7f730c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 03:15:28 2024 +0200

    Dpkg::Deps::Multiple: Document that the constructor takes @deps not %opts
    
    The documented constructor signature was wrong, as it takes a list of
    dependencies and not an options hash.

 scripts/Dpkg/Deps/Multiple.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e41f7de0f9e4b02f564cc045fa3cfcf7a45133e8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 5 23:26:20 2024 +0200

    scripts: Document when constructors take %opts
    
    A couple of constructors that take %opts had no documentation of this.

 scripts/Dpkg/BuildFlags.pm          | 2 +-
 scripts/Dpkg/Control/Tests/Entry.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 587fbdbefc4896f58186fb6db9df540a93f7a6fb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 5 23:25:44 2024 +0200

    scripts: Use %opts instead of %options for constructor and function options
    
    This uses the same convention as other constructors and functions taking
    an options hash, and we'll reserve the %options name for program options.

 scripts/Dpkg/Arch.pm            |  4 +-
 scripts/Dpkg/Changelog.pm       |  2 +-
 scripts/Dpkg/Changelog/Parse.pm | 38 +++++++++----------
 scripts/Dpkg/Deps.pm            | 84 ++++++++++++++++++++---------------------
 scripts/Dpkg/ErrorHandling.pm   | 14 +++----
 scripts/Dpkg/Version.pm         |  2 +-
 scripts/t/Dpkg_Deps.t           |  6 +--
 scripts/t/dpkg_buildpackage.t   |  4 +-
 scripts/t/dpkg_source.t         | 10 ++---
 9 files changed, 82 insertions(+), 82 deletions(-)

commit ba0b8701392e5468570cbafdf8f223948b2105b5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 13:47:02 2024 +0200

    dpkg-shlibdeps: Add symbolic name alternative to --warnings bits
    
    Make selecting the warnings to use more user friendly for both the
    caller, and whoever comes next and reads the command line calling the
    tool, by adding support for symbolic warning names.

 man/dpkg-shlibdeps.pod    | 41 +++++++++++++++++++++++++++++------------
 scripts/dpkg-shlibdeps.pl | 10 +++++++++-
 2 files changed, 38 insertions(+), 13 deletions(-)

commit 0802cf6f4ed444b377cd68dd0a85cd36e8c88143
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 4 14:08:01 2024 +0200

    libdpkg: Check for pager presence and fallback to less, more and cat
    
    If the PAGER pointed by the environment variable is not present,
    fallback to use DPKG_DEFAULT_PAGER («pager»), otherwise try «less»,
    then «more», and finally fallback to «cat».
    
    This should cover the cases where these programs are either not present
    or they are a dangling symlink during an upgrade.
    
    Closes: #856216

 lib/dpkg/dpkg.h    |  2 ++
 lib/dpkg/pager.c   | 28 +++++++++++++++++++++-------
 man/dpkg-query.pod |  7 +++++++
 man/dpkg.pod       |  7 +++++++
 4 files changed, 37 insertions(+), 7 deletions(-)

commit 29684731af629e9103306b7716663e44224e6cab
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 2 01:45:17 2024 +0200

    lib: Remove compatibility code for C++ earlier than C++11
    
    We have made the build system require this at configure time, so there
    is no point in supporting earlier versions in the library and headers.

 lib/compat/compat.h | 13 -------------
 lib/dpkg/macros.h   |  5 +----
 2 files changed, 1 insertion(+), 17 deletions(-)

commit d074d813759d88671a746dd8c11565722472440d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 2 01:44:42 2024 +0200

    build: Check for C++11 __func__ availability
    
    We are relying on it in the code, so make sure it works during
    configure.

 m4/dpkg-compiler.m4 | 3 +++
 1 file changed, 3 insertions(+)

commit 11e34c9640dc1c3a906e2b98344b366c2eb3e6c0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 2 00:23:39 2024 +0200

    build: Warn on C++17, C++20, C++23 and C++26 extensions usage
    
    If we are using an older C++ standard, we should not be using extensions
    from later standard versions. Regardless of the default compiler
    standard version supported.

 m4/dpkg-compiler.m4 | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit ec57799ae0f62738f343ddd119c27ad3d700ee15
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 04:26:38 2024 +0200

    build: Bump minimum required C++ standard to C++14
    
    Most major compilers support C++14, and if the platform has a compiler
    that does not support it, using gcc or clang to build the project is
    always an option which does not seem unreasonable.
    
    This new version of C++ provides several important features, among
    other things move semantics.

 configure.ac         |  2 +-
 doc/coding-style.txt |  6 ++----
 m4/dpkg-compiler.m4  | 37 +++++++++++++++++++++++++++++++++----
 3 files changed, 36 insertions(+), 9 deletions(-)

commit 1688ee77b50a67e9e1a6833758a4e77961b1b181
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 04:44:57 2024 +0200

    build: Generalize C/C++ check macros to select the version as an argument
    
    This should reduce the amount of changes needed when bumping the
    versions.

 configure.ac        |   4 +-
 m4/dpkg-compiler.m4 | 211 +++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 143 insertions(+), 72 deletions(-)

commit 2ef49c60a8425e4078528ffcfda1b296124cd6c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 05:30:35 2024 +0200

    build: Make C++ baseline version a hard requirement

 m4/dpkg-compiler.m4 | 3 +++
 1 file changed, 3 insertions(+)

commit 0f9d76c33c69981fed8b7f782bf152501ebab65d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 1 21:59:29 2024 +0200

    debian: Bump Standards-Version to 4.7.0 (no changes needed)

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2b5081ffd061658d90dcf94dd3a5d6e6816c71ba
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Aug 1 19:34:59 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

commit 2b56bcec9e9faa60e1f800e3d53195dc40bc6888
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 1 13:25:25 2024 +0200

    debian: Fix bug closure
    
    Fixes: commit 3e2046ecd9ecc4e6b8116ff2fb06d6e6e7ed9bfe
    Changelog: silent

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 83acfc8ab1f1de597db7edc581ae41e2717ebf16
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 1 13:03:01 2024 +0200

    Bump version to 1.22.12

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ee7e9118d0a9581cb00c5ce02dccd561b3096387
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 1 12:44:43 2024 +0200

    Release 1.22.11

 debian/changelog | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

commit 54aec70de7aad9c7ed45befae9eb68ce72e5fdc1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 1 12:39:15 2024 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 54 ++++++++++++++++++++++++++++---------------------
 man/po/dpkg-man.pot     |  6 +++---
 man/po/es.po            |  4 ++--
 man/po/fr.po            |  8 ++++++--
 man/po/hu.po            |  4 ++--
 man/po/it.po            |  4 ++--
 man/po/ja.po            |  4 ++--
 man/po/nl.po            |  8 ++++++--
 man/po/pl.po            |  4 ++--
 man/po/pt.po            |  8 ++++++--
 man/po/pt_BR.po         |  4 ++--
 man/po/ru.po            |  4 ++--
 man/po/sv.po            |  8 ++++++--
 man/po/zh_CN.po         |  4 ++--
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        | 12 +++++++----
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/nl.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/pt.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 98 files changed, 168 insertions(+), 140 deletions(-)

commit 9bd4e1b17aefac90a3f20855e237d3873b90c3b9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 1 09:22:04 2024 +0200

    doc: Replace references to crypto-refresh and RFC4880 with RFC9580
    
    The refresh to the RFC4880 has been approved now, and it is called
    RFC9580, so we can use its final name instead of the obsolete RFC
    or the previous draft ones.

 man/deb-buildinfo.pod                 | 2 +-
 man/deb-changes.pod                   | 2 +-
 man/dsc.pod                           | 2 +-
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 8 +++-----
 4 files changed, 6 insertions(+), 8 deletions(-)

commit 3e2046ecd9ecc4e6b8116ff2fb06d6e6e7ed9bfe
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 16:14:43 2024 +0200

    Dpkg::Shlibs::Cppfilt: Do not normalize angle brackets for operators
    
    We should not normalize angle brackets for these operators, otherwise
    we turn them into invalid syntax.
    
    Closes: #1076067

Notes:
    Changelog: s/#1076067/#1076892/

 scripts/Dpkg/Shlibs/Cppfilt.pm              |  2 +
 scripts/Makefile.am                         | 10 ++++
 scripts/t/Dpkg_Shlibs/anglebrackets.cpp     | 23 ++++++++++
 scripts/t/Dpkg_Shlibs/anglebrackets.symbols |  7 +++
 scripts/t/Dpkg_Shlibs/objdump.anglebrackets | 71 +++++++++++++++++++++++++++++
 scripts/t/Dpkg_Shlibs_Cppfilt.t             | 18 +++++++-
 6 files changed, 130 insertions(+), 1 deletion(-)

commit 322ecd6cdd6fdc7c865069bbfef3297751e02763
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 16:13:38 2024 +0200

    test: Refactor load_objdump_obj()
    
    We are doing the same thing over and over. Refactor into a single
    function.

 scripts/t/Dpkg_Shlibs.t | 86 ++++++++++++++-----------------------------------
 1 file changed, 24 insertions(+), 62 deletions(-)

commit dc8f6ffc0e69fb21f9132e4255b5972440ced2f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 00:28:52 2024 +0200

    test: Unroll Dpkg::Changelog file tests loop
    
    The unit tests were using a loop, which had a tiny common part and the
    rest was specific logic for each individual file, which made reading
    the loop and following the code path more complex than needed.
    
    Unroll the loop, to have one section per file.

 scripts/t/Dpkg_Changelog.t | 452 ++++++++++++++++++++++++---------------------
 1 file changed, 237 insertions(+), 215 deletions(-)

commit e718824ff597f78cacd6c6bab424a9e902babb3e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 00:36:29 2024 +0200

    test: Refactor setup_changelog() in Dpkg::Changelog test

 scripts/t/Dpkg_Changelog.t | 82 ++++++++++++++++++++++++++--------------------
 1 file changed, 47 insertions(+), 35 deletions(-)

commit b08c26021f3e2398743ebf95510838ab54d6f071
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 00:31:29 2024 +0200

    test: Improve Dpkg::Changelog data test case message

 scripts/t/Dpkg_Changelog.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 958f881063aff9a9a43510e68b6ef1d09a7a2cc5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 00:29:16 2024 +0200

    test: Fix coding style in perl test cases
    
    Remove spurious spaces around parenthesis in function calls.

 scripts/t/Dpkg_Changelog.t      |  10 +-
 scripts/t/Dpkg_Shlibs.t         | 627 +++++++++++++++++++++++++++-------------
 scripts/t/Dpkg_Shlibs_Cppfilt.t |  22 +-
 3 files changed, 436 insertions(+), 223 deletions(-)

commit f562efd82303542892ea0af7186093acc2980db5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 14:59:10 2024 +0200

    build: Add declaration for funcs symbols in spacesyms.c
    
    Warned-by: gcc -Wmissing-variable-declarations

 scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl | 1 +
 1 file changed, 1 insertion(+)

commit 266c62412918f40b6966d699b08dc48354ceac4e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 14:58:02 2024 +0200

    build: Remove generated spacesyms.o and spacesyms.c on clean
    
    Both these files are generated, so we should be cleaning them up.

 scripts/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 4fc2add4b8f68e9fcb13d4753cfd800c6f2f1f43
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 15:02:05 2024 +0200

    build: Use 'command -v' instead of 'which'
    
    The latter is not portable, and at least in Debian there was an attempt
    to deprecate it.

 scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 356a1068021cea2df51cb017a47c11ce14d85a0b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Jul 27 17:22:55 2024 +0200

    po: Update German programs translation
    
    Update to 1195t.

 po/de.po | 60 +++++++++++++++---------------------------------------------
 1 file changed, 15 insertions(+), 45 deletions(-)

commit ed77a56e88136b4416033c0ac6aa8977ce499666
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 27 14:35:34 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 114 ++++++++++++++++-------------------------------------------
 1 file changed, 30 insertions(+), 84 deletions(-)

commit a83545d3722fda64ffdacb88873bf6fe18773bc3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 27 14:35:11 2024 +0200

    po: Update German scripts translation

 scripts/po/de.po | 148 +++++++++++++++++++++++--------------------------------
 1 file changed, 62 insertions(+), 86 deletions(-)

commit 4eacab3cf36cb8d8a5370841029483b23efb171a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 06:02:02 2024 +0200

    Bump version to 1.22.11

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ef5536cfe24e4c41c6fdc56e4530161fade3887c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 05:45:16 2024 +0200

    Release 1.22.10

 debian/changelog | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit e4d8d44ddf66f85837c2ffa4525ce1023721ad69
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 05:43:38 2024 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/nl.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/pt.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 85 files changed, 89 insertions(+), 89 deletions(-)

commit 58146a371becc8ef2b10587b2d781fb3bc941bc1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 03:11:48 2024 +0200

    Revert "scripts/mk: Reduce the number of subprocesses"
    
    This partially reverts commit e146a68a375453db89bc3b5e816d9405e5fd5634.
    
    While the reverted commit significantly reduced the amount of
    subprocesses, it has caused some breakage on functionality packages were
    relying on, some of which is currently hard to diagnose due to make
    programming model complexity (at least the regressions for the build
    flags), and another set is due to external packages using internal dpkg
    macros. In any case the breakage is too big, and for some of the changes
    potentially silent.
    
    Keep the documentation changes from the original patch, and preserve the
    newly introduced DEB_TIMESTAMP variable.
    
    Revert this for now until the situation is more clear. And then it can
    be reevaluated how to potentially reintroduce this, perhaps through a
    new dpkg-build-api level, if that would require changes in packaging.
    
    Closes: #1076904, #1077005

 scripts/mk/architecture.mk | 14 +++++---------
 scripts/mk/buildapi.mk     |  6 +-----
 scripts/mk/buildflags.mk   | 36 +++++++++++++++++++-----------------
 scripts/mk/pkg-info.mk     | 19 ++++++++-----------
 scripts/mk/vendor.mk       |  8 ++++----
 5 files changed, 37 insertions(+), 46 deletions(-)

commit 3618de586c8f2eeb9003c209bc5563bd6bda1a85
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 26 02:16:56 2024 +0200

    Dpkg::Changelog: Remove useless escaping for -
    
    These are not within [] to mark a range, they are literal minus signs.

 scripts/Dpkg/Changelog/Debian.pm       | 2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit af10377e240142c65a53816954b2fc814d887fba
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 26 02:12:16 2024 +0200

    Dpkg::Changelog::Entry::Debian: Remove obsolete /o modifier from regex
    
    This modifier is no longer needed, and its use is now discouraged.

 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd4d53d9784b33976ea1177e91ce5ceb896f1d63
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 05:04:13 2024 +0200

    build: Simplify C standard check output
    
    Do not print that we are checking for features or that we are missing
    extensions. Just state that C standard we are looking for.

 m4/dpkg-compiler.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit adc3dd67b3c5580919fc9ee99e2b6ec9819c4640
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 17:48:19 2024 +0200

    build: Fix dpkg_cv_c99 assignment in DPKG_C_C99 macro
    
    The variable should be assigned a "yes" not a "1".

 m4/dpkg-compiler.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1b562a0e9a2879d9db5855a1988cd3a8ed4e42e0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 23:52:22 2024 +0200

    build: Fix length for comment bar line after autoconf functions
    
    The current convention is to use a length matching the function name,
    but not its arguments.

 m4/dpkg-arch.m4     | 4 ++--
 m4/dpkg-compiler.m4 | 2 +-
 m4/dpkg-funcs.m4    | 2 +-
 m4/dpkg-libs.m4     | 4 ++--
 m4/dpkg-progs.m4    | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

commit f320bc0f8fb92d33c3252f61c4e7eb3fcf9401b9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 04:23:08 2024 +0200

    build: Use pre-defined macros to check C/C++ conformance requirements
    
    In addition to the features we might explicitly check for, also use the
    pre-defined macros that carry the language standard version currently in
    use.

 m4/dpkg-compiler.m4 | 8 ++++++++
 1 file changed, 8 insertions(+)

commit a2f7f85d5b6353291b863cb855b748ada75cb566
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 04:41:59 2024 +0200

    build: Do not define macros for C/C++ standard level
    
    This is already tracked by pre-defined compiler macros. There is no need
    to try to set these ourselves.

 m4/dpkg-compiler.m4 | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit e2b2561766f9948267fd31a74396516c323d9bec
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 23:23:10 2024 +0200

    Bump version to 1.22.10

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 82ab77437894fc3201e7e111677e83027c02294a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 23:08:24 2024 +0200

    Release 1.22.9

 debian/changelog | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit 5dcf833c229e1c2ce17fb768b6ad111c362dad37
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 23:02:44 2024 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 71 ++++++++++++++++++++++++++++++----------
 man/po/dpkg-man.pot     | 33 ++++++++++---------
 man/po/es.po            | 52 +++++++++++++++++++----------
 man/po/fr.po            | 66 +++++++++++++++++++++++++++----------
 man/po/hu.po            | 47 ++++++++++++++++----------
 man/po/it.po            | 52 +++++++++++++++++++----------
 man/po/ja.po            | 52 +++++++++++++++++++----------
 man/po/nl.po            | 71 ++++++++++++++++++++++++++++++----------
 man/po/pl.po            | 52 +++++++++++++++++++----------
 man/po/pt.po            | 71 ++++++++++++++++++++++++++++++----------
 man/po/pt_BR.po         | 47 ++++++++++++++++----------
 man/po/ru.po            | 47 ++++++++++++++++----------
 man/po/sv.po            | 71 ++++++++++++++++++++++++++++++----------
 man/po/zh_CN.po         | 43 ++++++++++++++----------
 po/ast.po               | 56 ++++++++++++++++++-------------
 po/bs.po                | 43 ++++++++++++++----------
 po/ca.po                | 87 ++++++++++++++++++++++++++++++++++++-------------
 po/cs.po                | 84 +++++++++++++++++++++++++++++++++++------------
 po/da.po                | 54 ++++++++++++++++++------------
 po/de.po                | 87 ++++++++++++++++++++++++++++++++++++-------------
 po/dpkg.pot             | 24 +++++---------
 po/dz.po                | 56 ++++++++++++++++++-------------
 po/el.po                | 54 ++++++++++++++++++------------
 po/eo.po                | 53 ++++++++++++++++++------------
 po/es.po                | 57 +++++++++++++++++++-------------
 po/et.po                | 36 +++++++++-----------
 po/eu.po                | 55 +++++++++++++++++++------------
 po/fr.po                | 87 ++++++++++++++++++++++++++++++++++++-------------
 po/gl.po                | 55 +++++++++++++++++++------------
 po/hu.po                | 54 ++++++++++++++++++------------
 po/id.po                | 56 +++++++++++++++++++------------
 po/it.po                | 60 +++++++++++++++++++++-------------
 po/ja.po                | 57 +++++++++++++++++++-------------
 po/km.po                | 52 +++++++++++++++++------------
 po/ko.po                | 55 +++++++++++++++++++------------
 po/ku.po                | 34 ++++++++-----------
 po/lt.po                | 36 +++++++++-----------
 po/mr.po                | 52 +++++++++++++++++------------
 po/nb.po                | 54 ++++++++++++++++++------------
 po/ne.po                | 52 +++++++++++++++++------------
 po/nl.po                | 85 ++++++++++++++++++++++++++++++++++-------------
 po/nn.po                | 52 +++++++++++++++++------------
 po/oc.po                | 41 +++++++++++------------
 po/pa.po                | 36 +++++++++-----------
 po/pl.po                | 57 +++++++++++++++++++-------------
 po/pt.po                | 84 +++++++++++++++++++++++++++++++++++------------
 po/pt_BR.po             | 53 ++++++++++++++++++------------
 po/ro.po                | 86 +++++++++++++++++++++++++++++++++++-------------
 po/ru.po                | 86 +++++++++++++++++++++++++++++++++++-------------
 po/sk.po                | 53 ++++++++++++++++++------------
 po/sv.po                | 86 +++++++++++++++++++++++++++++++++++-------------
 po/th.po                | 83 ++++++++++++++++++++++++++++++++++------------
 po/tl.po                | 52 +++++++++++++++++------------
 po/tr.po                | 57 +++++++++++++++++++-------------
 po/vi.po                | 54 ++++++++++++++++++------------
 po/zh_CN.po             | 83 ++++++++++++++++++++++++++++++++++------------
 po/zh_TW.po             | 53 ++++++++++++++++++------------
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 +--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/nl.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/pt.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 98 files changed, 2225 insertions(+), 1187 deletions(-)

commit b40d59472c62e184b768c43de40586f7c083cf91
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 22:54:45 2024 +0200

    scripts/mk: Fix typo in comment
    
    Fixes: commit c05f82972018d182fa296ef38384a1adddf5b6eb
    Changelog: silent

 scripts/mk/pkg-info.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c05f82972018d182fa296ef38384a1adddf5b6eb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 24 22:21:43 2024 +0200

    scripts/mk: Fix pkg-info.mk evaluation by adding new DEB_TIMESTAMP variable
    
    Instead of handling the SOURCE_DATE_EPOCH conditional case from within
    the dpkg_parsechangelog_run variable, and then trying to lazily evaluate
    all other variables. Instead add a new DEB_TIMESTAMP variable that is
    set unconditionally from dpkg_parsechangelog_run, and then conditionally
    set SOURCE_DATE_EPOCH from it if not yet defined.
    
    Fixes: commit e146a68a375453db89bc3b5e816d9405e5fd5634
    Closes: #1076863

 scripts/mk/pkg-info.mk   | 21 ++++++++-------------
 scripts/t/mk/pkg-info.mk |  2 ++
 2 files changed, 10 insertions(+), 13 deletions(-)

commit 05efe83600decdcf61cd2c383115d421ed16308d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 05:35:35 2024 +0200

    test: Fix typos in Makefile comments
    
    Warned-by: codespell

 tests/t-switch-dir-to-symlink-abs/Makefile | 4 ++--
 tests/t-switch-dir-to-symlink-rel/Makefile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 80bdfdfe5b0eeb395a47a5d95592622456468d47
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 05:11:56 2024 +0200

    s-s-d: Use a stop context to track the current state
    
    This makes passing the various state variables, which are either int or
    bool, way more clear, and less error-prone.

 utils/start-stop-daemon.c | 77 ++++++++++++++++++++++++-----------------------
 1 file changed, 40 insertions(+), 37 deletions(-)

commit 78a970dba625039d654e51ae62a1cee310f0139a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 05:02:35 2024 +0200

    dpkg-deb: Track maintscript information in a new struct
    
    Instead of returning the interpreter name, and using a variable by
    reference for the script lines, pass a struct to track the script
    information. This simplifies the code and reduces the amount of
    allocated memory.
    
    Changelog: internal

 src/deb/info.c | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 514b761a166bef3acce8e81f6eecd9f57103732a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 04:59:35 2024 +0200

    dpkg-deb: Print pathname instead of filename and directory in error output
    
    On the code to gather information about the interpreter the error
    calls were printing the filename and directory names separately. Instead
    print them as a pathname as we do in the rest of the codebase.

 src/deb/info.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit f7978c885eda594b5d2218bbde1156c02e4ed703
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 22 04:44:24 2024 +0200

    dpkg-deb: Add long options for short-only compression ones
    
    This matches the same compression long option names used by dpkg-source
    and dpkg-buildpackage.

 man/dpkg-deb.pod | 14 ++++++++------
 src/deb/main.c   | 13 +++++++------
 2 files changed, 15 insertions(+), 12 deletions(-)

commit 06dd1ad0f147715fbc4dc599189a290a72edacd5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 21 20:34:34 2024 +0200

    Bump version to 1.22.9

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit e9a8f699fa73f896d179ff60d9cdf9ec0340efa6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 21 20:18:44 2024 +0200

    Release 1.22.8

 debian/changelog | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

commit ccaea43c6d44182b11f5b7be2a73a44033bcb307
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 21 20:18:23 2024 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        | 27 ++++++++++++++++-----------
 scripts/po/dpkg-dev.pot | 20 ++++++++++----------
 scripts/po/es.po        | 27 ++++++++++++++++-----------
 scripts/po/fr.po        | 27 ++++++++++++++++-----------
 scripts/po/nl.po        | 27 ++++++++++++++++-----------
 scripts/po/pl.po        | 27 ++++++++++++++++-----------
 scripts/po/pt.po        | 27 ++++++++++++++++-----------
 scripts/po/ru.po        | 27 ++++++++++++++++-----------
 scripts/po/sv.po        | 27 ++++++++++++++++-----------
 85 files changed, 217 insertions(+), 177 deletions(-)

commit 017079b0c97f64d5b1647ea2d1fed5dcf4902c5b
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Fri Jul 19 14:24:22 2024 +0200

    scripts/mk: Fix make variable expansions passed to dpkg-buildflags
    
    Add a regression test.
    
    Closes: #1076568
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildflags.mk   | 2 +-
 scripts/t/mk/buildflags.mk | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 574081691a80a4d3d6e28caf249397fcb6ae37e1
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Fri Jul 19 13:20:06 2024 +0200

    scripts/mk: Ensure dpkg_datadir is computed once
    
    dpkg_datadir ?= $(dir $(lastword $(MAKEFILE_LIST)))
    is equivalent to
    ifndef dpkg_datadir
      dpkg_datadir = $(..)
    endif
    $(..) is computed each time dpkg_datadir is expanded, so the result
    will be wrong if MAKEFILE_LIST has grown meanwhile.
    
    Assign with := so that the value is computed and never expanded again.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildtools.mk | 4 +++-
 scripts/mk/vendor.mk     | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f2f447be4a5dfa492d8505208aa8720b90440123
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 01:56:39 2024 +0200

    po: Update Catalan translations

 po/ca.po         |  63 +++++++--------
 scripts/po/ca.po | 230 +++++++++++++++++++++----------------------------------
 2 files changed, 115 insertions(+), 178 deletions(-)

commit 286fc746725d094d0933d22a802cba224f2def15
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 21 04:37:48 2024 +0200

    Dpkg::Archive::Ar: Rework _read_buf() error messages to make l10n easier
    
    Try to word the error messages so that they can be easily translated,
    even when they need to match gender and number.

 scripts/Dpkg/Archive/Ar.pm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit ad717618ed21fba80e16cdc3bc50c35d0920ce8a
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jul 17 17:11:42 2024 +0200

    po: Update German programs translation
    
    Update to 1196t.

 po/de.po | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

commit 127d25ed1220221f03d9bf11b906f89a065fcfad
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 17 11:40:49 2024 +0200

    libdpkg: Fix execname support on GNU/Hurd
    
    Implement the missing code, and handle fcntl() returning -1 for the
    locked pid.
    
    We need to link against Hurd's libps and add it to libdpkg.pc, for the
    process functions.
    
    We need to protect the <dpkg/file.h> inclusion when including <hurd.h>
    as they have conflicting symbols for file_lock(), where the dpkg header
    is only needed on Solaris-based systems.
    
    Fixes: commit d6a9bb6951166a7254ab2b4f887c69c4bd4fb1a7

 lib/dpkg/Makefile.am   |  1 +
 lib/dpkg/execname.c    | 26 +++++++++++++++++++++++---
 lib/dpkg/libdpkg.pc.in |  2 +-
 3 files changed, 25 insertions(+), 4 deletions(-)

commit 94e57741131f0f7bb30df5e93cfb19cb5f4e1024
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 17 02:16:07 2024 +0200

    build: Update lcov usage for version 2.0
    
    Update configuration options. Adapt lcov-inject for new HTML output.
    Remove system header removal, no longer needed.

 Makefile.am           |  4 +---
 build-aux/lcov-inject | 13 +++++++------
 2 files changed, 8 insertions(+), 9 deletions(-)

commit 1aba90294630ee581799bd4dcdc2c09d104a56d8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 17 02:12:54 2024 +0200

    doc: Update Doxygen configuration from version 1.9.8

 doc/Doxyfile.in | 342 ++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 234 insertions(+), 108 deletions(-)

commit 7c1ab6e311fc44f8c856e973944580f2c10af51d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 17 01:46:15 2024 +0200

    Bump version to 1.22.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 7603b54e29911e4ff534c73f0c37d25a0a35c578
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 17 01:14:41 2024 +0200

    Release 1.22.7

 debian/changelog | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 183 insertions(+), 3 deletions(-)

commit 956bede103217a78f004e1317ee4dd31d115c3ec
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 17 01:10:41 2024 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   6 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 100 ++++++++--
 man/po/dpkg-man.pot     | 309 ++++++++++++++++++++++++-----
 man/po/es.po            | 423 +++++++++++++++++++++++++++++++++-------
 man/po/fr.po            | 493 +++++++++++++++++++++++++++++++++++++++-------
 man/po/hu.po            | 338 +++++++++++++++++++++++++++-----
 man/po/it.po            | 423 +++++++++++++++++++++++++++++++++-------
 man/po/ja.po            | 406 +++++++++++++++++++++++++++++++-------
 man/po/nl.po            | 288 ++++++++++++++++++++++++---
 man/po/pl.po            | 410 ++++++++++++++++++++++++++++++++-------
 man/po/pt.po            | 494 ++++++++++++++++++++++++++++++++++++++++------
 man/po/pt_BR.po         | 340 +++++++++++++++++++++++++++-----
 man/po/ru.po            | 345 +++++++++++++++++++++++++++------
 man/po/sv.po            | 506 +++++++++++++++++++++++++++++++++++++++++-------
 man/po/zh_CN.po         | 343 +++++++++++++++++++++++++++-----
 po/ast.po               | 477 +++++++++++++++++++++++++--------------------
 po/bs.po                | 454 ++++++++++++++++++++++++-------------------
 po/ca.po                | 467 +++++++++++++++++++++++++-------------------
 po/cs.po                | 441 +++++++++++++++++++++++------------------
 po/da.po                | 453 +++++++++++++++++++++++++------------------
 po/de.po                | 311 +++++++++++++++--------------
 po/dpkg.pot             | 385 ++++++++++++++++++++----------------
 po/dz.po                | 456 ++++++++++++++++++++++++-------------------
 po/el.po                | 471 +++++++++++++++++++++++++-------------------
 po/eo.po                | 457 +++++++++++++++++++++++++------------------
 po/es.po                | 485 ++++++++++++++++++++++++++--------------------
 po/et.po                | 439 +++++++++++++++++++++++------------------
 po/eu.po                | 461 ++++++++++++++++++++++++-------------------
 po/fr.po                | 470 +++++++++++++++++++++++++-------------------
 po/gl.po                | 475 ++++++++++++++++++++++++++-------------------
 po/hu.po                | 432 ++++++++++++++++++++++++-----------------
 po/id.po                | 451 ++++++++++++++++++++++++------------------
 po/it.po                | 476 ++++++++++++++++++++++++++-------------------
 po/ja.po                | 454 +++++++++++++++++++++++++------------------
 po/km.po                | 446 ++++++++++++++++++++++++------------------
 po/ko.po                | 447 ++++++++++++++++++++++++------------------
 po/ku.po                | 393 ++++++++++++++++++++-----------------
 po/lt.po                | 432 +++++++++++++++++++++++------------------
 po/mr.po                | 452 ++++++++++++++++++++++++------------------
 po/nb.po                | 456 ++++++++++++++++++++++++-------------------
 po/ne.po                | 452 ++++++++++++++++++++++++------------------
 po/nl.po                | 452 ++++++++++++++++++++++++------------------
 po/nn.po                | 445 +++++++++++++++++++++++-------------------
 po/oc.po                | 441 +++++++++++++++++++++++------------------
 po/pa.po                | 401 +++++++++++++++++++++-----------------
 po/pl.po                | 443 ++++++++++++++++++++++++------------------
 po/pt.po                | 471 +++++++++++++++++++++++++-------------------
 po/pt_BR.po             | 474 ++++++++++++++++++++++++++-------------------
 po/ro.po                | 500 +++++++++++++++++++++++++++--------------------
 po/ru.po                | 447 ++++++++++++++++++++++++------------------
 po/sk.po                | 455 +++++++++++++++++++++++++------------------
 po/sv.po                | 397 +++++++++++++++++++++----------------
 po/th.po                | 433 ++++++++++++++++++++++++-----------------
 po/tl.po                | 465 +++++++++++++++++++++++++-------------------
 po/tr.po                | 459 +++++++++++++++++++++++++------------------
 po/vi.po                | 463 +++++++++++++++++++++++++-------------------
 po/zh_CN.po             | 430 +++++++++++++++++++++++-----------------
 po/zh_TW.po             | 445 ++++++++++++++++++++++++------------------
 scripts/po/ca.po        | 473 ++++++++++++++++++++++++++++++++------------
 scripts/po/de.po        | 390 +++++++++++++++++++++++++++----------
 scripts/po/dpkg-dev.pot | 371 +++++++++++++++++++++++++----------
 scripts/po/es.po        | 453 ++++++++++++++++++++++++++++++-------------
 scripts/po/fr.po        | 493 +++++++++++++++++++++++++++++++++-------------
 scripts/po/nl.po        | 465 +++++++++++++++++++++++++++++++++-----------
 scripts/po/pl.po        | 459 ++++++++++++++++++++++++++++++-------------
 scripts/po/pt.po        | 465 +++++++++++++++++++++++++++++++++-----------
 scripts/po/ru.po        | 453 ++++++++++++++++++++++++++++++-------------
 scripts/po/sv.po        | 463 +++++++++++++++++++++++++++++++++-----------
 98 files changed, 18795 insertions(+), 10190 deletions(-)

commit 3eca339ccdd14f2812ca252fd4243fdfeac9ad1d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 00:54:47 2016 +0200

    dpkg-buildpackage: Reference the .dsc in .buildinfo if building from one
    
    If we have been passed a .dsc filename as an argument, so that we have
    extracted it, we can then tell dpkg-genbuildinfo to include references
    to the source package, as we can ascertain the provenance of the source
    tree.
    
    Closes: #882511

 man/dpkg-buildpackage.pod    |  3 +++
 scripts/dpkg-buildpackage.pl | 11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 555f9fe3c7ae8e9f166253ae049ce6c03914920f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 9 03:58:26 2024 +0200

    dpkg-buildpackage: Add support for building from a specified .dsc or dir
    
    This adds support to build directly from a source package .dsc, or to
    specify a source directory to use for the build. In the first case we
    will extract the source package. For both .dsc and directory we will
    change directory to the source tree.

 man/dpkg-buildpackage.pod    | 19 +++++++++++--
 scripts/dpkg-buildpackage.pl | 66 ++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 80 insertions(+), 5 deletions(-)

commit a0e40ff858f09d3441e38da60f75aab423e33d48
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 9 03:53:10 2024 +0200

    perl: Use new Dpkg::Source::Package->get_basedirname() method
    
    Instead of open coding this, use the method provided by the class.

 scripts/Dpkg/Source/Package/V1.pm | 3 +--
 scripts/Dpkg/Source/Package/V2.pm | 3 +--
 scripts/dpkg-source.pl            | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

commit 5ca492db5c16b71d0d2db25ce48208f291fc1ea2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 9 03:49:49 2024 +0200

    Dpkg::Source::Package: Add a new get_basedirname() method
    
    This centralizes the generation of the base directory name for a source
    package.

 scripts/Dpkg/Source/Package.pm | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit 98adc2ec51754fb7f47e5ef73d6d166ba6adf4e7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 9 03:48:59 2024 +0200

    Dpkg::Source::Package::V3::Bzr: Remove unused variables

 scripts/Dpkg/Source/Package/V3/Bzr.pm | 4 ----
 1 file changed, 4 deletions(-)

commit 044955f9b8dc1a2d2dd698f4e5860514f7400990
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 9 03:45:04 2024 +0200

    Dpkg::Source::Package: Document method additions with an object
    
    Add an object so that it is clear these are methods, just as we do with
    all other entries in other modules.

 scripts/Dpkg/Source/Package.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 00f0fb17355717a8ed80134fed66eb9c264915b9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 23 00:14:25 2024 +0100

    Dpkg::Substvars: Add support for required substvars assigned with !=
    
    Some packaging helpers (namely debhelper) set various substvars that
    must always be used by the packaging. Marking those as required means
    the maintainer will never forget to use them.
    
    We add a new operator «!=» to make it possible for other tools to mark
    those variables as required. Track those internally too so that they can
    be printed back properly.

 man/deb-substvars.pod                  | 13 ++++++++-----
 scripts/Dpkg/Substvars.pm              | 34 +++++++++++++++++++++++++++-------
 scripts/Makefile.am                    |  1 +
 scripts/t/Dpkg_Substvars.t             | 28 +++++++++++++++++++++++++++-
 scripts/t/Dpkg_Substvars/substvars-req |  1 +
 5 files changed, 64 insertions(+), 13 deletions(-)

commit df60765ed4bc6640b788c796dd0c627d7714f807
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 2 23:21:47 2024 +0200

    Dpkg::Vendor::Debian: Guarantee UTF-8 locale codeset on sanitize-env
    
    If LC_ALL is set move it to LANG (as it is the lowest priority in the
    override stack), and delete all other LC_* variables which would have
    been shadowed anyway. Set LC_CTYPE C.UTF-8.

 scripts/Dpkg/Vendor/Debian.pm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 259debe76b8d3283c20ddaa476e6ee95270e593f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 3 12:10:35 2024 +0200

    build: Do not include VCS specific files in the distributed tarball
    
    These files only make sense when they are part of the VCS.

 Makefile.am | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 5a381b45ab3c6708c4dd96fc9756547768a52d7e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 3 12:18:35 2024 +0200

    build: Include a .dist-vcs-url file in the distributed tarball
    
    This file contains the URL for the VCS the tarball was hosted from.

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 4c6e077bfb53e5c66578bd0d55b20c81f4820224
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 11 02:55:39 2024 +0200

    libdpkg: Do not try to strdup() a NULL pointer in dpkg_get_pid_execname()
    
    If the function is compiled on a port that is currently not handled by
    the function port specific pre-processor conditionals, the code would
    try to strdup() a NULL pointer. Handle this explicitly and return NULL
    in that case.
    
    Fixes: commit d6a9bb6951166a7254ab2b4f887c69c4bd4fb1a7
    Warned-by: cppcheck
    Changelog: silent

 lib/dpkg/execname.c | 2 ++
 1 file changed, 2 insertions(+)

commit 4ec4dcd01dba74783744d2dfac34666309aea3eb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 11 02:54:54 2024 +0200

    libdpkg: Remove unused variable in dpkg_get_pid_execname() on GNU/Hurd
    
    Fixes: commit d6a9bb6951166a7254ab2b4f887c69c4bd4fb1a7
    Warned-by: cppcheck
    Changelog: silent

 lib/dpkg/execname.c | 1 -
 1 file changed, 1 deletion(-)

commit 99bba12f0de89c12a6ab34cc466e8dc1402b1356
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 29 09:55:46 2024 +0200

    libdpkg: Try to print the executable name of the lock contending process
    
    Just printing the PID is not very useful to try to track down the
    contending process as its presence might be momentary and might no
    longer be present when the user tries to look for that specific PID.
    
    Try to get the executable name to give a better hint to what might be
    going wrong.
    
    Closes: #1070027

 lib/dpkg/file.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit d6a9bb6951166a7254ab2b4f887c69c4bd4fb1a7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 29 09:55:19 2024 +0200

    libdpkg: Add new execname module
    
    This module tries to return the executable name for a specific process
    given its PID. If it cannot gather the information either because the
    process is gone, or the port does not yet have support for it, then
    the code will return NULL.

 lib/dpkg/Makefile.am |   2 +
 lib/dpkg/execname.c  | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/execname.h  |  43 ++++++++++++++
 lib/dpkg/libdpkg.map |   3 +
 po/POTFILES.in       |   1 +
 5 files changed, 214 insertions(+)

commit b7dc60447121858bd3ed5da1183a28d906a849e4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 23:03:42 2024 +0200

    dselect: Use enum values instead of literal integers
    
    Makes the code more clear on what it is comparing against.
    
    Changelog: internal

 dselect/pkgtop.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit e56be216525ad13f00e81e960c97b1454efee9ad
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 22:47:00 2024 +0200

    libdpkg: Check for updateslength < 0 instead of == -1 in ulist_select()
    
    Make the check more future proof against tracking other negative values,
    and match the recent coding style switch to check for all negative
    values instead of a specific -1 (although in this case this does not
    signal an error, but an uninitialized value.

 lib/dpkg/dbmodify.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit af5c8d99e08c0e9bc5e929f56a2753fa0bc5d10c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 22:38:16 2024 +0200

    libdpkg: Check for limit >= 0 instead of != -1 in buffer_copy()
    
    Make the check both more future proof against passing other negative
    values (which is what is triggering warnings in static analyzers), and
    match the recent coding style switch to check for all negative values
    instead of a specific -1 (although in this case this does not signal an
    error, but an unlimited copy).
    
    Warned-by: coverity

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

commit 1a7b7d52ef6e637718bccdefc78bb1437b9af27e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 22:36:18 2024 +0200

    dpkg: Check for < 0 instead of == -1 for conffderef() return values
    
    This is a dpkg specific function that returns 0 on success and -1 on
    error. While a static analyzer should have enough in-tree information
    to be able to avoid emitting bogus diagnostics, we switch to the same
    pattern as we just did for syscall return values so that the coding
    style is uniform.
    
    While at it we improve the debug output for the newly handled values.
    
    Changelog: internal

 src/main/configure.c |  2 +-
 src/main/remove.c    | 10 +++++++---
 src/main/unpack.c    |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 4682652aabe4423177f26982c613e2e79765a393
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 23:20:52 2024 +0200

    Check for >= 0 instead of != -1 for syscall return values
    
    While checking for != -1 is correct for all these calls, as that is
    what the non-error condition is specified to return, this can confuse
    static analyzers where these might consider other negative return values
    as unhandled and emit bogus potential overflow or underflow conditions.
    
    Make these checks >= 0, which is shorter, also correct, and should pacify
    static analyzers.
    
    Changelog: internal

 lib/dpkg/buffer.c        | 2 +-
 lib/dpkg/db-fsys-files.c | 2 +-
 lib/dpkg/dbmodify.c      | 4 ++--
 src/deb/extract.c        | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 5601b476929a896e1ab67e66e1192d5a90346e75
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 22:32:23 2024 +0200

    Check for < 0 instead of == -1 from syscall return values
    
    While checking for == -1 is correct for all these calls, as that is
    what the error condition is specified to return, this can confuse static
    analyzers where these might consider other negative return values as
    unhandled and emit bogus potential overflow or underflow conditions.
    
    Make these checks < 0, which is shorter, also correct, and should pacify
    static analyzers. We leave alone the nice() function because it can
    return other negative values as part of its interface definition.
    
    Changelog: internal

 dselect/method.cc           |  8 ++++----
 lib/dpkg/dbmodify.c         | 12 ++++++------
 lib/dpkg/fdio.c             |  4 ++--
 lib/dpkg/file.c             | 14 +++++++-------
 lib/dpkg/mustlib.c          |  4 ++--
 lib/dpkg/parse.c            |  4 ++--
 lib/dpkg/subproc.c          |  4 ++--
 lib/dpkg/t/t-subproc.c      |  6 +++---
 lib/dpkg/trigdeferred.c     |  4 ++--
 src/common/selinux.c        |  2 +-
 src/deb/build.c             |  4 ++--
 src/deb/info.c              |  2 +-
 utils/start-stop-daemon.c   | 12 ++++++------
 utils/update-alternatives.c | 10 +++++-----
 14 files changed, 45 insertions(+), 45 deletions(-)

commit 040922cf08e03566a38b1c82ef66f9d01ab30ec3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 06:28:38 2024 +0200

    dpkg-realpath: Guarantee varbufs have been allocated
    
    This makes sure all the relevant varbufs are allocated and their buf
    member is not NULL. This is an alternative robustness fix and a
    workaround for commit 0fee7b211d8f31067bb444268860d995a8c1ba1e
    and commit f724d507677674d4386816098bf038aa1567c081.
    
    Changelog: internal

 src/realpath/main.c | 5 +++++
 1 file changed, 5 insertions(+)

commit f724d507677674d4386816098bf038aa1567c081
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 06:25:24 2024 +0200

    Revert "dpkg-realpath: Switch direct varbuf accesses to varbuf_str()"
    
    This reverts commit 0fee7b211d8f31067bb444268860d995a8c1ba1e.
    
    This was making cppcheck hit a bogus syntax error, and making the
    authorcheck fail. We'll workaround the issue by using an alternative
    method to make the code more robust.
    
    Ref: https://bugs.debian.org/1076061
    Changelog: internal

 src/realpath/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0fee7b211d8f31067bb444268860d995a8c1ba1e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 9 04:18:47 2024 +0200

    dpkg-realpath: Switch direct varbuf accesses to varbuf_str()
    
    Make these accesses more robust by using varbuf_str(), so that even
    if the varbufs are empty we do not need to worry about handling a
    NULL pointer.
    
    Changelog: internal

 src/realpath/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 474db9879aac91f4f97d3e7b0d205d4c2b63c360
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 9 04:15:50 2024 +0200

    dpkg-realpath: Do not allow an empty pathname argument
    
    The code was expecting a non-empty string, and resolving an empty
    pathname does not make much sense anyway.
    
    Warned-by: coverity

 src/realpath/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 983fadb9e00bb7a7816ace1952b4f704632c6c83
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 9 03:00:57 2024 +0200

    libdpkg: Do not accept len >= INT_MAX in fd_read() and fd_write()
    
    The read() and write() functions return errors as negative numbers
    via a ssize_t type, and also the amount read or written. This means
    that if we pass a value greater than SSIZE_MAX, then it might not be
    representable as a return value and would overflow.
    
    Warned-by: coverity

 lib/dpkg/fdio.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 9ff1f50b1cf672569de4fe438be268dcf9495a33
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 9 02:57:47 2024 +0200

    libcompat: Fix vasprintf() to error out if vsnprintf() returns >= INT_MAX
    
    If the initial vsnprintf() call inside vasprintf() returns the needed
    amount of bytes >= INT_MAX, that means we could overflow either when
    adding one for the allocation if sizeof(size_t) == sizeof(int), or when
    passing the size of that buffer to the next vsnprintf() call where even
    if sizeof(size_t) > sizeof(int), the function will still need to return
    the number of written bytes. Set errno appropriately and return -1.
    
    Warned-by: coverity

 lib/compat/vasprintf.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 811651673916b07d74b8e7284da71e02b12019f6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 27 00:45:20 2024 +0200

    build: Check whether HAVE_* macros for headers are defined
    
    The autoconf HAVE_ macros for headers are only defined if the header is
    present. So we should check for that and not only for whether the macro
    is true.

 dselect/main.cc           |  2 +-
 lib/dpkg/t/c-tarextract.c |  4 ++--
 lib/dpkg/tarfn.c          |  2 +-
 m4/dpkg-types.m4          |  4 ++--
 src/deb/main.c            |  2 +-
 src/divert/main.c         |  2 +-
 src/main/main.c           |  2 +-
 src/query/main.c          |  2 +-
 src/realpath/main.c       |  2 +-
 src/split/main.c          |  2 +-
 src/statoverride/main.c   |  2 +-
 src/trigger/main.c        |  2 +-
 utils/start-stop-daemon.c | 10 +++++-----
 13 files changed, 19 insertions(+), 19 deletions(-)

commit 83c6705c1b6ecc4a7d27e02a9c44667760843d80
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 26 13:24:40 2024 +0200

    s-s-d: Fix typos in code comments
    
    Changelog: internal

 utils/start-stop-daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4993ac06a949095ad85de0d6be081fb366eec1bb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 8 05:33:23 2024 +0200

    build: Add missing files and sort POTFILES.in
    
    Let's add all files even if they currently do not contain any
    translation, as not listing them all unconditionally is error prone,
    as we might end up adding translations and those getting missed due
    to the file already existing.
    
    Also this way we can add an author check for this.

 dselect/po/POTFILES.in |  6 ++++++
 po/POTFILES.in         |  8 +++++---
 scripts/po/POTFILES.in | 13 +++++++++++--
 3 files changed, 22 insertions(+), 5 deletions(-)

commit 45317f8730922706541ad935804731adca3e346f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 7 02:00:58 2024 +0200

    test: Switch ar m4 macros to use internal dpkg-ar implementation
    
    This implementation is system independent, so it will work regardless
    of the system ar specific behavior, be that not handling GNU terminated
    names, or handling completely different formats such as on AIX with its
    big and small ar formats, which are unrelated to the common Unix ar
    format.

 src/at/local.at | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit 865322b2a8fd321218f97e83a4be56a80c874f75
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 8 03:59:30 2024 +0200

    dpkg-ar: New internal ar implementation script
    
    This script is going to be used in the test suite to guarantee we
    have an implementation that conforms to the common Unix ar format,
    independently of what the system supports.
    
    This is a minimal interface, which is intended to be used internally
    for now, and might get replaced with a C implementation later on.
    
    Changelog: internal

 scripts/Makefile.am |   1 +
 scripts/dpkg-ar.pl  | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 128 insertions(+)

commit fbee9f6d46dc89e416c3c586fc712ffe30f89d4a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 8 04:05:41 2024 +0200

    Dpkg::Archive::Ar: New module
    
    This new module implements the minimal interface needed to write a
    new local ar command to be used by the test suite, but will also be
    used (and extended if needed) later on for the upcoming dpkg-sign,
    once that handles signatures for .deb archives.

 scripts/Dpkg/Archive/Ar.pm | 440 +++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am        |   1 +
 scripts/po/POTFILES.in     |   1 +
 t/pod-spell.t              |   1 +
 4 files changed, 443 insertions(+)

commit 9b2f0100fe89477bbbda060e324d0bdc83532633
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 7 01:45:24 2024 +0200

    test: Refactor ar handling into m4 macros
    
    We abstract the create, list and extract operations into m4 macros, so
    that we can easily change the underlying implementation in a single
    place.

 src/at/deb-format.at | 98 ++++++++++++++++++++++++++--------------------------
 src/at/deb-split.at  | 36 +++++++++----------
 src/at/local.at      | 15 ++++++++
 3 files changed, 82 insertions(+), 67 deletions(-)

commit 59ce405f33d510ee81220b9505d0ddf07802bfee
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 6 20:06:35 2024 +0200

    test: Unify all ar invocations into create, extract and list
    
    Instead of modifying ar archives, simplify the handling into three
    actions, so that we can replace the external ar usage with our own
    simple implementation. This also makes the format of the archives
    we are creating more obvious.

 src/at/deb-format.at | 15 +++++----------
 src/at/deb-split.at  | 11 +++++------
 2 files changed, 10 insertions(+), 16 deletions(-)

commit 7e27cbae0ed0aef3e2da3f28256b671c6a9aecd2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 5 01:16:18 2024 +0200

    Dpkg::Shlibs::Cppfilt: Normalize demangled symbols with llvm or C++11 format
    
    The output from c++filt from llvm produces no spaces between ending
    angle brackets (<<symbol>>) as allowed by C++11, contrary to what
    GNU binutils does by default as it was not allowed before C++11.
    
    Because this is used to compare against demangled symbols in symbols
    files, we need to use an unified format, given that the space around
    angle brackets is more compatible, and has been the default when using
    GNU binutils, we normalize into that.

 scripts/Dpkg/Shlibs/Cppfilt.pm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 1c7f9f2be3c78d115d2cd4652c59ea4a42bf78ee
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 6 16:57:00 2024 +0200

    test: Only execute Dpkg::Shlibs checks on ELF platforms
    
    We currently only support ELF, and systems with other executable formats
    such as Mach-O on macOS are not supported and will fail the tests. Skip
    them for now.

 scripts/t/Dpkg_Shlibs.t         | 7 ++++++-
 scripts/t/Dpkg_Shlibs_Cppfilt.t | 8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

commit ef9d366feadb0b6ea5d0a77a10bdedf1262a8cd9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 6 14:08:42 2024 +0200

    test: Add new DPKG_CHECK_DIFF macro to abstract file comparisons
    
    On some systems, such as ones based on SunOS/illumos, the diff tool does
    not honor the -q option and outputs «No differences encountered» when
    there are no file differences.
    
    Instead of requiring GNU diff, abstract the check into a new macro that
    uses the internal autotest machinery to compare the files for us via the
    expout mechanism.

 src/at/divert.at | 26 +++++++++++++-------------
 src/at/local.at  |  6 ++++++
 2 files changed, 19 insertions(+), 13 deletions(-)

commit 3533e05c2038cb47e5446c0ba8de02dc8ce3f275
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 5 00:29:03 2024 +0200

    Dpkg::Vendor::Debian: Set -Wno-error on qa=-bug-implicit-func
    
    Starting with gcc 14, the -Werror=implicit-function-declaration is
    enabled by default by the compiler, so disabling the feature flag (which
    would imply not passing any flag) will have no effect. Explicitly set
    -Wno-error=implicit-function-declaration if the feature has been
    disabled.
    
    Closes: #1075769

 scripts/Dpkg/Vendor/Debian.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 0dff3528b5c0d7f19bbda0899a29582fab4aef5f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 3 21:56:40 2024 +0200

    po: Update German scripts translation

 scripts/po/de.po | 191 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 102 insertions(+), 89 deletions(-)

commit 0b7988833b2b778562b1d07c1836b5fd71ae9893
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 3 21:56:16 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 61 ++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 49 insertions(+), 12 deletions(-)

commit 33e3074db621e07ea1ea565cb6d1953f323b68de
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 21 00:01:05 2024 +0200

    Dpkg::OpenPGP::ErrorCodes: Update error codes from SOP draft version 10
    
    Add relevant error codes for operations we can handle.
    
    Ref: https://ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-10.html

 scripts/Dpkg/OpenPGP/ErrorCodes.pm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit 0274e3d358022ddd270c6c40a048a27d8f6b4eb8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 20 23:33:59 2024 +0200

    dpkg-buildpackage: Make newline injection during signing GnuPG specific
    
    This is a bug in GnuPG, that other implementations do not suffer from,
    and adding this newline causes multiple unnecessary newlines to be
    added which is odd on the output.
    
    Ref: https://dev.gnupg.org/T7106

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 14 ++++++++++++++
 scripts/dpkg-buildpackage.pl          | 18 ++++--------------
 2 files changed, 18 insertions(+), 14 deletions(-)

commit 8389e701086116f8dd570b8897a7413595faf07b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 7 03:53:11 2024 +0200

    lib, src: Include missing <stdbool.h>
    
    Reported-by: Simon Richter <sjr@debian.org>
    Changelog: internal

 lib/dpkg/command.h    | 1 +
 lib/dpkg/parsedump.h  | 1 +
 lib/dpkg/pkg-format.h | 2 ++
 lib/dpkg/triglib.h    | 2 ++
 lib/dpkg/varbuf.h     | 1 +
 src/common/force.h    | 2 ++
 src/main/main.h       | 2 ++
 7 files changed, 11 insertions(+)

commit c94e16d93815aafe81daf68400ff1debc487b805
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 7 03:43:47 2024 +0200

    Dpkg::Vendor::Debian: On native builds map *_FOR_BUILD flags to * flags
    
    This should always be safe to do, and reduces the false positives in
    automatic tools analyzing the flags being set, which can trip over
    the _FOR_BUILD flags being blank.
    
    Closes: #1072332

 scripts/Dpkg/Vendor/Debian.pm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit 17456a341a1c63501e8dbfa6e93c4bf08cb8354e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 31 00:21:15 2024 +0200

    Merge conffile obsolete and remove-on-upgrade into a single flags member
    
    Use a single flag member, so that it's easier to copy around, and test
    for multiple conditions at once, or delegate the check to a function via
    a bitmask.
    
    Changelog: internal

 lib/dpkg/dpkg-db.h  | 12 ++++++++++--
 lib/dpkg/dump.c     |  4 ++--
 lib/dpkg/fields.c   | 20 +++++++++++---------
 src/main/archives.c |  2 +-
 src/main/help.c     |  4 ++--
 src/main/remove.c   |  2 +-
 src/main/unpack.c   |  8 +++++---
 7 files changed, 32 insertions(+), 20 deletions(-)

commit b11ffedcae076e420b55c28d46c885a7280b92c3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 31 00:31:15 2024 +0200

    dpkg: Refactor conffile disappearing check into a new function
    
    Centralize the check into a function, which will make it easier to
    extend its logic in the future.
    
    Changelog: internal

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

commit 09ae886184684990ec59ed01e66212cb7e41342a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 26 02:12:30 2024 +0100

    dpkg-shlibdeps: Add support for new --package option
    
    This option takes care of changing some of the defaults based on the
    information from the debian/control file.
    
    We select whether to use the Pre-Depends or Depends field as the default
    on whether the package is Essential:yes. We select the package type from
    the Package-Type field. And add the package to the set of packages
    excluded by -x.

 man/dpkg-shlibdeps.pod    | 15 +++++++++++++++
 scripts/dpkg-shlibdeps.pl | 32 ++++++++++++++++++++++++++++++--
 2 files changed, 45 insertions(+), 2 deletions(-)

commit e16a155f57c8c6f449ad949e876a160b393d6a55
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 26 01:57:38 2024 +0100

    dpkg-shlibdeps: Refactor executable CLI parsing
    
    Instead of handling the executable and the dependency field it needs to
    use for the substvars it generates, queue them into an array and process
    all of them afterwards. This reduces duplicated parsing logic, and will
    make it possible to use a different default for the field.

Notes:
    Changelog: internal

 scripts/dpkg-shlibdeps.pl | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

commit 01505a92295ee7767ebf92986ab569d9eb1d4f30
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 20 01:07:09 2024 +0200

    libdpkg: Factor fsys_list_parse_buffer() out of ensure_packagefiles_available()
    
    Split the .list file specific parsing out of this more general files
    metadata loading function.

 lib/dpkg/db-fsys-files.c | 73 ++++++++++++++++++++++++++++--------------------
 1 file changed, 42 insertions(+), 31 deletions(-)

commit 6410d905bd5f491ca764debc2c25c44a4b561fe1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 1 05:33:50 2024 +0200

    test: Clarify the Makefile fragment variable being tested via comments
    
    The current output is very confusing as it does not really mention the
    actual variable being tested, and only expanded values are shown, which
    makes for a harder time when trying to diagnose issues in the tests.

 scripts/t/mk/architecture.mk | 4 ++--
 scripts/t/mk/buildapi.mk     | 1 +
 scripts/t/mk/buildflags.mk   | 4 ++--
 scripts/t/mk/buildopts.mk    | 1 +
 scripts/t/mk/buildtools.mk   | 4 ++--
 scripts/t/mk/pkg-info.mk     | 2 ++
 scripts/t/mk/vendor-v0.mk    | 1 +
 scripts/t/mk/vendor-v1.mk    | 1 +
 scripts/t/mk/vendor.mk       | 2 ++
 9 files changed, 14 insertions(+), 6 deletions(-)

commit 1e9c98a43156b1724e8a1de2d63556c432bd8b7e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 1 05:32:11 2024 +0200

    test: Parametrize all Makefile fragment functional tests
    
    Switch the tests to use variable lists instead of testing each variable
    individually. This will make extending and adding comments to identify
    the variables being tested easier and with less repetition.

 scripts/t/mk/buildapi.mk  | 12 ++++++++++--
 scripts/t/mk/buildopts.mk | 10 ++++++++--
 scripts/t/mk/pkg-info.mk  | 29 +++++++++++++++++++++--------
 scripts/t/mk/vendor.mk    | 15 ++++++++++++---
 4 files changed, 51 insertions(+), 15 deletions(-)

commit 7e73ffda963a579bb7199301985a267586d0f7ff
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 1 05:00:31 2024 +0200

    test: Set CC to gcc in make fragments functional tests
    
    We are setting the CC environment variable for the TAP driver, from
    the value detected at configure time, which means we might not have
    the expected mock binary to control the output. Just set the CC
    variable to a known value for the make fragments functional tests.

 scripts/t/mk.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d8ff5ef854c5fd3f6e9e5fa24a9e394a9b295276
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Jul 2 11:54:55 2024 +0200

    scripts/mk: Stop hard-coding dpkg_datadir
    
    This path differ during tests and after installation. Instead of
    rewriting the file with a hardcoded path, compute it within Make.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 build-aux/subst.am       |  8 --------
 scripts/mk/Makefile.am   | 10 ----------
 scripts/mk/buildtools.mk |  2 +-
 scripts/mk/default.mk    |  3 ++-
 scripts/mk/vendor.mk     |  2 +-
 5 files changed, 4 insertions(+), 21 deletions(-)

commit a0b4da48cade31ac32d59c70813d747cd14503d8
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Jul 2 10:44:20 2024 +0200

    scripts/mk: Replace more GNU sed constructs with POSIX ones
    
    This fixes tests with BSD sed.
    
    Fixes: commit e146a68a375453db89bc3b5e816d9405e5fd5634
    Signed-off-by: Guillem Jover <guillem@debian.org>
    Changelog: silent

 scripts/mk/pkg-info.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 57048fc8c3d0810091b73b444c1c42db1a665fb9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 20 12:20:33 2024 +0200

    build: Fix test verbose and parallel option propagation
    
    Unify the handling of these flags in the automake fragment files instead
    of setting TESTSUITEFLAGS all over the place in addition to these flags
    for the various test suite drivers.

 .gitlab-ci.yml             | 10 +++++-----
 build-aux/autotest.am      |  9 +++++++++
 build-aux/tap.am           |  2 ++
 debian/rules               |  6 ++----
 debian/tests/test-not-root |  2 +-
 debian/tests/test-root     |  2 +-
 6 files changed, 20 insertions(+), 11 deletions(-)

commit deb4cfe6071c27805fdb611b317096d97ebfdc41
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 13 00:33:16 2024 +0200

    build: Workaround Tap::Harness verbose misbehavior on parallel mode
    
    The Tap::Harness module misbehaves when enabling both parallel and
    verbose mode, where the verbose output is eaten by some concurrency
    statistics output, and only the last test output is emitted.
    
    We set the formatter_class explicitly to the file formatter in case we
    are running in verbose and parallel modes as a workaround.
    
    Ref: https://github.com/Perl-Toolchain-Gang/Test-Harness/issues/105

 build-aux/test-runner | 9 +++++++++
 1 file changed, 9 insertions(+)

commit f2407763ce5198f29281b7524a55ce32cb56ad2e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 20 00:42:23 2024 +0200

    doc: Fix casing after admonition
    
    In documentation, uppercase the admonition and the first word after the
    colon. In output from programs, lowercase both the admonition and the
    first word after the colon.

 dselect/methods/ftp/setup.pl | 2 +-
 man/dpkg-buildflags.pod      | 4 ++--
 man/dpkg-query.pod           | 2 +-
 man/update-alternatives.pod  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 153a7c8de9c61f720fab6dc68fd5d017b9b3fe3d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 20 00:36:10 2024 +0200

    doc: Fix grammar for fallback

 lib/dpkg/pkg-show.c | 2 +-
 man/dpkg-name.pod   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 86fe73a5afd87962fe2b33f4e046f3f7008c7ad8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue May 21 21:00:56 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

commit 17dd898818b423c1ec1c2f1b80de4eda4a727012
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 17 23:35:26 2024 +0200

    libdpkg: Make varbuf_detach() always return a string
    
    When we have added no content into a varbuf, we avoid allocating
    memory, but when calling varbuf_detach() the caller expects a valid
    string no matter what, and having to care about it returning NULL
    is error-prone. Instead, when we have no buffer, we return an allocated
    empty string.

 lib/dpkg/t/t-varbuf.c | 27 +++++++++++++++++++++++----
 lib/dpkg/varbuf.c     |  3 +++
 2 files changed, 26 insertions(+), 4 deletions(-)

commit 0e589d3fcd3e94b70dd37d73fc21121ed2035609
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 19 11:21:10 2024 +0200

    libdpkg: Make prefix and suffix varbuf checks cope with unallocated varbufs
    
    If the varbufs have not been allocated, we should not be passing them to
    functions that expect their arguments not to be NULL.
    
    Changelog: silent

 lib/dpkg/t/t-varbuf.c |  8 +++++++-
 lib/dpkg/varbuf.c     | 10 ++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 7f287adcd0b7c09d9c212ecc38190fd0d393c0bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 19 14:12:58 2024 +0200

    libdpkg: Compute string slice for varbuf_has_suffix() check on good values
    
    We should not compute the slice with «used» members values that we know
    will produce a wrong pointer, even if we do not end up using it, as that
    can trip static analyzers.
    
    Changelog: silent

 lib/dpkg/varbuf.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 61b221cf7bab32d62f43a1bcb2b9eb88a42d94c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 15 02:30:35 2024 +0200

    man: Update verify format example to also include M
    
    We implemented partial support for the M flag in the output, so mention
    it in the example format to make it clear it is supported.

 man/dpkg.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d6488a9ed96967a0568890c0929b9ac5e7cdbed
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 15 01:55:57 2024 +0200

    dpkg: Do not run hooks or loggers with --dry-run or unprivileged
    
    If we have been told to run in dry mode, we should not be executing
    the invocation hooks, as those might have side effects. We should
    not run either if we are running as an unprivileged user without
    --force-not-root.
    
    Closes: #1071124

 man/dpkg.pod    |  6 ++++++
 src/main/main.c | 22 ++++++++++++++++++++--
 2 files changed, 26 insertions(+), 2 deletions(-)

commit bc4dc7153597fc7a1f1343567a148e5df2365b44
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Tue May 14 03:16:20 2024 +0200

    debian: Suppress s-s-d compat symlink if /sbin is missing
    
    When bootstrapping, if base-files has not yet been unpacked, the /sbin
    pathname is going to be missing and we will not be able to create a
    compat symlink, and «ln» will fail aborting the package installation.
    
    We cannot unconditionally create the /sbin directory as that would break
    on usr-merged systems that ship a symlink in a package such as base-files.
    
    Ideally base-files would be unpacked first by the bootstrapping tool,
    but that would required encoding this ordering somehow.
    
    Closes: #1071078
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/dpkg.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 98e16e2eb9d69fbecc1a45361c394998fe288604
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 11 21:12:33 2024 +0200

    dpkg-genbuildinfo: Parse Provides as virtual packages
    
    We did not specify that the dependencies to be parsed were virtual
    packages.

 scripts/dpkg-genbuildinfo.pl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b126d97260a4e93cf1a1b8cd8524fdcbf50c647a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 12 19:27:05 2024 +0200

    test: Refactor real and virtual package setup
    
    Use a list of real and virtual packages to use, and feed them into the
    known facts object in a loop.
    
    Based-on-patch-by: Johannes Schauer Marin Rodrigues <josch@debian.org>

 scripts/t/Dpkg_Deps.t | 93 ++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 81 insertions(+), 12 deletions(-)

commit b33121e1f73d336fe2eee8d0b1e117c7290e2bff
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 10 17:32:07 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 67 insertions(+), 11 deletions(-)

commit b33417497676318daf9fcc7f8d9ab189b5a2da1e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 10 00:21:16 2024 +0200

    libdpkg: Turn the warning on Provides version relation into a lax error
    
    This is not allowed and it is unexpected by several tools. We should be
    strict here and refuse parsing these kind of packages, when the context
    (non database files) allows it.
    
    Ref: #930317

 lib/dpkg/fields.c                                   |  6 +++---
 tests/t-db/Makefile                                 | 10 ++++++++++
 .../t-db/db-bogus-versioned-provides-update/status  | 10 ++++++++++
 .../updates/.keep                                   |  0
 .../db-bogus-versioned-provides-update/updates/0001 | 10 ++++++++++
 tests/t-db/db-bogus-versioned-provides/status       | 21 +++++++++++++++++++++
 .../t-db/db-bogus-versioned-provides/updates/.keep  |  0
 tests/t-provides/Makefile                           | 15 ++++++++++++++-
 tests/t-provides/pkg-provides-bogus/DEBIAN/control  |  8 ++++++++
 9 files changed, 76 insertions(+), 4 deletions(-)

commit 77cd6c000d433c8ebe6dfcf51579ed0f985e45ee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 10 00:18:47 2024 +0200

    libdpkg: Refactor lax problem reporting into parse_lax_problem() function
    
    This function checks whether need to report a warning or an error
    depending on whether we are currently in one of the specific lax modes,
    as specified by the passed flags.

 lib/dpkg/parse.c     | 12 ++++--------
 lib/dpkg/parsedump.h |  4 ++++
 lib/dpkg/parsehelp.c | 17 +++++++++++++++++
 3 files changed, 25 insertions(+), 8 deletions(-)

commit 4ed783dc7f83f97642ca206d05fc155c636dfb3a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 6 23:56:25 2023 +0200

    man: Document weak checksum algorithms
    
    Add an attribute describing whether the fields are weak or strong, and
    a note explicitly explaining their secure verification status.

 man/deb-buildinfo.pod |  9 ++++++---
 man/deb-changes.pod   | 12 ++++++++++--
 man/dsc.pod           |  9 ++++++---
 3 files changed, 22 insertions(+), 8 deletions(-)

commit e5fb453b3a68c5d79c0b79279cc763d269be8f2d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 6 23:54:05 2023 +0200

    man: Document missing Packages front-end fields in dpkg-query(1)
    
    These are part of the Packages files in repositories, which can end up
    in the available database shown by dpkg-query(1).

 man/dpkg-query.pod | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 77f1ce33aa905e7745db396b587a1a08f390c41e
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Mon May 6 22:54:23 2024 +0200

    po: Update Dutch man pages translations
    
    Closes: #1070144
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 401 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 250 insertions(+), 151 deletions(-)

commit 9dff672909dd6e294c5ac199c3c48bf44c823e3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 4 02:27:44 2024 +0200

    libdpkg: Mark file_slurp_fd() NUL-terminate the varbuf
    
    While this is not a concern with the current users of these functions,
    it's still better to NUL-terminate the resulting varbuf, in case a
    caller will try to use it as a C string directly.

Notes:
    Changelog: s/Mark/Make/

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

commit e146a68a375453db89bc3b5e816d9405e5fd5634
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Sun Mar 10 20:18:52 2024 +0100

    scripts/mk: Reduce the number of subprocesses
    
    In architecture.mk, each unset variable was spawning a shell.
    
    In buildapi.mk, each expansion was spawning a shell. Where
    default.mk and vendor.mk both expand DPKG_BUILD_API.
    
    In buildflags.mk, each first expansion of an unset variable was
    spawning a shell. DPKG_EXPORT_BUILDFLAGS expands all variables.
    
    In pkg-info.mk, each variable was spawning its own shell.
    
    In vendors.mk the usage was correct but we switch to use the same
    mechanism for consistency.
    
    [guillem@debian.org:
     - Rename dpkg_lazy to dpkg_lazy_eval.
     - Reword commit message.
     - Fix indentation. ]
    
    Closes: #872381
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/architecture.mk | 15 ++++++++++-----
 scripts/mk/buildapi.mk     |  6 +++++-
 scripts/mk/buildflags.mk   | 36 +++++++++++++++++-------------------
 scripts/mk/pkg-info.mk     | 33 +++++++++++++++++++++++----------
 scripts/mk/vendor.mk       |  8 ++++----
 5 files changed, 59 insertions(+), 39 deletions(-)

commit 970350af0c0d0e672408757de5709908addac44f
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:23:19 2024 +0200

    test: Test override of a build tool
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/buildtools.mk | 4 ++++
 1 file changed, 4 insertions(+)

commit 48a52db4125efa792f4021efb2fc9f3f712947e3
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:21:58 2024 +0200

    test: Add missing test for CPP build tool
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/buildtools.mk | 1 +
 1 file changed, 1 insertion(+)

commit 0b4d3ad3d079ca590072b5c917d84bdb8622ed6e
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:20:42 2024 +0200

    test: Test DEB_CXXFLAGS_MAINT_SET
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/buildflags.mk | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0a3195357bf092330f7e8536ff71a51362029796
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:16:20 2024 +0200

    test: Test variable override
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/architecture.mk | 3 +++
 1 file changed, 3 insertions(+)

commit 4b04e760a43e70c888b2d2b2953b1e3d25be8925
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:14:27 2024 +0200

    test: Test exported variables in addition to Make variables
    
    [guillem@debian.org:
     - Fix comments format. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/architecture.mk | 3 +++
 scripts/t/mk/buildflags.mk   | 5 +++++
 scripts/t/mk/buildtools.mk   | 5 +++++
 3 files changed, 13 insertions(+)

commit bb01e59d881655bdb5046b318b2a99a29fb899ea
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:27:16 2024 +0200

    test: Replace double quotes with single quote in shell recipes
    
    This escapes more characters for the shell, and makes the intent of
    the dollar character more explicit.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/architecture.mk | 2 +-
 scripts/t/mk/buildflags.mk   | 2 +-
 scripts/t/mk/buildtools.mk   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit d583f4846c26b421c8bc7b833925da7af986f71f
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:09:43 2024 +0200

    test: Use loops instead of repetitions in mk fragment tests
    
    [guillem@debian.org:
     - Wrap line at foreach. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/architecture.mk | 54 ++++++++++++++++----------------------------
 scripts/t/mk/buildflags.mk   | 39 +++++++++++++++-----------------
 scripts/t/mk/buildtools.mk   | 54 +++++++++++++++++++-------------------------
 3 files changed, 61 insertions(+), 86 deletions(-)

commit 4c77028718afc79082c2a07e881db646aa7028fd
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Wed Apr 10 00:41:42 2024 +0200

    test: Simplify buildflags.mk test of _MAINT_APPEND when TEST_ is empty
    
    When TEST_CPPFLAGS is empty, the right hand side of the comparison
    starts with a space character. Append to the variable with += so that we
    do not need to care whether the TEST_ variables were previously set or
    not.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk/buildflags.mk | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit ce5c5af1678760adf23fc0fcb2aa49fe88767a38
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 6 00:42:46 2024 +0200

    test: Unset DEB_BUILD_MAINT_OPTIONS in build flags tests
    
    If we set this environment variable with optimize=+lto, then the test
    fails. We need to unset it, like we do in other test files, to be
    resilient against users or packaging setting this variable.

 scripts/t/Dpkg_BuildFlags_Ubuntu.t | 2 ++
 1 file changed, 2 insertions(+)

commit f1175056f53ec254b4234cb533881b671f7e5e35
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 11 04:32:39 2024 +0200

    build: Rework subst handling for built or installed artifacts
    
    Switch from sed to perl so that we can perform in-place substitutions in
    a portable way. Make the variable naming usage uniform.
    
    This reduces the amount of code duplication to deal with these
    substitutions.
    
    We do not use AM_V_GEN any longer for the subst_.*_file macros, as
    those get the filename as an argument, and are used in install-data-hook
    targets, which then generate very confusing output such as
    «  GEN    install-data-hook» for every modified file. And for the
    subst_.*_filter macros we use AM_V_GEN in the call sites, if needed,
    as that might not be appropriate if called after a pipe.

 build-aux/subst.am     | 54 +++++++++++++++++++++++++++++---------------------
 scripts/Makefile.am    |  6 +-----
 scripts/mk/Makefile.am | 19 ++++--------------
 utils/Makefile.am      | 10 ++++++----
 4 files changed, 42 insertions(+), 47 deletions(-)

commit 84d82aaaf5ae6ec761d8a6c811cc17e47b6a91b5
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Apr 29 18:35:19 2024 +0200

    po: Update German programs translation
    
    Update to 1195t.

 po/de.po | 152 ++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 107 insertions(+), 45 deletions(-)

commit f8d4dc399cee2a36767e7cade336824953d3151d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 29 09:53:13 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 72 +++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 50 insertions(+), 22 deletions(-)

commit 24a7aee4631c8fb6f6482297810937f93bcc85da
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 29 03:47:24 2024 +0200

    Revert "test: Pass -T+1 to xz to workaround spurious warning with xz 5.6.0"
    
    This reverts commit 5822b37460127d772f06a09b0acceaf87a1fec66.
    
    This got fixed in xz 5.6.1, but those two versions were backdoored
    anyway. New version will not emit the warnings that made the test suite
    fail, and we should not keep workarounds for versions that were
    backdoored anyway.
    
    The workaround was causing test failures on systems with older xz
    version where the -T+1 option form is unknown.

 src/at/deb-format.at | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit 0f4000a29e2c8fdbe007a645028c10a04bdebbcc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 29 03:30:45 2024 +0200

    test: Initialize varbuf before use
    
    This was already fixed in another branch, but the commit with the fix
    did not end up in the main branch.
    
    Fixes: commit 9d410b39199e46dab8268b70e4557901f3e8af85
    Changelog: silent

 lib/dpkg/t/t-file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 489c0f4b2fcee6169640328fa8188174f2e4888e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 29 03:17:52 2024 +0200

    libdpkg: Add missing header includes
    
    Fixes: commit e5c856f7368a71a6dbcb8fb1fd318f836a246f78

 lib/dpkg/i18n.c | 2 ++
 1 file changed, 2 insertions(+)

commit 51b9b23c4fcf740fcc516b3bbb64860c850bf1c9
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Sun Apr 28 15:43:47 2024 +0100

    po: Update Swedish translations
    
    Closes: #1070011
    Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/sv.po     | 324 ++++++++++++++++++++-----------------------------------
 po/sv.po         |  34 +++---
 scripts/po/sv.po |  45 +++-----
 3 files changed, 146 insertions(+), 257 deletions(-)

commit 0f503ee3aafaa0a3a955fdd3c63c043b42664d6c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 25 22:44:19 2024 +0200

    src: Check whether SOURCE_DATE_EPOCH is set before parsing it
    
    The dpkg-deb and dpkg-split program try to parse this environment
    variable to use it for their timestamps inside files to generate
    reproducible artifacts. But when the environment variable is set
    but empty then the parsing function fails with a confusing error
    message.
    
    This is an issue when building a package directly via debian/rules
    that uses the pkg-info.mk fragment file, because that one tries to
    set the SOURCE_DATE_EPOCH and can end up setting it to an empty value
    if the changelog contains an unfinished trailer. This is not an issue
    when using dpkg-buildpackage, though because the code there will
    fallback to use the current time if it there is no value from the
    changelog.
    
    Closes: #1069846
    Based-on-patch-by: Rainer Weikusat <rweikusat@cyberadapt.com>

 src/deb/build.c   | 2 +-
 src/split/split.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2b771a88ea8d66fd63acf73f93e5d0e486652982
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 25 23:02:31 2024 +0200

    src: Fix timestamp parse error reporting
    
    We should distinguish between errors causing errno to be set, and errors
    from partial conversions or no conversions at all. Otherwise we might
    get an error message that states "Success" which is more confusing than
    helpful.
    
    Ref: #1069846

 src/deb/build.c   | 4 +++-
 src/split/split.c | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f6d747035eef2c9a86f6ac749444ed80673d4ccf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 18 00:50:31 2024 +0200

    dpkg: Use a variable for each conffile pathname type
    
    Instead of reusing two variables for various purposes, which makes the
    code hard to follow and is rather confusing, use a dedicated variable
    for each pathname type to make this all obvious.
    
    This also removes the rather unsafe code pattern of tracking a pointer
    state to then append to with strcpy().
    
    Changelog: internal

 src/main/configure.c | 67 +++++++++++++++++++++++++---------------------------
 1 file changed, 32 insertions(+), 35 deletions(-)

commit 42158472a5e6854888a16aa2e0216040ec2eae36
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 13 22:51:39 2024 +0200

    dpkg-realpath: Rewrite in C
    
    This should make the code more robust against system issues on missing
    shell interpreters or realpath and readlink commands.

 po/POTFILES.in       |   2 +
 src/Makefile.am      |   7 +-
 src/dpkg-realpath.sh | 179 -------------------------------------
 src/realpath/main.c  | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++
 t/shellcheck.t       |   1 -
 5 files changed, 249 insertions(+), 182 deletions(-)

commit 9d410b39199e46dab8268b70e4557901f3e8af85
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 20 01:08:06 2024 +0200

    libdpkg: Add new file_getcwd() function
    
    This new function abstracts the logic to retry getting the current
    working directory by growing a buffer so that the result can fit.

 lib/dpkg/file.c      | 14 ++++++++++++++
 lib/dpkg/file.h      |  3 +++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/t/t-file.c  | 17 ++++++++++++++++-
 4 files changed, 34 insertions(+), 1 deletion(-)

commit f382029ba92a2b626acc243f2bba278395df5e03
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 13 22:39:44 2024 +0200

    libdpkg: Add new varbuf prefix and suffix handling functions
    
    These add checks for whether a prefix or a suffix is present in a
    varbuf, and functions to trim varbuf or repeated character prefixes.

 lib/dpkg/libdpkg.map  |  4 ++++
 lib/dpkg/t/t-varbuf.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 lib/dpkg/varbuf.c     | 46 ++++++++++++++++++++++++++++++++++++
 lib/dpkg/varbuf.h     |  5 ++++
 4 files changed, 119 insertions(+), 1 deletion(-)

commit e5c856f7368a71a6dbcb8fb1fd318f836a246f78
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 28 04:34:21 2024 +0100

    libdpkg: Add support for DPKG_NLS environment variable
    
    This implements the DPKG_NLS environment variable support that all other
    perl scripts already support, unifying the interface. This also covers
    the case where a frontend might want to be translated but get
    untranslated messages from dpkg itself.

 lib/dpkg/i18n.c           | 21 ++++++++++++++++++++-
 man/dpkg-deb.pod          |  6 ++++++
 man/dpkg-divert.pod       |  6 ++++++
 man/dpkg-query.pod        |  6 ++++++
 man/dpkg-realpath.pod     |  6 ++++++
 man/dpkg-split.pod        |  6 ++++++
 man/dpkg-statoverride.pod |  6 ++++++
 man/dpkg-trigger.pod      |  6 ++++++
 man/dpkg.pod              |  6 ++++++
 9 files changed, 68 insertions(+), 1 deletion(-)

commit 24287281f6f0ecd3191adbae287410e00dd2c586
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 13 04:42:57 2024 +0200

    man: Document DPKG_COLORS and DPKG_NLS for all perl scripts honoring them
    
    The dpkg-buildapi and dpkg-buildtree scripts honor these environment
    variables by way of the Dpkg::ErrorHandling and Dpkg::Gettext modules,
    but that was not documented in the manual pages.

 man/dpkg-buildapi.pod  | 12 ++++++++++++
 man/dpkg-buildtree.pod | 18 ++++++++++++++++++
 2 files changed, 30 insertions(+)

commit e309f8639d2beb84c1f74b9bd0e9933f7fc7f58b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 11 00:52:34 2024 +0200

    man: Add new libdpkg(7) manual page
    
    This is intended to document the library as a whole, give some overview
    of its usage, API stability and deprecations.
    
    The API documentation for this library will not be translated, so it
    seems a bit pointless to translate this manual page. It is thus not
    marked for translation.

 Makefile.am                 |  1 +
 debian/libdpkg-dev.manpages |  1 +
 man/Makefile.am             |  2 ++
 man/libdpkg.pod             | 44 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+)

commit 46ca7d944d1c876b0d345a6853ce3ff1ea42dea9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 20 19:28:54 2024 +0200

    build: Pass abs_srcdir and abs_builddir to the TAP driver
    
    We will need at least the abs_builddir to add tests for getcwd(), so we
    add both out of completeness.

 build-aux/tap.am | 2 ++
 1 file changed, 2 insertions(+)

commit ae03bfd28afea2fdc10be9657d78a1fe29dfa58a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 04:50:59 2023 +0200

    libdpkg: Remove varbuf_end_str() function
    
    Calling this function is not needed anymore, as varbuf handling is now
    C string safe, because every varbuf function terminates strings with a
    NUL character.

 lib/dpkg/command.c         |  1 -
 lib/dpkg/db-ctrl-access.c  |  2 --
 lib/dpkg/db-ctrl-format.c  |  1 -
 lib/dpkg/db-ctrl-upgrade.c |  3 ---
 lib/dpkg/dbmodify.c        |  3 ---
 lib/dpkg/dump.c            |  2 --
 lib/dpkg/file.c            |  1 -
 lib/dpkg/libdpkg.map       |  1 -
 lib/dpkg/log.c             |  1 -
 lib/dpkg/parse.c           |  1 -
 lib/dpkg/parsehelp.c       |  1 -
 lib/dpkg/pkg-format.c      |  2 --
 lib/dpkg/pkg-show.c        |  3 ---
 lib/dpkg/t/t-varbuf.c      |  4 ----
 lib/dpkg/tarfn.c           |  1 -
 lib/dpkg/trigdeferred.c    |  1 -
 lib/dpkg/triglib.c         |  1 -
 lib/dpkg/varbuf.c          | 10 ----------
 lib/dpkg/varbuf.h          |  1 -
 src/common/force.c         |  1 -
 src/deb/info.c             |  1 -
 src/divert/main.c          |  1 -
 src/main/archives.c        |  9 ---------
 src/main/configure.c       |  5 -----
 src/main/depcon.c          |  4 +---
 src/main/enquiry.c         |  1 -
 src/main/main.c            |  1 -
 src/main/packages.c        |  2 --
 src/main/remove.c          |  9 ---------
 src/main/script.c          |  1 -
 src/main/select.c          |  2 --
 src/main/trigproc.c        |  3 ---
 src/main/unpack.c          |  8 --------
 src/main/verify.c          |  1 -
 src/query/main.c           |  1 -
 src/statoverride/main.c    |  1 -
 36 files changed, 1 insertion(+), 90 deletions(-)

commit cae07d61c3659836c7f37e52e3bf9297951849fd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 04:41:33 2023 +0200

    libdpkg: Always NUL terminate varbufs
    
    This guarantees the varbufs returned by functions are always printable
    and prepared to be handled by C string functions.

 lib/dpkg/t/t-varbuf.c | 14 --------------
 lib/dpkg/varbuf.c     | 22 ++++++++++++++++------
 2 files changed, 16 insertions(+), 20 deletions(-)

commit fe1c99810a21e24b7ec0bcc8dfd82488cf30c6dc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 1 03:53:31 2023 +0200

    Use varbuf_str() instead of direct access
    
    Replace any access that can result in an uninitialized buf member, in
    case it only gets conditionally added strings to it. We might do a
    second pass for the remaining read-only accesses in the future.
    
    Changelog: internal

 lib/dpkg/dump.c           |  4 ++--
 lib/dpkg/pkg-format.c     |  5 ++---
 lib/dpkg/pkg-show.c       |  4 ++--
 lib/dpkg/t/t-arch.c       | 12 ++++--------
 lib/dpkg/t/t-pkg-format.c |  2 +-
 lib/dpkg/varbuf.c         |  5 +----
 src/deb/info.c            |  8 ++++----
 src/divert/main.c         |  4 ++--
 src/main/archives.c       | 12 +++++++-----
 src/main/configure.c      |  8 ++++----
 src/main/depcon.c         |  2 +-
 src/main/packages.c       |  5 +++--
 src/main/remove.c         |  4 ++--
 src/main/script.c         |  2 +-
 src/main/select.c         | 10 ++++++----
 src/main/trigproc.c       |  8 +++++---
 src/main/unpack.c         | 24 ++++++++++++------------
 src/main/verify.c         |  2 +-
 src/statoverride/main.c   |  6 +++---
 19 files changed, 63 insertions(+), 64 deletions(-)

commit 426997f8358701a14d03d6890390207c28a009c0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 21 00:11:30 2023 +0200

    libdpkg: Rename varbuf_get_str() to varbuf_str()
    
    This shortens a bit the function name so that we can still fit it in
    long lines without having to wrap them around, and without losing any
    semantic meaning from its name (it resembles the C++ c_str() member).

 lib/dpkg/libdpkg.map  | 2 +-
 lib/dpkg/t/t-varbuf.c | 8 ++++----
 lib/dpkg/varbuf.c     | 2 +-
 lib/dpkg/varbuf.h     | 5 +++--
 4 files changed, 9 insertions(+), 8 deletions(-)

commit aea0858f52cb2ca100f34389d1864cd6a0fe1fb5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 21 00:11:30 2023 +0200

    libdpkg: Change varbuf_get_str() to return "" instead of initializing it
    
    When we have a varbuf that has not been populated, growing its memory to
    simply add a NUL character is a waste. Instead simply return a constant
    empty string.

 lib/dpkg/varbuf.c | 3 +++
 1 file changed, 3 insertions(+)

commit bfecc8f132c74397eb0cd47891688067698c2c7d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 26 09:48:42 2024 +0200

    test: Pass --check-level=exhaustive to cppcheck
    
    Starting with cppcheck 2.14.0, it emits an information level tag that it
    is not analyzing all branches, which makes the test suite fail.
    
    Warned-by: cppcheck (normalCheckLevelMaxBranches)

 t/cppcheck.t | 1 +
 1 file changed, 1 insertion(+)

commit 54a1a23d3960b496e6d12dbb973b895f5c2e4d3b
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Sat Mar 9 17:21:53 2024 +0100

    scripts/mk: Generate the _FOR_BUILD variant of each variable automatically
    
    Use a loop instead of duplicating the same variable with and without
    _FOR_BUILD suffix.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildflags.mk | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

commit 61f824cf17ca87db571f2754207726aae78986cd
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Apr 9 05:31:16 2024 +0200

    scripts/mk: Search once for parrallel= in DEB_BUILD_OPTIONS
    
    Previously each expansion of DEB_BUILD_OPTION_PARALLEL was parsing
    DEB_BUILD_OPTIONS.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

Notes:
    Changelog: s/parrallel/parallel/

 scripts/mk/buildopts.mk | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit d5835c5873f6eb8557a6ae54653cc7817e0057f0
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Apr 9 04:56:26 2024 +0200

    scripts/mk: Use explicit test of $(origin) instead of ?=
    
    This makes the intent of each stanza more readable (first ensure that
    TOOL is set, then TOOL_FOR_BUILD).
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildtools.mk | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit c0dde13fd6cccea101dc72b3705d8d6d4e7a9ed7
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Apr 9 04:47:05 2024 +0200

    scripts/mk: Use filter instead of findstring
    
    $(filter nostrip,$(DEB_BUILD_OPTIONS)) is slightly better than
    $(findstring) because the latter matches 'arduinostrip'.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildtools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8966616fa592c811b2950043f0273faada383493
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Apr 9 04:25:02 2024 +0200

    scripts/mk: Protect files against double inclusion
    
    The architecture.mk fragment file is included by default.mk and by
    buildtools.mk. The buildapi.mk fragment file is included by default.mk
    and by vendor.mk.
    
    [guillem@debian.org:
     - Rename variables.
     - Remove ifndef from endif comment. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/architecture.mk | 5 +++++
 scripts/mk/buildapi.mk     | 5 +++++
 scripts/mk/buildflags.mk   | 6 ++++++
 scripts/mk/buildopts.mk    | 5 +++++
 scripts/mk/buildtools.mk   | 5 +++++
 scripts/mk/default.mk      | 5 +++++
 scripts/mk/pkg-info.mk     | 5 +++++
 scripts/mk/vendor.mk       | 5 +++++
 8 files changed, 41 insertions(+)

commit f268c37333f6569f2a1d280446cc48ece1e41199
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 2 20:25:32 2024 +0200

    po: Update German man pages translation

 man/po/de.po | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 75 insertions(+), 4 deletions(-)

commit 3e430c1f2fdf4b27ca4050ea4cb53dfec7206d76
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 2 02:40:48 2024 +0200

    man: Document DEB_BUILD_ARCH and DEB_HOST_ARCH usage in commands
    
    These variables affect the operation of several tools in the dpkg
    toolset. Make this clear in the ENVIRONMENT section for these tools
    as otherwise it is not obvious how to modify these values, for
    example when wanting to enable cross-compilation mode, or when
    wanting to operate on foreign architectures.
    
    Prompted-by: Thorsten Glaser <tg@mirbsd.de>

 man/dpkg-buildflags.pod     |  7 +++++++
 man/dpkg-checkbuilddeps.pod |  6 ++++++
 man/dpkg-genbuildinfo.pod   | 12 ++++++++++++
 man/dpkg-genchanges.pod     |  4 ++++
 man/dpkg-gencontrol.pod     |  4 ++++
 man/dpkg-gensymbols.pod     |  4 ++++
 man/dpkg-name.pod           |  5 +++++
 man/dpkg-shlibdeps.pod      |  6 ++++++
 8 files changed, 48 insertions(+)

commit 54a6ad9db3da335a40fed9020195864c4a87bdc1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 1 16:43:48 2024 +0200

    build: Add support to track release VCS commit id
    
    This adds a provenance trail from the upstream VCS commit the tarball
    was supposedly generated from, so that it can be traced by interested
    downstreams.

 Makefile.am          |  2 ++
 build-aux/.gitignore |  1 +
 build-aux/get-vcs-id | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac         |  2 ++
 t/shellcheck.t       |  1 +
 5 files changed, 55 insertions(+)

commit 00707c50e9d456189b4f583156ca7d7a2e1e03c9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 1 16:44:57 2024 +0200

    build: Print the release version at the end of configure
    
    This should give a bit more traceability during builds by downstreams.

 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

commit 4d92144441ee31655d6cbf4669d06da73ef478bf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 29 07:31:39 2024 +0100

    po: Update German man pages translation

 man/po/de.add |  2 +-
 man/po/de.po  | 72 ++++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 55 insertions(+), 19 deletions(-)

commit 2c55113b69485a1f776f878a7bba777511354397
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 03:37:16 2024 +0100

    build: Partially revert the sanitizer for some functional tests in CI
    
    We cannot yet run some of the functional tests with the sanitizer
    support enabled, as there are tests that expect an empty stderr, which
    we might pollute from the output from at least the leak detector, and
    make them fail unintentionally.
    
    Revert the change for those for now.
    
    Fixes: commit ebd19171d8f63a3ebc01eed33c22d8af5ad0eb38

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 78a5e8e243c28f7d4c849f11e9c4cf5824a077f5
Author: Matthias Klose <doko@ubuntu.com>
Date:   Wed Mar 27 02:43:39 2024 +0100

    Dpkg::Vendor::Ubuntu: Use -fcf-protection=none instead of -fno-cf-protection
    
    The latter is not known to gcc.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/Vendor/Ubuntu.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 281c308ee91efaebfc5fa1b347670ff39e77680a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 26 04:01:30 2024 +0100

    libdpkg: Handle readlink() failures in file_readlink()
    
    We should not use the linksize to update the varbuf if readlink()
    failed, as that implies a negative number.
    
    Reported-by: coverity

 lib/dpkg/file.c | 3 +++
 1 file changed, 3 insertions(+)

commit 197fa86fc71a2e46a5c70f99a594bf13ffb520f9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 24 05:44:54 2024 +0100

    Dpkg::BuildDriver: Refactor build driver out of dpkg-buildpackage
    
    Add a new module with the logic to drive debian/rules. This also adds a
    new experimental field that can be used to select the build driver to
    use.
    
    This will help experimenting with build drivers that have a design that
    is not inside-out, so that most of the process can be performed by
    itself, instead of delegating it to the package.

 Makefile.am                             |   1 +
 doc/spec/build-driver.txt               |  44 +++++
 man/deb-src-control.pod                 |  10 +-
 scripts/Dpkg/BuildDriver.pm             | 196 +++++++++++++++++++++
 scripts/Dpkg/BuildDriver/DebianRules.pm | 298 ++++++++++++++++++++++++++++++++
 scripts/Dpkg/Control/FieldsCore.pm      |   5 +
 scripts/Makefile.am                     |   2 +
 scripts/dpkg-buildpackage.pl            | 155 ++---------------
 t/pod-spell.t                           |   2 +
 9 files changed, 574 insertions(+), 139 deletions(-)

commit bab74e22a6db2707e442823d6c0b2a1334e76d1b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 10 14:20:28 2024 +0100

    dpkg-buildpackage: Refactor build target hook execution
    
    This unifies the handling with the other hook execution. It has a slight
    behavior change, where the DPKG_BUILDPACKAGE_HOOK_BUILD_TARGET is now
    set even when the hook has been disabled.

Notes:
    Changelog: internal

 man/dpkg-buildpackage.pod                            |  3 ++-
 scripts/dpkg-buildpackage.pl                         | 20 ++++++++++----------
 .../t/dpkg_buildpackage/test-source_0_source.hook    |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

commit c711bc865b7196fada1cc02b9b80bf9110b9a889
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 3 17:58:04 2024 +0100

    dpkg-buildpackage: Fix the debian/rules executable check to respect -R
    
    When the user has specified a different rules file via the -R option,
    we should try to use that file for the check that makes sure it is
    executable. But, unfortunately, because the -R option might be passed
    other program and arguments to interpret the file or something else
    entirely, we can only be sure this is a single file to be executed if
    it contains a single element.
    
    This means the check might get disabled when passing more than one
    argument, but because it's a non-fatal warning, it should be fine.

 scripts/dpkg-buildpackage.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f4a75f1382b7f69ef6ef05fc8e35190e5452a070
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 10 13:43:24 2024 +0100

    dpkg-buildpackage: Remove fallback handling for missing required targets
    
    The fallback code that was auto-detecting for potentially missing
    build-arch and build-indep targets has been there since 2012, and has
    increasingly been restricted. In Debian there was a mass bug filing
    and there's now only a handful of packages missing these. It has come
    the time to remove this fallback code and fully require these targets,
    which means we can now avoid the auto-detection and fallback code.

 man/dpkg-buildpackage.pod    |  8 +++----
 scripts/dpkg-buildpackage.pl | 51 --------------------------------------------
 2 files changed, 3 insertions(+), 56 deletions(-)

commit 7b6e42a137f4096c7189012724a50b08a988e7d3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 00:49:17 2024 +0100

    libcompat: Include missing <string.h> in strnlen module
    
    We need the header for the memchr() prototype.
    
    Reported-by: Simon Richter <sjr@debian.org>

 lib/compat/strnlen.c | 2 ++
 1 file changed, 2 insertions(+)

commit 6a22037c2234f68cdd25a79b676d7a1536fe5519
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 00:42:49 2024 +0100

    build: Do not check for functions used unconditionally
    
    We expect these functions to be present as we are using them
    unconditionally, so there is no point in checking for them.

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit 4c586e34404b1b6a4f4030a09dbe67ee68b3ead9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 00:40:49 2024 +0100

    build: Do not check for memcpy()
    
    This function should be present already in C89 and we require C99 now.
    In addition it was causing configure failures when building with
    «-Werror».
    
    Reported-by: Simon Richter <sjr@debian.org>

 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 2eb48ad0cf05815698e61f59d47847040e6f98ce
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 00:30:59 2024 +0100

    build: Unconditionally include <stddef.h>
    
    We did this for libdpkg in commit 3516d105a427ad95c4d6bacb96030e4267c842fd,
    which was unifying the assumption with the rest of the code base, so there
    is no point in conditionally including it, when we already assume C99.

 configure.ac              | 1 -
 utils/start-stop-daemon.c | 2 --
 2 files changed, 3 deletions(-)

commit 4921ef18c65b429e65b4131f198b2c68795cb819
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 21 22:38:36 2023 +0100

    build: Add missing space before backslash

 lib/dpkg/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ebd19171d8f63a3ebc01eed33c22d8af5ad0eb38
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 17 19:52:25 2024 +0100

    build: Re-enable the sanitizer for functional tests in CI
    
    Now that we are ignoring leak sanitizer errors, we can enable the
    sanitizer checks for all the rest of issues that can be detected.
    
    At the same time we can now widen again the unit tests to all codebase
    instead of restricting it to only the lib/ directory.

 .gitlab-ci.yml | 8 ++++----
 tests/README   | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 7348ad792e551dc7d6974b0deef7dccb868ae831
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 17 22:54:04 2024 +0100

    doc: Add missing full stop to end of sentence

 tests/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0d3527afdb9dc6155f3019ca1b9d10b83af68a9b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 17 18:40:29 2024 +0100

    test: Do not fail the functional test suite due to memory leaks
    
    The codebase still has many static variables, and variables used during
    error conditions that are not cleaned up on exit or error, either
    because they are state or short-lived variables used during error
    unwinding.

 scripts/t/dpkg_buildpackage.t | 3 +++
 tests/Test.mk                 | 3 +++
 2 files changed, 6 insertions(+)

commit 5cdc783e50b9f827182c6e7988c1878ceedc7e91
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 17 15:02:45 2024 +0100

    libdpkg: Factor out filesystem database file loading into new function
    
    This code is duplicated on several places that load filesystem
    databases, refactor it into a new function that takes care of the
    (re)loading.
    
    Based-on-patch-by: Simon Richter <sjr@debian.org>

 lib/dpkg/Makefile.am        |  1 +
 lib/dpkg/db-fsys-divert.c   | 63 +++++++------------------------
 lib/dpkg/db-fsys-load.c     | 91 +++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/db-fsys-override.c | 69 +++++++++-------------------------
 lib/dpkg/db-fsys.h          | 26 +++++++++++++
 po/POTFILES.in              |  1 +
 6 files changed, 150 insertions(+), 101 deletions(-)

commit cedd582001730c8c9661dc2de280bd4fbbfe3d20
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 13 21:58:26 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

commit dfa1ac93769b435701c88de9030a1a0b83e74d32
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 10 20:42:51 2024 +0100

    Bump version to 1.22.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit b2f9600ead232a2dd3c27f8b52807a9ca5854d17
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 10 20:23:06 2024 +0100

    Release 1.22.6

 debian/changelog | 42 +++++++++++++++++++++++++++++++++++++++---
 1 file changed, 39 insertions(+), 3 deletions(-)

commit e277df5e15eb6145fb4bcb6babcea3bc4051b67f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 10 20:21:23 2024 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 21 ++++++++++++++++-----
 man/po/dpkg-man.pot     | 20 ++++++++++++++------
 man/po/es.po            | 23 ++++++++++++++++++-----
 man/po/fr.po            | 23 ++++++++++++++++++-----
 man/po/hu.po            | 21 ++++++++++++++++-----
 man/po/it.po            | 23 ++++++++++++++++++-----
 man/po/ja.po            | 23 ++++++++++++++++++-----
 man/po/nl.po            | 27 ++++++++++++++++++++++-----
 man/po/pl.po            | 23 ++++++++++++++++++-----
 man/po/pt.po            | 35 ++++++++++++++++++++++++++++++-----
 man/po/pt_BR.po         | 21 ++++++++++++++++-----
 man/po/ru.po            | 21 ++++++++++++++++-----
 man/po/sv.po            | 23 ++++++++++++++++++-----
 man/po/zh_CN.po         | 23 ++++++++++++++++++-----
 po/ast.po               | 12 ++++++------
 po/bs.po                |  6 +++---
 po/ca.po                | 10 +++++-----
 po/cs.po                | 12 ++++++------
 po/da.po                | 12 ++++++------
 po/de.po                | 12 ++++++------
 po/dpkg.pot             |  8 ++++----
 po/dz.po                | 12 ++++++------
 po/el.po                | 12 ++++++------
 po/eo.po                | 12 ++++++------
 po/es.po                | 12 ++++++------
 po/et.po                | 12 ++++++------
 po/eu.po                | 12 ++++++------
 po/fr.po                | 12 ++++++------
 po/gl.po                | 12 ++++++------
 po/hu.po                | 12 ++++++------
 po/id.po                | 14 +++++++-------
 po/it.po                | 12 ++++++------
 po/ja.po                | 12 ++++++------
 po/km.po                | 12 ++++++------
 po/ko.po                | 14 +++++++-------
 po/ku.po                |  6 +++---
 po/lt.po                | 10 +++++-----
 po/mr.po                | 12 ++++++------
 po/nb.po                | 14 +++++++-------
 po/ne.po                | 12 ++++++------
 po/nl.po                | 12 ++++++------
 po/nn.po                | 12 ++++++------
 po/oc.po                | 10 +++++-----
 po/pa.po                | 12 ++++++------
 po/pl.po                | 12 ++++++------
 po/pt.po                | 12 ++++++------
 po/pt_BR.po             | 12 ++++++------
 po/ro.po                | 12 ++++++------
 po/ru.po                | 12 ++++++------
 po/sk.po                | 12 ++++++------
 po/sv.po                | 10 +++++-----
 po/th.po                | 12 ++++++------
 po/tl.po                | 12 ++++++------
 po/tr.po                | 12 ++++++------
 po/vi.po                | 12 ++++++------
 po/zh_CN.po             | 12 ++++++------
 po/zh_TW.po             | 12 ++++++------
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/nl.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/pt.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 98 files changed, 548 insertions(+), 363 deletions(-)

commit 07140b132092e92d8d6b1b6805ff056089951dad
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 3 18:53:12 2024 +0100

    Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func
    
    For the time64 default change, we conditionally enabled
    bug-implicit-func to avoid silent ABI breakage due to implicit function
    declarations that end up using the time32 symbols, but that is causing
    confusion as the effects are not visible on the most commonly used
    architectures. Instead, enable this globally, unless the maintainer has
    specified otherwise.
    
    Ref: #1065371

 man/dpkg-buildflags.pod       |  6 ++---
 scripts/Dpkg/Vendor/Debian.pm | 15 ++++++++-----
 scripts/t/Dpkg_BuildFlags.t   | 51 ++++++++++++++++++++++++++++++++++---------
 3 files changed, 52 insertions(+), 20 deletions(-)

commit 5806169ee5a7320ef2e2863642365803216d107c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Mar 9 08:01:44 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 39 +++++++++++++++++++++++++--------------
 1 file changed, 25 insertions(+), 14 deletions(-)

commit 7052455b00cfeeddf0dd07a0b59041ab684bade8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 9 07:31:42 2024 +0100

    build: Fix typo in CI config
    
    Fixes: commit e3f5a70aeecf0ded9f3f515de56e72dba36bce4f
    Changelog: silent

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8233c44d991952bb3d73f776dc00b1ca8e9945e0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 00:15:57 2024 +0100

    build: Add gen-release script
    
    This is an import of the local script that has been driving the usual
    release process for a long time, but with the multi-branch support
    removed, and only targeting the current tree structure.

 Makefile.am           |   1 +
 build-aux/.gitignore  |   1 +
 build-aux/gen-release | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t/shellcheck.t        |   1 +
 4 files changed, 169 insertions(+)

commit a348606625cd63dff860fe766bcf3b5a725261e8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 13:13:14 2024 +0100

    test: Skip OpenPGP tests if the backend does not have a verify command
    
    If we cannot verify, we should skip the relevant tests for this
    backend.
    
    Closes: #1065648

 scripts/t/Dpkg_OpenPGP.t | 63 ++++++++++++++++++++++++++----------------------
 1 file changed, 34 insertions(+), 29 deletions(-)

commit 8547597648e5f4c0545c7383d281a2a42f2daac6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 9 00:18:12 2024 +0100

    test: Refactor certfile and keyfile filenames for OpenPGP test

 scripts/t/Dpkg_OpenPGP.t | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

commit b46e860fa360f17a3646bf1babc8ca6ec9062069
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 9 00:12:23 2024 +0100

    test: Refactor OpenPGP backend and commands list
    
    Instead of having two places to keep up-to-date, unify this in the
    Test::Dpkg module into a single hash, and add a getter so that we can
    keep one place to track this data.

 scripts/Test/Dpkg.pm     | 43 ++++++++++++++++++++++++++++++++-----------
 scripts/t/Dpkg_OpenPGP.t | 12 ++----------
 2 files changed, 34 insertions(+), 21 deletions(-)

commit e3f5a70aeecf0ded9f3f515de56e72dba36bce4f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 9 04:09:05 2024 +0100

    build: Test with minimal library dependencies in CI
    
    This disables the optional library usage, so we exercise non-library
    using code paths, so that we can catch regressions such as the one
    fixed in commit ec0f9943da9410427869e33d4fe8e2612d8e75dc.

 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit de5e15f26100b379430a3d5071d199791ca37cf5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 12:59:36 2024 +0100

    dpkg-deb: Fix up compressor parameters for default legacy format
    
    When using the gzip command as a compressor backend the code ended up
    passing «-c-1» because the default compression level was set to -1,
    and we were not fixing it up.
    
    Move the compressor fix up call after we have set compressor_params.
    
    Fixes: commit b499f2688349694d24c4a4e53d461deeae826f5c

 src/deb/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 78598d3d655c39222178b4d48ce1d640e717496b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 00:21:23 2024 +0100

    man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various tools
    
    The variable did not include that information in the description for
    the various tools that honor it.

 man/dpkg-deb.pod    | 2 ++
 man/dpkg-source.pod | 2 ++
 man/dpkg-split.pod  | 2 ++
 3 files changed, 6 insertions(+)

commit f0f117bc03652d74cb6dbf985ce7a3613ada732e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 00:21:08 2024 +0100

    debian: Fix typo in man page reference in changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd66748f0d697c30f2a1855386fc1c1148276298
Author: Andreas Rönnquist <gusnan@debian.org>
Date:   Fri Mar 8 23:45:45 2024 +0100

    po: Fix typos in Swedish man pages translations
    
    Closes: #1065672
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/sv.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 279c6ccb31343edbea89492cd4c9ed8cdf1b5771
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 7 03:23:42 2024 +0100

    po: Fix typos in Swedish man pages translations
    
    Closes: #1065575
    Stable-Candidate: 1.21.x 1.20.x

 man/po/sv.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ece63b215eeab2911ea11d6c62dc6ddf719abaf8
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Thu Mar 7 03:19:12 2024 +0100

    po: Update Dutch man pages translations
    
    Closes: #1065518
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 146 ++++++++++++++++++-----------------------------------------
 1 file changed, 44 insertions(+), 102 deletions(-)

commit e7478f6c153d4e4dcbedb7fedfff69d42de47c26
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Thu Mar 7 03:15:34 2024 +0100

    po: Update Portugese man pages translations
    
    Closes: #1065401
    Signed-off-by: Guillem Jover <guillem@debian.org>

Notes:
    Changelog: s/Portugese/Portuguese/

 man/po/pt.po | 2225 ++++++++++++++--------------------------------------------
 1 file changed, 535 insertions(+), 1690 deletions(-)

commit 4993fe783b62a3403804a3df8dbe755ae532a06a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 3 18:42:34 2024 +0100

    Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func
    
    We do not need to forcibly enable this feature if the user explicitly
    specified it.
    
    Closes: #1065371

 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 24d57d5eeaf77594e1f56116932048a6593a774c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 29 02:15:33 2024 +0100

    libdpkg: Use a macro to define the zstd default compression level
    
    This means we only need to change a single place to change the default
    value.

 lib/dpkg/compress.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ad996529f127657818a47efbfc57cedfcb42f662
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 28 04:35:58 2024 +0100

    libdpkg: Use array access instead of pointer arithmetic for meminfo parser
    
    This makes the code more uniform and shorter.

 lib/dpkg/meminfo.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit c881a5a867601482383aaf242f7590f2e11e9427
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 28 18:57:49 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 40 ++++++++++++++++------------------------
 1 file changed, 16 insertions(+), 24 deletions(-)

commit 354f9ddb654296d1632e07dd7448efcbc11479ac
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 27 05:01:29 2024 +0100

    Bump version to 1.22.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 1c92a4a8bfbeea30ceb0109b096c4ec845e3c6ce
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 27 04:32:30 2024 +0100

    Release 1.22.5

 debian/changelog | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 58 insertions(+), 3 deletions(-)

commit 546e929bd8b06806d3c0c0276815f7573d1ab4b5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 27 04:28:02 2024 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            |  64 +++++++++---
 man/po/dpkg-man.pot     | 184 ++++++++++++++++++++++++++++------
 man/po/es.po            | 220 ++++++++++++++++++++++++++++++++--------
 man/po/fr.po            | 245 ++++++++++++++++++++++++++++++++++++++-------
 man/po/hu.po            | 190 +++++++++++++++++++++++++++++------
 man/po/it.po            | 189 +++++++++++++++++++++++++++++------
 man/po/ja.po            | 218 ++++++++++++++++++++++++++++++++--------
 man/po/nl.po            | 258 +++++++++++++++++++++++++++++++++++++++--------
 man/po/pl.po            | 220 ++++++++++++++++++++++++++++++++--------
 man/po/pt.po            | 259 ++++++++++++++++++++++++++++++++++++++++--------
 man/po/pt_BR.po         | 186 ++++++++++++++++++++++++++++------
 man/po/ru.po            | 186 ++++++++++++++++++++++++++++------
 man/po/sv.po            | 258 +++++++++++++++++++++++++++++++++++++++--------
 man/po/zh_CN.po         | 184 ++++++++++++++++++++++++++++------
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/oc.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |  36 ++++---
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |  26 +++--
 scripts/po/es.po        |  30 +++---
 scripts/po/fr.po        |  30 +++---
 scripts/po/nl.po        |  30 +++---
 scripts/po/pl.po        |  30 +++---
 scripts/po/pt.po        |  30 +++---
 scripts/po/ru.po        |  30 +++---
 scripts/po/sv.po        |  36 ++++---
 98 files changed, 2617 insertions(+), 676 deletions(-)

commit ef90821fe45b99fa8c8c4279b9a74c30f59f491d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 27 04:19:59 2024 +0100

    Dpkg::Vendor::Debian: Enable qa=+bug-implicit-func for abi=+time64 feature
    
    Per https://lists.debian.org/debian-devel/2023/05/msg00262.html et al.,
    missing glibc includes can cause packages to link to the wrong symbols,
    potentially causing crashes or misbehavior. Since functions that use
    time_t are fairly ubiquitous, there's a high risk of this happening for
    *some* package in Debian and derivatives. Better to make all software
    with missing function declarations fail to build now, than to spend
    all cycle tracking down runtime bugs.
    
    Based-on-patch-by: Steve Langasek <steve.langasek@ubuntu.com>

 man/dpkg-buildflags.pod       |  5 ++++-
 scripts/Dpkg/Vendor/Debian.pm |  4 ++++
 scripts/t/Dpkg_BuildFlags.t   | 14 +++++++++++++-
 3 files changed, 21 insertions(+), 2 deletions(-)

commit 1f0ebe1945724fd57fd3984af0031ce9bf55b524
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 27 04:19:53 2024 +0100

    Dpkg::Vendor::Debian: Enable time64 feature by default except on <some>-i386
    
    On Debian the plan is to switch all architectures to default to time64,
    except for i386 (which is left to use time32 for backwards binary
    compatibility reasons), and hurd-i386 and kfreebsd-i386 (which do not
    have time64 support).
    
    In addition, the default compiler (gcc) also emits the necessary
    pre-processor flags on armel, armhf, hppa, m68k, mips, mipsel, powerpc
    and sh4, so for those if the user has explicitly requested abi=-time64
    we need to emit options to unset the macros.
    
    If the user explicitly requests abi=+time64, then it will be enabled
    everywhere (except for hurd-i386 and kfreebsd-i386 where the kernel does
    not support it), so that it can be requested explicitly on packages that
    want or need to be time64 aware regardless of the default exception, and
    so that we do not break any ABI with packages that might have already
    opted in.
    
    Based-on-patch-by: Steve Langasek <steve.langasek@ubuntu.com>
    Closes: #1037136

 man/dpkg-buildflags.pod       |  26 +++++++++--
 scripts/Dpkg/Vendor/Debian.pm |  35 +++++++++++++-
 scripts/t/Dpkg_BuildFlags.t   | 105 +++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 161 insertions(+), 5 deletions(-)

commit 5822b37460127d772f06a09b0acceaf87a1fec66
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 26 23:22:36 2024 +0100

    test: Pass -T+1 to xz to workaround spurious warning with xz 5.6.0
    
    This new xz version will automatically emit a warning when it reduces
    the amount of threads to use if it exceeds the soft memory limit, even
    when the user has not specified a number of threads to use. This is
    making the test fail. Add an explicit -T+1 for now to force parallel
    mode with a single thread until the warning problem gets sorted out in
    xz upstream.
    
    Closes: #1064856

 src/at/deb-format.at | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit feb804df14cabdefd9cb89bb96c4c20049254c7e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 19:01:19 2024 +0100

    Dpkg::Vendor::Ubuntu: Pass compiler flags to disable features
    
    These are enabled by the compiler, so when the features are disabled we
    need to pass appropriate compiler flags to disable them.
    
    Based-on-patch-by: Matthias Klose <doko@ubuntu.com>

 scripts/Dpkg/Vendor/Ubuntu.pm | 47 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit 732bd89cd234260fddb99b11691ea785945ce356
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 18:52:11 2024 +0100

    Dpkg::Vendor: Make the add_build_flags() a non-private method
    
    Making it possible to override this method makes the code for the
    derivative modules shorter and more clear.

 scripts/Dpkg/Vendor/Debian.pm  |  4 ++--
 scripts/Dpkg/Vendor/Default.pm | 13 +++++++++++++
 scripts/Dpkg/Vendor/Ubuntu.pm  | 19 +++++++++++--------
 3 files changed, 26 insertions(+), 10 deletions(-)

commit 2447e83868efe8c14ba3c560b675ed781c1fe220
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 18:17:35 2024 +0100

    Dpkg::Vendor::Debian: Only append branch compiler flags if $flag is set
    
    This should always be the case on Debian, as we make sure to only enable
    the feature on the CPUs we are checking in the conditionals setting
    $flag. But let's make the code more robust, against changes in
    derivatives or in case this code gets copy & pasted into something else
    that might not be guaranteed to have $flag set.

 scripts/Dpkg/Vendor/Debian.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit e8549c459ded424d0376c8acba0006cda1c885a7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 26 02:53:17 2024 +0100

    man: Mention Build-Depends-Packages in dpkg-shlibdeps(1)
    
    The manual page had a mention for Build-Depends-Package but not for
    Build-Depends-Packages.

 man/dpkg-shlibdeps.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 971aa61131e03fa75144436d400945a8605fce0d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 02:07:09 2024 +0100

    man: Use L</> markup for inter link reference
    
    This was missed in the previous conversion.

 man/dpkg-parsechangelog.pod | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 9c72dc7aed1ddc2b9aa9d7d2ca391fc905168894
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Feb 22 21:26:18 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 225 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 183 insertions(+), 42 deletions(-)

commit 111226c9c5f1d04c304418fa5db627852ca2a166
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 01:31:17 2024 +0100

    dpkg-query: Rename failures variables tracking no matches to misses
    
    This makes it more clear what the variable is tracking, and what kind
    of failure this is about, specifically the amount of missed matches.
    
    Changelog: internal

 src/query/main.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit edb7f6a197ff0c206b17e2e922611c0a0714f266
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 00:57:09 2024 +0100

    dpkg-query: Rename rc variables tracking no matches to misses
    
    This makes it more clear what the variable is tracking, as we are not
    returning a return code but the actual amount of missed matches.
    
    Changelog: internal

 src/query/main.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 8fcf649f9c8bd5bbc58ccd1527eca22892447045
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 16 05:15:02 2024 +0100

    dpkg-query: Fix exit codes for --show
    
    The manual page states that (most) dpkg-query commands will return 0 for
    success, 1 for files or packages not being found, and 2 for fatal errors.
    But the code was coercing the return values from each function into a
    boolean, which meant that the --show command would not return 2 on parse
    errors for the --showformat.
    
    Move the coercion into each command function, and map the format error
    in --show into a proper 2.
    
    Closes: #1064036

 src/query/main.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit 759883b03e517922f0a0a78b22fc7d7f174c589c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 10 18:28:00 2024 +0100

    man: Improve build flags feature specification in environment variables
    
    Add information about the format of the feature areas and the feature
    specification, how the values get parsed and how they override each
    other. Add few examples to showcase the various scenarios.
    
    Closes: #1063641

 man/dpkg-buildflags.pod   | 28 ++++++++++++++++++++++++++++
 man/dpkg-buildpackage.pod |  5 +++++
 2 files changed, 33 insertions(+)

commit ffb1714f336689560e2c34d17b35e03000465de5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 10 18:28:00 2024 +0100

    man: Document known feature areas in DEB_BUILD_OPTIONS for dpkg-buildpackage
    
    The entry for DEB_BUILD_OPTIONS has a list of known options but not for
    the known feature areas that dpkg-buildflags handles.

 man/dpkg-buildpackage.pod | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 442b01e9c68f29fbc8ef4bbfb33aa6ecad942cd5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 22 01:47:29 2024 +0100

    man: Do not duplicate list of known feature areas in dpkg-buildflags
    
    This requires keeping them in sync, which we have clearly failed to do
    in the past. Instead use a reference to the section listing them all,
    so that only one place in this manual page needs to be updated.

 man/dpkg-buildflags.pod | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 63ab47f774d1e29a02a6ee9813905737c3f5bc4c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 10 20:03:11 2024 +0100

    man: Add spaces around make variable assignments
    
    This makes it more clear that these are not shell variables, but make
    variables which accept spaces around variable assignments.

 man/dpkg-buildflags.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f241d067a5b9ccba6fc947eb2127de1c37f5c485
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:10:57 2022 +0100

    dpkg-mergechangelogs: Refactor merge_tail() sub from anonymous sub
    
    Changelog: internal

 scripts/dpkg-mergechangelogs.pl | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 6419e5f30baa1efb432ac918f316e38ef360fb07
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 1 04:25:46 2023 +0100

    perl: Fold if into previous else
    
    This simplifies the code and reduces the indentation levels.

 dselect/methods/ftp/install.pl    | 30 +++++++++++++-----------------
 scripts/Dpkg/BuildOptions.pm      | 10 ++++------
 scripts/Dpkg/Changelog/Entry.pm   | 16 +++++++---------
 scripts/Dpkg/Deps/Simple.pm       |  8 +++-----
 scripts/Dpkg/Shlibs/Symbol.pm     | 28 +++++++++++-----------------
 scripts/Dpkg/Source/Package/V1.pm | 22 ++++++++++------------
 scripts/dpkg-shlibdeps.pl         | 14 ++++++--------
 scripts/dpkg-source.pl            |  8 +++-----
 8 files changed, 57 insertions(+), 79 deletions(-)

commit 96ae2e533e8ebdc23ca6a4078057a34d1700b971
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 1 04:11:17 2023 +0100

    lib, src: Fold if with last previous else
    
    This simplifies the code and reduces the indentation levels.
    
    Changelog: internal

 lib/dpkg/parse.c    |  7 +++----
 src/deb/build.c     |  7 +++----
 src/main/archives.c | 24 +++++++++++-------------
 src/main/script.c   | 12 +++++-------
 4 files changed, 22 insertions(+), 28 deletions(-)

commit 17abf9229e6edf4e71fd3496238bff8be992cd1f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 6 22:38:33 2022 +0100

    libdpkg: Deindent an else clause

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

commit 779bb95d52ac54bc7c431663de55b8ebcdb4e352
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 21 01:43:18 2023 +0100

    libdpkg: Refactor file_readlink() function
    
    This function will read a symlink target into a varbuf.

 lib/dpkg/file.c      | 19 +++++++++++++++++++
 lib/dpkg/file.h      |  3 +++
 lib/dpkg/libdpkg.map |  1 +
 src/main/archives.c  | 21 +++++++--------------
 src/main/configure.c |  6 +-----
 5 files changed, 31 insertions(+), 19 deletions(-)

commit eea6717cb234d6fff1d80770eee7df9be00ae4af
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 6 03:15:59 2024 +0100

    dpkg: Reduce variable scope in conffderef()
    
    Changelog: internal

 src/main/configure.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit dca905e326a810286caab5ab8bc1dd2f511114d8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 6 03:09:31 2024 +0100

    dpkg: Rename r variable for readlink() return value to linksize
    
    This uses the same variable name as other instances in the codebase.
    
    Changelog: internal

 src/main/configure.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit 06b88796d442b3cce917846feca3e70d0e2a5467
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 6 03:05:02 2024 +0100

    dpkg: Rename symlink_len to linksize
    
    This uses the same variable name as other instances in the codebase.
    
    Changelog: internal

 src/main/archives.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 640daee2954fb456b970be48ba8adc39eed9b21d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 21 22:40:20 2023 +0100

    libdpkg: Use an intermediate mode variable in secure_unlink_statted()

 lib/dpkg/path-remove.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit c39305ca72f5142fcb774b99ceb025e35e6e77ce
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 21 18:08:03 2024 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Add support for Sequoia gpg Chameleon
    
    This program implements the most used parts of the GnuPG CLI,
    which covers our needs, but using the Sequoia-PGP as its underlying
    implementation.
    
    If present, we prefer the Chameleon over the original GnuPG.

 README                                | 2 +-
 debian/control                        | 8 ++++----
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 4 ++--
 scripts/Test/Dpkg.pm                  | 1 +
 scripts/t/Dpkg_OpenPGP.t              | 1 +
 5 files changed, 9 insertions(+), 7 deletions(-)

commit 32206f2e00a6412b03bc4e6e4ee7f94a0ba3b058
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 28 18:37:44 2024 +0100

    build: Add infrastructure for bash-completions
    
    This is the scaffolding to then be able to add the actual support into
    the source tree.

 configure.ac        | 3 +++
 dselect/Makefile.am | 3 +++
 scripts/Makefile.am | 3 +++
 src/Makefile.am     | 3 +++
 utils/Makefile.am   | 5 +++++
 5 files changed, 17 insertions(+)

commit aa37e818a53fcee8af4b61d2162f778f6be01dfa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 28 23:12:26 2024 +0100

    build: Fix libdpkg library flags for static and dynamic linking
    
    We should always add the library dependencies to the LIBADD variable,
    regardless of whether we are building the library as static or shared,
    so that libtool can track them and use them on users, and so that we
    do not need to specify them for the programs linking against libdpkg.

 lib/dpkg/Makefile.am | 11 +++--------
 m4/dpkg-build.m4     |  1 -
 src/Makefile.am      |  8 --------
 3 files changed, 3 insertions(+), 17 deletions(-)

commit ebb442a46a490da4d81e272c3c5e8565b63e36a7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 28 23:12:26 2024 +0100

    build: Move MD_LIBS from LDFLAGS to LDADD for libdpkg
    
    The correct place to add the library link flags is LDADD, not LDFLAGS.

 lib/dpkg/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 50f46e6bed37bf82cd1485c189e62849c1f85ff4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 28 23:02:55 2024 +0100

    build: Move u-a rules within automake conditional
    
    This follows the same pattern as the s-s-d build rules.

 utils/Makefile.am | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 519118e24a626e27d53493e7c261473c9bd8f059
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 28 20:07:07 2024 +0100

    build: Reorder automake variables
    
    Place library files or modules first before the programs that uses them.
    Split and move EXTRA_DIST and CLEANFILES closer to the sections related
    to the listed files. Add blank lines between variables.

 Makefile.am                 |   9 ++--
 dselect/methods/Makefile.am |  10 ++--
 lib/dpkg/Makefile.am        |  25 ++++++---
 man/Makefile.am             |   9 ++--
 scripts/Makefile.am         | 129 +++++++++++++++++++++++---------------------
 utils/Makefile.am           |  32 ++++++-----
 6 files changed, 122 insertions(+), 92 deletions(-)

commit d7c0992402a936304d408933959b79e811aede83
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 28 20:07:07 2024 +0100

    build: Split each automake variable value into its own line
    
    This makes it easier to sort, and modify with minimal diffs.

 dselect/Makefile.am | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 0bc71ec07778bf4cb2019efcce825e63239f1d0f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 31 03:40:52 2024 +0100

    build: Use PACKAGE_TARNAME for pathname components in directories
    
    While currently PACKAGE_NAME and PACKAGE_TARNAME are the same, they
    are not necessarily intended to be, so use the appropriate variable
    to be future proof.

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e896e9ec388633cf2031a7180bd2b7d37e9ad51e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 31 03:39:47 2024 +0100

    build: Move directory definitions to configure
    
    This makes it possible to set them using --with-<some>dir options,
    and we list them on the summary for better visibility, and avoid having
    to define them multiple times in different automake files.

 Makefile.am                 |  4 ----
 configure.ac                | 16 ++++++++++++++++
 dselect/methods/Makefile.am |  3 ---
 lib/dpkg/Makefile.am        |  1 -
 m4/dpkg-progs.m4            |  2 ++
 scripts/Makefile.am         |  1 -
 utils/Makefile.am           |  1 -
 7 files changed, 18 insertions(+), 10 deletions(-)

commit 9caac129d0c3df15f781c83c8e00865eb27a61c9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 31 02:56:32 2024 +0100

    build: Rename pkexec variables to polkitactions
    
    The variable is for the polkit actions directory, which can contain not
    only files for pkexec policies, but any actions in general.

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

commit 5efa4e6ded295b766244c3b047d30fb4215b9d61
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 11:50:18 2024 +0100

    Dpkg::OpenPGP::Backend::Sequoia: Update to new CLI API changes
    
    The sq CLI is still not declared stable, and it gets improved from
    time to time. We need to adapt the Sequoia-PGP backend to use the
    new subcommand structure.

 debian/control                          | 4 ++--
 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 3e8fbeac09366e7fbfce51251351c5650e323a14
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 27 23:57:49 2024 +0100

    libdpkg: Add comment clarifying GNU long name format expectations
    
    We have fixed the portability issues with the terminating NUL character,
    but we should make it explicit in the comment describing the GNU long
    names format.

 lib/dpkg/tarfn.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit ebf943c7b1b980edffbaa68851f4a2a87cffad58
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jan 25 17:47:08 2024 +0100

    po: Update German scripts translation

 scripts/po/de.po | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

commit 3727ab2475fdf27bf70e9a72182ca5eef52341b6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 24 22:58:50 2024 +0100

    dpkg-buildapi: Remove -v alias for --version
    
    This is not documented in the manual page, and diverges from almost
    every other script in the project. While strictly speaking this is an
    API break, the command is quite new and the option is no essential
    for operation and expected to be mostly used by users.

 scripts/dpkg-buildapi.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 96e6f04fe2bdd1122e7bebadc44e63d8bdd8fe75
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 24 22:52:23 2024 +0100

    man, doc: Fix dpkg-buildapi option and command grouping in descriptions
    
    The --help output did not have a Commands section nor included it in its
    usage blurb. The manual page did not have an OPTIONS section.

 man/dpkg-buildapi.pod    | 16 +++++++++++-----
 scripts/dpkg-buildapi.pl |  8 +++++---
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 8231bd3bf1d80780698b9a1238eae5df367e158a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 24 13:35:07 2024 +0100

    Bump version to 1.22.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4baf1e5485b6eaf4eb4347bfb9c4923fd2737488
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 24 13:12:56 2024 +0100

    Release 1.22.4

 debian/changelog | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

commit 988475956caedcc730de13851c3078eca3c2705d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 24 13:12:31 2024 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/nl.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/pt.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 85 files changed, 89 insertions(+), 89 deletions(-)

commit acffb9bc2ad3781ca1bc4254a3999971814d7ebc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 24 04:37:29 2024 +0100

    debian: Update copyright years

 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 17691c674a3f61800e8fed38ceb848d1f611b41b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:03:44 2022 +0100

    dpkg-scansources: Fix newline breaks for ternary operators
    
    Changelog: internal

 scripts/dpkg-scansources.pl | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 49d1a9e107de31bc4ceaf6a63cfdb2ea1d559996
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:27:36 2022 +0100

    dpkg-gensymbols: Move foreach inlined array elements into a list
    
    This statement contains lots of elements which makes reading the code
    harder. Instead move them into an array, which makes it more clear and
    makes it also easier to extend with minimal diff.
    
    Changelog: internal

 scripts/dpkg-gensymbols.pl | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 6e85ee7014459e2d448a6edddb1370986f7df065
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 18 22:47:09 2023 +0200

    perl: Use qw() when importing symbols

 build-aux/gen-changelog      | 2 +-
 scripts/Dpkg/Source/Patch.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2b0229b8f2dbfa990ce0c0cd74c16aea6d6aaa9f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 23:40:03 2024 +0100

    libdpkg: Handle tar long GNU names and links not being NUL terminated
    
    The GNU tar implementation includes a terminating NUL byte as part of
    the body of the long GNU name and link entries, which gets represented
    in the size in the tar header. But not all tar implementations include
    the NUL byte as part of the body or it size.
    
    Even though dpkg-deb will never generate such packages, we have to be
    robust against such input, so we need to allocate one more byte for
    the terminating NUL byte, and explicitly terminate the string to make
    sure what we return is a valid NUL-terminated string, otherwise we end
    up with read overruns.
    
    Closes: #1061404
    Stable-Candidate: 1.21.x 1.20.x

 lib/dpkg/tarfn.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6bca41b863e9ec137a8d415ed8cfdd57b6d1dd1e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:29:30 2024 +0100

    libdpkg: Rename r variables for printf()-like return values to n
    
    We are interested in the amount printed, not just its return code.

 lib/dpkg/varbuf.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 98516b161d9b6a41b4a67b95796b76f12844b22a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:16:31 2024 +0100

    libdpkg: Rename r variable for fclose() return value to rc
    
    We are interested in the return code for the function.

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

commit 14d2ed4cf9d31851b119118d0bf6466c76e31d62
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:28:49 2024 +0100

    libdpkg: Rename r variable for path_quote_filename() return to ret
    
    This contains the returned string, so «ret» is somewhat more descriptive
    than just «r».

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

commit 271a1855f310e65b2f71a1b64a15578ec22341a2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:28:49 2024 +0100

    dpkg-split: Rename r variable for strtoimax() return value to ret
    
    This contains the parsed integer, so «ret» is somewhat more descriptive
    than just «r».
    
    Changelog: internal

 src/split/info.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit b52e6078c112c25dd4d8aec848a617f443db04f5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:32:43 2024 +0100

    dpkg-deb: Rename r variables for fd_read() call chain return value to rc
    
    We are only interested in the return code, and not the amount read,
    so use the slightly more descriptive «rc» name instead if the very
    short and generic «r» one.
    
    Changelog: internal

 src/deb/extract.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 0c03bccd406f56ec186d07c9f21f6e03d23fb6ad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:30:10 2024 +0100

    dpkg-deb: Rename r variable for fd_read() return value to nread
    
    This makes it clear we are interested in the amount read instead of
    using the generic r name. We cannot use the usual «n» as that is already
    used by the variable denoting the amount to read.
    
    Changelog: internal

 src/deb/extract.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit c440e6db6a16a8bb0fed3eeebf87723664f271d5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:31:54 2024 +0100

    dpkg: Rename r variable for fd_read() return value to n
    
    We are interested in the amount read, not just the return code.
    
    Changelog: internal

 src/main/archives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 9700a2bfa645289c09a27e01fbdc3144695d507a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 23 12:14:31 2024 +0100

    dpkg: Rename r variable for readlink() return value to symlink_len
    
    We are interested in the symlink length not just the readlink() return
    code.
    
    Changelog: internal

 src/main/archives.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 14dd0091040bdb6d6df2e503655c501e79c0d075
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 19 12:59:06 2024 +0100

    Bump version to 1.22.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 33ec2ecb51aa3150053224f9926b6d9a0c1f8aa3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 19 12:13:13 2024 +0100

    Release 1.22.3

 debian/changelog | 43 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 3 deletions(-)

commit 4af2507c72985a1f9fb2f886efa2fca2c3e99a63
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 19 12:10:51 2024 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     | 14 +++++-----
 man/po/es.po            | 18 ++++++++----
 man/po/fr.po            | 24 ++++++++++++----
 man/po/hu.po            | 12 ++++----
 man/po/it.po            | 18 ++++++++----
 man/po/ja.po            | 18 ++++++++----
 man/po/pl.po            | 18 ++++++++----
 man/po/pt.po            | 24 ++++++++++++----
 man/po/pt_BR.po         | 12 ++++----
 man/po/ru.po            | 12 ++++----
 man/po/sv.po            | 33 ++++++++++++++++++----
 man/po/zh_CN.po         | 12 ++++----
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 +--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        | 63 ++++++++++++++++++++++++++++++------------
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot | 54 ++++++++++++++++++++++++------------
 scripts/po/es.po        | 68 +++++++++++++++++++++++++++++++++------------
 scripts/po/fr.po        | 73 +++++++++++++++++++++++++++++++++++--------------
 scripts/po/nl.po        | 68 +++++++++++++++++++++++++++++++++------------
 scripts/po/pl.po        | 68 +++++++++++++++++++++++++++++++++------------
 scripts/po/pt.po        | 68 +++++++++++++++++++++++++++++++++------------
 scripts/po/ru.po        | 67 +++++++++++++++++++++++++++++++++------------
 scripts/po/sv.po        | 63 ++++++++++++++++++++++++++++++------------
 96 files changed, 654 insertions(+), 307 deletions(-)

commit 49b3219281350fe8db799541456a5917094367c3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 19 05:08:22 2024 +0100

    debian: Do not install dpkg-fsys-usrunmess on Debian and Ubuntu
    
    These distributions are now fully moving all pathnames in the shipped
    .deb packages under /usr and do not support any other filesystem layout.
    
    We keep shipping it for any derivative that has not opted-out.
    
    Ideally we'd do this by leaving the entries in the debhelper fragment
    files and then excluding them with -X when necessary, but that is not
    supported by dh_installman, so we do the next available thing, which
    is not great, but works.

 debian/dpkg.install  |  1 -
 debian/dpkg.manpages |  1 -
 debian/rules         | 25 +++++++++++++++++++++++++
 3 files changed, 25 insertions(+), 2 deletions(-)

commit 5e46449fdfbc1901af04a98ea2312a8440d2cd80
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 18 03:52:41 2024 +0100

    debian: Check for usrmerge in bug-script on the same vendors as postinst
    
    Make both scripts emit the warning on the same vendors. We duplicate the
    logic for now, because the code in postinst emits colors, and introducing
    a new shell library is potentially problematic for the maintscript, as
    that can end up as a forever interface. And this check is supposed to
    disappear eventually. If the get_vendor function proves useful it can
    always be made into a shell library.

 debian/bug-script | 53 ++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 44 insertions(+), 9 deletions(-)

commit 131003e8bb8c79d22d068db41daa3e0e6288f723
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 18 03:50:41 2024 +0100

    debian: Make get_vendor honor DEB_VENDOR environment variable
    
    This matches the behavior from the dpkg-vendor command.

 debian/dpkg.postinst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7c961df91bb81f27657cdca31d761b86140e9a76
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 4 20:15:44 2024 +0100

    debian: Install s-s-d under /usr/sbin
    
    On systems that have a merged-/usr this makes sure to install the
    program in its canonical location on disk. On derivatives that do not
    use a merged-/usr layout we create backward compatibility symlinks,
    which can be removed once there are no more references to the absolute
    pathname or the one under /sbin.
    
    This makes it possible to remove the special casing for s-s-d and its
    destination on install.
    
    Closes: #1059982

 debian/dpkg.install        |  4 ++--
 debian/dpkg.postinst       | 12 ++++++++++++
 debian/dpkg.postrm         | 10 ++++++++++
 debian/rules               |  1 -
 debian/tests/test-not-root |  1 -
 debian/tests/test-root     |  1 -
 6 files changed, 24 insertions(+), 5 deletions(-)

commit c135a2c414e5cada7785d13c6784a19575a8b1db
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 10 02:56:59 2024 +0100

    debian: Make the logdir variable local to its function in postrm

 debian/dpkg.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b0129d5b4303951c67172dda8951fab62ae95f02
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 18 02:14:22 2024 +0100

    po: Fix L<> markup

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

commit 0b5b6d332007f6013dddd58edbb33c99cae2dca1
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Thu Jan 18 01:49:10 2024 +0100

    po: Update Dutch man pages translation
    
    [guillem@debian.org:
     - Fix L<> markup.
     - Unfuzzy translation. ]
    
    Closes: #1061085
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 164 ++++++++++++++++++++++++-----------------------------------
 1 file changed, 67 insertions(+), 97 deletions(-)

commit 48fa2a965b189f0651ef98fce09ee62dc830adec
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Sun Jan 14 01:22:36 2024 +0100

    po: Update Swedish man pages translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 9e500c96f775e43f7ac344c42f356cf9d40660d9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 6 18:36:27 2024 +0100

    po: Update German man pages translation

 man/po/de.po | 106 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 47 insertions(+), 59 deletions(-)

commit 5a205486313402662f10c16a5ec709471e88bfcc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 6 18:28:28 2024 +0100

    po: Update German scripts translation

 scripts/po/de.po | 65 ++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 42 insertions(+), 23 deletions(-)

commit 1f425d42ef68aa221eadd1bed437b0b36c7d3355
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 2 19:03:22 2024 +0100

    man: Fix typo
    
    Changelog: silent

 man/dpkg-maintscript-helper.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cef71bd83a78e22fcf387a06f304ded4caf7f879
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 2 19:01:53 2024 +0100

    man: Use «package maintainer script» instead of «Debian package scripts»
    
    The former is the common wording to refer to the maintainer scripts
    shipped in a binary package.

 man/dpkg-divert.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be2a88591f04e49b396b5d371eaa249fd16026e9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 2 18:56:38 2024 +0100

    man: Remove trailing full stop before parenthetical

 man/dpkg.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2fe352b7fd6bb06273490ad7132733df53fb0c90
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 1 19:07:49 2024 +0100

    po: Unfuzzy translations after semantic line break changes

 man/po/de.po        | 2002 +++++++++++++++++++++++---------------------
 man/po/dpkg-man.pot | 1919 ++++++++++++++++++++++--------------------
 man/po/es.po        | 2010 +++++++++++++++++++++++---------------------
 man/po/fr.po        | 1999 +++++++++++++++++++++++---------------------
 man/po/hu.po        | 1939 +++++++++++++++++++++++--------------------
 man/po/it.po        | 1986 +++++++++++++++++++++++---------------------
 man/po/ja.po        | 2006 +++++++++++++++++++++++---------------------
 man/po/nl.po        | 1976 ++++++++++++++++++++++++--------------------
 man/po/pl.po        | 2289 ++++++++++++++++++++++++---------------------------
 man/po/pt.po        | 1990 +++++++++++++++++++++++---------------------
 man/po/pt_BR.po     | 1931 +++++++++++++++++++++++--------------------
 man/po/ru.po        | 1958 ++++++++++++++++++++++---------------------
 man/po/sv.po        | 1974 ++++++++++++++++++++++++--------------------
 man/po/zh_CN.po     | 1945 +++++++++++++++++++++++--------------------
 14 files changed, 14832 insertions(+), 13092 deletions(-)

commit da1ddefda955720f5f54c17378d48fdd879285a6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 03:57:40 2023 +0200

    man: Use semantic line breaks (must requirements)
    
    Add line breaks after every «.», «!» and «?» that ends a sentence. We
    only reflow or fold lines that are getting modified anyway as part of
    this change, to avoid diff churn.
    
    In addition this will make the manual page output consistent, and removes
    duplicate paragraphs in the translations only differing the spacing after
    the full stop.
    
    This change should not affect the semantics of the sentences and should
    produce a no-change «git diff --word-diff» output.
    
    See <https://sembr.org/>.

 man/deb-control.pod             |  49 ++++++---
 man/deb-extra-override.pod      |   9 +-
 man/deb-md5sums.pod             |   3 +-
 man/deb-old.pod                 |  18 ++--
 man/deb-origin.pod              |   8 +-
 man/deb-override.pod            |   9 +-
 man/deb-shlibs.pod              |   9 +-
 man/deb-split.pod               |  12 ++-
 man/deb-src-control.pod         |  77 ++++++++-----
 man/deb-src-symbols.pod         | 209 ++++++++++++++++++++++-------------
 man/deb-substvars.pod           |  26 +++--
 man/deb-symbols.pod             |  12 ++-
 man/deb-triggers.pod            |  12 ++-
 man/deb-version.pod             |  42 +++++---
 man/deb.pod                     |  15 ++-
 man/dpkg-architecture.pod       |  42 +++++---
 man/dpkg-buildflags.pod         | 110 ++++++++++++-------
 man/dpkg-buildpackage.pod       |  38 ++++---
 man/dpkg-checkbuilddeps.pod     |  10 +-
 man/dpkg-deb.pod                |  54 ++++++----
 man/dpkg-divert.pod             |  21 ++--
 man/dpkg-fsys-usrunmess.pod     |   9 +-
 man/dpkg-genbuildinfo.pod       |  12 ++-
 man/dpkg-genchanges.pod         |   9 +-
 man/dpkg-gencontrol.pod         |  28 +++--
 man/dpkg-gensymbols.pod         |  76 ++++++++-----
 man/dpkg-maintscript-helper.pod |  82 +++++++++-----
 man/dpkg-mergechangelogs.pod    |  15 ++-
 man/dpkg-name.pod               |  21 ++--
 man/dpkg-parsechangelog.pod     |  26 +++--
 man/dpkg-query.pod              |  41 ++++---
 man/dpkg-scanpackages.pod       |  12 ++-
 man/dpkg-scansources.pod        |  17 +--
 man/dpkg-shlibdeps.pod          | 113 ++++++++++++-------
 man/dpkg-source.pod             | 228 +++++++++++++++++++++++++--------------
 man/dpkg-split.pod              |  18 ++--
 man/dpkg-statoverride.pod       |  15 ++-
 man/dpkg-trigger.pod            |   9 +-
 man/dpkg-vendor.pod             |   9 +-
 man/dpkg.cfg.pod                |   7 +-
 man/dpkg.pod                    | 234 ++++++++++++++++++++++++++--------------
 man/dselect.cfg.pod             |   7 +-
 man/dselect.pod                 | 125 +++++++++++++--------
 man/start-stop-daemon.pod       |  71 +++++++-----
 man/update-alternatives.pod     |  62 +++++++----
 45 files changed, 1338 insertions(+), 693 deletions(-)

commit 96c7a8f18d02a2d7cfc922c79cabc087127b32d7
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Tue Jan 2 16:48:25 2024 +0100

    po: Update Swedish translations
    
    Closes: #1059527
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/sv.po     | 2011 ++++++++++--------------------------------------------
 po/sv.po         |   11 +-
 scripts/po/sv.po |   55 +-
 3 files changed, 392 insertions(+), 1685 deletions(-)

commit bd91c90b0ffaba0923a248a8472e6c6ac4b8e565
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 10 02:31:53 2023 +0200

    dpkg-buildtree: New program
    
    This is a new helper program that initially will try to abstract
    operations that deal with internal dpkg implementation details where
    packagers in general should not need to be concerned about.
    
    The first operation introduced is to clean state files generated by
    various dpkg tools, so that we can eventually move their locations
    through a new dpkg-build-api level for example.

 debian/README.bug-usertags |   2 +
 debian/dpkg-dev.install    |   1 +
 debian/dpkg-dev.manpages   |   1 +
 man/Makefile.am            |   2 +
 man/dpkg-buildtree.pod     |  98 ++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg            |   1 +
 scripts/.gitignore         |   1 +
 scripts/Dpkg/BuildTree.pm  | 115 +++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am        |   4 ++
 scripts/dpkg-buildtree.pl  |  75 +++++++++++++++++++++++++++++
 scripts/po/POTFILES.in     |   2 +
 scripts/t/Dpkg_BuildTree.t |  64 +++++++++++++++++++++++++
 t/pod-spell.t              |   1 +
 13 files changed, 367 insertions(+)

commit 6dcd1234913f4213ba536a0599c9cba449694cc9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 28 20:33:06 2023 +0100

    libcompat: Make long_options array const
    
    Warned-by: cppcheck (constVariable)

 lib/compat/getopt1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 72d0935d17e1e40d40c440132b9fb888912610bf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 26 20:18:21 2023 +0100

    Dpkg::Vendor::Debian: Split bug-implicit-func from bug feature in qa area
    
    This feature was previously part of the bug feature, and it can now be
    controlled individually.

 man/dpkg-buildflags.pod       |  8 ++++++++
 scripts/Dpkg/Vendor/Debian.pm | 16 ++++++++--------
 scripts/t/Dpkg_BuildFlags.t   |  1 +
 3 files changed, 17 insertions(+), 8 deletions(-)

commit 33d818dd0d8a6a440768f9d7d76ac5f83f0b31dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 23 22:59:18 2023 +0100

    Dpkg::Changelog::Debian: Remove wrong import arguments
    
    The Dpkg::Changelog module does not have an import method, either explicit
    or implicitly from Exporter. This is detected with newer perl 5.39.x, which
    helpfully fails on such bogus construct.
    
    Fixes: https://rt.cpan.org/Ticket/Display.html?id=150857

 scripts/Dpkg/Changelog/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 29c0ac07546e9affbe770bca593dd62573d99a7c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 23 02:38:05 2023 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Look harder for trustedkeys keyring
    
    Check under $GNUPGHOME, and for the .kbx and .gpg variants.

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 16409868ada04b12dbee4cd6a3e5c8d4287870f3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 23 02:37:19 2023 +0100

    Dpkg::OpenPGP::Backend: Remove unused strict_verify option
    
    This option is a leftover from a previous implementation, and is
    not used anywhere now.

 scripts/Dpkg/OpenPGP/Backend.pm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 82234f656201678fc2d6ff0d77ae02d42fe1ef33
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 23 01:30:14 2023 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Accept keybox format keyrings as-is
    
    Do not try to dearmor keyrings in keybox-format, as that is not proper
    OpenPGP data.

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit bc9d23f62585e856d0519554e8cc9413f0e23bc5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 22 12:08:55 2023 +0100

    Dpkg::OpenPGP::Backend::SOP: Add reference to another gosop blocker

 scripts/Dpkg/OpenPGP/Backend/SOP.pm | 2 ++
 1 file changed, 2 insertions(+)

commit a45ee3c63cfc97661b6b7ba38009edc380b82c1f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 21 00:26:41 2023 +0100

    Dpkg::Vendor::Ubuntu: Default to fortify level 3
    
    This was done in Ubuntu's 1.22.1ubuntu4 version.

 scripts/Dpkg/Vendor/Ubuntu.pm | 2 ++
 1 file changed, 2 insertions(+)

commit c6f9ce27a30158fcda26efe120e6086321a90abb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 21 00:26:08 2023 +0100

    Dpkg::Vendor::Debian: Parametrize fortify level
    
    For Debian we default to 2 for now, but this could change. Other vendors
    might want a different level.

 scripts/Dpkg/Vendor/Debian.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f1f96f483deb071aa49dfce92c918154d287bf42
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 18 03:58:05 2023 +0100

    Bump version to 1.22.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ff343eb85df0ea45edd6b7a6a9d52945f3d7e773
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 18 03:39:26 2023 +0100

    Release 1.22.2

 debian/changelog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 68 insertions(+), 3 deletions(-)

commit 8de7fd7c0efba45a3b9a6507768fbe8496fdeff2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 18 03:37:08 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +-
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     | 67 ++++++++++++++++++----------------
 man/po/es.po            | 67 +++++++++++++++++++---------------
 man/po/fr.po            | 87 +++++++++++++++++++++++++++++---------------
 man/po/hu.po            | 65 ++++++++++++++++++---------------
 man/po/it.po            | 67 +++++++++++++++++++---------------
 man/po/ja.po            | 67 +++++++++++++++++++---------------
 man/po/pl.po            | 67 +++++++++++++++++++---------------
 man/po/pt.po            | 97 ++++++++++++++++++++++++++++++++++---------------
 man/po/pt_BR.po         | 65 ++++++++++++++++++---------------
 man/po/ru.po            | 65 ++++++++++++++++++---------------
 man/po/sv.po            | 97 ++++++++++++++++++++++++++++++++++---------------
 man/po/zh_CN.po         | 67 +++++++++++++++++++---------------
 po/ast.po               |  4 +-
 po/bs.po                |  4 +-
 po/ca.po                |  2 +-
 po/cs.po                |  4 +-
 po/da.po                |  4 +-
 po/de.po                |  4 +-
 po/dpkg.pot             |  6 ++-
 po/dz.po                |  4 +-
 po/el.po                |  4 +-
 po/eo.po                |  4 +-
 po/es.po                |  4 +-
 po/et.po                |  4 +-
 po/eu.po                |  4 +-
 po/fr.po                |  4 +-
 po/gl.po                |  4 +-
 po/hu.po                |  4 +-
 po/id.po                |  4 +-
 po/it.po                |  4 +-
 po/ja.po                |  4 +-
 po/km.po                |  4 +-
 po/ko.po                |  4 +-
 po/ku.po                |  4 +-
 po/lt.po                |  4 +-
 po/mr.po                |  4 +-
 po/nb.po                |  4 +-
 po/ne.po                |  4 +-
 po/nl.po                |  2 +-
 po/nn.po                |  4 +-
 po/oc.po                |  4 +-
 po/pa.po                |  4 +-
 po/pl.po                |  4 +-
 po/pt.po                |  4 +-
 po/pt_BR.po             |  4 +-
 po/ro.po                |  4 +-
 po/ru.po                |  4 +-
 po/sk.po                |  4 +-
 po/sv.po                |  4 +-
 po/th.po                |  4 +-
 po/tl.po                |  4 +-
 po/tr.po                |  4 +-
 po/vi.po                |  4 +-
 po/zh_CN.po             |  4 +-
 po/zh_TW.po             |  4 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot | 34 ++++++++---------
 scripts/po/es.po        | 73 +++++++++++++++++++++++++------------
 scripts/po/fr.po        | 78 ++++++++++++++++++++++++++-------------
 scripts/po/nl.po        |  2 +-
 scripts/po/pl.po        | 74 ++++++++++++++++++++++++-------------
 scripts/po/pt.po        | 73 +++++++++++++++++++++++++------------
 scripts/po/ru.po        | 71 ++++++++++++++++++++++++------------
 scripts/po/sv.po        | 78 ++++++++++++++++++++++++++++-----------
 96 files changed, 998 insertions(+), 601 deletions(-)

commit 80c54cc875580a0980df274887918d8ca8e34eca
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 18 02:58:43 2023 +0100

    test: Pass -I<builddir> to cppcheck instead of «.» if <builddir> is defined
    
    The config.h header file is located in the <builddir> and not
    necessarily in «.», so we need to tell cppcheck to include that
    directory, otherwise it generates various false positives.

 t/cppcheck.t | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 43b2eb796ff8d1ca5304a4f36209b48848c2565e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 17 20:14:00 2023 +0100

    po: Update Catalan translations

 dselect/po/ca.po |  16 ++---
 po/ca.po         |  37 ++++------
 scripts/po/ca.po | 210 +++++++++++++++----------------------------------------
 3 files changed, 74 insertions(+), 189 deletions(-)

commit 5423d97f9caf06ab855a8f346a3c42b0ff82a392
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sun Dec 17 19:27:42 2023 +0100

    po: Update Dutch translations
    
    Closes: #1058631, #1058637
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po     | 2301 ++++++++++++++----------------------------------------
 po/nl.po         |   17 +-
 scripts/po/nl.po |   73 +-
 3 files changed, 656 insertions(+), 1735 deletions(-)

commit a36cd8a9c19bee31fbd8b8ad2a1ec09b1a7a4ef2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 17 23:55:19 2023 +0100

    po: Unfuzz German translation
    
    Changelog: silent

 scripts/po/de.po | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

commit d8fe930267a88c6b232985615680dd6a41342194
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 17 20:12:26 2023 +0100

    dpkg-buildapi: Do not include newline in Usage text to be translated
    
    All other such entries do not include the newline, which means we are
    introducing a gratuitous string that is otherwise already translated.
    
    Changelog: internal

 scripts/dpkg-buildapi.pl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 2123b2f8ec0e556a51e872334716090b8e3abc38
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 13 20:47:15 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 93 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 48 insertions(+), 45 deletions(-)

commit ef75a055e974e2eda726aa61f124bdd187e40de0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 13 20:44:44 2023 +0100

    po: Update German scripts translation

 scripts/po/de.po | 57 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 35 insertions(+), 22 deletions(-)

commit e2ea6529c426ed18ae3ecc67785f2665e762f4b1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 12 23:58:49 2023 +0100

    Dpkg::Control::Types: Add aliases for type enumerations
    
    Refer to the debian/control file as the template file (CTRL_TMPL_
    prefix). Refer to .dsc and .deb as CTRL_DSC and CTRL_DEB, as using
    the CTRL_PKG_ prefix is very confusing given that we use _PKG to
    denote binary package types. Refer to the Packages and Sources
    repository indices using the CTRL_REPO_ prefix, as the CTRL_INFO_
    prefix is rather confusing.

 scripts/Dpkg/Control.pm            | 82 ++++++++++++++++++++++++----------
 scripts/Dpkg/Control/FieldsCore.pm | 90 +++++++++++++++++++-------------------
 scripts/Dpkg/Control/Info.pm       |  4 +-
 scripts/Dpkg/Control/Types.pm      | 41 ++++++++++++-----
 scripts/Dpkg/Index.pm              | 16 +++----
 scripts/Dpkg/Source/Package.pm     |  2 +-
 scripts/dpkg-genchanges.pl         |  2 +-
 scripts/dpkg-gencontrol.pl         |  2 +-
 scripts/dpkg-name.pl               |  2 +-
 scripts/dpkg-scanpackages.pl       |  2 +-
 scripts/dpkg-scansources.pl        |  4 +-
 scripts/t/Dpkg_BuildAPI.t          |  2 +-
 scripts/t/Dpkg_Control.t           |  2 +-
 scripts/t/Dpkg_Control_Fields.t    | 14 +++---
 14 files changed, 159 insertions(+), 106 deletions(-)

commit b3bb15c52389a5f24689887a2f8b39e1b1408916
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 12 23:58:35 2023 +0100

    doc, man: Clarify terminology for Debian control files
    
    Their current descriptive names are very close and easily confused if
    one is not paying close attention. Use new terminology that tries to
    make them less ambiguous and more intuitive.
    
    The new and unified terms are:
    
      * debian/control: «Debian source package template control file»
      * .dsc:           «Debian source package control file»
      * DEBIAN/control: «Debian binary package control file»
      * .changes:       «Debian upload changes control file»
    
    For contents we use these new terms:
    
      First stanza in debian/control: «source package stanza»
      Next stanzas in debian/control: «binary package stanza»

 man/deb-changes.pod           |  2 +-
 man/deb-control.pod           |  9 +++++----
 man/deb-src-control.pod       | 11 +++++++----
 man/dsc.pod                   |  2 +-
 scripts/Dpkg/Control.pm       | 18 +++++++++---------
 scripts/Dpkg/Control/Types.pm |  4 ++--
 6 files changed, 25 insertions(+), 21 deletions(-)

commit b37a4cb15255ed6b1bc9b22d1dbe1e1e3b448b03
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 04:09:48 2023 +0100

    arch: Split tupletable header names description into two paragraphs
    
    Clearly separate the arch tuple name and arch name and descriptions
    to make it easier to get at them. Instead of using a single running
    paragraph.

 data/tupletable | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 25384df3c88be34296c9485d822cc0a028cc2f09
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Dec 5 21:08:26 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 115 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 66 insertions(+), 49 deletions(-)

commit ccaaf61600ffd1b9bd7ec4a43bf33239eb383909
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 3 22:49:18 2023 +0100

    man: Improve description for dpkg-build-api v1 items
    
    Make the wording more clear or grammatically correct.

 man/dpkg-build-api.pod | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 292aa3e202ceb87776eddf04b015aa198303d724
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 1 05:00:10 2023 +0100

    man: Add dpkg-build-api behavior for Rules-Requires-Root field defaults
    
    Fixes: commit 896c7d0a1b6d5bf766bcc953b57794ae9543e712

 man/deb-src-control.pod | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 5dccc5f50583fc59b40ac0d1af3a2e56be8088cd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 02:13:59 2023 +0100

    arch: Restrict freebsd ports to amd64, arm, arm64, i386, powerpc, ppc64, riscv
    
    These are the CPUs supported by the currently supported FreeBSD
    releases.

 data/tupletable       | 8 +++++++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 6e5422961f83c79f893158eaf1b011276afc2511
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 02:11:50 2023 +0100

    arch: Restrict darwin ports to amd64, arm, arm64, i386, powerpc and ppc64
    
    These are all the currently and historically supported CPUs by XNU.

 data/tupletable       | 7 ++++++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 45d7104c1b15c6011ceb68460c4e96194405348f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:49:57 2023 +0100

    arch: Restrict solaris ports to amd64, i386, sparc and sparc64
    
    These are the CPUs currently supported on Solaris and Illumos kernels.

 data/tupletable       | 5 ++++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 2b86bccf96b2d08219cafe983a1bb109dfafc81c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:38:18 2023 +0100

    arch: Restrict aix ports to powerpc and ppc64
    
    The only currently supported CPUs on AIX are PowerPC (32-bit and 64-bit),
    so there is no point in listing any other CPU as if it was supported.

 data/tupletable       | 3 ++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit c474fb1914adda83c69ea47efbb51a9c9ee79a15
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:36:20 2023 +0100

    arch: Restrict dragonflybsd ports to amd64
    
    The DragonFly BSD system only support and has only ever supported the
    amd64 CPU, so there is no point in listing any other CPU.

 data/tupletable       | 2 +-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit bbac152522a9ef0d5e18f40bae92b12e1594ad05
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:35:36 2023 +0100

    arch: Restrict hurd ports to amd64 and i386
    
    These are the only two ports currently supported.

 data/tupletable       | 3 ++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 602261f1f3e3143b0b668d3ae185fb600b4ed18c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 02:14:59 2023 +0100

    arch: Restrict kopensolaris ports to amd64 and i386
    
    This port got started but it does not look like it went very far,
    but there is at least one semi-active project (OS Dyson) which
    supposedly still has plans to continue this port, although there has
    been no reply yet as to what are their plans or status. For now just
    restrict the port to the CPUs that have support in the glibc fork.
    We can always revisit whether to remove (with the option to add back)
    the port in the future.
    
    Ref: https://lists.debian.org/debian-dpkg/2023/11/msg00009.html
    Ref: https://github.com/ip1981/kopensolaris-glibc

 data/tupletable       | 3 ++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 8df6d1fcb84e5456957f978214ebdfa574592455
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:34:13 2023 +0100

    arch: Restrict kfreebsd ports to amd64 and i386
    
    These were the only ports that got anywhere, there's no point in
    listing support for ports that never existed.

 data/tupletable       | 4 ++--
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e0c5e925ce09ce45852289f6755ffa9a74995b65
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:32:03 2023 +0100

    arch: Remove knetbsd-any support
    
    This port got started but did not really go very far, and has since
    been abandoned. Remove references to it. If it ever comes back it can
    be included again.

 data/ostable                  | 1 -
 data/tupletable               | 1 -
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 scripts/t/Dpkg_Arch.t         | 4 ++--
 4 files changed, 4 insertions(+), 6 deletions(-)

commit 6d752b391bf52d297a74a0b1791f056a7ac504b7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 03:21:38 2023 +0100

    arch: Remove uclinux support
    
    The uclinux project got merged into mainline Linux, and there has been
    no releases for a long time.
    
    Ref: https://lists.debian.org/debian-dpkg/2023/11/msg00012.html

 data/ostable          | 2 --
 data/tupletable       | 2 --
 scripts/t/Dpkg_Arch.t | 4 ++--
 3 files changed, 2 insertions(+), 6 deletions(-)

commit e98a90800fdf25be409d3f6cbb751c77682e3c56
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 13 01:11:50 2023 +0100

    arch: Remove arm64ilp32 support
    
    This port was never fully upstreamed to Linux, glibc and other toolchain
    projects. It was used for a while internally at some companies, but not
    any longer since before 2018.
    
    Ref: https://lists.debian.org/debian-dpkg/2023/11/msg00007.html

 data/abitable                 | 1 -
 data/ostable                  | 1 -
 data/tupletable               | 1 -
 scripts/Dpkg/Vendor/Debian.pm | 1 -
 scripts/t/Dpkg_Arch.t         | 4 ++--
 5 files changed, 2 insertions(+), 6 deletions(-)

commit 2e50c23e0beb265b26672524a59f37589269c0c8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 23 09:31:56 2023 +0100

    Dpkg::Vendor::Debian: Mask PIE for alpha and ia64
    
    These architectures have poor PIE support in the toolchain and are
    causing hard to diagnose problems in packages, where the only option
    is to disable PIE. Instead of having to conditionally do that per
    package, mask it globally. If this ever changes we can revisit this,
    or PIE can be enabled by default in the toolchain.
    
    Closes: #1040062

 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 416b15774668a7e7aa72ccec292cfb67ef36b7d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 18 20:21:15 2023 +0100

    libdpkg: Remove unused DEFAULTSHELL and DEFAULTPAGER macros
    
    These macros are no longer used, since we determine them at configure
    time and use different names for the macros we define from those.

 lib/dpkg/dpkg.h | 3 ---
 1 file changed, 3 deletions(-)

commit b9c60ac97f9fb94042e8c2f5c424bce9d50354a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 18 13:54:56 2023 +0100

    Dpkg::OpenPGP::Backend::Sequoia: Switch to use --signer-file
    
    Starting with sq version 0.28 the verify --signer-cert and
    sign --signer-key options got replaced with --signer-file.
    
    Switch to the new option and for the Debian packaging bump the versioned
    Breaks to require a newer sq in case it is installed.

 debian/control                          | 4 ++--
 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit d26d4e04fe1173b7514c7a2e3d36c7ff83ad2595
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 8 23:53:49 2023 +0100

    build: Check and print sizeof off_t and time_t on the configure summary
    
    These are part of the port ABI, so it is helpful to print their size
    when we are building dpkg, to have a reference in build logs.

 configure.ac    | 2 ++
 m4/dpkg-arch.m4 | 9 +++++++++
 2 files changed, 11 insertions(+)

commit db6cf585c8ab6ac2e03b8a2f6c961c07be584efa
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 9 01:22:56 2023 +0100

    build: Replace action-if-found with : for extra libselinux check
    
    If we do not replace this argument with a no-op, then we get the library
    added into LIBS, which means we overlink for things that are not really
    using libselinux.
    
    Fixes: commit d7e7c430d1dd1b26666cf8f22989ebc110a4a2cf

 m4/dpkg-libs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b13ca53ebda70ea2eb64618ceedec22fbb7687ef
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 8 23:53:22 2023 +0100

    Dpkg::Vendor::Debian: Add missing arm64ilp32 to time32 arches
    
    This architecture ABI also defaults to a 32-bit time_t.

 scripts/Dpkg/Vendor/Debian.pm | 1 +
 1 file changed, 1 insertion(+)

commit a4ed77d833c3e0f3699ca25c7376f24ecac4dd80
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 7 23:56:36 2023 +0100

    dpkg-shlibdeps: Do not require debian/control when parsing CLI options
    
    Now that we are not registering the private library directories while
    parsing the options, but instead we queue them for later. We can move
    the parsing of debian/control, after the option parsing too, so that
    we do not require it, which made the file to be required from the
    current working directory even for options such as --version or --help.
    
    Fixes: commit 292655415c34db23e6d5014b6f71d0060f5811e4
    Closes: #1055536

 scripts/dpkg-shlibdeps.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c643a4d356a6425f4ebf862431edde5e588546b2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 7 23:54:22 2023 +0100

    dpkg-shlibdeps: Defer add_library_dir() calls after option parsing
    
    Otherwise this forces us to initialize the build-api version from the
    debian/control file before parsing the options, which means we require
    it to exist from the current working directory, even for options such
    as --version or --help.
    
    Changelog: internal

 scripts/dpkg-shlibdeps.pl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 4166eac9d16aaf0bd8a6ef94dd289134529408b1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 6 23:48:02 2023 +0100

    dpkg-split: Change heading print logic to use a proper boolean
    
    Do not use a char * to track if we've already printed the heading
    nor if we have found a part file.
    
    Changelog: internal

 src/split/queue.c | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit b8a0dc982d4a554972d5dd129f2aa275e4be05ee
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 20 05:00:47 2023 +0200

    Use FHFF_NONE instead of a literal 0 in calls to fsys_hash_find_node()
    
    Reported-by: Alexandre Detiste <alexandre.detiste@gmail.com>
    Changelog: internal

 lib/dpkg/db-fsys-digest.c   | 2 +-
 lib/dpkg/db-fsys-divert.c   | 4 ++--
 lib/dpkg/db-fsys-files.c    | 2 +-
 lib/dpkg/db-fsys-override.c | 2 +-
 lib/dpkg/t/t-fsys-hash.c    | 4 ++--
 lib/dpkg/triglib.h          | 2 +-
 src/divert/main.c           | 4 ++--
 src/main/archives.c         | 6 +++---
 src/main/help.c             | 2 +-
 src/main/remove.c           | 2 +-
 src/main/unpack.c           | 2 +-
 src/query/main.c            | 2 +-
 src/statoverride/main.c     | 2 +-
 13 files changed, 18 insertions(+), 18 deletions(-)

commit 6c394a4c75f995dfabeee19200efde63b1c6f44f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 20 04:55:35 2023 +0200

    libdpkg: Add underscore after NO to FHFF_NONEW and FHFF_NOCOPY enum values
    
    These values are rather confusing when combined with FHFF_NONE.

 lib/dpkg/fsys-hash.c     |  4 ++--
 lib/dpkg/fsys.h          |  4 ++--
 lib/dpkg/t/t-fsys-hash.c | 16 ++++++++--------
 lib/dpkg/triglib.h       |  2 +-
 src/divert/main.c        |  6 +++---
 src/main/configure.c     |  2 +-
 src/statoverride/main.c  |  2 +-
 7 files changed, 18 insertions(+), 18 deletions(-)

commit 72c00cf6d914c2f230cf62e34c3e2bebc6a468a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 00:43:48 2023 +0100

    test: Improve cppcheck coverage
    
    We needed to at least define __GNUC__ and __GNUC_MINOR__ macros,
    otherwise cppcheck could not see the code attributes. And to point
    to the include directories used in the code base to make the headers
    analyzable.
    
    We need to add a new bunch of suppressions, which we add inline for
    false positives, that we do not want to track per line or where we do
    not want to suppress on the entire file.
    
    This makes it possible finally, to remove a bunch of suppression for
    previous false positives due to lack of information for cppcheck.

 dselect/pkgsublist.cc     |  2 --
 lib/dpkg/nfmalloc.c       |  8 ++++++++
 lib/dpkg/pkg-hash.c       |  2 ++
 lib/dpkg/triglib.c        |  2 --
 src/main/archives.c       |  4 ++++
 t/cppcheck.t              | 11 +++++++----
 t/cppcheck/cppcheck.supp  | 37 +++++++++----------------------------
 utils/start-stop-daemon.c |  4 ++++
 8 files changed, 34 insertions(+), 36 deletions(-)

commit f35068a2fbe809535353533e808294db6fc177ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 20:08:04 2023 +0100

    test: Remove unused cppcheck suppressions
    
    These suppressions do not match anything any longer. Remove them.

 t/cppcheck/cppcheck.supp | 4 ----
 1 file changed, 4 deletions(-)

commit dca58ca2fc58f9bf21412909d11c7d5148087206
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 00:41:06 2023 +0100

    test: Split and sort cppcheck arguments to be one per line

 t/cppcheck.t | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 8d3c86c91e6a95a49ddd53041e003cbd9626e5bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 01:12:49 2023 +0100

    test: Reorder check on whether pkg is NULL
    
    This is confusing cppcheck to consider that we could be passing a
    NULL pkg to the pkg_set_status() functions, which is not the case.
    
    Warned-by: cppcheck (ctunullpointer)

 lib/dpkg/t/t-pkg-hash.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 2d5b1edb263862d6a174135e4cba02c2c82d1fdc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 01:06:02 2023 +0100

    s-s-d: Rename local variables shadowing global info() function name
    
    Warned-by: cppcheck (shadowVariable)

Notes:
    Changelog: internal

 utils/start-stop-daemon.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit e11fb5a91eb89c7ccbf458467798dfc4ad014169
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 01:26:40 2023 +0100

    u-a: Wrap the bad_format() function pointer call into a new function
    
    This simplifies somewhat the callers which do not need to use ctx to
    access the parse error function and pass it as an argument. And makes
    it possible for cppcheck to understand that this is a non-returning
    function, which it seems to be unable to do with a function pointer.

Notes:
    Changelog: internal

 utils/update-alternatives.c | 72 ++++++++++++++++++++++++++-------------------
 1 file changed, 41 insertions(+), 31 deletions(-)

commit 6e8fa2892262d34a441a32a78eae9ccbc7fa1241
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 00:49:42 2023 +0100

    Reduce variables scope
    
    Warned-by: cppcheck (variableScope)
    Changelog: internal

 dselect/pkgcmds.cc          |  2 +-
 dselect/pkgdisplay.cc       |  4 ++--
 lib/dpkg/t/t-pager.c        |  4 +++-
 src/split/info.c            |  5 +++--
 src/split/queue.c           |  5 +++--
 utils/start-stop-daemon.c   | 11 +++++++----
 utils/update-alternatives.c |  7 ++++---
 7 files changed, 23 insertions(+), 15 deletions(-)

commit 631f11ba78f364da073cc5f8a8e0d12188735204
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 4 23:37:36 2023 +0100

    libdpkg: Mark varbuf constructor as explicit
    
    Warned-by: cppcheck (noExplicitConstructor)

 lib/dpkg/varbuf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d8c96c6e585b15bfd45668278e675f0b7102da1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 5 00:38:53 2023 +0100

    libdpkg: Remove dead code after non-returning error function call
    
    Warned-by: cppcheck (unreachableCode)

 lib/dpkg/fields.c | 1 -
 1 file changed, 1 deletion(-)

commit 8a60f64945e2d88149b1c112caeb0b60e62955d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 4 03:47:51 2023 +0100

    build: Only link against libtinfo if needed
    
    If the check determines the symbol we look for is already available,
    then we should not link against the libtinfo library unconditionally.
    Instead move the assignment outside the AC_SEARCH_LIBS, and check
    for whether the function is not available at all or is builtin, and
    only if these do not apply link against the library autoconf has
    determined to use.
    
    Fixes: commit c03aeaa372a1507ec6835c8613388f84c56228d1
    Changelog: silent

 m4/dpkg-libs.m4 | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit e9c502d6eb9a6c735d5ab5171934270efa3b42a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 4 02:24:20 2023 +0100

    libcompat: Disable VLA usage for gettext.h
    
    The header has support for VLA usage depending on the compiler used.
    But we do not want to use it as it has a terrible failure mode on stack
    exhaustion, and we already enable warnings to catch its usage in the
    codebase.

 lib/compat/gettext.h | 4 ++++
 1 file changed, 4 insertions(+)

commit 25394351a4bea9cf2c35d9093a96e42146949273
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 30 03:10:50 2023 +0100

    build: Add support for structured procfs via struct psinfo
    
    On AIX and recent versions of Solaris and derivatives such as Illumos,
    there is an API to access the process information via structured
    data from /proc files.
    
    On at least Solaris <= 11.3 this interface is not compatible with LFS, so
    we need to check whether the header is available and usable, and then for
    the code using structured procfs we need to disable LFS when needed.

 Makefile.am               |  1 +
 configure.ac              |  3 ++-
 m4/dpkg-headers.m4        | 32 ++++++++++++++++++++++++++++++++
 m4/dpkg-types.m4          | 21 +++++++++++++++++++--
 utils/start-stop-daemon.c | 19 ++++++++++++++-----
 5 files changed, 68 insertions(+), 8 deletions(-)

commit c03aeaa372a1507ec6835c8613388f84c56228d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 4 03:22:20 2023 +0100

    build: Check whether we need to linkg against libtinfo explicitly
    
    Depending on the system, linking against the curses shared library
    will automatically expose the tinfo symbols (either via a linker script
    or similar). On some other system we need to explicitly link against
    tinfo.

 m4/dpkg-libs.m4 | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 64714c141d9bc0d683f44e8c4284b64f3ec94b78
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 1 12:42:09 2023 +0100

    debian: Use installtest instead of test target in autopkgtests
    
    This was the originally intended change (that instead incorrectly
    changed the CI in commit 9c5108b5d71bbc78166641fde03fa2e72acefecd, and
    then got reverted in commit 572e870ccf6946c9c1dd6556acffdadbbb0efaec).
    
    Fixes: commit 9c5108b5d71bbc78166641fde03fa2e72acefecd

 debian/tests/test-func      | 2 +-
 debian/tests/test-func-root | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ddb4276cd8ab8365d2ae06e78c4e4b1d2bab26bf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Oct 30 18:48:58 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 159 ++++++++++++++---------------------------------------------
 1 file changed, 37 insertions(+), 122 deletions(-)

commit 6e7e80ba9f10bf02f12fb4286495250875d4a662
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 30 04:36:53 2023 +0100

    Bump version to 1.22.2

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 34451fab061f2c19fed6337f48a7949fc1eb57dd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 30 04:22:04 2023 +0100

    Release 1.22.1

 debian/changelog | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 114 insertions(+), 3 deletions(-)

commit e6ccaf2e21ecbea33678b092bf3a256dc8bff7ad
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 30 04:14:21 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |  314 ++++++-
 man/po/dpkg-man.pot     |  868 +++++++++++-------
 man/po/es.po            | 1257 ++++++++++++++++++--------
 man/po/fr.po            | 2016 +++++++++++++++++++++++++++++++++--------
 man/po/hu.po            |  940 +++++++++++--------
 man/po/it.po            | 1263 ++++++++++++++++++--------
 man/po/ja.po            | 1256 ++++++++++++++++++--------
 man/po/nl.po            | 2170 ++++++++++++++++++++++++++++++++++++--------
 man/po/pl.po            | 1257 ++++++++++++++++++--------
 man/po/pt.po            | 2175 ++++++++++++++++++++++++++++++++++++--------
 man/po/pt_BR.po         |  965 ++++++++++++--------
 man/po/ru.po            |  955 ++++++++++++--------
 man/po/sv.po            | 2305 ++++++++++++++++++++++++++++++++++++++---------
 man/po/zh_CN.po         | 1009 +++++++++++++--------
 po/ast.po               |   16 +-
 po/bs.po                |   14 +-
 po/ca.po                |   16 +-
 po/cs.po                |   16 +-
 po/da.po                |   16 +-
 po/de.po                |    2 +-
 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                |   17 +-
 po/gl.po                |   16 +-
 po/hu.po                |   16 +-
 po/id.po                |   16 +-
 po/it.po                |   16 +-
 po/ja.po                |   16 +-
 po/km.po                |   16 +-
 po/ko.po                |   16 +-
 po/ku.po                |   15 +-
 po/lt.po                |   15 +-
 po/mr.po                |   16 +-
 po/nb.po                |   16 +-
 po/ne.po                |   16 +-
 po/nl.po                |   16 +-
 po/nn.po                |   15 +-
 po/oc.po                |   15 +-
 po/pa.po                |   15 +-
 po/pl.po                |   16 +-
 po/pt.po                |   16 +-
 po/pt_BR.po             |   16 +-
 po/ro.po                |   16 +-
 po/ru.po                |   16 +-
 po/sk.po                |   16 +-
 po/sv.po                |   10 +-
 po/th.po                |   16 +-
 po/tl.po                |   15 +-
 po/tr.po                |   16 +-
 po/vi.po                |   16 +-
 po/zh_CN.po             |   16 +-
 po/zh_TW.po             |   16 +-
 scripts/po/ca.po        |    7 +-
 scripts/po/de.po        |    6 +-
 scripts/po/dpkg-dev.pot |    9 +-
 scripts/po/es.po        |   14 +-
 scripts/po/fr.po        |   14 +-
 scripts/po/nl.po        |    7 +-
 scripts/po/pl.po        |   11 +-
 scripts/po/pt.po        |    7 +-
 scripts/po/ru.po        |   13 +-
 scripts/po/sv.po        |    6 +-
 98 files changed, 14470 insertions(+), 5099 deletions(-)

commit 2782c16163c8736e545ee868bdc4054e59f6f6ee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 1 00:27:44 2023 +0200

    scripts: Add basic support for _FOR_BUILD build flags
    
    These flags are intended to be used when building objects for the
    build system (in contrast to the host system), usually with tools
    that also end with _FOR_BUILD such as CC_FOR_BUILD.
    
    We start with basic support for these flags, as this will make it
    possible for packages to start using them, and the support can be
    extended later on.

 man/dpkg-buildflags.pod       | 63 +++++++++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/BuildFlags.pm    | 10 +++++++
 scripts/Dpkg/BuildInfo.pm     |  9 +++++++
 scripts/Dpkg/Vendor/Debian.pm |  2 ++
 scripts/mk/buildflags.mk      | 23 ++++++++++++++++
 scripts/t/Dpkg_BuildInfo.t    |  2 +-
 scripts/t/mk/buildflags.mk    | 11 ++++++++
 7 files changed, 119 insertions(+), 1 deletion(-)

commit f3d0fb4bdc0f8fff28fa98122bfd19eea46a9570
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 1 00:27:44 2023 +0200

    doc: Clarify compiler flag variables are for the host
    
    When cross-compiling, these flags should only be passed to the host
    tools, and not the build tools.

 man/dpkg-buildflags.pod    | 30 ++++++++++++++++++++----------
 scripts/mk/buildflags.mk   | 23 ++++++++++++-----------
 scripts/t/mk/buildflags.mk |  4 ++--
 3 files changed, 34 insertions(+), 23 deletions(-)

commit 37076082e056e45f31466f1e6e707d8a945dffa2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 30 02:51:47 2023 +0100

    test: Include <sys/mkdev.h> on Solaris for major() and minor()
    
    Changelog: porting

 configure.ac              | 1 +
 lib/dpkg/t/c-tarextract.c | 3 +++
 2 files changed, 4 insertions(+)

commit 572e870ccf6946c9c1dd6556acffdadbbb0efaec
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 29 16:04:32 2023 +0100

    build: Use test instead of installtest target in CI
    
    Reported-by: Simon Richter <sjr@debian.org>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d46b351f37a343a20241905327ebf59a52ed4f4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 26 12:48:21 2023 +0200

    Dpkg::Vendor::Debian: Fix stackclash condition to enable the feature
    
    We were using the cpu to check where to enable this feature, but this
    should have been the arch, as that's what the names we match against
    are. We used these specific names to avoid enabling this feature on
    all arm based architectures where this feature might not be supported,
    and instead only enable it on new ones.
    
    Closes: #1054583

 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1e682a9cd1928218cea0ee5d252256a76a90879b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Oct 27 18:32:44 2023 +0200

    po: Update German programs translation
    
    Update to 1189t.

 po/de.po | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit f0862679eb7137a921d7b51f17a48d7cee67262d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 27 04:56:16 2023 +0200

    libcompat: Fix all comparisons of integers of different sign
    
    This covers all remaining pointer subtractions, that we also cast to
    size_t.
    
    Fixes: commit d005bdfa3da5ecf9eb8f10ec559811eeb6326dc4
    Changelog: silent

 lib/compat/obstack.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f88852b4413a9277c21590455b8dccd1183f0246
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 27 04:48:01 2023 +0200

    test: Do not pass argument s to «ar d»
    
    At least the ar implementation on FreeBSD does not accept it.
    
    Fixes: commit 9c5e3de19bbe0a3ac5e65a0a3083c564d0d42fce
    Changelog: silent

 src/at/deb-format.at | 6 +++---
 src/at/deb-split.at  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 1c3091d0528f62c04aa70839117e357b1b6bfe30
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 26 13:06:32 2023 +0200

    Dpkg::Deps: Implicitly enable build_deps option on tests_deps
    
    The test dependencies are based on the build dependency syntax, so we
    should accept everything they accept in addition to any test specific
    syntax that is allowed.
    
    Closes: #1053481

 scripts/Dpkg/Deps.pm        | 6 ++++++
 scripts/Dpkg/Deps/Simple.pm | 7 +++++++
 scripts/t/Dpkg_Deps.t       | 7 ++++++-
 3 files changed, 19 insertions(+), 1 deletion(-)

commit d405499917bd9378e0d64c6fbfe82add567f24b6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 26 00:31:01 2023 +0200

    libcompat: Declare exit_failure as an extern variable
    
    Warned-by: clang

 lib/compat/obstack.c | 1 +
 1 file changed, 1 insertion(+)

commit d005bdfa3da5ecf9eb8f10ec559811eeb6326dc4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 26 00:20:36 2023 +0200

    libcompat: Fix comparison of integers of different sign in obstack_blank()
    
    We are comparing a size_t against the difference between two pointers.
    Cast the latter into size_t to fix the warning.
    
    Warned-by: clang

 lib/compat/obstack.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99ef650f890c8a3977c933aa9612f6ba5cf13378
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 27 03:40:39 2023 +0200

    test: Replace SED usage with PERL
    
    This makes the code more portable, as sed implementations and their
    behavior vary wildly and have been a source of portability issues.
    Instead perl provides consistent behavior across systems.

 src/at/atlocal.in    |  1 -
 src/at/deb-fields.at | 22 ++++++++++++----------
 src/at/deb-format.at |  4 ++--
 src/at/deb-split.at  |  6 ++----
 src/at/local.at      |  5 ++---
 5 files changed, 18 insertions(+), 20 deletions(-)

commit 9c5e3de19bbe0a3ac5e65a0a3083c564d0d42fce
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 26 23:49:29 2023 +0200

    test: Pass argument S to ar to avoid generating a symbol table
    
    Depending on the implementation, the command might decide to add a
    symbol table based on heuristics on the data we are adding. For example
    with llvm-ar when adding a zeros-only file, it decides to add such
    symbol table, which breaks the .deb format.
    
    In the future we need to switch to a custom ar implementation when
    generating test artifacts to avoid depending on system behavior or
    diverging ar formats that are not compatible with the ones a .deb is
    expected to use, such as the AIX Big and Small ar formats.

 src/at/deb-format.at | 44 ++++++++++++++++++++++----------------------
 src/at/deb-split.at  | 12 ++++++------
 2 files changed, 28 insertions(+), 28 deletions(-)

commit 494ace8ace3e296ffc7c4914cb871c4aa5f5f85d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 27 02:42:38 2023 +0200

    build: Add comment for the system the DPKG_LIB_SOCKET m4 macro is needed
    
    Clarify that this library is needed on Solaris, instead of having
    require checking git history.

 m4/dpkg-libs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce857d5ce6dce0e2a67e2439aeafa2dd75f0a453
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 27 04:02:49 2023 +0200

    man: Fix typos in markup in translations
    
    Fixes: commit 26cdc68ba484acd998f1d169b708d01ce1dcf2a1
    Fixes: commit 55d69defbe71747607880d6ab6622a7b3127d3d9
    Changelog: silent

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

commit 72e76d44b7a639d0a21c00b50da5c6c1e8d83df0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Oct 26 19:11:48 2023 +0200

    po: Update German man pages translation
    
    Including fixing a typo in dpkg(1)

 man/dpkg.pod |   2 +-
 man/po/de.po | 299 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 199 insertions(+), 102 deletions(-)

commit 7b05916925a41a11c799eea33b1fcc7116c87e8c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 23:34:53 2023 +0200

    build: Check for available pagers during configure
    
    The pager command is not a portable assumption to make, check whether
    it is available and otherwise check less and more, and if none are
    found fallback to cat as a better than nothing option.

 m4/dpkg-progs.m4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8da33436aba118357c1f3145d10f439e41269a33
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 23:32:56 2023 +0200

    build: Handle almost-POSIX shells that do not support -- after -c
    
    At least the default sh on both FreeBSD and AIX do not support passing
    a -- after -c, so we check this at configure time, and disable its use
    in the code. This is not POSIX conformant but easy to workaround.
    
    Ref: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274650

 lib/dpkg/command.c |  4 ++++
 m4/dpkg-progs.m4   | 25 +++++++++++++++++++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)

commit 2aec1a7af58b361990821f468c71050b1cc6000d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 25 00:48:47 2023 +0200

    build: Make default shell and pager selectable at configure time
    
    We parametrize these so that their values in both the code and the
    manual pages match what got selected.

 configure.ac         |  4 ++++
 lib/dpkg/command.c   |  2 +-
 lib/dpkg/pager.c     |  2 +-
 lib/dpkg/t/t-pager.c |  2 +-
 m4/dpkg-progs.m4     | 29 +++++++++++++++++++++++++++--
 man/Makefile.am      |  2 ++
 man/dpkg-query.pod   |  2 +-
 man/dpkg.pod         |  6 +++---
 src/main/help.c      |  2 +-
 9 files changed, 41 insertions(+), 10 deletions(-)

commit d7806503625fa1bf34c4f9d5f8585481e0a435e1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 12:55:21 2023 +0200

    test: Use perl instead of dd to create a zero-filled file
    
    The CLI for dd is not portable, use instead perl which is going to
    behave the same regardless of the system used.

 src/at/deb-format.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6bc6da1ef40e2fdc7a86fc3f9e6f9fbe57f16d8b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 20 02:22:43 2023 +0200

    test: Use «\\n» after «a» and «c» sed commands
    
    Not using \ after these commands is a GNU sed extension, which does not
    work on other sed implementations.

 src/at/deb-fields.at | 12 ++++++++----
 src/at/deb-split.at  |  3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)

commit ec094b883a7f24fd705414f7d7b0d85d37b6b500
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 25 14:10:09 2023 +0200

    u-a: Unvendor documentation and --version output
    
    This is a general mechanism, and Debian here refers to the project where
    this originated, but this tool is being used in many other systems, some
    of which are even patching that to refer to their own system, which is
    counterproductive.

 man/update-alternatives.pod | 4 ++--
 utils/update-alternatives.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e550ec82e1e1bc05f83fa1d33fab9e9e24788327
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 23 01:54:50 2023 +0200

    man: Recommend debsig-verify instead of debsums for additional functionality
    
    dpkg already provides the equivalent of debsums natively via its
    --verify option. But the functionality from debsig-verify is not
    currently integrated into the main program.

 man/dpkg.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d49bf026f75fc1c493caee13a885eaec505768a7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 23 01:48:22 2023 +0200

    man: Update dpkg EXAMPLES section
    
    - Replace obsolete reference to elvis with neovim.
    - Use --print-avail instead of directly accessing the available db.
    - Update install example from an archive, by removing obsolete reference
      to the package section (not part of the archive pool structure anymore),
      installing directly w/o a prior change directory, and using a package
      modern package filename including the architecture.
    - Remove old --merge-avail method using an intermediate file.

 man/dpkg.pod | 29 +++++++++--------------------
 1 file changed, 9 insertions(+), 20 deletions(-)

commit 2bd0171aac3178bf193b1d8c26b6497b0b92241c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 12:50:49 2023 +0200

    man: Document the intermediary filenames used during unpack and configure
    
    There did not seem to be any explicit documentation anywhere about these
    filenames nor their functions.
    
    Prompted-by: Florian Weimer <fweimer@redhat.com>
    Ref: https://sourceware.org/pipermail/libc-alpha/2023-October/152245.html

 man/dpkg.pod | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

commit 55d69defbe71747607880d6ab6622a7b3127d3d9
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Wed Oct 25 00:21:43 2023 +0200

    po: Update Swedish translations
    
    Closes: #1054510
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/sv.po |  309 ++-------
 man/po/sv.po     | 1987 +++++++++++++++++-------------------------------------
 po/sv.po         | 1015 ++++++++++++++--------------
 scripts/po/sv.po |  444 +++++-------
 4 files changed, 1333 insertions(+), 2422 deletions(-)

commit df186a81132f753a34863359a38578a4d7d6912a
Author: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Date:   Tue Oct 24 23:59:23 2023 +0200

    po: Update Romanian programs translation
    
    [guillem@debian.org: Remove translated "error:" prefix from msgstr. ]
    
    Closes: #1054196
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/ro.po | 2409 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 1029 insertions(+), 1380 deletions(-)

commit dfa09efcbaca4bffd41341ced89a827494843abc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 21 14:50:33 2023 +0200

    po: Update German man pages translation
    
    Proofreading on debian-l10n-german

 man/po/de.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 4379444763193c4675a24f1faabd3859d8a743b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 03:50:50 2023 +0200

    build: Run make in parallel for autotest and TAP test jobs
    
    Do not just run the actual tests in parallel, but also the building of
    any needed artifacts.

 .gitlab-ci.yml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit a59c21aaafb58aa25d632c420ada70d43d4447c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 03:29:59 2023 +0200

    build: Rename the shared library tests to shlib-tests
    
    The shared-tests on its own is a confusing name, as it suggests
    some kind of tests that are shared among other ones or similar.
    Use instead the less ambiguous shlib term.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e38c8863692dfb0f507e6812e779a9074e8c0d44
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 03:04:34 2023 +0200

    build: Split sanitizer unit tests from author checks
    
    For the same reason we recently reverted the sanitizer tests in
    commit 90cadbc8698fc7e3ca0cf018a2534c8874ef7376 for the functional
    side of the test suite, we should not be running any other tests
    that are functional in nature.
    
    Split the author checks to be the main full test suite driver, and
    restrict the unit-tests to enable the sanitizer only for the lib/
    unit tests.

 .gitlab-ci.yml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit ad64814d2f291928f5eb6b3350d6fcbb964a6aac
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 02:56:04 2023 +0200

    test: Update suppressions for codespell 2.2.6
    
    Warned-by: codespell

 t/codespell/stopwords | 3 +++
 1 file changed, 3 insertions(+)

commit bfac29f93968673f8a996735ce01e61199ce8a4d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 02:54:09 2023 +0200

    u-a: Fix typo in comment
    
    Warned-by: codespell

 utils/update-alternatives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 11a289c4b4b84432c6ee99e9755bfdcda943b527
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 02:52:34 2023 +0200

    debian: Fix typos in debian/control comments
    
    Warned-by: codespell

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

commit 5ae9db02e23bec7706632271764a73d3393e9daa
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Oct 20 17:09:59 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 534 +++++++++++++----------------------------------------------
 1 file changed, 116 insertions(+), 418 deletions(-)

commit c312f3a69fa3aaf067c7d819d2532f428cd0bba1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 20 03:20:31 2023 +0200

    man: Avoid redundant action list in dpkg invoke hook description
    
    Instead of listing all actions then stating when all got added and
    when some were added later, just attach the versions to the respective
    lists w/o needing to repeat the actions.

 man/dpkg.pod | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 4bec54e58883051ab1c0054362c88c0a53217dd1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 20 03:18:21 2023 +0200

    man: Fix grammar in dpkg --force-confdef description

 man/dpkg.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0c32d5f69198b791eb304156de270014635dfc0c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 20 02:58:51 2023 +0200

    man: Use /media/bdrom instead of /media/cdrom
    
    Let's keep up with the times.

 man/dpkg.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3efb9004bea9492ad03396f0f9718cf3f382dbf8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 20 02:57:43 2023 +0200

    doc, man: Use media discs instead of CD-ROM
    
    The former is more generic and includes any new technology in use,
    while CD-ROM is very specific and a format that is in disuse.

 dselect/methods/file/setup.sh | 2 +-
 man/dpkg-scanpackages.pod     | 2 +-
 man/dpkg.pod                  | 2 +-
 man/dselect.pod               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit f9f715c3e75a30bb237a37ab9ba3c01deefde39e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 20 01:55:17 2023 +0200

    man: Use L<> for manual page references
    
    This marks few more man page references that got missed due to
    containing characters not used in the search.
    
    Fixes: commit 1af074cf4b2b344e996c52cfdd34d0a6a90efbc1
    Changelog: silent

 man/deb-src-symbols.pod         | 2 +-
 man/dpkg-maintscript-helper.pod | 4 ++--
 man/dpkg.pod                    | 2 +-
 man/dselect.pod                 | 2 +-
 man/start-stop-daemon.pod       | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

commit 8cfadc5a71eb57e24dacd5874983843debd02e64
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Oct 19 21:14:21 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 1091 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 701 insertions(+), 390 deletions(-)

commit 1af074cf4b2b344e996c52cfdd34d0a6a90efbc1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 23:39:14 2023 +0200

    doc, man: Use L<> for manual page references
    
    This marks the relevant names as links so that POD parsers can convert
    them to actual links in output formats that can make that semantic
    distinction.

 man/deb-buildinfo.pod                  | 10 +++----
 man/deb-changelog.pod                  | 12 ++++----
 man/deb-changes.pod                    |  8 +++---
 man/deb-conffiles.pod                  |  4 +--
 man/deb-control.pod                    | 16 +++++------
 man/deb-extra-override.pod             |  6 ++--
 man/deb-md5sums.pod                    |  6 ++--
 man/deb-old.pod                        |  8 +++---
 man/deb-origin.pod                     |  2 +-
 man/deb-override.pod                   |  6 ++--
 man/deb-postinst.pod                   |  2 +-
 man/deb-postrm.pod                     |  2 +-
 man/deb-preinst.pod                    |  2 +-
 man/deb-prerm.pod                      |  2 +-
 man/deb-shlibs.pod                     |  8 +++---
 man/deb-split.pod                      |  4 +--
 man/deb-src-control.pod                | 28 +++++++++----------
 man/deb-src-files.pod                  |  4 +--
 man/deb-src-rules.pod                  | 16 +++++------
 man/deb-src-symbols.pod                | 12 ++++----
 man/deb-substvars.pod                  | 14 +++++-----
 man/deb-symbols.pod                    |  8 +++---
 man/deb-triggers.pod                   |  4 +--
 man/deb-version.pod                    |  6 ++--
 man/deb.pod                            | 26 +++++++++---------
 man/deb822.pod                         |  2 +-
 man/dpkg-architecture.pod              |  8 +++---
 man/dpkg-build-api.pod                 |  2 +-
 man/dpkg-buildflags.pod                |  2 +-
 man/dpkg-buildpackage.pod              | 18 ++++++------
 man/dpkg-deb.pod                       | 18 ++++++------
 man/dpkg-distaddfile.pod               |  2 +-
 man/dpkg-divert.pod                    |  6 ++--
 man/dpkg-genbuildinfo.pod              |  4 +--
 man/dpkg-genchanges.pod                | 14 +++++-----
 man/dpkg-gencontrol.pod                | 12 ++++----
 man/dpkg-gensymbols.pod                | 16 +++++------
 man/dpkg-mergechangelogs.pod           |  2 +-
 man/dpkg-name.pod                      | 14 +++++-----
 man/dpkg-parsechangelog.pod            |  8 +++---
 man/dpkg-query.pod                     |  4 +--
 man/dpkg-scanpackages.pod              | 28 +++++++++----------
 man/dpkg-scansources.pod               | 16 +++++------
 man/dpkg-shlibdeps.pod                 | 12 ++++----
 man/dpkg-source.pod                    | 24 ++++++++--------
 man/dpkg-split.pod                     | 10 +++----
 man/dpkg-statoverride.pod              |  4 +--
 man/dpkg-trigger.pod                   |  4 +--
 man/dpkg-vendor.pod                    |  2 +-
 man/dpkg.cfg.pod                       |  2 +-
 man/dpkg.pod                           | 50 +++++++++++++++++-----------------
 man/dsc.pod                            | 14 +++++-----
 man/dselect.cfg.pod                    |  2 +-
 man/dselect.pod                        | 24 ++++++++--------
 man/start-stop-daemon.pod              |  4 +--
 man/update-alternatives.pod            |  8 +++---
 scripts/Dpkg/Arch.pm                   |  2 +-
 scripts/Dpkg/Build/Info.pm             |  4 +--
 scripts/Dpkg/BuildAPI.pm               |  2 +-
 scripts/Dpkg/BuildFlags.pm             |  6 ++--
 scripts/Dpkg/Changelog.pm              | 26 +++++++++---------
 scripts/Dpkg/Changelog/Debian.pm       | 10 +++----
 scripts/Dpkg/Changelog/Entry.pm        |  4 +--
 scripts/Dpkg/Changelog/Entry/Debian.pm |  6 ++--
 scripts/Dpkg/Changelog/Parse.pm        |  4 +--
 scripts/Dpkg/Checksums.pm              |  6 ++--
 scripts/Dpkg/Compression/FileHandle.pm |  6 ++--
 scripts/Dpkg/Compression/Process.pm    |  4 +--
 scripts/Dpkg/Control.pm                |  4 +--
 scripts/Dpkg/Control/Changelog.pm      |  2 +-
 scripts/Dpkg/Control/Fields.pm         |  2 +-
 scripts/Dpkg/Control/FieldsCore.pm     |  4 +--
 scripts/Dpkg/Control/Hash.pm           |  2 +-
 scripts/Dpkg/Control/HashCore.pm       |  6 ++--
 scripts/Dpkg/Control/HashCore/Tie.pm   |  3 +-
 scripts/Dpkg/Control/Info.pm           | 10 +++----
 scripts/Dpkg/Control/Tests.pm          |  4 +--
 scripts/Dpkg/Control/Tests/Entry.pm    |  4 +--
 scripts/Dpkg/Control/Types.pm          |  4 +--
 scripts/Dpkg/Deps.pm                   | 24 ++++++++--------
 scripts/Dpkg/Deps/AND.pm               |  8 +++---
 scripts/Dpkg/Deps/KnownFacts.pm        |  2 +-
 scripts/Dpkg/Deps/Multiple.pm          |  6 ++--
 scripts/Dpkg/Deps/OR.pm                |  8 +++---
 scripts/Dpkg/Deps/Simple.pm            |  6 ++--
 scripts/Dpkg/Deps/Union.pm             |  2 +-
 scripts/Dpkg/Gettext.pm                |  8 +++---
 scripts/Dpkg/IPC.pm                    |  6 ++--
 scripts/Dpkg/Index.pm                  |  4 +--
 scripts/Dpkg/Interface/Storable.pm     |  4 +--
 scripts/Dpkg/Substvars.pm              |  2 +-
 scripts/Dpkg/Vendor.pm                 |  6 ++--
 scripts/Dpkg/Vendor/Default.pm         | 16 +++++------
 93 files changed, 390 insertions(+), 389 deletions(-)

commit a8aca8bc17e617c5308bf408a94f3296d4da0918
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 19 09:38:58 2023 +0200

    doc: Simplify references in CHANGES sections
    
    Remove unneeded module namespace, or replace it with an actual variable,
    as it is done in the rest of the documentation for methods.

 scripts/Dpkg/Deps.pm            | 12 ++++++------
 scripts/Dpkg/Deps/KnownFacts.pm |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 94abc18c8310a40415384bd42fc8cdae865f168b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 19 01:19:40 2023 +0200

    doc: Use name() POD syntax instead of a bare function name
    
    The POD parsers know what to do automatically for this kind of syntax.

 scripts/Dpkg/Changelog.pm            | 2 +-
 scripts/Dpkg/Control/HashCore.pm     | 2 +-
 scripts/Dpkg/Control/HashCore/Tie.pm | 2 +-
 scripts/Dpkg/Deps/AND.pm             | 2 +-
 scripts/Dpkg/Deps/OR.pm              | 2 +-
 scripts/Dpkg/Deps/Union.pm           | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit d130b0a6464fb18b6e97270845cecee0a10531b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 23:37:35 2023 +0200

    doc: Use name() POD syntax instead of C<>, B<> or L<> for function names
    
    The POD parsers know what to do automatically for this kind of syntax,
    and the markup is unnecessary.

 scripts/Dpkg/Changelog.pm              |  4 ++--
 scripts/Dpkg/Compression.pm            | 12 ++++++------
 scripts/Dpkg/Compression/FileHandle.pm | 16 ++++++++--------
 scripts/Dpkg/Compression/Process.pm    | 20 ++++++++++----------
 4 files changed, 26 insertions(+), 26 deletions(-)

commit e3c37b23062db8707dae0cbda7fce41595e19821
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 23:27:30 2023 +0200

    doc, man: Use L</> markup for inter link references
    
    This is used to refer to a section within the same or an external
    manual page.

 man/deb-src-symbols.pod     | 12 ++++++------
 man/dpkg-buildflags.pod     |  8 ++++----
 man/dpkg-source.pod         |  2 +-
 man/dpkg.pod                |  2 +-
 man/update-alternatives.pod |  2 +-
 scripts/Dpkg/Changelog.pm   |  4 ++--
 6 files changed, 15 insertions(+), 15 deletions(-)

commit 73a94823ea1a2d7428294606a151aab684cbc6a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 04:14:26 2023 +0200

    man: Hyphenate 32-bit and 64-bit

 man/deb-src-symbols.pod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 644a779f034ad47cd581da04e65e2953a072a63c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 04:11:46 2023 +0200

    man: Use web interface instead of both terms concatenated

 man/deb-src-control.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a2e7711d25e1e17c218f98e004b38396ba67181
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 04:10:30 2023 +0200

    doc, man: Use field name or field-name instead of fieldname
    
    For symbols in code fieldname is appropriate, but for documentation
    let's write the more correct «field name» instead.

 man/deb-src-control.pod            | 4 ++--
 man/deb-substvars.pod              | 8 ++++----
 scripts/Dpkg/Control/Fields.pm     | 4 ++--
 scripts/Dpkg/Control/FieldsCore.pm | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

commit 013efc0843cb776f16ab5aa325e690f42842d3ec
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 04:07:22 2023 +0200

    doc, man: Use manual page instead of manpage

 TODO                        | 2 +-
 debian/README.bug-usertags  | 2 +-
 man/deb-src-control.pod     | 2 +-
 man/dsc.pod                 | 2 +-
 man/dselect.pod             | 2 +-
 man/update-alternatives.pod | 2 +-
 utils/start-stop-daemon.c   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

commit 2d87ed673ebe90e57c09e5902ea197ec99608a9e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Oct 18 19:32:50 2023 +0200

    po: Update German programs translation
    
    Update to 1188t.

 po/de.po | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit e8ce6340e7729278331faf7133c609466a27f002
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 18 18:24:25 2023 +0200

    dpkg-split: Revert switch to use DEBEXT for --help output
    
    We cannot use string concatenation via a macro in strings marked for
    translation that end up being parsed by xgettext, as the resulting
    msgid strings end up truncated.
    
    Restore the previous hardcoding, as using a format string makes the
    string to translate harder to understand, and instead we'll probably
    need to add a new macro to only contain the actual extension w/o the
    dot and use it via a format string, and unify all other messages too.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Fixes: commit db1de20385ff04579ad3cb421e3dcc62f1df13f4
    Changelog: silent

 src/split/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 92034b4a4a79f6004b293ac41308baf3f005bdca
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Oct 18 16:32:26 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 167 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 104 insertions(+), 63 deletions(-)

commit b79136f7b6f2e3eae37b2feca40ab57e7c2b612a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Oct 18 16:28:34 2023 +0200

    po: Update German scripts translation

 scripts/po/de.po | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 7a66a1f0b257eab639cfca8d55085c10d8a6219f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 1 00:23:28 2023 +0200

    Dpkg::BuildFlags: Refactor flags initialization by using a single list
    
    Instead of open-coding the initialization for the same flag on various
    hashes, use a single list of flag names and then map that into the
    corresponding values.

 scripts/Dpkg/BuildFlags.pm | 52 ++++++++++++++--------------------------------
 1 file changed, 16 insertions(+), 36 deletions(-)

commit 174b5d521518e5b95e7c343bd37bb92c3d36efca
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 31 23:11:23 2023 +0200

    scripts/mk: Wrap DPKG_BUILDFLAGS_LIST into one entry per line
    
    This makes adding to the list less noisy diffs.

 scripts/mk/buildflags.mk | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit e6eb9f0b8db30b23453a3ec9b960ce92e8150e69
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 13 20:38:38 2023 +0200

    man: Document all dpkg-parsechangelog(1) output fields
    
    These were not documented as they were supposedly obvious, but not doing
    so is more confusing, as it looks as if the following ones being
    documented also cover previously undocumented ones. Or their semantics
    might not be as obvious as expected.

 man/dpkg-parsechangelog.pod | 9 +++++++++
 1 file changed, 9 insertions(+)

commit dd86bdfc727c493df2492dbf164e11932adc1555
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 13 20:30:36 2023 +0200

    man: Clarify Maintainer field in dpkg-parsechangelog(1)
    
    The field name is confusing as its semantics are better expressed by the
    Changed-By field name from the .changes file instead of the Maintainer
    field from the debian/control file.
    
    Document its meaning more clearly, matching the description in
    deb-changelog(5), and add a BUGS section mentioning this issue.
    
    In the future this might get fixed through some kind of selectable
    versioned output interface.
    
    Ref: #1053705

 man/dpkg-parsechangelog.pod | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 7b76b2114a64fbbbd26144b33cc906863b6e47b1
Author: yalingfang <fangyaling@loongson.cn>
Date:   Fri Oct 13 02:49:28 2023 +0200

    Dpkg::Vendor::Debian: Mark loong64 as having pie builtin
    
    Closes: #1053778
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/Vendor/Debian.pm | 1 +
 1 file changed, 1 insertion(+)

commit 3e03a8d7ba3de8ddd77b180b2b6d5828a470505a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 20:20:45 2023 +0200

    libdpkg: Define DPKG_NULL to nullptr on C23 mode
    
    The new specification standardizes this NULL value, which has better
    portable semantics than the other variants.

 lib/dpkg/macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99f5582ed9045e0e6faedcc8b79d430c4350f8da
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 20:18:58 2023 +0200

    libdpkg: Initialize TREEWALK_OBJECT with a 0
    
    Using an empty initializer, although supported by most compilers, is
    a C23 feature. Make its use conditional on whether we are in C23 mode.
    
    Warned-by: clang-18

 lib/dpkg/treewalk.h | 4 ++++
 1 file changed, 4 insertions(+)

commit 2031fde761fe5f52a51daf95ac8990b14c61f539
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 20:16:05 2023 +0200

    libdpkg: Refactor struct treewalk_funcs compound initializer into a macro
    
    Warned-by: clang-18

 lib/dpkg/treewalk.c | 2 +-
 lib/dpkg/treewalk.h | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit b499f2688349694d24c4a4e53d461deeae826f5c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 11:21:02 2023 +0200

    dpkg-deb: Force deb format 0.939000 to use gzip compression
    
    The format is defined as using this compression, force its use.

 src/at/deb-format.at | 2 +-
 src/deb/main.c       | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 33b0a98e1573de74c3726e4ab79dbaf7d3aef8b6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 12 06:07:43 2023 +0200

    dpkg-deb: Refactor legacy compress_params
    
    This is the compression parameters for legacy modes, which we will use
    in other instances. Instead of repeating them, use a single variable
    that we can use to initialize from.
    
    Changelog: internal

 src/deb/build.c    | 6 ++----
 src/deb/dpkg-deb.h | 1 +
 src/deb/main.c     | 7 +++++++
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 3db758d7c80273b3ef46447048c51c917278957e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 12 06:06:49 2023 +0200

    dpkg-deb: Reject --no-uniform-compression with format 0.939000
    
    This format has never supported non-uniform compression. Report it
    instead of letting the user think the operation succeeded.

 src/deb/main.c | 4 ++++
 1 file changed, 4 insertions(+)

commit d023a9c3b50fa2384454600e3c2853fb5e01eecf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 12 06:02:38 2023 +0200

    dpkg-deb: Initialize threads_max in no-uniform-compression mode
    
    We need to initialize the struct member, otherwise it might contain
    unknown garbage.
    
    Changelog: internal
    Stable-Candidate: 1.21.x

 src/deb/build.c | 1 +
 1 file changed, 1 insertion(+)

commit 4429430741d8752ab8254ba87d85c743b488247a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 04:31:27 2023 +0200

    test: Generate the .deb from scratch instead of adapting them
    
    The behavior for «ar rc» is not portable, and depending on the system
    implementation, it either replaces the file, or appends it at the end,
    or other variations. Instead always construct the .deb from its
    components, which seems to be more portable.

 src/at/deb-format.at | 28 +++++++++++++---------------
 src/at/deb-split.at  | 11 +++++------
 2 files changed, 18 insertions(+), 21 deletions(-)

commit 510fb29101d777812cb7e4d0c9c4f3ac16c825cf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 04:30:40 2023 +0200

    test: Do not use -T for ln calls
    
    This option is not portable, and makes the ln command fail when it's not
    a GNU implementation.

 src/at/realpath.at | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 608131f29c191feeaa6e460f3ab2175bae971d79
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 02:43:01 2023 +0200

    test: Add new DPKG_CWD m4 macro
    
    This new macro takes care of getting the realpath for the current
    working directory in a portable way, via perl.

 src/at/local.at    | 5 +++++
 src/at/realpath.at | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 896c7d0a1b6d5bf766bcc953b57794ae9543e712
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 13 03:04:28 2023 +0200

    doc: Update R³ default values to take dpkg-build-api into account
    
    The default values are influenced by the dpkg-build-api, so make it
    clear in the references to these values to help the reader.

 doc/spec/rootless-builds.txt | 4 ++--
 man/dpkg-buildpackage.pod    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit db1de20385ff04579ad3cb421e3dcc62f1df13f4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 11 22:46:05 2023 +0200

    src: Use DEBEXT instead of hard-coding ".deb"

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

commit 33ac0c17d9d1e211fb45c5cc0e7d5edb8d4c107d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 11 05:45:05 2023 +0200

    Dpkg::Source::Patch: Warn when patching hard linked files
    
    Patching hard linked files can end up unlinking them, and patching only
    one of the directory entries, which means the result might not be as
    expected due to missing changes in all instances of the file.

 scripts/Dpkg/Source/Patch.pm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit e1f0aad3d4c83a210a1ba097135de773c4d960ee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 8 02:59:52 2023 +0200

    build: Use TAR variable from configure instead of hard-coded tar
    
    We should be using the tar name found during configure checks instead
    of hard-coding it to just tar.

 build-aux/subst.am    | 1 +
 src/dpkg-db-backup.sh | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit c24b254ff4b2ed56eb6e408b3d0a77e270c1eaff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 8 02:56:59 2023 +0200

    Dpkg::Source::Archive: Use $Dpkg::PROGTAR instead of tar in error message
    
    Hardcoding the program name in the error message is confusing as we
    might be using some other name for the tar program which we detected
    during configure checks.

 scripts/Dpkg/Source/Archive.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d45a0d5cc4fccd7b731a836d59b633f896b8ab33
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 4 21:00:36 2023 +0200

    man: Document the list of editors tried on dpkg-source --commit
    
    Closes: #1051209

 man/dpkg-source.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit cbce633cde3f5f7f0c1987a1e676b248054b7f7c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 3 01:27:56 2023 +0200

    doc: Use macOS instead of Mac OS X in code comments

 lib/dpkg/fdio.c | 2 +-
 lib/dpkg/i18n.c | 2 +-
 src/main/help.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 3ca7517004f64c3d0fbd9e64c4d6715a32e39858
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 3 01:18:28 2023 +0200

    build: Parametrize dpkg-deb default compressor in man page
    
    We can control what the default compressor for dpkg-deb is from
    configure, but the man page was hardcoding the value.

 m4/dpkg-build.m4 | 1 +
 man/Makefile.am  | 1 +
 man/dpkg-deb.pod | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

commit 3f1656e8a3231bc88ef4ea8e58f94972cbf2ebce
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 25 18:34:59 2023 +0200

    build: Remove dpkg prefix from default deb compressor configure knobs
    
    The prefix is not necessary and makes it a tad long, the option and
    macros are clear enough without them.

 configure.ac     |  2 +-
 m4/dpkg-build.m4 | 14 +++++++-------
 src/deb/main.c   |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 7c640c2fa89749dba447fedc33cee4e29c40ce1b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 2 17:49:26 2023 +0200

    debian: Do not stop the dpkg-db-backup timer and service during upgrade
    
    We should not stop the service nor the timer otherwise they remain
    stopped after upgrade. But we have to explicitly tell systemd to do
    a daemon-reload because due to bug #932360 debhelper does not do it
    for us. For removal or purge this is already handled in those cases.
    
    Closes: #1051085

 debian/dpkg.postinst |  9 +++++++++
 debian/dpkg.postrm   | 12 ++++++++++++
 debian/rules         |  3 ++-
 3 files changed, 23 insertions(+), 1 deletion(-)

commit 66053f4c0fb987e6fde1c011fc0cbe98e6da5efe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 2 01:00:04 2023 +0200

    Dpkg::BuildAPI: Move DESCRIPTION before package declaration
    
    This applies the same changes that were applied in the
    commit dbede18a5eba12dd61aec4e8cc9f701d98fb29f4.

 scripts/Dpkg/BuildAPI.pm | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit 19dccf2b43d07ee0cb62ac002658768dce0b33aa
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 31 20:00:46 2023 +0200

    scripts: Remove unused GCJ and GCJFLAGS support
    
    The gcj project is dead since 2018.

 doc/README.feature-removal-schedule |  6 ++++++
 man/dpkg-buildflags.pod             | 22 +++++++++-------------
 scripts/Dpkg/BuildFlags.pm          |  3 ---
 scripts/Dpkg/BuildInfo.pm           |  1 -
 scripts/Dpkg/Vendor/Debian.pm       |  1 -
 scripts/mk/buildflags.mk            |  3 +--
 scripts/mk/buildtools.mk            |  2 --
 scripts/t/Dpkg_BuildFlags_Ubuntu.t  |  4 ++--
 scripts/t/Dpkg_BuildInfo.t          |  2 +-
 scripts/t/mk.t                      |  1 -
 scripts/t/mk/buildflags.mk          |  1 -
 scripts/t/mk/buildtools.mk          |  2 --
 12 files changed, 19 insertions(+), 29 deletions(-)

commit 2c7dfd31832d4e0c4b25881bf2b8a23da1a5f9ad
Author: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Date:   Tue Oct 10 05:00:19 2023 +0200

    po: Update Romanian dselect translation
    
    Closes: #1053364
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/ro.po | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

commit 26cdc68ba484acd998f1d169b708d01ce1dcf2a1
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Tue Oct 10 04:57:03 2023 +0200

    po: Update Dutch translations
    
    Closes: #1053235, #1053236, #1053237
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/nl.po |   18 +-
 man/po/nl.po     | 1967 ++++++++++++++++--------------------------------------
 po/nl.po         |   32 +-
 3 files changed, 605 insertions(+), 1412 deletions(-)

commit 87df9d5c56e98f93c8e87344eec0dd96bada4a04
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Sun Sep 17 20:13:10 2023 +0200

    po: Update Portuguese man pages translation
    
    Closes: #1051634
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 1834 +++++++++++++++++-----------------------------------------
 1 file changed, 543 insertions(+), 1291 deletions(-)

commit 9c5108b5d71bbc78166641fde03fa2e72acefecd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 10:14:25 2023 +0200

    test: Add installtest target and make test use the build tree programs
    
    The usual convention is for a test or check target to use the programs
    from the build tree, and an installtest or installcheck target to test
    the as installed programs from the system.
    
    Set the DPKG_BUILDTREE variable automatically for test and add a new
    installtest target to make the usage more standard and easier to use.

 .gitlab-ci.yml | 4 +---
 tests/Makefile | 4 ++++
 tests/README   | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 2e0ca957cf84f209191badd36bc7fe09ccee58c8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 09:41:28 2023 +0200

    test: Update cppcheck suppressions for 2.12.0
    
    Warned-by: cppcheck

 t/cppcheck/cppcheck.supp | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 7486fb37d6adbcd10fd3c2d76439a89afaa81751
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Aug 31 18:21:10 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 37 ++++++++++++++++++++++++++++++++++---
 1 file changed, 34 insertions(+), 3 deletions(-)

commit 0fce517cd93ad033ee87491dc5fe342607ace460
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 22:02:23 2023 +0200

    doc: Fix typos in code comments
    
    Warned-by: codespell

 scripts/t/Dpkg_Shlibs.t                  | 2 +-
 tests/t-disappear-depended/Makefile      | 2 +-
 tests/t-disappear-diverted/Makefile      | 4 ++--
 tests/t-unpack-divert-overwrite/Makefile | 6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

commit adf5254f1f5912242a320098b6ee304e97a37ea6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 22:04:33 2023 +0200

    po: Fix format string typo in German scripts translation
    
    Fixes: commit a024068d596f511ef59658bc1a3d2f2e14c98e25
    Changelog: silent

 scripts/po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a2bc83ce470b9767ce18c468233718505b98257a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 30 20:58:47 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 175 +++++++++++++++++++----------------------------------------
 1 file changed, 56 insertions(+), 119 deletions(-)

commit a024068d596f511ef59658bc1a3d2f2e14c98e25
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 30 20:43:12 2023 +0200

    po: Update German scripts translation

 scripts/po/de.po | 38 +++++++++++++-------------------------
 1 file changed, 13 insertions(+), 25 deletions(-)

commit 50bbd63cbae8950a5744c6bfa4543a62404a0d70
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 16:31:48 2023 +0200

    man: Fix typo in stackclash feature name in dpkg-buildflags(1)
    
    Fixes: commit 11efff1bf404705573d0f2e1308c86f3d1e109fd

 man/dpkg-buildflags.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c9dcec596c62cd6c28c25a0bf34173e82307dbd5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 06:07:47 2023 +0200

    Bump version to 1.22.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 744487c98a622b9b38c22c6ca330315af4a30a11
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 05:46:48 2023 +0200

    Release 1.22.0

 debian/changelog | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 327 insertions(+), 3 deletions(-)

commit 46217675785220002f4c3a543572a877e6654fa4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 05:39:23 2023 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   12 +-
 dselect/po/ca.po        |   18 +-
 dselect/po/cs.po        |   18 +-
 dselect/po/da.po        |   18 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |   12 +-
 dselect/po/el.po        |   16 +-
 dselect/po/es.po        |   18 +-
 dselect/po/et.po        |   16 +-
 dselect/po/eu.po        |   18 +-
 dselect/po/fr.po        |   18 +-
 dselect/po/gl.po        |   16 +-
 dselect/po/hu.po        |   18 +-
 dselect/po/id.po        |   16 +-
 dselect/po/it.po        |   16 +-
 dselect/po/ja.po        |   18 +-
 dselect/po/ko.po        |   18 +-
 dselect/po/nb.po        |   18 +-
 dselect/po/nl.po        |   18 +-
 dselect/po/nn.po        |   16 +-
 dselect/po/pl.po        |   18 +-
 dselect/po/pt.po        |   18 +-
 dselect/po/pt_BR.po     |   16 +-
 dselect/po/ro.po        |   85 +-
 dselect/po/ru.po        |   18 +-
 dselect/po/sk.po        |   18 +-
 dselect/po/sv.po        |   18 +-
 dselect/po/tl.po        |   16 +-
 dselect/po/vi.po        |   18 +-
 dselect/po/zh_CN.po     |   18 +-
 dselect/po/zh_TW.po     |   18 +-
 man/po/de.po            |  541 +++++++--
 man/po/dpkg-man.pot     | 1650 +++++++++++++++++++-------
 man/po/es.po            | 2113 ++++++++++++++++++++++++++--------
 man/po/fr.po            | 2945 +++++++++++++++++++++++++++++++++++++----------
 man/po/hu.po            | 1893 +++++++++++++++++++++---------
 man/po/it.po            | 1935 ++++++++++++++++++++++++-------
 man/po/ja.po            | 2099 +++++++++++++++++++++++++--------
 man/po/nl.po            | 2707 +++++++++++++++++++++++++++++++++++--------
 man/po/pl.po            | 1982 ++++++++++++++++++++++++-------
 man/po/pt.po            | 2927 ++++++++++++++++++++++++++++++++++++----------
 man/po/pt_BR.po         | 1920 +++++++++++++++++++++---------
 man/po/ru.po            | 1818 ++++++++++++++++++++++-------
 man/po/sv.po            | 2721 +++++++++++++++++++++++++++++++++++--------
 man/po/zh_CN.po         | 1792 +++++++++++++++++++++-------
 po/ast.po               |   55 +-
 po/bs.po                |   51 +-
 po/ca.po                |   65 +-
 po/cs.po                |   65 +-
 po/da.po                |   63 +-
 po/de.po                |   18 +-
 po/dpkg.pot             |   53 +-
 po/dz.po                |   55 +-
 po/el.po                |   55 +-
 po/eo.po                |   63 +-
 po/es.po                |   63 +-
 po/et.po                |   53 +-
 po/eu.po                |   63 +-
 po/fr.po                |   65 +-
 po/gl.po                |   55 +-
 po/hu.po                |   55 +-
 po/id.po                |   59 +-
 po/it.po                |   63 +-
 po/ja.po                |   63 +-
 po/km.po                |   55 +-
 po/ko.po                |   59 +-
 po/ku.po                |   51 +-
 po/lt.po                |   55 +-
 po/mr.po                |   54 +-
 po/nb.po                |   59 +-
 po/ne.po                |   55 +-
 po/nl.po                |   65 +-
 po/nn.po                |   55 +-
 po/oc.po                |   54 +-
 po/pa.po                |   52 +-
 po/pl.po                |   63 +-
 po/pt.po                |   65 +-
 po/pt_BR.po             |   55 +-
 po/ro.po                |   67 +-
 po/ru.po                |   65 +-
 po/sk.po                |   63 +-
 po/sv.po                |   65 +-
 po/th.po                |   65 +-
 po/tl.po                |   57 +-
 po/tr.po                |   63 +-
 po/vi.po                |   63 +-
 po/zh_CN.po             |   65 +-
 po/zh_TW.po             |   63 +-
 scripts/po/ca.po        |  239 +++-
 scripts/po/de.po        |   89 +-
 scripts/po/dpkg-dev.pot |  119 +-
 scripts/po/es.po        |  139 ++-
 scripts/po/fr.po        |  240 +++-
 scripts/po/nl.po        |  240 +++-
 scripts/po/pl.po        |  139 ++-
 scripts/po/pt.po        |  422 +++++--
 scripts/po/ru.po        |  138 ++-
 scripts/po/sv.po        |  239 +++-
 98 files changed, 26339 insertions(+), 7804 deletions(-)

commit 22d28f45e69d42412b314d6d6ff56c7794c3bd66
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 01:54:22 2023 +0200

    Mark dpkg-build-api level 1 as stable
    
    While there are not many items in affected by the new API level, this
    is a good start as any.

 debian/control                            |  1 +
 man/dpkg-build-api.pod                    | 13 ++++++++++---
 scripts/Dpkg/BuildAPI.pm                  |  2 +-
 scripts/t/Dpkg_BuildAPI.t                 |  2 +-
 scripts/t/Dpkg_BuildAPI/ctrl-api-explicit |  2 +-
 5 files changed, 14 insertions(+), 6 deletions(-)

commit b6b89baa413fe9f37c5df5fbe1bba4f5f7f758b1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 23:41:55 2022 +0200

    scripts/mk: On dpkg-build-api >= 1 include buildtools.mk in default.mk

 man/dpkg-build-api.pod | 4 ++++
 scripts/mk/default.mk  | 3 +++
 2 files changed, 7 insertions(+)

commit 1c6f75795f1f6cda3f6069d3426efd99f7029a77
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 23:41:55 2022 +0200

    scripts/mk: On dpkg-build-api >= 1 default to dpkg_vendor_derives_from_v1

 man/dpkg-build-api.pod |  7 +++++++
 scripts/mk/Makefile.am |  5 +++++
 scripts/mk/vendor.mk   | 12 ++++++++++--
 3 files changed, 22 insertions(+), 2 deletions(-)

commit f9bff737ae4cdabd9c9cf4f597fbf41c67142083
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 23:41:55 2022 +0200

    scripts/mk: Add new buildapi.mk support
    
    This makes it possible to switch default behavior for build API
    levels > 0.

 man/dpkg-buildapi.pod       | 12 ++++++++++++
 scripts/Makefile.am         |  2 ++
 scripts/mk/Makefile.am      |  1 +
 scripts/mk/buildapi.mk      |  9 +++++++++
 scripts/mk/default.mk       |  1 +
 scripts/t/mk.t              |  4 +++-
 scripts/t/mk/buildapi.mk    |  4 ++++
 scripts/t/mk/debian/control |  6 ++++++
 8 files changed, 38 insertions(+), 1 deletion(-)

commit 2000c74598e202d7302984e23b168d00711cf145
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 25 01:30:45 2021 +0100

    dpkg-buildpackage: On dpkg-build-api >= 1 avoid build target heuristics

 man/dpkg-build-api.pod       | 6 ++++++
 scripts/dpkg-buildpackage.pl | 3 +++
 2 files changed, 9 insertions(+)

commit ee09d6e3e2e7aac993369dcb7499fab7bcb6e573
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 25 01:27:03 2021 +0100

    dpkg-buildpackage: On dpkg-build-api >= 1 default R³ to no

 man/dpkg-build-api.pod       |  6 ++++++
 scripts/dpkg-buildpackage.pl | 13 +++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 292655415c34db23e6d5014b6f71d0060f5811e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 25 01:23:04 2021 +0100

    dpkg-shlibdeps: On dpkg-build-api >= 1 require -l instead of LD_LIBRARY_PATH

 man/dpkg-build-api.pod     |  5 +++++
 scripts/Dpkg/Shlibs.pm     | 13 ++++++++++---
 scripts/dpkg-gensymbols.pl |  5 ++++-
 scripts/dpkg-shlibdeps.pl  |  6 +++++-
 4 files changed, 24 insertions(+), 5 deletions(-)

commit 4e9eb72b8a16b8f89d4e9e3b989221d6055eeab9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 25 01:23:04 2021 +0100

    man: Open up dpkg-build-api level 1

 man/dpkg-build-api.pod | 9 +++++++++
 1 file changed, 9 insertions(+)

commit a66a453492b402d95d1415d5236352987defb8db
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 19:30:13 2022 +0100

    dpkg-buildapi: New tool to fetch the dpkg-build-api level

 debian/README.bug-usertags |  2 ++
 debian/dpkg-dev.install    |  1 +
 debian/dpkg-dev.manpages   |  1 +
 man/Makefile.am            |  2 ++
 man/dpkg-buildapi.pod      | 66 +++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg            |  1 +
 scripts/.gitignore         |  1 +
 scripts/Makefile.am        |  2 ++
 scripts/dpkg-buildapi.pl   | 73 ++++++++++++++++++++++++++++++++++++++++++++++
 scripts/po/POTFILES.in     |  1 +
 t/pod-spell.t              |  1 +
 11 files changed, 151 insertions(+)

commit 39decc4c215a2839f5d7964cfb0624d71aab878b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 17 19:46:41 2020 +0100

    Dpkg::BuildAPI: New module
    
    This module implements the new dpkg-build-api interface that will be
    used to control gradual default changes avoiding disruption, where
    the specific packages can opt-in at their convenience.

 debian/control                            |   2 +
 debian/dpkg-dev.manpages                  |   1 +
 man/Makefile.am                           |   2 +
 man/dpkg-build-api.pod                    |  58 ++++++++++++
 man/po/po4a.cfg                           |   1 +
 scripts/Dpkg/BuildAPI.pm                  | 142 ++++++++++++++++++++++++++++++
 scripts/Makefile.am                       |   9 ++
 scripts/po/POTFILES.in                    |   1 +
 scripts/t/Dpkg_BuildAPI.t                 |  93 +++++++++++++++++++
 scripts/t/Dpkg_BuildAPI/ctrl-api-default  |   4 +
 scripts/t/Dpkg_BuildAPI/ctrl-api-desync   |  10 +++
 scripts/t/Dpkg_BuildAPI/ctrl-api-explicit |   6 ++
 scripts/t/Dpkg_BuildAPI/ctrl-api-gt-max   |   6 ++
 scripts/t/Dpkg_BuildAPI/ctrl-api-no-int   |   6 ++
 scripts/t/Dpkg_BuildAPI/ctrl-api-no-ver   |   6 ++
 scripts/t/Dpkg_BuildAPI/ctrl-api-rel-noeq |   6 ++
 16 files changed, 353 insertions(+)

commit ae9abc1c6139f282a21714fe82e0db8659e3ec29
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 02:34:38 2023 +0200

    Dpkg::Source::Quilt: Switch get_patch_file() to be based off get_patch_dir()
    
    Do not use get_patch_file() with no argument as a means to get the
    patch directory, instead reverse the implementation around and use
    get_patch_dir() from get_patch_file(), which makes more sense, and
    fixes a perl warning introduced when the code changed to properly
    unpack arguments.
    
    Fixes: commit 309123b9e76a44cd8e394d87295e2d244d7e354c

 scripts/Dpkg/Source/Quilt.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 11efff1bf404705573d0f2e1308c86f3d1e109fd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 28 12:38:19 2023 +0200

    Dpkg::Vendor::Debian: Add support for new stackclash hardening feature
    
    Closes: #918914

 man/dpkg-buildflags.pod       |  8 ++++++++
 scripts/Dpkg/Vendor/Debian.pm | 11 +++++++++++
 scripts/t/Dpkg_BuildFlags.t   |  1 +
 3 files changed, 20 insertions(+)

commit 8f5aca71c1435c9913d5562b8cae68b751dff663
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 4 06:53:39 2022 +0200

    Dpkg::Vendor::Debian: Add support for new hardening branch feature
    
    Closes: #1021292

 man/dpkg-buildflags.pod       |  9 +++++++++
 scripts/Dpkg/Vendor/Debian.pm | 19 +++++++++++++++++++
 scripts/t/Dpkg_BuildFlags.t   |  1 +
 3 files changed, 29 insertions(+)

commit acdfa3db3c63a658361c1717f58f4b32975f52cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 9 19:01:04 2023 +0200

    Dpkg::Vendor::Debian: Handle abi feature flags as builtin
    
    These feature flags are builtin depending on the libc ABI of the port,
    and it's more correct to handle them like we handle PIE for example.

 scripts/Dpkg/Vendor/Debian.pm | 102 ++++++++++++++++++++++--------------------
 1 file changed, 53 insertions(+), 49 deletions(-)

commit 5f529cfeb9477baf44b74443a04502da1ec893e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 9 17:58:45 2023 +0200

    Dpkg::Vendor::Debian: Move builtin default setup before init_build_features()
    
    These are the defaults for the system, and we should provide those to
    the init_build_features(), which can then override them as they wish.

 scripts/Dpkg/Vendor/Debian.pm | 100 +++++++++++++++++++++---------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

commit f556025da2f01dbea051a61de55edb0ace9f48ed
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 5 01:51:48 2023 +0200

    Dpkg::Vendor::Debian: Move lfs from future to abi area and create an alias
    
    For the same reason we have moved the time64 feature from the future
    to the abi feature area to make the name more clear and pass the test
    of time once these start to be enabled by default on some architectures.
    Do the same for the old lfs feature, but add a backwards compatibility
    alias so that existing users of this interface do not break.
    
    Suggested-by: Steve Langasek <vorlon@debian.org>

 man/dpkg-buildflags.pod       | 34 +++++++++++++++++++++++-----------
 scripts/Dpkg/Vendor/Debian.pm | 23 ++++++++++++++---------
 scripts/t/Dpkg_BuildFlags.t   | 39 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 75 insertions(+), 21 deletions(-)

commit 520f58c74cd21160bb359e7b7ba61a78f2ad8e82
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 24 22:09:49 2023 +0200

    Dpkg::Vendor::Debian: Move time64 buildflags feature from future to abi
    
    Add this new feature area that describes the feature in a more correct
    and clear way, as flags that affect the userland ABI. And removes the
    confusion that might happen once these get enabled by default, as is
    being discussed in Debian.
    
    Suggested-by: Steve Langasek <vorlon@debian.org>

 man/dpkg-buildflags.pod       |  9 ++++++++-
 scripts/Dpkg/Vendor/Debian.pm | 14 ++++++++++----
 scripts/t/Dpkg_BuildFlags.t   |  2 ++
 3 files changed, 20 insertions(+), 5 deletions(-)

commit 6eb1ab9cf079950150bab55a2119b8d5586d7931
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 28 04:45:14 2023 +0200

    man: Fix typo in future lfs feature introduction version
    
    The version was mistyped.

 man/dpkg-buildflags.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1752a4d4dfe5d3179b8821db532aec7092c03466
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 28 23:39:03 2023 +0200

    man: Document version when new programs where introduced
    
    We should document not only when specific options or behavior was
    introduced but also when these new tools got introduced.

 man/dpkg-buildflags.pod         | 2 ++
 man/dpkg-fsys-usrunmess.pod     | 2 ++
 man/dpkg-genbuildinfo.pod       | 2 +-
 man/dpkg-gensymbols.pod         | 2 ++
 man/dpkg-maintscript-helper.pod | 2 ++
 man/dpkg-mergechangelogs.pod    | 2 ++
 man/dpkg-realpath.pod           | 2 ++
 man/dpkg-trigger.pod            | 2 ++
 man/dpkg-vendor.pod             | 2 ++
 9 files changed, 17 insertions(+), 1 deletion(-)

commit 0fba5af0f97f8e28c4712a0b886069ab0e2c3e13
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 24 12:11:14 2023 +0200

    libdpkg: Generalize command_in_path() from find_command()
    
    This is useful for external users too.

 lib/dpkg/Makefile.am                           |  6 ++
 lib/dpkg/command.c                             | 45 +++++++++++++
 lib/dpkg/command.h                             |  2 +
 lib/dpkg/libdpkg.map                           |  1 +
 lib/dpkg/t/data/command/path-a/cmd             |  1 +
 lib/dpkg/t/data/command/path-a/cmd-a           |  1 +
 lib/dpkg/t/data/command/path-b/cmd             |  1 +
 lib/dpkg/t/data/command/path-b/cmd-b           |  1 +
 lib/dpkg/t/data/command/path-noexec/cmd        |  1 +
 lib/dpkg/t/data/command/path-noexec/cmd-noexec |  1 +
 lib/dpkg/t/t-command.c                         | 88 +++++++++++++++++++++++++-
 src/main/help.c                                | 39 +-----------
 src/main/main.h                                |  1 -
 src/main/unpack.c                              |  3 +-
 14 files changed, 151 insertions(+), 40 deletions(-)

commit 92945bf3d772d7cfe28052204dfe68f60a39e9c8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 26 14:01:37 2023 +0200

    test: Move test_data_file() to test.h
    
    This function is generally useful for tests so that they can use data
    files.

 lib/dpkg/t/t-meminfo.c | 13 -------------
 lib/dpkg/test.h        | 13 +++++++++++++
 2 files changed, 13 insertions(+), 13 deletions(-)

commit b4e679bf0261cc50fe2d9e9d95c967017b4f4fbc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 05:14:54 2023 +0200

    Use varbuf_set_*() instead of ad-hoc initialization
    
    Instead of using an explicit varbuf_reset() followed by varbuf_add_*()
    and possible varbuf_end_str(), just use a single varbuf_set_*() to
    initialize the varbuf.
    
    Changelog: internal

 lib/dpkg/db-ctrl-upgrade.c |  7 ++-----
 lib/dpkg/fields.c          | 16 ++++------------
 lib/dpkg/log.c             |  3 +--
 lib/dpkg/parse.c           |  4 +---
 lib/dpkg/t/t-varbuf.c      |  5 ++---
 src/main/archives.c        |  8 +++-----
 src/main/configure.c       | 10 +++-------
 src/main/help.c            |  3 +--
 src/main/remove.c          |  6 ++----
 src/main/unpack.c          |  8 ++------
 src/main/verify.c          |  3 +--
 src/query/main.c           |  4 +---
 12 files changed, 23 insertions(+), 54 deletions(-)

commit 5223f81f39215deeef266a6b4ebee85e9755767f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 22 02:30:15 2023 +0200

    Use varbuf_add_varbuf() instead of varbuf_add_buf()/_str()
    
    Changelog: internal

 src/main/configure.c | 2 +-
 src/main/packages.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2bc3077fbe930b06f0c3d4a9a5a5069a57392b4f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 05:33:41 2023 +0200

    dpkg-split: Use varbuf instead of ad-hoc allocation in read_info
    
    Changelog: internal

 src/split/info.c | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit deca62bf8f20c62e9acfe02eacf295d08a4af184
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 04:25:48 2023 +0200

    libdpkg: Switch ustar filename construction to use varbuf_add_strn()
    
    Use varbuf instead of formatting via str_fmt(), which should be more
    performant.

 lib/dpkg/tarfn.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 4d38360e014ea4dfe02c35d97deb47ac2f7fd35d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 22 02:42:10 2023 +0200

    libdpkg: Add varbuf setter functions
    
    Add _buf(), _varbuf(), _str() and _strn() setter functions to help
    initialize varbufs.

 lib/dpkg/libdpkg.map  |  2 ++
 lib/dpkg/t/t-varbuf.c | 35 ++++++++++++++++++++++++++++++++++-
 lib/dpkg/varbuf.c     | 14 ++++++++++++++
 lib/dpkg/varbuf.h     |  5 +++++
 4 files changed, 55 insertions(+), 1 deletion(-)

commit 8f17d79ce7da7eb44a68db65ecd6c9d118c174e0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 30 13:55:24 2009 +0200

    libdpkg: Add varbuf_add_strn()

 lib/dpkg/t/t-varbuf.c | 29 ++++++++++++++++++++++++++++-
 lib/dpkg/varbuf.h     |  1 +
 2 files changed, 29 insertions(+), 1 deletion(-)

commit 86f0bdf1ee4661d1b66638c18d8cffad8173460a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 22 02:27:14 2023 +0200

    libdpkg: Add varbuf_add_varbuf() function

 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/t/t-varbuf.c | 28 +++++++++++++++++++++++++++-
 lib/dpkg/varbuf.c     |  8 ++++++++
 lib/dpkg/varbuf.h     |  1 +
 4 files changed, 37 insertions(+), 1 deletion(-)

commit 275726335d788f51e47a8c4911e04d038dfbd3f3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 6 23:39:52 2023 +0200

    libdpkg: Reorder varbuf functions
    
    Place the implementations in the order matching their usual life cycle.

 lib/dpkg/varbuf.c | 194 +++++++++++++++++++++++++++---------------------------
 1 file changed, 97 insertions(+), 97 deletions(-)

commit bab6b5f25d11fd0b4b47603fb72f7c5d3bc0d927
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 6 23:39:08 2023 +0200

    libdpkg: Fix coding style for varbuf module

 lib/dpkg/varbuf.c | 191 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 99 insertions(+), 92 deletions(-)

commit 02d413716c9555b6715eca8cc168b2170ba859d4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 24 12:58:48 2023 +0200

    test: Use «ar qc» to create archives with duplicate members
    
    On some systems «ar ra» does not insert a member that already exists,
    which causes the test to fail. Create the archive from scratch with ‘q’
    which does not check for duplicate members.

 src/at/deb-format.at | 15 +++++----------
 src/at/deb-split.at  |  5 ++---
 2 files changed, 7 insertions(+), 13 deletions(-)

commit 64a648e7db916e3592edb7ec6cee7b7a7bfda14f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 30 00:43:08 2023 +0200

    debian: Do not start the dpkg-db-backup timer during installation
    
    The code injected by debhelper does not ignore timers during
    installation, so we tell it to not start it, as that is the wrong
    time to perform such action, and systemd does not act on it anyway.
    
    This removes a warning during installation.

 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e1ccdfccff3acf00e771bfd9f5923ce5f36ab541
Author: Teemu Likonen <tlikonen@iki.fi>
Date:   Sat Jul 22 19:32:24 2023 +0200

    debian: Set Persistent=true for dpkg-db-backup systemd timer
    
    The "OnCalendar=daily" rule means every night exactly at 00:00:00. The
    timer does not trigger if the computer is not turned on exactly at that
    time.
    
    The timer is meant to trigger daily even if the computer is not running
    at midnight. By setting Persistent=true we make the timer trigger
    immediately if the specified time has passed.
    
    Closes: #1041730
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/dpkg.dpkg-db-backup.timer | 1 +
 1 file changed, 1 insertion(+)

commit 773251dc1898f6877711ca97e68aaa52af3b4812
Author: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Date:   Sat Jul 22 14:12:49 2023 +0200

    po: Update Romanian dselect translation
    
    Closes: #1040869
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/ro.po | 666 ++++++++++++++++++++++---------------------------------
 1 file changed, 260 insertions(+), 406 deletions(-)

commit eb0e14f115ff6f44eb257049a45b7fc6ecf97863
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 20 19:10:12 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 171 +++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 142 insertions(+), 29 deletions(-)

commit 6a03732ab0e917272a9fe1eebbe3536bba2c1630
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 4 19:56:10 2023 +0200

    dpkg-shlibdeps: Switch from exec() to Dpkg::IPC::spawn()
    
    Depending on the arguments, the exec() builtin might fallback to invoke
    the program through the system() builtin, which is not what we want.
    Use the spawn() function which handles this safely, and is the common
    pattern used in the entire codebase.
    
    Prompted-by: Paul Wise <pabs@debian.org>

Notes:
    Changelog: internal

 scripts/dpkg-shlibdeps.pl | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

commit f4ee2f44a6d7c6768d9f5a0efa1b85cd98f257fc
Author: Paul Wise <pabs@debian.org>
Date:   Tue Jul 4 19:57:57 2023 +0200

    build: Avoid Perl's exec() falling back to system()
    
    The system/exec functions sometimes execute the command as shell,
    passing an indirect object as the first argument avoids that.
    
    The shell usage happens always on Windows and on other platforms only
    when there is one argument and it contains shell metacharacters.
    
    Fixes: commit 07c81f94aa64e9b6f148c5b5cb24461708feb2b5
    Ref: https://perldoc.perl.org/functions/exec.html
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 21d65ea2b744bf4946b1d6ee8546143abee266b0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 15 23:49:51 2023 +0200

    man: Clarify dpkg-architecture -c option
    
    Make it clear that the -c option might involve execution through the
    system bourne shell.
    
    Prompted-by: Paul Wise <pabs@debian.org>

 man/dpkg-architecture.pod | 3 +++
 1 file changed, 3 insertions(+)

commit c1ce848acd55b8f77b7c08e9131d7cad22dacfb0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 3 23:18:13 2023 +0200

    man: Clarify the md5sums checks as integrity and not security checks
    
    This is hinted in the text and in deb-md5sums(5) man page, but it's
    worth making this point very clear least someone might incorrectly
    assume they can verify their system is fine from attacks or malicious
    modifications.
    
    Prompted-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

 man/dpkg.pod | 4 ++++
 1 file changed, 4 insertions(+)

commit d0b6b317c0a437ab6b02cc7b576bd7a502c505be
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 23 01:53:02 2023 +0200

    man: Document known DEB_BUILD_OPTIONS options
    
    Itemize the options for easier reading. Include all the options
    supported by dpkg-buildpackage or the dpkg tooling, and mention
    which of those debian/rules might act on too.
    
    Closes: #1038888

 man/dpkg-buildpackage.pod | 48 +++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 42 insertions(+), 6 deletions(-)

commit 98c8248db369ddfb445d18d64a3f64ec011bb0f7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 4 19:38:51 2023 +0200

    Dpkg::Vendor::Debian: Sync builtin pie arches with gcc-13
    
    The current list of architectures where gcc defaults to enabling PIE can
    be found in the gcc/debian/rules.defs in the pie_archs. Sync that list
    with the one in here.

 scripts/Dpkg/Vendor/Debian.pm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 606183543b4cee74657a136ca73ec70f16388b5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 17 16:39:56 2023 +0200

    Dpkg::Source::Package::V2: Mark single-debian-patch as not needing forwarding
    
    These patches are autogenerated and in general should not be submitted
    upstream as is, as they are going to be a conglomerate of unrelated
    changes that need to be submitted upstream in atomic pieces. So applying
    the patch tagging guidelines in this situation is not very helpful.
    
    Closes: #1038121

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

commit dcfbe8b626cd6c3551afe7cd46500bdd38d4c200
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 28 12:12:27 2023 +0200

    dpkg-buildpackage: Fix R³ namespace check to only refuse unknown dpkg keywords
    
    The check was intended to verify the «dpkg/» namespace, anything else is
    supposed to be owned by their respective implementations. But the check
    was too broad and did not allow anything else besides the «dpkg/»
    namespace and the top-level known keywords.
    
    Closes: #1036865

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53e67c27d5d926c91419e6b607f0d047b16243ae
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 22 23:49:59 2023 +0200

    dpkg: Handle non-existent .dpkg-tmp files on read-only filesystems
    
    On read-only filesystems trying to rename a directory or a file will
    fail with EROFS, even if non-existent. To avoid impacting the common
    case, check whether errno is EROFS, then check whether the file exists
    and if so restore errno to EROFS to fail on that, otherwise let the
    errno from the failure trickle into the next check which will ignore it
    if it implies that the file does not exist.
    
    Closes: #1030149

 src/main/archives.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 1458c8a4432c95056d6f90269b3d1aea43d0c163
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 19:17:59 2023 +0200

    Dpkg::OpenPGP::Backend::GnuPG: Fix typo in copyright year
    
    Changelog: silent

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4541abe5a7b0c8bb355070ea8c029d86a788af3a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 29 00:02:30 2023 +0200

    test: Fix t-conffile-divert-conffile case
    
    We were renaming the conffile during the diversion addition, so when
    configuring the package dpkg considered that a local admin change,
    and prompted as expected. Switch to make a copy of the diverted file
    and copy it back so that it does not disappear, and we will switch it
    to the diversion copy method once that's available.

 tests/Makefile                                                   | 2 +-
 tests/t-conffile-divert-conffile/pkg-conff-divert/DEBIAN/preinst | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 7afff8f761e791914cd8b82f7d03c1137732d95b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 28 23:49:52 2023 +0200

    test: Add new test case checking Conflicts with Replaces

 tests/Makefile                                  |  1 +
 tests/t-conflicts-replaces/Makefile             | 33 +++++++++++++++++++++++++
 tests/t-conflicts-replaces/pkg-a/DEBIAN/control |  8 ++++++
 tests/t-conflicts-replaces/pkg-a/test-conflict  |  0
 tests/t-conflicts-replaces/pkg-b/DEBIAN/control | 10 ++++++++
 tests/t-conflicts-replaces/pkg-b/test-conflict  |  0
 6 files changed, 52 insertions(+)

commit 05e9d04f3f6f5cdd78f31d122e99915c1877dd79
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 29 23:56:05 2023 +0200

    test: Rename merge_changlogs test to match the command being tested
    
    This also matches the naming convention for the other tests checking
    specific tools.

 scripts/Makefile.am                                | 34 +++++++++++-----------
 .../{merge_changelogs.t => dpkg_mergechangelogs.t} |  2 +-
 .../ch-a                                           |  0
 .../ch-b                                           |  0
 .../ch-badver-a                                    |  0
 .../ch-badver-b                                    |  0
 .../ch-badver-merged                               |  0
 .../ch-badver-old                                  |  0
 .../ch-merged                                      |  0
 .../ch-merged-basic                                |  0
 .../ch-merged-pr                                   |  0
 .../ch-merged-pr-basic                             |  0
 .../ch-old                                         |  0
 .../ch-unreleased-a                                |  0
 .../ch-unreleased-b                                |  0
 .../ch-unreleased-merged                           |  0
 .../ch-unreleased-merged-basic                     |  0
 .../ch-unreleased-old                              |  0
 18 files changed, 18 insertions(+), 18 deletions(-)

commit 2ba5b7319044e43dd40d4969dece4a0c6cf9f9b1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 15 23:48:07 2023 +0200

    Switch from pkg-config to pkgconf
    
    The pkg-config project upstream has been stagnant for a while and has
    issues with its implementation. Switch to the more lively, even though
    in maintenance mode, pkgconf project.

 README                   | 2 +-
 debian/control           | 2 +-
 debian/tests/control     | 4 ++--
 man/deb-src-control.pod  | 2 +-
 scripts/mk/buildtools.mk | 2 +-
 scripts/t/mk.t           | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

commit b9c2a9ee973cdff4b7ba867bcf658dff8d7f351f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 15 00:05:14 2023 +0200

    debian: Wrap fields in debian/tests/control file

 debian/tests/control | 51 +++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 39 insertions(+), 12 deletions(-)

commit fe578f8e4e324631cd1f09e36b997766617601cf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jul 16 19:34:49 2023 +0200

    po: Update German scripts translation

 scripts/po/de.po | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 90cadbc8698fc7e3ca0cf018a2534c8874ef7376
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 9 02:44:39 2023 +0200

    build: Do not enable the sanitizer for the functional test suite
    
    The way the code is currently structured, it is not freeing memory
    on code paths leading to an ohshit() or ohshite(). But those might
    continue elsewhere if an error context has been configured to use
    setjmp(). We will need to fix these instances before this can be
    enabled again on the CI.
    
    This got botched test locally due to overridden CFLAGS usage.
    
    Fixes: commit 59268c3f1098114c0dc27b2129882faa96897a1a
    Changelog: silent

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 49135b04c761c459e65d5817a112c4592518a5f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 23:47:01 2023 +0200

    test: Disable ASAN link order check also for functional tests
    
    When we use eatmydata which sets LD_PRELOAD, that can confuse the ASAN
    link order check, making program abort and failing the entire test
    suite.
    
    Fixes: commit 59268c3f1098114c0dc27b2129882faa96897a1a
    Changelog: silent

 tests/Test.mk | 3 +++
 1 file changed, 3 insertions(+)

commit 36cfc2394b4363af68f0a0755e9330817320e2c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 9 00:15:48 2023 +0200

    build: Fix sanitizer compiler options selected
    
    We should not pass -fsanitize=leak as that is already part of
    -fsanitize=address. To get better stack traces we should pass
    -fno-omit-frame-pointer.
    
    Fixes: commit 59268c3f1098114c0dc27b2129882faa96897a1a
    Changelog: silent

 m4/dpkg-compiler.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ddd04d565a2b9be7e21ec34089a3ab5ad527d7e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 21:20:25 2023 +0200

    build: Fix typo in DPKG_COMPILER_SANITIZER m4 macro comment
    
    Fixes: commit 59268c3f1098114c0dc27b2129882faa96897a1a
    Warned-by: codespell
    Changelog: silent

 m4/dpkg-compiler.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5c61c2f235c4909ef2fafd98f2cf7445f5e971d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 9 01:23:55 2023 +0200

    dpkg-deb: Fix short lived memory leak after fork()
    
    This memory leak is short lived as we immediately exit from this child,
    but ASAN is complaining about it.
    
    Warned-by: gcc ASAN

 src/deb/extract.c | 1 +
 1 file changed, 1 insertion(+)

commit 71a07450904bea051b341f836705e4b01d2243da
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 20 23:33:25 2023 +0200

    Dpkg::Vendor::Debian: Add fallback values for ABI attributes
    
    On unknown architectures we should initialize the ABI attributes so that
    we do not get perl warnings when operating on them, just like we do with
    the arch parts definitions.

 scripts/Dpkg/Vendor/Debian.pm | 4 ++++
 1 file changed, 4 insertions(+)

commit 9cd5525a46fc5aeb42a23dc44cef2e66bb10b1d0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 19 23:44:10 2023 +0200

    dpkg-buildpackage: Handle missing information for hook substitutions
    
    When executing the preinit hook, there will be no information yet
    available about the package, as that's the whole point of that hook
    point. Initialize the substitution variables to an empty string to
    avoid perl warnings.

 scripts/dpkg-buildpackage.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 86590cc19c06ae0a8602535aabb364d894a0121c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 27 01:22:59 2023 +0200

    build: Remove distcleancheck_listfiles override for CPAN dist-cpan target
    
    The dist-cpan target was a dependency for the dist-hook target, the
    problem was that the dist-cpan target generates an artifact on the build
    directory, so distcheck was complaining about this leftover. The way to
    workaround that at the time was to exclude it from the check, but
    because the dist-cpan target was unhooked from the dist-hook target,
    there is no need anymore to override this variable, which is generating
    automake warnings during «autogen».

 build-aux/cpan.am | 4 ----
 1 file changed, 4 deletions(-)

commit 3b78289d1940e34e384a93a116e14fa99f996ec0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 13 22:43:25 2023 +0200

    build: Warn on alloca() usage
    
    Using alloca() is generally unsafe as there's no error recovery on stack
    exhaustion, due to the function having no proper way to report such
    conditions.

 m4/dpkg-compiler.m4 | 1 +
 1 file changed, 1 insertion(+)

commit 42124e2402daa52a9328c0e8e2b5dd7079ae4c3b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 5 22:47:25 2023 +0200

    build: Add new gcc-13 warnings

 m4/dpkg-compiler.m4 | 2 ++
 1 file changed, 2 insertions(+)

commit db649e3393dfb1a2f903871d4a4d5cf62c654c59
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 4 23:54:54 2023 +0200

    build: Add support for compiler analyzer flags
    
    This is intended for development use, and not to be enabled
    unconditionally, as it can generate large amounts of false positives,
    that require sentient triage intervention.

 configure.ac        |  1 +
 m4/dpkg-compiler.m4 | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

commit 59268c3f1098114c0dc27b2129882faa96897a1a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 4 23:53:26 2023 +0200

    build: Add support for compiler sanitizer flags
    
    Add a new configure option to detect and enable these compiler flags and
    use them when running the unit and functional tests from the CI.

 .gitlab-ci.yml                |  4 ++--
 configure.ac                  |  1 +
 m4/dpkg-compiler.m4           | 30 ++++++++++++++++++++++++++++++
 scripts/t/dpkg_buildpackage.t |  3 +++
 4 files changed, 36 insertions(+), 2 deletions(-)

commit d762f80120362673fb854e593997f6321b822402
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 5 18:01:35 2023 +0200

    build: Namespace COMPILER_*FLAGS with DPKG_
    
    Make it clear these are flags for dpkg itself.

 m4/dpkg-compiler.m4 | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit b2c334df6e8f74e9de298286facbf3e5490580c1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 19:10:51 2023 +0200

    test: Fix varbuf memory leak in t-pkg-format test
    
    Warned-by: gcc ASAN

 lib/dpkg/t/t-pkg-format.c | 1 +
 1 file changed, 1 insertion(+)

commit 740b5c881accb6c0dcc5c442a8d1ad06324735a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 19:10:20 2023 +0200

    libdpkg: Fix varbuf memory leak in pkg_source_version()
    
    The function uses an intermediary varbuf to construct the string to then
    pass to parseversion() to parse which then uses the non-freeing
    allocator for any string it needs to preserve. We need to free that
    intermediate varbuf otherwise we leak it.
    
    Warned-by: gcc ASAN
    Stable-Candidate: 1.20.x 1.21.x

 lib/dpkg/pkg-show.c | 2 ++
 1 file changed, 2 insertions(+)

commit ad237253a1f0151fdded2fcf8329750c49507962
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 23:31:06 2023 +0200

    dselect: Add constVariableReference as a cppcheck suppression
    
    In cppcheck version 2.11 the constVariable has been split into multiple
    checks, so we need to also suppress the new name for the already
    suppressed one, to make it work in old and new versions.
    
    Warned-by: cppcheck
    Changelog: internal

 dselect/pkgsublist.cc | 1 +
 1 file changed, 1 insertion(+)

commit a15183b4c1914789b944a761ab683d1a04dd89d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 23:33:09 2023 +0200

    lib, src: Add const qualifiers to variables
    
    Warned-by: cppcheck
    Changelog: internal

 lib/compat/getopt.c         | 2 +-
 lib/dpkg/db-fsys-digest.c   | 2 +-
 lib/dpkg/db-fsys-override.c | 4 ++--
 src/main/cleanup.c          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 999000645cb0135e7a586d3137bb3586c1f2acd1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 02:06:08 2023 +0200

    test: Define macros to help cppcheck analyze code
    
    These macros disable some functions which makes them return 0, and
    cppcheck complains that the involve redundant code. Simply define these
    macros so that the real implementation can be analyzed.
    
    Warned-by: cppcheck

 t/cppcheck.t | 2 ++
 1 file changed, 2 insertions(+)

commit bac44774bb28776427a92cc63803f67043b35401
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 23:28:50 2023 +0200

    test: Update cppcheck suppressions for 2.11
    
    Warned-by: cppcheck

 t/cppcheck/cppcheck.supp | 3 +++
 1 file changed, 3 insertions(+)

commit 4b9ec6a49f2b4f39b79442986ce20e3e65aa7bee
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 00:50:02 2023 +0200

    libdpkg: Remove redundant check
    
    We have already checked in the previous condition whether the first
    character in ptr is not the NUL character.
    
    Warned-by: cppcheck (knownConditionTrueFalse)

 lib/dpkg/parsehelp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b5070472d81a635c08ab0bebbc9b63babc5e0cfd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 26 00:38:53 2023 +0200

    libcompat: Update getopt code from gnulib
    
    Take the changes from files up to the commit before the license changed
    to something other than GPL-2+, but preserving the local cleanups, with
    something like:
    
      $ git log -p 57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391^ -- \
        lib/getopt_int.h \
        lib/getopt.c \
        lib/getopt1.c \
        # end
    
    This modernizes the implementation a bit, moving away from K&R, and
    makes the code easier to analyze.
    
    Warned-by: cppcheck

 lib/compat/Makefile.am  |   4 +-
 lib/compat/getopt.c     | 743 ++++++++++++++++++------------------------------
 lib/compat/getopt.h     |   6 -
 lib/compat/getopt1.c    | 111 +++-----
 lib/compat/getopt_int.h | 131 +++++++++
 5 files changed, 451 insertions(+), 544 deletions(-)

commit c8bd356d3efca0ef81dd3b7624fec16016c99c1b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 01:42:50 2023 +0200

    libcompat: Use ptrdiff_t directly instead of using a macro
    
    We can include <stddef.h> and that does not pollute anything. This
    simplifies the code and avoids confusing static analyzers.
    
    Warned-by: cppcheck

 lib/compat/obstack.h | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

commit 798f516591890b1e8cfa589ee12031515e7431a6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 00:47:25 2023 +0200

    doc: Fix typo
    
    Warned-by: codespell

 ChangeLog.old | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3ab6f3c92b0ccd2084d963c547c9d1c1cf6548a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 25 00:47:02 2023 +0200

    test: Add new stop words for codespell 2.2.5
    
    Warned-by: codespell

 t/codespell/stopwords | 1 +
 1 file changed, 1 insertion(+)

commit 3026ea399dd64c307d1ff3e843ce058f90c0ba9e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon May 29 11:32:39 2023 +0200

    po: Update German programs translation
    
    Update to 1187t.

 po/de.po | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit b118d11f783cea5da2ac72235aebce14c13fc0c6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 17 23:44:11 2023 +0200

    Dpkg::Vendor::Debian: Ignore musl libc systems for time64 suppression
    
    On musl libc all ports use time64.

 scripts/Dpkg/Vendor/Debian.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2f4014f9d7638015d2a73b776bde176c3060d958
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 03:08:38 2023 +0200

    Dpkg::Vendor::Debian: Invert time64 suppression list logic
    
    New 32-bit glibc architectures default to time64, and the list of time32
    architectures is finite and will not grow any longer. So it makes more
    sense to base the ignore list on that finite list than on the new 32-bit
    architectures that default to time64, even though currently that is a
    shorter list, but which will require continue maintenance and update.

 scripts/Dpkg/Vendor/Debian.pm | 36 ++++++++++++++++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

commit 1aded0e307f4ed50a4fa80820a8041c481674ce9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 03:08:38 2023 +0200

    Dpkg::Vendor::Debian: Only enable LFS when time64 is enabled for glibc
    
    The hard requirement for LFS flags to be passed when time64 is enabled
    is only present in glibc, so do not add this dependency for other
    architectures.

 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 549e8cd21c979ab62d6fb91dcf3bb2abe9d73647
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 02:39:40 2023 +0200

    Dpkg::Vendor::Debian: Only use ABI bits to suppress LFS or time64 features
    
    The CPU bits are not relevant for the actual ABI, and we should not use
    them here, or we can get incorrect results for architectures that run on
    a 64-bit CPU but have a 32-bit ABI.

 scripts/Dpkg/Vendor/Debian.pm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit a8e85bbe1d6173c9cb3dcadb44a3ec1879822c46
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed May 17 19:32:47 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 93 insertions(+), 22 deletions(-)

commit 2461a50662c11edb4638902f793caf3c9a58053c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 16 23:31:22 2023 +0200

    test: Use dpkg-buildpackage --no-sign instead of each --unsigned-* option
    
    This simplifies the test code a bit.

 scripts/t/dpkg_buildpackage.t | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit eb7ade60e774dec9cca8ca7f0f8e6d916f076627
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 16 23:30:12 2023 +0200

    man: Mention .buildinfo in dpkg-buildpackage --sign-command description
    
    The signing involves also the .buildinfo file, which was not mentioned
    here.

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

commit 45b80ba1d8ebec54fecff18c5eaf5c18911b2ee5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 15 23:47:12 2023 +0200

    dpkg-buildpackage: Set DPKG_BUILDPACKAGE_HOOK_NAME envvar for hooks
    
    This should make it possible to easily share the same code or script
    and be called as different hooks.

 man/dpkg-buildpackage.pod        |  2 ++
 scripts/dpkg-buildpackage.pl     |  2 ++
 scripts/t/dpkg_buildpackage.t    |  2 +-
 scripts/t/dpkg_buildpackage/hook | 16 ++++++++--------
 4 files changed, 13 insertions(+), 9 deletions(-)

commit 00be11569e51497079f53fcb843a956adcaed1d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 14 16:12:06 2023 +0200

    dpkg-buildpackage: Set the hook options in an environment variable
    
    For some hook usage it is important to be able to know what
    dpkg-buildpackage is going to use when performing the actions,
    so we pass some of this information as environment variables,
    independently of the substitution parameters, as this is information
    potentially relevant to all hooks.
    
    Closes: #902856

 man/dpkg-buildpackage.pod                          | 21 ++++++++++++++
 scripts/dpkg-buildpackage.pl                       | 33 +++++++++++++++++++---
 scripts/t/dpkg_buildpackage/hook                   | 22 +++++++++++++++
 scripts/t/dpkg_buildpackage/test-source_0_all.hook |  6 ++++
 scripts/t/dpkg_buildpackage/test-source_0_any.hook |  6 ++++
 .../t/dpkg_buildpackage/test-source_0_binary.hook  |  6 ++++
 .../t/dpkg_buildpackage/test-source_0_full.hook    |  6 ++++
 .../t/dpkg_buildpackage/test-source_0_source.hook  |  5 ++++
 8 files changed, 101 insertions(+), 4 deletions(-)

commit f4e7d9e01dfe9f20f35aed8a1f229373ba9d4420
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 14 15:54:52 2023 +0200

    dpkg-buildpackage: Turn the run_hook() enabled argument into a hash option
    
    This makes it possible to pass other options to the hook runner.
    
    Changelog: internal

 scripts/dpkg-buildpackage.pl | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

commit 062c140102cdc69edbe9699e14039d4d76e8ea45
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 14 15:56:49 2023 +0200

    dpkg-buildpackage: Default the enabled run_hook() parameter to true
    
    This should be the expected default, which makes it possible to not have
    to pass it from the callers.
    
    Changelog: internal

 scripts/dpkg-buildpackage.pl | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit be55dd6ab9f9423dcb20d91febc7793ea530f694
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 14 15:45:42 2023 +0200

    dpkg-buildpackage: Move hook invocation closer to artifact creation
    
    We want to be able to pass addition information to the hooks, so we
    need the information computed earlier, and thus need to move the hook
    invocation later.
    
    Changelog: internal

 scripts/dpkg-buildpackage.pl | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit a0e63a6006b7a180c35f35f5cf869c4c3eebca77
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 14 15:39:51 2023 +0200

    dpkg-buildpackage: Fix build hook action substitution string handling
    
    We are only running the build hook if the rules file requires root, so
    we should take that into account when setting the action boolean value
    for the hooks invocation string substitution.

 scripts/dpkg-buildpackage.pl | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 0566e55bf8cc9d86f4d59d16473b7b3b442f327f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 17 03:30:56 2023 +0200

    test: Add test cases for dpkg-buildpackage hook support

 scripts/Makefile.am                                |  6 +++++
 scripts/t/dpkg_buildpackage.t                      | 27 ++++++++++++++++++++--
 scripts/t/dpkg_buildpackage/hook                   |  3 +++
 scripts/t/dpkg_buildpackage/test-source_0_all.hook | 12 ++++++++++
 scripts/t/dpkg_buildpackage/test-source_0_any.hook | 12 ++++++++++
 .../t/dpkg_buildpackage/test-source_0_binary.hook  | 12 ++++++++++
 .../t/dpkg_buildpackage/test-source_0_full.hook    | 12 ++++++++++
 .../t/dpkg_buildpackage/test-source_0_source.hook  | 11 +++++++++
 8 files changed, 93 insertions(+), 2 deletions(-)

commit c729dea1e0af319ca48d2342c530e27a51d372d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 21 02:05:58 2022 +0200

    doc: Require POSIX.1-2008
    
    This version of POSIX is old enough, and should be supported by all
    major target operating systems that are still maintained, where dpkg
    is being ported to.

 doc/coding-style.txt | 2 ++
 1 file changed, 2 insertions(+)

commit 1b08218a3bbf3b9763ea6e0f69f4473f9f474ec2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 23:02:16 2022 +0100

    doc: Clarify required C/C++ standards
    
    Fold both into the same subsection, and refactor how these are checked
    and can be relied on. Switch the C baseline from C89 plus extensions to
    C99 except specific features.

 README               |  2 +-
 doc/coding-style.txt | 31 +++++++++++--------------------
 2 files changed, 12 insertions(+), 21 deletions(-)

commit ebba2873b3a8db5ef1ca5af25a2b42bd51cee18c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 14 00:07:15 2023 +0200

    doc: Move Perl version baseline as the first perl coding style subsection
    
    This is the most important part to be able to know what to rely on in
    the Perl code base, move it to the front to match the C/C++ section.

 doc/coding-style.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 7f8a9af3d8ca97171acca6f19cd0029f09aa5396
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 13 20:56:54 2023 +0200

    test: Compute the sizes for «dpkg-deb -I» output dynamically
    
    The sizes of the parts composing the various .deb can change depending
    on the specific compression library or command used, so hardcoding them
    in the test means these are not robust and can fail when these change
    their output, or when we test against different versions. Compute the
    sizes dynamically during the test and use those as part of the expected
    output.
    
    For uncompressed members we do not need to parametrize these sizes.

 src/at/deb-format.at | 38 +++++++++++++++++++++++++++-----------
 1 file changed, 27 insertions(+), 11 deletions(-)

commit c244695522743e912b521bed6851d3700028b4f3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 13 20:55:30 2023 +0200

    test: Generate the pkg-old.deb from controlled parts
    
    To be able to make the tests independent of the compression libraries
    and programs used we need to control the sizes being used when
    generating them.

 src/at/deb-format.at | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 4682b6a2941407fc86390edec62d42466e07954f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 13 20:51:22 2023 +0200

    test: Pass -n to gzip for all invocations
    
    Reduce potential for unreproducible output in the generated artifacts,
    so that we do not need to take that into account in the tests, even
    though this is currently not a cause for test failures. This also makes
    these calls consistent with other gzip usage in the test suite which
    were already using this option.

 src/at/deb-format.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 241ad64fcdeab3bfa532886a1f665e0ec351df9e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 13 20:46:56 2023 +0200

    test: Use the GREP/EGREP detected at configure time in autotests
    
    We should use the same «grep» and «grep -E» compatible commands that
    were detected at configure time which fulfilled the requirements we
    were looking for.
    
    We were indirectly checking for GREP/EGREP, but as we cannot rely on
    these checks being kept around we check for them now explicitly.

 configure.ac      |   2 +
 src/at/atlocal.in |   2 +
 src/at/divert.at  | 114 +++++++++++++++++++++++++++---------------------------
 3 files changed, 61 insertions(+), 57 deletions(-)

commit 777ff4f91f14800a39b8239154e2392f796b9e45
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 13 20:45:36 2023 +0200

    test: Quote command variables in case these contain spaces
    
    If the replaced values contain spaces then the options will be
    interpreted as commands to be passed the variable being set to its
    environment.

 src/at/atlocal.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 50e32beba7e75809e1782b5f51175d7f5481aeff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 12 23:32:46 2023 +0200

    build: Add perl prefixes into the Code Internals changelog section

 build-aux/gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dde814f3c92eadb57b428df4761a63964c1337ae
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 11 18:10:06 2023 +0200

    po: Update German scripts translation

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

commit f03f79d9a00cc18f4206fdebff68c6561bc5bb0e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 11 18:09:25 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 279 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 213 insertions(+), 66 deletions(-)

commit 87adaff3d92d6cfc7c3078d09c52b55e7d415fae
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 11 02:02:04 2023 +0200

    test: Add cases for disappearance on diverted overwrites and third parties
    
    Suggested-by: Simon Richter <sjr@debian.org>

 tests/Makefile                                     |  2 +
 tests/t-disappear-diverted-other/Makefile          | 28 ++++++++++
 .../pkg-divert/DEBIAN/control                      |  8 +++
 .../pkg-divert/DEBIAN/postrm                       |  8 +++
 .../pkg-divert/DEBIAN/preinst                      |  8 +++
 .../pkg-divert/test-dir/test-normal                |  0
 .../pkg-diverted/DEBIAN/control                    |  8 +++
 .../pkg-diverted/test-dir/test-divert              |  0
 .../pkg-replaces/DEBIAN/control                    |  9 +++
 .../pkg-replaces/test-dir/test-normal              |  0
 tests/t-unpack-divert-overwrite/Makefile           | 64 ++++++++++++++++++++++
 .../pkg-divert/DEBIAN/control                      |  8 +++
 .../pkg-divert/DEBIAN/postrm                       |  7 +++
 .../pkg-divert/DEBIAN/preinst                      |  7 +++
 .../t-unpack-divert-overwrite/pkg-divert/test-file |  1 +
 .../pkg-files/DEBIAN/control                       |  7 +++
 .../t-unpack-divert-overwrite/pkg-files/test-file  |  1 +
 .../pkg-replaces/DEBIAN/control                    |  8 +++
 .../pkg-replaces/test-other                        |  1 +
 19 files changed, 175 insertions(+)

commit 395c655fc1765a31fb828ef3c085f51ae4592e36
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 11 00:29:22 2023 +0200

    test: Add cases for disappearing with diversions

 tests/Makefile                                     |  1 +
 tests/t-disappear-diverted/Makefile                | 58 ++++++++++++++++++++++
 .../pkg-disappear/DEBIAN/control                   |  8 +++
 .../pkg-disappear/test-dir/test-normal             |  0
 .../t-disappear-diverted/pkg-divert/DEBIAN/control |  9 ++++
 .../t-disappear-diverted/pkg-divert/DEBIAN/postrm  |  8 +++
 .../t-disappear-diverted/pkg-divert/DEBIAN/preinst |  8 +++
 .../pkg-divert/test-dir/test-normal                |  0
 .../t-disappear-diverted/pkg-normal/DEBIAN/control |  9 ++++
 .../pkg-normal/test-dir/test-normal                |  0
 10 files changed, 101 insertions(+)

commit 5c56170b1a4e3d45d546a090d6ad466c933b4926
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 10 23:56:54 2023 +0200

    test: Fix t-disappear-depended test
    
    The test was missing a Replaces field, and a purge and then an
    install to create the scenario it was trying to check.

 tests/Makefile                                                |  2 +-
 tests/t-disappear-depended/Makefile                           | 11 +++++++----
 tests/t-disappear-depended/pkg-disappear/test-dir/test-normal |  0
 tests/t-disappear-depended/pkg-normal/DEBIAN/control          |  1 +
 4 files changed, 9 insertions(+), 5 deletions(-)

commit d61ab1ad8a4cbda31b0719a980d0e517130f9ee2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 9 04:07:48 2023 +0200

    dpkg: Move comment next to the code it is describing
    
    Also update the variable it is talking about.
    
    Changelog: internal

 src/main/archives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3f0ed647b7a37162f18adac45f7513adb16fc0c1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 7 17:38:43 2023 +0200

    scripts: Do not set LANG unnecessarily
    
    Setting LC_ALL to "C" should be sufficient, as that will have precedence
    over any other environment variable, so there is no need to in addition
    set LANG also to "C".

 scripts/Build.PL.in          | 1 -
 scripts/Dpkg/Source/Patch.pm | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit f8aeaeebfebb03a15ab3ad85b55e28617209e421
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 11 02:18:38 2023 +0200

    Dpkg::Vendor::Debian: Mark PIE as builtin on hurd-amd64
    
    This new port that is currently being bootstrapped will default to
    handle PIE enabled builtin in gcc, so we need to let the build flags
    work accordingly.

 scripts/Dpkg/Vendor/Debian.pm | 1 +
 1 file changed, 1 insertion(+)

commit 5678aa632dfd20ec83e1d0eacad75bb4a4ef44a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 7 02:28:55 2023 +0200

    Dpkg::Source::Quilt: Switch get_db_file() to be based off get_db_dir()
    
    Do not use get_db() with no argument as a means to get the db directory,
    instead reverse the implementation around and use get_db_dir() from
    get_db_file() instead, which makes more sense, and fixes a perl warning
    introduced when the code changed to properly unpack arguments.
    
    Fixes: commit 309123b9e76a44cd8e394d87295e2d244d7e354c

 scripts/Dpkg/Source/Quilt.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit a004016c00639cca59b914c61349b3ec11f64b1c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 6 22:36:56 2023 +0200

    Dpkg::Shlibs::Objdump: Add back the ARM ABI mismatch mask but commented out
    
    Add a comment with the current state, and rationale why ARM does not
    have the ABI mismatch mask set, so that it does not get accidentally
    added back until the situation has been checked to be safe, or dealt
    with.
    
    Ref: #853793

 scripts/Dpkg/Shlibs/Objdump.pm | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit b95056b0bf8ff8df0f33c395e6eca566e61bed45
Author: Simon Richter <sjr@debian.org>
Date:   Sat May 6 04:09:15 2023 +0900

    libdpkg: Mark functions in headers as inline
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/perf.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f03f632b1eeb14f4004ec6986b4ee384f32757d7
Author: Simon Richter <sjr@debian.org>
Date:   Sat May 6 04:09:14 2023 +0900

    libdpkg: Make headers self-contained
    
    [guillem@debian.org: Move forward declaration close to existing one. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/command.h   | 2 ++
 lib/dpkg/db-fsys.h   | 1 +
 lib/dpkg/parsedump.h | 1 +
 3 files changed, 4 insertions(+)

commit 31a81c5575a781491e6f8b1c13d8544490982d5d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 5 23:58:35 2023 +0200

    build: Ignore tags files
    
    The automake generated Makefiles contain rules to create various
    types of source code tags files for easy source code traversing.
    
    Based-on-patch-by: Simon Richter <sjr@debian.org>

 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

commit b6491c5763ea7c8013a0bf152795d397a97320d9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 5 23:56:10 2023 +0200

    build: Remove vim swap file entry from .gitignore
    
    This is a developer specific tool artifact that does not belong in the
    project .gitignore file, as otherwise we'd be polluting these with
    endless entries for any such tool that might be used locally. Instead
    users should really be adding them to their ~/.config/git/ignore file
    (or equivalent) for any such local tool generated artifact to be
    ignored globally on those systems.

 .gitignore | 1 -
 1 file changed, 1 deletion(-)

commit 17bfa86310a9384109fda9a3723ae88995cfe1bb
Author: Simon Richter <sjr@debian.org>
Date:   Sat May 6 04:06:02 2023 +0900

    build: Fix typo in .gitignore filename by renaming it
    
    This seems to be a mistake.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 tests/dpkginst/{.gitinore => .gitignore} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit bcb37baf8ebdfa6c70310ec0a82517fe9ee1153d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 20 00:41:43 2023 +0200

    build: Add support for .git-blame-ignore-revs file
    
    The current codebase contains a mix of styles, which is confusing when
    reading, or when contributing code. The main reason the code has been
    switched to the new style incrementally has been because mass changes
    create «git blame» barriers, at which point git blame becomes unusable.
    
    But with the recent-ish support for the «git blame» ignore-revs-file
    we can now track these commits and let git ignore them when doing blame,
    which removes the main reason for avoiding these mass changes.

 .git-blame-ignore-revs | 2 ++
 Makefile.am            | 2 +-
 autogen                | 4 ++++
 3 files changed, 7 insertions(+), 1 deletion(-)

commit c954d2cb1f70c834a22044f60197908891eae1f5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 11 03:23:26 2023 +0200

    dselect: Fix stdout+stderr discarding redirection in ftp method
    
    The redirections were out of order so only stdout was being discarded.
    
    Prompted-by: shellcheck

 dselect/methods/ftp/install.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 07b2b3af74f0699b0cb76431be062c3479fc06ec
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 4 23:55:52 2023 +0200

    dselect: Remove handling of .GZ, .Z and .z compressed Package files
    
    These are either extensions for the compress format, which we do not
    support, or uppercase variants for the gzip format, which are just
    unexpected to be found on repositories.

 dselect/methods/file/update.sh  | 2 +-
 dselect/methods/media/update.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b9216d07e9aac18a4c7cf0713363747f7a009717
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 15:51:53 2022 +0100

    dpkg-buildpackage: Add support for new preinit hook
    
    This new hook gets called before the tools have read any source file.
    
    Closes: #1023753

 man/dpkg-buildpackage.pod    |  3 +++
 scripts/dpkg-buildpackage.pl | 10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 71f93f12abe9530f916a5c062e170b481bdfd268
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 15:51:53 2022 +0100

    dpkg-buildpackage: Turn items into lists for easier extensibility
    
    Change the code and the man page.
    
    Changelog: internal

 man/dpkg-buildpackage.pod    | 26 +++++++++++++++++++++++++-
 scripts/dpkg-buildpackage.pl | 26 +++++++++++++++++++++++---
 2 files changed, 48 insertions(+), 4 deletions(-)

commit f7dd012287cb49b44fcf5e56bdd4dc0db64a8625
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 3 23:41:04 2023 +0200

    man: Itemize supported deb-changelog(5) keyword/value entries
    
    This should make it more clear to distinguish each different item.

 man/deb-changelog.pod | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

commit e7329e8f8c4245fc19b6f8e684dcac8168e29f07
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 3 23:40:00 2023 +0200

    man: Turn buildinfo filename format selection into a list
    
    This should make it more obvious how the name gets selected.

 man/deb-buildinfo.pod     | 24 +++++++++++++++++-------
 man/dpkg-buildpackage.pod | 25 ++++++++++++++++++-------
 2 files changed, 35 insertions(+), 14 deletions(-)

commit aec16b66e70daf4540762918af09e340e7cd0372
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 2 03:26:45 2023 +0200

    man: Update methods provided by dselect(1)

 man/dselect.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1db75d6fb1c8a13af5274a62b0bd2d9cf191b28
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 8 00:39:53 2023 +0200

    man: Clarify C.UTF-8 locale setting hint
    
    On systems where the LANGUAGE environment variable is supported, it will
    affect the output when the locale is set to something other than "C",
    which is the case with the hint here. Mention it to make the user aware
    of this behavior.
    
    Closes: #1028296

 man/dpkg-query.pod | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit b3f0abeef0bdda14689930522b2762d19eb43a6b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 5 17:33:35 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

commit 4b0112eac37ae1c8b3cf09f86d41c0b9710b40dc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue May 2 21:05:14 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 163 insertions(+), 6 deletions(-)

commit 767045b31ce3b0e15a57b342602c1b6bc9dd87b1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 1 20:32:58 2023 +0200

    man: Spell out «manual page»

 man/start-stop-daemon.pod   | 2 +-
 man/update-alternatives.pod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b2b8551d7abe7eb9f5d03c63d9da1ec9612a2bcf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 12 04:41:09 2023 +0100

    man: Add SECURITY sections
    
    Do a first pass to add a section describing the security implications
    for tools that might be expected to handle untrusted data, or where
    security implications might not otherwise be clear. These might need
    to be adjusted in the future.
    
    Prompted by a private security report with incorrect assumptions
    about how dpkg operates and what are the security expectations of
    its operation. Try to make this clear in the documentation to avoid
    users potentially being confused.

 man/dpkg-buildpackage.pod |  5 +++++
 man/dpkg-deb.pod          | 14 ++++++++++++++
 man/dpkg-query.pod        |  7 +++++++
 man/dpkg-source.pod       | 15 +++++++++++++++
 man/dpkg-split.pod        | 15 +++++++++++++++
 man/dpkg.pod              | 20 ++++++++++++++++++++
 6 files changed, 76 insertions(+)

commit aeee5b5ac27d19b6001d1ae912384ed7defa942c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 29 23:40:49 2023 +0200

    dpkg-db-keeper: Add helper script to assist with tracking database changes
    
    A simplified version of this script has been in constant use to assist
    in dpkg development for years now, so that changes performed to the db
    can be easily tracked and studied, when running dpkg versions from git.
    
    But it is also generally helpful for record tracking of what has changed
    over time in the system.

 debian/dpkg.install   |  1 +
 src/.gitignore        |  1 +
 src/Makefile.am       |  2 ++
 src/dpkg-db-keeper.sh | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++
 t/shellcheck.t        |  1 +
 5 files changed, 64 insertions(+)

commit 7c49fd84e8eabcfdb50d95b6f2924368dba48e66
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 28 23:19:40 2023 +0200

    build: Add -no-undefined libtool flag
    
    We have no need for undefined symbols, so we can let the shared
    library build even on systems without support for undefined symbols.

 lib/dpkg/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 805d2bbc2b02b857448e55ce9c00279da184ec4c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 28 23:16:29 2023 +0200

    build: Use an export symbols file if there is no version script support
    
    We generate the symbol list from the version script to avoid repeating
    ourselves and potentially getting the lists out-of-sync.

 lib/dpkg/.gitignore  |  1 +
 lib/dpkg/Makefile.am | 28 +++++++++++++++++++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)

commit 9cbd57da55c8a60badf7e185b629e5dfc9260e9f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 30 22:44:06 2023 +0200

    man: Clarify shared library name formats and their purpose

 man/deb-shlibs.pod | 5 +++++
 1 file changed, 5 insertions(+)

commit 23e92f568ba8d03e712b38ddb4e268c4fdd297b7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 27 23:44:26 2023 +0200

    doc: Add a Status field to frontend-api spec

 doc/spec/frontend-api.txt | 6 ++++++
 1 file changed, 6 insertions(+)

commit 329d06a624c8fc0f49fdaa474aa42261a84239f6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 26 23:54:36 2023 +0200

    libdpkg: Mark the progress percentage for translation
    
    The percentage format is locale-dependent, so let's mark it so that
    translators can format it differently.
    
    Ref: #1034378

 lib/dpkg/progress.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit cd84b0f9e69ba0c409a87295143a0498c5d6a38a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 26 23:52:06 2023 +0200

    libdpkg: Simplify progress output by using fputs() and putchar()
    
    Instead of doing a full printf(), when we know that we do not need to
    actually format the strings, use the more efficient fputs() and
    putchar() functions.
    
    This also decouples the percentage printing which is locale sensitive
    from the general format of the output, which we will then be able to
    mark for translation independently of the other text.

 lib/dpkg/progress.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 07df658150f5c6c9ad4e5e4ff287f7a1cd56b111
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 01:36:29 2023 +0100

    Dpkg::Shlibs::Objdump: Switch get_format() to return a colon-separated string
    
    This makes debugging the format easier, as the string should be easier
    to understand than a string of hexadecimal bytes.

 scripts/Dpkg/Shlibs.pm         |  4 ++--
 scripts/Dpkg/Shlibs/Objdump.pm | 39 +++++++++++++++++++++++++++++++++++----
 scripts/dpkg-shlibdeps.pl      |  7 ++++---
 3 files changed, 41 insertions(+), 9 deletions(-)

commit 1df4c32add4b0caee6d9128c593e5416982a202b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 27 02:40:01 2023 +0200

    Dpkg::Shlibs::Objdump: Add OR1K ELF ABI tracking
    
    At least GNU binutils does not allow linking objects with the nodelay
    flag set against ones without the flag set, and internally considers
    them different BFD machine types.

 scripts/Dpkg/Shlibs/Objdump.pm | 3 +++
 1 file changed, 3 insertions(+)

commit b377ba3daf475228764fbba0bf6502c132e0b9bd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 25 03:50:43 2023 +0200

    Dpkg::Shlibs::Objdump: Add RISC-V ELF ABI tracking
    
    At least GNU binutils does not allow linking objects with different
    float ABIs, nor linking RVE and non-RVE objects.

 scripts/Dpkg/Shlibs/Objdump.pm | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 3d9bac3041d68a2ab1d13b9f36d6fb9968f76923
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 01:31:14 2023 +0100

    Dpkg::Shlibs::Objdump: Add ELF machine types for all supported arches
    
    We should have the ELF machine types for all supported arches, so that
    we can then give better diagnostics when analyzing these objects.

 scripts/Dpkg/Shlibs/Objdump.pm | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 41a8cfc7080f2b4cb9104d3a44e5087d772dd920
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 01:28:56 2023 +0100

    Dpkg::Shlibs::Objdump: Remove unsupported ELF machine types
    
    We do not support the architectures that would make use of these
    ELF machine types, so there is no point in having that support here.
    
    These were preemptively added after having invested the time digging
    what old ELF machine types mapped to new ones, but this can be redone
    if these ever get added, which seems unlikely.

 scripts/Dpkg/Shlibs/Objdump.pm | 12 ------------
 1 file changed, 12 deletions(-)

commit 1ef2064a7833c9b97f3867c40ddccc62242f8425
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 25 23:08:03 2023 +0200

    Remove avr32, m32r and tilegx obsolete architectures
    
    These do no longer have support in Linux. Neither the BSDs support
    these CPUs. There is no point in pretending these are supported by
    dpkg.
    
    Ref: Linux commit 26202873bb51fafdaa51be3e8de7aab9beb49f70 (avr32)
    Ref: Linux commit 553b085c2075f6a4a2591108554f830fa61e881f (m32r)
    Ref: Linux commit bb9d812643d8a121df7d614a2b9c60193a92deb0 (tile)

 data/cputable                  | 3 ---
 scripts/Dpkg/Shlibs/Objdump.pm | 6 ------
 scripts/Dpkg/Vendor/Debian.pm  | 9 ++++-----
 scripts/t/Dpkg_Arch.t          | 4 ++--
 4 files changed, 6 insertions(+), 16 deletions(-)

commit c4be7df409cf60132aaf11ed74cbb7909f0fdcdf
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 24 23:37:12 2023 +0200

    lib: Define __has_include fallback if the compiler does not support it
    
    This way we can use it unconditionally in the code.

 lib/compat/compat.h | 4 ++++
 lib/dpkg/macros.h   | 4 ++++
 2 files changed, 8 insertions(+)

commit d4721c06a1fb84caff6b3623f23947c757e0b790
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 23 14:33:41 2023 +0200

    libdpkg: Mask the mode from the tar entry to only the file mode bits
    
    Depending on the tar implementation used, the mode in the tar entry
    might include more than the file mode bits, which can cause unexpected
    values to be set on the unpacked object. Mask them to make sure we are
    dealing with known metadata.
    
    This is currently a problem with AIX's tar, but could happen on other
    systems using various tar implementations, or with .deb created with
    builders other than dpkg-deb.

 lib/dpkg/tarfn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40f41eedf49b151fe166281e065cbbfd59f93780
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Apr 25 20:38:50 2023 +0200

    po: Update German programs translation
    
    Update to 1186t.

 po/de.po | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

commit fb1ed70041f487629ecd3ba83ac6417c86f5eacc
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Apr 25 20:29:13 2023 +0200

    po: Update German dselect translation
    
    Update to 267t.

 dselect/po/de.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 0c93078dd8e881d095e89b870131b9ca866c9371
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 23 06:42:37 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit da9d03f6b7f99c46a1b6f7b0a323df36b5cc4829
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 23 06:41:15 2023 +0200

    po: Update German scripts translation

 scripts/po/de.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit e0524ee32d7ca61817676f617359fda72362f7cb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 16 18:48:52 2023 +0200

    dpkg: Clarify that commands can take package-name or --pending in error message
    
    These options which can take a package name specifier, can also take a
    --pending option. Make the error more clear about this.
    
    Closses: #1034466

Notes:
    Closes: #1034466

 src/main/packages.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e2dfc4f76bdb07c80c765b85705bf543c99f43eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 16 18:43:19 2023 +0200

    man: Clarify that dpkg-reconfigure is part of the debconf project
    
    This program which uses the dpkg namespace, tends to confuse users
    thinking it is part of the dpkg suite of packages, and then they cannot
    find it or report issues against dpkg itself. Try to point users in
    the right direction.

 man/dpkg.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f013195c70995235340e99107058f591175f0a57
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 14 04:35:48 2023 +0200

    libdpkg: Pass -- after sh -c to avoid bogus option parsing
    
    Prompted-by: Joe Simmons-Talbott <josimmon@redhat.com> (on libc-alpha)

 lib/dpkg/command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d12eddb2b240b8a079b5a9cc1c166375f19f6a0d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 12 23:53:42 2023 +0200

    test: Split deb-format tests per compressor
    
    This means that we can still test specific formats even when the system
    lacks less common compressors, instead of skipping everything.

 src/at/deb-format.at | 230 +++++++++++++++++++++++++++++++--------------------
 1 file changed, 141 insertions(+), 89 deletions(-)

commit 57820551f682960232318aa272d40d2f601fd108
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 19 03:31:33 2023 +0200

    test: Refactor deb-format package template generation into a new macro
    
    Once we split the test per compressor, we will need this same code,
    which we should not repeat.

 src/at/deb-format.at | 54 ++++++++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

commit 8d813c3ee4c2c3730d994f92fbad25d8f0fa15af
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 19 03:22:23 2023 +0200

    test: Use AT_DATA instead of touch to create empty files

 src/at/deb-format.at | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 66d7d82359fb74b148f243408aae6ccbc9019536
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 12 23:53:42 2023 +0200

    test: Switch deb non-uniform members test to use uncompressed control.tar
    
    This detangles the test from using multiple compressors, so that then we
    can skip based on what is present.

 src/at/deb-format.at | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c50cc48900ff616af9df8b4ca3efc9a211e1eb9b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 12 23:59:17 2023 +0200

    test: Define lzma based on xz if missing
    
    Some systems might have xz, but not lzma, and if so we can define the
    latter by using the former.

 src/at/atlocal.in | 6 ++++++
 1 file changed, 6 insertions(+)

commit 5324e7d669bf6081ec191f1b5b7105e56fd9a0bd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 8 13:04:32 2023 +0200

    po: Fix Project-Id-Version to match the gettext domain

 scripts/po/nl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0e56a85ce34026482d9d011d0b560337e44c05c1
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Sat Apr 8 13:03:07 2023 +0200

    po: Add Portuguese scripts translations
    
    [guillem@debian.org: Hook into build system. ]
    
    Closes: #1032562
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/po/LINGUAS |    1 +
 scripts/po/pt.po   | 4224 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4225 insertions(+)

commit c2cd790c7a8a2cd2cee00803aac0bfc28ff769d0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 30 23:02:39 2023 +0200

    perl: Remove «1;» from end of script in programs
    
    This is only needed in perl modules, not in perl programs where it does
    nothing relevant.

 build-aux/gen-changelog             | 1 -
 build-aux/lcov-inject               | 2 --
 build-aux/test-runner               | 1 -
 scripts/Build.PL.in                 | 2 --
 scripts/dpkg-fsys-usrunmess.pl      | 2 --
 scripts/dpkg-genbuildinfo.pl        | 2 --
 scripts/t/Dpkg_Arch.t               | 2 --
 scripts/t/Dpkg_BuildEnv.t           | 2 --
 scripts/t/Dpkg_BuildFlags.t         | 2 --
 scripts/t/Dpkg_BuildFlags_Ubuntu.t  | 2 --
 scripts/t/Dpkg_BuildInfo.t          | 2 --
 scripts/t/Dpkg_BuildProfiles.t      | 2 --
 scripts/t/Dpkg_BuildTypes.t         | 2 --
 scripts/t/Dpkg_Checksums.t          | 2 --
 scripts/t/Dpkg_Conf.t               | 2 --
 scripts/t/Dpkg_Dist_Files.t         | 2 --
 scripts/t/Dpkg_ErrorHandling.t      | 2 --
 scripts/t/Dpkg_Exit.t               | 2 --
 scripts/t/Dpkg_File.t               | 2 --
 scripts/t/Dpkg_Getopt.t             | 2 --
 scripts/t/Dpkg_Gettext.t            | 2 --
 scripts/t/Dpkg_Index.t              | 2 --
 scripts/t/Dpkg_Interface_Storable.t | 2 --
 scripts/t/Dpkg_Lock.t               | 2 --
 scripts/t/Dpkg_OpenPGP.t            | 2 --
 scripts/t/Dpkg_OpenPGP_KeyHandle.t  | 2 --
 scripts/t/Dpkg_Package.t            | 2 --
 scripts/t/Dpkg_Source_Archive.t     | 2 --
 scripts/t/Dpkg_Source_Format.t      | 2 --
 scripts/t/Dpkg_Source_Functions.t   | 2 --
 scripts/t/Dpkg_Source_Package.t     | 2 --
 scripts/t/Dpkg_Source_Patch.t       | 2 --
 scripts/t/Dpkg_Source_Quilt.t       | 2 --
 scripts/t/dpkg_buildpackage.t       | 2 --
 scripts/t/dpkg_source.t             | 2 --
 scripts/t/mk.t                      | 2 --
 36 files changed, 70 deletions(-)

commit 3ec8d6521182b7f76897959694d70283b13ace14
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 28 00:39:57 2023 +0200

    Dpkg::Substvars: Handle exponential expansion gracefully
    
    We should switch our excessive recursive prevention check to cover
    exponential expansion. Because with exponential expansion we always
    make progress, the current check misses those cases, so we track
    expansion per variable, and ignore those variables that do not contain
    any dollar symbol as these cannot then be involved in further expansion.
    
    In this context this is not considered a security issue, but a
    robustness issue, where we do not want the code to end up consuming
    boundless amounts of memory.

 scripts/Dpkg/Substvars.pm  | 23 +++++++++++---------
 scripts/t/Dpkg_Substvars.t | 52 +++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 62 insertions(+), 13 deletions(-)

commit cbeb8718d00362d396fffce288b91ab3e7a903ab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 28 00:39:57 2023 +0200

    test: Add more substvar recursive replace cases

 scripts/t/Dpkg_Substvars.t | 54 ++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 48 insertions(+), 6 deletions(-)

commit 5a90db4ac94bc60e39ed50cca2ed36f628f534da
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 27 02:12:49 2023 +0200

    test: Add missing argument to DPKG_FILE_SIZE m4 function

 src/at/local.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit df3042d991bac06b359532164a437bc2d8179339
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 27 02:11:33 2023 +0200

    test: Use m4 to implement seq instead of assuming GNU seq is present
    
    Assuming GNU seq or a compatible command is present is not a portable
    assumption to make. Instead we can use m4 to implement the equivalent
    without any need of forking any process.

 src/at/deb-split.at | 2 +-
 src/at/local.at     | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

commit a40a882fca3b7fc4b17a4da54d0193aff5743649
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 27 02:10:10 2023 +0200

    test: Use the SED detected at configure time in autotests
    
    We should use the same tar we detected at configure time which
    fulfilled the requirements we were looking for.

 src/at/deb-split.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2c4814f7cb676c335c6372284ac95b7fc986effb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 23 04:44:32 2023 +0200

    libdpkg: Handle missing Version when formatting source:Upstream-Version
    
    When dealing with virtual packages (such as the ones from Provides, or
    for not-installed Recommends or Suggests), there might be no version
    field at all, so we cannot assume we can use these when filling in the
    version information in the fallback code handling the missing Source
    field.
    
    The commit that removed the check for not-installed packages missed that
    this instance had not been protected, as the code in varbufversion() is
    doing the correct thing, but unfortunately we are not using that because
    we need to get at the upstream part, so we need to also check explicitly
    for a non-NULL upstream part. This was causing a segfault.
    
    Fixes: commit 560574b55a543d3d0a0f4e8abf0ae42f46d2a2f1
    Stable-Candidates: 1.20.x 1.21.x
    Reported-by: John Scott <jscott@posteo.net>

 lib/dpkg/pkg-format.c     |  3 ++-
 lib/dpkg/t/t-pkg-format.c | 19 ++++++++++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)

commit a96229021f8f5fbccae7dfeb7aa194d21d532ce5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 26 23:39:31 2023 +0200

    build: Detect whether we need librt for clock_gettime()
    
    On some systems clock_gettime() is part of the librt real-time library,
    on some others it is part of libc (including latest glibc releases).

 configure.ac         |  2 ++
 lib/dpkg/Makefile.am |  2 +-
 m4/dpkg-libs.m4      | 17 +++++++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

commit 4734ac4440dfeb528b23d9b19fb05a70af0d4973
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 26 23:28:19 2023 +0200

    test: Use the TAR detected at configure time in autotests
    
    We should use the same tar we detected at configure time which
    fulfilled the requirements we were looking for. This fixes
    build failures on systems where tar is not GNU.

 src/at/atlocal.in    | 1 +
 src/at/deb-format.at | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 37b71821181a580d2ae2629db0f966a0de3c5226
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 26 07:56:36 2023 +0200

    po: Update German man pages translation

 man/po/de.po | 58 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 38 insertions(+), 20 deletions(-)

commit d99622e63228ae11c8e995326b016af8d87f18fe
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 26 07:55:08 2023 +0200

    po: Update German scripts translation

 scripts/po/de.po | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit b470825f5bfe6c805d22da0dcd17ce02485a0d9e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 1 00:10:35 2023 +0100

    dselect: Use «color» uniformly in variables and comments
    
    Leave the British English compatibility command-line option alone, but
    otherwise unify the spelling to use the American English everywhere
    else.
    
    Changelog: internal

 dselect/baselist.cc |  2 +-
 dselect/main.cc     | 34 +++++++++++++++++-----------------
 2 files changed, 18 insertions(+), 18 deletions(-)

commit acf8d09f23de5d69ecbaa87b6173a7f8650efb3f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 1 00:10:35 2023 +0100

    dselect: Reword odd code comment
    
    There are no patriots here.
    
    Changelog: internal

 dselect/main.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit abe00f977e1164336aaac52c1a6d304c8c5ed0dc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 23:54:51 2023 +0100

    doc: Use «honor» and «behavior» uniformly in documentation and output
    
    Use the American English variants uniformly. Leave the ones found in
    changelog entries for other authors than myself to avoid putting words
    in their mouths. We also leave the only remaining «our»-ending word
    for «favour» as that is part of the maintscripts interface, and to avoid
    confusion we leave other non-interface references alone for consistency.

 debian/changelog                       | 26 +++++++++++++-------------
 doc/spec/rootless-builds.txt           |  2 +-
 doc/spec/triggers.txt                  |  6 +++---
 lib/dpkg/parse.c                       |  2 +-
 man/deb-src-symbols.pod                |  4 ++--
 man/dpkg-buildflags.pod                |  4 ++--
 man/dpkg-gencontrol.pod                |  4 ++--
 man/dpkg-maintscript-helper.pod        |  2 +-
 man/dpkg-source.pod                    |  6 +++---
 scripts/Dpkg/Compression/FileHandle.pm |  2 +-
 scripts/Dpkg/Control.pm                |  2 +-
 scripts/Dpkg/Deps.pm                   |  2 +-
 scripts/Dpkg/Vendor/Debian.pm          |  2 +-
 scripts/Dpkg/Vendor/Devuan.pm          |  2 +-
 scripts/Dpkg/Vendor/Ubuntu.pm          |  2 +-
 scripts/dpkg-buildflags.pl             |  2 +-
 src/common/force.c                     |  2 +-
 src/deb/extract.c                      |  2 +-
 tests/README                           |  2 +-
 19 files changed, 38 insertions(+), 38 deletions(-)

commit d27795961ad51245935f782222df0876790ef50a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 23:46:16 2023 +0100

    build: Check for the host architecture attributes during configure
    
    Check part of what constitutes the ABI of the host architecture, and
    print it during configure, so that there's a ready reference on what
    the port looks like.

 configure.ac    | 20 +++++++++++++++++++-
 m4/dpkg-arch.m4 | 37 +++++++++++++++++++++++++++++++++++--
 2 files changed, 54 insertions(+), 3 deletions(-)

commit f93a147c1bc07bf912f3be59949a188aa6aa2583
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 23:44:52 2023 +0100

    build: Remove unused AC_SIZEOF checks
    
    These stopped being used some time ago when the md5.c code using them
    got removed in commit 2767801430de3c6d4ec7394e286fc261a8180feb.

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit d909a04b15ac39305dfe979077c7a34d69616c8d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 23:24:10 2023 +0100

    test: Update rationale for perlcritic check suppressions
    
    Explain better why these checks are currently disabled.

 t/critic/perlcriticrc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 5d64af3892539b720ad87939e223f322716950f2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 25 20:06:49 2023 +0100

    test: Make some perlcritic checks more strict
    
    These were being ignored completely, but we can tune them to at least
    catch some of the issues and avoid the current ones that trigger them.

 t/critic.t            |  2 ++
 t/critic/perlcriticrc | 14 ++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 91711d51200bbe3634b470230f6b86cedf40938e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 25 19:53:53 2023 +0100

    Dpkg::Control::HashCore::Tie: Rename $last to $prev
    
    Warned-by: perlcritic
    Addresses: NamingConventions::ProhibitAmbiguousNames

 scripts/Dpkg/Control/HashCore/Tie.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b2de67e2c2cd7c595dce3b62b40d50555af69866
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 31 22:07:51 2023 +0100

    Dpkg::Vendor::Debian: Add time64 feature in the future area
    
    This feature (disabled by default) enables 64-bit time on 32-bit
    architectures where their ABI does not define it by default. This
    feature automatically enables the lfs one as it is required by it.
    
    Do not enable time64 for the new 32-bit architectures that already have
    it enabled by default as part of their ABI, that is «arc» and «or1k».
    
    Closes: #1030159
    Based-on-patch-by: Helge Deller <deller@gmx.de>

 man/dpkg-buildflags.pod       |  7 +++++++
 scripts/Dpkg/Vendor/Debian.pm | 21 ++++++++++++++++++---
 scripts/t/Dpkg_BuildFlags.t   |  1 +
 3 files changed, 26 insertions(+), 3 deletions(-)

commit 5fedb87ab63cb1a3a055dd43e2cfd2bb44e3843d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Mar 25 17:56:08 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 203 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 113 insertions(+), 90 deletions(-)

commit 912c55f05c61ff65daf3c583f15749cf1237bdeb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 31 00:12:24 2023 +0100

    dpkg-gensymbols: Use File::Compare instead of Digest::MD5
    
    This was a very convoluted way to check whether the files have the same
    contents.
    
    Changelog: internal

 scripts/dpkg-gensymbols.pl | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit caad4722262bcb5bd083d05a3df435c8f46eead8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 23:38:41 2023 +0100

    dpkg-genchanges: Replace Encode usage with utf8 encode/decode functions
    
    In Debian this module is not part of the perl-base essential package,
    switch to use the encode/decode functions from the utf8 functions
    instead.
    
    Changelog: internal

 scripts/dpkg-genchanges.pl | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 6394ba430ab7f239c37bb5d39a24083860fffee3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 18 19:53:12 2023 +0100

    dpkg-genchanges: Refactor .changes file description formatting into a function
    
    This encapsulates the formatting into a function for more clear code on
    the call site.
    
    Changelog: internal

 scripts/dpkg-genchanges.pl | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 1c8f209ff5c71b97cc7c3eaf5f491a059db7441f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 02:41:17 2023 +0100

    build: Enable more compiler warnings
    
    These are a new batch of warnings, including ones from newer gcc and
    clang releases.

 m4/dpkg-compiler.m4 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit e89d07b88758f09ac1f8404f2b2f231ec525b68e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 22:28:14 2023 +0100

    s-s-d: Initialize variables in run_stop_schedule()
    
    These are properly initialized, but the compiler gets confused as they
    are only initialized on some of the branches, but they are guaranteed
    to always get initialized because we can only specify «forever» once
    and need at least one other item (either a timeout or a signal).
    
    Warned-by: clang-16 -Wconditional-uninitialized

Notes:
    Changelog: internal

 utils/start-stop-daemon.c | 2 ++
 1 file changed, 2 insertions(+)

commit 78bbc5b3089cd910f5945a4850f987e17d7ee75f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 02:36:18 2023 +0100

    libdpkg: Unconditionally initialize c variable in parse_stanza()
    
    The compiler can get confused and consider that c does not always get
    initialized, but the code flow makes sure that either the first loop
    has entered and thus c gets initialized, or if it did not, then we do an
    early return immediately after.
    
    Warned-by: clang-16 -Wconditional-uninitialized

 lib/dpkg/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b95c96c278860fd3020ee378c5bcbf829f985756
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 20:14:00 2023 +0100

    lib, src, utils: Use new enum flag C attributes
    
    Warned-by: clang-16 -Wassign-enum
    Changelog: internal

 lib/dpkg/atomic-file.h      | 2 +-
 lib/dpkg/c-ctype.h          | 2 +-
 lib/dpkg/debug.h            | 2 +-
 lib/dpkg/dpkg-db.h          | 6 +++---
 lib/dpkg/fsys.h             | 4 ++--
 lib/dpkg/parsedump.h        | 2 +-
 lib/dpkg/pkg-spec.h         | 2 +-
 lib/dpkg/subproc.h          | 2 +-
 lib/dpkg/treewalk.h         | 2 +-
 lib/dpkg/trigdeferred.h     | 2 +-
 lib/dpkg/version.h          | 2 +-
 src/common/force.h          | 2 +-
 src/deb/dpkg-deb.h          | 2 +-
 src/main/configure.c        | 2 +-
 utils/start-stop-daemon.c   | 2 +-
 utils/update-alternatives.c | 2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)

commit ef97777bbcc4e6d0394909ebbd410186e1114790
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 20:11:11 2023 +0100

    lib: Add an enum flags attribute
    
    This will make it possible to mark enum types that use bitmasks, and be
    able to check that we assign only valid values.
    
    Warned-by: clang-16 -Wassign-enum

 lib/compat/compat.h | 7 +++++++
 lib/dpkg/macros.h   | 7 +++++++
 2 files changed, 14 insertions(+)

commit e20fd993e4f66a9fcbd6ee70857e7428d1413abc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 03:12:48 2023 +0100

    test: Disable -Wassign-enum for tests using out of range enum values
    
    We are testing the behavior of these functions when we pass out of range
    values, so we should disable the warning.
    
    Warned-by: clang-16 -Wassign-enum

 lib/dpkg/t/t-arch.c    | 2 ++
 lib/dpkg/t/t-pkginfo.c | 2 ++
 2 files changed, 4 insertions(+)

commit 59d6887ece7f407f9e665c79bfeaa652401d5ed8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 25 16:40:03 2023 +0100

    libdpkg: Add warning suppression macros
    
    These should make it possible to suppress warnings for specific code
    blocks, while not needing to disable the warnings globally.

 lib/dpkg/macros.h | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit 4f1dbeae8d16fefb15c713dc6cb0dba0359ab2ef
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 02:39:52 2023 +0100

    libdpkg: Add enumerations for the default, unset and max cases
    
    With a strict handling of enums, we need enumerations for all used
    values, but we were passing explicit literal integers that were not
    described as any enumeration.
    
    Warned-by: clang-16 -Wassign-enum

 lib/dpkg/compress.h  | 2 ++
 lib/dpkg/dpkg-db.h   | 4 ++++
 lib/dpkg/fsys.h      | 4 ++++
 lib/dpkg/parsedump.h | 2 ++
 4 files changed, 12 insertions(+)

commit e2c1b1e59f35107cf2dc6413d446a0b3b2c73e67
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 20:16:19 2023 +0100

    libdpkg: Switch bitmasks enumerations into precise masks
    
    Do not over mask, and use the precise bits we are trying to mask.
    
    Warned-by: clang-16 -Wassign-enum

 lib/dpkg/dpkg-db.h  | 2 +-
 lib/dpkg/pkg-spec.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7b18e7f53032bd482065d322dc4532fe436f6430
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 20:14:54 2023 +0100

    libdpkg: Rename FHFF_NONE to FHFF_NONEW
    
    The _NONE name tends to signify lack of flags, which can be confusing
    here where it refers to not finding an existing node and then not
    inserting a new one.

 lib/dpkg/fsys-hash.c     |  2 +-
 lib/dpkg/fsys.h          |  4 ++--
 lib/dpkg/t/t-fsys-hash.c | 14 +++++++-------
 lib/dpkg/triglib.h       |  2 +-
 src/divert/main.c        |  6 +++---
 src/statoverride/main.c  |  2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

commit f1764c619861b2f13c59459166488ea8fb983e83
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 03:11:41 2023 +0100

    libdpkg: Make local variables static
    
    Warned-by: clang-16 -Wmissing-variable-declarations

 lib/dpkg/t/c-tarextract.c | 2 +-
 lib/dpkg/t/t-ehandle.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ee2a693d995c2469330c2076d5bda8e9b510be6c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 22:24:15 2023 +0100

    libcompat: Declare veriables before definitions
    
    Make sure we declare these variables before defining them. In case
    of sys_siglist if the system does not have it we should provide a
    declaration in the header file.
    
    Warned-by: clang-16 -Wmissing-variable-declarations

Notes:
    Changelog: s/veriables/variables/

 lib/compat/compat.h | 4 ++++
 lib/compat/empty.c  | 1 +
 2 files changed, 5 insertions(+)

commit 393704ec0b91bfbbd0cfef0384524f3e1474f689
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 11:30:07 2023 +0100

    dpkg-trigger: Rename CLI option variables from f_ to opt_
    
    This matches the pattern used in other parts of the codebase.

Notes:
    Changelog: internal

 src/trigger/main.c | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

commit 39270cb2c8a9a872041072744efba3278469202b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 17 06:49:51 2013 +0100

    dpkg-deb, dpkg-query: Rename option flags to opt_NAME
    
    The other CLI option variables are named as opt_NAME. Unify the naming
    convention to make it consistent.

Notes:
    Changelog: internal

 src/deb/build.c    |  4 ++--
 src/deb/dpkg-deb.h |  5 +++--
 src/deb/info.c     |  2 +-
 src/deb/main.c     | 12 ++++++------
 src/query/main.c   |  6 +++---
 5 files changed, 15 insertions(+), 14 deletions(-)

commit 0fc09befa9f6264950dd80a2e5095d060e41a695
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 11:22:58 2023 +0100

    dpkg-deb: Refactor maintscript interpreter parser
    
    Changelog: internal

 src/deb/info.c | 61 ++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 42 insertions(+), 19 deletions(-)

commit b4a1e235ebcadf31cc7653bf3de67b6a742fe62b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 13 22:38:39 2023 +0100

    dpkg-deb: Do not print trailing spaces in --info output
    
    This avoids printing unnecessary trailing spaces on output, which make
    testing that more annoying.

 src/at/deb-format.at | 26 ++++++++++----------------
 src/deb/info.c       | 11 +++++++----
 2 files changed, 17 insertions(+), 20 deletions(-)

commit 33812bb1b26ab9c594dcee901aa8290a5d8056bd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 13 22:38:39 2023 +0100

    dpkg-deb: Use intermediate variable for exec mark on --info output
    
    We will be splitting the print, and this will avoid having to repeat
    the logic in the different branches.
    
    Changelog: internal

 src/deb/info.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7c721f1610d7c1f7a934455ac7b95e3c1df1f4d5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 23:55:16 2023 +0100

    man: Fix OpenPGP backends list in dpkg-buildpackage(1)
    
    Move the body of the items into the next line, so that pod2man can
    properly convert these to item lists and adds the necessary formatting
    to avoid the lines before the next item to stick together.

 man/dpkg-buildpackage.pod | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 86326a0d19fece47a6ff8a26bd37c662c1b6bcd4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 24 05:54:40 2023 +0100

    Dselect::Method::Ftp: Update package name
    
    The documentation and actual module name were not updated, due to a
    botched check run.
    
    Fixes: commit 306270f4bd1dbfed1629289727094e0204acbe6f

 dselect/methods/Dselect/Method/Ftp.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5c2bf2c802c9d58539654096dc4e23ffce673977
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 21 00:31:30 2023 +0100

    dselect: Remove unused ismulti() function from media method actions
    
    This function is only used in the setup action script.

Notes:
    Changelog: internal

 dselect/methods/media/install.sh | 3 ---
 dselect/methods/media/update.sh  | 4 ----
 2 files changed, 7 deletions(-)

commit ebf49a807ca8cd8b51c4a5166765777dbdf979d9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 20 23:50:17 2023 +0100

    Dselect::Method: Move to be generic functions from Dselect::Ftp

 dselect/methods/Dselect/Method.pm     | 267 ++++++++++++++++++++++++++++++++++
 dselect/methods/Dselect/Method/Ftp.pm | 210 +-------------------------
 dselect/methods/Makefile.am           |   1 +
 dselect/methods/ftp/install.pl        |   1 +
 dselect/methods/ftp/setup.pl          |   1 +
 dselect/methods/ftp/update.pl         |   1 +
 6 files changed, 272 insertions(+), 209 deletions(-)

commit be3d4780796902b168aca9480fb02a097f148f58
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 20 23:33:37 2023 +0100

    Dselect::Method::Ftp: Modify config and site subs towards method independence
    
    Pass the method as an argument and parametrize it inside the function,
    so that we can keep generalizing it towards a general purpose config and
    site handling set of functions.

 dselect/methods/Dselect/Method/Ftp.pm | 26 ++++++++++++++------------
 dselect/methods/ftp/setup.pl          |  4 ++--
 2 files changed, 16 insertions(+), 14 deletions(-)

commit 306270f4bd1dbfed1629289727094e0204acbe6f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 20 23:52:52 2023 +0100

    Dselect::Method::Ftp: Rename from Dselect::Ftp
    
    Namespace the modules, as we are going to be adding other method modules
    in the future.

 dselect/methods/Dselect/{ => Method}/Ftp.pm | 0
 dselect/methods/Makefile.am                 | 2 +-
 dselect/methods/ftp/install.pl              | 2 +-
 dselect/methods/ftp/setup.pl                | 2 +-
 dselect/methods/ftp/update.pl               | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

commit 3080cf3ed4d9cd72e9f6873a7e6a0335b51005fb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 24 05:38:42 2023 +0100

    build: Do not distribute removed files
    
    Fixes: commit 34a0f86af59cea81a8178306a0decdeae5cbade2
    Changelog: silent

 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

commit 6bccf60d337b153c3dfb20c606ee98fe1962a9c0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 18 15:30:58 2023 +0100

    dselect: Relicense ftp method from GPL-2 to GPL-2+
    
    This code was merged from the dpkg-ftp package, which had a GPL-2
    license.
    
    With the agreement from authors with original or non-trivial code:
    
      Andy Guy
        <https://lists.debian.org/debian-dpkg/2023/03/msg00007.html>
      Christian Hudon
        <https://lists.debian.org/debian-dpkg/2023/03/msg00004.html>
      Yann Dirson
        <https://lists.debian.org/debian-dpkg/2023/03/msg00008.html>
      Martin Schulze
        <https://lists.debian.org/debian-dpkg/2010/04/msg00055.html>
      Raphaël Hertzog
        <https://lists.debian.org/debian-dpkg/2010/04/msg00054.html>
    
    and myself with this commit, relicense this code from GPL-2 to GPL-2+
    to simplify the licensing for the dselect methods and make it possible
    to refactor and shuffle code around without creating licensing issues.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/copyright               | 25 ++-----------------------
 dselect/methods/Dselect/Ftp.pm |  3 ++-
 dselect/methods/ftp/install.pl |  3 ++-
 dselect/methods/ftp/setup.pl   |  3 ++-
 dselect/methods/ftp/update.pl  |  3 ++-
 5 files changed, 10 insertions(+), 27 deletions(-)

commit de9f783cc4f31dba8b639086dc5f0f706dbf6f74
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 16 22:16:14 2023 +0100

    dselect: Update Andy Guy email address
    
    Changelog: internal

 debian/copyright               | 2 +-
 dselect/methods/ftp/install.pl | 2 +-
 dselect/methods/ftp/setup.pl   | 2 +-
 dselect/methods/ftp/update.pl  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 9ef7bce9736125fd22bfb2d63869ecd1d3b228e7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 24 00:04:46 2023 +0100

    debian: Fix removal of file method state directory on purge
    
    The method got renamed, but the cleanup on purge was missed.
    
    Fixes: commit 43c95774959d7a20f564eb8fcd4a2ebde01d68ab

 debian/dselect.postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 34a0f86af59cea81a8178306a0decdeae5cbade2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 24 00:04:14 2023 +0100

    debian: Remove no longer needed maintscripts for method renames
    
    These renames happened during the 1.22.x cycle, so it is safe now to
    remove the code.

 debian/dselect.preinst | 50 -------------------------------------------------
 debian/dselect.prerm   | 51 --------------------------------------------------
 2 files changed, 101 deletions(-)

commit 03abb4932e9c149ba872d0d0b9e115452a130df7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 23 23:56:56 2023 +0100

    debian: Remove no longer needed alternatives fixup from postint
    
    This was a short-lived issue that was hot-fixed a few days after the
    initial release, but has been kept for the entire cycle to catch any
    straggler systems that might have not been updated since. After a
    release it should be safe now to remove.

 debian/dpkg.postinst | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)

commit c2522bd7db0b7b05c7f9a4013b33b61f04e3f04b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 23 23:59:30 2023 +0100

    debian: Remove executable permissions from maintscripts in source
    
    Only two maintscripts had executable permissions set, so this was
    already inconsistent. But having these as executable in the source
    tree is dangerous as they could be executed by accident (although
    that would require root privileges) and that would run on the main
    system.

 debian/dpkg.postrm    | 0
 debian/dselect.postrm | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 9fc12b744cdb249ea02ddfbea7bc5d8fad822b97
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 19 04:26:13 2023 +0100

    scripts: Switch code to use chained comparisons
    
    Since perl 5.32 we can use chained comparisons, which should make these
    operations more obvious and compact.

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

commit f506e5dbc94393e9b5a8783d992815dca8ea7a2b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 02:21:48 2023 +0100

    perl: Use fixed string comparisons for field name matches
    
    We can replace all these regex comparisons with fixed string matches,
    including the ones that are case-insensitive as the fields are always
    normalized to their preferred form.
    
    Warned-by: perlcritic
    Addresses: RegularExpressions::ProhibitFixedStringMatches

 scripts/Dpkg/Changelog.pm  |  6 +++---
 scripts/dpkg-genchanges.pl | 18 +++++++++---------
 scripts/dpkg-gencontrol.pl | 12 ++++++------
 scripts/dpkg-source.pl     | 18 +++++++++---------
 4 files changed, 27 insertions(+), 27 deletions(-)

commit fca9a4b8937245f6a4198e8d5d910724462f6600
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 02:09:56 2023 +0100

    perl: Use an $f variable for fields instead of the topic variable
    
    This makes the usage more clear, and once we switch to literal string
    matches we would need to use the variable explicitly anyway.

 scripts/Dpkg/Changelog.pm  | 22 ++++++++++---------
 scripts/dpkg-genchanges.pl | 38 ++++++++++++++++-----------------
 scripts/dpkg-gencontrol.pl | 39 +++++++++++++++++-----------------
 scripts/dpkg-source.pl     | 53 ++++++++++++++++++++++++----------------------
 4 files changed, 79 insertions(+), 73 deletions(-)

commit 3465ceb0be34fa6502ba02eaa672c1f842269b2e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 02:07:58 2023 +0100

    perl: Rename Dpkg::Control variables from $f to $c or $ctrl
    
    Avoid the potential confusion.

 scripts/Dpkg/Changelog.pm              | 66 +++++++++++++++++-----------------
 scripts/Dpkg/Changelog/Entry.pm        |  2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm | 28 +++++++--------
 3 files changed, 48 insertions(+), 48 deletions(-)

commit 177860d09d05695a472fc4aae980f30120ee2b97
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 01:32:58 2023 +0100

    dpkg-genchanges: Move comment describing %sourcedefault before declaration
    
    Changelog: internal

 scripts/dpkg-genchanges.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c5c5b8d995d3fae3eed303fbc4e81f06b7ddaad7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 01:31:24 2023 +0100

    perl: Rename filename related variables to distinguish them from field ones
    
    The code prominently handles fields, so using $f or similarly short
    variants of that (as part of a hash variable name) is confusing when
    surrounding code is handling fields in also $f named variables.

 scripts/Dpkg/Path.pm       |  4 +--
 scripts/dpkg-genchanges.pl | 61 ++++++++++++++++++++++++----------------------
 2 files changed, 34 insertions(+), 31 deletions(-)

commit f3847fcb949df8db738d71dff026d742cac8552e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 00:01:39 2023 +0100

    Dpkg::Control::FieldsCore: Deprecate implicit field_transfer_single() argument
    
    The usage pattern for this is very non-intuitive on the call sites. Emit
    a deprecation warning, to warn any potential external users. And after a
    bit this support will be removed.

 scripts/Dpkg/Control/FieldsCore.pm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 0a4d1d623424aba17a9c8c1862c196ca079e3e1c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 23:43:59 2023 +0100

    perl: Pass $_ explicitly to field_transfer_single()
    
    Passing $_ implicitly is very confusing for the reader on the call
    sites. Pass it explicitly, and eventually we'll give these a proper
    variable instead.

 scripts/Dpkg/Changelog.pm  | 6 +++---
 scripts/dpkg-genchanges.pl | 6 +++---
 scripts/dpkg-gencontrol.pl | 6 +++---
 scripts/dpkg-source.pl     | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 4496df866ffcbc8c4b47f0fe2ba2132652ab7b26
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 05:16:54 2023 +0100

    perl: Use List::Util instead of fixed string matches within a regex
    
    Warned-by: perlcritic
    Addresses: RegularExpressions::ProhibitFixedStringMatches

 scripts/Dpkg/BuildOptions.pm  |  4 +++-
 scripts/Dpkg/Vendor/Debian.pm | 10 ++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 028c98d414fca8b03b9f28d5aef45231b0c25a62
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 00:22:17 2023 +0100

    test: Enable perlcritic RegularExpressions::ProhibitCaptureWithoutTest
    
    Suppress perlcritic false positives in code.
    
    Warned-by: perlcritic
    Fixes: RegularExpressions::ProhibitCaptureWithoutTest

 scripts/Dpkg/BuildOptions.pm           | 1 +
 scripts/Dpkg/BuildProfiles.pm          | 1 +
 scripts/Dpkg/Changelog/Entry/Debian.pm | 1 +
 scripts/Dpkg/Checksums.pm              | 1 +
 scripts/Dpkg/Deps/Simple.pm            | 1 +
 scripts/Dpkg/Substvars.pm              | 1 +
 scripts/dpkg-scansources.pl            | 1 +
 scripts/dpkg-shlibdeps.pl              | 1 +
 t/critic.t                             | 1 +
 9 files changed, 9 insertions(+)

commit bf0b6a281e0e73526de7b22a1269929104a541b3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 00:40:54 2023 +0100

    Dpkg::Source::Archive: Reflow regex match in _add_entry()
    
    Reflow the code so that it does not trigger the perlcritic check,
    and improve the regex match operator and comment.
    
    Warned-by: perlcritic
    Addresses: RegularExpressions::ProhibitCaptureWithoutTest

 scripts/Dpkg/Source/Archive.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 76a2abe03feea13f047f10a7c830d15f8af79ab4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 00:40:54 2023 +0100

    Dpkg::Source::Archive: Fix file normalization for relative pathnames
    
    The code was using a non-existent captured variable, replace it with the
    correct one. This did not affect any current usage in the dpkg codebase,
    as we always pass pathnames relative to the source root directory.

 scripts/Dpkg/Source/Archive.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fb10bcc9914beed5b779ac4fda86eaa784aa8c69
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 00:38:23 2023 +0100

    dpkg-scansources: Reorder captured variable and regex match
    
    The immediately preceding regex does not capture, but this seems to
    be confusing perlcritic, as we then use a captured variable which is
    already being conditionally used.
    
    Warned-by: perlcritic
    Addresses: RegularExpressions::ProhibitCaptureWithoutTest

Notes:
    Changelog: internal

 scripts/dpkg-scansources.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a3b45d71d21f77967e0526b6ed4e12a1d81c2538
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 00:22:58 2023 +0100

    test: Do not use potentially bogus variable value
    
    When there is no regex match the capturing variable does not get its
    value modified, so we cannot rely on it being valid or undef.
    
    Warned-by: perlcritic
    Addresses: RegularExpressions::ProhibitCaptureWithoutTest

 utils/t/update_alternatives.t | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 4d4817a94a8cce2938281eb1457af9ba54a719bf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 17 23:05:12 2023 +0100

    perl: Stop removing «.» from @INC before loading modules
    
    Since perl 5.26, the current directory («.») is no longer added to @INC,
    and as such this is not a security concern anymore.

 dselect/methods/ftp/install.pl  | 1 -
 dselect/methods/ftp/setup.pl    | 2 --
 dselect/methods/ftp/update.pl   | 2 --
 scripts/Dpkg/Changelog/Parse.pm | 1 -
 scripts/Dpkg/Gettext.pm         | 1 -
 scripts/Dpkg/Lock.pm            | 1 -
 scripts/Dpkg/OpenPGP.pm         | 1 -
 scripts/Dpkg/Source/Package.pm  | 1 -
 scripts/Dpkg/Vendor.pm          | 1 -
 scripts/dpkg-fsys-usrunmess.pl  | 1 -
 scripts/dpkg-mergechangelogs.pl | 1 -
 11 files changed, 13 deletions(-)

commit d3a23c05a6f2940e862e37a7f14157b42d2c7922
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 17 00:02:09 2023 +0100

    debian: Merge copyright statements for the same holder

 debian/copyright | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 2fb0d6625668afe339328023148e6e48e6538ae8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 7 23:49:26 2023 +0100

    Dpkg::Gettext: Relicense from BSD-2 to GPL-2+
    
    This file was originally copied from the Debconf::Gettext module from
    debconf with a BSD-2 license, originally by Joey Hess, which got
    modified by Nicolas François on import, and subsequently reworked by
    me, and with a trivial change by Raphaël Hertzog.
    
    With agreement from authors with original or non-trivial code:
    
      Joey Hess
        <https://lists.debian.org/debian-dpkg/2023/03/msg00005.html>
      Nicolas François
        <https://lists.debian.org/debian-dpkg/2023/03/msg00002.html>
    
    and myself with this commit, relicense this file from BSD-2 to GPL-2+
    to simplify the licensing for the Dpkg perl modules.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/copyright        | 33 ++-------------------------------
 scripts/Dpkg/Gettext.pm | 33 +++++++++++++--------------------
 2 files changed, 15 insertions(+), 51 deletions(-)

commit a305f35d2fe2dce0c8bf06549b2d01ef45d20590
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 17 00:42:26 2023 +0100

    scripts: Use «(undef) x N» to ignore tuples or function returns
    
    Supported since perl 5.22.

 scripts/Dpkg/Arch.pm         | 4 +++-
 scripts/dpkg-genbuildinfo.pl | 4 +++-
 scripts/t/Dpkg_Arch.t        | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit 09b864c7bfe77d1fff349d29d658fd53c4227ceb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 16 01:55:30 2023 +0100

    Dpkg::Version: Update POD for removed semantic_change::overload::bool warning
    
    Add a comment on the warning registration to avoid accidental removal,
    and update the documentation about the warning to make it clear it has
    been removed, and how to cope with the compatibility code.

 scripts/Dpkg/Version.pm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 1ae6b726dd612a113d2f1dad92ce81cfad982917
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 23:58:43 2023 +0100

    perl: Remove unused Dpkg::Version semantic_change warning suppression

 scripts/Dpkg/Shlibs/Symbol.pm     | 4 ----
 scripts/Dpkg/Shlibs/SymbolFile.pm | 4 ----
 2 files changed, 8 deletions(-)

commit 09731bcc3b5c3a18d15489c611d86e9d5fb2680a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 23:50:02 2023 +0100

    perl: Move $VERSION into package keyword

 dselect/methods/Dselect/Ftp.pm           | 3 +--
 scripts/Dpkg.pm                          | 3 +--
 scripts/Dpkg/Arch.pm                     | 3 +--
 scripts/Dpkg/Build/Info.pm               | 3 +--
 scripts/Dpkg/BuildEnv.pm                 | 4 +---
 scripts/Dpkg/BuildFlags.pm               | 4 +---
 scripts/Dpkg/BuildInfo.pm                | 3 +--
 scripts/Dpkg/BuildOptions.pm             | 4 +---
 scripts/Dpkg/BuildProfiles.pm            | 3 +--
 scripts/Dpkg/BuildTypes.pm               | 3 +--
 scripts/Dpkg/Changelog.pm                | 4 +---
 scripts/Dpkg/Changelog/Debian.pm         | 4 +---
 scripts/Dpkg/Changelog/Entry.pm          | 4 +---
 scripts/Dpkg/Changelog/Entry/Debian.pm   | 3 +--
 scripts/Dpkg/Changelog/Parse.pm          | 3 +--
 scripts/Dpkg/Checksums.pm                | 3 +--
 scripts/Dpkg/Compression.pm              | 3 +--
 scripts/Dpkg/Compression/FileHandle.pm   | 4 +---
 scripts/Dpkg/Compression/Process.pm      | 4 +---
 scripts/Dpkg/Conf.pm                     | 4 +---
 scripts/Dpkg/Control.pm                  | 3 +--
 scripts/Dpkg/Control/Changelog.pm        | 4 +---
 scripts/Dpkg/Control/Fields.pm           | 3 +--
 scripts/Dpkg/Control/FieldsCore.pm       | 3 +--
 scripts/Dpkg/Control/Hash.pm             | 4 +---
 scripts/Dpkg/Control/HashCore.pm         | 4 +---
 scripts/Dpkg/Control/HashCore/Tie.pm     | 4 +---
 scripts/Dpkg/Control/Info.pm             | 4 +---
 scripts/Dpkg/Control/Tests.pm            | 4 +---
 scripts/Dpkg/Control/Tests/Entry.pm      | 4 +---
 scripts/Dpkg/Control/Types.pm            | 3 +--
 scripts/Dpkg/Deps.pm                     | 3 +--
 scripts/Dpkg/Deps/AND.pm                 | 4 +---
 scripts/Dpkg/Deps/KnownFacts.pm          | 4 +---
 scripts/Dpkg/Deps/Multiple.pm            | 4 +---
 scripts/Dpkg/Deps/OR.pm                  | 4 +---
 scripts/Dpkg/Deps/Simple.pm              | 4 +---
 scripts/Dpkg/Deps/Union.pm               | 4 +---
 scripts/Dpkg/Dist/Files.pm               | 4 +---
 scripts/Dpkg/ErrorHandling.pm            | 3 +--
 scripts/Dpkg/Exit.pm                     | 3 +--
 scripts/Dpkg/File.pm                     | 3 +--
 scripts/Dpkg/Getopt.pm                   | 3 +--
 scripts/Dpkg/Gettext.pm                  | 3 +--
 scripts/Dpkg/IPC.pm                      | 3 +--
 scripts/Dpkg/Index.pm                    | 4 +---
 scripts/Dpkg/Interface/Storable.pm       | 4 +---
 scripts/Dpkg/Lock.pm                     | 3 +--
 scripts/Dpkg/OpenPGP.pm                  | 4 +---
 scripts/Dpkg/OpenPGP/Backend.pm          | 4 +---
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm    | 4 +---
 scripts/Dpkg/OpenPGP/Backend/SOP.pm      | 4 +---
 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm  | 4 +---
 scripts/Dpkg/OpenPGP/ErrorCodes.pm       | 3 +--
 scripts/Dpkg/OpenPGP/KeyHandle.pm        | 4 +---
 scripts/Dpkg/Package.pm                  | 3 +--
 scripts/Dpkg/Path.pm                     | 3 +--
 scripts/Dpkg/Shlibs.pm                   | 3 +--
 scripts/Dpkg/Shlibs/Cppfilt.pm           | 3 +--
 scripts/Dpkg/Shlibs/Objdump.pm           | 4 +---
 scripts/Dpkg/Shlibs/Objdump/Object.pm    | 4 +---
 scripts/Dpkg/Shlibs/Symbol.pm            | 4 +---
 scripts/Dpkg/Shlibs/SymbolFile.pm        | 4 +---
 scripts/Dpkg/Source/Archive.pm           | 4 +---
 scripts/Dpkg/Source/BinaryFiles.pm       | 4 +---
 scripts/Dpkg/Source/Format.pm            | 4 +---
 scripts/Dpkg/Source/Functions.pm         | 3 +--
 scripts/Dpkg/Source/Package.pm           | 3 +--
 scripts/Dpkg/Source/Package/V1.pm        | 4 +---
 scripts/Dpkg/Source/Package/V2.pm        | 4 +---
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 4 +---
 scripts/Dpkg/Source/Package/V3/Custom.pm | 4 +---
 scripts/Dpkg/Source/Package/V3/Git.pm    | 4 +---
 scripts/Dpkg/Source/Package/V3/Native.pm | 4 +---
 scripts/Dpkg/Source/Package/V3/Quilt.pm  | 4 +---
 scripts/Dpkg/Source/Patch.pm             | 4 +---
 scripts/Dpkg/Source/Quilt.pm             | 4 +---
 scripts/Dpkg/Substvars.pm                | 4 +---
 scripts/Dpkg/Vendor.pm                   | 3 +--
 scripts/Dpkg/Vendor/Debian.pm            | 4 +---
 scripts/Dpkg/Vendor/Default.pm           | 4 +---
 scripts/Dpkg/Vendor/Devuan.pm            | 4 +---
 scripts/Dpkg/Vendor/Ubuntu.pm            | 4 +---
 scripts/Dpkg/Version.pm                  | 3 +--
 scripts/Test/Dpkg.pm                     | 3 +--
 85 files changed, 85 insertions(+), 222 deletions(-)

commit c20abc1f144402855f7b8b3129d39185156772af
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 23:48:49 2023 +0100

    Dpkg::Changelog::Parse: Fix indentation of copyright and license notice

 scripts/Dpkg/Changelog/Parse.pm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit a350cb7f303a956d64208f4e46be946a9ed5e97e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 7 23:55:40 2023 +0100

    doc: Update triggers spec
    
    Capitalize title, add a spec Status field, spell ASCII in uppercase.

 doc/spec/triggers.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit c397eec874db2dea12a30c41f38dc681d7de7aaa
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 2 01:19:26 2023 +0100

    po: Clarify license for translation files
    
    Use the same formatting as the generated template POT, where the first
    line is the translation description, then the copyright claims, followed
    bu the license reference, next a blank line separating the translator
    list history, followed by an optional blank line and any translator
    notes if available.

 dselect/po/bs.po    |  1 +
 dselect/po/ca.po    |  2 ++
 dselect/po/cs.po    |  1 +
 dselect/po/da.po    |  3 ++-
 dselect/po/de.po    |  2 ++
 dselect/po/el.po    |  1 +
 dselect/po/es.po    |  1 -
 dselect/po/et.po    |  2 +-
 dselect/po/fr.po    |  2 +-
 dselect/po/gl.po    |  1 +
 dselect/po/hu.po    |  1 +
 dselect/po/id.po    |  1 +
 dselect/po/it.po    |  7 +++----
 dselect/po/ja.po    |  4 ++--
 dselect/po/ko.po    |  2 ++
 dselect/po/nb.po    |  2 ++
 dselect/po/nl.po    |  3 ++-
 dselect/po/nn.po    |  2 ++
 dselect/po/pl.po    |  1 +
 dselect/po/pt.po    |  2 ++
 dselect/po/pt_BR.po |  2 ++
 dselect/po/ro.po    | 10 +++++-----
 dselect/po/ru.po    |  1 +
 dselect/po/sv.po    |  2 ++
 dselect/po/tl.po    |  2 +-
 dselect/po/vi.po    |  1 +
 dselect/po/zh_CN.po |  2 +-
 man/po/de.po        |  2 +-
 man/po/fr.po        |  1 +
 man/po/hu.po        |  3 ++-
 man/po/it.po        |  2 ++
 man/po/ja.po        |  3 ++-
 man/po/nl.po        |  3 ++-
 man/po/pt.po        |  2 +-
 man/po/pt_BR.po     |  3 ++-
 man/po/ru.po        |  2 ++
 man/po/sv.po        |  2 ++
 po/ast.po           |  2 +-
 po/bs.po            |  1 +
 po/ca.po            |  2 ++
 po/cs.po            |  1 +
 po/da.po            |  2 +-
 po/de.po            |  2 ++
 po/dz.po            |  1 +
 po/el.po            |  2 +-
 po/eo.po            |  1 +
 po/es.po            |  1 -
 po/et.po            |  2 +-
 po/eu.po            |  1 +
 po/fr.po            |  1 +
 po/gl.po            |  1 +
 po/hu.po            |  1 +
 po/id.po            |  3 ++-
 po/it.po            |  3 ++-
 po/ja.po            |  4 ++--
 po/ko.po            |  2 ++
 po/ku.po            |  1 +
 po/lt.po            |  1 +
 po/mr.po            |  2 ++
 po/nb.po            |  2 ++
 po/ne.po            |  1 +
 po/nl.po            |  1 +
 po/nn.po            |  2 ++
 po/oc.po            |  1 +
 po/pl.po            |  6 +++---
 po/pt.po            |  1 +
 po/pt_BR.po         |  2 ++
 po/ro.po            | 17 ++++++++---------
 po/ru.po            |  1 +
 po/sk.po            |  1 +
 po/sv.po            |  2 ++
 po/th.po            |  1 +
 po/tl.po            |  2 +-
 po/tr.po            |  1 +
 po/vi.po            |  1 +
 scripts/po/ca.po    |  1 +
 scripts/po/de.po    |  2 +-
 scripts/po/nl.po    |  1 +
 scripts/po/ru.po    |  1 +
 scripts/po/sv.po    |  1 +
 80 files changed, 122 insertions(+), 47 deletions(-)

commit ccd525121887e098dbfb359a9d4bec196d0c40b8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 2 01:19:26 2023 +0100

    po: Unify translation header description

 dselect/po/bs.po    | 2 +-
 dselect/po/ca.po    | 2 +-
 dselect/po/cs.po    | 2 +-
 dselect/po/da.po    | 2 +-
 dselect/po/de.po    | 2 +-
 dselect/po/el.po    | 2 +-
 dselect/po/es.po    | 4 +---
 dselect/po/et.po    | 4 +---
 dselect/po/eu.po    | 1 +
 dselect/po/fr.po    | 3 +--
 dselect/po/gl.po    | 3 +--
 dselect/po/hu.po    | 1 +
 dselect/po/id.po    | 2 +-
 dselect/po/it.po    | 2 +-
 dselect/po/ja.po    | 3 +--
 dselect/po/ko.po    | 1 +
 dselect/po/nb.po    | 2 +-
 dselect/po/nl.po    | 2 +-
 dselect/po/nn.po    | 7 +------
 dselect/po/pl.po    | 2 +-
 dselect/po/pt.po    | 2 +-
 dselect/po/pt_BR.po | 2 +-
 dselect/po/ro.po    | 3 +--
 dselect/po/ru.po    | 3 +--
 dselect/po/sk.po    | 2 +-
 dselect/po/sv.po    | 2 +-
 dselect/po/tl.po    | 2 +-
 dselect/po/vi.po    | 2 +-
 dselect/po/zh_CN.po | 2 +-
 dselect/po/zh_TW.po | 2 +-
 man/po/de.po        | 2 +-
 man/po/es.po        | 2 +-
 man/po/fr.po        | 3 +--
 man/po/hu.po        | 2 +-
 man/po/it.po        | 2 +-
 man/po/ja.po        | 2 +-
 man/po/nl.po        | 2 +-
 man/po/pl.po        | 2 +-
 man/po/pt.po        | 2 +-
 man/po/pt_BR.po     | 2 +-
 man/po/ru.po        | 3 +--
 man/po/sv.po        | 2 +-
 man/po/zh_CN.po     | 2 +-
 po/ast.po           | 2 +-
 po/bs.po            | 2 +-
 po/ca.po            | 2 +-
 po/cs.po            | 2 +-
 po/da.po            | 2 +-
 po/de.po            | 2 +-
 po/dz.po            | 2 +-
 po/el.po            | 2 +-
 po/eo.po            | 2 +-
 po/es.po            | 3 +--
 po/et.po            | 4 +---
 po/eu.po            | 2 +-
 po/fr.po            | 3 +--
 po/gl.po            | 3 +--
 po/hu.po            | 2 +-
 po/id.po            | 2 +-
 po/it.po            | 2 +-
 po/ja.po            | 3 +--
 po/km.po            | 2 +-
 po/ko.po            | 1 +
 po/ku.po            | 2 +-
 po/lt.po            | 2 +-
 po/mr.po            | 1 +
 po/nb.po            | 2 +-
 po/ne.po            | 2 +-
 po/nl.po            | 2 +-
 po/nn.po            | 7 +------
 po/oc.po            | 2 +-
 po/pa.po            | 2 +-
 po/pl.po            | 2 +-
 po/pt.po            | 2 +-
 po/pt_BR.po         | 2 +-
 po/ro.po            | 3 +--
 po/ru.po            | 3 +--
 po/sk.po            | 2 +-
 po/sv.po            | 2 +-
 po/th.po            | 2 +-
 po/tl.po            | 2 +-
 po/tr.po            | 2 +-
 po/vi.po            | 3 +--
 po/zh_CN.po         | 2 +-
 po/zh_TW.po         | 2 +-
 scripts/po/ca.po    | 2 +-
 scripts/po/de.po    | 2 +-
 scripts/po/es.po    | 2 +-
 scripts/po/fr.po    | 2 +-
 scripts/po/nl.po    | 2 +-
 scripts/po/pl.po    | 2 +-
 scripts/po/ru.po    | 3 +--
 scripts/po/sv.po    | 2 +-
 93 files changed, 93 insertions(+), 119 deletions(-)

commit 596802989acca33cddd008a5bdce3bea89482361
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 13 03:37:07 2023 +0100

    po: Use Dpkg Developers instead of listing them individually
    
    Keeping the Dpkg Developers copyright list in sync with the rest of
    the code base is not maintainable. Replace the explicit list with the
    «Dpkg Developers» abbreviation instead, which is what we default
    nowadays in Makevars for new .po files.

 dselect/po/ja.po | 11 +----------
 po/ja.po         | 11 +----------
 2 files changed, 2 insertions(+), 20 deletions(-)

commit 9a49b82b7b72ab0dd69862185da6797bd753974e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 4 22:56:51 2023 +0100

    dselect: Add non-free-firmware archive area support
    
    In Debian this is a new archive area added after the vote for non-free
    firmware <https://www.debian.org/vote/2022/vote_003>.

 dselect/methods/Dselect/Ftp.pm     | 12 +++++++++---
 dselect/methods/file/desc.file     |  3 ++-
 dselect/methods/file/setup.sh      |  3 +++
 dselect/methods/media/README.media |  7 ++++++-
 dselect/methods/media/setup.sh     |  4 ++++
 5 files changed, 24 insertions(+), 5 deletions(-)

commit 200be51dc7473aa356d86fbf50c9c7e40a0f663e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 4 22:57:17 2023 +0100

    dselect: Reduce variable scope to avoid shadowing
    
    Warned-by: perlcritic
    Addresses: Variables::ProhibitReusedNames

Notes:
    Changelog: internal

 dselect/methods/ftp/install.pl | 5 +++--
 dselect/mkcurkeys.pl           | 9 ++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit bfd87b4683fc82f84eb131044b477758395c2643
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 4 22:55:21 2023 +0100

    test: Reduce scope of variable to avoid shadowing others
    
    This is a global variable that was then being shadowed by other
    variables with the same name in inner scopes.
    
    Warned-by: perlcritic
    Addresses: Variables::ProhibitReusedNames

 scripts/t/Dpkg_Changelog.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f6d286e0d8aff77e09cd69018bc37e9b08483f36
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 4 22:54:11 2023 +0100

    scripts: Remove duplicate variable declaration
    
    Do not shadow an already defined variable, instead simply use it
    as is, given that the other uses will initialize it when needed.
    
    Warned-by: perlcritic
    Addresses: Variables::ProhibitReusedNames

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

commit 309123b9e76a44cd8e394d87295e2d244d7e354c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 2 01:22:09 2023 +0100

    scripts: Unpack function arguments
    
    Unpack the arguments into variables to make the core more readable, and
    avoid aliasing issues.
    
    Warned-by: perlcritic
    Fixes: Subroutines::RequireArgUnpacking

 scripts/Dpkg/Compression/FileHandle.pm | 36 +++++++++++++++++------------
 scripts/Dpkg/Control/Changelog.pm      |  4 ++--
 scripts/Dpkg/Control/HashCore.pm       |  4 ++--
 scripts/Dpkg/Control/HashCore/Tie.pm   |  4 ++--
 scripts/Dpkg/Deps/Multiple.pm          |  8 +++----
 scripts/Dpkg/ErrorHandling.pm          | 42 ++++++++++++++++++++++------------
 scripts/Dpkg/Source/Package.pm         |  8 +++----
 scripts/Dpkg/Source/Quilt.pm           | 10 ++++----
 scripts/Dpkg/Vendor.pm                 |  4 +++-
 scripts/dpkg-buildpackage.pl           |  6 +++--
 scripts/dpkg-fsys-usrunmess.pl         |  4 ++--
 scripts/dpkg-genbuildinfo.pl           |  8 ++++---
 scripts/dpkg-shlibdeps.pl              |  4 +++-
 t/critic.t                             |  1 +
 t/critic/perlcriticrc                  |  3 +++
 15 files changed, 89 insertions(+), 57 deletions(-)

commit f36fe46cdddeeecfb30b1435a0b29eb7a48f1d8f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 23:41:10 2023 +0100

    Dpkg::Control::HashCore: Fix typo in code comment
    
    Changelog: silent

 scripts/Dpkg/Control/HashCore.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dbede18a5eba12dd61aec4e8cc9f701d98fb29f4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 11 23:53:38 2023 +0100

    perl: Move POD sections before what they describe
    
    For NAME and DESCRIPTION we are describing the whole package, so do
    that before the keyword as we do as well when describing variables or
    functions.
    
    For FUNCTIONS and METHODS, move them immediately before the functions
    or methods they start describing.

 scripts/Dpkg.pm                        |  4 +-
 scripts/Dpkg/Arch.pm                   |  4 +-
 scripts/Dpkg/Build/Info.pm             | 28 +++++++------
 scripts/Dpkg/BuildEnv.pm               | 22 +++++-----
 scripts/Dpkg/BuildFlags.pm             | 24 ++++++-----
 scripts/Dpkg/BuildInfo.pm              | 24 ++++++-----
 scripts/Dpkg/BuildOptions.pm           | 24 ++++++-----
 scripts/Dpkg/BuildProfiles.pm          | 24 ++++++-----
 scripts/Dpkg/BuildTypes.pm             | 34 ++++++++--------
 scripts/Dpkg/Changelog/Entry.pm        | 26 ++++++------
 scripts/Dpkg/Changelog/Entry/Debian.pm | 30 +++++++-------
 scripts/Dpkg/Checksums.pm              | 26 ++++++------
 scripts/Dpkg/Compression.pm            | 26 ++++++------
 scripts/Dpkg/Compression/FileHandle.pm | 42 ++++++++++---------
 scripts/Dpkg/Compression/Process.pm    | 24 ++++++-----
 scripts/Dpkg/Conf.pm                   | 24 ++++++-----
 scripts/Dpkg/Control.pm                | 74 +++++++++++++++++-----------------
 scripts/Dpkg/Control/Changelog.pm      | 24 ++++++-----
 scripts/Dpkg/Control/Fields.pm         | 28 +++++++------
 scripts/Dpkg/Control/FieldsCore.pm     | 26 ++++++------
 scripts/Dpkg/Control/Hash.pm           | 24 ++++++-----
 scripts/Dpkg/Control/HashCore.pm       | 46 +++++++++++----------
 scripts/Dpkg/Control/Info.pm           | 24 ++++++-----
 scripts/Dpkg/Control/Tests.pm          | 24 ++++++-----
 scripts/Dpkg/Control/Tests/Entry.pm    | 22 +++++-----
 scripts/Dpkg/Control/Types.pm          | 36 ++++++++---------
 scripts/Dpkg/Deps.pm                   | 16 ++++----
 scripts/Dpkg/Deps/AND.pm               |  4 +-
 scripts/Dpkg/Deps/KnownFacts.pm        |  4 +-
 scripts/Dpkg/Deps/Multiple.pm          |  4 +-
 scripts/Dpkg/Deps/OR.pm                |  4 +-
 scripts/Dpkg/Deps/Simple.pm            | 12 +++---
 scripts/Dpkg/Deps/Union.pm             |  4 +-
 scripts/Dpkg/Exit.pm                   | 22 +++++-----
 scripts/Dpkg/Gettext.pm                | 26 ++++++------
 scripts/Dpkg/IPC.pm                    | 28 +++++++------
 scripts/Dpkg/Index.pm                  | 22 +++++-----
 scripts/Dpkg/Interface/Storable.pm     | 26 ++++++------
 scripts/Dpkg/Path.pm                   | 22 +++++-----
 scripts/Dpkg/Source/Format.pm          |  4 +-
 scripts/Dpkg/Source/Package.pm         |  4 +-
 scripts/Dpkg/Substvars.pm              | 24 +++++------
 scripts/Dpkg/Vendor.pm                 | 54 +++++++++++++------------
 scripts/Dpkg/Vendor/Debian.pm          | 28 ++++++-------
 scripts/Dpkg/Vendor/Default.pm         | 24 ++++++-----
 scripts/Dpkg/Vendor/Devuan.pm          | 18 ++++-----
 scripts/Dpkg/Vendor/Ubuntu.pm          | 30 +++++++-------
 scripts/Dpkg/Version.pm                | 30 +++++++-------
 48 files changed, 592 insertions(+), 532 deletions(-)

commit 024834e3729322f7233e580231d126634adf8899
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 03:45:18 2023 +0100

    perl: Add POD to all private modules
    
    Mark them explicitly as private modules, add some minimal description
    for their purpose. This also fixes the warnings from pod2man where it
    cannot generate a man page for these.
    
    Closes: #1030660

 dselect/methods/Dselect/Ftp.pm           | 22 ++++++++++++++
 scripts/Dpkg/BuildEnv.pm                 |  2 ++
 scripts/Dpkg/BuildTypes.pm               |  2 ++
 scripts/Dpkg/Control/HashCore/Tie.pm     | 50 +++++++++++++++++++++++++-------
 scripts/Dpkg/Control/Types.pm            |  2 ++
 scripts/Dpkg/Dist/Files.pm               | 23 +++++++++++++++
 scripts/Dpkg/ErrorHandling.pm            | 22 ++++++++++++++
 scripts/Dpkg/File.pm                     | 22 ++++++++++++++
 scripts/Dpkg/Getopt.pm                   | 23 +++++++++++++++
 scripts/Dpkg/Lock.pm                     | 22 ++++++++++++++
 scripts/Dpkg/OpenPGP.pm                  | 22 ++++++++++++++
 scripts/Dpkg/OpenPGP/Backend.pm          | 23 +++++++++++++++
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm    | 23 +++++++++++++++
 scripts/Dpkg/OpenPGP/Backend/SOP.pm      | 24 +++++++++++++++
 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm  | 23 +++++++++++++++
 scripts/Dpkg/OpenPGP/ErrorCodes.pm       | 23 +++++++++++++++
 scripts/Dpkg/OpenPGP/KeyHandle.pm        | 23 +++++++++++++++
 scripts/Dpkg/Package.pm                  | 22 ++++++++++++++
 scripts/Dpkg/Shlibs.pm                   | 22 ++++++++++++++
 scripts/Dpkg/Shlibs/Cppfilt.pm           | 23 +++++++++++++++
 scripts/Dpkg/Shlibs/Objdump.pm           | 23 +++++++++++++++
 scripts/Dpkg/Shlibs/Objdump/Object.pm    | 23 +++++++++++++++
 scripts/Dpkg/Shlibs/Symbol.pm            | 23 +++++++++++++++
 scripts/Dpkg/Shlibs/SymbolFile.pm        | 22 ++++++++++++++
 scripts/Dpkg/Source/Archive.pm           | 23 +++++++++++++++
 scripts/Dpkg/Source/BinaryFiles.pm       | 23 +++++++++++++++
 scripts/Dpkg/Source/Functions.pm         | 23 +++++++++++++++
 scripts/Dpkg/Source/Package/V1.pm        | 22 ++++++++++++++
 scripts/Dpkg/Source/Package/V2.pm        | 22 ++++++++++++++
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 25 ++++++++++++++--
 scripts/Dpkg/Source/Package/V3/Custom.pm | 23 +++++++++++++++
 scripts/Dpkg/Source/Package/V3/Git.pm    | 25 ++++++++++++++--
 scripts/Dpkg/Source/Package/V3/Native.pm | 22 ++++++++++++++
 scripts/Dpkg/Source/Package/V3/Quilt.pm  | 22 ++++++++++++++
 scripts/Dpkg/Source/Patch.pm             | 22 ++++++++++++++
 scripts/Dpkg/Source/Quilt.pm             | 22 ++++++++++++++
 scripts/Dpkg/Vendor/Debian.pm            |  2 ++
 scripts/Dpkg/Vendor/Default.pm           |  2 ++
 scripts/Dpkg/Vendor/Devuan.pm            |  2 ++
 scripts/Dpkg/Vendor/Ubuntu.pm            |  2 ++
 scripts/Makefile.am                      |  6 ++--
 scripts/Test/Dpkg.pm                     | 23 +++++++++++++++
 t/pod-spell.t                            |  3 ++
 43 files changed, 804 insertions(+), 19 deletions(-)

commit f6e8ffb547841bc1dc4a17bfe7cbde18e62b140f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 9 04:27:06 2023 +0100

    Dpkg::Package: Rename source_package symbols to source_name
    
    This refer to the source package name, instead of a source package
    object or similar.

 scripts/Dpkg/Package.pm    | 20 ++++++++++----------
 scripts/dpkg-genchanges.pl |  8 ++++----
 scripts/dpkg-gencontrol.pl |  6 +++---
 scripts/dpkg-source.pl     |  6 +++---
 scripts/t/Dpkg_Package.t   | 14 +++++++-------
 5 files changed, 27 insertions(+), 27 deletions(-)

commit 01244e3c0319245601d60e5782ef8e886922f67c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 9 04:12:23 2023 +0100

    Dpkg::Vars: Fold into Dpkg::Package
    
    This module has a very generic and odd name for what it is actually
    doing. Move the functions inside into Dpkg::Package, although eventually
    these should be moved as methods for Dpkg::Source::Package. But for now
    this location is better than before.

 scripts/Dpkg/Package.pm    | 30 +++++++++++++++++++++++++-
 scripts/Dpkg/Vars.pm       | 53 ----------------------------------------------
 scripts/Makefile.am        |  2 --
 scripts/dpkg-genchanges.pl |  2 +-
 scripts/dpkg-gencontrol.pl |  3 +--
 scripts/dpkg-source.pl     |  2 +-
 scripts/po/POTFILES.in     |  1 -
 scripts/t/Dpkg_Package.t   | 15 ++++++++++++-
 scripts/t/Dpkg_Vars.t      | 38 ---------------------------------
 9 files changed, 46 insertions(+), 100 deletions(-)

commit acc029390e0b7b9b380d3a5bceaca404a0653f8c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 23:36:21 2023 +0100

    Dpkg::Control::HashCore::Tie: Split from Dpkg::Control::HashCore
    
    Move out this embedded package into its own source file. This makes the
    structure more clear and things like grepping for matches more obvious.
    
    Warned-by: perlcritic
    Fixes: Modules::ProhibitMultiplePackages

 scripts/Dpkg/Control/HashCore.pm     | 107 +----------------------------
 scripts/Dpkg/Control/HashCore/Tie.pm | 129 +++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                  |   1 +
 scripts/po/POTFILES.in               |   1 +
 t/critic.t                           |   1 +
 5 files changed, 133 insertions(+), 106 deletions(-)

commit 12a66fb31c00d457d51a5202a8bbaedac9abe303
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 23:28:30 2023 +0100

    Dpkg::Shlibs::Objdump::Object: Split from Dpkg::Shlibs::Objdump
    
    Move out this embedded package into its own source file. This makes the
    structure more clear and things like grepping for matches more obvious.
    
    Warned-by: perlcritic
    Addresses: Modules::ProhibitMultiplePackages

 scripts/Dpkg/Shlibs/Objdump.pm                     | 341 +--------------------
 .../Dpkg/Shlibs/{Objdump.pm => Objdump/Object.pm}  | 227 --------------
 scripts/Makefile.am                                |   1 +
 scripts/po/POTFILES.in                             |   1 +
 4 files changed, 3 insertions(+), 567 deletions(-)

commit d0aa36601ed650319b6a6a638dc88ed59437c79e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 23:18:39 2023 +0100

    perl: Add $VERSION to all embedded perl packages
    
    Even packages that are contained within the source file of another
    package should have a proper $VERSION variable.
    
    Warned-by: perlcritic
    Addresses: Modules::RequireVersionVar

 scripts/Dpkg/Control/HashCore.pm | 2 ++
 scripts/Dpkg/Shlibs/Objdump.pm   | 2 ++
 2 files changed, 4 insertions(+)

commit bf0053348b1027b5e2af9ef26642f8e6180b5509
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 1 03:32:20 2023 +0100

    test: Disable perlcritic checks that are not relevant
    
    Since Perl 5.14 there is no need to check the return value of an eval,
    as the involved bugs got fixed. As we require a more recent release of
    Perl to run, we can ignore these checks.

 t/critic/perlcriticrc | 3 +++
 1 file changed, 3 insertions(+)

commit 13912f20bc4127e7100eae4aee9e5bfc1cf0d8ec
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 23:24:10 2023 +0100

    test: Update perlcritic checks and suppressions
    
    These checks were not explicitly listed because they had not triggered,
    add them explicitly either as checks to perform or checks to suppress,
    when they do not make sense.

 t/critic.t            | 4 ++++
 t/critic/perlcriticrc | 1 +
 2 files changed, 5 insertions(+)

commit 78a9e97dc846432edc7ebfcdf898f5ee182b32c9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 2 03:24:08 2023 +0100

    build: Bump minimal Perl version to 5.32.1
    
    The Perl version in Debian bullseye is 5.32.1, which is the release that
    will be oldstable once 1.22.x gets uploaded to Debian unstable.

 doc/coding-style.txt | 2 +-
 m4/dpkg-progs.m4     | 2 +-
 t/minimum-version.t  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit fd079087457566cfd7588e1c99207e7b3a747eb3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 04:16:57 2023 +0100

    build: Explicitly set the date when generating perl module man pages
    
    Even though pod2man supports SOURCE_DATE_EPOCH, let's be explicit and
    pass the same date we have computed in the build system, to avoid any
    surprises.
    
    This matches the pod2man calls for the program man pages.

 scripts/Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 4c9e67b52672cb1cf19f7c3e86164bc70b749e77
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 25 03:13:27 2023 +0100

    Revert "Revert "arch: Add support for loong64 CPU""
    
    This reverts commit f9187c8b13478824c9eff73c92a084cc50c34cad.
    
    This reintroduces the loong64 CPU support that got reverted. The GNU
    triplet and the multiarch tuples have gone back upstream to the previous
    agreed names.
    
    Closes: #1028654

 data/cputable                  | 1 +
 scripts/Dpkg/Shlibs/Objdump.pm | 7 +++++++
 scripts/t/Dpkg_Arch.t          | 4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 906b311aa4e812a104f6ff3c5faebcfc6c6e28c3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 22 17:53:29 2023 +0100

    po: Update German scripts translation

 scripts/po/de.po | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 78c5c46fb5da7009bfef618c3fa255fe9355bd85
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 22 17:52:38 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 491 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 244 insertions(+), 247 deletions(-)

commit c511f466d0fc7839b96c2a8ebbb014558d77fd14
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 2 20:16:41 2023 +0100

    Dpkg::OpenPGP::Backend::GnuPG: On signing failure use OPENPGP_CMD_CANNOT_SIGN
    
    The OPENPGP_KEY_CANNOT_SIGN is specified by SOP to mean that the key is
    not capable of signing, but in this case the command itself cannot sign
    for whatever reason, for example because it cannot find the needed
    key, the key is expired or any other such error.
    
    Closes: #1030271

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 93d9c1435e537b5c03364db0281dfc6513995553
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 2 20:15:47 2023 +0100

    Dpkg::OpenPGP::ErrorCodes: Add new OPENPGP_CMD_CANNOT_SIGN error code
    
    Add a new error code to be used by gpg when it fails to sign.

 scripts/Dpkg/OpenPGP/ErrorCodes.pm | 3 +++
 1 file changed, 3 insertions(+)

commit 88bcf624ba666bc8bc4c8f58c5d4dce1ecce28db
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 23:58:09 2023 +0100

    build: Enable -Wextra-semi compilation warning

 m4/dpkg-compiler.m4 | 1 +
 1 file changed, 1 insertion(+)

commit b3b5cf668b7656b4ae41009612148b15ec111cbe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 23:57:30 2023 +0100

    libdpkg: Surround macro within a do-while block
    
    Warned-by: clang -Wextra-semi

 lib/dpkg/nfmalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d7b2430ea9293cc9fe72050d7bba2d837bcd183
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 23:57:19 2023 +0100

    dselect: Remove unused trailing semicolons
    
    Warned-by: clang -Wextra-semi
    Changelog: internal

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

commit 9b544350ef991ff74f7352863ed57bb04435ff06
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 16 23:44:50 2023 +0100

    man: Add versions where build flag features were added
    
    This makes it easier for users to understand how long these features
    have been supported for, and whether backward compatibility might be
    needed.

 man/dpkg-buildflags.pod | 71 +++++++++++++++++++++++++++++--------------------
 1 file changed, 42 insertions(+), 29 deletions(-)

commit e9e36be39115943c561f10fbd97f577b4380fc5a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 15 00:19:08 2023 +0100

    libdpkg: Rename mlib module to mustlib
    
    This should make the module purpose more clear from its name alone, and
    avoids potential confusion with memory handling or similar.

 TODO                           | 2 +-
 lib/dpkg/Makefile.am           | 2 +-
 lib/dpkg/dpkg.h                | 2 +-
 lib/dpkg/{mlib.c => mustlib.c} | 2 +-
 po/POTFILES.in                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit a9d1ee8b0a6f946ce577261a6823bb51598e2bbe
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 02:44:30 2023 +0100

    src: Reduce variables scope
    
    Warned-by: cppcheck
    Changelog: internal

 src/common/force.c       |  5 +++--
 src/deb/extract.c        |  6 +++---
 src/deb/info.c           | 23 ++++++++++++++++-------
 src/main/archives.c      |  6 ++++--
 src/main/depcon.c        |  3 ++-
 src/main/help.c          |  6 ++++--
 src/main/main.c          |  3 ++-
 src/main/packages.c      |  3 ++-
 src/main/select.c        |  6 ++++--
 src/main/trigproc.c      |  4 ++--
 src/main/unpack.c        |  8 ++++++--
 src/main/verify.c        |  5 +++--
 src/query/main.c         | 32 ++++++++++++++++++++------------
 src/split/join.c         |  3 ++-
 t/cppcheck/cppcheck.supp |  3 ---
 15 files changed, 73 insertions(+), 43 deletions(-)

commit 4991acdd8f699aad32aad82ec932ed9877d1ac2d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 01:53:06 2023 +0100

    u-a: Reduce variables scope
    
    Warned-by: cppcheck
    Changelog: internal

 utils/start-stop-daemon.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit a33b5d71972b40304b38cde01f1c8fe4d67cd0b1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 02:20:11 2023 +0100

    libdpkg: Reduce variables scope
    
    Warned-by: cppcheck

 lib/dpkg/compress.c      |  3 ++-
 lib/dpkg/db-fsys-files.c | 10 ++++++----
 lib/dpkg/dbmodify.c      |  4 +++-
 lib/dpkg/dump.c          |  5 +++--
 lib/dpkg/fields.c        | 37 +++++++++++++++++++++++++------------
 lib/dpkg/parse.c         |  3 ++-
 lib/dpkg/string.c        |  3 ++-
 lib/dpkg/trigdeferred.c  |  4 ++--
 lib/dpkg/triglib.c       |  5 +++--
 9 files changed, 48 insertions(+), 26 deletions(-)

commit 809c0f9920da9f3890e8c7ac7a78fe6ad053d129
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 02:05:19 2023 +0100

    libcompat: Reduce variables scope
    
    Warned-by: cppcheck

 lib/compat/getopt.c  | 2 +-
 lib/compat/getopt1.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit abd97ebcd46f6e338838e2379eaca765e040a1dd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 02:03:49 2023 +0100

    dselect: Reduce variables scope
    
    Warned-by: cppcheck
    Changelog: internal

 dselect/main.cc       | 10 +++++++---
 dselect/method.cc     |  3 +--
 dselect/methparse.cc  |  4 ++--
 dselect/pkgcmds.cc    |  6 +++---
 dselect/pkgdepcon.cc  |  7 ++++---
 dselect/pkglist.cc    |  3 +--
 dselect/pkgsublist.cc |  6 +++---
 dselect/pkgtop.cc     |  3 ++-
 8 files changed, 23 insertions(+), 19 deletions(-)

commit 2504bba21563f396d8c86d61899ceed080bd0a86
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 23:43:57 2023 +0100

    dpkg: Remove path_quote_filename() usage
    
    The original problem for which this function was introduced in
    commit 520ad3054094d91201089bf97cf3e73266b6e879, is no longer relevant
    since commit 1a8d12285d650fa4bb13406a515228030d4d9ca1 where the varbuf
    function doing vprintf was fixed to not loop infinitely. Changes in
    commit 520ad3054094d91201089bf97cf3e73266b6e879, further changed the
    code to not even pass the filenames to fd_fd_copy() anymore, and instead
    call the ohshit() functions from the call sites.
    
    We leave the function around for now, if this ends up not being useful
    for anything it will be eventually removed.
    
    Warned-by: cppcheck
    Changelog: internal

 src/main/archives.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 1d4478841a804d13f1799a1974a9eeeef6e582cb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 02:34:14 2023 +0100

    dpkg: Do not reset the line number for each --command-fd parsed command
    
    This means the lines printed lose their meaning, and are less than
    helpful.
    
    Warned-by: cppcheck

 src/main/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 153aa6b18b864c673cca2190dddf9f7705236f5c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 02:36:24 2023 +0100

    libdpkg: Move parse_nv() next word check inside else block
    
    If we found a name/value match, and are using a fallback value, then we
    will always have a NULL str_end, and the check for trailing junk will
    never trigger. This check only makes sense in the else block where
    we have checked for any non-space characters after the parsed text.

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

commit 8b7daaecfa3738162796fc86fb845e1b86047637
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 00:50:35 2023 +0100

    libdpkg: Turn bitmask parse_nv_flags into an actual enum parse_nv_mode
    
    These various modes are actually exclusive, so turn them from a bitmask
    into an actual enumeration.
    
    Warned-by: cppcheck

 lib/dpkg/fields.c        | 17 ++++++++---------
 t/cppcheck/cppcheck.supp |  3 ---
 2 files changed, 8 insertions(+), 12 deletions(-)

commit ff06cb4c8eb0f2446556259d24db4967798bce00
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 13 23:51:34 2023 +0100

    libdpkg: Remove impossible condition
    
    The previous loop only finishes when the condition being tested is no
    longer true, so the one immediately after it can never be true.
    
    Warned-by: cppecheck

 lib/dpkg/tarfn.c         | 3 ---
 t/cppcheck/cppcheck.supp | 1 -
 2 files changed, 4 deletions(-)

commit c317a33cf53abd5d82d0570df3a532f13c35530b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 13 23:47:06 2023 +0100

    libdpkg: Move early return into the loop
    
    The only way the outer condition can trigger is if the inner condition
    makes it break out of the loop. Simplify by moving the early return
    inside the loop
    
    Warned-by: cppcheck

 lib/dpkg/fsys-hash.c     | 4 +---
 t/cppcheck/cppcheck.supp | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)

commit 569909f8f8cd1c55fb77998e2a6d69ead7adcfaf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Feb 16 17:13:37 2023 +0100

    dpkg.pod: Remove a now superfluous character

 man/dpkg.pod |  2 +-
 man/po/de.po | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 50facf7a3e9806ce4224e573ae1ae474e3283d55
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Feb 16 17:11:24 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 661 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 404 insertions(+), 257 deletions(-)

commit 6cdeaa5c8f3bee847ff79c2d30e3cae70480c882
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 12 23:54:45 2023 +0100

    build: Fix version script linker support detection
    
    When the linker uses --no-undefined-version either specified by the user
    or as the default behavior (such as with newer clang >= 16 releases),
    a missing symbol definition will cause a linker error if that symbol is
    listed in the version script.

 m4/dpkg-linker.m4 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit afe338c70ca3e5d3c9cba4c3521418fe3db51955
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 10 02:06:44 2023 +0100

    man: Move shell redirection operator close to the redirected file
    
    This makes it more clear where we are redirecting to or from.

 man/dpkg.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit be93550bfab8c7cc698f7b5c0939d8095e421a00
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 10 02:05:30 2023 +0100

    man: Unify admonition markup and formatting
    
    Use bold for the admonition keyword, but not for the colon. Stop
    marking up the text of the admonition as italic.

 man/deb-substvars.pod           |  2 +-
 man/dpkg-buildflags.pod         |  2 +-
 man/dpkg-buildpackage.pod       |  9 +++++----
 man/dpkg-divert.pod             |  2 +-
 man/dpkg-gensymbols.pod         |  2 +-
 man/dpkg-maintscript-helper.pod |  4 ++--
 man/dpkg-name.pod               |  6 ++----
 man/dpkg-parsechangelog.pod     |  4 ++--
 man/dpkg-query.pod              |  4 ++--
 man/dpkg-scanpackages.pod       |  2 +-
 man/dpkg-scansources.pod        |  4 ++--
 man/dpkg-shlibdeps.pod          |  2 +-
 man/dpkg-source.pod             |  6 +++---
 man/dpkg-statoverride.pod       |  6 +++---
 man/dpkg.pod                    | 34 +++++++++++++++++-----------------
 man/dsc.pod                     |  2 +-
 man/start-stop-daemon.pod       | 16 ++++++++--------
 man/update-alternatives.pod     |  2 +-
 18 files changed, 54 insertions(+), 55 deletions(-)

commit df3671b21710b01331e311d7921c7d64be1e3a2e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 10 02:02:34 2023 +0100

    man: Itemize remaining lists
    
    This makes these lists more clear, as they are indented, so that
    paragraphs within that might contain an admonition are not confused
    with another item.

 man/dpkg-statoverride.pod |  19 ++++--
 man/dpkg.pod              | 159 ++++++++++++++++++++++++++++++++++------------
 2 files changed, 131 insertions(+), 47 deletions(-)

commit 246386ca46ee0e84fb4960ef1bea7afbf31ed652
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 8 11:26:14 2023 +0100

    man: Add notes about reproducibility properties for path fixing build features
    
    Mention that if the build captures the build flags that will make it
    unreproducible, the traps with trying to disable these flags to get
    back to a reproducible output. And that the ideal fix is to stop
    capturing build flags.
    
    Prompted-by: Sven Joachim <svenjoac@gmx.de>

 man/dpkg-buildflags.pod | 9 +++++++++
 1 file changed, 9 insertions(+)

commit f36a5944a6e06f1a641dcba69be6b392d32d0656
Author: Sébastien Poher <sebastien@volted.net>
Date:   Fri Feb 10 02:18:58 2023 +0100

    po: Update French scripts translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/po/fr.po | 395 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 200 insertions(+), 195 deletions(-)

commit a436a216fcb9c15abc0ea29c583d95beb15c4318
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 8 11:02:00 2023 +0100

    po: Update Dutch header boilerplate with an actual copyright line
    
    This caused the author checks to fail, and consequently the CI pipelines
    too. Unfortunately the release script did not catch this, probably due
    to not properly installing the build dependencies.
    
    Warned-by: i18nspector

 scripts/po/nl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1ebc200c416d2786de0df7d275c334b4894e2a5a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 7 12:38:37 2023 +0100

    Bump version to 1.22.0

 debian/changelog               | 6 ++++++
 scripts/Dpkg.pm                | 2 +-
 scripts/dpkg-fsys-usrunmess.pl | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 6c5140f124925ad4eb12fb2c8e83a050028bbc1f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 7 12:23:03 2023 +0100

    Release 1.21.20

 debian/changelog | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 47 insertions(+), 3 deletions(-)

commit 3335fd77af14a524e51c0c8d4069e93720d41bdc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 7 12:19:11 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  8 ++++----
 man/po/es.po            |  6 +++---
 man/po/hu.po            |  6 +++---
 man/po/it.po            |  6 +++---
 man/po/ja.po            |  6 +++---
 man/po/pl.po            |  6 +++---
 man/po/pt_BR.po         |  6 +++---
 man/po/ru.po            |  6 +++---
 man/po/zh_CN.po         |  6 +++---
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/nl.po        | 10 +++++-----
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 92 files changed, 118 insertions(+), 118 deletions(-)

commit d6595cdf2969e5894155136d47317e3b6e982687
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Tue Feb 7 11:52:40 2023 +0100

    po: Update Portuguese programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/pt.po | 929 +++++++++++++++++++++++----------------------------------------
 1 file changed, 335 insertions(+), 594 deletions(-)

commit e6942b13ccd3ba6fe17370797b4fa1b7ea6f470f
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Tue Feb 7 11:47:12 2023 +0100

    po: Add Dutch scripts translation
    
    Closes: #1030712
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/po/LINGUAS |    1 +
 scripts/po/nl.po   | 4242 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4243 insertions(+)

commit 2ad6d36984df607b031e86d3b1c0c47cd8763ba0
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Tue Feb 7 11:44:13 2023 +0100

    po: Update Dutch translations
    
    Closes: #1030710, #1030711
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 385 +++++++++++++++++------------------------------------------
 po/nl.po     |  80 ++++---------
 2 files changed, 129 insertions(+), 336 deletions(-)

commit 02f2ba101a95f853dc528df1524e841c2b2b0c5e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 11:54:45 2023 +0100

    test: Skip auto-generated policykit policy file
    
    This kind of file includes translated entries, which causes spelling
    check false positives, and makes the author tests and CI systems
    checking those fail.

 t/codespell.t | 1 +
 1 file changed, 1 insertion(+)

commit c92e99e30aef12d521bdc71235e73c6d0003f586
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 5 01:12:44 2023 +0100

    po: Workaround po4a formatting issue in French translation
    
    The non-breaking space before the colon seems to be confusing po4a which
    ends up using it for all subsequent spaces within the I<> markup. Move
    the non-breaking space outside the I<> markup to avoid the issue.
    
    Warned-by: lintian

 man/po/fr.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 3056b760bc305f947c93b5fd1dfbd32dbd6e257f
Author: Sébastien Poher <sebastien@volted.net>
Date:   Sun Feb 5 23:48:38 2023 +0100

    po: Update French programs translations
    
    [guillem@debian.org:
     - Fix missing format specifier conversion characters. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/fr.po |  252 +++-----
 po/fr.po         | 1847 +++++++++++++++++++++---------------------------------
 scripts/po/fr.po | 1225 ++++++++++++++----------------------
 3 files changed, 1267 insertions(+), 2057 deletions(-)

commit 7d56a24c817145cc34c14051869e3f1676a23300
Author: Jean-Pierre Giraud <jenapierregiraud75@free.fr>
Date:   Sun Feb 5 23:40:13 2023 +0100

    po: Update French man page translation
    
    [guillem@debian.org:
     - Remove trailing newline from translation.
     - Fix end-of-line withing string syntax errors.
     - Add missing closing angle for POD markup. ]
    
    Closes: #1030618
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/fr.po | 5830 ++++++++++++++++++++++------------------------------------
 1 file changed, 2203 insertions(+), 3627 deletions(-)

commit 58d653c7182349f08e71d65e111377721e65ce13
Author: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>
Date:   Mon Feb 6 00:11:21 2023 +0100

    po: Update Romanian programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/ro.po | 2160 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 1013 insertions(+), 1147 deletions(-)

commit 52324cb814e023c9b194a4ef1b9fcba9d40587a1
Author: Theppitak Karoonboonyanan <thep@debian.org>
Date:   Sun Feb 5 23:46:00 2023 +0100

    po: Update Thai programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/th.po | 1984 ++++++++++++++++++++++++--------------------------------------
 1 file changed, 762 insertions(+), 1222 deletions(-)

commit 94602635fe77d42b85ee28beeb1cda8d6313eaf2
Author: Nagy Elemér Károly <nagy.elemer.karoly@gmail.com>
Date:   Sun Feb 5 23:44:44 2023 +0100

    po: Update Hungarian programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/hu.po | 754 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 340 insertions(+), 414 deletions(-)

commit b0430036ede2eed2821816ba794fcfb981ca62ef
Author: Quentin PAGÈS <quentinantonin@free.fr>
Date:   Sun Feb 5 23:42:46 2023 +0100

    po: Update Occitan programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/oc.po | 443 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 223 insertions(+), 220 deletions(-)

commit 8c7a47581c7c95ad569257f6a018ccd1079676c5
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Tue Jan 31 22:33:43 2023 +0100

    po: Update Russian translations
    
    [guillem@debian.org:
     - Remove trailing newline from translation.
     - Fix translations with mismatched format specifiers. ]
    
    Closes: #1030162, #1030378
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/ru.po |  257 ++-------
 po/ru.po         | 1674 ++++++++++++++++++++----------------------------------
 2 files changed, 675 insertions(+), 1256 deletions(-)

commit 57a59855d728179ad294597834120b28d7596cc6
Author: Sangdo Jun <sebuls@gmail.com>
Date:   Sun Jan 29 11:18:48 2023 +0100

    po: Update Korean dselect translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/ko.po | 615 ++++++++++---------------------------------------------
 1 file changed, 109 insertions(+), 506 deletions(-)

commit 642be40313bb90ed94b8e089e4fe016d6b7150cc
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Sat Jan 28 17:22:48 2023 +0100

    po: Update Swedish translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/sv.po     | 934 ++++++++++++++++---------------------------------------
 po/sv.po         | 107 ++-----
 scripts/po/sv.po | 248 ++++-----------
 3 files changed, 362 insertions(+), 927 deletions(-)

commit 3ba2427db9224c0d1e0b490f259f6a5c2a943183
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Jan 28 17:49:40 2023 +0100

    po: Update Traditional Chinese dselect translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/zh_TW.po | 811 +++++++++++++++++++++-------------------------------
 1 file changed, 333 insertions(+), 478 deletions(-)

commit 331384193b2f57bd8a921d8bbff074c89c19c8d4
Author: Boyuan Yang <byang@debian.org>
Date:   Fri Jan 27 22:50:59 2023 +0100

    po: Update Simplified Chinese translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/zh_CN.po | 250 +++++++++++++++++-----------------------------------
 po/zh_CN.po         |  83 +++++------------
 2 files changed, 103 insertions(+), 230 deletions(-)

commit a70b08aac94a9f08a4a9b6f2612c4a185b0d88f1
Author: jonatan porras <jonatanpc8@gmail.com>
Date:   Fri Jan 27 22:48:48 2023 +0100

    po: Update Spanish dselect translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/es.po | 139 +++++++------------------------------------------------
 1 file changed, 18 insertions(+), 121 deletions(-)

commit d5c5dea68be2aebe0eb656724df16803c4458c67
Author: Miroslav Kure <kurem@upcase.inf.upol.cz>
Date:   Fri Jan 27 22:45:34 2023 +0100

    po: Update Czech translations
    
    Closes: #1029706, #1030267
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/cs.po |  130 +-----
 po/cs.po         | 1289 +++++++++++++++++++-----------------------------------
 2 files changed, 465 insertions(+), 954 deletions(-)

commit ea30a14a6afb208c3c2df69f6951dd106b4722e8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 01:33:26 2023 +0100

    po: Unfuzzy translations due to typo fix

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

commit 78bfe8551c9e9b2eb48e2fb5ad3fa52ef7aa03f0
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Sat Jan 28 17:53:08 2023 +0100

    man: Remove duplicate word in dpkg-buildflags(1)
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-buildflags.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 43c475d4b777e79c913144ef37f25bb53e1d0297
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 23:55:28 2023 +0100

    debian: Update lintian overrides

 debian/dpkg.lintian-overrides   | 5 +----
 debian/source/lintian-overrides | 3 +++
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 838bbda3f3f7504b0c4d46dc5dd3442d55171464
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 2 20:05:11 2023 +0100

    debian: Fix versioned Build-Depends on debhelper
    
    There was a missing 1 in the version.
    
    Fixes: commit b21501ddcd93b94583bd9553b087b62420b508c8
    Closes: #1030288

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d5a89cbe48265703c7860d63b4f638782831b3cf
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 03:44:06 2023 +0100

    test: Update suppressions for cppcheck 2.10
    
    Some of these are valid, but we'll fix them in the soon to open 1.22.x
    series. This should make the CI systems based on Debian unstable
    checking author mode, get back to normal.

 t/cppcheck/cppcheck.supp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit f04af82fa789ccee741ea4cabd5495206de3e26e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 00:33:15 2023 +0100

    Bump version to 1.21.20

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 2f3105279e0fb2255f39b2e9a11f15837cacd44b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 24 23:42:59 2023 +0100

    Release 1.21.19

 debian/changelog | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

commit 419753b31637c50feda050f9ff3959fcdc6a3826
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 24 23:39:50 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 83 files changed, 87 insertions(+), 87 deletions(-)

commit f9187c8b13478824c9eff73c92a084cc50c34cad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 24 23:32:06 2023 +0100

    Revert "arch: Add support for loong64 CPU"
    
    This reverts commit 321e479ba142e6b05d1a27b50e4bb7900903fbf0.
    
    This arch which was supposedly already defined, with an agreed ABI,
    GNU triplet and dpkg multiarch paths, seems to want to redefine all
    these. There is no clear rationale for why this is happening at this
    point in time, while patches for at least gcc have been submitted
    with no coordination (which ended up being applied).
    
    The handling of this is less than ideal. Until the whole situation
    gets clarified, the safest way is to revert the support. It can be
    reintroduced once things clear out.
    
    Ref: #1028654

 data/cputable                  | 1 -
 scripts/Dpkg/Shlibs/Objdump.pm | 7 -------
 scripts/t/Dpkg_Arch.t          | 4 ++--
 3 files changed, 2 insertions(+), 10 deletions(-)

commit 223685319f948e66b70ea9eb1a7cb8922c8fe3c9
Author: Shengjing Zhu <shengjing.zhu@canonical.com>
Date:   Sat Jan 14 10:04:39 2023 +0800

    test: Add unit tests for lto build flags handling in Ubuntu
    
    [guillem@debian.org: Fix typos in comments. ]
    
    Ref: https://bugs.launchpad.net/bugs/2002582
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/Dpkg_BuildFlags_Ubuntu.t | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

commit c5e6822d598a34d93001450c282c33f22b18efde
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 19 09:44:12 2023 +0100

    Dpkg::Vendor::Ubuntu: Fix lto feature to honor DEB_BUILD_OPTIONS
    
    The recently added lto handling for Ubuntu, did not take into account
    that the DEB_BUILD_OPTIONS and DEB_BUILD_MAINT_OPTIONS environment
    variables are parsed and their options applied just after setting the
    defaults, and before applying any arch-specific mask.
    
    We add a new init_build_features() internal method, which sits between
    these two actions, so that the Ubuntu vendor module can modify the
    defaults before any user or maintainer override are applied.
    
    Fixes: commit df7627acfadca528e52147cc777fa01b2ed802b4
    Fixes: https://bugs.launchpad.net/bugs/2002582

 scripts/Dpkg/Vendor/Debian.pm |  6 ++++++
 scripts/Dpkg/Vendor/Ubuntu.pm | 17 +++++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

commit e895de05f3511e5c5818366749b293af02fdaf11
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 17 00:02:29 2023 +0100

    test: Set the permissions explicitly for the copied ChangeLog.old file
    
    The source ChangeLog.old file might have different permissions depending
    on the umask during the source package unpack. Copy the file without
    any flags, and then explicitly set known permissions on the result file.
    
    This should fix the build on reproducible variants.
    
    Fixes: commit 2c2f7066bd8c3209762762fa6905fa567b08ca5a

 src/at/deb-format.at | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit b698489dbe1ce237089038f6fd61138aa1638c43
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 16 04:20:17 2023 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Fallback to use «gpg dearmor» if present
    
    When verifying a signature, we were using the internal dearmor() method,
    as that makes it possible to not have gpg around when we are using gpgv.
    
    The problem is that the internal dearmor() method does not handle
    concatenated ASCII Armor blocks, and might then fail to find the
    certificates. When using gpgv this is only a partial regression as
    we were previously not verifying at all on minimal systems where gpg
    was not available. But when it is available, now that has regressed.
    
    In the future we might require no concatenated ASCII Armor blocks,
    but for now let's mitigate this regression.
    
    Fixes: commit a11d7340da2f679fc673d92767dfefcbb3eb1e69
    Reported-by: Sven Joachim <svenjoac@gmx.de> (on IRC)

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

commit 9cca3e8fedc64977a446854b2fded4b2b01b7c53
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 16 04:16:46 2023 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Touch trustedkeys.gpg on temporary gpg home
    
    The gpgv command expects a trustedkeys.gpg keyring, and if there is none
    it will try the trustedkeys.kbx one, but then will emit an error such as:
    
      gpgv: unknown type of key resource 'trustedkeys.kbx'
      gpgv: keyblock resource '<GPGHOME>/trustedkeys.kbx': General error
    
    This error will only show if the gpgv invocation failed for other
    reasons, but it is still an unnecessary distraction. Avoid that error,
    by touching the trustedkeys.gpg keyring.

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 3 +++
 1 file changed, 3 insertions(+)

commit 92e6049c2e0649efd558d90bc5063608c0ca8577
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Sun Jan 15 19:49:21 2023 +0100

    po: Update Portuguese man pages translation
    
    Closes: #1028981
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 1007 +++++++++++++++++++---------------------------------------
 1 file changed, 330 insertions(+), 677 deletions(-)

commit 3c42b0ed7f3c5a762f912583a033733ec9c0e7bf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 22:31:22 2022 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Set secure signing preferred algorithms
    
    The current GnuPG defaults with --openpgp cater for heavy backwards
    compatibility at the cost of being insecure but potentially being
    compatible with very old programs.
    
    We care more about secure defaults than backwards compatibility with
    ancient programs, so we pass our preferences to gpg when signing. This
    should also cover the case for users that have created old keys with
    insecure key preferences which might end up producing insecure
    signatures.
    
    Fixes: commit b83114daa69c50d368199d00fbb67e190068b273
    Closes: #1028961

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 3 +++
 1 file changed, 3 insertions(+)

commit 0f877f11623b5037b0af1cd681c847fdaf0b43c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 11 23:20:16 2023 +0100

    po: Update Catalan translation

 po/ca.po         | 81 ++++++++++++++++----------------------------------------
 scripts/po/ca.po | 39 ++++++++++-----------------
 2 files changed, 37 insertions(+), 83 deletions(-)

commit f7b72b44085cfe5ee7755b162dd88c1e2581afba
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 11 08:41:28 2023 +0100

    po: Update German man pages translation

 man/po/de.po | 68 +++++++++++++++++-------------------------------------------
 1 file changed, 19 insertions(+), 49 deletions(-)

commit fb2160d5fda0d821e34047ed6b429aac2f88d159
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Jan 10 21:06:45 2023 +0100

    po: Update German programs translation
    
    Update to 1184t.

 po/de.po | 70 +++++++++++++++++-----------------------------------------------
 1 file changed, 18 insertions(+), 52 deletions(-)

commit ae46ccf83f02b1788473891f7e327ff2e9bd03f2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 10 18:57:29 2023 +0100

    Bump version to 1.21.19

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ebc2c3def335ac391b010323ab65a302648f3ec7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 10 18:47:21 2023 +0100

    Release 1.21.18

 debian/changelog | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

commit a09a47df2161ac7edec2e670c0e624db4c6ffda5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 10 18:46:37 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 105 ++++++++++++++++++++++++++++++++++++------------
 man/po/dpkg-man.pot     |  45 +++++++++++++--------
 man/po/es.po            |  50 ++++++++++++++++-------
 man/po/fr.po            |  70 +++++++++++++++++++++++++-------
 man/po/hu.po            |  42 ++++++++++++-------
 man/po/it.po            |  50 ++++++++++++++++-------
 man/po/ja.po            |  50 ++++++++++++++++-------
 man/po/nl.po            |  82 ++++++++++++++++++++++++++++++-------
 man/po/pl.po            |  50 ++++++++++++++++-------
 man/po/pt.po            |  82 ++++++++++++++++++++++++++++++-------
 man/po/pt_BR.po         |  42 ++++++++++++-------
 man/po/ru.po            |  42 ++++++++++++-------
 man/po/sv.po            |  82 ++++++++++++++++++++++++++++++-------
 man/po/zh_CN.po         |  42 ++++++++++++-------
 po/ast.po               |  45 +++++++++++++++++----
 po/bs.po                |  44 ++++++++++++++++----
 po/ca.po                |  80 ++++++++++++++++++++++++++++++++----
 po/cs.po                |  51 +++++++++++++++++++----
 po/da.po                |  51 +++++++++++++++++++----
 po/de.po                |  80 ++++++++++++++++++++++++++++++++----
 po/dpkg.pot             |  46 +++++++++++++++++----
 po/dz.po                |  45 +++++++++++++++++----
 po/el.po                |  46 +++++++++++++++++----
 po/eo.po                |  51 +++++++++++++++++++----
 po/es.po                |  51 +++++++++++++++++++----
 po/et.po                |  46 +++++++++++++++++----
 po/eu.po                |  51 +++++++++++++++++++----
 po/fr.po                |  51 +++++++++++++++++++----
 po/gl.po                |  46 +++++++++++++++++----
 po/hu.po                |  46 +++++++++++++++++----
 po/id.po                |  49 ++++++++++++++++++----
 po/it.po                |  51 +++++++++++++++++++----
 po/ja.po                |  51 +++++++++++++++++++----
 po/km.po                |  46 +++++++++++++++++----
 po/ko.po                |  49 ++++++++++++++++++----
 po/ku.po                |  44 ++++++++++++++++----
 po/lt.po                |  46 +++++++++++++++++----
 po/mr.po                |  46 +++++++++++++++++----
 po/nb.po                |  50 +++++++++++++++++++----
 po/ne.po                |  46 +++++++++++++++++----
 po/nl.po                |  80 ++++++++++++++++++++++++++++++++----
 po/nn.po                |  46 +++++++++++++++++----
 po/oc.po                |  48 ++++++++++++++++++----
 po/pa.po                |  46 +++++++++++++++++----
 po/pl.po                |  51 +++++++++++++++++++----
 po/pt.po                |  51 +++++++++++++++++++----
 po/pt_BR.po             |  46 +++++++++++++++++----
 po/ro.po                |  49 ++++++++++++++++++----
 po/ru.po                |  51 +++++++++++++++++++----
 po/sk.po                |  51 +++++++++++++++++++----
 po/sv.po                |  80 ++++++++++++++++++++++++++++++++----
 po/th.po                |  51 +++++++++++++++++++----
 po/tl.po                |  46 +++++++++++++++++----
 po/tr.po                |  51 +++++++++++++++++++----
 po/vi.po                |  51 +++++++++++++++++++----
 po/zh_CN.po             |  80 ++++++++++++++++++++++++++++++++----
 po/zh_TW.po             |  51 +++++++++++++++++++----
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 96 files changed, 2595 insertions(+), 558 deletions(-)

commit 98174a0e2ae552859e8034ba4f1da194bb52e6b9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 10 12:39:53 2023 +0100

    debian: Update copyright years

 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cbb34075e2701d61ca976a09991afd73b02d7eb6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 10 05:34:33 2023 +0100

    man: Add a note to dpkg-fsys-usrunmess(8) about Debian support
    
    Closes: #1008486

 man/dpkg-fsys-usrunmess.pod | 5 +++++
 1 file changed, 5 insertions(+)

commit 2c2f7066bd8c3209762762fa6905fa567b08ca5a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 02:32:42 2023 +0100

    libdpkg: Add zstd support for .deb archives
    
    This adds support for .deb ZStandard compression and decompression.
    The main reason for this addition is due to Ubuntu having forked the
    .deb ecosystem when they added support for this unilaterally, so now
    there are many .deb in the wild using this compression format, which
    cannot be handled by the upstream dpkg-deb tool.
    
    Although at least now the ZStandard format is widely used on many
    projects, has been specified within the IETF as RFC8878, so backwards
    compatibility and format stability are no longer a concern, and it has
    good trade offs between size and speed.
    
    This has been implemented from scratch, based on the initial prototype
    code used during the early request evaluation. Using the new advanced
    API, with support for multi-threading, and using an I/O loop resembling
    the one used with liblzma, as the plan is to eventually switch all
    compressors to use a single I/O loop implementation.
    
    Closes: #892664

 README                 |   1 +
 configure.ac           |   2 +
 debian/control         |   6 +
 debian/rules           |   1 +
 lib/dpkg/Makefile.am   |   1 +
 lib/dpkg/compress.c    | 342 ++++++++++++++++++++++++++++++++++++++++++++++++-
 lib/dpkg/compress.h    |   1 +
 lib/dpkg/libdpkg.pc.in |   2 +-
 m4/dpkg-libs.m4        |   7 +
 man/deb.pod            |   2 +
 man/dpkg-deb.pod       |  12 +-
 src/Makefile.am        |   1 +
 src/at/deb-format.at   |  38 ++++++
 src/deb/extract.c      |   1 +
 src/deb/main.c         |   3 +-
 15 files changed, 411 insertions(+), 9 deletions(-)

commit da2a72dd681092ddc59df5bd98784b7f876c0a3e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 01:01:51 2023 +0100

    libdpkg: Abstract compression stream status tracking
    
    Use a new enum dpkg_stream_status to track the stream status, instead of
    using the liblzma codes directly in the I/O loop, which will make it
    possible in the future to generalize and use a single loop for all
    compressors.

 lib/dpkg/compress.c | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

commit 64e1d8cbf74f751f340cea25c45c7e6d0c5d7765
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 00:51:31 2023 +0100

    libdpkg: Generalize compression stream action handling
    
    Stop handling the xz/lzma actions using the liblzma specific actions,
    and use a generic enum, renamed from the old dpkg_stream_status, which
    was in fact partially handling the action. This will make it easier in
    the future to use the same action for all compressors.

 lib/dpkg/compress.c | 39 +++++++++++++++++++++++----------------
 1 file changed, 23 insertions(+), 16 deletions(-)

commit 02f30a5323bab224292dadb2a79319133997cc21
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 00:51:31 2023 +0100

    libdpkg: Split compression filter operation tracking from its status
    
    Tracking the compression filter operation and its status merges two
    distinct values into the same variable making things more difficult,
    as we were using bits when these should really be mutually exclusive
    values.

 lib/dpkg/compress.c | 49 +++++++++++++++++++++++++++++--------------------
 1 file changed, 29 insertions(+), 20 deletions(-)

commit 785a3f36a6748fbe8c6f9ecbf5e1db5c1e901bac
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 01:39:52 2023 +0100

    libdpkg: Switch dpkg_lzma_strerror() to use struct io_lzma
    
    Instead of passing the dpkg_stream_action enum, pass the io_lzma struct,
    so that we can use other members if needed.

 lib/dpkg/compress.c | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

commit 75d0fbec710d21965cb0d2c05bd43b26ca47842b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 8 03:39:24 2023 +0100

    libdpkg: Move compression level max bound check from dpkg-deb
    
    The compression level max bound check is specific to each compressor,
    and we cannot simply use a single max bound for every compressor. Move
    the check into the compressor_check_params() function where we can check
    whether it is coherent with the compressor requested.
    
    The dpkg_options_parse_arg_int() already makes sure we get a sanitized
    value that is 0 or larger but not larger than INT_MAX.

 lib/dpkg/compress.c | 6 ++++++
 src/deb/main.c      | 8 +-------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 86ceb336de72a69e347c175805b49cfbbc333f99
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 10 05:33:11 2023 +0100

    test: Add dpkg-deb build and extract tests
    
    We were testing showing or listing the contents, but not explicitly
    building the compressed packages nor extracting them.
    
    Include the ChangeLog.old file which is big, and will better exercise
    the compressors.

 src/at/deb-format.at | 60 +++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 50 insertions(+), 10 deletions(-)

commit 5f6e45fbbd0637d4d9cc35b9a4ee4d494c1418b4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 6 20:51:30 2023 +0100

    Dpkg::BuildFlags: Fix strip method to always work with duplicates
    
    The regex was not correctly matching at the beginning of the line with
    leading spaces, which could be left by a previous replacement from
    the same s/// operator. Instead switch to split the flag value and
    filter based on a hash, which means we do not need to care about such
    space issues anymore.
    
    This change should not change the semantics for space separated options
    in the flags, as the code was already splitting the passed values on
    spaces, and then remapping on the entire flag value.
    
    Improve strip unit tests to cover all these cases.
    
    Closes: #1028044

 scripts/Dpkg/BuildFlags.pm  | 12 ++++++------
 scripts/t/Dpkg_BuildFlags.t | 37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 42 insertions(+), 7 deletions(-)

commit 5ecd8ed2f70d3f28c3990dbb725cff691e6c1f7d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 21:32:12 2023 +0100

    build: Update .mailmap mappings
    
    Signed-off-by: Johannes Schauer Marin Rodrigues <josch@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

commit 8c360a542d6e4d2c4027965fc058978b71f78974
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 12:43:29 2023 +0100

    Bump version to 1.21.18

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit e91be752ecfc3d4f5514835c79609804940d4b97
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 12:34:28 2023 +0100

    Release 1.21.17

 debian/changelog | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit d3e67df0be99a02fe9233667481b952fa6935d48
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 12:34:04 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 83 files changed, 87 insertions(+), 87 deletions(-)

commit b21501ddcd93b94583bd9553b087b62420b508c8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 12:16:56 2023 +0100

    debian: Stop shipping the «git log» changelog in exchange for no trimming
    
    It does not make much sense to ship the upstream «git log» changelog
    which contains lots of fluff and metadata. At the same time the recent
    debhelper trimming is not ideal as there's no easy way to fetch old
    entries anymore. So stop shipping the upstream changelog in favor of
    not trimming the debian/changelog one, which acts as a proper user
    readable changelog.
    
    Closes: #1027716

 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 4c03965ef66810f1ffe3197062cff862c2607856
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 12:08:56 2023 +0100

    dpkg-genbuildinfo: Do not fail if the cross-compiler cannot compile
    
    When bootstrapping a cross-compiler, it might not have some of the
    required parts available, such as a libc. Catch the error, emit it as a
    warning and return undef, like with the other conditions where we skip
    the test. Because in the end this is just a tainting flag, and it is not
    worth it failing the entire build due to that.
    
    Closes: #1027966

 scripts/dpkg-genbuildinfo.pl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 4ffe050b474f07d552f5fbe2b6d313875ca50e4e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 12:08:36 2023 +0100

    dpkg-buildinfo: Fix indentation
    
    Changelog: internal

 scripts/dpkg-genbuildinfo.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8ed3e6c410a7d5d431e4eb2b37fb359d5d28d898
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 5 00:08:23 2023 +0100

    Bump version to 1.21.17

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d268488b28cd386a404065141c0c0f3f4112b31b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 4 23:58:12 2023 +0100

    Release 1.21.16

 debian/changelog | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

commit a7988b79fa8948b6c5c4c700de815defd458f293
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 4 23:57:40 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 83 files changed, 87 insertions(+), 87 deletions(-)

commit 3652049734f88e3e5a2e9ef840efc3f6972b3386
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 21 23:53:48 2022 +0100

    Dpkg::Source::Package::V3::Git: Move error() argument out of g_() call
    
    The $file argument should be part of the error() arguments not the g_()
    arguments.

 scripts/Dpkg/Source/Package/V3/Git.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b9d03178cda9ab981078b7a30a138e692f48f759
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 3 23:34:23 2023 +0100

    Dpkg::OpenPGP::Backend::SOP: Add sqop as an alternative SOP implementation
    
    The new version fixes the remaining issue that allows the code to use it
    as a backend. Add it as a preferred implementation if available.

 README                              |  2 +-
 debian/control                      | 12 ++++++++----
 scripts/Dpkg/OpenPGP/Backend/SOP.pm |  4 +---
 scripts/Test/Dpkg.pm                |  1 +
 scripts/t/Dpkg_OpenPGP.t            |  1 +
 5 files changed, 12 insertions(+), 8 deletions(-)

commit 5356621172d669d8f62e7e746a6c7a11345aec4e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 3 23:29:05 2023 +0100

    dpkg-deb: Fix buffer overflow on long directory names with old deb formats
    
    The handling for deb 0.x formats that relocates files around once
    extracted was using a buffer with a hardcoded size, not taking into
    account the length of the directory which would overflow it.
    
    Switch to use a dynamically allocated buffer to handle any destination
    directory length.
    
    Reported-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 src/deb/extract.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 012e394e0212f6996fdefa00df47d972ad25d2d2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jan 3 12:40:47 2023 +0100

    po: Update German man pages translation

 man/po/de.add |   2 +-
 man/po/de.po  | 212 +++++++++++-----------------------------------------------
 2 files changed, 40 insertions(+), 174 deletions(-)

commit cc5ecc7f713c2c0cb799a140d99139816bad1791
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 23:33:19 2023 +0100

    Dpkg::Compression: Make xz not emit warnings nor exit non-zero on warnings
    
    When xz does not have enough memory given the requested threads, it
    might end up adjusting the memory usage and number of threads, while
    emitting a warning, and then exiting with non-zero. Both of which we
    do not want from the library.

 scripts/Dpkg/Compression.pm | 4 ++++
 1 file changed, 4 insertions(+)

commit beb1cdbdf2f5333a85c86e120bb2abc145d07b21
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 23:31:09 2023 +0100

    Dpkg::Compression: Pass --no-adjust to xz to force compression threaded mode
    
    If xz cannot meet the memory usage limit on multi-threaded mode, then
    it can end up falling back to single-threaded mode, which would then
    generate different output, making it non-reproducible. This has the
    drawback that it can then error out.

 scripts/Dpkg/Compression.pm | 4 ++++
 1 file changed, 4 insertions(+)

commit 3ea0300cc1949cb8a32d9a364198cd66f8e5dbfc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 23:23:11 2023 +0100

    libdpkg: Make xz not emit warnings nor exit non-zero on warnings
    
    When xz does not have enough memory given the requested threads, it
    might end up adjusting the memory usage and number of threads, while
    emitting a warning, and then exiting with non-zero. Both of which we
    do not want from the library.

 lib/dpkg/compress.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 71a5c5d1de13c45f1031f1d6f3524cd740c8c0d7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 2 21:30:55 2023 +0100

    po: Update German scripts translation

 scripts/po/de.po | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

commit a67172beb9d7bda71b186cbbcdb8576acaee3b4d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 12:54:25 2023 +0100

    Bump version to 1.21.16

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 45f5c05368c50cbd509a95d405e70040c033a76e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 12:45:45 2023 +0100

    Release 1.21.15

 debian/changelog | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 5e536efa53547bda0f0968ce4a48498b04f131e1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 12:44:53 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 83 files changed, 87 insertions(+), 87 deletions(-)

commit 3ed9fc40eda34d77ef73e1d0dbb0b47b3c4462b0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 12:34:39 2023 +0100

    Dpkg: Temporarily silence deprecation warnings
    
    These are causing test suite breakage on other projects, which will
    block migration for dpkg. Silence them for now.

 scripts/Dpkg/Build/Info.pm  | 6 +++---
 scripts/Dpkg/Compression.pm | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit a54ef649da084562600b8fe32fd726bb1523a862
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 12:30:50 2023 +0100

    Dpkg::Vendor::Debian: Use get_feature() instead of use_feature() for PIE
    
    We are distinguishing the feature being undef to cover the builtin case,
    and use_feature() coerces it to a bool values which makes it lose the
    undef and causes the flags to include PIE flags.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>

 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 32e9c5a319b8abe17f9806fc6737a58237a2aa24
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 12:29:30 2023 +0100

    Dpkg::BuildFlags: Add new get_feature() method
    
    This is relevant with builtin features where use_feature() will coerce
    the returned value into true or false, and where undef is a valid ternary
    state we use to track the default the compiler might have.

 scripts/Dpkg/BuildFlags.pm | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit fdcec9afe947e22182b15daaafe286ccd1006eed
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jan 2 09:43:33 2023 +0100

    po: Update German programs translation
    
    Update to 1178t.

 po/de.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 74aa880ad45ec032ec4501f107c2c6e53789f3b2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 00:10:36 2023 +0100

    test: Improve TAP descriptions to clarify we are testing patch(1)
    
    The unit tests did not make it clear that we are testing how the system
    patch(1) works, and not local code. This has caused bugs reported in the
    past on systems with unsafe patch(1) implementations.

 scripts/t/Dpkg_Source_Patch.t | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit ac3c72e4a3c2de5a2cdf91a2f4e02b616c37dcb4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 1 23:57:30 2023 +0100

    Bump version to 1.21.15

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c89c5a80eb1ff3835d72dcbca774cb0f44c66571
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 1 23:48:36 2023 +0100

    Release 1.21.14

 debian/changelog | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 74 insertions(+), 3 deletions(-)

commit 0fdd7d7819854ccb7f0b95316b7a2e076f39d80f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 1 23:48:16 2023 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 320 ++++++++++++++++++++++++++++++++++----------
 man/po/dpkg-man.pot     | 170 ++++++++++++++---------
 man/po/es.po            | 189 +++++++++++++++++---------
 man/po/fr.po            | 278 +++++++++++++++++++++++++++++---------
 man/po/hu.po            | 168 ++++++++++++++---------
 man/po/it.po            | 189 +++++++++++++++++---------
 man/po/ja.po            | 189 +++++++++++++++++---------
 man/po/nl.po            |  81 +++++++++--
 man/po/pl.po            | 189 +++++++++++++++++---------
 man/po/pt.po            | 348 ++++++++++++++++++++++++++++++++++++++----------
 man/po/pt_BR.po         | 168 ++++++++++++++---------
 man/po/ru.po            | 168 ++++++++++++++---------
 man/po/sv.po            | 348 ++++++++++++++++++++++++++++++++++++++----------
 man/po/zh_CN.po         | 167 ++++++++++++++---------
 po/ast.po               |   4 +-
 po/bs.po                |   4 +-
 po/ca.po                |   7 +-
 po/cs.po                |   7 +-
 po/da.po                |   7 +-
 po/de.po                |   7 +-
 po/dpkg.pot             |   6 +-
 po/dz.po                |   4 +-
 po/el.po                |   4 +-
 po/eo.po                |   7 +-
 po/es.po                |   7 +-
 po/et.po                |   4 +-
 po/eu.po                |   7 +-
 po/fr.po                |   7 +-
 po/gl.po                |   4 +-
 po/hu.po                |   4 +-
 po/id.po                |   7 +-
 po/it.po                |   7 +-
 po/ja.po                |   7 +-
 po/km.po                |   4 +-
 po/ko.po                |   7 +-
 po/ku.po                |   4 +-
 po/lt.po                |   4 +-
 po/mr.po                |   4 +-
 po/nb.po                |   7 +-
 po/ne.po                |   4 +-
 po/nl.po                |   2 +-
 po/nn.po                |   4 +-
 po/oc.po                |   7 +-
 po/pa.po                |   4 +-
 po/pl.po                |   7 +-
 po/pt.po                |   7 +-
 po/pt_BR.po             |   4 +-
 po/ro.po                |   7 +-
 po/ru.po                |   7 +-
 po/sk.po                |   7 +-
 po/sv.po                |   7 +-
 po/th.po                |   7 +-
 po/tl.po                |   4 +-
 po/tr.po                |   7 +-
 po/vi.po                |   7 +-
 po/zh_CN.po             |   7 +-
 po/zh_TW.po             |   7 +-
 scripts/po/ca.po        |  43 ++++--
 scripts/po/de.po        |  29 ++--
 scripts/po/dpkg-dev.pot |  27 ++--
 scripts/po/es.po        |  34 +++--
 scripts/po/fr.po        |  34 +++--
 scripts/po/pl.po        |  34 +++--
 scripts/po/ru.po        |  34 +++--
 scripts/po/sv.po        |  43 ++++--
 96 files changed, 2500 insertions(+), 1061 deletions(-)

commit ef00a2b8eda6343222acd150f907209450f245b4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 26 22:08:09 2022 +0100

    Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module
    
    The new module gets rid of the deprecated functions and follows the same
    naming convention as used by the other Dpkg::BuildSomething modules.
    
    Keep the old module for backwards compatibility until users have
    switched over.

 debian/control                                    |   2 +-
 scripts/Dpkg.pm                                   |   8 +-
 scripts/Dpkg/Build/Info.pm                        | 115 ++++------------------
 scripts/Dpkg/{Build/Info.pm => BuildInfo.pm}      |  32 ++----
 scripts/Makefile.am                               |   3 +-
 scripts/dpkg-genbuildinfo.pl                      |   2 +-
 scripts/po/POTFILES.in                            |   1 +
 scripts/t/{Dpkg_Build_Info.t => Dpkg_BuildInfo.t} |   4 +-
 8 files changed, 36 insertions(+), 131 deletions(-)

commit 9386095f52e296dff49f662355508485b841e961
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 26 21:57:30 2022 +0100

    Dpkg::BuildTypes: Rename from Dpkg::Build::Types
    
    This makes this module use the current prevalent convention for the
    other Dpkg::BuildSomething modules.

 scripts/Dpkg/{Build/Types.pm => BuildTypes.pm}      | 6 +++---
 scripts/Makefile.am                                 | 4 ++--
 scripts/dpkg-buildpackage.pl                        | 2 +-
 scripts/dpkg-genbuildinfo.pl                        | 2 +-
 scripts/dpkg-genchanges.pl                          | 2 +-
 scripts/po/POTFILES.in                              | 2 +-
 scripts/t/{Dpkg_Build_Types.t => Dpkg_BuildTypes.t} | 2 +-
 scripts/t/dpkg_buildpackage.t                       | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

commit 96bd0097f60ec30ceaa3871e6f0f574af94f1dc1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 26 21:52:26 2022 +0100

    Dpkg::BuildEnv: Rename from Dpkg::Build::Env
    
    This makes this module use the current prevalent convention for the
    other Dpkg::BuildSomething modules.

 scripts/Dpkg/Arch.pm                       |  6 ++--
 scripts/Dpkg/{Build/Env.pm => BuildEnv.pm} |  6 ++--
 scripts/Dpkg/BuildFlags.pm                 | 34 ++++++++++----------
 scripts/Dpkg/BuildOptions.pm               |  6 ++--
 scripts/Dpkg/BuildProfiles.pm              |  8 ++---
 scripts/Dpkg/Vendor.pm                     |  6 ++--
 scripts/Makefile.am                        |  4 +--
 scripts/dpkg-buildflags.pl                 |  6 ++--
 scripts/po/POTFILES.in                     |  2 +-
 scripts/t/Dpkg_BuildEnv.t                  | 50 ++++++++++++++++++++++++++++++
 scripts/t/Dpkg_Build_Env.t                 | 50 ------------------------------
 11 files changed, 89 insertions(+), 89 deletions(-)

commit df7627acfadca528e52147cc777fa01b2ed802b4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 19:44:20 2022 +0100

    Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides

 scripts/Dpkg/Vendor/Ubuntu.pm      |  6 ++++++
 scripts/t/Dpkg_BuildFlags_Ubuntu.t | 13 ++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

commit 372d2a73c0524c41d38e4ed5130a111b1617f2a0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 26 00:43:55 2022 +0100

    Dpkg::Vendor::Ubuntu: Use new build flag option override support to set -O3

 scripts/Dpkg/Vendor/Ubuntu.pm | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

commit 1e0f6d9c8db189ea704fee24aa04245acc5d3151
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 19:44:08 2022 +0100

    Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq()
    
    We have already normalize the arch name, so we can compare against the
    well known constant string we want, and there is no need to use the
    comparison function which is intended to compare arch names with
    different tuple formats.

 scripts/Dpkg/Vendor/Ubuntu.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cbdd27b11384a397e60426fce1eb41947dc0b248
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 24 04:12:11 2020 +0200

    Dpkg::Vendor::Debian: Generalize feature areas defaults
    
    Split setting the build features to use, from acting on them to set the
    build flags based on these.
    
    This makes it possible to override these feature defaults by vendors
    inheriting from a parent, so that they do not have to mangle the
    generated build flags, or need to modify the parent vendor module to be
    able to change those defaults.

 scripts/Dpkg/Vendor/Debian.pm  | 313 ++++++++++++++++++++++-------------------
 scripts/Dpkg/Vendor/Default.pm |  13 ++
 2 files changed, 179 insertions(+), 147 deletions(-)

commit f77af7da9adba63c8ba57d090562eca597792445
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 20:20:15 2022 +0100

    Dpkg::Vendor::Debian: Track option values state as a build flag options
    
    This will make it possible track the state of these option values
    across initialization and usage, and to preset for example the
    optimization level to specific values, and be overridden by other
    vendors.

 scripts/Dpkg/Vendor/Debian.pm | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit 02e9c01cd797d20a02b696197fe5849b418f617f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 13:55:26 2022 +0100

    dpkg-buildflags: Add support for features handled as builtin defaults

 man/dpkg-buildflags.pod       | 17 +++++++++++++++--
 scripts/Dpkg/Vendor/Debian.pm |  4 ++--
 scripts/dpkg-buildflags.pl    | 20 +++++++++++++++++---
 3 files changed, 34 insertions(+), 7 deletions(-)

commit 36038b2af4e361c712cdbb78d9f7f26d053a0be0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 13:55:26 2022 +0100

    Dpkg::BuildFlags: Add support for builtin build flags
    
    These denote build flags that might be handled as builtin defaults by
    the compiler (even if only on a subset of architectures). The current
    example of such case would be PIE on gcc in Debian.

 scripts/Dpkg/BuildFlags.pm | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

commit 36bb56ccd329a9832136b8404afd96715792f8ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 09:21:57 2022 +0100

    Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified() POD

 scripts/Dpkg/BuildFlags.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b5c80eeaf5d17825b9294f8212bfa3e65c779706
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 26 00:38:53 2022 +0100

    Dpkg::BuildFlags: Add a new set/get_option_value() private methods
    
    This will be used to track the values for some options, so that they can
    be overridden (such as the optimization level). They are private for now
    as it's not clear whether this interface is general enough for other
    uses.

 scripts/Dpkg/BuildFlags.pm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit a7483666a0864fe0cfd0231432951e6084c7d24b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 30 06:36:45 2022 +0200

    Dpkg::BuildFlags: Add a new use_feature() method
    
    This abstracts the feature state with this getter so that we can query
    it from code that needs to act on the features to set actual build
    flags.

 scripts/Dpkg/BuildFlags.pm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit 51c78f92c97b83b03f641a462880a533f413e333
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 30 06:19:27 2022 +0200

    Dpkg::BuildFlags: Make it possible to not load the vendor defaults on new()
    
    In some cases we might want to set features, then apply the vendor
    defaults.

 scripts/Dpkg/BuildFlags.pm | 42 +++++++++++++++++++++++++++++++++---------
 1 file changed, 33 insertions(+), 9 deletions(-)

commit adc0d04c9e91fbcaabae718bfa3fb1d88af02018
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sun Jan 1 05:04:14 2023 +0100

    po: Update Dutch translations
    
    Closes: #1027312, #1027313
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 890 +++++++++++++++++++++++++++--------------------------------
 po/nl.po     |  83 +-----
 2 files changed, 427 insertions(+), 546 deletions(-)

commit 3e2921dfe31cd27ca177260bfd5f6fab065564ca
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 30 04:22:57 2022 +0100

    Dpkg::Vendor::Devuan: Add new vendor module
    
    Add the requested module for this Debian derivative. While ideally this
    would all be parametrized in fields on the origin files, this is
    currently not specified, so until that happens, it's convenient to ship
    this in here.
    
    Requested-by: Ivan J. <parazyd@dyne.org>

 scripts/Dpkg/Vendor/Devuan.pm | 68 +++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am           |  2 ++
 scripts/t/Dpkg_Vendor.t       |  4 ++-
 scripts/t/origins/devuan      |  4 +++
 t/pod-spell.t                 |  1 +
 5 files changed, 78 insertions(+), 1 deletion(-)

commit 854798d4f710d593665221cecd9400c8a353d6f7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:03:44 2022 +0100

    dpkg-scansources: Turn spaces followed by tabs into spaces
    
    Changelog: internal

 scripts/dpkg-scansources.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4d622412c578dad8432cd30f281796839457d15c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 31 18:33:00 2022 +0100

    dselect, src, utils: Remove excess blank lines
    
    Changelog: internal

 dselect/pkgdepcon.cc      | 1 -
 src/main/remove.c         | 2 --
 src/main/script.c         | 1 -
 src/split/queue.c         | 2 --
 utils/start-stop-daemon.c | 1 -
 5 files changed, 7 deletions(-)

commit d7a1dfdfc24d19e7ed6444490fe146f06f928042
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 00:57:07 2022 +0100

    perl: Remove excess blank lines
    
    Changelog: internal

 dselect/methods/Dselect/Ftp.pm | 2 --
 dselect/methods/ftp/install.pl | 2 --
 dselect/methods/ftp/setup.pl   | 1 -
 dselect/methods/ftp/update.pl  | 1 -
 scripts/Dpkg/Control/Info.pm   | 1 -
 scripts/Dpkg/Shlibs/Objdump.pm | 1 -
 scripts/Dpkg/Vendor/Ubuntu.pm  | 3 ---
 scripts/dpkg-source.pl         | 4 ----
 scripts/dpkg-vendor.pl         | 6 ------
 9 files changed, 21 deletions(-)

commit 3cb1667e634a1177125603ef9e481d60114b2c7e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:03:44 2022 +0100

    scripts: Cuddle else and elsif
    
    Changelog: internal

 scripts/Dpkg/Deps/Simple.pm | 44 +++++++++++++++++++++-----------------------
 scripts/dpkg-scansources.pl | 12 ++++--------
 2 files changed, 25 insertions(+), 31 deletions(-)

commit ccf620a0d5e7b01cacb42da3d666dc185a84ebcb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:25:37 2022 +0100

    perl: Fix list and hash literals indentation
    
    Changelog: internal

 dselect/methods/Dselect/Ftp.pm | 26 ++++++++++++++------------
 scripts/Dpkg/Shlibs/Cppfilt.pm |  8 ++++++--
 scripts/Dpkg/Source/Archive.pm | 16 ++++++++++------
 scripts/Dpkg/Source/Patch.pm   | 26 ++++++++++++++++++++++----
 scripts/Dpkg/Vendor/Ubuntu.pm  | 13 ++++++++-----
 scripts/dpkg-scanpackages.pl   | 19 ++++++++++---------
 scripts/t/Dpkg_Version.t       | 12 +++++++-----
 7 files changed, 77 insertions(+), 43 deletions(-)

commit 600a31364d4b931eac18fa0fd0be45fb27e10b26
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 27 23:57:51 2022 +0100

    scripts: Fix indentation
    
    Changelog: internal

 scripts/Dpkg/Compression.pm            |  2 +-
 scripts/Dpkg/Compression/FileHandle.pm |  4 ++--
 scripts/Dpkg/Compression/Process.pm    |  6 +++---
 scripts/Dpkg/Shlibs/Objdump.pm         | 10 ++++++----
 scripts/dpkg-architecture.pl           |  4 ++--
 scripts/dpkg-scansources.pl            |  8 ++++----
 scripts/dpkg-source.pl                 |  2 +-
 7 files changed, 19 insertions(+), 17 deletions(-)

commit 16f3f21bd28eaaf9d5603ada605c2577c5a5068e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 01:28:17 2022 +0100

    perl: Add missing space around equal-based operators
    
    Changelog: internal

 dselect/methods/Dselect/Ftp.pm        |  6 +++---
 dselect/methods/file/install.sh       | 30 +++++++++++++++---------------
 dselect/methods/ftp/setup.pl          |  6 +++---
 dselect/methods/ftp/update.pl         |  2 +-
 dselect/methods/media/install.sh      | 30 +++++++++++++++---------------
 dselect/mkcurkeys.pl                  | 16 ++++++++--------
 scripts/Dpkg/Changelog/Debian.pm      |  2 +-
 scripts/Dpkg/Source/Package/V3/Git.pm |  2 +-
 scripts/dpkg-architecture.pl          |  2 +-
 scripts/dpkg-distaddfile.pl           |  2 +-
 scripts/dpkg-genchanges.pl            |  6 +++---
 scripts/dpkg-gencontrol.pl            | 10 +++++-----
 scripts/dpkg-gensymbols.pl            |  4 ++--
 scripts/dpkg-scanpackages.pl          |  2 +-
 scripts/t/Dpkg_Source_Format.t        |  2 +-
 15 files changed, 61 insertions(+), 61 deletions(-)

commit abf7ed906f2031ef92a9c7b9cb4c98800f5189f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 25 23:23:20 2022 +0100

    debian: Bump Standards-Version to 4.6.2
    
    Switch to use the «stanza» term (even though not normative) so that both
    dpkg and Debian policy match on terminology.

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7ca052dc464073153e54e213a4b9b10cb30bc681
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 06:04:33 2022 +0100

    dselect: Rename functions with names containing block to stanza
    
    Apply the same «stanza» term usage unification matching the documentation
    fixes, to function names.

Notes:
    Changelog: internal

 dselect/methods/ftp/install.pl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 36ca123e50f45056f2638930de88612cf93d8497
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 06:02:01 2022 +0100

    libdpkg: Rename functions with names containing record to stanza
    
    Apply the same «stanza» term usage unification matching the documentation
    fixes, to function names.

 dselect/pkginfo.cc   |  6 ++++--
 lib/dpkg/dbmodify.c  |  2 +-
 lib/dpkg/dpkg-db.h   | 13 ++++++++-----
 lib/dpkg/dump.c      | 20 ++++++++++----------
 lib/dpkg/libdpkg.map |  6 +++---
 src/main/enquiry.c   |  2 +-
 src/query/main.c     |  8 ++++----
 7 files changed, 31 insertions(+), 26 deletions(-)

commit c50a5e75d936c889e5952f30771fa8e372ddcd1f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 05:55:15 2022 +0100

    scripts: Use stanza instead of entry or block
    
    Apply the same «stanza» term usage unification matching the documentation
    fixes, to the perl POD, code comments and error strings.

 scripts/Dpkg.pm                     |  2 +-
 scripts/Dpkg/Control.pm             | 22 +++++++++++-----------
 scripts/Dpkg/Control/Hash.pm        |  2 +-
 scripts/Dpkg/Control/HashCore.pm    |  5 +++--
 scripts/Dpkg/Control/Info.pm        |  7 ++++---
 scripts/Dpkg/Control/Tests/Entry.pm |  2 +-
 scripts/Dpkg/Control/Types.pm       | 10 +++++-----
 7 files changed, 26 insertions(+), 24 deletions(-)

commit 273368f2ddb6d847877b833305075fcfb81482ff
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 18 20:36:12 2022 +0200

    man: Use stanza instead of paragraph, block or record for deb822 parts
    
    The «stanza» name is a commonly used and understood term when referring
    to deb822 parts. Although «paragraph» is commonly used it has the
    problem of being confusing as it then makes it hard to distinguish
    actual text paragraphs in prose, while «stanza» is a very specific
    term that is not applied anywhere else in the deb822 context, so
    it's always more clear and specific, than also block or record.
    
    In addition «stanza» is shorter, which is always a nice attribute
    on code for example.
    
    This unifies the terminology used with recent changes in the Debian
    policy manual, to try to make these concepts more clear in general.

 man/deb-src-control.pod     | 19 ++++++++-----------
 man/deb822.pod              | 26 +++++++++++++-------------
 man/dpkg-parsechangelog.pod |  4 ++--
 man/dpkg-scansources.pod    |  6 +++---
 man/update-alternatives.pod |  9 +++++----
 5 files changed, 31 insertions(+), 33 deletions(-)

commit d10189de919e2183f99a3e81999833903f570535
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 29 23:47:07 2022 +0100

    man: Turn spaces followed by tabs into spaces in s-s-d(8)

 man/start-stop-daemon.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit e41769dac031cf13f66a1b8cc9d0162ef480d6f8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 29 23:35:10 2022 +0100

    man: Document s-s-d options that might be no-ops on some systems
    
    The user needs to be aware that these options might not do anything
    depending on the system.

 man/start-stop-daemon.pod | 6 ++++++
 1 file changed, 6 insertions(+)

commit deee34d832343a8bfb17dc1d886fd1c4c67480b1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 27 23:33:04 2022 +0100

    doc: Update TODO
    
    Reorganize and remove done or no longer relevant items.

 TODO | 171 ++++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 87 insertions(+), 84 deletions(-)

commit d972decc4ccf9d6b2d68a71ee2869ea4c444349d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Dec 25 05:56:00 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)

commit 94b48844a7dd20e059926792ed2821a9bdac7b56
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Dec 25 05:54:44 2022 +0100

    po: Update German scripts translation

 scripts/po/de.po | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 6c26447caa08c0b8400a47000cd49270b156ab23
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 04:17:18 2022 +0100

    libdpkg: Mark tar on-disk members with attribute nonstring
    
    These tar fields are not necessarily NUL-terminated, and marking them
    as such helps the compiler analyze what's going on with such the memory
    management.

 lib/dpkg/macros.h |  6 ++++++
 lib/dpkg/tarfn.c  | 28 ++++++++++++++--------------
 2 files changed, 20 insertions(+), 14 deletions(-)

commit 0989e39aba56f4c2745324bdedf4a9d794591d3b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 22:49:58 2022 +0100

    lib: Use __has_attribute() to check for attribute availability
    
    While most compilers currently define gcc macro versions, so that these
    kind of checks work. It's just more correct to perform a feature check,
    to test for the actual attribute being supported, in case the compiler
    has support for __has_attribute().

 lib/compat/compat.h | 12 +++++++++---
 lib/dpkg/macros.h   | 24 +++++++++++++++---------
 2 files changed, 24 insertions(+), 12 deletions(-)

commit fc44e9edd298fc9fb637ed937c92f81f4fcc0084
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 22:45:53 2022 +0100

    lib: Use __name__ format for attributes
    
    This should reduce the chance of misbehavior due to symbol collision
    from unexpected macro definitions on users including these headers.

 lib/compat/compat.h | 10 +++++-----
 lib/dpkg/macros.h   | 22 +++++++++++-----------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit 44db684c1621f8728f97ffbaadb236b2c9a83944
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 22:56:51 2022 +0100

    lib: Refactor format attributes into a common *_ATTR_FMT
    
    This should reduce the duplication and horizontal space usage somewhat.

 lib/compat/compat.h | 6 ++++--
 lib/dpkg/macros.h   | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 89af164cc0cc11ba42ad184263fae1ab98524922
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 24 03:21:38 2022 +0100

    libdpkg: Split DPKG_ATTR_ declarations
    
    We might want to make these conditional on other criteria, so defining
    them all based on the same version is too restrictive.

 lib/dpkg/macros.h | 36 ++++++++++++++++++++++++++++++------
 1 file changed, 30 insertions(+), 6 deletions(-)

commit c01058887174361fc29e7bd6ac9c52c51827df8f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 18 23:57:57 2022 +0100

    dpkg-source: Add new --threads-max option to control threaded compressors

 man/dpkg-source.pod    | 5 +++++
 scripts/dpkg-source.pl | 6 ++++++
 2 files changed, 11 insertions(+)

commit 002ca4806a3e60e7d7d2f916882e8437f47f06f7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 04:05:40 2022 +0100

    Dpkg::Compression: Add multi-threaded xz support
    
    Add new functions to set and get the threads to use, and hook this into
    the function constructing the command-line to use to execute the
    compression methods.

 debian/control              |  9 ++++++---
 scripts/Dpkg/Compression.pm | 48 +++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 52 insertions(+), 5 deletions(-)

commit 80814ea23c6bba4998b8fa0fd296f0877268552d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 23:37:43 2022 +0100

    Dpkg::Compression: Deprecate compression_get_property()
    
    This function does not have a very nice interface. With the newly added
    direct getters/setters, this function can be replaced and deprecated.
    
    It will be removed in the future with the module bump to 3.00.

 scripts/Dpkg/Compression.pm | 9 +++++++++
 1 file changed, 9 insertions(+)

commit b700288ba1133b5c322b616960be81e2e44ac409
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 04:01:26 2022 +0100

    Dpkg::Compression: Add new compression_get/set_cmdline_de/compress()
    
    These functions handle the compression and decompression command-line,
    which centralizes command-specific option setting, such as compression
    level, or things like multi-threading. This also removes the last item
    necessary from compression_get_property, which can be deprecated now.

 scripts/Dpkg/Compression.pm         | 53 ++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Compression/Process.pm | 12 ++-------
 2 files changed, 54 insertions(+), 11 deletions(-)

commit d3c314634429c7566c7b6670bb6ac464ebcbb37b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 03:17:35 2022 +0100

    Dpkg::Compression: Add new compression_get/set_level() and switch to it
    
    These functions handle compression specific levels, instead of just
    modifying the global default.

 scripts/Dpkg/Compression.pm         | 44 ++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Compression/Process.pm |  7 +++---
 scripts/Dpkg/Source/Package.pm      |  3 +--
 scripts/Dpkg/Source/Package/V1.pm   |  2 +-
 scripts/t/Dpkg_Compression.t        | 11 +++++++++-
 5 files changed, 58 insertions(+), 9 deletions(-)

commit 226a9bef590ff748cf3ed7d95f0720a0cd8bd984
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 03:20:08 2022 +0100

    Dpkg::Compression: Use %COMP directly in functions when it is safe
    
    Calling compression_get_property() from these function is wasteful, as we
    are already guaranteed the compressor is valid, and we are requesting a
    known property.
    
    In addition we are going to be deprecating the function, so better get
    rid of unnecessary usage early on.

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

commit 2b8000184edafd0baa74c709d581a0ec7763f7bb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 03:18:46 2022 +0100

    Dpkg::Compression: Clarify the compression_get/set_default_level() are global
    
    These functions handle the global default level, not just a specific
    compression level.

 scripts/Dpkg/Compression.pm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 8c086e076358b699616ea0b08e38bc24362e4135
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 02:21:40 2022 +0100

    Dpkg::Compression: Move the POD for each function immediately before it
    
    This makes the documentation more clear, as it's close to the actual
    function it is documenting.

 scripts/Dpkg/Compression.pm | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit b20e6c7503a05e02e2763dcb846345eb7654489d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 02:18:25 2022 +0100

    Dpkg::Compression: Add new compression_get_file_extension() and switch to it
    
    We were using the properties fetching API, which is not very good. Use
    instead a dedicated function to fetch the actual file extension.

 scripts/Dpkg/Compression.pm            | 24 ++++++++++++++++++++++--
 scripts/Dpkg/Compression/FileHandle.pm |  2 +-
 scripts/Dpkg/Source/Package.pm         |  3 +--
 scripts/Dpkg/Source/Package/V1.pm      |  2 +-
 scripts/Dpkg/Source/Package/V2.pm      |  2 +-
 scripts/dpkg-scansources.pl            |  2 +-
 scripts/t/Dpkg_Compression.t           |  7 ++++++-
 7 files changed, 33 insertions(+), 9 deletions(-)

commit a8cc2c8b59a596eec6c4ba29a98cbb1540ed3277
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 02:04:39 2022 +0100

    Dpkg::Compression: Change $COMP hashref into a %COMP hash
    
    There's no point in using this variable as a hashref.

 scripts/Dpkg/Compression.pm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 746c73d49d30bb0cd748befb547b2bf3df282eb5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 04:05:40 2022 +0100

    Dpkg::Compression::Process: Unify and simplify cmdline handling
    
    Make the two functions handle the program name fetching in the same way,
    and simplify the compression level option generation.

 scripts/Dpkg/Compression/Process.pm | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

commit 88fd5de693da4ead4167d9cc2b469551ddd924f1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 02:41:00 2022 +0100

    test: Add unit tests for most of Dpkg::Compression

 scripts/t/Dpkg_Compression.t | 49 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 48 insertions(+), 1 deletion(-)

commit 264d54935e1c6dddaad75128036e480f58de51e6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 04:35:38 2022 +0100

    man: Document dpkg-source -q option
    
    This option was missing from the man page.

 man/dpkg-source.pod | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 9eba8623b3b22ad9db3f737d81ce5ff2fa0b7245
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 19:00:34 2022 +0100

    libdpkg: Use correct return type in meminfo functions definitions
    
    Warned-by: gcc-13 -Wenum-int-mismatch

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

commit e497c77f960e6068458eb6a1c315eedee08afc45
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 03:39:29 2022 +0100

    debian: Clarify new xz multi-threded support is for decompression

Notes:
    Changelog: s/multi-threded/multi-threaded/

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

commit 1c6922a32d913aadcae0a263c69f4009a37d7102
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 02:22:20 2022 +0100

    Bump version to 1.21.14

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ff61d6d650e0455d4c070306a482cf757285d58b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 02:11:00 2022 +0100

    Release 1.21.13

 debian/changelog | 48 +++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 45 insertions(+), 3 deletions(-)

commit e28d9b0774d66b2e2e30320d57fdec5eb597aa77
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 02:07:45 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 39 +++++++++++++++++++--------------------
 man/po/dpkg-man.pot     | 20 ++++++++++----------
 man/po/es.po            | 18 +++++++++---------
 man/po/fr.po            | 18 +++++++++---------
 man/po/hu.po            | 18 +++++++++---------
 man/po/it.po            | 18 +++++++++---------
 man/po/ja.po            | 18 +++++++++---------
 man/po/nl.po            | 18 +++++++++---------
 man/po/pl.po            | 18 +++++++++---------
 man/po/pt.po            | 18 +++++++++---------
 man/po/pt_BR.po         | 18 +++++++++---------
 man/po/ru.po            | 18 +++++++++---------
 man/po/sv.po            | 18 +++++++++---------
 man/po/zh_CN.po         | 18 +++++++++---------
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 96 files changed, 222 insertions(+), 223 deletions(-)

commit b01ec44bf0b44a64c6baaf7c124a1a2bb22d021e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 02:00:20 2022 +0100

    Use hyphenated multi-threaded in text
    
    Changelog: internal

 debian/changelog | 2 +-
 m4/dpkg-libs.m4  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 36951c03384431a14aacf5620c39e37878ab54b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 05:26:45 2022 +0100

    debian: Fix typo in changelog
    
    Changelog: silent

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f7e903cb286893cea06d45303f241ef2bf26d153
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 16 23:12:56 2022 +0100

    debian: Add pkgconf as main Build-Depends alternative to pkg-config
    
    Even though pkgconf provides pkg-config, the latter project is pretty
    dormant upstream, and has been completely replaced by the former on
    several distributions, including Debian.

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cf36e5ce66f5784513dca5c922df9ec11a2b4461
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 01:55:37 2022 +0100

    debian: Clarify versioned dependency rationale comments
    
    Mention the version is needed, not just the dependency. This makes it
    clear the comment in case we want to remove the versioned restriction.

 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 14103a89cd3e1892f016157a74c5936c1f75b43f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 18 23:57:57 2022 +0100

    debian: Require liblzma >= 5.4.0 for multi-threaded compressor support
    
    Although we support conditionally enabling the support if it's
    available, this might not guarantee we get it at build time depending
    on the build system.

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

commit f9792596d17df93ce44ab71dd0abb2ba9aad8f27
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 01:49:12 2022 +0100

    libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded mode
    
    If xz cannot meet the memory usage limit on multi-threaded mode, then
    it can end up falling back to single-threaded mode, which would then
    generate different output, making it non-reproducible. This has the
    drawback that it can then error out.

 lib/dpkg/compress.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 2143a237b02909d299bcd70b0f28dc0bfc49b7d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 18 04:09:54 2022 +0100

    libdpkg: Pass -T+1 instead of -T1 to xz when compressing
    
    The xz -T1 option selects a single-threaded mode which generates different
    output than in multi-threaded mode. To avoid the non-reproducible output
    we pass -T+1 (supported with xz >= 5.4.0) to request multi-threaded
    mode with a single thread.

 lib/dpkg/compress.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit b83114daa69c50d368199d00fbb67e190068b273
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 15 23:45:06 2022 +0100

    Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp
    
    GnuPG upstream has decided to get out of the standardizing process for
    OpenPGP, and instead is trying to push its own proprietary fork based on
    an old draft that did not have consensus within the IETF working group.
    
    This is going to be a source of interoperability problems, but we can
    mitigate them somewhat when creating signatures by requiring compliance
    with the OpenPGP RFC, even if it's going to be locked into an old version,
    as later ones are not planned to get implemented. More so, given that the
    latest releases of GnuPG have been switched to default to the proprietary
    draft.

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 1 +
 1 file changed, 1 insertion(+)

commit eb86aaa906c28f1c8d2139fca7200a3b9049da12
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 14 04:42:11 2022 +0100

    libdpkg: Add new multithreaded xz decompression support
    
    Starting with the xz 5.4.0 release, liblzma now supports multithreaded
    decompression. Add the code to make use of it in libdpkg, if the
    liblzma library in the system supports that, to improve the archive
    unpacking speed.
    
    Closes: #956452

 lib/dpkg/compress.c | 24 ++++++++++++++++++++++++
 m4/dpkg-libs.m4     |  4 ++++
 2 files changed, 28 insertions(+)

commit 898533f356a5a082242cbdfb1a18687c4db1fd40
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 12 23:17:15 2022 +0100

    man: Move parallel-safe note from dpkg-buildpackage -j option to --jobs-force
    
    When changing the semantics for -j, the commit added a note about the
    safety of Makefiles, but that should have gone into the --jobs-force
    option description, which is the one affected by this issue.
    
    Fixes: commit 1d0ea9b2ba3f6a2de5b1a6ff55f3df7b71f73db6

 man/dpkg-buildpackage.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c316137d14c826a2feef342eb64f4235b49f38bc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 9 23:36:19 2022 +0100

    utils: Switch to use libcompat attributes
    
    This avoids the dpkg namespaced attributes, for tools that are currently
    supposed to be generic and not tied to dpkg itself.

 utils/start-stop-daemon.c   | 18 +++++++++---------
 utils/update-alternatives.c | 32 ++++++++++++++++----------------
 2 files changed, 25 insertions(+), 25 deletions(-)

commit b1ede27290bb9c32c5f6a2f455dca42109f9406f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 9 23:35:32 2022 +0100

    libcompat: Add noreturn and sentinel C attributes
    
    This will be used by u-a and s-s-d, to avoid dpkg specific symbol usage.

 lib/compat/compat.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 6ccac302cd1867ece3bf5b0f6da522d326268c1e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 14 04:23:57 2022 +0100

    build: Include <stdio.h> for printf() usage in __progname check
    
    In the C99 standard, the implicit function declarations got removed,
    and as we use printf() we need to include the header declaring it.

 m4/dpkg-funcs.m4 | 1 +
 1 file changed, 1 insertion(+)

commit e9db995536768405bb6bf074e0364087f1526e98
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 13 03:26:13 2022 +0100

    build: Fix m4 files coding style

 m4/dpkg-funcs.m4 | 20 ++++++++++++--------
 m4/dpkg-libs.m4  | 14 +++++++-------
 2 files changed, 19 insertions(+), 15 deletions(-)

commit 035d596be6b05a3a8023bd92b8809e9c2aba45a5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 9 23:40:22 2022 +0100

    build: Consider lib and utils prefixes as internal in gen-changelog

 build-aux/gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2e933227b54b3b59377d825caa89147846d96d8d
Author: Boyuan Yang <byang@debian.org>
Date:   Fri Dec 9 01:21:01 2022 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #1025625
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/zh_CN.po | 77 ++++++++++---------------------------------------------------
 1 file changed, 12 insertions(+), 65 deletions(-)

commit 6b4fdaa805b66d897785bb2d88de32a99d990138
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 8 20:30:38 2022 +0100

    libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values
    
    The pdb_lax_stanza_parser constant was assigned the last value to avoid
    renumbering all other enum constants, but because it was placed
    unordered it was predictably not future-proof. Later on a new constant
    was assigned as the last enum constant reusing that same value, causing
    the current aliasing.
    
    This ends up currently being a non-issue, as all places where we pass
    one of the constants we also pass the other.
    
    Fixes: commit 99c9cdbf1b9650ef5025c3c06ea918ef3007888e

 lib/dpkg/dpkg-db.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 05211ed35519936565cf7e9c8df00a341fec549a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 23:45:09 2022 +0100

    build: Distribute missing test file
    
    Fixes: commit e5b74526da9fc2e4acbcaa10464e0669007d3a87
    Changelog: silent

 scripts/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit f2678508dbbaa99d0d30ea81e4868f6548117dd1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 19:27:48 2022 +0100

    test: Use perl instead of yes+dd to generate a data-file for deb-split
    
    Using yes+dd is problematic, and we already had to cope with SIGPIPE
    issues in the past. When using busybox's dd, the output is truncated
    unless we use iflag=fullblock which is a rather non-portable option.
    
    POSIX in general is rather lacking when it comes to standard commands
    to fetch a limited number of bytes. Instead of trying to do more
    portability gymnastics, simply switch to use perl, which we already
    depend on for the test suite, and is going to be more portable and
    featureful.

 src/at/deb-split.at | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 1800f1868560a5c151a009684ecad7fe0de482d1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 19:17:26 2022 +0100

    test: Use the PERL detected at configure time in autotests
    
    We should use the same perl we detected at configure time which
    fulfilled the requirements we were looking for.

 src/at/atlocal.in | 1 +
 src/at/local.at   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 894b324e119cba4642cd37db3cf3f91e2169f538
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 18:30:11 2022 +0100

    test: Skip dpkg-source tests if xz is not present

 scripts/t/dpkg_source.t | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 1ae1df77def762243315002a32ad081e5360e24e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 18:29:24 2022 +0100

    test: Skip deb-format tests if gzip is not present

 src/at/deb-format.at | 2 ++
 1 file changed, 2 insertions(+)

commit 5118565e42f5b143da51d6756c865abcba60b2c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 18:28:38 2022 +0100

    test: Switch Dpkg::Source::Package test to use test_needs_openpgp_backend()
    
    We can use any OpenPGP backend command not just gpg.

 scripts/t/Dpkg_Source_Package.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b3ccd6e7ed621aa58b3201ee3b9ea250e58c5932
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 18:26:17 2022 +0100

    Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend()
    
    We will be using this in several tests, refactor to avoid duplication.

 scripts/Test/Dpkg.pm     | 17 +++++++++++++++++
 scripts/t/Dpkg_OpenPGP.t | 11 +----------
 2 files changed, 18 insertions(+), 10 deletions(-)

commit e5b74526da9fc2e4acbcaa10464e0669007d3a87
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 17:42:38 2022 +0100

    test: Use a custom dpkg database directory for dpkg-buildpackage tests
    
    We should not expect a system dpkg being installed and functional, nor
    any contents on its database in case it is installed.
    
    Add an empty status file and point the dpkg-buildpackage invocations to
    use that, to have controlled and predictable results.

 scripts/t/dpkg_buildpackage.t             | 1 +
 scripts/t/dpkg_buildpackage/dpkgdb/status | 0
 2 files changed, 1 insertion(+)

commit 025c027726894ad5a357c4055847c6d8ee8a9bc0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 7 16:25:28 2022 +0100

    dpkg-architecture: Fix indentation
    
    Changelog: internal

 scripts/dpkg-architecture.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1fbd68e425224e1e2163a2bb52d666fceec3659e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 19:32:47 2022 +0100

    libcompat: Use an union to track chunkfun and freefun
    
    These member functions are "overloaded" and can take one or two
    arguments depending on the use_extra_arg member. Use an union with
    two members, one for each function prototype.
    
    Warned-by: gcc -Wcast-function-type on musl-libc

 lib/compat/obstack.c | 16 ++++++++--------
 lib/compat/obstack.h | 14 ++++++++++----
 2 files changed, 18 insertions(+), 12 deletions(-)

commit 945297295a41a12e3702ae3b7dbbdf3eeea028ba
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 19:32:32 2022 +0100

    libcompat: Switch obstack to use size_t
    
    This makes the code 64-bit clean, by using the correct type instead of a
    mix of int and long.

 lib/compat/obstack.c | 24 ++++++++++++------------
 lib/compat/obstack.h | 48 ++++++++++++++++++++++++------------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

commit ff9cc777dcf77fa66b38be295821d4673ab8ac3a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 19:44:33 2022 +0100

    libcompat: Switch manual copying to memcpy() in obstack module
    
    This is shorter, and should be more performant on any system with a
    decently optimized memcpy() implementation.

 lib/compat/obstack.c | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

commit 3665b24c8d9e4da0974387f3dc4bc19a6097262f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 19:27:37 2022 +0100

    libcompat: Remove unused arguments from ngettext() fallback macro
    
    This is confusing the compiler and it stops seeing the argument as a
    literal string so it cannot check the format string.
    
    Warned-by: gcc -Wformat-nonliteral on musl-libc

 lib/compat/gettext.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8077899fa07aa89af531c90a8b635f0ffe803ecb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 18:55:53 2022 +0100

    lib: Stop using register keyword
    
    This keyword is just a hint, and the compiler is in a way better
    position to decide where to allocate these variables. In C++ the
    keyword is deprecated and in C++17 it cannot be used.

 lib/compat/getopt.c  |  4 ++--
 lib/compat/obstack.c | 26 +++++++++++++-------------
 lib/dpkg/strhash.c   |  4 ++--
 3 files changed, 17 insertions(+), 17 deletions(-)

commit 209ffbbf7c8fcf49d9296c969feb7a41aece6525
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 18:37:08 2022 +0100

    s-s-d: Cast struct sockaddr_un to struct sockaddr on bind() call
    
    Changelog: internal
    Warned-by: gcc -Wincompatible-pointer-types on musl-libc

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 77e07f0b3c4250f698cc449b3d713d472cefc6c8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 20:08:14 2022 +0100

    test: Skip deb-format tests if required compressors are not present
    
    When these program are not present, we should skip the test instead of
    failing it completely.

 src/at/deb-format.at | 5 +++++
 1 file changed, 5 insertions(+)

commit 0a937771bdba33149527b278d13cb53290d18c9e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 04:38:39 2022 +0100

    Bump version to 1.21.13

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 7a6923916aae349a769a64d911911caf5da4886d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 04:28:50 2022 +0100

    Release 1.21.12

 debian/changelog | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 1928a39049e0bfedf68233a2bdf2d8b384384404
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 04:27:56 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 83 files changed, 87 insertions(+), 87 deletions(-)

commit 0bbcb17bbf1e673783d511ba7b3fdeaaaeaa2dbb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 03:02:48 2022 +0100

    dpkg-architecture: Properly compute required information to gather
    
    We are using bits to track the required information to gather. The
    problem was that we were also using those same bits to discriminate
    what variables had been seen from the environment and to remove them
    if so, but those bits were not unique per variable, several were shared
    among various variables, causing information to not be gathered.
    
    Instead track seen variables with a hash, and move the dependencies
    back into the environment variable definitions. We also use
    high-precedence operators on the conditional for the next command.
    
    This was surfaced when using GNU make >= 4.4, as that respects exported
    make variables into $(shell) functions, which caused infinite loops due
    to various of the calls in the test suite not returning anything anymore.
    
    Reported-by: Sören Tempel <soeren@soeren-tempel.net>

 scripts/dpkg-architecture.pl | 107 +++++++++++++++++++------------------------
 1 file changed, 46 insertions(+), 61 deletions(-)

commit 9911a35358859421c4b20119d43790afc0dc23e6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 6 02:48:00 2022 +0100

    dpkg-architecture: Rename information tracking constants and variables
    
    Give them more meaningful names, and avoid the confusing similarity with
    the environment variable names.
    
    Changelog: internal

 scripts/dpkg-architecture.pl | 172 +++++++++++++++++++++----------------------
 1 file changed, 86 insertions(+), 86 deletions(-)

commit 5be05ae4b0845ba0aad90ce72a7eaba646de04c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 18:40:58 2022 +0100

    debian: Add libmd-dev to libdpkg-dev Depends
    
    The package currently only provides a static library, and as such all
    its dependencies (which are supposed to be implementation details) leak
    into the users. So to avoid them having to be aware of these details,
    add the needed dependency to the development package.
    
    Reported-by: Alexandre Detiste <alexandre.detiste@gmail.com>

 debian/control | 1 +
 1 file changed, 1 insertion(+)

commit eb54c69b659b80cb0d429b7f5b60654b33c37d4c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 3 11:36:06 2022 +0100

    debian: Set paths for configure in autopkgtests to match installed ones
    
    Some of the tests compare the pathnames with expected ones, but because
    we were not setting them to match the tests were failing.

 debian/tests/test-not-root | 10 +++++++++-
 debian/tests/test-root     | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

commit ef479cad92653067358dd942962c134155997ed5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 3 00:30:36 2022 +0100

    Bump version to 1.21.12

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 94a1e31c098546c876a73208ea11aa8be96e3cff
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 3 00:18:59 2022 +0100

    Release 1.21.11

 debian/changelog | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

commit 7f946e909642db626370cd8423058a172c4ece6d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 3 00:18:28 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  8 ++++----
 man/po/hu.po            |  6 +++---
 man/po/pt_BR.po         |  9 +++++----
 man/po/ru.po            |  6 +++---
 man/po/zh_CN.po         | 10 ++++++----
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 87 files changed, 106 insertions(+), 103 deletions(-)

commit e3efa1831e335bf76525f46b4318d0c0ad924b1e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 3 00:01:23 2022 +0100

    po: Unfuzzy translations after markup fixes

 man/po/de.po | 12 ++++++------
 man/po/es.po |  8 ++++----
 man/po/fr.po |  8 ++++----
 man/po/it.po |  8 ++++----
 man/po/ja.po |  8 ++++----
 man/po/nl.po |  8 ++++----
 man/po/pl.po |  8 ++++----
 man/po/pt.po |  8 ++++----
 man/po/sv.po |  8 ++++----
 9 files changed, 38 insertions(+), 38 deletions(-)

commit 6941108e4a29402b52b9e6c57087f66f9439e86f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 20:39:41 2022 +0100

    man: Remove B<> or replace with S< >
    
    These were leftovers from the troff to POD conversion.
    
    Fixes: commit fceea323cf33dbb5c01e2614cdb3edc82366801e

 man/deb-control.pod     | 2 +-
 man/deb-src-control.pod | 2 +-
 man/dpkg.pod            | 2 +-
 man/dsc.pod             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 2f52f362657acddc32dbe117e67d288fd66379ef
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 19:41:20 2022 +0100

    debian: Update copyright years

 debian/copyright | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit eae25aa1fb85123e4d981d2d242fb2262a5ca026
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 00:10:02 2022 +0100

    debian: Remove obsolete libncursesw5-dev alternative from Build-Depends
    
    This was a transitional package already in the current Debian stable
    release.
    
    Warned-by: lintian

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3b1542f43f9637103a18d029428139b5b22a7b91
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 23:40:14 2022 +0100

    doc: Fix typo in Doxyfile.in
    
    The update from «doxygen -u» carrier over this typo from upstream.
    
    Fixes: commit 3e2227b1f1b27052358fd2e7a8647f72b3a2017e
    Warned-by: codespell
    Changelog: silent

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2bec078d3be86aef7106f67f7e7a919c5e53ed3e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 22:41:44 2022 +0100

    dpkg-genbuildinfo: Do not fail if there is no cross-comiler
    
    When bootstrapping an architecture, or even on circumstances where we
    might be cross-compiling using a language other than C/C++ we cannot
    expect such cross-compiler to be present. In those cases simply ignore
    the taint check.
    
    Fixes: commit 36a7770f03e9e4d1865d25ad74b27d82c07b6f84
    Closes: #1025273

 scripts/dpkg-genbuildinfo.pl | 7 +++++++
 1 file changed, 7 insertions(+)

commit 3e2227b1f1b27052358fd2e7a8647f72b3a2017e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 22:28:54 2022 +0100

    doc: Update Doxygen configuration from version 1.9.4
    
    Replace a4wide paper size with a4, as the former is obsolete and emits
    warnings, but «doxygen -u» does not update it automatically.
    
    Warned-by: doxygen

 doc/Doxyfile.in | 348 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 211 insertions(+), 137 deletions(-)

commit dd8df8b474f03e39a503864455ad12a44aea9df9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 22:27:40 2022 +0100

    doc: Update Doxyfile after code reorganization
    
    Fixes: commit affb86e43bdf72ed2b4deaa8b9fe13f313c58363
    Warned-by: doxygen

 doc/Doxyfile.in | 2 --
 1 file changed, 2 deletions(-)

commit 484e77807a1cc0662bf7c30a8769cf904ab4d4cf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 22:31:40 2022 +0100

    libdpkg: Document str_end parameter for str_strip_quotes()
    
    Warned-by: doxygen

 lib/dpkg/string.c | 1 +
 1 file changed, 1 insertion(+)

commit 6ae2f7ee308d14d33227079058821b5fa759bb73
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 22:17:54 2022 +0100

    debian: Add source lintian-overrides
    
    Ignore false positives for localized POD files generated by po4a.

 Makefile.am                     | 1 +
 debian/source/lintian-overrides | 2 ++
 2 files changed, 3 insertions(+)

commit f76e5157185213d1f0a9431e5af9bda27d29cedc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 21:11:32 2022 +0100

    debian: Add libmd-dev to the test-root and test-not-root autopkgtests
    
    We need to run configure to be able to run installcheck target, and
    libmd-dev is now a required component that will make configure fail.
    
    This makes the autopkgtest fail on such tests.

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

commit bf7cadebc60d000832d88d903cc49dd98235c833
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 1 18:45:57 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

commit be085b7aa9bf63643620a77b61660f92e5acca51
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 13:03:34 2022 +0100

    Bump version to 1.21.11

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 42093f3e9094abc8fb906492ab2009eb12b64604
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 12:17:07 2022 +0100

    Release 1.21.10

 debian/changelog | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 302 insertions(+), 3 deletions(-)

commit 7d7b46fb72b3edae14a83159ab42cc688fcdac1e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 12:12:14 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |   29 +-
 man/po/dpkg-man.pot     |  538 +++++++++++++++++++------
 man/po/es.po            |  687 +++++++++++++++++++++++++-------
 man/po/fr.po            |  833 +++++++++++++++++++++++++++++++-------
 man/po/hu.po            |  571 ++++++++++++++++++++------
 man/po/it.po            |  686 ++++++++++++++++++++++++-------
 man/po/ja.po            |  686 ++++++++++++++++++++++++-------
 man/po/nl.po            |  903 ++++++++++++++++++++++++++++++++++-------
 man/po/pl.po            |  690 +++++++++++++++++++++++++-------
 man/po/pt.po            |  914 ++++++++++++++++++++++++++++++++++--------
 man/po/pt_BR.po         |  577 +++++++++++++++++++++------
 man/po/ru.po            |  578 +++++++++++++++++++++------
 man/po/sv.po            | 1019 +++++++++++++++++++++++++++++++++++++----------
 man/po/zh_CN.po         |  570 ++++++++++++++++++++------
 po/ast.po               |   46 ++-
 po/bs.po                |   36 +-
 po/ca.po                |    2 +-
 po/cs.po                |   49 ++-
 po/da.po                |   49 ++-
 po/de.po                |    2 +-
 po/dpkg.pot             |   38 +-
 po/dz.po                |   38 +-
 po/el.po                |   46 ++-
 po/eo.po                |   49 ++-
 po/es.po                |   49 ++-
 po/et.po                |   38 +-
 po/eu.po                |   49 ++-
 po/fr.po                |   53 ++-
 po/gl.po                |   46 ++-
 po/hu.po                |   38 +-
 po/id.po                |   46 ++-
 po/it.po                |   50 ++-
 po/ja.po                |   53 ++-
 po/km.po                |   38 +-
 po/ko.po                |   46 ++-
 po/ku.po                |   38 +-
 po/lt.po                |   38 +-
 po/mr.po                |   38 +-
 po/nb.po                |   46 ++-
 po/ne.po                |   38 +-
 po/nl.po                |   96 ++++-
 po/nn.po                |   38 +-
 po/oc.po                |   38 +-
 po/pa.po                |   38 +-
 po/pl.po                |   96 ++++-
 po/pt.po                |   50 ++-
 po/pt_BR.po             |   46 ++-
 po/ro.po                |   46 ++-
 po/ru.po                |   49 ++-
 po/sk.po                |   49 ++-
 po/sv.po                |   59 ++-
 po/th.po                |   49 ++-
 po/tl.po                |   38 +-
 po/tr.po                |   49 ++-
 po/vi.po                |   49 ++-
 po/zh_CN.po             |   96 ++++-
 po/zh_TW.po             |   49 ++-
 scripts/po/ca.po        |    5 +-
 scripts/po/de.po        |    7 +-
 scripts/po/dpkg-dev.pot |  156 ++++++--
 scripts/po/es.po        |  227 ++++++++---
 scripts/po/fr.po        |  227 ++++++++---
 scripts/po/pl.po        |  229 ++++++++---
 scripts/po/ru.po        |  227 ++++++++---
 scripts/po/sv.po        |  307 +++++++++++---
 96 files changed, 9807 insertions(+), 2917 deletions(-)

commit 8a0d0d133a383a5205a75d3918077d8206e5bf0e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 02:41:12 2022 +0100

    po: Update Catalan translations

 dselect/po/ca.po |  20 ++--
 po/ca.po         | 106 +++++++++----------
 scripts/po/ca.po | 303 ++++++++++++++++++++++++++++++++++++-------------------
 3 files changed, 249 insertions(+), 180 deletions(-)

commit 7b8719d19b3c5b080588865dd0b181e2fdf1dc77
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 21 02:11:35 2022 +0200

    Dpkg::OpenPGP: Add Stateless OpenPGP (SOP) backend support
    
    This adds support for the Stateless OpenPGP Command-Line Interface,
    as drafted at:
    
      https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/
    
    as a new OpenPGP backend. Multiple SOP implementations can be supported,
    as long as they support the required draft version and interfaces.
    
    This commit currently only explicitly probes for the pgpainless-cli
    SOP implementation, as the one that conforms to our expectations.

 README                              |   1 +
 debian/control                      |  14 +++--
 man/dpkg-buildpackage.pod           |   3 +
 scripts/Dpkg/OpenPGP.pm             |   2 +
 scripts/Dpkg/OpenPGP/Backend/SOP.pm | 110 ++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                 |   1 +
 scripts/t/Dpkg_OpenPGP.t            |   2 +
 7 files changed, 129 insertions(+), 4 deletions(-)

commit 0efaa64ecb93492722e9ad9394f5755107f047c0
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Nov 30 17:43:56 2022 +0100

    po: Update German programs translation
    
    Update to 1178t.

 po/de.po | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit fb59786901ea57d5b99584e79962a1fab6720498
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 30 17:34:59 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 50 insertions(+), 7 deletions(-)

commit bac01497d151305157302868bd1fbfbd134ab6b2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 30 05:56:32 2022 +0100

    libdpkg: Add missing symbols for options-dirs module
    
    Fixes: commit 042ea3b92bcae6517135e22ffd574fdd0d1ba55d
    Fixes: commit 71a8b54e2b412f1d34dc4f5529f932e893f6dab0
    Changelog: silent

 lib/dpkg/libdpkg.map | 3 +++
 1 file changed, 3 insertions(+)

commit c9cfffcebe181a61d2981b79aa82d4af39523520
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 1 03:35:01 2022 +0200

    test: Add functional tests for --root, --instdir and --admindir options
    
    These makes sure these interact with each other as expected, and take
    the defaults and the DPKG_ROOT and DPKG_ADMINDIR environment variables
    into account.

 dselect/main.cc         |   2 +
 src/Makefile.am         |   1 +
 src/at/atlocal.in       |   2 +
 src/at/chdir.at         | 491 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/at/local.at         |   2 +
 src/at/testsuite.at     |   4 +
 src/divert/main.c       |   3 +
 src/main/main.c         |   2 +
 src/query/main.c        |   3 +
 src/split/main.c        |   4 +
 src/statoverride/main.c |   3 +
 src/trigger/main.c      |   3 +
 12 files changed, 520 insertions(+)

commit 4dda65356f685f5648b43ee41edc35f1d9c2b935
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 13:50:31 2022 +0100

    dpkg-split: Add support for --root and --admindir
    
    This program accesses the database, so we should make it support at
    least the --root, --admindir options and the DPKG_ROOT, DPKG_ADMINDIR
    environment variables. This complements the existing --depotdir option.

 man/dpkg-split.pod | 23 +++++++++++++++++++++++
 src/split/main.c   | 16 ++++++++++------
 2 files changed, 33 insertions(+), 6 deletions(-)

commit 042ea3b92bcae6517135e22ffd574fdd0d1ba55d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 30 04:26:16 2022 +0100

    libdpkg: Automatically initialize fsys and db dirs on demand
    
    Change the dpkg_fsys_* and dpkg_db_* functions to initialize the
    directories when needed, so that it guarantees the users can always
    use these functions safely, and they respect the expected initialization
    order.
    
    Refactor the set_instdir() and set_admindir() functions so that we can
    set their values correctly in a single place.
    
    Fixes: commit b8f9e1c3ce86818d14ccad403e6ad2e6b52e6b12
    Reported-by: stackomatiker (on stackoverflow)
    Ref: https://stackoverflow.com/questions/73529576

 dselect/main.cc         | 17 ++------------
 lib/dpkg/dbdir.c        | 62 +++++++++++++++++++++++++++++++++++--------------
 lib/dpkg/fsys-dir.c     | 58 +++++++++++++++++++++++++++++++--------------
 lib/dpkg/options-dirs.c | 28 ++++++++++++++++++++++
 lib/dpkg/options.h      |  4 ++++
 src/divert/main.c       | 21 +----------------
 src/main/main.c         | 20 +---------------
 src/query/main.c        | 15 +-----------
 src/split/main.c        |  2 --
 src/statoverride/main.c | 21 +----------------
 src/trigger/main.c      | 14 +----------
 11 files changed, 125 insertions(+), 137 deletions(-)

commit 71a8b54e2b412f1d34dc4f5529f932e893f6dab0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 26 04:07:03 2022 +0100

    libdpkg: Add new options-dirs module to handle directory option parsing
    
    This will centralize all directory option parsing, which we will
    refactor from the various programs. But we start with the admindir
    setter, which currently has no function to refactor from.

 lib/dpkg/Makefile.am    |  1 +
 lib/dpkg/options-dirs.c | 33 +++++++++++++++++++++++++++++++++
 lib/dpkg/options.h      |  3 +++
 3 files changed, 37 insertions(+)

commit 3dae1ce0da98fae368b268cb0ebb92d3570af02a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 26 04:07:23 2022 +0100

    src: Avoid using instdir directly except for initialization
    
    Whenever we are not initializing the instdir variable prefer to get it
    from dpkg_fsys_get_dir() so that we can then easily remove the variable
    entirely and rely on the fsys module tracking the contents for us.

 src/divert/main.c       | 2 +-
 src/main/main.c         | 4 ++--
 src/statoverride/main.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 73a0987a87511b33fdaaf35eb7b9f4c3a29cc400
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 26 03:35:34 2022 +0100

    src: Make instdir static
    
    Whenever we need to access it use dpkg_fsys_get_dir() instead, so that
    we do not need to make it an extern variable.

 src/divert/main.c       |  2 +-
 src/main/archives.c     | 10 +++++-----
 src/main/configure.c    |  4 ++--
 src/main/main.c         |  2 +-
 src/main/main.h         |  1 -
 src/main/remove.c       |  4 ++--
 src/main/script.c       |  1 +
 src/main/unpack.c       |  2 +-
 src/main/verify.c       |  2 +-
 src/statoverride/main.c |  2 +-
 10 files changed, 15 insertions(+), 15 deletions(-)

commit 2579adba0ddb239505dad5603c5274742d119b1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 18:58:50 2022 +0100

    dpkg: Fix setting admindir when root is set
    
    We need to set the filesystem root directory before setting the database
    directory.

 src/main/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 183bede403d0ccc51230ca652fdef09c13c40108
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Nov 28 20:00:36 2022 +0100

    po: Update German programs translation
    
    Update to 1178t.

 po/de.po | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit 5f941e73c1e62d09b2935fcb0a392d848f98d56d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 28 19:50:21 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 36 ++++++++++++++++++++++++++++++++----
 1 file changed, 32 insertions(+), 4 deletions(-)

commit 74100d9d04efeee4dd1b3fbe3fd5d10ccc2f92b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 03:25:15 2022 +0100

    libdpkg: Add support for a new DPKG_DEBUG environment variable
    
    This makes it possible to set the debugging mask for any program calling
    the dpkg_program_init() function.

 lib/dpkg/debug.c          | 19 +++++++++++++++++++
 lib/dpkg/debug.h          |  1 +
 lib/dpkg/libdpkg.map      |  1 +
 lib/dpkg/program.c        |  2 ++
 man/dpkg-divert.pod       |  6 ++++++
 man/dpkg-query.pod        |  6 ++++++
 man/dpkg-split.pod        |  6 ++++++
 man/dpkg-statoverride.pod |  6 ++++++
 man/dpkg-trigger.pod      |  6 ++++++
 man/dpkg.pod              |  5 +++++
 10 files changed, 58 insertions(+)

commit 191071aa4d06dda6db6046317eade85bf7d87cc4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 02:17:41 2022 +0100

    libdpkg: Refactor debug_parse_mask()
    
    We will use this function to parse both the argument from the CLI
    option, and a new environment variable.

 lib/dpkg/debug.c     | 24 ++++++++++++++++++++++++
 lib/dpkg/debug.h     |  1 +
 lib/dpkg/libdpkg.map |  1 +
 src/main/main.c      |  8 ++------
 4 files changed, 28 insertions(+), 6 deletions(-)

commit 3878c7d16c3aa1917ef1ebbd7cfc2cf11de12f65
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 01:03:45 2022 +0100

    src: Handle --help and --version as proper actions
    
    These are documented, and behave as actions. Change the option parsing
    code to treat them as such.
    
    This will make it possible to use them as safe commands to use for
    trivial functional tests and debugging output.

 src/common/actions.h    |  3 +++
 src/deb/main.c          | 16 ++++++++--------
 src/divert/main.c       | 16 ++++++++--------
 src/main/main.c         | 16 ++++++++--------
 src/query/main.c        | 16 ++++++++--------
 src/split/main.c        | 16 ++++++++--------
 src/statoverride/main.c | 16 ++++++++--------
 src/trigger/main.c      | 16 ++++++++--------
 8 files changed, 59 insertions(+), 56 deletions(-)

commit dbf596a27524c2a8f11234ac03cb8d2231943135
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 28 00:22:20 2022 +0100

    build: Consider scripts/mk prefixes as new «Make fragments» in gen-changelog
    
    This involves the Makefile fragments that can be used from «debian/rules»
    as a file-based interface.

 build-aux/gen-changelog | 5 +++++
 1 file changed, 5 insertions(+)

commit 122a575b0acc52041135dc323a640563bb22b228
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 28 00:18:10 2022 +0100

    build: Consider src and scripts prefixes as internal in gen-changelog
    
    These are global changes, so consider them by default internal code
    changes and refactoring. They can always get marked as public changes.

 build-aux/gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3cc96365f148db995feadff94d87af55124cfa2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 13:41:18 2022 +0100

    dpkg-statoverride: Load database only from within relevant actions
    
    This moves this action specific code from the generic main() handling,
    so that we can add new actions that might not need the database, and
    we do not inflict unnecessary slowdowns.
    
    Changelog: internal

 src/statoverride/main.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit ec28c134d983d65f5c5cebb1f8f36cfe884758be
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 13:39:48 2022 +0100

    dpkg-divert: Load database only from within relevant actions
    
    This moves this action specific code from the generic main() handling,
    so that we can add new actions that might not need the database, and
    we do not inflict unnecessary slowdowns.
    
    Changelog: internal

 src/divert/main.c | 34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

commit de7563166ab969c08df036708f3644d526499c98
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 01:01:51 2022 +0100

    dpkg-trigger: Use ACTION macros and cipaction for CLI action selection
    
    This unifies the action handling with the other dpkg commands, makes it
    extensible so that adding new actions is just a matter of hooking them
    in the cmdinfos list.
    
    Changelog: internal

 src/trigger/main.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit 2c9627e9c07db36bea215d4c6968b0fb9743080f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 00:56:04 2022 +0100

    dpkg-trigger: Turn do_check() into a cipaction function
    
    This will make it possible to declare it with an ACTION macro.
    
    Changelog: internal

 src/trigger/main.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 8b401764be37209ddae9048ca6b0e1199ad7ee6a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 00:53:02 2022 +0100

    dpkg-trigger: Refactor trigger activation into a new function
    
    Move the bulk of the default action into its own function, so that we
    can then switch to use the same cipaction pattern used for all other
    dpkg programs.
    
    Changelog: internal

 src/trigger/main.c | 72 +++++++++++++++++++++++++++++++-----------------------
 1 file changed, 41 insertions(+), 31 deletions(-)

commit 96550f63b562d40c96e26c34149940aa3bf85f33
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 13:42:50 2022 +0100

    man: Fix --depotdir default pathname in dpkg-split(1)
    
    The default was missing the «/parts» directory.

 man/dpkg-split.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8bcbab5f8a48c16241306284285fc98a81ac3aad
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 25 03:23:30 2022 +0100

    test: Rename m4 variables that matched environment variable names
    
    These prevent the environment variables from being used in the test
    suite as they get replaced by the m4 macros.

 src/at/divert.at | 44 ++++++++++++++++++++++----------------------
 src/at/local.at  | 38 +++++++++++++++++++-------------------
 2 files changed, 41 insertions(+), 41 deletions(-)

commit de5fe0a6c1913b98f028a1ea832adba7b680a156
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 25 03:23:30 2022 +0100

    test: Fix typo in DPKG_GEN_FSYS_LINK m4 macro
    
    The link-name had a colon which meant it would not get replaced by its
    m4 macro.

 src/at/local.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40c347dd52277fafda123208dc799ed7c1c1e8e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 26 01:32:44 2022 +0100

    test: Fix typo in u-a test comment
    
    We use ENV_ alias instead of the actual DPKG_ environment variable
    names, as these are configurable at build time, for systems that are
    not dpkg based.

 utils/t/update_alternatives.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e1b614edd6ed1f7bf886bb354f4ae47810a39686
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 26 01:32:24 2022 +0100

    libdpkg: Remove unneeded intermediate variable in dpkg_fsys_set_dir()
    
    When dir is already NULL, there is no point in protecting any assignment
    from getenv() as we are not stomping over any possible pre-existing
    value anyway. Remove the intermediate env variable.

 lib/dpkg/fsys-dir.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

commit cb4e153bc9694f49df1ddd296d34c5fe52393142
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 26 01:25:40 2022 +0100

    Dpkg::Shlibs: Handle unknown executable file formats
    
    If the Dpkg::Shlibs::Objdump::get_format() fails due to missing file,
    I/O errors, the executable not being an ELF file, mismatched ELF
    version, unknown ELF bits or endianness, then the function will return
    an undefined value.
    
    We need to fix the call site to cope with it, otherwise we get perl
    warnings about uninitialized variables being used.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de> (on IRC)

 scripts/Dpkg/Shlibs.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 6f3b858e4e3a1823f3ce3a0e37467e9dafe9ba5b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 24 03:54:41 2022 +0100

    Dpkg::OpenPGP::Backend::GnuPG: Use has_verify_cmd() instead of ad-hoc checks
    
    This is clearer, and in addition fixes a logic inversion issue in the
    check.
    
    Fixes: commit f10f1fbe9e52a6be500504f23d8f5b4a429e9d53
    Changelog: silent

 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c44f7a8d96aa8652f0f3527b9f89b345cb00c99f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 24 03:57:50 2022 +0100

    Dpkg::Source::Package: Move arguments from Dpkg::Checksums to Dpkg::OpenPGP
    
    The constructor arguments got misplaced. Move them to the one that was
    intended.
    
    Fixes: commit 6afb4b99eefeebd3de2868b590ce42def0906446
    Changelog: silent

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

commit 1e0a71f8761cab3505128eb3b7d930e92f98acd3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 24 03:19:06 2022 +0100

    Dpkg::Source::Package: Import Dpkg::OpenPGP::ErrorCodes
    
    We are using the openpgp_errorcode_to_string() function, so we need to
    import the module providing it.
    
    Fixes: commit 99793954b46abaeb63bd766a7ed8227800f358e2
    Changelog: silent

 scripts/Dpkg/Source/Package.pm | 1 +
 1 file changed, 1 insertion(+)

commit 29a5093b8b5b6850bff0bfe07daa810e4b4a3c30
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 24 03:17:53 2022 +0100

    Dpkg::Gettext: Add new gettext compatibility stub
    
    We are calling gettext() from various places, but we might not have
    Locale::gettext available.

 debian/copyright        |  2 +-
 scripts/Dpkg/Gettext.pm | 19 +++++++++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

commit 9c39e5c4a2716c34069391f61ded551b93c83198
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 23 16:36:02 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 62 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

commit 3a751b9d11d38492e762b8f8debdbf1bcf1e22de
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 23:27:05 2022 +0100

    u-a: Switch point at which we increment alternative refcount
    
    Instead of incrementing the refcount from the call sites, do that from
    within the alternative_map_add() function which is the one taking
    the reference. And unref on the functions that get their local functions
    get out of scope. Which is way more correct, and removes the anti-pattern
    of having to recall to increment the refcount before calling any
    subsequent alternative_map_add() after the second one.

 utils/update-alternatives.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 7a11fa9fce23feac0ee6eb88797fa38d761e1928
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 15 23:30:52 2022 +0100

    test: Add functional tests for triggers database handling

 tests/Makefile                                     |  1 +
 tests/t-triggers-db/.gitignore                     |  3 ++
 tests/t-triggers-db/Makefile                       | 50 ++++++++++++++++++++++
 .../pkg-triggers-foreign/DEBIAN/control            |  9 ++++
 .../pkg-triggers-foreign/DEBIAN/triggers           |  2 +
 .../pkg-triggers-native/DEBIAN/control             |  8 ++++
 .../pkg-triggers-native/DEBIAN/triggers            |  2 +
 .../t-triggers-db/pkg-triggers-same/DEBIAN/control |  9 ++++
 .../pkg-triggers-same/DEBIAN/triggers              |  2 +
 tests/t-triggers-db/tmpl-db-foreign/arch           |  2 +
 tests/t-triggers-db/tmpl-db-foreign/info/format    |  1 +
 .../tmpl-db-foreign/info/pkg-triggers.list         |  1 +
 .../tmpl-db-foreign/info/pkg-triggers.md5sums      |  0
 .../tmpl-db-foreign/info/pkg-triggers.triggers     |  2 +
 tests/t-triggers-db/tmpl-db-foreign/status         | 10 +++++
 tests/t-triggers-db/tmpl-db-foreign/triggers/File  |  1 +
 .../tmpl-db-foreign/triggers/a-trigger             |  1 +
 tests/t-triggers-db/tmpl-db-native/arch            |  2 +
 tests/t-triggers-db/tmpl-db-native/info/format     |  1 +
 .../tmpl-db-native/info/pkg-triggers.list          |  1 +
 .../tmpl-db-native/info/pkg-triggers.md5sums       |  0
 .../tmpl-db-native/info/pkg-triggers.triggers      |  2 +
 tests/t-triggers-db/tmpl-db-native/status          | 10 +++++
 tests/t-triggers-db/tmpl-db-native/triggers/File   |  1 +
 .../tmpl-db-native/triggers/a-trigger              |  1 +
 tests/t-triggers-db/tmpl-db-same/arch              |  2 +
 tests/t-triggers-db/tmpl-db-same/info/format       |  1 +
 .../tmpl-db-same/info/pkg-triggers:amd64.list      |  1 +
 .../tmpl-db-same/info/pkg-triggers:amd64.md5sums   |  0
 .../tmpl-db-same/info/pkg-triggers:amd64.triggers  |  2 +
 tests/t-triggers-db/tmpl-db-same/status            | 10 +++++
 tests/t-triggers-db/tmpl-db-same/triggers/File     |  1 +
 .../t-triggers-db/tmpl-db-same/triggers/a-trigger  |  1 +
 33 files changed, 140 insertions(+)

commit 6bfc419d97ef62e06ce33bfa7b55ec0abe417536
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 12:27:59 2022 +0200

    libdpkg, dpkg: Switch triggers database to use reproducible package names
    
    For package name tracking in the triggers database, whether a package is
    Multi-Arch foreign not matching the current native architecture is not
    relevant, as there can only be one such package installed on the system.
    
    Closes: #990712

 lib/dpkg/triglib.c | 4 ++--
 src/trigger/main.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 9766de9bd192a5175c07487a205b2443c8388649
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 12:17:16 2022 +0200

    libdpkg: Add a new pnaw_same package name printing mode
    
    We need this new mode to use in for database related package names so
    that they can make the database reproducible.

 lib/dpkg/dpkg-db.h      |  2 ++
 lib/dpkg/pkg-show.c     |  4 ++++
 lib/dpkg/t/t-pkg-show.c | 11 ++++++++++-
 3 files changed, 16 insertions(+), 1 deletion(-)

commit a32fb22530adbeefd78b3d342cc0b8583d1282da
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 12:19:53 2022 +0200

    libdpkg: Switch trk_explicit_interest_change() to use pkg_spec_parse_pkg()
    
    This is more future proof, will handle upgrades properly even if the
    package specification has changed, and matches the other trigger
    interest file parsing code so that they match now.

 lib/dpkg/triglib.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit d46ae794f017270518cef6b3a12ecb958904837d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 03:19:20 2022 +0100

    libdpkg: Parse and dump the explicit trigger await option on interest changes
    
    Always parse the trigger await option flag instead of letting it
    through, whatever it might be. This simplifies the trigger parsing
    and makes it more robust.

 lib/dpkg/triglib.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 0cb290e61398cf5ecd51f2a54821d9a33e261ddd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 03:19:20 2022 +0100

    libdpkg: Refactor database trigger await option parse/dump
    
    Refactor the parsing and dumping of trigger await options into a couple
    of function. This unifies the parsing into a single place so that we can
    apply the same semantics and defaults.

 lib/dpkg/triglib.c | 66 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 41 insertions(+), 25 deletions(-)

commit fe3fe95c764524881d4b77afce9c65664b927c8b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 03:37:26 2022 +0100

    build: Do not ignore Makefile under the functional test suite
    
    The functional test suite uses plain Makefile files to drive the tests,
    so ignoring them means we cannot easily add and commit these files into
    git.

 tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 566c21f4d868a166396ae5f86573c644678f0769
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 23:25:26 2022 +0100

    test: Switch NULL to DPKG_NULL in header file
    
    This header is used by both C and C++ code, so we need to use the
    special DPKG_NULL macro with resolves to either NULL or nullptr to work
    on both languages.
    
    Warned-by: clang-16

 lib/dpkg/test.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4d1cace535d551c379662866eb628c932266b527
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 23:24:22 2022 +0100

    test: Use pkginstance in a new unit test
    
    This variable was being modified but never actually used. Add a check
    that verifies its expected value.
    
    Warned-by: clang-16

 lib/dpkg/t/t-pkg-hash.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 098ddd46a5a3c1cc6fd01d088563cf5ca08900f6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 23:33:13 2022 +0100

    test: Remove unused cppcheck suppressions

 t/cppcheck/cppcheck.supp | 24 ------------------------
 1 file changed, 24 deletions(-)

commit 2a077d98b0750d89468f7ecb88932309a0edd5e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 23:32:17 2022 +0100

    test: Tell cppcheck the C/C++ standards the code intends to comply with
    
    This should give cppcheck a better understanding of what the code
    semantics are.

 t/cppcheck.t | 1 +
 1 file changed, 1 insertion(+)

commit 73891ef26d6f5eff343d6859272865201fff8d36
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 23:31:35 2022 +0100

    test: Make cppcheck unknownMacro suppression more specific
    
    Bind it to the actual files currently triggering this report.

 t/cppcheck/cppcheck.supp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4fbfd0c6b3204797369e1fde5578753f380226f2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 23:26:40 2022 +0100

    test: Move active line-based cppcheck suppressions into inline comments
    
    Keeping these line-based suppressions in sync with the code is
    cumbersome and error-prone. Move them as inline suppressions in
    comments, so that they can easily follow the line number when the
    code in the file moves around.

 dselect/pkgsublist.cc    | 1 +
 lib/dpkg/triglib.c       | 2 ++
 t/cppcheck.t             | 1 +
 t/cppcheck/cppcheck.supp | 7 -------
 4 files changed, 4 insertions(+), 7 deletions(-)

commit 3f2468135799c30aef77d5ff2def7424930d5709
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 23:29:25 2022 +0100

    test: Use --quiet instead of -q on cppcheck invocations
    
    Use the long version to make the option obvious, as there is no need for
    succinctness in scripts, and no portability concerns.

 t/cppcheck.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d9103e3699db3aa62b32b948e6f5ec8c4dc1710
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 02:24:22 2022 +0100

    test: Use long options for aspell invocation
    
    Use the long version to make the option obvious, as there is no need for
    succinctness in scripts, and no portability concerns.

 t/pod-spell.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 03d5e50dc778da129eebe1b0e151a70243366d58
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 02:23:55 2022 +0100

    build: Use long options for autotools commands
    
    Use the long version to make the option obvious, as there is no need for
    succinctness in scripts, and no portability concerns.

 README.l10n | 4 ++--
 autogen     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 2c7c2dd4a761c1459c5f0aa66f1ddf61906cc799
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 03:04:39 2022 +0100

    build: Fix coverage reports after code restructuring
    
    Fixes: commit affb86e43bdf72ed2b4deaa8b9fe13f313c58363

 Makefile.am           | 9 ++++++++-
 build-aux/lcov-inject | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 2b2ea202869fa4daabb41fc7254c95c878411581
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 02:22:54 2022 +0100

    build: Use long options for lcov invocations
    
    Use the long version to make the option obvious, as there is no need for
    succinctness in scripts, and no portability concerns.

 Makefile.am | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

commit cc737859db2d9782b2b2f7ffa635b7f04ee9533e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 02:25:00 2022 +0100

    man: Clarify PIE and ASLR acronyms and grammar in dpkg-buildflags(1)

 man/dpkg-buildflags.pod | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 27739e77c17833037217e20d62609cd692093729
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 23:23:48 2022 +0100

    libdpkg: Fix doxygen comment to match function argument
    
    Changelog: internal
    Warned-by: clang-16

 lib/dpkg/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9440c5a45068ca80bfff4f2c4f267e90b83c79e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 23:24:31 2022 +0100

    dselect: Declare constructor with one argument as explicit
    
    Changelog: internal
    Warned-by: cppcheck

 dselect/dselect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 34ee5a06c72365df998c85820b4028519ceba5e7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 25 18:36:16 2022 +0200

    dpkg-shlibdeps: Cache soname check against shlibs files
    
    This should reduce the I/O and parsing, and more importantly the
    duplicate warnings when the library name cannot be extracted.
    
    Closes: #1022766

 scripts/dpkg-shlibdeps.pl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 321e479ba142e6b05d1a27b50e4bb7900903fbf0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 12:43:38 2022 +0100

    arch: Add support for loong64 CPU
    
    This is based on the LoongArch 64-bit little-endian hard-float ISA.
    
    Closes: #1023486
    Based-on-patch-by: 张丹丹 <zhangdandan@loongson.cn>

 data/cputable                  | 1 +
 scripts/Dpkg/Shlibs/Objdump.pm | 7 +++++++
 scripts/t/Dpkg_Arch.t          | 4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 7bbdc6e59b1beca2796ae65ac98f231e779033a5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 12:29:03 2022 +0100

    arch: Move i386 and ia64 in an alphabetical-ish order in the cputable
    
    Long ago i386 used to be the predominant architecture, but that's not
    the case any longer. Move it in an alphabetical-ish order (some entries
    need to be unordered withing their family for matching purposes).

 data/cputable | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f9dacc23d14e7ee76b1e4ed85e51899085b6c4ee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 12:42:21 2022 +0100

    test: Refactor total number of expected known architectures into a variable
    
    When you need to update the numbers for the Dpkg::Arch tests, it's
    easier if they are all at the top.

 scripts/t/Dpkg_Arch.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 6dd6229c90c8f95d958478ce5e3ea2514eb8ff23
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 12 01:02:16 2022 +0100

    Dpkg::Shlibs::Objdump: Rename ELF constants to match more closely the spec
    
    Use names that match more closely the ones used in the spec, so that it
    is easier to find them in other codebases. This also has the benefit of
    making them shorter.

 scripts/Dpkg/Shlibs/Objdump.pm | 139 +++++++++++++++++++++--------------------
 1 file changed, 71 insertions(+), 68 deletions(-)

commit b362110b4516925fb52b0c155831e92cfbd60399
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 13 22:59:16 2022 +0100

    libdpkg: Fix available memory computation for xz thread scaling
    
    On Linux, the memory will tend to get used up completely by caches and
    buffers for performance reasons. The Available memory thus tends to be
    close to zero. Basing the thread number on that measure of available
    memory is as such not very useful, and has caused build systems to fall
    back to serial compression, making it extremely slow, in same cases
    reported to take hours.
    
    Gather the MemFree, Buffers and Cached fields from the /proc/meminfo
    file and add them up as the computed available memory which is what is
    really available to be used by the system when needed.
    
    Closes: #1023870

 lib/dpkg/meminfo.c              | 68 ++++++++++++++++++++++++++++++++++++-----
 lib/dpkg/t/data/meminfo-no-info |  2 +-
 lib/dpkg/t/t-meminfo.c          |  2 +-
 3 files changed, 63 insertions(+), 9 deletions(-)

commit b8fe840fd697cebee6c42ddb14ace8b0969b8520
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 03:12:18 2022 +0100

    test: Add unit tests for meminfo module

 lib/dpkg/Makefile.am            |  9 +++++
 lib/dpkg/t/.gitignore           |  1 +
 lib/dpkg/t/data/meminfo-no-data |  0
 lib/dpkg/t/data/meminfo-no-info | 52 ++++++++++++++++++++++++
 lib/dpkg/t/data/meminfo-no-unit | 53 +++++++++++++++++++++++++
 lib/dpkg/t/data/meminfo-ok      | 53 +++++++++++++++++++++++++
 lib/dpkg/t/t-meminfo.c          | 88 +++++++++++++++++++++++++++++++++++++++++
 7 files changed, 256 insertions(+)

commit fd84b0d71aac6afc63e30c0cf39a4819b81217be
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 19:24:05 2022 +0100

    libdpkg: Use an enum for meminfo return error codes

 lib/dpkg/meminfo.c | 16 ++++++++--------
 lib/dpkg/meminfo.h | 14 ++++++++++++--
 2 files changed, 20 insertions(+), 10 deletions(-)

commit 174aeca1de281178bcb973a8cac814a5ad41fb2b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 02:52:13 2022 +0100

    libdpkg: Refactor meminfo gathering into a filename generic function
    
    This will make it possible to unit test the function.

 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/meminfo.c   | 12 +++++++-----
 lib/dpkg/meminfo.h   |  2 ++
 3 files changed, 10 insertions(+), 5 deletions(-)

commit 965e20e13f0dbe1a2062e802d6a86380292f0410
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 02:45:48 2022 +0100

    libdpkg: Refactor system meminfo gathering into its own module
    
    This makes it generic, and will make it easier to add unit tests.

 lib/dpkg/Makefile.am |   2 +
 lib/dpkg/compress.c  |  84 +-------------------------------------
 lib/dpkg/libdpkg.map |   3 ++
 lib/dpkg/meminfo.c   | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/meminfo.h   |  43 ++++++++++++++++++++
 5 files changed, 162 insertions(+), 82 deletions(-)

commit 450bc260bcfb4bda41f348f3b8c2c5f960a2b660
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 04:31:26 2022 +0100

    dselect: Use %zd instead of %jd for pointer difference in format string
    
    Changelog: internal
    Warned-by: gcc-12

 dselect/pkginfo.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 366effebfc36340ca172b8b0b685cf5c82312ccf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 17:29:15 2022 +0100

    scripts/mk: Switch Fortran compiler variables to use gfortran
    
    The f77 names are handled via alternatives, which means they can vary
    depending on the local system configuration, not ideal for reproducible
    builds. These also do not provide arch-qualified filenames, so cannot be
    used for automatic cross-compilation.
    
    Use the gfortran name, which should provide at least a Fortran 95
    compliant compiler (including Fortran 77 and 90).
    
    Spotted-by: Enrico Zini <enrico@debian.org>
    Closes: #1024421

 scripts/mk/buildtools.mk | 4 ++--
 scripts/t/mk.t           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit bcc2db18d9ddcde0dcef7dfe620de64f55039a64
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 19 17:14:57 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 141 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 112 insertions(+), 29 deletions(-)

commit 1f18c4793b25b0821f4993a240b17ee2423dfc54
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 19 17:02:47 2022 +0100

    po: Update German scripts translation

 scripts/po/de.po | 134 ++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 109 insertions(+), 25 deletions(-)

commit 6c891218fa8633b33e4d323311097f310bbca731
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 15 00:58:07 2022 +0100

    dpkg-genbuildinfo: Fix implicit function declaration in cross-runnable check
    
    We nee to include the required headers otherwise a compiler that
    conforms to C99 by default might error out on implicit function
    declarations.
    
    Changelog: silent

 scripts/dpkg-genbuildinfo.pl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 3a28d74c7e426e2e5387aea1637f34bd9d666b34
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 04:48:10 2022 +0100

    dpkg-source: Translate source format specific --help option descriptions
    
    The code in the modules had the help strings marked for translation but
    nothing in dpkg-source itself was actually translating them.

 scripts/dpkg-source.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 259fc17789e99fdcd0fe294d31ec53ef43a1f7a1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 22:52:52 2022 +0100

    Dpkg::Source::Package: Rename _sanity_check to _check_workdir
    
    These functions are checking the work tree directory, so make that
    explicit. Remove the unnecessary sanity term.

 scripts/Dpkg/Source/Package/V3/Bzr.pm | 6 +++---
 scripts/Dpkg/Source/Package/V3/Git.pm | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 0c8898235cd37301569daa51abace7f3aac2a7d1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 22:51:57 2022 +0100

    Dpkg: Rename _sanity_check and _sanity_check_opts to _check_opts
    
    Make it clear we are checking options, and remove the unnecessary
    sanity term.

 scripts/Dpkg/Compression/Process.pm | 6 +++---
 scripts/Dpkg/IPC.pm                 | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit cf91da7fa107ad0a71e11caf45b3dcce89271c2e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 22:50:39 2022 +0100

    Dpkg::Changelog: Rename __sanity_check_range method to _sanitize_range
    
    Avoid the sanity_check term as we are performing cleanups too. Remove
    the double prefix underscore, not used anywhere else in the codebase.

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

commit a991597a8c2a03e73d169e628eaa085db7f32763
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 04:47:50 2022 +0100

    Dpkg::Gettext: Fix typo in POD

 scripts/Dpkg/Gettext.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2330fb5f400a6da5378674d4da3c4bebe4b3accd
Author: Kisaragi Marine <kisaragi.effective@gmail.com>
Date:   Thu Nov 3 20:09:43 2022 +0100

    po: Fix typo in Japanese translation
    
    Closes: #1023376
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/ja.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 38a270680542d54bfc2edd71d50e6241b0fca40e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 20:08:55 2022 +0100

    man: Mark «lto» as bold in list title in dpkg-buildflags(1)

 man/dpkg-buildflags.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8285a5a3b0266b0cbf4187f4b57647fafb881ada
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 15 23:31:26 2022 +0100

    debian: Add build dependencies for release process
    
    Move these dependencies from the CI setup into the Build-Depends so they
    are declaratively specified and easily available for other users.

 .gitlab-ci.yml | 6 +-----
 debian/control | 4 ++++
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 615b8d38c1b32f23726167c667e4a0fa47b5a553
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 01:47:10 2022 +0100

    debian: Switch from gpg to gnupg for author testing Build-Depends
    
    When testing signing, we also need to get gpg-agent pulled in. Match
    the dependency to the ones used in the perl packages, so that this
    gives better test coverage.

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 823df15d72d7956f6f159ae61e348840125541df
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 19 00:44:30 2022 +0100

    Dpkg::OpenPGP: Handle backend requiring a keystore daemon for signing
    
    The OpenPGP backends might need a keystore command or daemon, so we need
    to detect and take that into account when deciding whether we can
    perform the signing operation.
    
    Add a new cmdstore command to detect, and a new can_use_key() method in
    the Dpkg::OpenPGP::Backend class.

 scripts/Dpkg/OpenPGP.pm               | 14 ++++----------
 scripts/Dpkg/OpenPGP/Backend.pm       | 12 ++++++++++++
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 20 +++++++++++++++++++-
 scripts/t/Dpkg_OpenPGP.t              | 12 ++++++++----
 4 files changed, 43 insertions(+), 15 deletions(-)

commit 357ed2d614d4e8643c563805ebb359edb966e56e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 09:55:30 2020 +0100

    Dpkg::OpenPGP: Add Sequoia backend support
    
    Add support for sq, and prefer it if installed with the assumption that
    if a user has it, that probably means they prefer it over GnuPG.

 README                                  |   1 +
 debian/control                          |  12 ++--
 man/dpkg-buildpackage.pod               |   3 +
 scripts/Dpkg/OpenPGP.pm                 |   2 +
 scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 123 ++++++++++++++++++++++++++++++++
 scripts/Makefile.am                     |   1 +
 scripts/t/Dpkg_OpenPGP.t                |   2 +
 7 files changed, 140 insertions(+), 4 deletions(-)

commit 9c64d540c5ba1c75b2fabc531c38be4025d8572f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 23:25:39 2022 +0200

    dpkg-buildpackage: Add --sign-backend to specify the OpenPGP backend
    
    The default OpenPGP backend is auto-detected, but can now be specified
    explicitly.
    
    There was a historical -s(gpg|pgp) option which we are not reusing as it
    was confusing with the options that control the source package contents.
    This should be rare enough to be needed on the command-line that a long
    option should be fine, and it can always be configured on the config
    file.

 man/dpkg-buildpackage.pod    | 29 +++++++++++++++++++++--------
 scripts/dpkg-buildpackage.pl |  7 +++++++
 2 files changed, 28 insertions(+), 8 deletions(-)

commit 6afb4b99eefeebd3de2868b590ce42def0906446
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 23:25:39 2022 +0200

    Dpkg::OpenPGP: Add multi-backend loading support
    
    This adds the generic infrastructure to be able to load multiple
    OpenPGP backends, depending on the requested CLI, API, or specific
    needed features when in auto mode.

 scripts/Dpkg/Control/HashCore.pm |   2 +-
 scripts/Dpkg/OpenPGP.pm          |  63 +++++++++++++++++++-
 scripts/Dpkg/Source/Package.pm   |   2 +-
 scripts/dpkg-buildpackage.pl     |   3 +
 scripts/t/Dpkg_OpenPGP.t         | 121 ++++++++++++++++++++++-----------------
 5 files changed, 136 insertions(+), 55 deletions(-)

commit 73bac54caefb379ecdba9bb2c3159bb50ea8bb8d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 23:25:39 2022 +0200

    Dpkg::OpenPGP::Backend: Add new has_verify_cmd() method
    
    This is needed to handle backends that have a special command used only
    for signature verification.

 scripts/Dpkg/OpenPGP/Backend.pm       | 6 ++++++
 scripts/Dpkg/OpenPGP/Backend/GnuPG.pm | 6 ++++++
 2 files changed, 12 insertions(+)

commit 4af4a46fa12221e8e7ea7d525619a2dbc89f7786
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 23:25:39 2022 +0200

    Dpkg::OpenPGP::Backend: Refactor GnuPG functions from Dpkg::OpenPGP
    
    Create a generic Dpkg::OpenPGP::Backend as the base class for all
    backend implementations. Move the GnuPG specific backend into a new
    Dpkg::OpenPGP::Backend::GnuPG.
    
    This will make adding other implementations easier.

 scripts/Dpkg/OpenPGP.pm                            | 227 ++-------------------
 scripts/Dpkg/OpenPGP/Backend.pm                    | 109 ++++++++++
 .../Dpkg/{OpenPGP.pm => OpenPGP/Backend/GnuPG.pm}  |  61 ++----
 scripts/Makefile.am                                |   2 +
 4 files changed, 141 insertions(+), 258 deletions(-)

commit 040e652e02bd4917b2ed3d593f10afe3c891a265
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 20:06:00 2022 +0100

    test: Improve OpenPGP unit tests and check verification and signing

 scripts/Makefile.am                         |   9 ++-
 scripts/t/Dpkg_OpenPGP.t                    |  83 ++++++++++++++++++----------
 scripts/t/Dpkg_OpenPGP/data-file            |   5 --
 scripts/t/Dpkg_OpenPGP/data-file.asc        |   8 ---
 scripts/t/Dpkg_OpenPGP/dpkg-test-pub.asc    |  24 ++++++++
 scripts/t/Dpkg_OpenPGP/dpkg-test-sec.asc    |  28 ++++++++++
 scripts/t/Dpkg_OpenPGP/sign-file            |   5 ++
 scripts/t/Dpkg_OpenPGP/sign-file-inline.asc |  16 ++++++
 scripts/t/Dpkg_OpenPGP/sign-file-inline.sig | Bin 0 -> 382 bytes
 scripts/t/Dpkg_OpenPGP/sign-file.asc        |   8 +++
 scripts/t/Dpkg_OpenPGP/sign-file.sig        | Bin 0 -> 191 bytes
 11 files changed, 143 insertions(+), 43 deletions(-)

commit a8614ed38265c4bbe52a8bb4ab1b86d636dd6aac
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 27 04:33:25 2022 +0200

    dpkg-buildpackage: Add --sign-keyfile and DEB_SIGN_KEYFILE support
    
    We need to be able to pass the secret key file to use for signing both
    for the test suite and for OpenPGP implementations that do not (yet or
    won't ever) have a keystore.

 man/dpkg-buildpackage.pod         | 13 +++++++++++++
 scripts/Dpkg/OpenPGP.pm           | 24 ++++++++++++++++++++++--
 scripts/Dpkg/OpenPGP/KeyHandle.pm | 16 ++++++++++++----
 scripts/dpkg-buildpackage.pl      | 10 +++++++++-
 4 files changed, 56 insertions(+), 7 deletions(-)

commit 3f8e1616e007a625a1b550e6084c36fa9ce9c902
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 28 03:38:24 2022 +0200

    dpkg-buildpackage: Add new --sign-keyid and alias --sign-key to it
    
    Using «key» is confusing when what we mean is the «keyid».

 man/dpkg-buildpackage.pod    | 7 +++++--
 scripts/dpkg-buildpackage.pl | 5 +++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 204d0038e3588ff5cc1c03842bba58dbef8d7b72
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 23:23:43 2022 +0100

    Dpkg::OpenPGP::KeyHandle: Add new needs_keystore() method

 scripts/Dpkg/OpenPGP/ErrorCodes.pm | 3 +++
 scripts/Dpkg/OpenPGP/KeyHandle.pm  | 6 ++++++
 2 files changed, 9 insertions(+)

commit 3a17b8bcf3a32050cd23f4d491c819f5754ab262
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 20 03:32:28 2022 +0200

    Dpkg::OpenPGP: Refactor signing code from dpkg-buildpackage
    
    This adds a few methods (can_use_secrets() and inline_sign()) to abstract
    the signing code into this module, which will have all the OpenPGP
    implementation knowledge.
    
    Add Dpkg::OpenPGP::ErrorCodes for signing.
    
    We will add unit tests once we have added keyfile support.

 scripts/Dpkg/OpenPGP.pm            | 37 +++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/OpenPGP/ErrorCodes.pm |  6 ++++++
 scripts/dpkg-buildpackage.pl       | 30 +++++++++++++-----------------
 3 files changed, 56 insertions(+), 17 deletions(-)

commit 57875d7ebb08c6d4ba74bed8363dc359ab7e0ee5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 05:59:37 2022 +0100

    dpkg-buildpackage: Move error report into singfile()
    
    This simplifies the call sites, where we always want the same exact
    error handling behavior.
    
    Changelog: internal

 scripts/dpkg-buildpackage.pl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 51af1d13bcebeb07d46ddd25c719c429a24cb26c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 05:59:37 2022 +0100

    dpkg-buildpackage: Remove blank line around signfile output lines
    
    We do not print such blank lines around other actions being performed.

 scripts/dpkg-buildpackage.pl | 1 -
 1 file changed, 1 deletion(-)

commit 98ba31692fa946e518eedac627e2d0f140e103c9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 02:43:07 2022 +0100

    Dpkg::OpenPGP: Refactor trusted keyrings from Dpkg::Source::Package
    
    Move all OpenPGP related knowledge inside the Dpkg::OpenPGP module,
    so that we can abstract it for multiple backends.

 scripts/Dpkg/OpenPGP.pm        | 10 ++++++++++
 scripts/Dpkg/Source/Package.pm |  5 ++---
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 31dbc0bf23ad73d607b1595a0b21915547eccf08
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 4 03:48:29 2022 +0100

    Dpkg::OpenPGP: Automatically detect both cmd and cmdv
    
    Separate the backend command from the specialized verification tool (if
    available), and use the specified command or the found when executing
    them.

 scripts/Dpkg/OpenPGP.pm | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

commit f10f1fbe9e52a6be500504f23d8f5b4a429e9d53
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 13:55:13 2022 +0100

    Dpkg::OpenPGP: Reintroduce gpg fallback for signature verification
    
    While the stated goal of commit f7f88cc62a86d4b96f2c9b0479f495a198d5a59d
    is still valid, it makes adding multiple backend implementations harder
    as specific command for verification both inline and detached signatures
    is not a commonly provided interface. And then we need to check that
    depending on the backend both commands are available when requiring the
    full API.

 scripts/Dpkg/OpenPGP.pm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 205f9f13f69ea7486e5babeadc3e95b2620cc668
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 04:51:40 2022 +0100

    Dpkg::OpenPGP: Call dearmor() unconditionally for GnuPG certificate imports
    
    We can simply call dearmor() instead of trying to infer the contents
    from the extension. Decide whether to use the resulting dearmored file
    based on the function error code.

 scripts/Dpkg/OpenPGP.pm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit cac9a06474b188aa91194c606512557b55a99790
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 04:49:53 2022 +0100

    Dpkg::OpenPGP: Remove now unnecessary is_armored() method
    
    This method was potentially a security issue in case it would match
    apparent ASCII Armor that was not valid and would not be parsed by an
    OpenPGP implementation. It is no longer used, so we can remove it.
    
    Prompted-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

 scripts/Dpkg/OpenPGP.pm  | 16 ----------------
 scripts/t/Dpkg_OpenPGP.t | 12 +++++++++---
 2 files changed, 9 insertions(+), 19 deletions(-)

commit e44684be3d97f280b50ff4024f9547bf1a6cd10a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 04:49:53 2022 +0100

    Dpkg::Source::Package: Call armor() unconditionally for signature conversion
    
    When we find a potentially binary signature (with a «.sig» extension),
    we simply unconditionally run armor() which now behaves in an idempotent
    way.

 scripts/Dpkg/Source/Package.pm  | 10 ++--------
 scripts/t/Dpkg_Source_Package.t |  9 +++++----
 2 files changed, 7 insertions(+), 12 deletions(-)

commit 104ba5982a46472264a117e97e5a3d4c2e7f93c6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 04:48:37 2022 +0100

    Dpkg::OpenPGP: Make armor idempotent
    
    When we pass this method an already ASCII Armored input, it should
    generate the exact same output.

 scripts/Dpkg/OpenPGP.pm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 49cb5a0e0afcfc4e5839491084e21ad51bd3b0a9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 22:52:23 2022 +0100

    Dpkg::OpenPGP: Change inline_verify to take an output file
    
    When doing inline-verify, ideally we should let the OpenPGP
    implementation verify the inlinesigned data and output the verified data
    with the ASCII Armor and any heading or trailing junk stripped.
    
    We are currently not doing that, as we cannot assume we might have an
    OpenPGP implementation around when we need to parse deb822 data, so for
    now we will just pass undef as the output filename, but in the future
    we might rearchitect the code to make use of this.
    
    At least this way the implementation can be used properly by potential
    future users, once and if the module becomes public, instead of
    providing an insecure API.
    
    Requested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

 scripts/Dpkg/OpenPGP.pm        | 11 ++++++-----
 scripts/Dpkg/Source/Package.pm |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 99793954b46abaeb63bd766a7ed8227800f358e2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 05:12:32 2022 +0100

    Dpkg::OpenPGP: Switch functions to return Dpkg::OpenPGP::ErrorCodes
    
    Instead of reporting errors from within the OpenPGP functions, switch to
    return error codes and let the call sites control how these are shown.
    
    This will remove much redundancy once we introduce multiple backends,
    and makes testing the code easier.

 scripts/Dpkg/OpenPGP.pm         | 49 +++++++++++++----------------------------
 scripts/Dpkg/Source/Package.pm  | 23 ++++++++++++++-----
 scripts/t/Dpkg_OpenPGP.t        |  9 +++++---
 scripts/t/Dpkg_Source_Package.t |  8 +++----
 4 files changed, 42 insertions(+), 47 deletions(-)

commit fc2cd569323fa04ff826bfe7e3c6916bac816d73
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 04:47:29 2022 +0100

    Dpkg::OpenPGP::ErrorCodes: Add new module

 scripts/Dpkg/OpenPGP/ErrorCodes.pm | 84 ++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                |  1 +
 scripts/po/POTFILES.in             |  1 +
 3 files changed, 86 insertions(+)

commit b568951795641269182a60d6bd385e62e3e2ca35
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 02:25:03 2022 +0100

    Dpkg::OpenPGP: Pass an array instead of an arrayref to _gpg_exec()
    
    We do not need to pass any options, so passing an array makes the call
    sites more ergonomic.

 scripts/Dpkg/OpenPGP.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a60c2ceb7c8804d950660b5722abbb76d28831d2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 4 21:19:24 2022 +0100

    po: Update German scripts translation

 scripts/po/de.po | 92 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 49 insertions(+), 43 deletions(-)

commit 38b7ab83d3ae8231da0598f1a12c61e6cb4add58
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 4 21:18:31 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit a01be4c05a8f780fdc59a25e66c1c83e4930f28e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 27 20:13:07 2022 +0200

    Dpkg::OpenPGP::KeyHandle: Refactor new key handle from dpkg-buildpackage
    
    Add a new class to be able to refer to OpenPGP keys, be those via
    keyids, userids, or automatic detection. Then sanitize the handle
    values and.
    
    This will make it possible to add transparent keyfile or keystore
    support in the future.

 scripts/Dpkg/OpenPGP/KeyHandle.pm  | 89 ++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                |  2 +
 scripts/dpkg-buildpackage.pl       | 26 +++++++----
 scripts/t/Dpkg_OpenPGP_KeyHandle.t | 92 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 201 insertions(+), 8 deletions(-)

commit 529758a0120af35e6ee1d6cfe6d68012981db936
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 27 20:14:34 2022 +0200

    dpkg-buildpackage: Rename $signkey to $signkeyid
    
    This makes the variable more clear and gives way to add keyfiles, and
    work with them all with key handles.
    
    Changelog: internal

 scripts/dpkg-buildpackage.pl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 15d8f8724b4a19a08ae6f682bb17afdfed19a091
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 28 03:34:00 2022 +0200

    man: Clarify dpkg-buildpackage --sign-key description
    
    - Mention that the «.buildinfo» files also get signed.
    - Mention that the option gets either a fingerprint or a user-ID,
      and that this refers to an OpenPGP secret key.

 man/dpkg-buildpackage.pod | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 823dd9ceec68cf481ca2101ae73a3cc433adec84
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 10:41:56 2022 +0200

    Dpkg::OpenPGP: Make it a class
    
    This will make implementing multiple backends easier.

 scripts/Dpkg/OpenPGP.pm        | 56 ++++++++++++++++++++++++++++--------------
 scripts/Dpkg/Source/Package.pm | 20 +++++++--------
 scripts/t/Dpkg_OpenPGP.t       | 10 +++++---
 3 files changed, 52 insertions(+), 34 deletions(-)

commit e490f8ff7b4e9657c65ee4b144246669ce22bf0b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 27 03:09:35 2022 +0200

    Dpkg::OpenPGP: Move status check from _gpg_exec() to _gpg_verify()
    
    The conditional is specific to signature verification. This way this
    helper will be usable also for other backend invocations.

 scripts/Dpkg/OpenPGP.pm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit a11d7340da2f679fc673d92767dfefcbb3eb1e69
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 10:06:51 2022 +0200

    Dpkg::OpenPGP: Use dearmor() instead of _gpg_import_keys() in _gpg_verify()
    
    This removes the dependency on «gpg» when we can use just «gpgv».

 scripts/Dpkg/OpenPGP.pm | 40 ++++++++++------------------------------
 1 file changed, 10 insertions(+), 30 deletions(-)

commit 2c622bc07510a4503816e936a1e36308d25090c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 19:57:17 2022 +0200

    Dpkg::OpenPGP: Add new dearmor() function

 scripts/Dpkg/OpenPGP.pm  | 9 +++++++++
 scripts/t/Dpkg_OpenPGP.t | 9 ++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 925b1696cd94a4a0770ba187f87276b369e69bc3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 10:16:55 2022 +0200

    Dpkg::OpenPGP: Switch armor() to use native OpenPGP armor functions
    
    This removes the dependency on «gpg» when we can use just «gpgv».

 scripts/Dpkg/OpenPGP.pm | 34 ++++------------------------------
 1 file changed, 4 insertions(+), 30 deletions(-)

commit 0eb367fb4eacc28885c365907e0707df237c80a2
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Wed Oct 26 10:12:48 2022 +0200

    Dpkg::OpenPGP: Add native helpers for ASCII Armor
    
    These functions prepare us to remove reliance on «gpg», which was only
    used for armoring and dearmoring while using «gpgv».
    
    [guillem@debian.org:
     - Coding style and formatting fixes.
     - Remove C code in comments.
     - Split base64 lines at 64 characters.
     - Match on same whitespace as Dpkg::Control::HashCore parsing.
     - Rename _pgp_unarmor_data() to _pgp_dearmor_data().
     - Remove spurious EOLs. ]
    
    Ref: https://salsa.debian.org/debian/devscripts/-/merge_requests/286
    Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/OpenPGP.pm | 75 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

commit 43d07b3c601f87ff7fa68d7aedf5b79dd6502533
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 20 03:12:43 2022 +0200

    Dpkg::OpenPGP: Merge ASCII armored key import into signature verification
    
    Handle ASCII armored "keyrings" semi-transparently, by accepting them in
    the verification function.

 scripts/Dpkg/OpenPGP.pm        | 25 ++++---------------------
 scripts/Dpkg/Source/Package.pm |  7 +------
 2 files changed, 5 insertions(+), 27 deletions(-)

commit 3bdad83225dfa70a1de18dccafea6949f262c399
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 22 03:01:46 2022 +0200

    Dpkg::Source::Package: Add armor_original_tarball_signature() member
    
    Move the Dpkg::OpenPGP::openpgp_sig_to_asc() function into a
    Dpkg::Source::Package member function as that has policy logic that
    does not really belong in the more generic Dpkg::OpenPGP module.

 scripts/Dpkg/OpenPGP.pm                            |  22 -----------
 scripts/Dpkg/Source/Package.pm                     |  32 ++++++++++++++-
 scripts/Dpkg/Source/Package/V1.pm                  |   3 +-
 scripts/Dpkg/Source/Package/V2.pm                  |   3 +-
 scripts/Makefile.am                                |   6 +--
 scripts/t/Dpkg_OpenPGP.t                           |  23 +----------
 scripts/t/Dpkg_Source_Package.t                    |  44 +++++++++++++++++++--
 .../package_1.0.orig.tar                           |   0
 .../package_1.0.orig.tar.asc                       |   0
 .../package_1.0.orig.tar.sig                       | Bin
 10 files changed, 76 insertions(+), 57 deletions(-)

commit 83d6b2ab2dc5a3d257afb5f38debdcb092b4e811
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 22 02:25:15 2022 +0200

    Dpkg::OpenPGP: Refactor armoring code into an armor() function
    
    We need to armor some files, and this will make it possible to move out
    the openpgp_sig_to_asc() function from this module, where it does not
    really fit as it encodes policy that is not generally useful.

 scripts/Dpkg/OpenPGP.pm  | 22 +++++++++++++++-------
 scripts/t/Dpkg_OpenPGP.t |  7 ++++++-
 2 files changed, 21 insertions(+), 8 deletions(-)

commit c0511ef62988d5598b838b226590630feb8452dd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 19 13:58:17 2022 +0200

    Dpkg::OpenPGP: Refactor is_armored() out from openpgp_sig_to_asc()

 scripts/Dpkg/OpenPGP.pm              | 29 +++++++++++++++++------------
 scripts/Makefile.am                  |  2 ++
 scripts/t/Dpkg_OpenPGP.t             | 11 +++++++++--
 scripts/t/Dpkg_OpenPGP/data-file     |  5 +++++
 scripts/t/Dpkg_OpenPGP/data-file.asc |  8 ++++++++
 5 files changed, 41 insertions(+), 14 deletions(-)

commit 280f64d6c07b41b0e24313b4ff750cd13f95115a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 19 13:55:32 2022 +0200

    Dpkg::OpenPGP: Rename and namespace GnuPG specific symbols
    
    These functions are really GnuPG specific, so give them matching names.

 scripts/Dpkg/OpenPGP.pm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 37973f01415213b477a936f5a813604567650764
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 20 02:46:07 2022 +0200

    Dpkg::OpenPGP: Rename keyrings option to certs
    
    These are signer certificates, it does not necessarily contain
    (private) keys.

 scripts/Dpkg/OpenPGP.pm        | 4 ++--
 scripts/Dpkg/Source/Package.pm | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 9ab885d538ade4b161ed1f1467f3cac3d8941b80
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 30 20:10:36 2022 +0200

    Dpkg::OpenPGP: Split verify_signature() into verify() and inline_verify()
    
    This maps more closely to the SOP API.

 scripts/Dpkg/OpenPGP.pm        | 34 ++++++++++++++++++++++++++--------
 scripts/Dpkg/Source/Package.pm | 11 ++++-------
 2 files changed, 30 insertions(+), 15 deletions(-)

commit c62aabc77638517b732873b280820f454b376b43
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 30 12:46:47 2022 +0200

    Dpkg::OpenPGP: Refactor _gpg_verify() out from verify_signature()

 scripts/Dpkg/OpenPGP.pm | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

commit f7f88cc62a86d4b96f2c9b0479f495a198d5a59d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 25 23:43:59 2022 +0200

    Dpkg::OpenPGP: Require gpgv and do not fallback to gpg to verify signatures
    
    Using gpgv exclusively for signature verification is better, it removes a
    fat dependency where gpgv tends to be present when gpg is present, has a
    better stateless interface, and reduces code complexity.

 scripts/Dpkg/OpenPGP.pm | 2 --
 1 file changed, 2 deletions(-)

commit 7343b9d30e0e827364857d71a87eaa03c054bcb9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 30 02:26:59 2022 +0200

    Dpkg::OpenPGP: Refactor GnuPG common options into functions

 scripts/Dpkg/OpenPGP.pm | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

commit 816b7847df15762635f8269f36c3a9eb728bbacb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 20 03:12:43 2022 +0200

    Dpkg::OpenPGP: Refactor _gpg_import_keys() out of import_key()

 scripts/Dpkg/OpenPGP.pm | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

commit d861e635c7bef4dda9afd758ec90bb93be3ebe27
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 19:59:18 2022 +0200

    Dpkg::OpenPGP: Pass opts as a hash ref on the first argument
    
    This unifies the current interface, and takes it closer to the Stateless
    OpenPGP CLI draft.

 scripts/Dpkg/OpenPGP.pm        | 26 +++++++++++++-------------
 scripts/Dpkg/Source/Package.pm | 22 +++++++++++-----------
 2 files changed, 24 insertions(+), 24 deletions(-)

commit bfed9bcd7ffd3c9643863dfd0afb7ac3e50b7268
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 20 03:07:21 2022 +0200

    Dpkg::OpenPGP: Remove unused $exec_opts argument from _exec_openpgp()
    
    This is not currently used, if there's ever a need for something like
    this we can always add it back.

 scripts/Dpkg/OpenPGP.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5715e867b386c80ac4273da5cb96c0638d849e1d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 20:19:56 2022 +0200

    scripts: Switch to use file_touch() instead of open coding it
    
    Changelog: internal

 lib/dpkg/t/t-tarextract.t               | 12 ++-----
 lib/dpkg/t/t-treewalk.t                 | 60 +++++++++++++++------------------
 scripts/Dpkg/Source/Functions.pm        |  4 +--
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  5 ++-
 scripts/t/Dpkg_Path.t                   | 14 +++-----
 scripts/t/Dpkg_Source_Archive.t         | 20 +++--------
 6 files changed, 43 insertions(+), 72 deletions(-)

commit 99a7e9b29d2078f8978d3738af82b93296ac9046
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 20:19:12 2022 +0200

    Dpkg::File: Add new file_touch() function

 scripts/Dpkg/File.pm  | 8 ++++++++
 scripts/t/Dpkg_File.t | 7 ++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 3f2c70454f0d3a225d36b80be55cd6cb917d76d8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 19:56:36 2022 +0200

    scripts: Switch to use file_dump() instead of open coding it
    
    Changelog: internal

 dselect/methods/Dselect/Ftp.pm  |  5 +----
 dselect/methods/ftp/install.pl  |  5 +----
 lib/dpkg/t/t-trigdeferred.t     | 11 ++---------
 scripts/Dpkg/Source/Quilt.pm    | 13 ++++---------
 scripts/t/Dpkg_IPC.t            |  6 +-----
 scripts/t/Dpkg_Source_Archive.t | 15 ++++++++-------
 scripts/t/dpkg_buildpackage.t   |  5 ++---
 scripts/t/dpkg_source.t         |  5 ++---
 8 files changed, 21 insertions(+), 44 deletions(-)

commit a3341d7db833b1e25f09b9cca6630301856c0aa8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 19:55:58 2022 +0200

    Dpkg::File: Add new file_dump() function

 scripts/Dpkg/File.pm             | 20 ++++++++++++++++++++
 scripts/Makefile.am              |  2 ++
 scripts/t/Dpkg_File.t            | 22 +++++++++++++++++++++-
 scripts/t/Dpkg_File/append-me    |  3 +++
 scripts/t/Dpkg_File/dump-partial |  2 ++
 5 files changed, 48 insertions(+), 1 deletion(-)

commit cbac7febfea167ad8a1351ef7413f43c8be9d07c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 20:21:21 2022 +0200

    scripts: Switch to use file_slurp() instead of open coding it
    
    Changelog: internal

 dselect/methods/Dselect/Ftp.pm    | 15 ++++++++-------
 dselect/methods/ftp/install.pl    |  8 ++------
 scripts/Dpkg/Source/Package/V2.pm |  5 +----
 scripts/Dpkg/Source/Quilt.pm      |  4 +---
 scripts/t/Dpkg_IPC.t              | 14 ++++----------
 5 files changed, 16 insertions(+), 30 deletions(-)

commit 659bfca2ab7fe06ff056e298a877cfbb0ca5e35c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 22:10:07 2022 +0200

    test: Add Dpkg::File unit tests

 scripts/Makefile.am          |  1 +
 scripts/t/Dpkg_File.t        | 32 ++++++++++++++++++++++++++++++--
 scripts/t/Dpkg_File/slurp-me |  3 +++
 3 files changed, 34 insertions(+), 2 deletions(-)

commit d9215012601b4b54aaa5f3edc3d7bd530235cb1e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 23:14:35 2022 +0200

    Test::Dpkg: Make test_get_temp_path() remove the path before creating it
    
    This makes sure each test group starts with a clean temporary directory,
    with no side effects from any previous run.

 scripts/Test/Dpkg.pm            | 3 ++-
 scripts/t/Dpkg_Source_Archive.t | 4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 0e7dcece7edcf0b83b710c725b1b993ed9731bac
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:12:08 2022 +0100

    dselect: Remove unused Net::FTP import from ftp method scripts
    
    The Net::FTP object is instantiated from the Dselect::Ftp::do_connect()
    function, so it does not need to be imported from the scripts.
    
    Changelog: internal

 dselect/methods/ftp/install.pl | 1 -
 dselect/methods/ftp/setup.pl   | 1 -
 dselect/methods/ftp/update.pl  | 1 -
 3 files changed, 3 deletions(-)

commit bc382efce48612135428ebae8c9820b924cc67a2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 13:33:35 2022 +0100

    dselect: Require the Dpkg modules for the ftp access method
    
    While strictly speaking we do not currently need it, it will make it
    possible to remove code that can use functionality from the Dpkg perl
    modules. We replace the warning recommending to install perl, by a
    message stating that the Dpkg modules are missing, as if the user
    installs libdpkg-perl (or equivalent) then the perl package will also
    be pulled in.

 debian/control                 | 1 +
 dselect/methods/Dselect/Ftp.pm | 4 +++-
 dselect/methods/ftp/install.pl | 5 +++--
 dselect/methods/ftp/setup.pl   | 6 ++++--
 dselect/methods/ftp/update.pl  | 5 +++--
 5 files changed, 14 insertions(+), 7 deletions(-)

commit 387c13c453902448965ea842dc0cdb861c538bac
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:13:33 2022 +0100

    dselect: Unconditionally load perl modules included in perl-base
    
    In Debian and derivatives where the perl distribution is split into
    a perl-base package which is always guaranteed to be installed, and a
    perl-modules and perl packages, which are not, we do not need to
    conditionally load these modules, as they will always be installed.
    
    On other systems, when perl is installed these modules will always be
    present so this change should not make any difference.
    
    Changelog: internal

 dselect/methods/ftp/install.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 61d4dc27cbe5f33420a7287bf830637eaf9e41a9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:17:09 2022 +0100

    Dselect::Ftp: Conditionally load perl modules shipped in the perl package
    
    In Debian and derivatives where the perl distribution is split into
    a perl-base package which is always guaranteed to be installed, and a
    perl-modules and perl packages, which are not, we need to conditionally
    load these modules, as we do not have strict dependencies on the perl
    package.
    
    On other systems, when perl is installed these modules will always be
    present so this change should not make any difference.

 dselect/methods/Dselect/Ftp.pm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit cd301eadcc139019e60134ddb564045dafde9346
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 16:26:24 2022 +0100

    Dselect::Ftp: Declare %CONFIG with «our» instead of «my»

 dselect/methods/Dselect/Ftp.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1f9d4053b7533ea9caca496f444ec22fd5687ba2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 24 23:13:19 2022 +0200

    dpkg-genchanges: Refactor $is_backport check into a boolean
    
    Move this check into its own boolean, so that in the future we can
    extend it to be based on some other criteria, such as a new changelog
    keyword.
    
    Changelog: internal

 scripts/dpkg-genchanges.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6464cc404c9656a636a89ccb7dce979d7f94d29e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 23 21:03:45 2022 +0200

    dpkg-genchanges: Use intermediate variables to access fields
    
    Changelog: internal

 scripts/dpkg-genchanges.pl | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

commit bfea22b21a8bdf4dbfd9aa28d05ccf282974a3b2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 22:23:55 2022 +0200

    build: Sort test_data variables

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

commit bed9621d25fb4e78d4e13b0bb54750c6c198fadb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 28 19:33:53 2022 +0200

    build: Move authorcheck target to tap.am
    
    This makes this target available on any directory that contains TAP
    tests, and not just the source-tree root.

 Makefile.am      | 3 ---
 build-aux/tap.am | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e2fa4e3a69d5e24434d1eb923635702bbdfdc787
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 23 14:05:35 2022 +0200

    test: Fix cppcheck suppression
    
    Fixes: commit 6cad120a9800fcfc164ce381826abf46c7e72172
    Changelog: silent

 t/cppcheck/cppcheck.supp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a592d009868028b3554bf786065adb449f1bc5c0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 23 05:33:42 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit 7aa7057bcbf1cf96d88e977b9a261322e140e976
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 13:31:14 2022 +0200

    libdpkg: Remove trailing «/» from UPDATESDIR definition
    
    This makes comparing the pathname more cumbersome, and diverges from all
    other directory name macros. If we need to concatenate it we can append
    an explicit «/» between components.

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

commit 664e70136b6d654fd00098d8327c19598d0f3001
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 23:40:05 2022 +0200

    libdpkg: Rewrite fnis array variable definition
    
    Use designated initializers to make the assignments obvious.

 lib/dpkg/dbmodify.c | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

commit 19f314bba7632b656d9dc2e1e3dba44701678190
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 21 03:30:56 2022 +0200

    libdpkg: Switch updatefn handling to use varbuf snapshots
    
    This uses the common varbuf snapshot and rollback pattern which
    handles automatic memory reallocation if needed, and is less prone to
    buffer handling mistakes.

 lib/dpkg/dbmodify.c | 48 ++++++++++++++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 20 deletions(-)

commit b630e2495d18e14f9e7e40026f5dd4a2f2605f9c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 21 03:27:15 2022 +0200

    libdpkg: Add new varbuf_rollback_len() and varbuf_rollback_start() functions
    
    This make using the rollback points easier.

 lib/dpkg/libdpkg.map  |  2 ++
 lib/dpkg/t/t-varbuf.c | 21 ++++++++++++++++++++-
 lib/dpkg/varbuf.c     | 21 +++++++++++++++++++++
 lib/dpkg/varbuf.h     |  2 ++
 4 files changed, 45 insertions(+), 1 deletion(-)

commit c192844eb2d23fe8d61bfc873fad928f97d5d1c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 22 00:17:10 2022 +0200

    libdpkg: Associate each varbuf_state to a varbuf
    
    This requires one varbuf_state per varbuf, instead of being able to
    share them among related variable, but makes sure these will be coherent
    and will allow adding new functionality based on the state and the base
    varbuf.

 lib/dpkg/db-ctrl-access.c  |  2 +-
 lib/dpkg/db-ctrl-upgrade.c | 10 ++++++----
 lib/dpkg/t/t-varbuf.c      |  4 ++--
 lib/dpkg/varbuf.c          |  5 +++--
 lib/dpkg/varbuf.h          |  3 ++-
 src/main/archives.c        | 10 +++++++---
 src/main/archives.h        |  2 ++
 src/main/remove.c          | 10 +++++-----
 src/main/unpack.c          |  8 ++++----
 9 files changed, 32 insertions(+), 22 deletions(-)

commit 40580729aefa5d7ee13142c71f96e9cba9dbdec6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 22 01:31:31 2022 +0200

    libdpkg: Use pkg_infodb_get_dir() on opendir() instead of oldname
    
    Use the obvious directory name instead of a variable that is supposed to
    hold filenames within that directory.

 lib/dpkg/db-ctrl-upgrade.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit acd58f71a1f94c16698394cabe66b90f5d75676a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 21 02:53:01 2022 +0200

    libdpkg: Use updatesdir when using the updates directory
    
    Instead of using the updatefnbuf variable which can contain either the
    directory name or the pathname to one of its containing filenames,
    always use the updatedir variable, which is the obvious and
    straightforward variable to use.

 lib/dpkg/dbmodify.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6cad120a9800fcfc164ce381826abf46c7e72172
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 21 01:58:22 2022 +0200

    libdpkg, dpkg: Use varbuf_add_dir() instead of _add_str() + _add_char()
    
    This refactors this repeating pattern, and in addition makes sure we
    never add a directory separator in excess if it was already present
    in the added dirname.
    
    Changelog: internal

 lib/dpkg/db-ctrl-access.c  | 3 +--
 lib/dpkg/db-ctrl-format.c  | 3 +--
 lib/dpkg/db-ctrl-upgrade.c | 3 +--
 lib/dpkg/trigdeferred.c    | 3 +--
 lib/dpkg/triglib.c         | 3 +--
 src/main/remove.c          | 3 +--
 6 files changed, 6 insertions(+), 12 deletions(-)

commit 5d2363cd96a1ac2719ac70739b6d0aa277b7a07d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 21 01:50:32 2022 +0200

    libdpkg: Add new varbuf_add_dir() function
    
    Add new functions that take care of adding a trailing «/» when there
    is none present yet. We have this pattern in the codebase but with
    unconditional addition of «/» which is not ideal.

 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/t/t-varbuf.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
 lib/dpkg/varbuf.c     |  8 ++++++++
 lib/dpkg/varbuf.h     |  1 +
 4 files changed, 53 insertions(+), 1 deletion(-)

commit c6f4a2a7a10358da180fa73689f805a3e23d5e9b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 23:47:10 2022 +0200

    libdpkg, dselect: Reformat enum declarations
    
    Place each enum value into its own line, and end the last item with a
    comma to ease extending them.
    
    Changelog: internal

 dselect/dselect.h  | 12 ++++++++++--
 dselect/pkglist.h  | 33 +++++++++++++++++++++++++--------
 lib/dpkg/dpkg-db.h |  6 +++++-
 3 files changed, 40 insertions(+), 11 deletions(-)

commit 9d3574c74d2b341a3240f42bd9ca3d310ecf78df
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 18 22:42:16 2022 +0200

    dpkg: Use explicit EXIT_SUCCESS/EXIT_FAILURE instead of 0/1 in relationinfos
    
    The integer constants can be easily confused by boolean values. Use the
    explicit exit macros to make it obvious what these are about.
    
    Changelog: internal

 src/main/enquiry.c | 206 ++++++++++++++++++++++++++---------------------------
 1 file changed, 103 insertions(+), 103 deletions(-)

commit 8276dabf7af20c37ada82e84c26f1a3e4657cd83
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 17 01:11:31 2022 +0200

    dpkg: Rewrite relationinfos array variable definition
    
    Use designated initializers to make the assignments obvious.
    
    Changelog: internal

 src/main/enquiry.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 143 insertions(+), 19 deletions(-)

commit 89bfbf1201771b1b656b95875b7aa63b7ff6d240
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 23:55:17 2022 +0200

    dpkg: Rename struct relationinfo string member to op
    
    This is shorter and a more clear name for the operator string.
    
    Changelog: internal

 src/main/enquiry.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 7ae58b28257fa06e7812eeecfd490ceb9a3fb0c4
Author: Christoph Berg <myon@debian.org>
Date:   Sat Oct 22 15:32:50 2022 +0200

    man: Clarify Build-Profiles syntax in deb-src-control(5)
    
    Make it clear that "same syntax" for Build-Profiles includes the angle
    brackets.
    
    Closes: #1022237
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/deb-src-control.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2554bd8b78392b4cd182376e571935b8432bccb2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 15 15:25:43 2022 +0200

    man: Clarify dpkg-maintscript-helper switched symlinks/dirs need be shipped
    
    There is nothing special about these pathnames being switched by
    dpkg-maintscript-helper, and they will only be purged, as expected,
    if they are part of the new package.
    
    Closes: #974053

 man/dpkg-maintscript-helper.pod | 4 ++++
 1 file changed, 4 insertions(+)

commit d9405b4300166572936aad172e8d26670c8091e5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 15 08:42:04 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 9587f37596bd197fcfc9f7ef0c63373f14d0a56a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 14 22:54:22 2022 +0200

    dselect: Clarify non-free section as optional not free software component
    
    Reword the existing note on the media method to clarify the non-free
    section might not be present in Debian media distributions, and mention
    the reasons why (due to its licensing).
    
    Add the same note to the file method, and clarify its method
    description.
    
    Closes: #30972

 dselect/methods/file/desc.file |  4 ++--
 dselect/methods/file/setup.sh  | 10 ++++++++++
 dselect/methods/media/setup.sh | 11 ++++++-----
 3 files changed, 18 insertions(+), 7 deletions(-)

commit 717e82ec2fe4f714dc6f6b70548bbcc8dbbae183
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 14 22:53:28 2022 +0200

    dpkg-name: Use none() instead of ad-hoc comparisons
    
    Changelog: internal

 scripts/dpkg-name.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 028b5c2b54ad18ca04b23209b447551627b2b022
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 13 23:55:02 2022 +0200

    doc: Fix «i.e.» usage

 dselect/methods/media/setup.sh | 2 +-
 dselect/pkgdepcon.cc           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 7344341f200536e6a97703e6d61447651bc4a8b4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 13 22:12:10 2022 +0200

    man: Add references to deb-src-symbols(5) from deb-symbols(5)
    
    This makes it clear what's the relationship between these formats,
    back and forth.

 man/deb-symbols.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8ec3c8d98609a1ff2e41fba6520937f925035873
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 13 02:18:07 2022 +0200

    debian: Update debbugs usertags
    
    - Change view names to make them more clear.
    - Add new simple view.
    - Add new generic tags.
    - Remove duplicate i18n generic tag.
    - Add new program tags.

 debian/README.bug-usertags | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

commit ab9bb1c21c958825fd617cc06592b5355b914a4c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Oct 13 21:19:05 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 124 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 66 insertions(+), 58 deletions(-)

commit 0c9f0bc0749a71b4352c2fb5b0c48da4498507f1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 01:31:22 2022 +0200

    Test::Dpkg: Refactor test files search into _test_get_files function()
    
    This reduces duplication and will make adding new variants easier.

 scripts/Test/Dpkg.pm | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

commit 6044920edf251c406cf1f31a45504f3fd63ebee2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 23:02:26 2022 +0200

    man: Clarify «hold» behavior with explicit actions in --force-hold text
    
    The text was clear in the «Package selection states» subsection, but a
    bit unclear in the note in the --force-hold option.
    
    Ref: #985749

 man/dpkg.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3a2bf0afea886de5f01ba0521d387fbf5283ec6c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 22:48:45 2022 +0200

    man: Clarify that dpkg-buildpackage --build components imply a single type
    
    This option combines the various components specified to select a
    single build type, which implies a single build run and .changes file
    generated. Make that clear in the man page, to avoid confusion as this
    possibly implying multiple build runs or .changes files generated.
    
    Closes: #927265

 man/dpkg-buildpackage.pod | 3 +++
 1 file changed, 3 insertions(+)

commit 09eb3d159b7d7733e3a770edff1d25035f26ed53
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 17:28:31 2022 +0200

    man: Switch debian-installer modules.txt reference to a git URL
    
    This removes a filesystem pathname hardcoding from the man page, and
    removes the requirement for the user to install a package to read the
    additional documentation. While the URL might change, either site
    provider or even within the repository, this still is an improvement.

 man/deb-control.pod     | 5 ++---
 man/deb-src-control.pod | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

commit e7b55c94072cdef489cf492b9d384cb60dd9647a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 01:29:19 2022 +0200

    doc: Use US English spelling
    
    Warned-by: pod-spell

 man/deb-substvars.pod | 4 ++--
 man/dpkg-divert.pod   | 2 +-
 src/main/depcon.c     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 9bbb96d513015402c29f8f5a02ddad2fd242ff37
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 01:27:41 2022 +0200

    doc: Do not use «e.g.» outside parenthesis
    
    Warned-by: pod-spell

 doc/spec/protected-field.txt     | 2 +-
 man/deb-src-symbols.pod          | 4 ++--
 man/dpkg-parsechangelog.pod      | 2 +-
 man/dpkg-source.pod              | 2 +-
 man/dpkg.pod                     | 2 +-
 man/dselect.pod                  | 2 +-
 scripts/Dpkg/Changelog/Debian.pm | 3 ++-
 7 files changed, 9 insertions(+), 8 deletions(-)

commit 5c7551d6936a1b99caa31d05cd218c3a2c58aeeb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 01:13:01 2022 +0200

    po: Remove stray-previous-msgid entries
    
    Changelog: silent
    Warned-by: i18nspector

 man/po/nl.po | 11 +----------
 man/po/pt.po | 55 +------------------------------------------------------
 2 files changed, 2 insertions(+), 64 deletions(-)

commit 5e67750afc83286997ca8159931a9e154a2d82b2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Oct 12 21:23:43 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

commit 2f1a97952b5f51e5e114416c0771e732aa20c25d
Author: Christian Göttsche <cgzones@googlemail.com>
Date:   Tue Oct 11 22:57:01 2022 +0200

    dpkg, dpkg-statoverride: Install SELinux log callback to filter messages
    
    Since libselinux 3.2, via commit 05bdc03130d7 ("libselinux: use kernel
    status page by default") [1], selinux_status_updated(3) will issue log
    messages on enforcing changes and policy loads. dpkg is only interested
    in whether the policy changed to then reload the SELinux label database.
    
    Ignore non-relevant log messages and forward messages of type error,
    warning and avc (which should be treated as error if not audited
    according to selinux_set_callback(3)).
    
    Example (the missing newline is a libselinux bug [2]):
    
      Unpacking valgrind-dbg (1:3.19.0-1) ...
      uavc:  op=setenforce lsm=selinux enforcing=0 res=1Preparing to unpack .../vnstati_2.9-1_amd64.deb ...
    
    See also <https://github.com/rpm-software-management/rpm/pull/2201>.
    
    [1]: https://github.com/SELinuxProject/selinux/commit/05bdc03130d741e53e1fb45a958d0a2c184be503
    [2]: https://lore.kernel.org/selinux/20221011112733.194079-1-plautrba@redhat.com/
    
    [guillem@debian.org:
     - Fix coding style.
     - Change warning prefix to "selinux:". ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/common/selinux.c | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

commit 812a3b9e8a5d51bd423c8fc32829c1b3e62e7680
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Oct 10 21:27:02 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 221 +++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 163 insertions(+), 58 deletions(-)

commit 4a4861ac325deb9e8b5a06069714d5677db4c028
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Oct 10 21:26:46 2022 +0200

    po: Update German scripts translation

 scripts/po/de.po | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

commit 6e8da469da76a5576d84b80c1feac4f10ade9397
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 03:26:55 2022 +0200

    doc: Reword vendor file and module lookup logic to make it more clear
    
    Changelog: silent
    Prompted-by: Helge Kreutzmann <debian@helgefjell.de>

 man/deb-origin.pod     | 24 +++++++++++++++++-------
 scripts/Dpkg/Vendor.pm | 19 +++++++++++++------
 2 files changed, 30 insertions(+), 13 deletions(-)

commit 1d0ea9b2ba3f6a2de5b1a6ff55f3df7b71f73db6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 7 23:39:40 2022 +0200

    dpkg-buildpackage: Change -j, --jobs semantics to non-force mode
    
    The -j option matches the «make -j», and while the latter operates
    in force mode by default, meaning that it will run in parallel
    regardless of Makefiles supporting parallel execution, for source
    packages, where parallel builds is an opt-in process, we should
    default to the safe behavior which is to only enable parallel builds
    if the source packages supports them. The -j, --jobs option becomes
    an alias for -J, --jobs-try.
    
    Closes: #905835

 man/dpkg-buildpackage.pod    | 53 ++++++++++++++++++++++++++------------------
 scripts/dpkg-buildpackage.pl | 18 +++++----------
 2 files changed, 37 insertions(+), 34 deletions(-)

commit f3f8b3e09757c7a873525a51b288074faaca7594
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 7 23:39:40 2022 +0200

    dpkg-buildpackage: Add new --jobs-force option
    
    This option has the semantics of forced parallel builds.
    
    As we are about to change the semantics for the «-j» option, we should
    have a way to select the old force behavior.

 man/dpkg-buildpackage.pod    | 4 ++++
 scripts/dpkg-buildpackage.pl | 5 +++++
 2 files changed, 9 insertions(+)

commit 449fc2b875a78b7e61f71f2c7416b6c53bc41044
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 8 18:15:12 2022 +0200

    dpkg-buildpackage: Rename --jobs/--jobs-try argument in --help output
    
    Make it more clear this is the number of jobs, and match the
    name used in the man page.

 scripts/dpkg-buildpackage.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9e360cc6167eb608fd0ba3957c5514bf279e58fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 20:23:18 2022 +0200

    dpkg-buildpackage: Fix --jobs and --jobs-try parsing with no «=»
    
    These options are documented as taking an optional value, but the parser
    was only accepting that for their short option counterparts.

 scripts/dpkg-buildpackage.pl | 6 ++++++
 1 file changed, 6 insertions(+)

commit e82c6604e976f011923e9c460f372b2021918dd7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 7 23:41:42 2022 +0200

    dpkg-source: Fix confusing regex match for option arguments
    
    For the «--diff-ignore» option we were using a single regex to match
    it with or without arguments. Which resulted in a premature end of
    string marker followed by optional capturing group and another end of
    string marker.
    
    This is rather confusing, so split it into two regexes.

 scripts/dpkg-source.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7cf0faa61a8777a79998c25babe082840ab97606
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 7 04:36:15 2022 +0200

    doc: Fix typos in coding-style.txt
    
    Chsngelog: silent

 doc/coding-style.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit ec503c5ccc35134106b78cf62473b885c756d97f
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Mon Oct 10 03:12:27 2022 +0200

    po: Update Dutch translations
    
    Closes: #1021442, #1021443
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 183 +++++++++++++++++++++++------------------------------------
 po/nl.po     |  33 ++---------
 2 files changed, 76 insertions(+), 140 deletions(-)

commit 77f5bedb574732e433947264638b3caff5651ae8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 8 06:50:48 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

commit ab603c74f6ee7a30c1163e799f661568720be0d9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 8 06:50:17 2022 +0200

    po: Update German scripts translation

 scripts/po/de.po | 36 +++++++++++++++++++++++++++++-------
 1 file changed, 29 insertions(+), 7 deletions(-)

commit 22d50d3298135cdea288ff40c918b0f763927b99
Author: Boyuan Yang <byang@debian.org>
Date:   Wed Oct 5 23:02:54 2022 +0200

    po: Update Simplified Chinese programs translation
    
    Closes: #1021281
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/zh_CN.po | 705 +++++++++++++++++++-----------------------------------------
 1 file changed, 226 insertions(+), 479 deletions(-)

commit 88314fef1fd002e3332a2c27ae9bd63dff232814
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Sat Oct 1 22:22:10 2022 +0100

    po: Update Swedish translations
    
    Closes: #1021091
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/sv.po     |  370 +++++---------
 po/sv.po         | 1496 +-----------------------------------------------------
 scripts/po/sv.po | 1141 ++---------------------------------------
 3 files changed, 182 insertions(+), 2825 deletions(-)

commit 2b28d80a1b37279f66beac8f178f3cfd7617dd4c
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Mon Oct 3 12:39:31 2022 +0200

    po: Update Portuguese man pages translation
    
    Closes: #1018682
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 123 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 64 insertions(+), 59 deletions(-)

commit 62a37fb72a811cc98e8357f38467ff0ac6a396f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 04:09:04 2022 +0200

    u-a: Call tzset() explicitly now that we use localtime_r()
    
    The localtime_r() function is not guaranteed to call tzset() internally
    (or an equivalent functionality) as localtime() does.
    
    Changelog: internal

 utils/update-alternatives.c | 1 +
 1 file changed, 1 insertion(+)

commit 03684bcb06546649e4182071fc62a86df6c8f409
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 1 20:16:11 2022 +0200

    doc: Remove __END__ marker for ending POD documentation
    
    While this might give a very tiny speed improvement, it messes with
    editor formatting for POD markup.

 scripts/Dpkg/Arch.pm             | 2 --
 scripts/Dpkg/Changelog/Debian.pm | 1 -
 scripts/Dpkg/IPC.pm              | 1 -
 3 files changed, 4 deletions(-)

commit 11baf20d22ca1a16a94b0a171228dc9604b6eb61
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 1 20:13:56 2022 +0200

    doc: Do not use UTF-8 quotes in POD
    
    The pod-spell check complains about these wide-characters.
    
    Warned-by: pod-spell

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

commit 320fb28911bc932b4b648d46723ef91d6bd1bd84
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 11:36:56 2022 +0200

    Dpkg::Vendor: Deprecate loading vendor module names starting lower-cased
    
    This does not follow the current module naming convention, so we
    track any such names that we might have not seen before as part of
    the separated name handling, and emit warnings for the obsolete
    module names.
    
    Reported-by: Niels Thykier <niels@thykier.net> (on IRC)

 scripts/Dpkg/Vendor.pm | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

commit aeee6269fbe5a3385ce1b0febd5919cd40fb7716
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 20:23:29 2022 +0200

    Dpkg::Vendor: Deprecate loading vendor files with no special character mapping
    
    We should have clear and mapping rules for vendor files, to avoid strange
    filenames. It should also help that both the vendor files and the vendor
    modules will end up mapping based on the same set of special characters.

 man/deb-origin.pod     |  6 ++++--
 scripts/Dpkg/Vendor.pm | 37 ++++++++++++++++++++++++++++++-------
 2 files changed, 34 insertions(+), 9 deletions(-)

commit deb718ab71d45f1162a4d1807d641edf54e244c4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 11:36:56 2022 +0200

    Dpkg::Vendor: Fix module loading for vendors with special characters
    
    The current code was not handling vendor names with special characters
    (any of [^A-Za-z0-9], nor it was capitalizing the module name to follow
    the current module naming convention. We add the character remapping.
    
    Reported-by: Niels Thykier <niels@thykier.net> (on IRC)

 scripts/Dpkg/Vendor.pm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 5a7c7badd9e8fabf04f6c0f2362c903f80e1c0ae
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 19:53:26 2022 +0200

    Dpkg::Vendor: Fix vendor file loading for vendors with special characters
    
    The current code was not handling vendor names with multiple groups
    of spaces nor with special characters (any of [^A-Za-z0-9]). While
    filenames can be easily supported by many of those special characters,
    they can be annoying to deal with or cause unexpected results (such as
    using «/»). We add trials with full special character remapping to «-»
    using the same regex that we will use for vendor module names, so that
    the remapping is unified and more easy to understand.

 man/deb-origin.pod     |  8 +++++---
 scripts/Dpkg/Vendor.pm | 14 ++++++++++++--
 2 files changed, 17 insertions(+), 5 deletions(-)

commit dff52dbdbfe0552d36ed11091ac33a6ed1c193f4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 03:44:16 2022 +0200

    Dpkg::Vendor: Use a normalized key to access the cached objects
    
    Given that we accept variants for the vendor name, we should normalize
    by what we cached the result, otherwise we might end up doing more work
    than necessary.
    
    Use a very restricted set of characters, that should be extremely safe
    both for the vendor filename and the module name.
    
    Reported-by: Niels Thykier <niels@thykier.net> (on IRC)

 scripts/Dpkg/Vendor.pm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 7923fb945173f06cce260ad5cc55161534961c7c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 18:30:32 2022 +0200

    Dpkg::Vendor: Prefer loading capitalized vendor modules
    
    This gets us closer to the current perl module naming convention in the
    project (and in perl in general).

 scripts/Dpkg/Vendor.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 22da1f06476bbb7dd98e1c784c90a58bcbbf8353
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 04:15:17 2022 +0200

    Dpkg::Vendor: Prefer loading lowercase vendor file first as documented
    
    The documentation mentions that a lowercase vendor file is preferred,
    so we should try that first, then the passed name, followed by the
    different casing variants, preferring also the capitalized lowercase
    variant over the capitalized preserving the reset of the passed casing.
    
    Reported-by: Niels Thykier <niels@thykier.net> (on IRC)

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

commit af29c98849dc22093418a957925456bef115722f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 30 02:09:11 2022 +0200

    Dpkg::Vendor: Avoid duplicate file loading attempts
    
    When loading either the vendor file or the vendor module, only try the
    same name once, by removing duplicates from the list. Otherwise we are
    performing wasteful operations, that will affect all callers that have
    conditional vendor support.

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

commit 544af6f0b7ce9d607e886a7186d3cc22830cea45
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 03:39:46 2022 +0200

    Dpkg::Vendor: Fix get_vendor_file() to return on first match
    
    There is no point in checking the whole list of alternative vendor
    files just to return the last match, when we can simply return early
    on the first, as that's all wasted work. This also makes the behavior
    consistent with the get_vendor_object which returns on the first match
    when looking for a perl module.
    
    Reported-by: Niels Thykier <niels@thykier.net> (on IRC)

 scripts/Dpkg/Vendor.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 96def9855e4204fc610d09b3919cd7c58f5d0487
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 3 03:32:02 2022 +0200

    Dpkg::Vendor: Rename @tries variable to @names

 scripts/Dpkg/Vendor.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit aac147989efa0dad79181d85899dfae6fe2a88ce
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 00:32:21 2022 +0100

    Dpkg::Source::Package: Print verifying signature for all source formats
    
    Move the printing into the check_original_tarball_signature() function,
    so that we can print one line per signature verified. Otherwise we could
    only do that for the 1.0 format, which does not support multiple orig
    tarballs.
    
    While at it, simplify the message to only print the signature we are
    verifying, and not the data file it is attached to.

 scripts/Dpkg/Source/Package.pm    | 1 +
 scripts/Dpkg/Source/Package/V1.pm | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 16282d3bdc20e5e4fca8a53343d2c3510d4cbe69
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 00:31:42 2022 +0100

    Dpkg::Source::Package: Verify signatures before printing source files addition
    
    Even though we do not add these files until later, we should print the
    actions we are doing in an order that makes sense, which is first
    signature verification, then file addition.

 scripts/Dpkg/Source/Package/V1.pm |  6 +++---
 scripts/Dpkg/Source/Package/V2.pm | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 446417bebb32f85789ac2b9b657728bf8cf55eeb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 02:34:55 2022 +0200

    Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation
    
    This takes care of adding the required pathname separators when needed.
    
    Finishes the change in commit 60d8baf664bd75aa235a727fd63c189d450bb4ce.

 scripts/Dpkg/Source/Package.pm           |  3 ++-
 scripts/Dpkg/Source/Package/V1.pm        |  8 ++++----
 scripts/Dpkg/Source/Package/V2.pm        | 14 +++++++++-----
 scripts/Dpkg/Source/Package/V3/Bzr.pm    |  7 ++++---
 scripts/Dpkg/Source/Package/V3/Git.pm    |  9 ++++++---
 scripts/Dpkg/Source/Package/V3/Native.pm |  6 ++++--
 6 files changed, 29 insertions(+), 18 deletions(-)

commit 712f5e748802e6e4004720e3c8dcff35f21959ab
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Sep 20 20:49:20 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 123 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 94 insertions(+), 29 deletions(-)

commit edf66453d5629869f5d542576d72087d13ef86d9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 20:32:57 2022 +0200

    man: Clarify when package names get arch-qualified in dpkg-query output
    
    There were two places describing when packages get arch-qualified,
    one was missing the foreign arch case, the other read as if it was a
    non-exhaustive list of cases when it already was, which was rather
    confusing.
    
    Use the opportunity the reword both in a similar and hopefully more
    clear way and expand what a foreign arch implies.
    
    Reported-by: Jakub Wilk <jwilk@jwilk.net> (on IRC)

 man/dpkg-query.pod | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 5ede90f6647c52e95c6753c77b7bcd3984e3b22f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 20:12:12 2022 +0200

    man: Add description of bug closure Perl regex in deb-changelog(5)
    
    Describe the behavior of the Perl regex for bug closures, so that people
    that might not be fluent can still understand it.
    
    Remove «Bug» from example closure, as that's not the usual convention.
    
    Ref: #953911
    Based-on-patch-by: Daniel Shahaf <danielsh@apache.org>

 man/deb-changelog.pod | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

commit a811d0d2fe199238f9ec30423e25befb6f1b545a
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Sep 18 14:47:38 2022 +0200

    po: Update German programs translation
    
    Update to 1177t.

 po/de.po | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit d7aee4b2eb17a13c28b6db0aa4eac37bc646091b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 18 14:35:54 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 59 ++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 44 insertions(+), 15 deletions(-)

commit f702cd3f116f5e118d70140f31188dc1bed7b548
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date:   Wed Jul 6 18:44:21 2022 +0100

    dpkg: Make -E also take into account the architecture
    
    Let --skip-same-version look at the architecture too, so it can be used
    for an idempotent cross-grade.
    
    [guillem@debian.org:
     - Document behavior change in dpkg(1) man page.
     - Reword --help output to fit under 80 chars. ]
    
    Closes: #1014476
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg.pod        | 8 ++++++--
 src/main/archives.c | 2 +-
 src/main/main.c     | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

commit 36a7770f03e9e4d1865d25ad74b27d82c07b6f84
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Fri May 27 01:33:19 2022 +0200

    dpkg-genbuildinfo: Add new can-execute-cross-built-programs tainted flag
    
    Whether we can execute a cross-built program depends on whether the
    CPU and the operating system have such capability, including in some
    cases doing so via emulation, such as qemu hooked via something like
    binfmt on Linux. If the system is or not capable of running such
    programs, might affect the built artifacts and what tests run or not.
    
    [guillem@debian.org:
     - Use File::Temp instead of tmpnam() and push_exit_handler().
     - Set a taint flag instead of a new field.
     - Pass -w to gcc to avoid warnings.
     - Refactor into a function.
     - Style fixes. ]
    
    Closes: #1011191

 man/deb-buildinfo.pod        |  7 ++++++
 scripts/dpkg-genbuildinfo.pl | 51 +++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 57 insertions(+), 1 deletion(-)

commit 54305ee3803de9fe495d1126bab2d78ea0cd233b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 18 20:32:49 2022 +0200

    dpkg-genbuildinfo: Refactor build-tainted-by gathering into a function
    
    We will populate it with other local taint flags.

 scripts/dpkg-genbuildinfo.pl | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit d3d4c49c83c9591a7624816d60df38f09af60a16
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 17 08:48:26 2022 +0200

    man: Fix typo in markup

 man/deb-src-control.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1da76b4378c92813584445acddb33a78a531bec2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Sep 16 16:44:13 2022 +0200

    po: Update German scripts translation

 scripts/po/de.po | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit c8f1463cc8fa695fdeee7f126132d086bf2a36db
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Sep 16 16:43:09 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 90 ++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 72 insertions(+), 18 deletions(-)

commit a99af2d86225dd2efe4a706f31488901f8182667
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 10 22:31:16 2022 +0200

    doc: Fix typos
    
    Warned-by: codespell

 ChangeLog.old              | 34 +++++++++++++++++-----------------
 scripts/mk/architecture.mk |  2 +-
 t/codespell/stopwords      |  2 ++
 3 files changed, 20 insertions(+), 18 deletions(-)

commit b270714bc3ac84724fd5eadb5a70387186f38a4e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 03:32:48 2022 +0200

    doc: Update git repo URL and mention it being the primary one

 README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f8278a98d769737430a80110abd77731648ed50e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 03:32:10 2022 +0200

    doc: Switch releases download link from ftp.debian.org to deb.debian.org

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b8a22b7dc4defa2c2895d3df7041feb7cd48bf35
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 03:28:19 2022 +0200

    doc: Use https:// URLs instead of http:// when possible (round four)
    
    This includes the GPL license links, dpkg download links, patch metadata
    template, test suite data, translation reference comments.
    
    The ITS schema cannot be switched as it makes xgettext segfault.

 README                            | 4 ++--
 lib/dpkg/color.c                  | 2 +-
 lib/dpkg/color.h                  | 2 +-
 lib/dpkg/t/c-treewalk.c           | 2 +-
 lib/dpkg/t/c-trigdeferred.c       | 2 +-
 lib/dpkg/t/t-ehandle.c            | 2 +-
 lib/dpkg/treewalk.c               | 2 +-
 lib/dpkg/treewalk.h               | 2 +-
 po/de.po                          | 2 +-
 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 scripts/t/origins/ubuntu          | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

commit 927b5dc10857ce9294dca4f78ad76f8d99d362b7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 23:38:04 2022 +0200

    dpkg-fsys-usrunmess: Do not pass to print a ref to *STDERR
    
    Changelog: internal

 scripts/dpkg-fsys-usrunmess.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3f021fb53fdfb77cb5b7ae90e6fbe4283b7763e5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 03:23:12 2022 +0200

    Dselect::Ftp: Switch to current mirror list for ftp method output
    
    The old URL refers to the new one, so better direct the user to the
    one with actual content.

 dselect/methods/Dselect/Ftp.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1267a2135cba8f5d4950f2456160027234694983
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 04:56:47 2022 +0200

    Dpkg::Deps: Merge dependency string into a single line when parsing
    
    When we parse dependency information we need to remap it into a
    single-line so that the parser can do its job correctly.
    
    Closes: #1019565

 scripts/Dpkg/Deps.pm  | 2 ++
 scripts/t/Dpkg_Deps.t | 7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 926582f544ef8715c5874325304869196cd3c6fa
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 03:34:42 2022 +0200

    Dpkg::Checksums: Fix spacing
    
    Changelog: silent

 scripts/Dpkg/Checksums.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 97bdc84c56ab2dbc6f5d18aca04ec387ff07d09e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 31 23:29:21 2022 +0200

    Dpkg::Source::Package::V2: Update and clarify patch header metadata template
    
    Add missing fields, update accepted field values and syntax, and make
    the format clearer by distinguishing text that needs to be replaced
    (within «<>»), and between alternatives within «(|)» be these literal
    or replaceable text.

 scripts/Dpkg/Source/Package/V2.pm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 8e232648cc39a9dc692cc58c0d54a332412ef10a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 10 22:31:55 2022 +0200

    dpkg: Remove redundant «continue» keyword at the end of a loop
    
    This is a no-op, as it was the last statement on a while loop.
    
    Changelog: internal
    Warned-by: cppcheck

 src/main/remove.c | 1 -
 1 file changed, 1 deletion(-)

commit c10aeffc6d7198056f716486f6cfdbe70ce182a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 21 01:49:40 2022 +0200

    dpkg-deb: Add support for DPKG_DEB_COMPRESSOR_TYPE/LEVEL
    
    Closes: #550475

 man/dpkg-deb.pod | 12 ++++++++++++
 src/deb/main.c   | 20 ++++++++++++++++++++
 2 files changed, 32 insertions(+)

commit ae0a944c361948800583666bbdedff91d37ccd58
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 21 01:48:52 2022 +0200

    dpkg-deb: Refactor parse_compress_type() from set_compress_type()
    
    Changelog: internal

 src/deb/main.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit e892aa4fdc56459ed60ae7e8c857eb364cbc0d8d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 13 18:59:39 2022 +0200

    dpkg-deb: Move DPKG_DEB_THREADS_MAX parsing from libdpkg
    
    This environment variable is dpkg-deb specific, and has no place in the
    generic libdpkg code.
    
    Changelog: internal

 lib/dpkg/compress.c | 19 -------------------
 src/deb/main.c      | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 19 deletions(-)

commit ecfebe697efe55bb4b5622ef6318b1adbf39ae92
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 15 03:32:33 2022 +0200

    test: Remove stray backslash before comma
    
    Warned-by: grep

 tests/t-multiarch/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 922a02feb8c42b92537d16d1cae6bdfd9d686efc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 11 02:15:26 2022 +0200

    test: Redirect dd stderr to /dev/null instead of using status=none argument
    
    The latter is not portable.
    
    Fixes test failures on AIX.

 src/at/deb-split.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9d111da5d5c7f0a26bda4d4583d21c6fa43f8a8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 11 02:14:15 2022 +0200

    test: Use «perl» instead of «stat -c '%s'»
    
    The former is more portable.
    
    Fixes test failures on AIX.

 src/at/deb-format.at | 6 +++---
 src/at/local.at      | 5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 7f96bc0d8e1364eb094467ac5b60fd23e246cf0f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 11 01:37:16 2022 +0200

    test: Do not use unportable -a option to cp
    
    We do not need to preserve attributes for these files.
    
    At least AIX does not support it.

 src/at/deb-format.at | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8c7c835f9ba939b705f8494eb32ce45548b95f8f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 11 02:13:26 2022 +0200

    libdpkg: Fix type name for AIX dpkg_get_progname() implementation
    
    Fixes: commit 679760fd15900471faddfccb3a50bc0992073acc

 lib/dpkg/progname.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed51e46d960b388d1880eb25a752d10ca781a7ba
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 16 04:05:15 2022 +0200

    build: Consider Dselect prefixes as perl modules too in gen-changelog
    
    The perl modules for the dselect methods need to be matched.

 build-aux/gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d098a26cea2064db0769898b3583a4bfb8c40488
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 10 18:45:01 2022 +0200

    build: Simplify author testing
    
    Add an authorcheck make target. Switch all usages and documentation to
    use the new target. Remove DPKG_DEVEL_MODE environment variable support,
    and replace with AUTHOR_TESTING where appropriate. Update the usage
    documentation.

 .gitlab-ci.yml       | 5 ++---
 Makefile.am          | 3 +++
 README               | 8 +++-----
 doc/coding-style.txt | 2 +-
 m4/dpkg-build.m4     | 3 +--
 scripts/Test/Dpkg.pm | 4 ++--
 6 files changed, 12 insertions(+), 13 deletions(-)

commit 2767801430de3c6d4ec7394e286fc261a8180feb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 1 05:43:09 2022 +0200

    build: Fully switch to libmd for MD5 implementation
    
    Instead of embedding the MD5 digest implementation into libcompat, and
    potentially requiring keeping adding other digest functions there, fully
    switch to require these functions to be provided either by the system
    libc or by a libmd compatible project, such as
    <https://www.hadrons.org/software/libmd/>.

 README                 |   2 +-
 debian/control         |   1 +
 debian/copyright       |  14 ---
 debian/rules           |   1 -
 lib/compat/Makefile.am |   5 -
 lib/compat/md5.c       | 252 -------------------------------------------------
 lib/compat/md5.h       |  36 -------
 m4/dpkg-libs.m4        |  31 +++---
 8 files changed, 14 insertions(+), 328 deletions(-)

commit c6a4f28e1b1851a1419ccce46da5164389173876
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 25 20:25:30 2020 +0200

    build: Add the author testing dependencies to Build-Depends under a profile
    
    This makes installing them by hand or from various CI sources easier,
    and avoids having to repeat them all over the place.

 .gitlab-ci.yml |  6 +-----
 debian/control | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 5 deletions(-)

commit 3e7f285267fbef3d8d9735a29cddd7c503112a73
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 19 02:34:44 2022 +0200

    dpkg-buildpackage: Add --source-by and --changed-by aliases for -m/-e
    
    This might make the options more understandable depending on the callers
    usage, as it might better match their intended purpose.

 man/dpkg-buildpackage.pod    |  4 ++++
 scripts/dpkg-buildpackage.pl | 10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 1a4eb9edb0ae487dc6f72b29e1af4237da734c03
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 19 02:34:44 2022 +0200

    man: Clarify how --build-by and --release-by get passed to dpkg-genchanges
    
    These get passed as -m and -e respectively. Directing users to the
    dpkg-genchanges(1) man page looking for the long options is not helpful,
    when that command does not support them.
    
    Fixes: commit 293bd243a19149165fc4fd8830b16a51d471a5e9

 man/dpkg-buildpackage.pod | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 578f4deb52fc8ce83845f9e3395c251d36feeedc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 19 02:34:44 2022 +0200

    dpkg-buildpackage: Fix swapped long options for -m/-e
    
    Fixes: commit 293bd243a19149165fc4fd8830b16a51d471a5e9

 man/dpkg-buildpackage.pod    | 4 ++--
 scripts/dpkg-buildpackage.pl | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit e02fb2e3dffbacce894d5282e94a91bd51aaaae2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 6 22:30:13 2022 +0100

    dpkg-genbuildinfo: Use Dpkg::Version to parse source version
    
    Do not open-code version parsing when we can let the module do that for
    us.
    
    Changelog: internal

 scripts/dpkg-genbuildinfo.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c15487a58cfd955ae401c872c95aa375aacd1a88
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 19 04:23:22 2021 +0100

    dpkg-architecture: Do not compute values that are not required
    
    Further improve the logic to decide what values to detect from the
    system if not needed. This is a continuation from work done in
    commit 3f0304b640b7b5df1d727c175b59e75d69f4ba24.

 scripts/dpkg-architecture.pl | 155 +++++++++++++++++++++++++------------------
 1 file changed, 91 insertions(+), 64 deletions(-)

commit 0219be9f9c77eab8671f484b63c15983ba31f4e9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 16 21:20:08 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

commit 0740da6a975a87135d448d3412240202729184c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 02:29:19 2022 +0200

    Dpkg::Source::Package::V1: Remove redundant exit handler for erasedir()
    
    We are adding an exit handler for the same function, which means that if
    it fails, it will most probably fail again on the exist handler. So there
    is no much point in this.

 scripts/Dpkg/Source/Package/V1.pm | 2 --
 1 file changed, 2 deletions(-)

commit 001345e2ead49768270461d0937a9e646bca15aa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 02:26:40 2022 +0200

    debian: Update bogus lintian tag format

 debian/dpkg.lintian-overrides | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 245077b8493714d2037528ba836e29b1042aca9c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 23:45:33 2022 +0200

    debian: Do not compress spec files
    
    Whether dh_compress compresses a file depends on its size, so a file
    might switch from being compressed to being a plain text file whenever
    content gets added or removed. This makes stable links to these files
    rather inconvenient.
    
    As these are small files anyway, and they are shipped in a development
    package, we will simply install them uncompressed.

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

commit ae11999a964c6fe863dde5f8dffd171458362b23
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 23:44:11 2022 +0200

    debian: Properly install specs under /usr/share/doc/dpkg/spec/
    
    dh_installdoc was taking the filenames and installing them directly
    under /usr/share/doc/dpkg, which was not the intention with the subdir
    move.
    
    Fixes: commit e03d559c1dbb8ea943cf4607dbdc74d3cb2996a4

 debian/dpkg-dev.docs | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit f74e987cc4688594349c221f33cd89bd5117361a
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jul 6 18:12:44 2022 +0200

    po: Update German programs translation
    
    Update to 1177t.

 po/de.po | 45 +++++++++++----------------------------------
 1 file changed, 11 insertions(+), 34 deletions(-)

commit f165802999476aa68325b60f69b2a8cdfc3c80d6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 5 05:52:25 2022 +0200

    doc: Spell SELinux correctly

 debian/changelog     | 16 ++++++++--------
 src/common/selinux.c |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 12965e4f0a02375028f5d85095f64b99aecb6b60
Author: Christian Göttsche <cgzones@googlemail.com>
Date:   Tue Jul 5 00:40:05 2022 +0200

    dpkg: Avoid setgid(2) call if not needed
    
    If run as root, dpkg unconditionally calls setgid(0), for example if
    called as «dpkg --print-foreign-architectures» via lsb_release(1). On
    Linux this causes a POSIX capability check for CAP_SETGID, which for
    SELinux performs a permission check on the subject type. Allowing that
    access unnecessarily broadens the privileges of the subject, and ignoring
    (dontaudit'ing) might hide situations where CAP_SETGID is required
    (maybe within another program, but same SELinux type).
    
    This change makes the code only call setgid() if the current group ID
    is not 0 (=root). Since the condition also checks for the root user
    via getuid(), checking getegid() seems not to be necessary.
    
    Closes: #1014332
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/main/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f5dd09fe5b329c89afc920e94cd3ef2502d32a88
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 02:56:45 2022 +0200

    debian: Bump Standards-Version to 4.6.1 (no changes needed)

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5f06273e6a532b1a10a68fe9a7a2e7d2524dbf51
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 2 21:04:23 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 99 +++++++++++++++++++-----------------------------------------
 1 file changed, 31 insertions(+), 68 deletions(-)

commit 3cfebf646c6c8a551369dd5a211cedad6abf41b9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 1 11:43:02 2022 +0200

    Bump version to 1.21.10

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c2d6b7de5849c62d3a4f55f61dbc53c1992f74ee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 1 11:27:05 2022 +0200

    Release 1.21.9

 debian/changelog | 28 +++++++++++++++++++++++++---
 1 file changed, 25 insertions(+), 3 deletions(-)

commit b3f3ed0eeb0487b9f62ff2765b09cfbfc70252cd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 1 11:25:57 2022 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 143 ++++++++++++++++++++++++++++++++++++++----------
 man/po/dpkg-man.pot     |  85 +++++++++++++++++++---------
 man/po/es.po            |  93 +++++++++++++++++++++++--------
 man/po/fr.po            | 102 +++++++++++++++++++++++++---------
 man/po/hu.po            |  87 +++++++++++++++++++++--------
 man/po/it.po            |  91 ++++++++++++++++++++++--------
 man/po/ja.po            |  93 +++++++++++++++++++++++--------
 man/po/nl.po            | 135 ++++++++++++++++++++++++++++++++++++---------
 man/po/pl.po            |  93 +++++++++++++++++++++++--------
 man/po/pt.po            | 135 ++++++++++++++++++++++++++++++++++++---------
 man/po/pt_BR.po         |  85 ++++++++++++++++++++--------
 man/po/ru.po            |  90 ++++++++++++++++++++++--------
 man/po/sv.po            | 135 ++++++++++++++++++++++++++++++++++++---------
 man/po/zh_CN.po         |  82 +++++++++++++++++++--------
 po/ast.po               |   3 +-
 po/bs.po                |   3 +-
 po/ca.po                |  30 +++++++++-
 po/cs.po                |   3 +-
 po/da.po                |   3 +-
 po/de.po                |  30 +++++++++-
 po/dpkg.pot             |   5 +-
 po/dz.po                |   3 +-
 po/el.po                |   3 +-
 po/eo.po                |   3 +-
 po/es.po                |  30 +++++++++-
 po/et.po                |   3 +-
 po/eu.po                |   3 +-
 po/fr.po                |   3 +-
 po/gl.po                |   3 +-
 po/hu.po                |   3 +-
 po/id.po                |   3 +-
 po/it.po                |  30 +++++++++-
 po/ja.po                |   3 +-
 po/km.po                |   3 +-
 po/ko.po                |   3 +-
 po/ku.po                |   3 +-
 po/lt.po                |   3 +-
 po/mr.po                |   3 +-
 po/nb.po                |   3 +-
 po/ne.po                |   3 +-
 po/nl.po                |  30 +++++++++-
 po/nn.po                |   3 +-
 po/oc.po                |   3 +-
 po/pa.po                |   3 +-
 po/pl.po                |  30 +++++++++-
 po/pt.po                |  30 +++++++++-
 po/pt_BR.po             |   3 +-
 po/ro.po                |   3 +-
 po/ru.po                |   3 +-
 po/sk.po                |   3 +-
 po/sv.po                |  30 +++++++++-
 po/th.po                |   3 +-
 po/tl.po                |   3 +-
 po/tr.po                |  30 +++++++++-
 po/vi.po                |   3 +-
 po/zh_CN.po             |  30 +++++++++-
 po/zh_TW.po             |  30 +++++++++-
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   6 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 96 files changed, 1514 insertions(+), 449 deletions(-)

commit a3513eb672ecf1bb4b63de46d32f30b7b43bf65c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 23 20:49:12 2022 +0200

    Dpkg::BuildFlags: Document optimize feature area
    
    This feature was added in the Dpkg::Vendor:Debian module, but not
    documented here.
    
    Fixes: commit 9f9d22129ccc5e79c29ff9c2112cdc47ababbb09

 scripts/Dpkg/BuildFlags.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cad30c7db931f7aaf598a9c24cf5b38fda386424
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 22:58:01 2021 +0200

    dpkg-deb: Add support for --threads-max and DPKG_DEB_THREADS_MAX
    
    These will make it possible to limit the maximum number of threads used
    by compressors that support multi-threading.
    
    Prompted-by: vv221 on IRC

 lib/dpkg/compress.c | 35 ++++++++++++++++++++++++++++++++---
 lib/dpkg/compress.h |  1 +
 man/dpkg-deb.pod    | 12 ++++++++++++
 src/deb/extract.c   |  1 +
 src/deb/main.c      |  9 +++++++++
 5 files changed, 55 insertions(+), 3 deletions(-)

commit 7b55e3c006d8d91c658f95e1748d8b50bc7f0210
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 11 22:16:12 2022 +0100

    libdpkg: Refactor command actions for compression
    
    Setup the «struct command» from the fd_fd_filter() caller, so that we
    can use its API to add variable amount of arguments. This cleans up
    conditional option handling, and will make it easier to extend them
    further.

 lib/dpkg/compress.c | 114 +++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 81 insertions(+), 33 deletions(-)

commit 6ed23da43f705832e47ed3351d29f060d4dd7e1f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 28 04:59:16 2021 +0100

    man: Add references to rootless-builds.txt spec

 man/deb-src-control.pod   | 1 +
 man/dpkg-buildpackage.pod | 1 +
 man/dpkg-deb.pod          | 1 +
 3 files changed, 3 insertions(+)

commit e03d559c1dbb8ea943cf4607dbdc74d3cb2996a4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 28 04:58:19 2021 +0100

    doc: Move specifications under doc/spec
    
    Do this for both the source tree, and for the installation directory,
    to make it clear that these are specifications instead of random
    documents.

 Makefile.am                        | 13 +++++++++----
 debian/dpkg-dev.docs               |  8 ++++----
 doc/{ => spec}/frontend-api.txt    |  0
 doc/{ => spec}/protected-field.txt |  0
 doc/{ => spec}/rootless-builds.txt |  0
 doc/{ => spec}/triggers.txt        |  0
 man/deb-triggers.pod               |  2 +-
 man/dpkg-trigger.pod               |  2 +-
 8 files changed, 15 insertions(+), 10 deletions(-)

commit ee2e4d6afa84c2f2d7d8ac23bf3fbf441aaba3f9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 28 05:00:53 2021 +0100

    doc: Rename frontend.txt to frontend-api.txt
    
    Give the file a more meaningful name, as frontend.txt is not very clear
    on what its purpose is.

 Makefile.am                            | 2 +-
 debian/dpkg-dev.docs                   | 2 +-
 doc/{frontend.txt => frontend-api.txt} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

commit cb66cd75afdbcb3b38453fba41e5a17df4b9ef3f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 4 06:01:35 2021 +0100

    build: Split the test-runner into its own script
    
    Having so much perl logic in an automake file is cumbersome. Use a
    proper program to implement this.

 Makefile.am           |  1 +
 build-aux/tap.am      | 24 ++++--------------------
 build-aux/test-runner | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 20 deletions(-)

commit becfa57b360f0ba61b05ec6f0eb11f7a37323dea
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 20:45:59 2022 +0200

    man: Expand Protected and Essential field use cases
    
    Closes: #1008780

 man/deb-control.pod |  7 +++++--
 man/dpkg.pod        | 16 ++++++++++------
 2 files changed, 15 insertions(+), 8 deletions(-)

commit 52d285fecbec8ba3cbd8255ef4de2be392d1e0de
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 4 05:48:21 2022 +0200

    Dpkg::Source::Package::V2: Always fix the permissions for upstream tarballs
    
    The change to fix the directory traversal for source package unpacks
    with in-place extractions of the debian.tar archive modified the way
    that last extraction was done, to extract it also out-of-place, then
    move the result into the destination. This had the consequence of
    no longer fixing the permissions for the entire source tree, and instead
    only for the debian/ directory. The previous calls for the orig tarballs
    were not fixing up the permissions to avoid duplicating work, which
    meant that now these did not get fixed any longer.
    
    Remove the options that avoid fixing the permissions for all calls,
    restoring the previous behavior.
    
    Fixes: commit 7a6c03cb34d4a09f35df2f10779cbf1b70a5200b
    Closes: #1012195
    Stable-Candidates: 1.18.x 1.19.x 1.20.x

 scripts/Dpkg/Source/Package/V2.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bc1e17debe9cc63dd67e4d1ee11b1fdf5f6c883a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 30 02:43:10 2022 +0200

    man: Clarify that statoverrides do not need to be known to dpkg
    
    Closes: #1011510

 man/dpkg-statoverride.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 17b380a76961ec659fc36ec6d1c7d9b4b33f2ca5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 26 09:53:51 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 60 ++++++++++++++++++++++++------------------------------------
 1 file changed, 24 insertions(+), 36 deletions(-)

commit 6928bedb44bc528be8fed4704254e3a9ab31172c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 26 09:53:34 2022 +0200

    po: Update German scripts translation

 scripts/po/de.po | 34 +++++++++++++++-------------------
 1 file changed, 15 insertions(+), 19 deletions(-)

commit 4dd3d5927de29424287a6c54f56266aebe93d278
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 25 17:21:25 2022 +0200

    Bump version to 1.21.9

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit a154134fe70c0b823ae14905bdc33b64e7dcd454
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 25 10:40:33 2022 +0200

    Release 1.21.8

 debian/changelog | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

commit 9be2e17c2507e7645c33ac21565e652af21bda71
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 25 10:39:28 2022 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 263 ++++++++++++++++++++++++----------------
 man/po/dpkg-man.pot     |  85 +++++++++----
 man/po/es.po            | 114 +++++++++++++-----
 man/po/fr.po            | 113 +++++++++++++-----
 man/po/hu.po            |  84 +++++++++----
 man/po/it.po            | 115 +++++++++++++-----
 man/po/ja.po            | 109 ++++++++++++-----
 man/po/nl.po            | 311 ++++++++++++++++++++++++++++--------------------
 man/po/pl.po            | 113 +++++++++++++-----
 man/po/pt.po            | 299 +++++++++++++++++-----------------------------
 man/po/pt_BR.po         |  86 +++++++++----
 man/po/ru.po            |  88 ++++++++++----
 man/po/sv.po            | 121 ++++++++++++++-----
 man/po/zh_CN.po         |  90 ++++++++++----
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   6 +-
 po/nn.po                |   2 +-
 po/oc.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |  42 ++++++-
 scripts/po/de.po        |  42 ++++++-
 scripts/po/dpkg-dev.pot |  40 ++++++-
 scripts/po/es.po        |  42 ++++++-
 scripts/po/fr.po        |  42 ++++++-
 scripts/po/pl.po        |  42 ++++++-
 scripts/po/ru.po        |  42 ++++++-
 scripts/po/sv.po        |  42 ++++++-
 96 files changed, 1660 insertions(+), 821 deletions(-)

commit a3b8f4f8334bc528486a1eadf32c3ab16ea9fc8d
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Wed May 25 10:07:11 2022 +0200

    po: Update Portuguese man pages translations
    
    Closes: #1011095
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 266 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 116 insertions(+), 150 deletions(-)

commit 7d469efabb6ddee162442b4d414d19d2d194bfbe
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Wed May 25 10:01:42 2022 +0200

    po: Update Dutch translations
    
    Closes: #1010031, #1010032, #1010033
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/nl.po |  47 +----
 man/po/nl.po     | 618 +++++++++++++++++++------------------------------------
 po/nl.po         |  78 +++----
 3 files changed, 245 insertions(+), 498 deletions(-)

commit c900b1bac701c624c76d069f9586ca28bf4cddc9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 25 10:15:49 2022 +0200

    build: Unhook dist-cpan from make dist target
    
    The dist-cpan target includes OpenPGP signing the CPAN distribution,
    which is problematic on a chroot. It is also not generally helpful,
    as we mostly care about generating the CPAN distribution for the latest
    releases.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3be12024ac10fdf7ab3882198a97c3e5378d621b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 02:10:58 2022 +0200

    dpkg: Fix «De-configuring» message to allow configuration to use new version
    
    We are de-configuring this package to allow the unpacking and
    configuration of a not-yet installed package. So we need to print the
    version from the available package not the installed one.

 src/main/unpack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9f6124197496d8ceeba7f531c8b17eb2c692d0eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 17 18:02:53 2022 +0200

    man: Structure and clarify deb-substvars(5)
    
    Add sub-sections to make the structure more obvious. Clarify that ${}
    is not an actual substitution variable instead of an illegal one. Add
    «variables» to the SYNOPSIS to clarify this describes more than the
    file formats. Move the file format syntax after the variable syntax
    definition. Move warning description in the new «Substitution»
    sub-section.
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 man/deb-substvars.pod | 47 ++++++++++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 21 deletions(-)

commit cb60558af228a7ee1f5a587f924c59a1f61088c1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 17 21:01:16 2022 +0200

    man: Reference deb-substvar(5) from dpkg-source(1) and dpkg-shlibdeps(1)
    
    These commands make use of substvars and its file format.

 man/dpkg-shlibdeps.pod | 1 +
 man/dpkg-source.pod    | 1 +
 2 files changed, 2 insertions(+)

commit b315cccadf9c155670a8dceb64ed0a554dad47e5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 11 23:10:58 2022 +0200

    Dpkg::Substvars: Add support for optional substvars assigned with ?=
    
    Some packaging helpers (namely debhelper) set various substvars that
    might usually be used by the packaging, but not necessarily always.
    
    In the same way we mark some of the built-in variables as used, we add
    a new operator «?=» to make it possible for other tools to mark those
    other variables as optional too. Track those internally too so that they
    can be printed back properly.
    
    Proposed-by: Niels Thykier <niels@thykier.net>

 man/deb-substvars.pod               |  5 ++++-
 scripts/Dpkg/Substvars.pm           | 21 ++++++++++++++++-----
 scripts/t/Dpkg_Substvars.t          |  4 +++-
 scripts/t/Dpkg_Substvars/substvars1 |  1 +
 4 files changed, 24 insertions(+), 7 deletions(-)

commit 7a6c03cb34d4a09f35df2f10779cbf1b70a5200b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 02:09:32 2022 +0200

    Dpkg::Source::Archive: Prevent directory traversal for in-place extracts
    
    For untrusted v2 and v3 source package formats that include a debian.tar
    archive, when we are extracting it, we do that as an in-place extraction,
    which can lead to directory traversal situations on specially crafted
    orig.tar and debian.tar tarballs.
    
    GNU tar replaces entries on the filesystem by the entries present on
    the tarball, but it will follow symlinks when the symlink pathname
    itself is not present as an actual directory on the tarball.
    
    This means we can create an orig.tar where there's a symlink pointing
    out of the source tree root directory, and then a debian.tar that
    contains an entry within that symlink as if it was a directory, without
    a directory entry for the symlink pathname itself, which will be
    extracted following the symlink outside the source tree root.
    
    This is currently noted as expected in GNU tar documentation. But even
    if there was a new extraction mode avoiding this problem we'd need such
    new version. Using perl's Archive::Tar would solve the problem, but
    switching to such different pure perl implementation, could cause
    compatibility or performance issues.
    
    What we do is when we are requested to perform an in-place extract, we
    instead still use a temporary directory, then walk that directory and
    remove any matching entry in the destination directory, replicating what
    GNU tar would do, but in addition avoiding the directory traversal issue
    for symlinks. Which should work with any tar implementation and be safe.
    
    Reported-by: Max Justicz <max@justi.cz>
    Stable-Candidates: 1.18.x 1.19.x 1.20.x
    Fixes: commit 0c0057a27fecccab77d2b3cffa9a7d172846f0b4 (1.14.17)
    Fixes: CVE-2022-1664

 scripts/Dpkg/Source/Archive.pm  | 122 +++++++++++++++++++++++++++++++---------
 scripts/t/Dpkg_Source_Archive.t | 110 +++++++++++++++++++++++++++++++++++-
 2 files changed, 204 insertions(+), 28 deletions(-)

commit b794831e0f4cf8b90ac3aef6463cf3b10377b0ee
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Apr 16 17:46:50 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 99efdcb509389064515c889447a26b5d75bfcca0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 9 14:43:14 2022 +0200

    debian: Remove useless [] around tr sets
    
    These are not harmful, as they get remapped as is, but are useless in
    this context.
    
    Warned-by: shellcheck

 debian/dpkg.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b4dd7c402fe72b95f9d93ebe1a4cd9e6ead204cc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 9 14:37:12 2022 +0200

    debian: Silence warning about merged-usr-via-aliased-dirs on Ubuntu
    
    On Ubuntu they are not installing the dpkg-fsys-usrunmess script, so
    it seems clear they are not interested in this warning, silence it.

 debian/dpkg.postinst | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 4c4d3a9537943d02a0872fccd29d38c4b7fb4885
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 6 23:02:37 2022 +0200

    dpkg-statoverride: Add support for --force-not-root
    
    When installing a stat override, we are changing the user/group and mode
    for the pathname, which in most cases might require root privileges. Add
    support for the not-root force option, so that it can be used standalone
    or so that it does not break when called within a maintscript on a
    not-root dpkg invocation.
    
    Based-on-patch-by: John Spencer <maillist-dpkg@barfooze.de>
    Closes: #1009069

 man/dpkg-statoverride.pod | 3 +++
 src/statoverride/main.c   | 9 +++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit cfce92bb20501eb0e2b0780d61171ab8cadf3231
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 03:09:36 2022 +0200

    test: Fix typo in comment
    
    Warned-by: codespell

 tests/t-multiarch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0ed48a5d68103f0bcf2330e05e11ab14f6fd7a9c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 02:47:57 2022 +0200

    Bump version to 1.21.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit e61f582015a9c67bbb3791cb93a864cfeb9c7151
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 02:34:21 2022 +0200

    Release 1.21.7

 debian/changelog | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

commit 5ad1ec187c20ac20cbc59cbabd0305c6070c37e9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 02:27:32 2022 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   6 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/dpkg-man.pot     |   6 +-
 man/po/es.po            |   4 +-
 man/po/fr.po            |   4 +-
 man/po/hu.po            |   4 +-
 man/po/it.po            |   4 +-
 man/po/ja.po            |   4 +-
 man/po/nl.po            |  13 +++-
 man/po/pl.po            |   4 +-
 man/po/pt.po            |  13 +++-
 man/po/pt_BR.po         |   4 +-
 man/po/ru.po            |   4 +-
 man/po/sv.po            | 173 ++++++++++++++++++++++++------------------------
 man/po/zh_CN.po         |   4 +-
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/oc.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |  24 ++++---
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   6 +-
 95 files changed, 231 insertions(+), 210 deletions(-)

commit f9bf9b372ec76b8de8496b75edf123798f4ff35d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 01:39:42 2022 +0200

    dpkg-fsys-usrunmess: Handle /lib/modules itself also being untracked
    
    For setups with completely untracked kernel and modules, we need to add
    also /lib/modules to the list of pathnames that need to be copied over,
    otherwise its contents will not find a directory to copy to.
    
    Closes: #1008764

Notes:
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 75fe33f1e2f2790c75850db51b80a82bb8b2926f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 11:07:42 2022 +0200

    debian: Silence warning about merged-usr-via-aliased-dirs on Debian
    
    On Debian some people seem so offended by a (factual) warning, that the
    obvious recourse has been for them to bully and abuse. Life's too short
    for that.
    
    If you might have wanted to be able to know about the status of dpkg
    on *your* system, and decide for *yourself* what to do with it, sorry,
    you will need to get aware some other way.

 debian/dpkg.postinst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit aa69e04c0656fc5efa51e0534a853eb255a8b404
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Mar 31 17:40:16 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 167 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 84 insertions(+), 83 deletions(-)

commit af663b753247680ba997ab0de7efee5f3b6a8284
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Wed Mar 30 23:48:40 2022 +0200

    po: Update Swedish translations
    
    Closes: #1008706
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/sv.po |  24 +-
 man/po/sv.po     | 977 +++++++++++++++++++++----------------------------------
 po/sv.po         | 337 ++++++-------------
 scripts/po/sv.po | 163 ++--------
 4 files changed, 507 insertions(+), 994 deletions(-)

commit ffe80f6c5f8984782cf9800b0b14b5cc20abf505
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Wed Mar 30 23:46:22 2022 +0200

    man: Fix typo
    
    Ref: #1008706
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4d4e85e4bfd7045313827dc6b2e0b72b33710545
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 30 23:42:55 2022 +0200

    po: Fix gettext parameter reordering syntax for German translation
    
    The strings were using «%1s» instead of «%1$s», so the positional
    arguments in the strings were not being reordered.
    
    Closes: #1008671

 po/de.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b28323e7c258f6c7cfee03938e93be5b96cfbe9e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 12:11:53 2022 +0200

    Bump version to 1.21.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c67731c38deac0e13255e93c049a2e334141a964
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 12:02:02 2022 +0200

    Release 1.21.6

 debian/changelog | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit a20f615c783b83b380ea571834d4936a9efac7ea
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 11:56:57 2022 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 19 ++++++++++++-------
 man/po/dpkg-man.pot     |  9 +++++++--
 man/po/es.po            |  7 ++++++-
 man/po/fr.po            |  7 ++++++-
 man/po/hu.po            |  7 ++++++-
 man/po/it.po            |  7 ++++++-
 man/po/ja.po            |  7 ++++++-
 man/po/nl.po            |  7 ++++++-
 man/po/pl.po            |  7 ++++++-
 man/po/pt.po            |  7 ++++++-
 man/po/pt_BR.po         |  7 ++++++-
 man/po/ru.po            |  7 ++++++-
 man/po/sv.po            |  7 ++++++-
 man/po/zh_CN.po         |  7 ++++++-
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 96 files changed, 176 insertions(+), 106 deletions(-)

commit 86f13a77a2fb7da27a84404dc62a6dc2c3e5a065
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 11:54:39 2022 +0200

    man: Document untracked kernel module files handling in dpkg-fsys-usrunmess(8)

 man/dpkg-fsys-usrunmess.pod | 4 ++++
 1 file changed, 4 insertions(+)

commit a81dc0541bbddbc0a315879753a39be91f8165f0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 03:04:12 2022 +0200

    Bump version to 1.21.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 369a633cd3b36e6e4af0ebbda0ce023c99a3577f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 02:52:44 2022 +0200

    Release 1.21.5

 debian/changelog | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

commit 65644f4c5239ea3f2e650c4a2efea7615e4388b6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 02:52:13 2022 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               | 14 +++++++-------
 po/bs.po                | 12 ++++++------
 po/ca.po                | 12 ++++++------
 po/cs.po                | 14 +++++++-------
 po/da.po                | 14 +++++++-------
 po/de.po                | 12 ++++++------
 po/dpkg.pot             | 14 +++++++-------
 po/dz.po                | 14 +++++++-------
 po/el.po                | 14 +++++++-------
 po/eo.po                | 14 +++++++-------
 po/es.po                | 14 +++++++-------
 po/et.po                | 12 ++++++------
 po/eu.po                | 14 +++++++-------
 po/fr.po                | 14 +++++++-------
 po/gl.po                | 14 +++++++-------
 po/hu.po                | 14 +++++++-------
 po/id.po                | 14 +++++++-------
 po/it.po                | 14 +++++++-------
 po/ja.po                | 14 +++++++-------
 po/km.po                | 14 +++++++-------
 po/ko.po                | 16 ++++++++--------
 po/ku.po                | 12 ++++++------
 po/lt.po                | 14 +++++++-------
 po/mr.po                | 14 +++++++-------
 po/nb.po                | 14 +++++++-------
 po/ne.po                | 14 +++++++-------
 po/nl.po                | 12 ++++++------
 po/nn.po                | 14 +++++++-------
 po/oc.po                | 12 ++++++------
 po/pa.po                | 12 ++++++------
 po/pl.po                | 12 ++++++------
 po/pt.po                | 12 ++++++------
 po/pt_BR.po             | 14 +++++++-------
 po/ro.po                | 14 +++++++-------
 po/ru.po                | 14 +++++++-------
 po/sk.po                | 14 +++++++-------
 po/sv.po                | 12 ++++++------
 po/th.po                | 14 +++++++-------
 po/tl.po                | 14 +++++++-------
 po/tr.po                | 14 +++++++-------
 po/vi.po                | 14 +++++++-------
 po/zh_CN.po             | 12 ++++++------
 po/zh_TW.po             | 14 +++++++-------
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 83 files changed, 333 insertions(+), 333 deletions(-)

commit b1898b812b71f64082107d4e2f98ccf020d18b70
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 02:46:53 2022 +0200

    dpkg-fsys-usrunmess: Do not interpolate string
    
    Fixes: commit 48e33c40691596b3bf91b86b50a8aa164b585639
    Changelog: silent

Notes:
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 48e33c40691596b3bf91b86b50a8aa164b585639
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 01:41:34 2022 +0200

    dpkg-fsys-usrunmess: Special case untracked kernel module files
    
    Kernel module files are required as part of the system boot, so we need
    to make sure any such files gets moved or the system might end up not
    being able to boot, once the initramfs images get regenerated.
    
    In particular, kernel module files are easily found on systems as
    untracked pathnames in the filesystem, either from custom built kernels,
    or as part of modules built via machinery such as DKMS.
    
    One complication is that there appears to be some documentation
    referencing /usr/lib/modules/ pathnames for at least apache, python and
    ruby module locations. Which we do not want to be moving.
    
    To limit these unknowns, and as we are dealing with untracked pathnames,
    we will restrict moving subdirectories that start with a digit, which
    matches Linux and kFreeBSD module locations, in addition to the
    modprobe.conf filename.
    
    Closes: #1008316

Notes:
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

commit 35170aa10923e330da84b613b5f9932bfc16f3e7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 23:31:02 2022 +0200

    test: Add test cases for obsolete fields
    
    We should check that these both emit warnings and their values get
    properly remapped to their modern counterparts.

 src/at/deb-fields.at | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit 4ddb46ac28df4b290b9055e20268b850a019385e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 20:22:59 2022 +0200

    libdpkg: Update code comment for obsolete fields
    
    The comment was still referencing the old nicknames structure.
    
    Fixes: commit 3a017177110da9f54668b614f78aeb98bf73796d

 lib/dpkg/parse.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit a20967f80608665baf15ba5ef25233a1571c31aa
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 20:19:40 2022 +0200

    libdpkg: Add missing dependency type to obsolete dependency fields
    
    When converting from the old nicknames remapping handling to the normal
    fieldsinfo structures, the dependency fields did not get assigned their
    respective «enum deptype» value. These were defaulting to the 0 value
    which happens to be dep_suggests, so only the «Recommended» field was
    being mapped incorrectly.
    
    Fixes: commit 3a017177110da9f54668b614f78aeb98bf73796d

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

commit f79182cef7728ffc03fb6cf5d0eb55e1505e4106
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 20:10:13 2022 +0200

    libdpkg: Warn when parsing obsolete Recommended/Optional/Class fields
    
    These were automatically remapped to their modern forms, but were not
    emitting any obsolescence warning. Add parse function wrappers that emit
    such warnings and then forward the calls to their modern field
    counter-parts.
    
    Prompted-by: David Kalnischkies <donkult@debian.org>

 lib/dpkg/fields.c    | 18 ++++++++++++++++++
 lib/dpkg/parse.c     |  6 +++---
 lib/dpkg/parsedump.h |  2 ++
 3 files changed, 23 insertions(+), 3 deletions(-)

commit 13a71507c19914950fec3cdd3573440b5cde9991
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 20:09:03 2022 +0200

    libdpkg: Rename f_revision() to f_obs_revision()
    
    The purpose of this function is to parse an obsolete field. Make it
    a bit more clear by stating so in the function name itself.

 lib/dpkg/fields.c    | 6 +++---
 lib/dpkg/parse.c     | 6 +++---
 lib/dpkg/parsedump.h | 6 +++++-
 3 files changed, 11 insertions(+), 7 deletions(-)

commit b29c959c5b9f271b8eb1873c49cf7f5dbf2bfda0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 27 13:09:35 2022 +0200

    dpkg-fsys-usrunmess: Set a known umask before starting
    
    Even though we should already be explicitly setting user/group and mode
    for created directories, we should in addition set a known umask we can
    rely on, at least for defensive purposes.
    
    Ref: #1008478

Notes:
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 3 +++
 1 file changed, 3 insertions(+)

commit 77756084e9e50d7a8578259ee56e64dcf4f6f9a0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 00:33:17 2022 +0200

    dpkg-fsys-usrunmess: Explicitly set user/group and mode for created dirs
    
    We should explicitly set the user/group and mode for the newly created
    directories, to make sure they end up with the expected values, instead
    of assuming a good environment (umask and user/group). We will still be
    setting a known umask in a subsequent commit as a defensive measure.
    
    Closes: #1008478

Notes:
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 4 ++++
 1 file changed, 4 insertions(+)

commit 88bdf882913e97c512f0c6a3ac4915214475984d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 27 06:57:34 2022 +0200

    po: Update German man pages translation

 man/po/de.po | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

commit d1f9a8d99f2ac853a9a6e36f2d584e70695fb906
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 06:22:47 2021 +0100

    Dpkg::Control::Fields: Document and clarify return types and values in POD
    
    These functions did not have their return type explicitly documented,
    some neither their possible return values.

 scripts/Dpkg/Control/FieldsCore.pm | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit 692c7f593cbe04089a05b4ac007ad067df570330
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 06:21:05 2021 +0100

    Dpkg::Control::Fields: Fix POD to add missing spaces and blank lines

 scripts/Dpkg/Control/FieldsCore.pm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit a6b8f422ae19bf95c133111f2cb93103e1cec48a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 06:21:05 2021 +0100

    Dpkg::Control::Fields: Fix POD to end sentences with a dot

 scripts/Dpkg/Control/FieldsCore.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 4b770fdefdfc4db911ab5842c6fc5dfe4ef06ed5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 06:19:25 2021 +0100

    Dpkg::Control::Fields: Refactor manifest types into new ALL_FILE_MANIFEST
    
    Avoid the repetition for what should apply to all file manifest control
    types.

 scripts/Dpkg/Control/FieldsCore.pm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit dbc5a22d66b3ef17f4f4a81ff74c79b0eb2920bd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 06:23:51 2021 +0100

    Dpkg::Control::Fields: Fix field_register() to return nothing
    
    We should not leak the internal field representation.

 scripts/Dpkg/Control/FieldsCore.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 1500411815da470fff40bcb34072e37824b84567
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 23:49:55 2021 +0100

    Dpkg::Control::Types: Use bit shifts instead of literals in enum
    
    This makes it easier to check the values and add new ones, at a
    marginal performance cost.
    
    While we could also use literal binary numbers, those would be also not
    as clear as bit shifts.

 scripts/Dpkg/Control/Types.pm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 4fe55bcc6d1466145cee03577a1d6aa0a11ef423
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 26 13:53:31 2022 +0100

    Bump version to 1.21.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 5563bdb608b3413639b69f1c76567cb66ff1a961
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 26 13:39:19 2022 +0100

    Release 1.21.4

 debian/changelog | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

commit d4d69d832ea3c482901f80fedeaf74a978cdac14
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 26 13:38:43 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 60 +++++++++++++++++++++++++++++--------------------
 man/po/dpkg-man.pot     | 17 ++++++++------
 man/po/es.po            | 15 ++++++++-----
 man/po/fr.po            | 15 ++++++++-----
 man/po/hu.po            | 15 ++++++++-----
 man/po/it.po            | 15 ++++++++-----
 man/po/ja.po            | 15 ++++++++-----
 man/po/nl.po            | 15 ++++++++-----
 man/po/pl.po            | 15 ++++++++-----
 man/po/pt.po            | 15 ++++++++-----
 man/po/pt_BR.po         | 15 ++++++++-----
 man/po/ru.po            | 15 ++++++++-----
 man/po/sv.po            | 15 ++++++++-----
 man/po/zh_CN.po         | 15 ++++++++-----
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/oc.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 96 files changed, 239 insertions(+), 188 deletions(-)

commit 83ceb3f325ff208f0ed86ccad39ea256d2ff0194
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 26 11:58:38 2022 +0100

    Dpkg::Control::Fields: Remove duplicate *Built-Using from field order lists
    
    These fields got refactored into a common dependency fields list, but
    the Built-Using field did not get removed from the original order lists,
    and ended up being duplicated. The Static-Built-Using field got added
    next to each previous Built-Using instance, which ended up being
    duplicated too.
    
    Fixes: commit f0fa8190fe02bb9db8168ae6a67f592f135b06c2
    Reported-by: David Kalnischkies <donkult@debian.org>

 scripts/Dpkg/Control/FieldsCore.pm | 4 ----
 scripts/t/Dpkg_Control_Fields.t    | 4 ----
 2 files changed, 8 deletions(-)

commit 808ff61d6e2b457513b8de278a4736b1ee9fd310
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 26 11:31:49 2022 +0100

    test: Do not use non-POSIX shell syntax for arithmetic expressions
    
    Use «$(( ))», instead of the non-POSIX syntax «(( ))», as in other parts
    of the codebase. This fixes a test failure on Alpine Linux which uses
    Busybox ash to execute the generated test script. Unfortunately this is
    not being detected on systems with a dash POSIX shell, as it currently
    disables its LINENO support so that GNU autotools configure does not end
    up using it, and breaking due to bashisms (such as this one).
    
    Based-on-patch-by: Sören Tempel <soeren@soeren-tempel.net>

 src/at/deb-split.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7c2eb2043a889e07f7d76d842048077f7539fd15
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 25 22:11:54 2022 +0100

    man: Clarify uses cases for Static-Built-Using
    
    Mention explicitly some of the use cases this field was thought for,
    instead of letting it be the vague "static building", which can give
    room to think it only applies to static linking. Where the intention
    was for any type of static building, including also source-centered
    language builds (like with Go or Rust), inclusion of header-only
    libraries from C/C++, data blobs injection into code, etc.
    
    Prompted-by: Shengjing Zhu <zhsj@debian.org>

 man/deb-control.pod | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6d2452b7882fbf1a15323cdcf4c2761cd5a2c893
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 25 20:33:21 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 53 ++++++++++++++---------------------------------------
 1 file changed, 14 insertions(+), 39 deletions(-)

commit 43391b6f541ff4f637571a24dad7f4792d784720
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 25 11:09:58 2022 +0100

    test: Use actual octal numbers for chmod() calls
    
    This was making the test suite fail on GNU/kFreeBSD.

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

commit 4733f046d41a0aabba4dc0f7bc98908de18da81c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 22:41:17 2022 +0100

    dpkg-shlibdeps: Require non-empty name and version in SONAME formats
    
    We should require at least one character for the name and one for the
    version when parsing SONAMEs.

 scripts/dpkg-shlibdeps.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7465a0a3edc038f9b7098dc72fc59a530c814370
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 21:13:22 2022 +0100

    Bump version to 1.21.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 404d4dec5202a0f93f5789fedda94e818f388cd4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 21:02:24 2022 +0100

    Release 1.21.3

 debian/changelog | 52 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 49 insertions(+), 3 deletions(-)

commit 947b83e935ce468bee30d863040996c5c932f918
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 21:00:23 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 234 ++++++++++++++++++++++++++++++------------------
 man/po/dpkg-man.pot     |  71 ++++++++++++---
 man/po/es.po            |  95 +++++++++++++++++---
 man/po/fr.po            | 112 ++++++++++++++++++++---
 man/po/hu.po            |  75 +++++++++++++---
 man/po/it.po            |  96 +++++++++++++++++---
 man/po/ja.po            |  95 +++++++++++++++++---
 man/po/nl.po            | 114 ++++++++++++++++++++---
 man/po/pl.po            |  94 ++++++++++++++++---
 man/po/pt.po            | 114 ++++++++++++++++++++---
 man/po/pt_BR.po         |  73 ++++++++++++---
 man/po/ru.po            |  74 ++++++++++++---
 man/po/sv.po            | 111 ++++++++++++++++++++---
 man/po/zh_CN.po         |  75 +++++++++++++---
 po/ast.po               |  14 +--
 po/bs.po                |   6 +-
 po/ca.po                |  12 +--
 po/cs.po                |  10 +--
 po/da.po                |  10 +--
 po/de.po                |  10 +--
 po/dpkg.pot             |   8 +-
 po/dz.po                |  14 +--
 po/el.po                |  14 +--
 po/eo.po                |  12 +--
 po/es.po                |  12 +--
 po/et.po                |   6 +-
 po/eu.po                |  12 +--
 po/fr.po                |  12 +--
 po/gl.po                |  14 +--
 po/hu.po                |  14 +--
 po/id.po                |  14 +--
 po/it.po                |  10 +--
 po/ja.po                |  12 +--
 po/km.po                |  14 +--
 po/ko.po                |  14 +--
 po/ku.po                |   6 +-
 po/lt.po                |   6 +-
 po/mr.po                |  14 +--
 po/nb.po                |  14 +--
 po/ne.po                |  14 +--
 po/nl.po                |  12 +--
 po/nn.po                |  14 +--
 po/oc.po                |   6 +-
 po/pa.po                |   6 +-
 po/pl.po                |  12 +--
 po/pt.po                |  12 +--
 po/pt_BR.po             |  14 +--
 po/ro.po                |  14 +--
 po/ru.po                |  12 +--
 po/sk.po                |  12 +--
 po/sv.po                |  10 +--
 po/th.po                |  10 +--
 po/tl.po                |  16 ++--
 po/tr.po                |  12 +--
 po/vi.po                |  12 +--
 po/zh_CN.po             |  10 +--
 po/zh_TW.po             |  12 +--
 scripts/po/ca.po        |  27 +++++-
 scripts/po/de.po        |   6 +-
 scripts/po/dpkg-dev.pot |  11 ++-
 scripts/po/es.po        |  10 ++-
 scripts/po/fr.po        |  27 +++++-
 scripts/po/pl.po        |  27 +++++-
 scripts/po/ru.po        |  27 +++++-
 scripts/po/sv.po        |  27 +++++-
 96 files changed, 1627 insertions(+), 526 deletions(-)

commit c32dbb8fd5b9eabdb7008d67a9580b1617a60f9d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 19:34:03 2022 +0100

    debian: Sync original bug-script merged-usr warning with postinst updates
    
    This was the original notice/warning emitted for bugs filed by
    reportbug against dpkg. Which was subsequently modified and taken
    as is for the dpkg postinst one. Sync it back so both match.

 debian/bug-script | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 4890f5ef0749214484bf7288ed16e589ebf13dab
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 19:29:17 2022 +0100

    debian: Reword merged-usr-via-aliased-dirs to be less vague
    
    Try to very succinctly summarize the problem with the affected
    systems, and the reason why dpkg does _not_ and has _never_
    supported that filesystem layout and the way it has been deployed
    in Debian.
    
    Changelog: silent

 debian/dpkg.postinst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit cbdff7a455fae5c695fff9738f9c4eb3e7071d32
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 19:12:15 2022 +0100

    Dpkg::Shlibs::Objdump: Fix typo in comment
    
    Changelog: silent

 scripts/Dpkg/Shlibs/Objdump.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 16c412439c5eac5f32930946df9006dfc13efc02
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 23 17:56:57 2022 +0100

    Dpkg::Control::Fields: Add Static-Built-Using field support
    
    This field mimics the previous Built-Using field semantics, but is
    specifically intended for shadow dependencies stemming from static
    builds.
    
    In Debian, the Rust and Go teams agreed to use this language agnostic
    field, instead of one for each of the languages. This means it can be
    easily supported by dpkg, and can be used by other languages and
    run-times.

 man/deb-control.pod                | 12 ++++++++++++
 man/deb-src-control.pod            |  2 ++
 scripts/Dpkg/Control/FieldsCore.pm | 13 ++++++++++++-
 scripts/t/Dpkg_Control_Fields.t    |  6 +++++-
 4 files changed, 31 insertions(+), 2 deletions(-)

commit 7140e91632822d6e62f4d6b940e4421877787b63
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 20:31:07 2022 +0100

    man: Clarify Built-Using field purpose and format
    
    Mention that this is intended for license compliance purposes, and
    clarify its syntax.

 man/deb-control.pod | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 6806da227bbf9a2480eec9b8dccc81e7d0150530
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 21 23:10:09 2022 +0100

    dpkg: Rename r variable to remainder
    
    The variable name r is not very descriptive, and it has been used as a
    short hand for return value. Use a better name instead.
    
    Changelog: internal

 src/main/archives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b5d87e21bb852ee7b5149d8bc821b502638e6416
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 21 22:31:25 2022 +0100

    scripts: Use backport-version-regex vendor hook instead of hardcoding the marker
    
    The backport version markers are vendor specific, so we should not
    hardcode them in the generic part of the programs.

 scripts/dpkg-genchanges.pl      | 9 ++++++---
 scripts/dpkg-mergechangelogs.pl | 9 +++++++--
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 23689cce4be6eeef0c14847ed34803dd957df06e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 21 22:27:36 2022 +0100

    Dpkg::Vendor: Add a new backport-version-regex hook
    
    This new hook will return a regex matching the version part that denotes
    that this is a backport, with a capture group for the backport delimiter
    string.

 scripts/Dpkg/Vendor/Debian.pm  |  2 ++
 scripts/Dpkg/Vendor/Default.pm | 11 +++++++++++
 t/pod-spell.t                  |  3 +++
 3 files changed, 16 insertions(+)

commit 6469313ae89e1da3974d2a6e2f6dbf6d5d60dd0f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 21 21:00:19 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit be726fdf7f9b9ef0ce0f898ff4599fb4a2d5bd98
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 21 20:56:45 2022 +0100

    po: Update German scripts translation

 scripts/po/de.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 43c95774959d7a20f564eb8fcd4a2ebde01d68ab
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 20 20:18:02 2022 +0100

    dselect: Rename disk method to file
    
    The disk name while somewhat appropriate might, does not map to a URL
    style nomenclature, which we should be moving to, so that different
    protocols are clearly recognizable by the users.

 debian/dselect.preinst                    |  1 +
 debian/dselect.prerm                      |  1 +
 dselect/methods/Makefile.am               | 18 +++++++++---------
 dselect/methods/disk/desc.mounted         | 12 ------------
 dselect/methods/disk/names                |  1 -
 dselect/methods/{disk => file}/.gitignore |  0
 dselect/methods/file/desc.file            |  8 ++++++++
 dselect/methods/{disk => file}/install.sh |  2 +-
 dselect/methods/file/names                |  1 +
 dselect/methods/{disk => file}/setup.sh   |  2 +-
 dselect/methods/{disk => file}/update.sh  |  2 +-
 11 files changed, 23 insertions(+), 25 deletions(-)

commit 567884d8d86eb3b7bbdea294e537e807e48bdbf1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 20 09:12:24 2022 +0100

    dselect: Remove bogus quote escaping from method setup scripts
    
    These end up as literal quotes, which make these calls ineffective.
    
    Fixes: commit 598e1b3e9c9b665829ea7c1b3ee157038708e14f

 dselect/methods/disk/setup.sh  | 4 ++--
 dselect/methods/media/setup.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 54c2d95396c6a3d39fbc8c5360773fa80db6ae61
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 20 08:50:14 2022 +0100

    dselect: Remove left overs for mount support from disk method
    
    The remaining method option is the “mounted” one, so the assumption is
    that any filesystem in use will have already been mounted. We can remove
    the leftovers for the mount support which did not get removed earlier.

 dselect/methods/disk/install.sh |  8 --------
 dselect/methods/disk/setup.sh   | 11 +----------
 dselect/methods/disk/update.sh  |  8 --------
 3 files changed, 1 insertion(+), 26 deletions(-)

commit 403a2d627c1ec6ee4be3744e783cbc09d9653bff
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 20 08:42:57 2022 +0100

    dselect: Rename multicd method to media
    
    The multicd name does not properly describe what this method is supposed
    to be able to handle, as we now have many other media types where
    distributions can ship their packages and updates on.

 Makefile.am                                        |  2 +
 debian/dselect.docs                                |  2 +-
 debian/dselect.postrm                              |  2 +-
 debian/dselect.preinst                             | 49 ++++++++++++++++++
 debian/dselect.prerm                               | 50 ++++++++++++++++++
 dselect/methods/Makefile.am                        | 20 ++++----
 dselect/methods/{multicd => media}/.gitignore      |  0
 .../{multicd/README.multicd => media/README.media} | 59 +++++++++++-----------
 dselect/methods/media/desc.media                   |  3 ++
 dselect/methods/{multicd => media}/install.sh      |  4 +-
 dselect/methods/media/names                        |  1 +
 dselect/methods/{multicd => media}/setup.sh        | 28 +++++-----
 dselect/methods/{multicd => media}/update.sh       |  0
 dselect/methods/multicd/desc.multi_cd              |  3 --
 dselect/methods/multicd/names                      |  1 -
 man/dpkg-scanpackages.pod                          |  2 +-
 scripts/dpkg-scanpackages.pl                       |  2 +-
 t/shellcheck.t                                     |  6 +--
 18 files changed, 168 insertions(+), 66 deletions(-)

commit 1e64ca2a36be6add3f36f0dc2613201c0705fe85
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 20 08:07:05 2022 +0100

    dselect: Remove non-multi-cd code from multi_cd method
    
    This method no longer supports other options, so there is no point in
    having the code around anymore.

 dselect/methods/multicd/setup.sh | 114 ++++++++++++++++-----------------------
 1 file changed, 46 insertions(+), 68 deletions(-)

commit 5eb93ea54884d92b2324eeb94439b3a483972e3b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 20:36:17 2022 +0100

    test: Fix check output to assume zlib instead of zlib-ng
    
    This is a quick workaround to get the builds back to nominal. We will
    need to parametrize every size in outputs that depends on the compressor
    used, as those are not under our control and could change between
    different implementations (as happened here) or even same
    implementations but different versions, if the compressors improve.
    
    Fixes: commit 57d951260539d67da0230a83135ab805f89fa1af
    Changelog: silent

 src/at/deb-format.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 57d951260539d67da0230a83135ab805f89fa1af
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 19:44:25 2022 +0100

    test: Check all currently supported deb-old formats
    
    This adds basic checks for the 0.939, 0.933, 0.932 and 0.931 deb-old
    formats, and their ctrl and fsys contents.

 src/at/deb-format.at | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 136 insertions(+)

commit 3d1b7ca2b340668d9639d5157f6d7729b598edf3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 19:44:25 2022 +0100

    test: Place deb-old and deb checks on their own test groups
    
    This will guarantee no accidental collisions in test artifacts happen,
    and allow to select these tests on their own keywords.

 src/at/deb-format.at | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit 1eb7343dd4c2dd527b181ad8841897003ad32752
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 18:00:53 2022 +0100

    test: Add further deb-split format checks

 src/at/deb-split.at | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 113 insertions(+)

commit 70bbd83b05b2d0f9b6442935d03ae3993de108b0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 14:02:27 2022 +0100

    test: Check deb format with duplicate debian-binary and control.tar members

 src/at/deb-format.at | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 8836d34908602aef8e468c596fd81f838feff794
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 19:47:37 2022 +0100

    dpkg-deb: Fix movecontrol() to take a directory argument
    
    Since the chdir(2) got moved into the child, the global cwd is not the
    target directory, so we were trying to move files from the wrong
    directory.
    
    Fixes: commit 87809163331a320f9562d75591fcc6c954b9f80c

 src/deb/extract.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 298e8338826cd7cf7c2fb49f5bb78b014ca9e4e0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 19:46:02 2022 +0100

    dpkg-deb: Move duped control member check inside the detection conditional
    
    This move the check closer to where the control member is being handled,
    and will make possible to perform further refactoring.

 src/deb/extract.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 2f1068e044071fe692f3984e002df22af2c9ac06
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Mar 19 14:41:59 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 207 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 120 insertions(+), 87 deletions(-)

commit 0c743389506a4cd44eeb48458c19722774c38103
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 10:03:45 2022 +0100

    dpkg-fsys-usrunmess: Add options and prompt about regression prevention package
    
    By default this will be prompted about. Otherwise the action can be
    controlled, by using one of the new options to select what to do, either
    with --prevention or --no-prevention.
    
    Prompted-by: Paul Wise <pabs@debian.org>

 man/dpkg-fsys-usrunmess.pod    | 14 +++++++++++-
 scripts/dpkg-fsys-usrunmess.pl | 51 +++++++++++++++++++++++++-----------------
 2 files changed, 44 insertions(+), 21 deletions(-)

commit efb0847b36ea68874939aeedb4c9a8de250fdf14
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 09:49:58 2022 +0100

    dpkg-fsys-usrunmess: Refactor prompting into a new function
    
    We will be using it for another prompt.
    
    Changelog: internal

 scripts/dpkg-fsys-usrunmess.pl | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 9c68bd1d8123ad28d68665da3bf704a6df6155cc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 19 09:27:02 2022 +0100

    Dpkg::Compression: Use gzip --rsyncable on Solaris too
    
    Latest Solaris releases have a new enough GNU gzip version, so it can
    also be used there.
    
    Changelog: silent

 scripts/Dpkg/Compression.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 08682beab043eb12595883c1c54bb344090d6a05
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Fri Mar 18 00:14:50 2022 +0100

    po: Update Portuguese man pages translation
    
    Closes: #1001915
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 510 +++++++++++++++++++++++++----------------------------------
 1 file changed, 218 insertions(+), 292 deletions(-)

commit 742a8177a581f973fb7f249d94949662ab23b455
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 18 00:00:20 2022 +0100

    Dpkg::Compression: Use gzip -n instead of --no-name
    
    The gzip implementation in OpenBSD does not support long options. Use
    the short form, which seems to be consistently supported on all
    implementation around.
    
    In addition this makes this invocation match the one in libdpkg.

 scripts/Dpkg/Compression.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0124692643c6bf25034dbb16e74205d911aa23e3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 17 23:58:22 2022 +0100

    Dpkg::Compression: Conditionally use the gzip --rsyncable option
    
    The gzip --rsyncable option is not universally supported, so we need to
    conditionally use it. Ideally we would invoke «gzip --help» and check
    whether the option is supported, but that would imply forking and
    executing that process for any module that ends up loading this one,
    which is not acceptable performance-wise. Instead we will approximate it
    by Perl's osname, which is not ideal, but better than nothing.
    
    Requires GNU gzip >= 1.7 for the --rsyncable option. On AIX GNU gzip
    is too old. On the BSDs they use their own implementation based on zlib,
    which does not currently support the --rsyncable option.
    
    Fixes: commit 3a7db14e4a881d28fb73b29c126ea6f3ac4d0831
    Fixes: https://rt.cpan.org/Ticket/Display.html?id=141805

 scripts/Dpkg/Compression.pm | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

commit ad2a3e1ea5c5c1077935d23ee73a5233e37af2d1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 17 19:43:09 2022 +0100

    dpkg: Allow absolute pathnames for configurable external run-time tools
    
    When checking whether a command exists, we were trying to find it in
    the PATH, so that we could specify relative command names. But in case
    the configurable external run-time tools have been specified with
    absolute pathnames we can short-circuit the search and do the check
    directly.
    
    Closes: #1007816
    Based-on-patch-by: Adrian Ho <the.gromgit@gmail.com>

 src/main/help.c | 3 +++
 1 file changed, 3 insertions(+)

commit 53e4c9bf2cd57dc2232090bae0062fc39e5ade30
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 17 23:05:45 2022 +0100

    libdpkg: Check that executables are regular files
    
    Otherwise we might try to execute other kinds of files, such as
    directories.

 lib/dpkg/file.c     | 3 +++
 lib/dpkg/t/t-file.c | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 6df548cb19e2d775ac08521f0d72a7e681b9706a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 17 19:36:33 2022 +0100

    libdpkg: Refactor file_is_exec()
    
    Move the function from dpkg into libdpkg, as we will use it in another
    call site.

 lib/dpkg/file.c      | 16 ++++++++++++++++
 lib/dpkg/file.h      |  2 ++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/t/t-file.c  |  9 ++++++++-
 src/main/help.c      |  4 ++--
 5 files changed, 29 insertions(+), 3 deletions(-)

commit 2a0bb88b546b36a35dc56cc65dee51f18afaf5bd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 17 19:29:06 2022 +0100

    dpkg-db-backup: Check for required commands before starting
    
    We need several commands not provided by dpkg, which might not be
    available on the system, at least on non-Debian systems, such as
    «savelog». We might eventually provide a replacement for that one,
    but until then, it is best to check explicitly to avoid silent
    breakage.

 src/dpkg-db-backup.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit e7bafa8d18eb63a77328a09236252ca13befe5a8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 19:32:39 2022 +0100

    Dpkg::Path: Resolve /dev/null before comparing canonicalized pathnames
    
    On Solaris /dev/null points to something like «/devices/pseudo/mm@0:null»,
    as seen on the CPAN test systems. Resolving /dev/null, before comparing
    the pathname on directory traversal attempts should make this work.

 scripts/Dpkg/Path.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit bcbc7d922dcf194f337ace8e7cc1ece5186cd9ee
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 16 17:26:58 2022 +0100

    po: Update German scripts translation

 scripts/po/de.po | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 2ee0797647878748aa9d1340b6b5f4a3cdfceb68
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 02:16:52 2022 +0100

    debian: Clarify the merged-usr-via-aliased-dirs warning
    
    It seems it was not obvious what the warning is about, even though the
    FAQ entry seems rather clear (?). Mention that dpkg does not support it
    (it has never), and the potential implications, so that the users are
    aware of the problems, and not left in the dark of what they have been
    set for. And can freely decide for themselves what to do, or not.
    
    Prompted-by: Paul Wise <pabs@debian.org>

 debian/dpkg.postinst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit a1dbea102e25d30337b75669896273232818a897
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 01:19:43 2022 +0100

    Dpkg::Source::Package::V3::Git: Set origin remote to Vcs-Git if present
    
    If the packaging contains a Vcs-Git field, set it as the origin remote,
    to make the source easier to handle.

 scripts/Dpkg/Source/Package/V3/Git.pm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 572df6b70d31edf3f28cfaacf5d936e213782ea5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 01:17:18 2022 +0100

    Dpkg::Source::Package::V3::Git: Name bundle remote as bundle
    
    This makes it clear what this remote is about, and leaves room to add a
    proper origin remote.

 scripts/Dpkg/Source/Package/V3/Git.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 43f66c5375532942e16eb26ca55b15ab922c1745
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 14 13:28:05 2022 +0100

    po: Update German man pages translation

 man/po/de.add |   2 +-
 man/po/de.po  | 117 ++++++++++++++--------------------------------------------
 2 files changed, 28 insertions(+), 91 deletions(-)

commit 6d725325e47fdf3d440866d0c8ad6d508c34c4d3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 20:58:57 2022 +0100

    Bump version to 1.21.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit a9580d3aec5f487a81664a462ec70ec1993f19f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 20:23:03 2022 +0100

    Release 1.21.2

 debian/changelog | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 160 insertions(+), 3 deletions(-)

commit 95d42bd1fad23424437b5b9282c3924412ca4cbb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 20:17:34 2022 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   37 +-
 dselect/po/ca.po        |   14 +-
 dselect/po/cs.po        |   66 +-
 dselect/po/da.po        |   70 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |   39 +-
 dselect/po/el.po        |   66 +-
 dselect/po/es.po        |   70 +-
 dselect/po/et.po        |   70 +-
 dselect/po/eu.po        |   70 +-
 dselect/po/fr.po        |   70 +-
 dselect/po/gl.po        |   70 +-
 dselect/po/hu.po        |   47 +-
 dselect/po/id.po        |   70 +-
 dselect/po/it.po        |   70 +-
 dselect/po/ja.po        |   66 +-
 dselect/po/ko.po        |   70 +-
 dselect/po/nb.po        |   70 +-
 dselect/po/nl.po        |   77 +-
 dselect/po/nn.po        |   66 +-
 dselect/po/pl.po        |   74 +-
 dselect/po/pt.po        |   70 +-
 dselect/po/pt_BR.po     |   70 +-
 dselect/po/ro.po        |   70 +-
 dselect/po/ru.po        |   75 +-
 dselect/po/sk.po        |   70 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |   66 +-
 dselect/po/vi.po        |   70 +-
 dselect/po/zh_CN.po     |   70 +-
 dselect/po/zh_TW.po     |   70 +-
 man/po/de.po            |  365 ++-
 man/po/dpkg-man.pot     |  198 +-
 man/po/es.po            |  389 ++-
 man/po/fr.po            |  483 ++-
 man/po/hu.po            |  292 +-
 man/po/it.po            |  382 ++-
 man/po/ja.po            |  452 ++-
 man/po/nl.po            |  569 +++-
 man/po/pl.po            |  457 ++-
 man/po/pt.po            |  545 +++-
 man/po/pt_BR.po         |  308 +-
 man/po/ru.po            |  341 ++-
 man/po/zh_CN.po         |  302 +-
 po/ast.po               | 7633 +++++++++++++++++++++++-----------------------
 po/bs.po                | 4527 ++++++++++++++--------------
 po/ca.po                |    7 +-
 po/cs.po                | 7064 ++++++++++++++++++++++---------------------
 po/da.po                | 7207 +++++++++++++++++++++----------------------
 po/de.po                |    2 +-
 po/dpkg.pot             | 4194 +++++++++++++-------------
 po/dz.po                | 7160 +++++++++++++++++++++----------------------
 po/el.po                | 7616 +++++++++++++++++++++++-----------------------
 po/eo.po                | 7045 ++++++++++++++++++++++---------------------
 po/es.po                | 7146 +++++++++++++++++++++----------------------
 po/et.po                | 6200 ++++++++++++++++++-------------------
 po/eu.po                | 7119 +++++++++++++++++++++----------------------
 po/fr.po                | 7287 ++++++++++++++++++++++----------------------
 po/gl.po                | 7524 ++++++++++++++++++++++-----------------------
 po/hu.po                | 6876 +++++++++++++++++++++---------------------
 po/id.po                | 7603 +++++++++++++++++++++++-----------------------
 po/it.po                | 7176 +++++++++++++++++++++----------------------
 po/ja.po                | 7096 +++++++++++++++++++++----------------------
 po/km.po                | 7070 ++++++++++++++++++++++---------------------
 po/ko.po                | 7463 ++++++++++++++++++++++-----------------------
 po/ku.po                | 5194 +++++++++++++++----------------
 po/lt.po                | 6651 ++++++++++++++++++++--------------------
 po/mr.po                | 7004 +++++++++++++++++++++---------------------
 po/nb.po                | 7605 +++++++++++++++++++++++-----------------------
 po/ne.po                | 7172 +++++++++++++++++++++----------------------
 po/nl.po                | 6722 +++++++++++++++++++++--------------------
 po/nn.po                | 6702 ++++++++++++++++++++--------------------
 po/oc.po                | 5073 +++++++++++++++----------------
 po/pa.po                | 5772 +++++++++++++++++------------------
 po/pl.po                | 7007 +++++++++++++++++++++---------------------
 po/pt.po                | 7040 +++++++++++++++++++++---------------------
 po/pt_BR.po             | 7528 ++++++++++++++++++++++-----------------------
 po/ro.po                | 7711 ++++++++++++++++++++++++-----------------------
 po/ru.po                | 7225 ++++++++++++++++++++++----------------------
 po/sk.po                | 7449 ++++++++++++++++++++++-----------------------
 po/sv.po                |    2 +-
 po/th.po                | 6973 +++++++++++++++++++++---------------------
 po/tl.po                | 7026 +++++++++++++++++++++---------------------
 po/tr.po                | 7066 ++++++++++++++++++++++---------------------
 po/vi.po                | 7069 ++++++++++++++++++++++---------------------
 po/zh_CN.po             | 6750 +++++++++++++++++++++--------------------
 po/zh_TW.po             | 6901 +++++++++++++++++++++---------------------
 scripts/po/ca.po        |    2 +-
 scripts/po/de.po        |    6 +-
 scripts/po/dpkg-dev.pot |   27 +-
 scripts/po/es.po        |   27 +-
 scripts/po/fr.po        |   26 +-
 scripts/po/pl.po        |   42 +-
 scripts/po/ru.po        |   30 +-
 scripts/po/sv.po        |    2 +-
 95 files changed, 142393 insertions(+), 139396 deletions(-)

commit 7d9bf773c4f0d02ad8ae24488d5d5b3eaa962a1e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Mar 13 19:21:26 2022 +0100

    po: Update German programs translation
    
    Update to 1177t.

 po/de.po | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

commit 13c869d823440dfe30770a802afaa4056eb6a6da
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Mar 13 19:13:58 2022 +0100

    po: Update German dselect translation
    
    Update to 267t.

 dselect/po/de.po | 74 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

commit 175dba4eaa55d50df2b21b6f948569ef00ad7d12
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Wed Mar 2 00:40:39 2022 +0100

    po: Update Swedish translations
    
    [guillem@debian.org: Fix typos in markup syntax. ]
    
    Closes: #1003799, #1007116
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/sv.po |   265 +-
 man/po/sv.po     | 12979 +++++++++++++++++------------------------------------
 po/sv.po         |  7640 +++++++++++++++----------------
 scripts/po/sv.po |  1301 ++----
 4 files changed, 8405 insertions(+), 13780 deletions(-)

commit 7564f4ab2fa417553b773d520c803182897bfb10
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 00:30:03 2022 +0100

    po: Update Catalan translations

 dselect/po/ca.po |  195 +-
 po/ca.po         | 7248 ++++++++++++++++++++++++++----------------------------
 scripts/po/ca.po |  337 +--
 3 files changed, 3691 insertions(+), 4089 deletions(-)

commit 775c2029a6852d095b35becef5cabc452394fa6c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 12 21:16:38 2022 +0100

    po: Remove previous msgid for non-fuzzy translations

 man/po/nl.po | 29 +----------------------------
 1 file changed, 1 insertion(+), 28 deletions(-)

commit 814651170dd2caa6ae001167f09414453021764e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 6 20:40:34 2022 +0100

    man: Clarify --admindir and --instdir default values
    
    These depend on the DPKG_ADMINDIR and DPKG_ROOT environment variables
    being set or not. Although this is mentioned in the ENVIRONMENT section
    it is not obvious directly from the command-line options descriptions.
    
    Reported-by: Johannes Schauer Marin Rodrigues <josch@debian.org>

 man/dpkg-divert.pod         | 8 +++++---
 man/dpkg-realpath.pod       | 2 +-
 man/dpkg-statoverride.pod   | 7 ++++---
 man/dpkg-trigger.pod        | 4 ++--
 man/dpkg.pod                | 2 +-
 man/dselect.pod             | 3 +--
 man/update-alternatives.pod | 7 ++++---
 7 files changed, 18 insertions(+), 15 deletions(-)

commit 74632ce150b118f5eb64c850afbcb01066395aa9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 02:07:42 2022 +0100

    man: Document that u-a honors DPKG_ROOT
    
    Add the information about the environment variable, via a substituted
    variable indirection to avoid hardcoding the variable name.

 man/Makefile.am             | 1 +
 man/update-alternatives.pod | 5 +++++
 2 files changed, 6 insertions(+)

commit 0a346c7528221b5c06bee69161ab2a6298a557c4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 02:07:42 2022 +0100

    man: Do not hardcode DPKG_ADMINDIR in u-a
    
    This program is used by other distributions that are not dpkg-based,
    use an indirection through the build system, so that these integrators
    do not need to patch the man page.

 man/Makefile.am             | 1 +
 man/update-alternatives.pod | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 9a0337de82f432c9bb4c75e279afd8dfaae93a3e
Author: Nicolas Boulenguez <nicolas.boulenguez@free.fr>
Date:   Fri Mar 11 04:30:19 2022 +0100

    scripts/mk: Indent code in Makefile fragments
    
    [guillem@debian.org:
     - Fix indentation also in buildflags.mk.
     - Keep exporting variables on per line. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildflags.mk |  6 +++---
 scripts/mk/buildtools.mk | 40 ++++++++++++++++++++--------------------
 2 files changed, 23 insertions(+), 23 deletions(-)

commit 39ec63cea5e62b920e7a62360bb2634abbe48add
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Fri Mar 11 04:40:21 2022 +0100

    scripts/mk: Remove unneeded conditionals
    
    The ?= had no effect when the previous test was succeeding. Make that
    explicit with an 'else'.
    
    The 'ifdef' was always succeeding because previous stanza sets $1.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/mk/buildtools.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit bb508d489a62fa589b3d44e1f7a0c38cabebcc59
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 10 23:29:03 2022 +0100

    scripts/mk: Fix typo in comment
    
    Changelog: silent

 scripts/mk/buildtools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit baa3a1ef59d1b0ffd262f75671ada9e91a3044c8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 01:42:56 2022 +0100

    build: Do not put localization entries on their own changelog group
    
    The purpose of placing localization entries on their own changelog
    groups was to try to reduce information overload, for something that
    tends to be rather repetitive.
    
    This is, though, a departure from the convention of using the person
    taking responsibility for that change as that group header (within
    square brackets). And not really needed given that we have switched
    to standardized section names where we can place this following a more
    uniform format.

 README.l10n             |  5 +++--
 build-aux/gen-changelog | 54 ++++++++++---------------------------------------
 2 files changed, 14 insertions(+), 45 deletions(-)

commit 4de809297ac41c929c10f74189c431c198e66d66
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 01:42:17 2022 +0100

    build: Use sort flag instead of hardcoding the section in gen-changelog
    
    The l10n section needs to be sorted, given its uniformity and
    repetition. Instead of hardcoding the name of the section, add a new
    flag that generalizes it and can be used by other sections if desired.

 build-aux/gen-changelog | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit f0dcce12d085fba2043d4ee01b71c4591f6f9866
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 01:34:32 2022 +0100

    build: Do not hardcode «main» section for title check in gen-changelog
    
    What we want is to change the formatting depending on whether the
    section contains a title or not. Switch to check for this instead of
    the implicit assumption that the untitled section is «main».

 build-aux/gen-changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c91199e2a818827a4d39a16dcf61c2abf2515061
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 01:29:49 2022 +0100

    build: Use non-capturing groups in regex in gen-changelog

 build-aux/gen-changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 573be899535afa096a28f449a9973decfee90473
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 01:23:41 2022 +0100

    build: Support specifying previous and next tags to gen-changelog
    
    This helps testing the script with different version ranges.

 build-aux/gen-changelog | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit e8bfb3e588af8a19cc86582782b75e3dbe96b868
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 13 19:28:44 2022 +0100

    build: Mark libcompat and libdpkg as internal components in changelog
    
    These components are internal components, and changes in them are in
    most cases of internal nature.

 build-aux/gen-changelog | 2 ++
 1 file changed, 2 insertions(+)

commit 921837ce166c2c887b52f5c667456f621ed5ca69
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 11 20:18:24 2022 +0100

    build: Add comment about «sed -i» not being portable
    
    Prompted-by: Nicolas Boulenguez <nicolas@debian.org>

 scripts/mk/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 79fc3db3e9992b2f548f8bfadd31307451f86339
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 11 20:17:15 2022 +0100

    build: Switch sed pseudo-in-place replace invocations with copy then move
    
    Instead of copying into a temporary, replacing, then removing the
    leftover, do the more concise replace with copy then move back.

 scripts/Makefile.am    |  9 ++++-----
 scripts/mk/Makefile.am | 18 ++++++++----------
 2 files changed, 12 insertions(+), 15 deletions(-)

commit 8e886ec9ffaacabdb4f062d6c4a4a92288c2052a
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Fri Mar 11 04:11:51 2022 +0100

    test: Use «each» instead of «keys» and value fetching
    
    Iterate on key/value pairs instead of iterating on keys then search
    for each value.
    
    [guillem@debian.org: Rename variable names. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk.t | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

commit a0cc008c902b2b4cf812eb60235c7c4cbc329770
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Thu Feb 11 15:36:15 2021 +0100

    test: Add test case for SOURCE_DATE_EPOCH
    
    Set SOURCE_DATE_EPOCH either from the environment or the Debian changelog.
    Check that the value is (re)exported.
    
    [guillem@debian.org: Hardcode the timestamp instead of forking date(1). ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/mk.t           | 10 +++++++++-
 scripts/t/mk/pkg-info.mk |  2 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

commit c348c2468a2c5c470f7a511f01c54735de29ceff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 11 20:20:25 2022 +0100

    test: Use a temporary file instead of unportable «sed -i»
    
    Use the same pattern we use in other places of the code base, so that
    the test suite can run on systems with less featureful sed
    implementations.
    
    Prompted-by: Nicolas Boulenguez <nicolas@debian.org>

 src/at/local.at | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7c6adad334747d3cd1b32a59634ca272a4be364c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 6 20:38:25 2022 +0100

    dselect: Add support for --instdir

 dselect/main.cc |  4 +++-
 man/dselect.pod | 17 ++++++++++++-----
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 760f465b922b4afae9cfa32b2c07fe0649e94257
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 10 03:43:55 2022 +0100

    dselect: Do not beep on key press errors in method and package list windows
    
    When we resize a window, ncurses will generate keycodes, which then will
    be trapped by the key handling code and beep when they match no known
    keybinding. This is in general annoying, so instead we silence these
    beeps completely.
    
    Closes: #533639

 dselect/methlist.cc | 3 ++-
 dselect/pkglist.cc  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 03be1f9eaf2f99571d795969d66b099e49a352a6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 8 22:49:58 2022 +0100

    dselect: Handle window resizes in help and menu screens
    
    Adapt the input loops for these two screens to handle window resizes,
    as we are doing now in the other screen input loops.
    
    Closes: #382307

 dselect/basecmds.cc | 13 +++++++++++--
 dselect/main.cc     |  9 +++++++--
 2 files changed, 18 insertions(+), 4 deletions(-)

commit 4d4e2e1186acae606de0b1f82ca888b6772ea89e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 8 22:45:33 2022 +0100

    dselect: Rework windows resize to be signal safe
    
    Remove all current explicit signal handling code for window resizes
    and instead rely on ncurses doing this for us, which is going to be
    async-signal-safe, instead of the current code which was not.
    
    Changelog: internal

 dselect/basecmds.cc      |  2 +-
 dselect/baselist.cc      | 68 +++++-------------------------------------------
 dselect/dselect.h        |  8 ++----
 dselect/methlist.cc      | 15 +++++------
 dselect/pkglist.cc       | 15 +++++------
 t/cppcheck/cppcheck.supp |  3 ---
 6 files changed, 23 insertions(+), 88 deletions(-)

commit 57e084a52e1ede33b7914c3e0357311ac370a186
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 18:18:03 2022 +0100

    debian: Warn in postinst about merged-/usr-via-aliased-dirs breakage
    
    dpkg does not, and has never supported this filesystem layout even less
    so the way it has been deployed as it bypasses dpkg entirely. It can
    cause file loss, file overwrites, unexpected query results, among other
    things, while being very insidious to detect if one is not aware. Adding
    support for it would be rather infeasible and gets in the way of features
    that have been on the works for some time now.

 debian/dpkg.postinst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit b2789db9a204dbe71046619a8ceb7bb7263d1434
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 18:17:07 2022 +0100

    debian: Use dpkg-error.sh in postinst
    
    This makes it possible to use better diagnostic functions.

 debian/dpkg.postinst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 131eef880f8d0b87cbb0918822d0c03294957d20
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 00:33:48 2022 +0100

    u-a: Move filename generation outside alternative setup
    
    This is common to both symlinks being created, move it out of the code
    block, so that we might be able to conditionalize the first block to
    avoid doing redundant work if it does not need to change.
    
    Changelog: internal

 utils/update-alternatives.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 272a5232b24a1ffc1363ec7119fd38e3f855b024
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 00:29:35 2022 +0100

    u-a: Use the target timestamp when the symlink does not exist
    
    Some programs track the symlink timestamps in their databases (such as
    man-db). To be able to create reproducible installations we have to use
    timestamps that are reproducible, at least on the first installation.
    
    We also need to take into account that not using the current timestamp
    when updating symlinks might cause backup systems to not work properly.
    
    To cover these two cases, we will copy the timestamp from the target, if
    the symlink did not exist.
    
    Closes: #1004557

 utils/update-alternatives.c | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit fe088a3e855fbf17c70d0ffd939eefe81a9685f7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 7 00:29:35 2022 +0100

    u-a: Move symlink removal inside fsys_symlink()
    
    To be able to create the symlink, we need to first remove it. Do this
    within the function, which reduces the amount of work, as then we only
    need to compute the root pathname one time.
    
    Changelog: internal

 utils/update-alternatives.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 9ec0b0594c591b0d403f35884b702d335edb2286
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 1 21:41:53 2022 +0100

    u-a: Refactor alternative_has_broken_symlink()
    
    Changelog: internal

 utils/update-alternatives.c | 47 +++++++++++++++++++++++++--------------------
 1 file changed, 26 insertions(+), 21 deletions(-)

commit c0f8ed292fc2a2293ee2d449323783e0a406cefc
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date:   Thu Aug 27 21:43:40 2020 +0200

    test: Fix test_command_exec program invocation
    
    From exec(3):
    
            The argument arg0 should point to a filename string that is
            associated with the process being started by one of the exec
            functions.
    
    Unfortunately, this test sets arg0 to the string "arg 0" this causes the
    busybox multicall binary on Alpine Linux to assume that the applet "arg
    0" (instead of true) should be executed. However, as such an applet does
    not exist, the tests fails. This commit fixes the failing test by
    setting arg0 correctly (as other parts of the dpkg codebase using the
    command API do too).
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/t/t-command.c | 1 +
 1 file changed, 1 insertion(+)

commit 09687d564ce40a4f56fe2a9eadb32d92b810f6e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 30 02:05:37 2022 +0100

    libdpkg: Do not allow argv with no arguments

 lib/dpkg/options.c | 3 +++
 1 file changed, 3 insertions(+)

commit 560574b55a543d3d0a0f4e8abf0ae42f46d2a2f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 20:29:33 2022 +0100

    libdpkg: Do not restrict source:* virtual fields to installed packages
    
    Initially the code was not handling missing data properly. It got changed
    in two ways, in commit 536a38582a2d92da84f82d850e22f581b00d2082 it was
    first restricted to only operate on installed packages, which regressed
    support for dpkg-deb show format, and then the code was made robust
    against such missing data (which was really the only correct and necessary
    part to the fix) in commit 9022f9e0ffc58425c6798ff62e797f4026a29fe9.
    
    Fixes: commit 536a38582a2d92da84f82d850e22f581b00d2082
    Closes: #1004372
    Stable-Candidate: 1.20.x

 lib/dpkg/pkg-format.c | 9 ---------
 1 file changed, 9 deletions(-)

commit d9f603f110d79393174f287d041b5e7cea7dc4c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 20:29:09 2022 +0100

    test: Add new pkg-format unit tests

 lib/dpkg/Makefile.am      |   1 +
 lib/dpkg/t/.gitignore     |   1 +
 lib/dpkg/t/t-pkg-format.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 126 insertions(+)

commit cee8e4b5a5c7cc0ccd4810c83796ec824f5ebb63
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 18:23:49 2022 +0100

    libdpkg: Refactor pkg_format_print() out from pkg_format_show()
    
    This will allow testing the formatting code.

 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/pkg-format.c | 27 ++++++++++++++++++---------
 lib/dpkg/pkg-format.h |  2 ++
 3 files changed, 21 insertions(+), 9 deletions(-)

commit 60d8baf664bd75aa235a727fd63c189d450bb4ce
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 23:32:45 2022 +0100

    Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation
    
    This takes care of adding the required pathname separators when needed.

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

commit 1befbd547c793da857949cd13775a75838293cec
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 27 01:42:48 2022 +0100

    Dpkg::Source::Package: Only generate the patch header if needed
    
    When we are generating a patch we need to generate a header too, but
    only if the patch is going to contain actual differences. Otherwise
    we end up parsing the changelog unnecessarily.
    
    Prompted-by: Umut <ue16@gmx.de> (on IRC)

 scripts/Dpkg/Source/Package/V2.pm | 18 ++++++++++--------
 scripts/Dpkg/Source/Patch.pm      | 12 +++++++++++-
 2 files changed, 21 insertions(+), 9 deletions(-)

commit c548669cc8547a78a5c57ae92b0c5d0a0873a77c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 27 01:24:24 2022 +0100

    dpkg-source: Fix alternate changelog file usage with 2.0 and 3.0 formats
    
    When generating the patch header we parse the changelog, but were not
    honoring the pathname passed to dpkg-source.
    
    Reported-by: Umut <ue16@gmx.de> (on IRC)

 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 scripts/dpkg-source.pl            | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit b4ba0716f90d5882563d4fc53f93b03e629a6dd8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 17 22:38:55 2022 +0100

    Dpkg::Index: Switch key function for control tests to be a stanza index
    
    These stanzas have two possible distinguishing keys, the Tests and
    Test-Command fields, but these are not necessarily unique, as can be
    repeated given different constraints specified via other fields in the
    stanza.
    
    We switch to use the order tracking to index each stanza, so that we can
    support duplicate test entries.
    
    Reported-by: Paul Gevers <elbrus@debian.org>

 scripts/Dpkg/Index.pm                 | 11 ++++++++---
 scripts/t/dpkg_source.t               | 16 +++++++++++++++-
 scripts/t/dpkg_source/testsuite_2.dsc |  1 +
 3 files changed, 24 insertions(+), 4 deletions(-)

commit f604378c7f86f4bd5d91ff8ccf69200f6e82d951
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 1 23:59:49 2022 +0100

    build: Move zsh completion under a subdirectory
    
    Organize this to allow for other shell completion implementations, such
    as bash.

 scripts/Makefile.am                               | 2 +-
 scripts/{ => completion}/zsh/_dpkg-parsechangelog | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit ad5dc46b6f1495dc9c3a49aa3b2c93e94da05a4e
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sat Jan 22 19:13:18 2022 +0100

    po: Update Dutch man pages translation
    
    Closes: #1003673
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 545 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 238 insertions(+), 307 deletions(-)

commit 63b4789b801272c3552afe28b89a0bb79deaa2ce
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sat Jan 22 19:12:26 2022 +0100

    po: Update Dutch programs translation
    
    Closes: #1003672
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/nl.po | 330 +++++++++++++++++----------------------------------------------
 1 file changed, 87 insertions(+), 243 deletions(-)

commit 83e3436efc75d3acc4221682532de729960b1a14
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sat Jan 22 19:10:08 2022 +0100

    po: Update Dutch dselect translation
    
    Closes: #1003671
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/nl.po | 75 +++-----------------------------------------------------
 1 file changed, 4 insertions(+), 71 deletions(-)

commit 068090fc7248b1ad30c9a6871a9a2824a4bba578
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 22 19:00:02 2022 +0100

    debian: Remove override_dh_perl
    
    This was removed in commit b6ec384e36614a53096ff29dbc26fae7a25e89ea,
    but got accidentally reintroduced when switching to the dh sequencer,
    due to a botched merge from an old commit.
    
    Fixes: commit b9afb861c35a6c76970aee0ad70a94f9fb6071b6
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Changelog: silent

 debian/rules | 4 ----
 1 file changed, 4 deletions(-)

commit 21642c272cdd11cf435813419568edca71c5ddf1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jan 20 05:30:46 2022 +0100

    po: Update German scripts translation

 scripts/po/de.po | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit d7a03b037af68648197f579137f0fdb7d0ca9484
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 05:12:20 2022 +0100

    build: Distribute dselect.lintian-overrides file
    
    Changelog: silent
    Fixes: commit 6a7bfcde4bd983274ee7b178d0f27be746429989

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit eb4962aa352c92dda998fbef6ef48baec502232f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 04:54:32 2022 +0100

    scripts: Unify deprecated command-line option warnings

 scripts/dpkg-buildpackage.pl | 6 +++---
 scripts/dpkg-genbuildinfo.pl | 4 ++--
 scripts/dpkg-gencontrol.pl   | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 6a7bfcde4bd983274ee7b178d0f27be746429989
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 04:02:45 2022 +0100

    debian: Update lintian overrides

 debian/dpkg.lintian-overrides    | 6 ++++++
 debian/dselect.lintian-overrides | 2 ++
 2 files changed, 8 insertions(+)

commit ccf91bef46858f62be45e3417785e047e7ce85b1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 04:31:01 2022 +0100

    build: Fix zlib implementation selection
    
    We need to select only one of the possibly available zlib
    implementations. Turn the code to use a pre-processor "enum", by
    defining the various values as different macros, that we will select
    from a variable macro.
    
    Changelog: silent
    Fixes: commit 863af2464d7bf20ad458ee51e2d187a9845214ca

 lib/compat/compat-zlib.h |  8 +++-----
 lib/dpkg/compress.c      |  6 +++---
 m4/dpkg-libs.m4          | 12 ++++++++++++
 3 files changed, 18 insertions(+), 8 deletions(-)

commit 17e6052303ec789614353dea1d051ef59325a146
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 9 18:50:44 2022 +0100

    po: Update German man pages translation
    
    Small fixes

 man/po/de.po | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit 74d69f7e863e3167731d5d85743274a71f554924
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 8 07:41:41 2022 +0100

    po: Update German man pages translation

 man/po/de.po | 197 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 106 insertions(+), 91 deletions(-)

commit eded8c747c297baf1b8142d58afe0a6a2caf058d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 19 03:45:06 2021 +0200

    libdpkg: Pass struct compress_params to decompressors
    
    This way we will be able to pass other parameters controlling the
    decompression, which we will use with the upcoming multithreaded
    xz decompressor support.

 lib/dpkg/compress.c | 36 ++++++++++++++++++++++++------------
 lib/dpkg/compress.h |  2 +-
 src/deb/extract.c   | 18 ++++++++++--------
 3 files changed, 35 insertions(+), 21 deletions(-)

commit 4f7e41335920b580eec9e9b4aa20c9cad6987a38
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 5 23:34:24 2022 +0100

    libdpkg: Pass struct compress_params as the first argument
    
    This unifies the argument format with the rest of the de/compression
    functions.

 lib/dpkg/compress.c | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

commit 002a24fcfd72bda1ec1a916e427dca521ce475cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 18 22:32:07 2021 +0200

    libdpkg: Increase I/O memory buffers from 4 to 32 KiB
    
    The current buffers for de/compression I/O are 4 KiB, the one for file
    descriptor I/O is 32 KiB. Use the same macro for both, set them to 32
    KiB.

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

commit 0e0759b3559bee6285bb31db0b93e334566d66c5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 18 22:45:03 2021 +0200

    libdpkg: Dynamically allocate the buffers for de/compression I/O
    
    This removes these static buffers, and makes it possible to increase
    them to bigger ones more suited for current available memory and I/O
    being handled.

 lib/dpkg/compress.c | 53 ++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 40 insertions(+), 13 deletions(-)

commit a49f5e3e18cd179330932bdddacb97ad89b9b723
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 19 22:41:33 2021 +0200

    libdpkg: Refactor liblzma memlimit and cputhreads getters
    
    We will use these too for the upcoming multithreaded xz decompressor
    support.

 lib/dpkg/compress.c | 52 +++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 35 insertions(+), 17 deletions(-)

commit f8d254943051e085040367d689048c00f31514c3
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sat Jan 30 23:26:40 2021 +0100

    libdpkg: Use the amount of available memory instead phys_mem/2
    
    On Linux there is the field 'MemAvailable' in '/proc/meminfo' which
    holds the amount of memory which is available as of now. It considers
    the fact that the page cache can be purged, some memory (if not all)
    can be reclaimed (for instance by writing back dirty inodes) and some
    memory should remain free just in case. This amount of memory can be
    used without the need to swap-out some memory. The complete definition
    can be located at [0].
    
    The advantage over PHYS_MEM/2 is that it considers the current
    status/usage of the system while assuming that half of what is
    physically available is usable.
    
    [guillem@debian.org:
     - Use fd_read() instead of read().
     - Merge two chained if blocks to reduce nesting level.
     - Add missing header.
     - Use a size_t const for the string length. ]
    
    [0] https://www.kernel.org/doc/html/latest/filesystems/proc.html
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/compress.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 91 insertions(+), 5 deletions(-)

commit cc80b8be4a35874aaaefad72ffe4e2c894ed65d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 19 22:18:07 2021 +0200

    build: Rename HAVE_LZMA_MT to HAVE_LZMA_MT_ENCODER
    
    This macro describes whether liblzma has support for multi-threaded
    compression, but we'll want to check for the upcoming decompression
    too, which is not going to be supported by the same versions.

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

commit 863af2464d7bf20ad458ee51e2d187a9845214ca
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 22:52:17 2021 +0100

    build: Add zlib-ng support
    
    The zlib-ng library is a fork of zlib with its code modernized and lots
    of optimizations for various modern CPUs giving it a substantial
    performance boost.
    
    This library provides either an API (and in theory ABI) compatible
    interface, or a cleaned up API with namespaced and with better types.
    
    We add support for the latter, via a compatibility header mapping symbol
    names.

 configure.ac             |  2 +-
 lib/compat/Makefile.am   |  1 +
 lib/compat/compat-zlib.h | 43 +++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/compress.c      | 10 ++++++----
 m4/dpkg-libs.m4          | 17 +++++++++++++++--
 5 files changed, 66 insertions(+), 7 deletions(-)

commit 53aa6bca8398c7615511f280bdf495e36e6bdb1e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 17:07:14 2021 +0100

    build: Support compression library names with dashes
    
    We need to call AS_TR_SH for any variable name that might end up
    containing the compression library name with a dash. We were doing this
    for the CPP macros, but not for the shell ones.

 m4/dpkg-libs.m4 | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit d5fdea66ca6e20ed2c28a96e782587244b7ec902
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 17:06:24 2021 +0100

    build: Make AS_TR_* calls more clear
    
    Include the entire token within the AS_TR_* calls, instead of only the
    variable to expand, which makes it more obvious what the resulting
    token might look like.

 m4/dpkg-build.m4 | 16 ++++++++--------
 m4/dpkg-libs.m4  |  6 +++---
 m4/dpkg-types.m4 |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

commit 46c54b3e689b5135562821eba08a3e26fc66e8e8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 5 17:38:51 2022 +0100

    debian: Pass -jN to autotools autotest test suite via TESTSUITEFLAGS

 debian/rules | 1 +
 1 file changed, 1 insertion(+)

commit 1b9cabecf24bd9fb51da80e4bf3f917800a31e20
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 5 17:36:43 2022 +0100

    debian: Make TESTSUITEFLAGS extensible
    
    Set TESTSUITEFLAGS values and then assign that into the same environment
    variable in testflags. Move TEST_PARALLEL to testflags.
    
    This will allow to add multiple options to TESTSUITEFLAGS.

 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit fef11dee98f31681cfee6d3476eda6c85b7c04b9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 5 16:04:00 2022 +0100

    dpkg-buildpackage: Switch terse make from -s to --no-print-directory
    
    Passing «-s» to make is too much terseness, increase it back, but omit
    printing directory entry and exit messages instead.
    
    Closes: #1003164

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b9ab58c1699fb3a06aec0e06108dad8389f67897
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jan 5 17:49:03 2022 +0100

    po: Update German programs translation
    
    Update to 1174t.

 po/de.po | 6759 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3389 insertions(+), 3370 deletions(-)

commit b5d2d688a0b7272da04f4a6c967fba326f81e1b0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 5 04:20:11 2022 +0100

    test: Update DPKG_DATADIR to point to src/
    
    This variable is used to point to the shell library directory.
    
    Fixes: commit 9c156327295c378201a47029dbbca2573c846abc
    Changelog: silent

 tests/Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9780169476262b067f5d8046a73a279a0cbadbc8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 02:47:58 2022 +0100

    u-a: Clarify bad usage message by enclosing in angles and quoting arguments
    
    Enclose the argument names in angle brackets, and quote their values, so
    that it is easier to parse what is the problem.

 utils/update-alternatives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5bf749004bbb8cc58053c4b9daaa8da82c912ab8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 30 01:49:07 2021 +0100

    u-a: Clarify option parse errors by printing the wrong values
    
    For options that can be passed multiple times or values that might not
    be clear are wrong, always print the actual value to help the user track
    the wrong usage more easily.

 utils/update-alternatives.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 3cf7dce794e139e70c89203bdf7fa6df9b492dd7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 30 01:47:35 2021 +0100

    u-a: Use intermediate variables when parsing actions
    
    When we need to refer to the same argument multiple times while parsing
    them, use an intermediate to give it meaning and make it obvious what it
    is about.
    
    For arguments that are directly assigned to their final variable simply
    use argv[].

 utils/update-alternatives.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit f967e092f5d77038f4ae1acea84f6dc7c38a75fc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 29 05:03:38 2021 +0100

    u-a: Refactor alternative_install()
    
    This moves the last action into its own dedicated function, so that the
    main() function is uncluttered from details.

 utils/update-alternatives.c | 50 ++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 19 deletions(-)

commit 0df14c03e8a6916711d5fc737f6b6d26c661ad02
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 28 19:24:42 2021 +0100

    u-a: Do not skip --config with a single entry
    
    Even with a single entry the user might want to switch it between auto
    and manual, something which is possible via the --set option, so it
    should have an interactive mode too.
    
    Reported-by: David Kalnischkies <donkult@debian.org>

 utils/update-alternatives.c | 6 ------
 1 file changed, 6 deletions(-)

commit f2b495f107bec91808f4f9e2df7698b339345a8a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 23:48:11 2021 +0100

    Dpkg::Control::FieldsCore: Add field order for all control types

 scripts/Dpkg/Control/FieldsCore.pm | 67 ++++++++++++++++++++++++++++++++++++
 scripts/t/Dpkg_Control.t           |  8 ++---
 scripts/t/Dpkg_Control_Fields.t    | 69 ++++++++++++++++++++------------------
 3 files changed, 107 insertions(+), 37 deletions(-)

commit 33ca537f56286fb6f705a1a3056c033591aed91d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 22 00:53:12 2021 +0100

    Dpkg::Control::FieldsCore: Add missing allowed fields for (In)Release files
    
    Allow Version, Acquire-By-Hash, NotAutomatic, ButAutomaticUpgrades and
    No-Support-for-Architecture-all fields.

 scripts/Dpkg/Control/FieldsCore.pm | 23 ++++++++++++++++++++++-
 scripts/t/Dpkg_Control_Fields.t    |  7 ++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

commit 735db4a3722aad0233f77928e9e053c97da29445
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 23:46:38 2021 +0100

    Dpkg::Control::FieldsCore: Accept Architecture as a debian/tests/control field
    
    Support for this got added in autopkgtest 5.15.

 scripts/Dpkg/Control/FieldsCore.pm | 2 +-
 scripts/t/Dpkg_Control_Fields.t    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 7cf28cefd92cae650b144bf840c5ec8cbb4e3424
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 01:41:24 2021 +0100

    Dpkg::Control::FieldsCore: Refactor testsuite fields into a common variable

 scripts/Dpkg/Control/FieldsCore.pm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 6e18caebc09e8c9007f129616864c3765301ff50
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 23:34:16 2021 +0100

    Dpkg::Control::FieldsCore: Refactor Vcs fields into a common variable

 scripts/Dpkg/Control/FieldsCore.pm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

commit 25f1d74d6d7ec6413962a7adbae81fe8688f67d0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 23:22:39 2021 +0100

    scripts: Expand long word list into one entry per line
    
    This makes extending these lists, which is a relatively common thing to
    expect, easy to review on diffs. It also makes it easier to sort the
    entries in alphabetical order if required.

 scripts/Dpkg/Build/Info.pm         |  88 ++++++--
 scripts/Dpkg/Changelog.pm          |   8 +-
 scripts/Dpkg/Control/FieldsCore.pm | 339 ++++++++++++++++++++++++++-----
 scripts/Dpkg/Shlibs/Symbol.pm      |   5 +-
 scripts/t/Dpkg_Control_Fields.t    | 398 ++++++++++++++++++++++++++++++-------
 5 files changed, 700 insertions(+), 138 deletions(-)

commit 805a3344125e6d7e7480d3be2ba1cafb03c6e3c5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 21 23:59:41 2021 +0100

    Dpkg::Control::FieldsCore: Sort control type entries in %FIELD_ORDER

 scripts/Dpkg/Control/FieldsCore.pm | 60 +++++++++++++++++++-------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

commit eb626af364392b64af7f473269dd1fe11b246a92
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 22 00:11:21 2021 +0100

    test: Print field type name instead of id in test case description

 scripts/t/Dpkg_Control_Fields.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 68789dd9d1993c2c5977107e5cda74846ddf4751
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 19 23:09:43 2021 +0100

    test: Remove now unused TAP tests support from src/
    
    We have rewritten these tests as autotests, so we no longer need that
    infrastructure.

 scripts/Test/Dpkg.pm |  2 +-
 src/Makefile.am      | 13 ++-----------
 2 files changed, 3 insertions(+), 12 deletions(-)

commit 9eae41411fb30c5e1d6d755c7b24162cc91bd927
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 19 02:08:14 2021 +0100

    test: Rewrite dpkg-divert test from TAP to autotest
    
    This is more naturally implemented via an autotest, instead of a TAP
    test, as it needs to drive an external command and compare its output.

 src/Makefile.am     |   2 +-
 src/at/divert.at    | 639 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/at/local.at     |  90 ++++++++
 src/at/testsuite.at |   4 +
 src/t/dpkg_divert.t | 648 ----------------------------------------------------
 5 files changed, 734 insertions(+), 649 deletions(-)

commit 12574b49f1211497aaf6ffd69fa2babd1ed3ca5c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 17 04:30:40 2021 +0100

    test: Rewrite dpkg-realpath test from TAP to autotest
    
    This is more naturally implemented via an autotest, instead of a TAP
    test, as it needs to drive an external command and compare its output.

 src/Makefile.am       |   2 +-
 src/at/atlocal.in     |   3 ++
 src/at/local.at       |   2 +
 src/at/realpath.at    |  86 ++++++++++++++++++++++++++++++++++
 src/at/testsuite.at   |   4 ++
 src/t/dpkg_realpath.t | 127 --------------------------------------------------
 6 files changed, 96 insertions(+), 128 deletions(-)

commit 0120e7df28e71794c980e62b0560c5887514492d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 17 05:33:20 2021 +0100

    test: Refactor control file template generation

 src/at/local.at | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 110af0c2f25abbaa5bb2b2fe9742cd0dffae665f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 17 05:29:22 2021 +0100

    test: Rename DPKG_GEN_FILE to DPKG_GEN_CTRL_FILE
    
    This generates a control member file.

 src/at/deb-content.at | 16 ++++++++--------
 src/at/local.at       |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 9c156327295c378201a47029dbbca2573c846abc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 17 04:27:41 2021 +0100

    Move shell scripts into src/
    
    These are all program that are part of the core dpkg instead of the
    build tools. Move them with the rest of the run-time programs to apply
    the same constraints and infrastructure.

 scripts/.gitignore                          |  3 ---
 scripts/Makefile.am                         | 15 --------------
 src/.gitignore                              |  3 +++
 src/Makefile.am                             | 31 ++++++++++++++++++++++++++++-
 {scripts => src}/dpkg-db-backup.sh          |  0
 {scripts => src}/dpkg-maintscript-helper.sh |  4 ++--
 {scripts => src}/dpkg-realpath.sh           |  4 ++--
 {scripts => src}/sh/dpkg-error.sh           |  0
 {scripts => src}/t/dpkg_realpath.t          |  0
 t/shellcheck.t                              |  6 +++---
 10 files changed, 40 insertions(+), 26 deletions(-)

commit 981d5acb840dc50a66fc1f00e42d1830c1916b00
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 17 04:46:32 2021 +0100

    build: Factor out installation variable substitution into a new subst.am file
    
    This will help reduce duplication.

 build-aux/subst.am          | 46 +++++++++++++++++++++++++++++++++++++++++++++
 dselect/methods/Makefile.am | 19 ++-----------------
 scripts/Makefile.am         | 31 ++----------------------------
 scripts/mk/Makefile.am      |  6 +++---
 4 files changed, 53 insertions(+), 49 deletions(-)

commit 1947fef853b3a1eac89fa0af3ce6eabd10a291ea
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 17 04:57:12 2021 +0100

    build: Rename do_path_subst to do_make_subst
    
    This macro deals specifically with Makefiles, as that is the syntax it
    will understand and work with. Use a name matching that instead of what
    it will be replacing.

 scripts/mk/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 798ff3a0bf4d783a32626c5c33378e11a67f92dd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 29 20:29:14 2021 +0100

    Use anchor links for the dpkg FAQ URLs
    
    This adds a reference to the specific entry, otherwise it might not be
    obvious which one we are talking about. And uses shorter links that fit
    better on narrow outputs and are more easily recalled.

 lib/dpkg/file.c             | 6 +++---
 man/dpkg-fsys-usrunmess.pod | 2 +-
 man/dpkg.pod                | 3 ++-
 src/main/select.c           | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

commit a3d5c3d4aaeccfaff0e4059fa32b842700c573ae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 29 20:28:34 2021 +0100

    man: Add a missing preposition to deb-preinst(5)

 man/deb-preinst.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 403e0882d49924b552dbb9912ad33cbe491200f2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 29 05:06:47 2021 +0100

    man: Refer to the relevant maintscript actions explicitly
    
    Embolden and explicitly mention the actions these maintscripts are
    reacting to or refer to, for extra clarify.

 man/deb-postinst.pod | 8 ++++----
 man/deb-postrm.pod   | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 030f5a0ba04300d3e355b052496f53fc04947d1d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 29 05:04:56 2021 +0100

    man: Markup each individual element independently
    
    For command-line arguments, or file format parts, each element should
    be marked separately, otherwise these can be confused as being a single
    element instead of multiple, either when reading the source or depending
    on the POD formatter used which might use an underline running from the
    first word to the next.

 man/deb-postinst.pod        | 6 +++---
 man/deb-postrm.pod          | 4 ++--
 man/deb-preinst.pod         | 4 ++--
 man/deb-prerm.pod           | 8 ++++----
 man/deb-symbols.pod         | 2 +-
 man/dpkg-buildflags.pod     | 8 ++++----
 man/dpkg-deb.pod            | 6 +++---
 man/dpkg-split.pod          | 2 +-
 man/dpkg.pod                | 6 +++---
 man/update-alternatives.pod | 4 ++--
 10 files changed, 25 insertions(+), 25 deletions(-)

commit 6ff5c46fe112ab23ed93380f131062e1243e01ac
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 23 07:04:19 2021 +0100

    man: Use «main» git branch in examples
    
    This is going to be the new default branch name in git upstream, and
    most git hosting providers have switched to it. It also gets rid of
    problematic nomenclature.

 man/dpkg-source.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 498e8d2d6c34d66a6e745490e2f02fcdb3d56e78
Author: наб <nabijaczleweli@nabijaczleweli.xyz>
Date:   Wed Dec 15 17:16:43 2021 +0100

    man: Clarify that dpkg-divert --list pattern is optional
    
    Closes: #1001761
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-divert.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ec86ddd107a6c18caceb6afa62409f1ac1f3c742
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 15 00:38:55 2021 +0100

    man: Mention on what actions triggers get processed in dpkg(1)
    
    This is not a detailed explanation of how dpkg operates internally, as
    is warned on at the top of the man page, but it makes sense to at least
    mention that triggers are processed, so that the user knows whether
    passing --no-triggers might be needed in those contexts.
    
    Closes: #1001010

 man/dpkg.pod | 9 +++++++++
 1 file changed, 9 insertions(+)

commit b9afb861c35a6c76970aee0ad70a94f9fb6071b6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 01:28:45 2022 +0100

    debian: Switch to use the dh sequencer
    
    While this might make dpkg harder to bootstrap, it simplifies the rules,
    and lets debhelper improve things automatically as compat levels
    increase and get adopted.

 debian/.gitignore |   1 +
 debian/rules      | 132 ++++++++++++------------------------------------------
 2 files changed, 30 insertions(+), 103 deletions(-)

commit e6a3404c39b2a9940b657f7af47d19cc0606bc63
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 23:44:07 2022 +0100

    debian: Add a new not-installed file
    
    This lists the *.la files that we are not installing.

 Makefile.am          | 1 +
 debian/not-installed | 1 +
 2 files changed, 2 insertions(+)

commit 01e66a1a8f2d7d8023073d88b4d2b3135d7a4668
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 19:58:21 2022 +0100

    debian: Install optional localized man pages with dh_installman
    
    We need to use a dh command so that debhelper can track which files got
    installed.
    
    We use the double globs, so that when a localized man page does not get
    generated, we do not get failures from debhelper, as at least the
    non-localized man page will always match.
    
    We were doing this already some time ago, but dh_installman did not
    handle localized man pages correctly and was overwriting them with the
    last match. Now that this is fixed, we switch back to using the globs
    within brace expansion to simplify the support and make use of a dh
    command.
    
    This reverts commit 806dfa8237d9e1e3c80a8b096cb1496d930fd34d.

 debian/dpkg-dev.manpages | 88 ++++++++++++++++++++++++------------------------
 debian/dpkg.manpages     | 26 +++++++-------
 debian/dselect.manpages  |  4 +--
 debian/rules             | 11 ------
 4 files changed, 59 insertions(+), 70 deletions(-)

commit 46f449537b4a6522893836477ef8ccc08407d3a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 19:59:42 2022 +0100

    debian: Install aclocal m4 files into libdpkg-dev
    
    These can be of use by other projects from the dpkg suite.

 debian/libdpkg-dev.install | 1 +
 1 file changed, 1 insertion(+)

commit 6a8b06f42c609968194e1bf8a5677f8ad3da6c84
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 15 03:46:08 2021 +0100

    debian: Update bug-script to clarify usrmerge systems are unsupported
    
    The merged-usr-via-aliased-dirs, have never been and are not supported
    by dpkg, and should be considered broken systems. Make this clear on
    the message, and add a pointer to the FAQ describing the issue.

 debian/bug-script | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 940f86c37f9fc069079e16d3cfd2eda1be97ca27
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 14 23:30:16 2021 +0100

    debian: Ignore directories for the alternatives state fixup
    
    We should only consider regular files for the fix ups. Ignore anything
    else, and stop explicitly ignoring known directories.
    
    Closes: #1001695

 debian/dpkg.postinst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 87ff5aad393180ffd17714bc331bae069d12edfc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:38:09 2021 +0100

    test: Run the tools with --version
    
    This helps when trying to diagnose whether the executed programs are the
    ones from the build-tree or the ones from the system.

 src/at/deb-format.at | 4 ++++
 src/at/deb-split.at  | 3 +++
 2 files changed, 7 insertions(+)

commit 664a2599b85f0409507e1bfc1b8bd3ced2a611a8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:47:36 2021 +0100

    build: Fold autotest test suite machinery into src/ from src/at/
    
    This matches how we are driving the test suites in other parts of the
    project, and reduces one level of directory recursion.

 build-aux/autotest.am | 20 ++++++++++----------
 configure.ac          |  1 -
 src/Makefile.am       | 31 ++++++++++++++++++++++++-------
 src/at/Makefile.am    | 26 --------------------------
 4 files changed, 34 insertions(+), 44 deletions(-)

commit 527ebf510a93f96e7176250fee75094fc981316a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:46:33 2021 +0100

    build: Refactor autotest machinery into an automake include file

 src/at/Makefile.am => build-aux/autotest.am | 23 +++--------------
 src/at/Makefile.am                          | 38 +++++++----------------------
 2 files changed, 13 insertions(+), 48 deletions(-)

commit f000080a3cc0bad464ae5d8ca775f481142f1448
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:49:39 2021 +0100

    build: Refactor autotest dependencies into a new variable

 src/at/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 70734a72e9806b4598e43e1d689b16d55cc3ccbd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:40:38 2021 +0100

    build: Move EXTRA_DIST close to the files it is acting on
    
    This makes it easier to reason about what's happening in the file.

 src/Makefile.am | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 0a4931080d7826ff91b933af1a5ec82a7636f9b5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:21:31 2021 +0100

    build: Rework TAP check hooking into the autotools machinery
    
    Rename the TAP automake support file to tap.am to make it explicit this
    is just one of the possible test suites we are running. Move from
    implicitly hooking into the autotools check machinery to explicitly
    hooking into it, so that we can run different test suites from the same
    directory.

 Makefile.am                    | 6 ++++--
 build-aux/{check.am => tap.am} | 4 ++--
 lib/dpkg/Makefile.am           | 6 ++++--
 scripts/Makefile.am            | 6 ++++--
 src/Makefile.am                | 6 ++++--
 utils/Makefile.am              | 6 ++++--
 6 files changed, 22 insertions(+), 12 deletions(-)

commit 5c189378f25acc8479656c885eef01daa213a32a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 15:16:00 2021 +0100

    build: Remove unused TESTDATA variable from autotest suite

 src/at/atlocal.in | 3 ---
 1 file changed, 3 deletions(-)

commit 74354a592ad1d88c1b56c245b34bddbacd56d573
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 06:44:10 2021 +0100

    build: Link all programs against libcompat
    
    The libcompat library gets linked into libdpkg, and that works fine as
    long as it is built only as a static library, because then any of the
    libdpkg users in the project will pull in any required object from
    there. But when libdpkg is built as a shared library, then libtool
    does not even include it as a dependency in its .la tracking files.
    And the visibility rules in the shared library will not expose any of
    the libcompat symbols, so we need to link against it explicitly.
    
    Prompted-by: Jörg Sonnenberger <joerg@NetBSD.org>

 dselect/Makefile.am  | 1 +
 lib/dpkg/Makefile.am | 1 +
 src/Makefile.am      | 1 +
 3 files changed, 3 insertions(+)

commit 87260bc8618d06b3aca1b39d922021bda749d32e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 9 20:55:13 2021 +0100

    build: Add gitlab CI test for shared library building
    
    This will make sure the shared library is kept in a working state, even
    though it's definitely not ready yet for general use.

 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

commit 17b87a402c352d0bce13aba706ad1eae63876184
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 9 20:54:05 2021 +0100

    libdpkg: Add missing symbols to the version map
    
    Changelog: internal

 lib/dpkg/libdpkg.map | 2 ++
 1 file changed, 2 insertions(+)

commit 70d0eee545e2c380887a6796c732bfe7ead2d03e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 9 01:02:24 2021 +0100

    test: Move AT_TESTED to testsuite.at
    
    We call it at the beginning of each group, instead from within each file
    affecting the same group

 src/at/deb-content.at | 2 --
 src/at/deb-fields.at  | 2 --
 src/at/deb-format.at  | 2 --
 src/at/deb-split.at   | 2 --
 src/at/testsuite.at   | 2 ++
 5 files changed, 2 insertions(+), 8 deletions(-)

commit d3b01fff0045ef24cbe78f3df7b8cedbfb392495
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 9 15:07:01 2021 +0100

    build: Namespace Config variable usage
    
    We are only requiring the module, so need to access it under its
    namespace.
    
    Reported-by: Павловец Сергей Николаевич <s.pavlovets@ivcmf.by>

 scripts/Build.PL.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3e1dcb9b713bb59092b2f25a5197d182afccf937
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 8 05:34:19 2021 +0100

    build: Fix gitignore for build-aux/ directory
    
    This got lost during the move, as the .gitignore from the index overrode
    the on-disk contents.

 .gitignore           | 1 -
 build-aux/.gitignore | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 0b3b13a724fafea31a5e3ff498efef7c33a28a96
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 8 03:38:45 2021 +0100

    build: Fix relocated autotest test suite runner
    
    - We need to build the current directory first with the tools.
    - Remove unused entry in PATH for utils/.
    - Use absolute path relative to the current source directory instead
      of the top one.
    
    Fixes: commit 1e61d9416719b628ec0e93ced10fe4c1f38ef105

 src/Makefile.am   | 1 +
 src/at/atlocal.in | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit e14540db0d71d67f3eb4a07fae8570c29d1f053a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 8 03:25:29 2021 +0100

    build: Move C test suite machinery into lib/dpkg/
    
    This matches how we are driving the test suite in other parts of the
    project, and reduces one level of directory recursion.

 configure.ac                |  1 -
 lib/dpkg/.gitignore         |  1 +
 lib/dpkg/Makefile.am        | 84 +++++++++++++++++++++++++++++++++++++++++---
 lib/dpkg/t/.gitignore       |  1 -
 lib/dpkg/t/Makefile.am      | 85 ---------------------------------------------
 lib/dpkg/t/t-tarextract.t   |  2 +-
 lib/dpkg/t/t-treewalk.t     |  2 +-
 lib/dpkg/t/t-trigdeferred.t |  2 +-
 8 files changed, 83 insertions(+), 95 deletions(-)

commit 1e61d9416719b628ec0e93ced10fe4c1f38ef105
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 7 02:11:43 2021 +0100

    build: Move autotest suite under src/
    
    These are all functional tests for the now unified contents under src/.

 Makefile.am                       | 1 -
 configure.ac                      | 6 +++---
 src/Makefile.am                   | 4 ++++
 {t-func => src/at}/.gitignore     | 0
 {t-func => src/at}/Makefile.am    | 0
 {t-func => src/at}/atlocal.in     | 2 +-
 {t-func => src/at}/deb-content.at | 0
 {t-func => src/at}/deb-fields.at  | 0
 {t-func => src/at}/deb-format.at  | 0
 {t-func => src/at}/deb-split.at   | 0
 {t-func => src/at}/local.at       | 0
 {t-func => src/at}/testsuite.at   | 0
 tests/README                      | 2 +-
 13 files changed, 9 insertions(+), 6 deletions(-)

commit affb86e43bdf72ed2b4deaa8b9fe13f313c58363
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 4 05:10:33 2021 +0100

    build: Reorganize dpkg programs source code under src/
    
    - Move dpkg-deb and dpkg-split under src/ as these are part of the dpkg
      toolset.
    - Move common source files under src/common/.
    - Move program specific source files under subdirectories in src/.
    - Rename the various *cmd.c into <tool>/main.c.
    - Set automake option subdir-objects.

 .gitignore                             |  1 +
 Makefile.am                            |  2 -
 README.l10n                            |  4 +-
 configure.ac                           |  3 +-
 dpkg-deb/.gitignore                    |  1 -
 dpkg-deb/Makefile.am                   | 27 ----------
 dpkg-split/.gitignore                  |  1 -
 dpkg-split/Makefile.am                 | 29 ----------
 po/POTFILES.in                         | 73 +++++++++++++------------
 src/.gitignore                         |  2 +
 src/Makefile.am                        | 98 +++++++++++++++++++++++-----------
 src/{ => common}/actions.h             |  0
 src/{ => common}/force.c               |  0
 src/{ => common}/force.h               |  0
 src/{ => common}/security-mac.h        |  0
 src/{ => common}/selinux.c             |  0
 {dpkg-deb => src/deb}/build.c          |  0
 {dpkg-deb => src/deb}/dpkg-deb.h       |  0
 {dpkg-deb => src/deb}/extract.c        |  0
 {dpkg-deb => src/deb}/info.c           |  0
 {dpkg-deb => src/deb}/main.c           |  0
 src/{divertcmd.c => divert/main.c}     |  0
 src/{ => main}/archives.c              |  0
 src/{ => main}/archives.h              |  0
 src/{ => main}/cleanup.c               |  0
 src/{ => main}/configure.c             |  0
 src/{ => main}/depcon.c                |  0
 src/{ => main}/enquiry.c               |  0
 src/{ => main}/errors.c                |  0
 src/{ => main}/file-match.c            |  0
 src/{ => main}/file-match.h            |  0
 src/{ => main}/filters.c               |  0
 src/{ => main}/filters.h               |  0
 src/{ => main}/help.c                  |  0
 src/{ => main}/main.c                  |  0
 src/{ => main}/main.h                  |  0
 src/{ => main}/packages.c              |  0
 src/{ => main}/perpkgstate.c           |  0
 src/{ => main}/remove.c                |  0
 src/{ => main}/script.c                |  0
 src/{ => main}/select.c                |  0
 src/{ => main}/trigproc.c              |  0
 src/{ => main}/unpack.c                |  0
 src/{ => main}/update.c                |  0
 src/{ => main}/verify.c                |  0
 src/{querycmd.c => query/main.c}       |  0
 {dpkg-split => src/split}/dpkg-split.h |  0
 {dpkg-split => src/split}/info.c       |  0
 {dpkg-split => src/split}/join.c       |  0
 {dpkg-split => src/split}/main.c       |  0
 {dpkg-split => src/split}/queue.c      |  0
 {dpkg-split => src/split}/split.c      |  0
 src/{statcmd.c => statoverride/main.c} |  0
 src/{trigcmd.c => trigger/main.c}      |  0
 t-func/atlocal.in                      |  2 +-
 t/cppcheck/cppcheck.supp               |  8 +--
 tests/Test.mk                          |  2 +-
 57 files changed, 117 insertions(+), 136 deletions(-)

commit 3ab64fae1f5cd8613a8ec62d066bd02f9b4ed295
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 4 05:24:45 2021 +0100

    build: Move build helper tools into build-aux/
    
    This unclutters the source tree, and moves the files where they belong
    in normal autotools build systems.

 Makefile.am                                 | 14 +++++++-------
 check.am => build-aux/check.am              |  0
 cpan.am => build-aux/cpan.am                |  0
 gen-changelog => build-aux/gen-changelog    |  0
 get-version => build-aux/get-version        |  0
 doc/lcov-inject.pl => build-aux/lcov-inject |  2 +-
 run-script => build-aux/run-script          |  2 +-
 configure.ac                                |  5 +++--
 debian/rules                                |  2 +-
 lib/dpkg/t/Makefile.am                      |  2 +-
 m4/dpkg-arch.m4                             |  2 +-
 m4/dpkg-build.m4                            |  2 +-
 scripts/Makefile.am                         |  2 +-
 src/Makefile.am                             |  2 +-
 t/shellcheck.t                              |  4 ++--
 utils/Makefile.am                           |  2 +-
 16 files changed, 21 insertions(+), 20 deletions(-)

commit f28cbcc4ed9e1406584962403f45016b403044c3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 7 14:18:21 2021 +0100

    build: Terminate lists in variables with «# EOL»
    
    This means we can add a trailing «\» to every element, so that they
    can be removed without requiring modification of other lines, and can
    be easily sorted.
    
    Replace the old usage of $(nil) which could possibly end up with junk
    added if such variable is ever defined, in the environment.

 Makefile.am                 | 20 +++++++++++---------
 debian/rules                |  2 +-
 dpkg-deb/Makefile.am        |  9 ++++++---
 dpkg-split/Makefile.am      |  9 ++++++---
 dselect/Makefile.am         | 14 +++++++++-----
 dselect/methods/Makefile.am | 16 ++++++++++------
 lib/Makefile.am             |  3 ++-
 lib/compat/Makefile.am      | 19 ++++++++++++++-----
 lib/dpkg/Makefile.am        | 29 ++++++++++++++++++++---------
 lib/dpkg/t/Makefile.am      | 20 ++++++++++++--------
 man/Makefile.am             | 40 +++++++++++++++++++++++++++-------------
 scripts/Makefile.am         | 33 +++++++++++++++++++++------------
 scripts/mk/Makefile.am      |  6 ++++--
 src/Makefile.am             | 34 ++++++++++++++++++++++------------
 utils/Makefile.am           | 25 +++++++++++++++----------
 15 files changed, 180 insertions(+), 99 deletions(-)

commit d9679e94cb384ecf97c0f3850e5fe062d17d8875
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 8 00:08:38 2021 +0100

    dpkg-deb: Fix unexpected end of file conditions on .deb extract
    
    When the read_line() function finds an unexpected end of file, it
    returns 0, but the call site was not catching that, which let further
    processing of the buffer, containing garbage.
    
    Warned-by: coverity
    Stable-Candidate: 1.20.x

 dpkg-deb/extract.c   |  4 ++--
 t-func/deb-format.at | 15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 40de82bf20b083eb1ce17a084a1b77e53b0af977
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 7 22:41:39 2021 +0100

    libdpkg: Check that cip is not NULL before dereferencing it
    
    While no current caller passes a NULL cip argument, this still trips
    over code analyzers, and it is safer to check in case of future uses.
    
    Warned-by: coverity
    Changelog: internal

 lib/dpkg/options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 29f3a8dafd07191bb132c471e4a44379553384d4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 7 22:37:59 2021 +0100

    dpkg: Fix memory leak in remove-on-upgrade handling
    
    Fixes: commit 20e181fc2030385488e3db2d4cc3ce4114f0a498
    Warned-by: coverity
    Stable-Candidate: 1.20.x

 src/unpack.c | 1 +
 1 file changed, 1 insertion(+)

commit 44dd034ce3364b889da41f109f6a472e7ca34553
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 7 22:14:04 2021 +0100

    Bump version to 1.21.2

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9b52f8fa74571049d868cb2af0643ee7f89a6151
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 6 21:04:33 2021 +0100

    Release 1.21.1

 debian/changelog | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 41c44b5d2c481bfadc0b4c7c28dffbef4d9041c2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 6 21:04:16 2021 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/oc.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 83 files changed, 87 insertions(+), 87 deletions(-)

commit 7affaaf17e60a625936438abc6c410c1692cf7af
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 6 21:02:46 2021 +0100

    build: Ship the new dpkg postinst maintscript
    
    Fixes: commit 270ccd99a8adfb0fd7dcaf205d2681bddb3affba
    Changelog: silent

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 270ccd99a8adfb0fd7dcaf205d2681bddb3affba
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 6 20:00:49 2021 +0100

    u-a: When initializing admindir from DPKG_ADMINDIR append "/alternatives"
    
    When u-a is being run from within a maintscript, the DPKG_ADMINDIR
    environment variable will contain the admindir for dpkg, which does not
    include the "/alternatives" part, which we need to append ourselves,
    otherwise we end up writing alternative state files into the base dpkg
    database directory. This also meant that strange warnings being printed
    about the state having changed, as no state was found in the wrong
    directory.
    
    Add a postinst maintscript to dpkg, to go over the dpkg database
    directory entries, ignore the known ones, and move the ones that look
    like an alternative state file back into the alternatives state
    directory. This is going to be a short-lived fixup.
    
    Closes: #1001198

 debian/dpkg.postinst        | 61 +++++++++++++++++++++++++++++++++++++++++++++
 utils/update-alternatives.c |  2 +-
 2 files changed, 62 insertions(+), 1 deletion(-)

commit 5c9bfddc1794690dff7f8c8c6086a017da0da599
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 6 13:35:39 2021 +0100

    dpkg-buildpackage: Fix build description due to improper multiline match
    
    The string passed is a multiline, so we need to use take that into
    account when matching regexes anchored at the end of line.
    
    Warned-by: devscripts test-suite
    Fixes: commit 5fbe26662ee96b1005fde6ee1f32e694594ec1a9

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6bf2e1faed798084ac8134f057ea68e61c7a4e32
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 6 13:35:15 2021 +0100

    dpkg-realpath: Remove spurious heading space from --help output

 scripts/dpkg-realpath.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b996c9f310344eb3ff92b7e94c2629b83212cb42
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 14 23:47:33 2021 +0100

    Remove <ar.h> inclusions
    
    We do not depend on the system <ar.h> headers anymore.
    
    Changelog: internal

 dpkg-deb/extract.c | 1 -
 dpkg-split/info.c  | 1 -
 lib/dpkg/ar.h      | 1 -
 3 files changed, 3 deletions(-)

commit 054f43f3c67e6a61ea4cdd9b07b0f064325a7402
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 23:16:56 2021 +0100

    debian: Install deb-md5sums(5) into dpkg-dev package
    
    Fixes: commit 9e15d7c807ed47d3d6db4589875aae25d47c93a6

 debian/dpkg-dev.manpages | 1 +
 1 file changed, 1 insertion(+)

commit 7363f21049329a6657eb2b2862ec9543144408ca
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 19:20:45 2021 +0100

    dpkg-buildpackage: Remove duplicate command print for dpkg-genchanges
    
    We switched the call to dpkg-genchanges from an ad-hoc pipe to use
    run_cmd() which does a printcmd() internally, which now duplicates
    the one before the call site.
    
    Fixes: commit 4849115fe07261c8410d292f719586ec3abad5f9

 scripts/dpkg-buildpackage.pl | 2 --
 1 file changed, 2 deletions(-)

commit 72bfc489d9ae37ae07f6ffecfb54d2b682b6e521
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 19:04:25 2021 +0100

    Bump version to 1.21.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 1f4238aba8850f83280ca88e14c7b48ee7e07d7e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 16:38:15 2021 +0100

    Release 1.21.0

 debian/changelog | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 219 insertions(+), 3 deletions(-)

commit 603bba19ced942a53ff6648f29fd2749ac160a6d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 16:32:45 2021 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   3 +-
 dselect/po/ca.po        |  13 +-
 dselect/po/cs.po        |  13 +-
 dselect/po/da.po        |   3 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   5 +-
 dselect/po/el.po        |   3 +-
 dselect/po/es.po        |  13 +-
 dselect/po/et.po        |   3 +-
 dselect/po/eu.po        |   3 +-
 dselect/po/fr.po        |  13 +-
 dselect/po/gl.po        |   3 +-
 dselect/po/hu.po        |   3 +-
 dselect/po/id.po        |   3 +-
 dselect/po/it.po        |   3 +-
 dselect/po/ja.po        |  13 +-
 dselect/po/ko.po        |   3 +-
 dselect/po/nb.po        |   3 +-
 dselect/po/nl.po        |  13 +-
 dselect/po/nn.po        |   3 +-
 dselect/po/pl.po        |   3 +-
 dselect/po/pt.po        |   3 +-
 dselect/po/pt_BR.po     |   3 +-
 dselect/po/ro.po        |   3 +-
 dselect/po/ru.po        |   3 +-
 dselect/po/sk.po        |   3 +-
 dselect/po/sv.po        |   3 +-
 dselect/po/tl.po        |   3 +-
 dselect/po/vi.po        |   3 +-
 dselect/po/zh_CN.po     |   3 +-
 dselect/po/zh_TW.po     |   3 +-
 man/po/dpkg-man.pot     | 617 +++++++++++++++++++++++++++++-----
 man/po/es.po            | 751 +++++++++++++++++++++++++++++++++++------
 man/po/fr.po            | 819 +++++++++++++++++++++++++++++++++++++++------
 man/po/hu.po            | 639 ++++++++++++++++++++++++++++++-----
 man/po/it.po            | 786 +++++++++++++++++++++++++++++++++++--------
 man/po/ja.po            | 749 +++++++++++++++++++++++++++++++++++------
 man/po/nl.po            | 864 ++++++++++++++++++++++++++++++++++++++++++------
 man/po/pl.po            | 753 +++++++++++++++++++++++++++++++++++------
 man/po/pt.po            | 863 +++++++++++++++++++++++++++++++++++++++++------
 man/po/pt_BR.po         | 648 +++++++++++++++++++++++++++++++-----
 man/po/ru.po            | 648 +++++++++++++++++++++++++++++++-----
 man/po/sv.po            | 808 +++++++++++++++++++++++++++++++++++++-------
 man/po/zh_CN.po         | 675 +++++++++++++++++++++++++++++++------
 po/ast.po               | 306 +++++++++++------
 po/bs.po                | 228 ++++++++-----
 po/ca.po                | 409 ++++++++++++++++-------
 po/cs.po                | 360 +++++++++++++-------
 po/da.po                | 370 ++++++++++++++-------
 po/de.po                |  52 +--
 po/dpkg.pot             | 192 +++++++----
 po/dz.po                | 267 +++++++++------
 po/el.po                | 280 ++++++++++------
 po/eo.po                | 367 +++++++++++++-------
 po/es.po                | 362 +++++++++++++-------
 po/et.po                | 247 +++++++++-----
 po/eu.po                | 366 +++++++++++++-------
 po/fr.po                | 360 +++++++++++++-------
 po/gl.po                | 275 +++++++++------
 po/hu.po                | 269 +++++++++------
 po/id.po                | 309 +++++++++++------
 po/it.po                | 361 +++++++++++++-------
 po/ja.po                | 363 ++++++++++++++------
 po/km.po                | 266 +++++++++------
 po/ko.po                | 308 +++++++++++------
 po/ku.po                | 217 +++++++-----
 po/lt.po                | 256 ++++++++------
 po/mr.po                | 267 +++++++++------
 po/nb.po                | 309 +++++++++++------
 po/ne.po                | 264 ++++++++++-----
 po/nl.po                | 437 ++++++++++++++++++------
 po/nn.po                | 236 ++++++++-----
 po/oc.po                | 263 ++++++++++-----
 po/pa.po                | 245 +++++++++-----
 po/pl.po                | 420 ++++++++++++++++-------
 po/pt.po                | 400 +++++++++++++++-------
 po/pt_BR.po             | 274 +++++++++------
 po/ro.po                | 312 +++++++++++------
 po/ru.po                | 368 ++++++++++++++-------
 po/sk.po                | 347 ++++++++++++-------
 po/sv.po                | 367 +++++++++++++-------
 po/th.po                | 367 +++++++++++++-------
 po/tl.po                | 245 +++++++++-----
 po/tr.po                | 367 ++++++++++++++------
 po/vi.po                | 365 +++++++++++++-------
 po/zh_CN.po             | 397 +++++++++++++++-------
 po/zh_TW.po             | 351 ++++++++++++++------
 scripts/po/ca.po        |  98 +++++-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |  58 +++-
 scripts/po/es.po        |  94 +++++-
 scripts/po/fr.po        |  99 +++++-
 scripts/po/pl.po        |  98 +++++-
 scripts/po/ru.po        |  94 +++++-
 scripts/po/sv.po        |  99 +++++-
 95 files changed, 18030 insertions(+), 5777 deletions(-)

commit cb86d6e601b70789ec0c4e2040d810eb1b0cdf2a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 16:28:48 2021 +0100

    build: Add support for commit message fix up machinery in gen-changelog
    
    This will make it possible to fix up commit message via substitution
    rules in Changelog fields, added post-hoc via «git notes».

 gen-changelog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 96e6e87b733ce851301dddf8e1ce729b2af34a6f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 16:28:19 2021 +0100

    build: Fix typo in gen-changelog field to name mapping
    
    Changelog: silent

 gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d6009913d220ee0ec048b57773df5f5510b33407
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 16:27:49 2021 +0100

    test: Update codespell stopwords

 t/codespell/stopwords | 2 ++
 1 file changed, 2 insertions(+)

commit 77903c8c4d1558f91942ccbe8da7fad8a0319389
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Dec 5 06:05:09 2021 +0100

    po: Update German scripts translation

 scripts/po/de.po | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 34bb85e32d806eaea64277ecc589ab091cd989dd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 04:00:12 2021 +0100

    dpkg-deb: Fix conffile name length tracking on remove-on-upgrade parsing
    
    The code was taking into account a trailing newline, and not updating
    the length when removing the «remove-on-upgrade» keyword from the
    parsed line.
    
    Reported-by: uau on IRC

 dpkg-deb/build.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 20e181fc2030385488e3db2d4cc3ce4114f0a498
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 3 23:55:04 2021 +0200

    dpkg: Fix conffile removal-on-upgrade handling
    
    We need to check for file conflicts during conffile removal, otherwise
    we might end up removing files from any other packages that has started
    owning them since we targeted the pathname for removal.
    
    We remove the conffiles during upgrade, as configure is a local
    action that does not load all file lists files, so we cannot check for
    file conflicts.
    
    Closes: #995387
    Stable-Candidate: 1.20.x

 src/configure.c                                    | 38 +--------
 src/unpack.c                                       | 97 +++++++++++++++++++++-
 tests/t-conffile-declarative-removal/.gitignore    |  1 +
 tests/t-conffile-declarative-removal/Makefile      | 62 ++++++++++++--
 .../pkg-conffile-owns-filename/DEBIAN/conffiles    |  1 +
 .../pkg-conffile-owns-filename/DEBIAN/control      |  7 ++
 .../test-dir/test-conffile-to-be-removed           |  0
 .../pkg-conffile-owns-symlink/DEBIAN/conffiles     |  1 +
 .../pkg-conffile-owns-symlink/DEBIAN/control       |  7 ++
 .../test-dir/test-conffile-owned                   |  0
 10 files changed, 171 insertions(+), 43 deletions(-)

commit 4ca5e174e43cc784f6b3ea7d2cb7b46fff6d7212
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 29 00:38:01 2021 +0100

    dpkg: Fix short lived memory leak with --recursive
    
    Warned-by: gcc ASAN

 src/archives.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit bb7a54bfb4ccadf025b5ecec79fcf0ecdd80be12
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 28 23:58:19 2021 +0100

    libdpkg: Fix memory leak on End Of Tape condition in tar parser
    
    When we are at the End Of Tape entry, the checksum verification will
    fail, set an error, and return, we then detect that condition and reset
    the status code, but were not freeing the error.
    
    Warned-by: gcc ASAN

 lib/dpkg/tarfn.c | 4 ++++
 1 file changed, 4 insertions(+)

commit fe3231220e6c4962cc9a5164cbbb6e7fa474e256
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 00:15:36 2021 +0100

    Dpkg::Source::Package::V2: Add hint about version matching source tree
    
    When the source tree has been updated from a newer upstream release,
    but the version in debian/changelog has not been updated to match,
    dpkg-source will fail with what might seem like a cryptic error.
    
    Add a hint to help the unsuspecting users.
    
    Closes: #996044
    Based-on-patch-by: Samuel Henrique <samueloph@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/Source/Package/V2.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 831efece4d68afd1d02bc13391249a5a16fbc65b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 24 23:48:06 2021 +0100

    Dpkg::Vendor::Ubuntu: Update Maintainer field logic to include “canonical”
    
    Some Ubuntu maintainers use addresses with @canonical.com, handle those
    too in the check.
    
    Closes: #1000557
    Based-on-patch-by: William 'jawn-smith' Wilson <william.wilson@canonical.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 0cdcc2b626c2679020bec2bb1baada04025f74e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 4 12:33:06 2021 +0100

    build: Quote variables containing pathnames

Notes:
    Changelog: s/\.$/ in m4 files./

 m4/dpkg-arch.m4  | 2 +-
 m4/dpkg-build.m4 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 99ea1e913c8aed2556cc566ccd26ca6228abcc6a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 4 12:32:00 2021 +0100

    build: Execute run-script via CONFIG_SHELL
    
    When the system /bin/sh is not adequate, and configure has either
    detected or been instructed to use a different shell, we should honor
    that and use the same.
    
    Reported-by: Larkin Nickle <me@larbob.org>

 m4/dpkg-arch.m4  | 2 +-
 m4/dpkg-build.m4 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a531f52db3dcd2a5b79187eb78336f84e8c7e96a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 5 01:58:34 2021 +0100

    build: Fix «git ls-tree» invocation
    
    Pass -r and HEAD.
    
    Fixes: commit 6c6efa41e9d6754d3bd9c1b55f4e94544f436b12
    Changelog: silent

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce6f8949acbf2e9c234d93452acd193e255c7764
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 28 23:56:36 2021 +0100

    debian: Bump Standards-Version to 4.6.0 (no changes needed)

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6351156ee230d1e7f87c6279d379dbde011b5954
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 2 05:03:03 2021 +0100

    debian: Create auotpkgtest installation directory
    
    We need to create the root directory, as the dpkg code assumes that
    already exists.
    
    Fixes: commit 4bdff3fdec0312c09d12829e9887f719743f846b

 debian/tests/test-func | 1 +
 1 file changed, 1 insertion(+)

commit fcce8d7e5de54b05fcbd4cbfdebec3131a6fbe76
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 2 05:20:48 2021 +0100

    test: For symlinks to directories consider the targets regular files
    
    Fixes: commit bb45176b9321eca536346fa6b0f4c641718c022f
    Fixes: commit 55b3e917344edc19610e83c14913ed86bf02d643
    Changelog: silent

 tests/t-filtering/Makefile                 | 2 +-
 tests/t-switch-dir-to-symlink-abs/Makefile | 6 +++---
 tests/t-switch-dir-to-symlink-rel/Makefile | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 13fdd0c0682aa09129998837d9135db2f53afb01
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Nov 24 18:11:00 2021 +0100

    po: Update German programs translation
    
    Update to 1173t.

 po/de.po | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

commit 3930f0cce2fd8ac37c07c7be316b9fed55f3132e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 24 17:47:21 2021 +0100

    po: Update German man pages translation

 man/po/de.add |  2 +-
 man/po/de.po  | 63 ++++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 42 insertions(+), 23 deletions(-)

commit ea5baaaaabd1318cf9377eae59ccce71dd4ce7b7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 24 02:35:20 2021 +0100

    man: Improve --verify mode check documentation in dpkg(1)
    
    Reword and give more detail to clarify the heuristic used for the check,
    and that it will currently never succeed.
    
    Prompted-by: Helge Kreutzmann <debian@helgefjell.de>
    Prompted-by: Julian Andres Klode <jak@debian.org>
    Changelog: silent

 man/dpkg.pod | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit ecbd9f1b1f248fb5be182b3a78bc613591dba865
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 02:26:50 2021 +0100

    Dpkg::Shlibs::Objdump: Fix apply_relocations to work with versioned symbols
    
    Since binutils 2.26 (commit bb4d2ac2cc637c61232624d9d359b8d3f031e3e9)
    versioned symbols in copy relocations are output as «symbol@@version»
    when they are in an undefined section (otherwise they use «@»). We were
    not taking this into account which meant these did not match and did not
    get marked as undefined, and got ignored for symbol dependency
    calculation.
    
    Try both the version qualified symbol and the bare symbol name to cope
    with old and new formats.
    
    Known to be affected are at least any-amd64, hppa and m68k architectures.
    
    Closes: #1000421

Notes:
    Stable-Candidate: 1.20.x

 scripts/Dpkg/Shlibs/Objdump.pm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit 530d8f1d891f7b73091f72be79c873da8cfe8ae3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 23 18:30:54 2021 +0100

    po: Update German man pages translation

 man/po/de.po | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 63 insertions(+), 11 deletions(-)

commit 005a8dd211ae70f6af7e2ab25d6ef5ad5c6ffdd6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 12:23:04 2021 +0100

    Dpkg::Control::FieldsCore: Fix types allowed for field_parse_binary_source()
    
    The .changes and .buildinfo files also include the field with an
    optionally appended version.
    
    Fixes: commit 15a70e502505b3001670a7fe9ff6073289b9d416
    Reported-by: Johannes Schauer Marin Rodrigues <josch@debian.org>

 scripts/Dpkg/Control/FieldsCore.pm | 4 ++++
 1 file changed, 4 insertions(+)

commit d08166d00d7161632ce6a6bd050842b1b4878308
Author: Ville Skyttä <ville.skytta@iki.fi>
Date:   Sat Nov 13 10:33:51 2021 +0200

    dselect: use `grep -E` instead of `egrep`
    
    `egrep` has been deprecated in GNU grep since 2007, and in current post
    3.7 Git it has been made to emit obsolescence warnings:
    https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1
    
    Closes: #999600
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/methods/multicd/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8f9c41d2373682f54ab258fd90ef853108926d0a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 13:09:10 2021 +0100

    Use «digest» instead of «hash» in output messages
    
    We have progressively been switching from «hash» to «digest» for a while
    now, as that disambiguates these being message digests, instead of hash
    tables. The code still needs function names, variables and comments
    updates, but at least now the output should be all consistent with the
    new naming.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 dpkg-split/split.c        |  2 +-
 lib/dpkg/db-fsys-digest.c |  2 +-
 src/archives.c            | 16 ++++++++--------
 src/configure.c           |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

commit b35266275961ffddb3c321b8d91d07f49401874d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 22 20:57:09 2021 +0100

    po: Update German man pages translation

 man/po/de.po | 368 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 295 insertions(+), 73 deletions(-)

commit ef3438a6a232ac1705d75c350b67baaadbe64123
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 22 20:50:37 2021 +0100

    po: Update German scripts translation

 scripts/po/de.po | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

commit 29f7a4c1b13b1a11205483286f8715604fb07dcb
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Nov 22 18:29:50 2021 +0100

    po: Update German programs translation
    
    Update to 1174t.

 po/de.po | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit f3454ecc7b626cfd47ef6aaf4a8cd4cb29e2a336
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 12:13:05 2021 +0100

    dpkg: Add partial --verify support for mode checks
    
    We can infer that a pathname must be a regular file if we know about its
    digest. In that case mark it as a failure if it is any other file type.

 man/dpkg.pod | 8 +++++++-
 src/verify.c | 9 +++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

commit 2549307d785cc33de6568daa71412dc7de453d00
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 6 05:17:03 2021 +0200

    dpkg: Fix --verify to handle missing or inaccessible pathnames
    
    When a pathname does not exist or we do not have permissions to access
    it, on the rpm format print "missing" and append an error message
    between parenthesis in case the file is present on the filesystem
    but some other error disallowed getting information from it.
    
    Closes: #872146

Notes:
    Changelog: s/#872146/#963087/

 man/dpkg.pod | 10 ++++++-
 src/verify.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 84 insertions(+), 19 deletions(-)

commit 1978be34f24b569570a4ee06c24da4d3055a9f16
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 17 03:57:38 2021 +0200

    man: Improve dpkg --verify-format rpm format documentation
    
    Print a general format line, then list each character meaning as a list
    for easier recognition.

 man/dpkg.pod | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 53 insertions(+), 8 deletions(-)

commit 15a70e502505b3001670a7fe9ff6073289b9d416
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 25 05:33:10 2021 +0100

    Dpkg::Control::FieldsCore: Add new field_parse_binary_source()
    
    This function parses the Source field from binary package control
    stanzas.
    
    Closes: #980527

 scripts/Dpkg/Control/FieldsCore.pm | 49 +++++++++++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Control_Fields.t    | 26 +++++++++++++++++++-
 2 files changed, 73 insertions(+), 2 deletions(-)

commit 127a183fd1aa7b40efbfd1630759593948708224
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 21 17:38:55 2021 +0100

    test: Refactor parse_ctrl() from parse_dsc()

 scripts/t/Dpkg_Control.t | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit dc331434e80a401418f7b0d9c482866c05440613
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 28 03:55:25 2021 +0200

    man: Add a reference to where the Installed-Size algorithm is described

 man/deb-control.pod | 1 +
 1 file changed, 1 insertion(+)

commit 52875a3198334eb1e184288c78df4d929c69b7da
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 18 11:46:29 2021 +0200

    doc: Improve description of dpkg suite
    
    Describe the dpkg suite in the developer oriented README without giving
    the impression that dselect is a preferred user interface, and mention
    both apt and aptitude in the dpkg(1) man page.
    
    Prompted-by: Fabrice Bauzac-Stehly <noon@mykolab.com>

 README       | 16 +++++++++++++---
 man/dpkg.pod |  9 ++++++---
 2 files changed, 19 insertions(+), 6 deletions(-)

commit ae53f35a8b5f7d3ce1d71a1ad7bfe8126f267651
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Nov 21 18:39:37 2021 +0100

    po: Update German programs translation
    
    Update to 1173t.

 po/de.po | 239 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 156 insertions(+), 83 deletions(-)

commit 2ee480493b6ef05b6377511ce4da36c40bb12c2d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 29 02:00:03 2021 +0200

    build: Use title-case for field in gen-changelog

 gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 945f6d49b613c311ccc1fbceda639771acf28618
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 29 02:00:03 2021 +0200

    build: Use new Dpkg::Control keep_duplicate option
    
    This way we can handle multiple fields with the same name but different
    value.

Notes:
    Changelog: s/\.$/ in gen-changelog./

 gen-changelog | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit e0d5c2a37cb58a96697d83dd9d505b08a54e0c7c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 29 02:08:55 2021 +0200

    Dpkg::Control::HashCore: Add new keep_duplicate option
    
    This new option makes it possible to store duplicate field values as
    an array reference.

 scripts/Dpkg/Control/HashCore.pm | 36 +++++++++++++++++++++++++++++++-----
 1 file changed, 31 insertions(+), 5 deletions(-)

commit 38095fa33420e32a089bbd4ddf8de58bb9d37298
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 11 12:36:42 2021 +0200

    Dpkg::Shlibs::Symbol: Emit a warning on fully qualified symver patterns
    
    When using the symver tag, we cannot use fully qualified patterns that
    include a version tag and a symbol name, or the entry will not match.
    
    This should ideally be an error, but that would produce build failures
    for entries that might not currently be relevant for a build. Emit a
    warning for now which can be promoted later on as an error.
    
    Closes: #993991

 scripts/Dpkg/Shlibs/Symbol.pm | 4 ++++
 1 file changed, 4 insertions(+)

commit ffe82bb942a80a9a10e0bc571489b9ab123cea5a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 9 05:04:45 2021 +0100

    Dpkg::Changelog::Entry::Debian: Fix full month misuse warning
    
    The hash only had the key but not the value, which meant the next key
    acted as the value, missing half the full months.

 scripts/Dpkg/Changelog/Entry/Debian.pm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit d9af47e56aa803dc8be0e834ec55cc1f00989fc1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 01:16:26 2021 +0100

    dselect: Remove bashism from update script in multicd method
    
    Warned-by: lintian

 dselect/methods/multicd/update.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f5749460aac806e286d7fbb4dc90ebcb2908600b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 6 04:49:25 2021 +0200

    dselect: Use safe temporary file creation in methods setup
    
    Use mktemp(1) instead of hardcoding a pathname under /run or /tmp,
    and then using the PID to try to "randomize" its filename.

 dselect/methods/disk/setup.sh    | 2 +-
 dselect/methods/multicd/setup.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 97a7f65a22943e2efd56e589c64030eaff288233
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 21 16:23:29 2021 +0200

    dpkg: Restore fallback to "new-prerm failed-upgrade" for downgrades
    
    This reverts commit 9d3ec0f5a727d439c3cbc8885bcbc78f7a34dd0b.
    
    The change does not make much sense, as there are cases where the old
    version does not need to have knowledge of the future problem to be able
    to recover, when just not having the problematic code might be enough
    for a correct installation.
    
    This also removes this unexpected special-case keyed on the version that
    is a completely anomalous compared with the rest of the maintscritpts
    handling.
    
    Analysis-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
    Closes: #996959

 src/unpack.c | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

commit 4451627cbc2c6b5af42c55aea22d2bcd709a5d74
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 2 05:54:48 2021 +0200

    dpkg-mergechangelogs: Add new --merge-unreleased option
    
    Closes: #582921

 man/dpkg-mergechangelogs.pod                       | 11 ++++++
 scripts/Makefile.am                                |  5 +++
 scripts/dpkg-mergechangelogs.pl                    | 43 ++++++++++++++--------
 scripts/t/merge_changelogs.t                       | 10 ++++-
 scripts/t/merge_changelogs/ch-unreleased-a         | 12 ++++++
 scripts/t/merge_changelogs/ch-unreleased-b         | 12 ++++++
 scripts/t/merge_changelogs/ch-unreleased-merged    | 24 ++++++++++++
 .../t/merge_changelogs/ch-unreleased-merged-basic  | 25 +++++++++++++
 scripts/t/merge_changelogs/ch-unreleased-old       |  5 +++
 9 files changed, 131 insertions(+), 16 deletions(-)

commit 9f007edd106727456f54137d8c31ea49ed330f6b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 03:36:25 2021 +0100

    dpkg-buildpackage: Add support for terse DEB_BUILD_OPTIONS
    
    Pass «-s» to make via MAKEFLAGS.

 scripts/Dpkg/BuildOptions.pm | 2 +-
 scripts/dpkg-buildpackage.pl | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 1799c137bcf4348e04c92edcc481dffc16f74c8c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 6 04:54:02 2021 +0200

    build: Switch from hardcoded /run to parametrized runstatedir

 debian/rules              | 1 +
 man/Makefile.am           | 1 +
 man/start-stop-daemon.pod | 6 +++---
 utils/Makefile.am         | 1 +
 utils/start-stop-daemon.c | 4 ++--
 5 files changed, 8 insertions(+), 5 deletions(-)

commit 631f0e6c575495d76f5219f6af9677612788fb08
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 20 21:45:54 2015 +0100

    build: Rename shell scripts to .sh

 dselect/methods/Makefile.am                     | 30 +++++++++++++++++--------
 dselect/methods/disk/.gitignore                 |  3 +++
 dselect/methods/disk/{install => install.sh}    |  0
 dselect/methods/disk/{setup => setup.sh}        |  0
 dselect/methods/disk/{update => update.sh}      |  0
 dselect/methods/multicd/.gitignore              |  3 +++
 dselect/methods/multicd/{install => install.sh} |  0
 dselect/methods/multicd/{setup => setup.sh}     |  0
 dselect/methods/multicd/{update => update.sh}   |  0
 t/shellcheck.t                                  | 12 +++++-----
 10 files changed, 33 insertions(+), 15 deletions(-)

commit 641616c2924386f6f189a9f2459fa9429ac75074
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 26 20:46:56 2021 +0200

    test: Remove superfluous long filename
    
    This file is not used during the tests, and it is getting in the way as
    it makes resulting pathnames too long to be stored in ustar tar format.

 .../pkg-somefiles/test/share/doc/pkg-somefiles/html/topic1/1.html         | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 6c6efa41e9d6754d3bd9c1b55f4e94544f436b12
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 27 03:24:43 2021 +0200

    build: Add a check for symlinks in the git repository
    
    We generate dist tarballs with automake, which tells tar to dereference
    symlinks. Check whether there is any symlink in the repository that will
    degrade to a file and abort the tarball dist generation.
    
    We ignore origins/default as even as a regular file, it works fine, and
    it's less trouble to maintain for now.

 Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 9d4ff697d19e98f4acf5277902e7717bd8f70bbc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 27 02:24:32 2021 +0200

    test: Generate symlink during test build time
    
    We should not store symlinks in git, as these will not end up in the
    distribution tarball, given that automake passes «-h» to tar to
    dereference symlinks during packing.

 tests/t-unpack-symlink/.gitignore               |  1 +
 tests/t-unpack-symlink/Makefile                 | 10 +++++++++-
 tests/t-unpack-symlink/pkg-symlink/test-symlink |  1 -
 3 files changed, 10 insertions(+), 2 deletions(-)

commit bb45176b9321eca536346fa6b0f4c641718c022f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 2 04:04:04 2021 +0200

    test: Add re-inclusion of symlink case to t-filtering
    
    Ref: #871420

 tests/t-filtering/.gitignore |  1 +
 tests/t-filtering/Makefile   | 19 ++++++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

commit 8014189a3e4093e6ab6de8cd3e7337afafe4ca68
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 9 05:02:28 2021 +0100

    scripts: Replace shebang in dpkg-error shell library with shellcheck directive
    
    We need to tell shellcheck what shell dialect the script is written in,
    but using a shebang trips other linters in considering it an actual
    program to run which requires executable bits.
    
    Warned-by: lintian

 scripts/sh/dpkg-error.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b4422f9db3533156560e0b4be592e854491b40e3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 19 23:45:29 2021 +0100

    dpkg-query(1): Document full --search and --listfiles output format
    
    We need to mention the diversions output too and that it is localized,
    so that the output does not give surprises when being parsed.
    
    Prompted-by: Johannes Schauer Marin Rodrigues <josch@debian.org>

Notes:
    Changelog: s/dpkg-query\(1\): Document/man: Document in dpkg-query(1)/

 man/dpkg-query.pod | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 0a43ee228c7c42ab1f43debbbfda0195f9e24f3b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 7 05:41:59 2021 +0200

    dpkg-architecture(1): Document target being useful for emulators too
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

Notes:
    Changelog: s/dpkg-architecture\(1\): Document/man: Document in dpkg-architecture(1)/

 man/dpkg-architecture.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 3c7ac96f59446979557f3bc335df5229f9762aeb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 5 16:43:37 2021 +0200

    deb-substvars(5): Document what ${} is good for
    
    This can be used as an escape sequence to inject literal «${VARIABLE}»
    into the resulting text as «${}{VARIABLE}», otherwise the recursive
    handling would replace any embedded character even if indirectly so.
    
    Prompted-by: Paul Wise <pabs@debian.org>

Notes:
    Changelog: s/deb-substvars\(5\): Document/man: Document in deb-substvars(5)/

 man/deb-substvars.pod            | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 3a39c1750b909b0b907a61c6c97e2b746d6871c0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 27 23:26:38 2021 +0200

    doc: Update Doxygen configuration from version 1.9.1

 doc/Doxyfile.in | 235 ++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 162 insertions(+), 73 deletions(-)

commit afaee98af7da34102472cf117472bbdcd6d707b4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 21 10:00:22 2021 +0100

    u-a: Print defaults for configuration and database pathnames
    
    Otherwise it is hard to infer what the current program will be using by
    default.

 utils/update-alternatives.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 4e949e76fae7edac2527ec18440458bec40d7ba8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 21 01:04:38 2021 +0100

    u-a: Fix --auto and --set-selections output progress
    
    The --set-selections output used to depend on calling itself with
    different command options, which stopped being the case long time ago.
    Use the expected info() output with the program prefix, instead of the
    free-form pr() one, which will also allow quiescing the output with
    «--quiet».

 utils/update-alternatives.c | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

commit 8a79ef2f45c3f08b64c513b812e5f5497effdf81
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 21 09:04:24 2021 +0100

    po: Update German man pages translation

 man/po/de.po | 517 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 410 insertions(+), 107 deletions(-)

commit 1d673b62c1c850efc01dc43a335295b05a99c2aa
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 21 08:37:24 2021 +0100

    deb-md5sums.pod: Fix typo

 man/deb-md5sums.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9022e79af4e28e2210861198e9baacf2d42ee97d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 21 05:24:44 2021 +0100

    po: Update German scripts translation

 scripts/po/de.po | 68 ++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 54 insertions(+), 14 deletions(-)

commit d7aebcb303934a9e65f909f52702ce36554fff6f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 2 03:59:52 2021 +0200

    man: Further clarify when re-inclusions of excluded pathnames happen
    
    If we have an excluded directory or symlink to directory while there is
    a subsequent more specific re-inclusion, we do also re-include these
    objects to avoid unpacking errors. Clarify this in the man page, as it
    was only mentioned in passing, without going into the details.
    
    Closes: #871420

 man/dpkg.pod | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4cc7fdc1951ee48c7ca48949afa7ca3c33284238
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 24 18:20:43 2021 +0200

    man: Add versions since features where introduced

 man/deb-control.pod | 2 ++
 man/deb-postrm.pod  | 6 ++++++
 man/deb-preinst.pod | 4 ++++
 man/deb-prerm.pod   | 2 ++
 man/dsc.pod         | 2 ++
 5 files changed, 16 insertions(+)

commit 4d734110e051ff7a5501011644112de31ba6de50
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 24 11:18:43 2021 +0200

    debian: Add support for a native systemd timer
    
    Use the new shared implementation refactored out from the daily cron
    job. And disable the cron daily job when systemd is running.
    
    Closes: #985444

 Makefile.am                        | 2 ++
 debian/.gitignore                  | 1 +
 debian/dpkg.cron.daily             | 5 +++++
 debian/dpkg.dpkg-db-backup.service | 7 +++++++
 debian/dpkg.dpkg-db-backup.timer   | 9 +++++++++
 debian/rules                       | 1 +
 6 files changed, 25 insertions(+)

commit 6b964e312a3180d0b0ca2d18a7ccaa8559d6ead2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 26 04:10:13 2021 +0200

    debian: Remove unused dh_installcron call for arch-indep targets
    
    We only have a cron script in the dpkg package.

 debian/rules | 1 -
 1 file changed, 1 deletion(-)

commit 2b460ae42e677ced8ca027c3d6f1a02df73a705d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 27 03:06:19 2021 +0200

    build: Parametrize the backups directory with a configure option
    
    Instead of hardcoding the value in various places, use the one specified
    by the configure script.

 configure.ac              | 3 +++
 man/Makefile.am           | 1 +
 man/dpkg.pod              | 2 +-
 scripts/Makefile.am       | 1 +
 scripts/dpkg-db-backup.sh | 3 ++-
 5 files changed, 8 insertions(+), 2 deletions(-)

commit a73d10a26d4a7112ef2956ace0afd34b1f6877e3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 27 03:05:16 2021 +0200

    dpkg-db-backup: Honor the admindir set at configure time
    
    Instead of hardcoding the admindir, set it using the value specified by
    the configure script.

 scripts/Makefile.am       | 1 +
 scripts/dpkg-db-backup.sh | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit e2f7fc48a0b1d152817c30f7039ae0302fd545b2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 27 02:59:45 2021 +0200

    dpkg-db-backup: Accept an option to override the number of rotation cycles
    
    The code was previously in a cron job under /etc, which meant it could
    be modified by the administrator. Partially restore configurability for
    something that has a high chance to be in demand of modification.

 scripts/dpkg-db-backup.sh | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit e9b7a6e0cf8c056cdb39bac99d7b89f9aba869a9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 26 04:10:51 2021 +0200

    dpkg-db-backup: Add a license header comment
    
    Changelog: internal

 scripts/dpkg-db-backup.sh | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 94c40083650228db47edb71135ccc08a1fa2f3ee
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 26 04:07:32 2021 +0200

    dpkg-db-backup: New program factored out from Debian-specific daily cron
    
    This can be useful for other distributions and non-derivative systems
    that package dpkg. It will also make it possible to add native systemd
    timers and use a single shared implementation.

 debian/dpkg.cron.daily                             | 41 +---------------------
 debian/dpkg.install                                |  1 +
 scripts/.gitignore                                 |  1 +
 scripts/Makefile.am                                |  6 ++++
 .../dpkg.cron.daily => scripts/dpkg-db-backup.sh   |  0
 t/shellcheck.t                                     |  1 +
 6 files changed, 10 insertions(+), 40 deletions(-)

commit 3f63b92816507d6f6f6b45a37a5829b0bf6d467c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 24 11:12:30 2021 +0200

    debian: Use absolute pathnames in .install debhelper fragments
    
    Using relative pathnames means we are assuming to be looking them up
    from within debian/tmp, which can be rather puzzling and non-obvious.
    Instead make this more explicit by simply using the absolute pathname,
    which should be supported since debhelper 7 (which knows to fallback
    to lookup in various directories).

 debian/dpkg-dev.install | 4 ++--
 debian/dpkg.install     | 2 +-
 debian/dselect.install  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 57d9c13c3cb41c78cc940a919986dd3961e342c5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 24 11:14:43 2021 +0200

    scripts/mk: Pass DEB_BUILD_PATH to dpkg-buildflags
    
    We are using that envvar from within the dpkg-buildflags Vendor code,
    so we need to make sure it is set.
    
    Ref: #985553

 scripts/mk/buildflags.mk | 1 +
 1 file changed, 1 insertion(+)

commit 2165119fe4d81207e49a3296d14e1a2cb64b93f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 23:38:26 2021 +0100

    dpkg-fsys-usrunmess: Do not use interpolated strings for literals
    
    Fixes: commit cf55e9f07217749dee34125be2bb0407fde75374
    Fixes: commit a335ee075be83eb7f69e85644b9ece40bc29a6a5

Notes:
    Changelog: internal
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f8a7ee7c1934a3d3c5657dff35839ec564fcaed1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 19 04:47:04 2021 +0200

    dpkg: Add a new --assert-help option
    
    This shows all relevant information for each assert feature, including
    its name, version and description. This makes it possible to use a
    central place and avoids the need to repeat the information in the
    --help output too, as it is now computed dynamically.

 man/dpkg.pod  |  4 ++++
 src/enquiry.c | 12 ++++++++++++
 src/main.c    |  6 +-----
 3 files changed, 17 insertions(+), 5 deletions(-)

commit 6eb8e550d09825e600ad765dae5054b472fa6da9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 19 04:45:47 2021 +0200

    dpkg: Improve --assert-<feature> descriptions
    
    Expand the descriptions a bit to make them more understandable.

 src/enquiry.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9013bbd2e5b90515785e339a815898825090ee67
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 19 04:44:09 2021 +0200

    dpkg: Refactor --assert-<feature> handling to be data driven
    
    Instead of requiring a new function for each asserted feature, use a
    data structure to hold the relevant information.
    
    This will also make it possible to add --assert-help support.
    
    Changelog: internal

 src/actions.h |   8 +----
 src/enquiry.c | 104 ++++++++++++++++++++++++++++------------------------------
 src/main.c    |   8 +----
 src/main.h    |  10 ++----
 4 files changed, 56 insertions(+), 74 deletions(-)

commit 82495a46554342054a4e220ecdc928c9c24be092
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 19 04:43:27 2021 +0200

    libdpkg: Add new ACTION_MUX macro for continued options

Notes:
    Changelog: internal

 lib/dpkg/options.c | 2 ++
 lib/dpkg/options.h | 2 ++
 2 files changed, 4 insertions(+)

commit 958534a795aa08d3ab41eda69fabb9b5747a9ffd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 20 15:29:38 2021 +0200

    dpkg: Rework --assert-<feature> logic to be more robust
    
    The --assert-<feature> options have traditionally required an installed
    dpkg that has at least been configured once for the requested version,
    as a way to signal that the dpkg that is running during the execution of
    the check (usually within maintscripts, has a version that satisfies the
    requirement).
    
    This is a problem for installation bootstrapping, as there will be no
    status file at that point.
    
    Instead distinguish the two cases at hand, one for maintscripts, where
    we check for the running dpkg version (the dpkg driving the current
    operation), and the other when called in any other context, where the
    support will be already in place and we can always return true.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>
    Prompted-by: David Kalnischkies <donkult@debian.org>

 src/enquiry.c | 50 +++++++++++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 21 deletions(-)

commit f42947d83c58014a53542711c0d179bf4a9bf2a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 21 18:41:08 2021 +0200

    dpkg-buildpackage: Add new --buildinfo-file option
    
    This option is a counter-part to the newly introduced --changes-file,
    and makes the operation of dpkg-buildpackage more predictable.

 man/dpkg-buildpackage.pod    |  4 ++++
 scripts/dpkg-buildpackage.pl | 23 +++++++++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)

commit 4849115fe07261c8410d292f719586ec3abad5f9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 18 06:25:29 2021 +0200

    dpkg-buildpackage: Add new --changes-file option
    
    If the user tried to override the generated .changes filename by passing
    the -O option within --changes-option, that would mess up the program,
    as it expects to be able to find the location of the file at a
    deterministic place.
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 man/dpkg-buildpackage.pod    |  4 ++++
 scripts/dpkg-buildpackage.pl | 31 +++++++++++++++++++++----------
 2 files changed, 25 insertions(+), 10 deletions(-)

commit 0660157a43449bc11af61c07a3494a236f39edf7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 20 23:46:50 2021 +0200

    dpkg: Distinguish deconfiguration message for installation and multi-arch syncs
    
    Make the distinction between the two cases explicit, but printing the
    package we are deconfiguring in-favour of.

 src/archives.c |  8 +++++---
 src/archives.h |  4 +++-
 src/cleanup.c  |  6 ++++--
 src/unpack.c   | 19 ++++++++++++++-----
 4 files changed, 26 insertions(+), 11 deletions(-)

commit 8db9a33da60c482fb3f20ce6166a2f426360e5c1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 18:43:42 2021 +0100

    dpkg: Split function handling deconfiguration due to install and removal
    
    The function was doing pretty much two completely different things, but
    was unnaturally shoehorned when the triggers code was added and this
    refactoring possibility was not noticed.
    
    Splitting makes the code more clear and easier to understand, and the
    strings easier to translate.

Notes:
    Changelog: internal

 src/archives.c | 103 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 61 insertions(+), 42 deletions(-)

commit 3a7db14e4a881d28fb73b29c126ea6f3ac4d0831
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 20 23:44:00 2021 +0200

    Dpkg::Compression: Use gzip --rsyncable unconditionally
    
    Upstream gzip merged --rsyncable support in 1.7 (on 2016-04-26).
    The comment and implementation do not reflect reality any longer and
    we should be safe to use the option unconditionally on all systems.

 scripts/Dpkg/Compression.pm | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

commit ce5af1eeb795c6fa8ce122b801930ccd7adc8516
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 18 05:31:49 2021 +0200

    Dpkg::BuildFlags: Add support for ASFLAGS
    
    This environment variable holds the assembler flags.
    
    Ref: https://salsa.debian.org/debian/debhelper/-/merge_requests/50

 man/dpkg-buildflags.pod     | 4 ++++
 scripts/Dpkg/Build/Info.pm  | 4 ++--
 scripts/Dpkg/BuildFlags.pm  | 3 +++
 scripts/mk/buildflags.mk    | 3 ++-
 scripts/t/Dpkg_Build_Info.t | 2 +-
 scripts/t/mk/buildflags.mk  | 1 +
 6 files changed, 13 insertions(+), 4 deletions(-)

commit c7e2c93c60e4fda1ee06110698f6f69e2eb1ffb5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 20:41:45 2021 +0100

    dpkg-fsys-usrunmess: Fix typo in debug message
    
    Stable-Candidate: 1.20.x

 scripts/dpkg-fsys-usrunmess.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit abd3a064ef8a9004e7ff2c9e5841e507487130ac
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 18 06:28:47 2021 +0200

    dpkg-fsys-usrunmess: Generate a regression prevention package
    
    Generate a package that Conflicts/Provides/Replaces the package
    currently known to mess the filesystem into an unsupported state.

 man/dpkg-fsys-usrunmess.pod    |  4 ++++
 scripts/dpkg-fsys-usrunmess.pl | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

commit cf55e9f07217749dee34125be2bb0407fde75374
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 18:41:35 2021 +0100

    dpkg-fsys-usrunmess: Do not fail when removing lingering directories
    
    These directories might contain untracked files, if they are not empty,
    failing the whole script will be worse. Keep track of them, and print a
    summary at the end of the run.
    
    Stable-Candidate: 1.20.x

 man/dpkg-fsys-usrunmess.pod    |  4 ++++
 scripts/dpkg-fsys-usrunmess.pl | 17 ++++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

commit a335ee075be83eb7f69e85644b9ece40bc29a6a5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 2 02:36:45 2021 +0200

    dpkg-fsys-usrunmess: Install a local policy-rc.d to ignore service restarts
    
    When in systemd emergency mode, starting (including restarting) services
    will force exiting the emergency mode, which can leave the system in a
    pretty bad state. Part of the reason for reconfiguring all packages is
    to both force any regeneration of missing files, and ideally to possibly
    restart services so that they use the new real pathnames, but restarting
    services is the most fragile part and with the most potential to fail
    for whatever reason, so we will skip restarting services entirely. A
    reboot after the conversion is strongly advised.
    
    Closes: #991190
    Stable-Candidate: 1.20.x

 man/dpkg-fsys-usrunmess.pod    |  9 +++++++++
 scripts/dpkg-fsys-usrunmess.pl | 46 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 66a9a35873c9789a2d3ae3f1d07c842ca0cb4a5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 20:13:36 2021 +0200

    dpkg-fsys-usrunmess: Move forced reconfiguration to the last step
    
    Reconfiguring packages has the most potential for unaccounted breakage,
    it is also the step that will take longer, and it should be the one
    easier to recover from, by calling «dpkg --pending --configure» at a
    later time. Move it at the end when we have done the reparation, and
    performed the cleanup.
    
    Ref: #991190
    Stable-Candidate: 1.20.x

 man/dpkg-fsys-usrunmess.pod    |  8 ++++----
 scripts/dpkg-fsys-usrunmess.pl | 22 +++++++++++-----------
 2 files changed, 15 insertions(+), 15 deletions(-)

commit 64d92a8c028f717e5b82c78e381306643aa7e6d0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 20:05:05 2021 +0100

    test: Remove references to removed db-regen
    
    Fixes: commit 4bdff3fdec0312c09d12829e9887f719743f846b

Notes:
    Changelog: silent

 .gitlab-ci.yml              | 1 -
 debian/tests/test-func      | 1 -
 debian/tests/test-func-root | 1 -
 3 files changed, 3 deletions(-)

commit bd430d10a3344801681f277395e14d495ca86545
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Nov 20 20:54:14 2021 +0100

    po: Update German dselect translation
    
    Update to 275t.

 dselect/po/de.po | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit bc2ec00e26d992b8ac0e95645e43363d99d205a0
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Nov 20 20:52:38 2021 +0100

    po: Update German programs translation
    
    Update to 1168t.

 po/de.po | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

commit 60c96ae45bf6c0e21c7b1176e56d546a4a66f818
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 23:12:19 2021 +0200

    dpkg-query, dpkg-trigger, dselect: Add support for setting the root directory
    
    This adds both a --root option, and DPKG_ROOT environment variable
    support.

 dselect/main.cc      | 14 +++++++++++++-
 man/dpkg-query.pod   | 10 ++++++++++
 man/dpkg-trigger.pod | 10 ++++++++++
 man/dselect.pod      | 10 ++++++++++
 src/querycmd.c       | 17 ++++++++++++++---
 src/trigcmd.c        | 13 ++++++++++++-
 6 files changed, 69 insertions(+), 5 deletions(-)

commit ab4b58088a2427de235b27feae943558887f8e35
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 27 16:01:41 2021 +0200

    dselect: Honor DPKG_ADMINDIR environment variable
    
    Do not initialize admindir to the default, so that we can take into
    account any DPKG_ADMINDIR environment variable that might be set.

 dselect/main.cc | 2 +-
 man/dselect.pod | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

commit f1fd8021fc6e95f13af55601e773549325b5469c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 27 04:21:58 2021 +0200

    dselect: Rename dme() to display_menu_entry()
    
    Give the function an obvious name.
    
    Changelog: internal

 dselect/main.cc | 37 +++++++++++++++++++++++++++----------
 1 file changed, 27 insertions(+), 10 deletions(-)

commit 3c23f8f541c1e0a8434fea4163565be2fdc385da
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 20 15:30:15 2021 +0200

    u-a: Fix admindir setting
    
    When specifying the --root option, or one of DPKG_ROOT or DPKG_ADMINDIR
    environment variables, we need to take into account the installation
    directory as the prefix for the administrative directory, instead of
    using it also as the actual administrative directory.
    
    Prompted-by: Johannes Schauer Marin Rodrigues <josch@debian.org>
    Stable-Candidate: 1.20.x

 utils/Makefile.am             |   7 +-
 utils/t/update_alternatives.t | 153 ++++++++++++++++++++++++++++++++++++++++--
 utils/update-alternatives.c   |  16 ++---
 3 files changed, 163 insertions(+), 13 deletions(-)

commit df19d205e23c763e46cdeb59d16a020ad04981a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 23:07:06 2021 +0200

    dpkg-divert, dpkg-statoverride: Set admindir after instdir
    
    When initializing the instdir and the admindir, we need to set instdir
    first, otherwise admindir will not be set relative to instdir in case
    it needs to be set to its default value.

 src/divertcmd.c | 2 +-
 src/statcmd.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b8f9e1c3ce86818d14ccad403e6ad2e6b52e6b12
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 23:05:54 2021 +0200

    libdpkg: Set the default database directory relative to the system root
    
    When we have set the system root directory, and then end up having to
    set the database directory to its default value, we need to set it
    relative to that root directory.
    
    Stable-Candidate: 1.20.x

 lib/dpkg/dbdir.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit adf1f65db1ba33e29996d1e2edb8d8d83623a0cc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 14:33:05 2021 +0200

    dpkg: Switch from including "main.h" to "force.h"
    
    The code is not dpkg-command specific and does only require the force
    function declarations already provided by an independent header file.
    
    Changelog: internal

 src/selinux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3d614bd27196f4a49ac6fe2807f12838162c5594
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 14:31:42 2021 +0200

    dpkg: Move the command action enum to its own header file
    
    Several of the dpkg suite tools use the same enum, so it should be
    declared in a non-dpkg specific header file.
    
    Changelog: internal

 src/Makefile.am |  3 +++
 src/actions.h   | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.h      | 57 +---------------------------------------
 src/querycmd.c  |  2 +-
 src/statcmd.c   |  2 +-
 5 files changed, 87 insertions(+), 58 deletions(-)

commit 4479118bca43859d5c6f85dd1f1b6bbc9d57c3f9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 14:27:49 2021 +0200

    dpkg: Move SE Linux function declarations into its own header file
    
    This is generic functionality to be used by various tools, not just dpkg
    itself.
    
    Changelog: internal

 src/Makefile.am    |  2 ++
 src/main.h         |  7 +------
 src/security-mac.h | 30 ++++++++++++++++++++++++++++++
 src/selinux.c      |  1 +
 src/statcmd.c      |  1 +
 5 files changed, 35 insertions(+), 6 deletions(-)

commit f83207850fcbcfc8ea395f27cfb52d90546fb857
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 22 00:55:19 2021 +0200

    libdpkg: Fix dpkg_fsys_get_path() to always strip leading / and ./
    
    This function expects to prefix the pathname component with the
    filesystem root directory, which by default is represented as the empty
    string.
    
    When we pass to it an absolute pathname, we were ending up with
    duplicate slashes. Strip them before constructing the returned pathname.

 lib/dpkg/fsys-dir.c     |  2 ++
 lib/dpkg/t/t-fsys-dir.c | 22 +++++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

commit a4dfcc1ef09b9460a65c797bdab696d40b7078b8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 27 04:14:52 2021 +0200

    libdpkg: Add missing DPKG_{BEGIN,END}_DECLS in header files
    
    We need those so that the code can be used from non-C, such as C++,
    for example.
    
    Changelog: internal

 lib/dpkg/db-ctrl.h   | 4 ++++
 lib/dpkg/db-fsys.h   | 4 ++++
 lib/dpkg/fsys.h      | 4 ++++
 lib/dpkg/parsedump.h | 4 ++++
 lib/dpkg/perf.h      | 4 ++++
 lib/dpkg/tarfn.h     | 4 ++++
 lib/dpkg/test.h      | 4 ++++
 7 files changed, 28 insertions(+)

commit d7e7c430d1dd1b26666cf8f22989ebc110a4a2cf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 04:04:09 2021 +0200

    libcompat: Remove local setexecfilecon() and require libselinux 2.3
    
    The needed libselinux version was released in 2014, there's been enough
    time for people to catch up.
    
    Changelog: internal

 lib/compat/Makefile.am | 10 ------
 lib/compat/compat.h    |  4 ---
 lib/compat/selinux.c   | 92 --------------------------------------------------
 m4/dpkg-libs.m4        |  9 ++---
 4 files changed, 3 insertions(+), 112 deletions(-)

commit 2203eff73087af1c03665fc19e7f65c4ac890026
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 20 19:32:12 2021 +0100

    dpkg-m-h: Quote variable inside ${} to avoid pattern match
    
    Warned-by: shellcheck

 scripts/dpkg-maintscript-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 26ed540c02012481396930aa18d774a5b9790f69
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 22 13:31:42 2021 +0200

    dpkg-m-h: Use xargs -I argument instead of deprecated -i
    
    Warned-by: shellcheck

 scripts/dpkg-maintscript-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4bdff3fdec0312c09d12829e9887f719743f846b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 04:16:16 2021 +0200

    test: Remove shipped dpkg database
    
    We now generate any missing and needed file at run-time, so there is
    no need to carry these in git anymore.
    
    Remove the database regeneration script, now unneeded. Update the
    documentation and switch to ignore all database files explicitly.

 tests/README                     |  2 --
 tests/db-regen                   | 34 ----------------------------------
 tests/dpkgdb/.gitignore          |  6 ++++++
 tests/dpkgdb/available           |  0
 tests/dpkgdb/diversions          |  0
 tests/dpkgdb/lock                |  0
 tests/dpkgdb/lock-frontend       |  0
 tests/dpkgdb/statoverride        |  0
 tests/dpkgdb/status              |  0
 tests/dpkgdb/triggers/.gitignore |  3 +++
 tests/dpkgdb/triggers/Lock       |  0
 tests/dpkgdb/triggers/Unincorp   |  0
 tests/dpkginst/.gitinore         |  1 +
 13 files changed, 10 insertions(+), 36 deletions(-)

commit 98d1c9c05f6810e6b73e3815b85f889795f30c75
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 22 13:32:07 2021 +0200

    test: Ignore new shellcheck checks
    
    This new check has started triggering, which we were previously ignoring
    with a different tag.
    
    Warned-by: shellcheck

 t/shellcheck.t | 1 +
 1 file changed, 1 insertion(+)

commit 46ad0662e5e99ab9da1f28fd08ea9443b6343088
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 22 13:32:07 2021 +0200

    test: Mark external sourced shell files for checking
    
    New shellcheck versions emit an error for sourced files that cannot be
    found. Enable their parsing, and refer the sourced points to the current
    files in the source tree.
    
    Warned-by: shellcheck

 scripts/dpkg-maintscript-helper.sh | 1 +
 scripts/dpkg-realpath.sh           | 1 +
 t/shellcheck.t                     | 1 +
 3 files changed, 3 insertions(+)

commit bb83d9d9431fbf6134cec216aa0a8877a786e630
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 22 17:13:35 2021 +0200

    test: Suppress bogus cppcheck for nullPointerRedundantCheck
    
    Warned-by: cppcheck

 t/cppcheck/cppcheck.supp | 1 +
 1 file changed, 1 insertion(+)

commit 6c0ca3eb832510f3a6ef04f2a259527b97b1ea0c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 19 23:47:23 2021 +0100

    test: Suppress cppcheck constParameter check
    
    This is triggering on many parts that might need to be handled later on,
    but right now produce noise.
    
    Warned-by: cppcheck

 t/cppcheck/cppcheck.supp | 3 +++
 1 file changed, 3 insertions(+)

commit 89e1881bca789a07466c4ac73681aabdc90f0601
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 10 01:58:39 2021 +0100

    dpkg: Mark deb_parse_conffiles() pkg argument as const
    
    Warned-by: cppcheck
    Changelog: internal

 src/unpack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a90a4337dcb71e7b2ed45e5d1bd25cd55b4d529a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 10 01:58:01 2021 +0100

    dpkg: Mark ignore_depends() pkg argument as const
    
    Warned-by: cppcheck
    Changelog: internal

 src/help.c | 2 +-
 src/main.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 913824a3f3be5ed139a59b637925b1a268de05c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 10 01:57:18 2021 +0100

    libdpkg: Mark treewalk_open() func argument as const
    
    Warned-by: cppcheck

Notes:
    Changelog: internal

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

commit b63a259a6193a6721f9040baab2d0d1f851695b8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 10 01:56:31 2021 +0100

    libdpkg: Mark dpkg_arch_unmark() arch_remove argument as const
    
    Warned-by: cppcheck

Notes:
    Changelog: internal

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

commit 5735d94f2862998de7e51612003beede72723a5f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 24 18:30:10 2021 +0200

    build: Rename DPKG_DEB_PROG_TAR to DPKG_PROG_TAR
    
    This check is generic and the results gets used by several parts of the
    project, so namespacing it with DPKG_DEB_ is wrong.

 configure.ac     |  2 +-
 m4/dpkg-progs.m4 | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit a49f0a9c93e1fe256573f7007e14e48b146f9443
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 18 06:20:27 2021 +0200

    build: Detect appropriate sed program at configure time
    
    Use it in the build system consistently.

 configure.ac                |  1 +
 dselect/methods/Makefile.am |  2 +-
 m4/dpkg-compiler.m4         |  2 +-
 m4/dpkg-linker.m4           |  2 +-
 m4/dpkg-progs.m4            |  2 +-
 man/Makefile.am             |  6 +++---
 scripts/Makefile.am         | 10 +++++-----
 scripts/mk/Makefile.am      |  2 +-
 t-func/atlocal.in           |  2 ++
 t-func/deb-format.at        | 12 ++++++------
 t-func/local.at             |  2 +-
 11 files changed, 23 insertions(+), 20 deletions(-)

commit e8602363b80b7ae9b67bc855553e9e0a3cd3ace5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 21 11:14:24 2021 +0200

    build: Remove obsolete AC_HEADER_STDC
    
    Warned-by: autoconf

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit add23041c4cc9658610313d71ce30b13b9c8b5f9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 27 02:53:40 2021 +0200

    debian: Fix typo in changelog
    
    Changelog: silent

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 854062110fc5609815a991cb6289572157fc2419
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 26 04:47:39 2021 +0200

    doc: Sort maintenance information chronologically
    
    Unify the style by adding missing years, and adding authorship and
    maintenance information.

 AUTHORS | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

commit 7c315e267c776632f79a9e1416a87d4d8be1b50f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 20 23:42:40 2021 +0200

    doc: Annotate current maintainer start year
    
    Prepare for the inexorable and eventual demise of things.

 AUTHORS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a7245d86b947635bc9ab96df54d5ef79a22370cc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 20 23:41:47 2021 +0200

    doc: Update THANKS file
    
    Too long since thanks were recorded, rectify this insolence.

 THANKS | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

commit b7d66bc4d3a1dfcc0666dfc19b19a6c6f850a5f0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 04:15:00 2021 +0200

    doc: Update coding style to document POD instead of troff
    
    The man pages switched from troff to POD some time ago, update the style
    to match reality.

 doc/coding-style.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8fb3f4dcc2bead8796f6eba28af193c8209c73bb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 19 23:54:31 2021 +0100

    doc: Fix incorrect use of ‘an’ article

 ChangeLog.old                   | 6 +++---
 debian/changelog                | 4 ++--
 lib/dpkg/fsys.h                 | 2 +-
 man/deb-shlibs.pod              | 2 +-
 scripts/Dpkg/Changelog/Entry.pm | 2 +-
 scripts/dpkg-checkbuilddeps.pl  | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

commit 4cea9ff5a85481e0be5e3b76a3d6f615a9737b49
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 19 17:48:27 2021 +0200

    po: Update German man pages translation

 man/po/de.po | 57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

commit 417598df5353a6041f338ed318c2f07d2e8fd5d2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 17 03:58:05 2021 +0200

    man: Document dpkg-query --search and --listfiles output formats
    
    Document or clarify the output formats, so that users can rely on it
    instead of having to guess, and to make it explicit this can be relied
    on.

 man/dpkg-query.pod | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 915fc5d7068aa7bd3633251308b7cc687d5a08dc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 17 03:56:54 2021 +0200

    man: Make clear that dpkg-query arguments accept multiple values
    
    Prompted-by: Rémi Rampin <remirampin@gmail.com>
    Ref: #913781

 man/dpkg-query.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit fbcbbec1115343f4cd9f41d56891c52dfd320f82
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 15 23:17:54 2021 +0200

    man: Switch the Architecture field in deb-control(5) to required
    
    Since the multiarch support got added to dpkg(1), the Architecture field
    is now also required for binary packages (was already for source ones),
    even though arch-less packages can still be installed by using a force
    option, the default is to error out when the field is missing.
    
    Reported-by: Maxim Cournoyer (on IRC)

 man/deb-control.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9e15d7c807ed47d3d6db4589875aae25d47c93a6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 14 23:45:21 2021 +0200

    man: Add man page for deb-md5sums(5)
    
    While we do not generate this file at build time, but dpkg(1) does parse
    it for its --verify command, and generates it if missing from the binary
    package on unpack.
    
    Reported-by: Maxim Cournoyer (on IRC)

 man/Makefile.am     |  2 ++
 man/deb-md5sums.pod | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/deb.pod         |  2 ++
 man/po/po4a.cfg     |  1 +
 4 files changed, 61 insertions(+)

commit 5fbe26662ee96b1005fde6ee1f32e694594ec1a9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 14 23:36:35 2021 +0200

    dpkg-buildpackage: When printing build type match the extension exactly
    
    We need to anchor the regex at the end of the string, otherwise we get
    partial matches due to substrings.
    
    Closes: #989824

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 36c35ee849af0fa50b16a7486078025ef3972cf2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 14 23:35:50 2021 +0200

    build: List man pages alphabetically
    
    Changelog: silent

 man/Makefile.am | 39 ++++++++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 17 deletions(-)

commit 0d134cdcb0dcc6b21fa7926964c1426a5821181d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 28 04:07:49 2021 +0200

    arch: Add support for ARCv2 CPU
    
    This is based on the ARCv2 32-bit little-endian hard-float ISA.
    
    Closes: #980963
    Based-on-patch-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>

 data/cputable                  | 1 +
 scripts/Dpkg/Shlibs/Objdump.pm | 1 +
 scripts/t/Dpkg_Arch.t          | 4 ++--
 3 files changed, 4 insertions(+), 2 deletions(-)

commit 81f40c4a06ba36ee225b2dc56febd974e8b22334
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 15 17:59:04 2021 +0200

    libdpkg: Remove MDEBUG support from m_malloc() implementation
    
    There are better memory leak and overflow detector tools around, there
    is no need for this ad-hoc implementation that might not detect memory
    misuse anyway.
    
    Changelog: internal

 lib/dpkg/mlib.c | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

commit 679760fd15900471faddfccb3a50bc0992073acc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 1 23:58:00 2021 +0200

    libdpkg: Add support for AIX to dpkg_get_progname()
    
    On AIX we need to use getprocs64() to fetch the current program name.
    
    Changelog: porting

 configure.ac        |  1 +
 lib/dpkg/progname.c | 12 ++++++++++++
 2 files changed, 13 insertions(+)

commit 6a9d238b104b2804ca2dd22db5f0ecd51654ed8d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 1 23:43:56 2021 +0200

    build: Check whether fsync(3) works on directories
    
    On at least AIX fsync(3) requires a writable file descriptor, which
    opendir(3) does not provide. But even with a writable file descriptor
    fsync(3) does not always work on directories.
    
    Disable all directory fsync()s if the system does not support it.

 configure.ac     |  1 +
 lib/dpkg/dir.c   |  6 ++++++
 m4/dpkg-funcs.m4 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+)

commit 3619a53af421fb0a6a8214e14c4cacffe1831842
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 1 23:42:32 2021 +0200

    build: Switch DPKG_FUNC_C99_SNPRINTF from AC_LANG_SOURCE to AC_LANG_PROGRAM
    
    This reduces boirlerplate code.

 m4/dpkg-funcs.m4 | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 7a77148ddaf7ebc8c548a20ce9fc0fab618b1cd4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 29 20:20:24 2021 +0200

    build: Do not set have_libmd on the found branch in AC_SEARCH_LIBS
    
    This also covers the case of found in the system libraries, which we
    cover later anyway, so the assignment here is confusing.

 m4/dpkg-libs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 115e8e18a312b0494664cd1d355a22a25c98bfc7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 29 20:19:33 2021 +0200

    build: Check for libsocket
    
    On Solaris the socket functions are not found on libc but on libsocket.
    We need those for start-stop-daemon.

 configure.ac      |  2 ++
 m4/dpkg-libs.m4   | 17 +++++++++++++++++
 utils/Makefile.am |  1 +
 3 files changed, 20 insertions(+)

commit 519828471e7520500dacbe64296831ecbbf11f03
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 29 01:09:38 2021 +0200

    s-s-d: Define SOCK_NONBLOCK to 0 if not defined
    
    On systems such as macOS and AIX this macro is not defined. Just set it
    to 0 so that we can compile the sources.
    
    Changelog: porting

 utils/start-stop-daemon.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 9515eab2896c8199ba22de836d58f5eab7d5eb83
Author: Daniel Shahaf <danielsh@apache.org>
Date:   Mon Apr 19 12:33:18 2021 +0200

    scripts: Add zsh completions for dpkg-parsechangelog
    
    [guillem@debian.org: Hook into build system. ]
    
    Closes: #986103
    Signed-off-by: Guillem Jover <guillem@debian.org>

 configure.ac                     |  2 ++
 debian/dpkg-dev.install          |  1 +
 scripts/Makefile.am              |  4 ++++
 scripts/zsh/_dpkg-parsechangelog | 23 +++++++++++++++++++++++
 4 files changed, 30 insertions(+)

commit 19b6b33ed1df160ae6eb1b69e66b011af93f2d77
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 19 02:43:30 2021 +0200

    dpkg: During unpack print a removal message due to Conflicts
    
    When deciding whether to de-configure a package due to Breaks we print
    a message stating so, as well as when we are actually de-configuring
    them. When deciding whether to remove a package due to Conflicts we also
    print a message, but were not printing anything when removing these
    package which seems rather confusing and makes the installation non
    obvious.
    
    Closes: #985401

 src/unpack.c               | 5 +++++
 tests/t-conflicts/Makefile | 9 +++++++++
 2 files changed, 14 insertions(+)

commit 7a568f068cf6d0c646b361af7eb8bb155f2c854a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 31 23:21:56 2021 +0100

    man: Itemize dpkg-gensymbols -c levels
    
    This should make it easier to see what each does.

 man/dpkg-gensymbols.pod | 29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)

commit 9f24f1c5d6d50002396e7e6cb8323a61da728880
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 3 00:12:16 2021 +0100

    scripts: Consider SHA-1 and RIPEMD-160 weak algorithms in OpenPGP signatures
    
    These are widely considered weak by current standards, and have had
    successful attacks performed on them.

 scripts/Dpkg/OpenPGP.pm      | 8 ++++++--
 scripts/dpkg-buildpackage.pl | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2e93be7914df680a7c88951e9663be4573b8b551
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 21 10:50:06 2021 +0100

    Dpkg::Deps: Use current_sub feature for __SUB__

 scripts/Dpkg/Deps.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c81ac7a8059a30ef45a1064bfc06153ad1f55183
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 18 16:25:55 2021 +0100

    Test::Dpkg: Print actual error messages in test_neutralize_checksums()
    
    The generic die() messages are not very helpful.

 scripts/Test/Dpkg.pm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 9f9d22129ccc5e79c29ff9c2112cdc47ababbb09
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 16:53:57 2021 +0100

    Dpkg::Vendor::Debian: Add new lto feature in new optimize area
    
    This new setting, disabled by default, enables the Link Time
    Optimization.
    
    Closes: #940571

 man/dpkg-buildflags.pod       | 18 ++++++++++++++++++
 scripts/Dpkg/Vendor/Debian.pm | 10 ++++++++++
 scripts/t/Dpkg_BuildFlags.t   |  5 ++++-
 3 files changed, 32 insertions(+), 1 deletion(-)

commit c5d2358a97fee1bc13961f5b992944e49d043f9d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 16:28:29 2021 +0100

    Dpkg::Vendor::Debian: Refactor compiler flag names into an array
    
    We should not be repeating the same assignment all over the place for
    compiler flag names.

 scripts/Dpkg/Vendor/Debian.pm | 58 ++++++++++++-------------------------------
 1 file changed, 16 insertions(+), 42 deletions(-)

commit 2f9df9d56104120653abf8370ac425beb64e0188
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 12 14:07:38 2020 +0100

    Dpkg::OpenPGP: Refactor openpgp implementation execution into a new function

 scripts/Dpkg/OpenPGP.pm | 52 +++++++++++++++++++++++--------------------------
 1 file changed, 24 insertions(+), 28 deletions(-)

commit 3d2fdb8ca81bb925bd41d70b637dae04ab1cb42b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 30 02:25:44 2021 +0100

    Dpkg::Changelog::Parse: Require format plugins to inherit from Dpkg::Changelog
    
    We have other classes in the same directory, and should check whether
    the format is really a Dpkg::Changelog object.

 scripts/Dpkg/Changelog/Parse.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 6b74bb1d3c3618b5db57168ec81fd38807828cbd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 14:28:50 2021 +0100

    Dpkg::Source::Quilt: Add hint to check missing files on patch apply failures
    
    When we are trying to patch a file that is not present in the original
    tarball, the error message is rather confusing, as it mentions possible
    fuzz problems, as if the file existed, which might mislead the user.
    
    Add a hint to check whether the file is present in the original tarball
    to avoid leading the user into dead ends.
    
    Ideally the affected tarball would be reported in the error message, but
    that information is currently not available on that code path.
    
    Reported-by: Joseph Nahmias <jello@debian.org>

 scripts/Dpkg/Source/Quilt.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 6ed73c1ca4db4193d756df82b829dfade64b037b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 14:28:50 2021 +0100

    dpkg-genchanges: Include orig tarball on source package renames
    
    When the changelog shows a source package rename, but no version change,
    we also need to include the orig tarball.
    
    Closes: #980066

 scripts/dpkg-genchanges.pl | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit e2cbeff33af1148511a11f8864159421f8eefed1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 25 05:41:00 2021 +0100

    arch: Clarify that the regex columns need to be ordered to match first
    
    The entries are used in a first fully match order, so the regular
    expressions need to be listed from most specific to less specific
    when using wildcards.

 data/cputable | 6 ++++--
 data/ostable  | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 03aeac561ec4fe5f1d7ba7da9d350663afee92dd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 25 05:37:06 2021 +0100

    test: Add unit tests for architecture bijective mapping property
    
    The architectures need to have the bijective property when converting
    back and forth from the Debian arch name to the GNU triplet. Enforce
    this in the test suite to make it easier to guarantee this when adding
    new architectures to the tables.

 scripts/t/Dpkg_Arch.t | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

commit dbef019ad04ecf53c12cb71b143e2983d4f6491f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 18 16:24:07 2021 +0100

    test: Add descriptions to makefile test runners
    
    We execute the same makefile with different environments, so we need
    some description to distinguish them in case they fail, otherwise it
    is too confusing to diagnose.

 scripts/t/mk.t | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit a325c161d912d06c44de02fe36a0d002a9c39cb5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 13:39:51 2021 +0100

    test: Use can_run() instead of find_command()
    
    Avoid using things we are still testing, instead of the system modules,
    and for consistency with the rest of the perl unit tests.

 scripts/t/Dpkg_Shlibs.t  | 5 ++---
 scripts/t/Dpkg_Version.t | 5 +++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit c1b0eeed650d3eb403b9963a30a59e7906905b15
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 03:12:34 2021 +0100

    Use localtime_r() instead of localtime()
    
    Even though the codebase is not threaded, the former is a safe function
    and we should be using it to be future-proof.
    
    Changelog: internal
    Warned-by: lgtm

 lib/dpkg/log.c              | 9 +++++++--
 utils/update-alternatives.c | 5 ++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

commit f569324a004d1b1bb2a5134a496e81b789c16f55
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 03:12:03 2021 +0100

    u-a: Turn FIXME for explicit behavior choice into an XXX
    
    This is an explicit behavior that we might consider changing, but it's
    not a bug per-se.
    
    Changelog: internal
    Warned-by: lgtm

 utils/update-alternatives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c3efd06c39268ff0f3d89637596747c781e286e9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 03:10:49 2021 +0100

    Turn FIXME markers giving historic information into simple Notes
    
    These are behavior we implement for workarounds or robustness parsing,
    which we should probably not even plan on removing, as that would leave
    manually edited files open to breakage.
    
    Changelog: internal
    Warned-by: lgtm

 lib/dpkg/parse.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit 9549c9bea6ce955ded06bc0bc34c023800645ed0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 03:09:56 2021 +0100

    Turn FIXME markers denoting pending actions into TODO markers
    
    These are not bugs per-se, just things to perform at some point.
    
    Changelog: internal
    Warned-by: lgtm

 lib/dpkg/dir.c                    | 2 +-
 lib/dpkg/parsehelp.c              | 2 +-
 lib/dpkg/t/t-deb-version.c        | 2 +-
 lib/dpkg/t/t-pkginfo.c            | 4 ++--
 lib/dpkg/t/t-tarextract.t         | 2 +-
 lib/dpkg/t/t-varbuf.c             | 2 +-
 lib/dpkg/t/t-version.c            | 4 ++--
 scripts/Dpkg/Source/Package/V1.pm | 2 +-
 src/main.c                        | 2 +-
 tests/t-triggers/Makefile         | 2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

commit e41d01c7ed58fab469985658f7383dd948f2e29b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 03:09:23 2021 +0100

    Remove irrelevant or obsolete FIXME markers
    
    Changelog: internal
    Warned-by: lgtm

 dselect/basecmds.cc      | 13 +++----------
 lib/dpkg/dump.c          |  2 --
 t/cppcheck/cppcheck.supp |  2 +-
 3 files changed, 4 insertions(+), 13 deletions(-)

commit 5682d2a62ea3e20a6a52eaf2edf796d1e3254815
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 20 09:35:04 2021 +0200

    build: Remove redundant localedir and pkgconfdir initializations
    
    These variables are handled by autoconf, and there's no need to set them
    ourselves.

 dpkg-deb/Makefile.am   | 1 -
 dpkg-split/Makefile.am | 1 -
 dselect/Makefile.am    | 3 ---
 lib/dpkg/Makefile.am   | 2 --
 src/Makefile.am        | 3 ---
 utils/Makefile.am      | 1 -
 6 files changed, 11 deletions(-)

commit 3c76c1235e586802762e9de73c65d3409fe54f38
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 21 10:48:17 2021 +0100

    build: Bump minimal Perl version to 5.28.1
    
    The Perl version in Debian buster is 5.28.1, which is the release that
    will be oldstable once 1.21.x gets uploaded to Debian unstable.

 doc/coding-style.txt | 2 +-
 m4/dpkg-progs.m4     | 2 +-
 t/minimum-version.t  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit a71cf6568e3f5cb9238a36fa527cb744440b7b80
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 16 23:08:43 2021 +0200

    build: Fallback to $^X and 'perl' if $Config{perlpath} is unset or empty

 scripts/Build.PL.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d9d2809b913511d69d6d4275cb1bba2fdd02e76f
Author: Quentin PAGÈS <quentinantonin@free.fr>
Date:   Mon Apr 19 00:07:30 2021 +0200

    po: Add Occitan programs translations
    
    [guillem@debian.org: Hook into build system. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/LINGUAS |    1 +
 po/oc.po   | 6267 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 6268 insertions(+)

commit 6b84e5592d3e23343762a0327f1467cdc31e0e93
Author: Marcin Owsiany <marcin@owsiany.pl>
Date:   Sat Apr 24 21:56:05 2021 +0200

    po: Update Polish programs translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/pl.po | 85 ++++++++++++++++++++++------------------------------------------
 1 file changed, 29 insertions(+), 56 deletions(-)

commit ed4169db8222d92339444901ac12c1c803d9bd21
Author: Łukasz Dulny <bartekchom@poczta.onet.pl>
Date:   Fri Apr 16 06:19:11 2021 +0200

    po: Update Polish programs translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/pl.po | 781 +++++++++++++++++++++++----------------------------------------
 1 file changed, 282 insertions(+), 499 deletions(-)

commit 9e5d0ef2eef67008798081415386485326b6d8ef
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 25 16:01:55 2021 +0100

    po: Add missing newlines in verbatim blocks in Dutch programs translation
    
    Changelog: silent

 man/po/nl.po | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 68ab722604217d3ab836276acfc0ae1260b28f5f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 14 00:34:18 2021 +0200

    test: Pass --ignore-builtin-builddeps to dpkg-buildpackage
    
    We should ignore any builtin build dependencies (in particular
    build-essential, which is an arch:any package), as we are forcing the
    build and host architectures, which will make them not match whatever
    is on the system status file if present at all, and cause dependency
    unsatisfiability.
    
    Fixes: commit 0e2ae4e706e816a9ce200bb506674d19af25a55f

 scripts/t/dpkg_buildpackage.t | 1 +
 1 file changed, 1 insertion(+)

commit 3b7a8d0665133706aa5fe008a0e395e57a000198
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 14 00:06:48 2021 +0200

    Bump version to 1.21.0

 TODO                           | 2 +-
 debian/changelog               | 6 ++++++
 scripts/Dpkg.pm                | 2 +-
 scripts/dpkg-fsys-usrunmess.pl | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

commit db2bd4853d9207e679d0e66caa5f1255a713239f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 13 22:17:47 2021 +0200

    Release 1.20.8

 debian/changelog | 37 ++++++++++++++++++++++++++++++++++---
 1 file changed, 34 insertions(+), 3 deletions(-)

commit 0ea6acb18871cca8988102aefeedd543a2bc4c8b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 13 22:17:04 2021 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 8 ++++----
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 82 files changed, 88 insertions(+), 88 deletions(-)

commit 0278f291d46097d022ee32dd295eb693533bed8b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 8 04:14:31 2021 +0200

    build: Group Test::Dpkg changelog entries into “Perl modules” section

 gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ccb8427cb3af7b87ba8e9621a65f4aade360e12c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 3 00:09:28 2021 +0100

    dpkg-realpath: Fix symlink loop tracker
    
    We need to move the symlink tracking from the general loop, which would
    limit the depth of the pathname to the case that handles symlinks in the
    pathname.

 scripts/dpkg-realpath.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d449b7f0571578660959382632ddef47c5fbd6c4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 3 00:09:28 2021 +0100

    dpkg-realpath: Fix resolution for absolute symlinks on «/»
    
    We should not reset the resulting pathname to be the root directory when
    the root directory is empty, as that will happen to always match.
    
    Closes: #983855

 scripts/dpkg-realpath.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f4ca736d4c4aafe71f363606559b6f0b4df33801
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 18:12:18 2021 +0100

    dpkg: Fix --auto-deconfigure for essential and protected during installation
    
    Only apply the --force-remove-essential and --force-remove-protected
    during package removals, which can only happen due to Conflicts,
    otherwise we cannot solve auto-deconfigurations due to Breaks on essential
    or protected packages during installations or upgrades.
    
    This is a regression when the Breaks field got introduced, as the same
    function that had been used for Conflicts was refactored to be used for
    Breaks, but without taking into account the removal case.
    
    Fixes: commit b301c0e71a5314bb4560111c6cf1602269f6f672
    Reported-by: Julian Andres Klode <jak@debian.org>
    Ref: #983014

 src/archives.c                                  |  4 ++--
 tests/Makefile                                  |  2 ++
 tests/t-breaks-essential/Makefile               | 13 +++++++++++++
 tests/t-breaks-essential/lib-a-0/DEBIAN/control |  8 ++++++++
 tests/t-breaks-essential/lib-a-1/DEBIAN/control |  8 ++++++++
 tests/t-breaks-essential/pkg-b/DEBIAN/control   |  8 ++++++++
 tests/t-breaks-protected/Makefile               | 13 +++++++++++++
 tests/t-breaks-protected/lib-a-0/DEBIAN/control |  8 ++++++++
 tests/t-breaks-protected/lib-a-1/DEBIAN/control |  8 ++++++++
 tests/t-breaks-protected/pkg-b/DEBIAN/control   |  8 ++++++++
 10 files changed, 78 insertions(+), 2 deletions(-)

commit b1b7519d0ae5ac75497804f18239ab1bd8c32c9c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 21 10:47:43 2021 +0100

    s-s-d: Open the --output file in append mode
    
    Otherwise we will overwrite any pre-existing log file.
    
    Fixes: commit 2eb9e88858e7991c293008f5252e6ee7693e3ce2

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 63a5a2c2de2f3bc4d3353bd021a909f5e4555bad
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 30 07:23:43 2021 +0100

    Dpkg::Exit: Preserve exit code in END block
    
    Otherwise we can exit programs with an arbitrary exit code if we call
    other commands during the exit hooks.
    
    This was affecting for example a failing dpkg-source invoked from
    dpkg-buildpackage.

 scripts/Dpkg/Exit.pm | 1 +
 1 file changed, 1 insertion(+)

commit f774186739238d635ce62f1f30ffda0dd8c73e60
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 1 01:14:05 2021 +0100

    debian: Run autopkgtest test suites in verbose mode
    
    Otherwise we cannot see what went wrong.

 debian/tests/test-not-root | 2 +-
 debian/tests/test-root     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7658a27b80809d9e8c133d3d11d71024cecaf99d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 8 04:28:06 2021 +0200

    test: Update suppressions for cppcheck 2.4

 t/cppcheck/cppcheck.supp | 3 +++
 1 file changed, 3 insertions(+)

commit 6c59231daeb7776a58d196a3b18650cf408874c3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 19 04:26:11 2021 +0100

    test: Initialize DEB_BUILD_ARCH and DEB_HOST_ARCH to avoid computing them
    
    These require dpkg and gcc to be available, which is not guaranteed on
    non-Debian systems, or on systems without a compiler, such as the ones
    using the CPAN distribution. Or when we are bootstrapping from scratch.

 scripts/t/Dpkg_BuildFlags.t | 2 ++
 scripts/t/Dpkg_Deps.t       | 3 +++
 scripts/t/Dpkg_Shlibs.t     | 3 +++
 scripts/t/Dpkg_Substvars.t  | 3 +++
 4 files changed, 11 insertions(+)

commit 0e2ae4e706e816a9ce200bb506674d19af25a55f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 19 04:25:38 2021 +0100

    test: Mock dpkg and gcc for architecture detection code
    
    We should not expect dpkg to be present on the system, which can happen
    during bootstrapping, or on non-dpkg based systems. We should not expect
    gcc to be present on the system, which can happen with the Dpkg perl
    distribution which otherwise does not need a C compiler.

 scripts/Makefile.am           |  2 ++
 scripts/t/dpkg_buildpackage.t |  3 +++
 scripts/t/mk.t                |  5 ++++-
 scripts/t/mock-bin/dpkg       | 20 ++++++++++++++++++++
 scripts/t/mock-bin/gcc        | 20 ++++++++++++++++++++
 5 files changed, 49 insertions(+), 1 deletion(-)

commit 3844c38302396772f78a670bb8b4f678437600d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 13:37:28 2021 +0100

    test: Use gunzip instead of zcat and assume it might not be present
    
    On Solaris CPAN testing systems, zcat(1) is an alias for the traditional
    uncompress(1), so it does not work as gunzip(1). Use the latter
    explicitly to avoid portability issues, and do not assume it will always
    be present, when we will skip the unit test.

 scripts/t/Dpkg_Compression.t | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 1974f18a184a7425ffa75b70f0d24852ef61ecd1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 13:25:14 2021 +0100

    test: Set PERL in the perl test suite
    
    There is no guarantee that the PERL environment variable will contain
    the perl executable path or name. When running the test suite from the
    autotools build system we always set the PERL environment variable,
    but on CPAN we were not doing that, and some CPAN testers have PERL
    set to its version.

 scripts/Build.PL.in | 2 ++
 1 file changed, 2 insertions(+)

commit 09b0b3ab99ba197a4fc5abf9363de32b472d9b61
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 13:34:34 2021 +0100

    Test::Dpkg: Fix test data path fetching on CPAN
    
    There is no guarantee that the perl used will have «.» in INC, so we
    need to add an explicit «./» prefix, which we were already doing for
    the autotools case. Unify the handling for autotools and CPAN, which
    should fix the latter.

 scripts/Test/Dpkg.pm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 1b27bdd0b46fbab2d804595831d276c4a52fd4bb
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Apr 8 21:09:00 2021 +0200

    po: Update German scripts translation
    
    Closes: #983865

 scripts/po/de.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 3ed9a520dfeddfb2beb89c9bf84a6d41bc9b7ec7
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sun Feb 14 04:46:05 2021 +0100

    po: Update Dutch programs translations
    
    Closes: #981882
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/nl.po | 85 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

commit e37bdb83b4650d5a14e54ee576353d5c3d8559a2
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sun Feb 14 04:47:56 2021 +0100

    po: Update Dutch man pages translations
    
    Closes: #981884
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/nl.po | 1202 +++++++++++++++++++++++-----------------------------------
 1 file changed, 479 insertions(+), 723 deletions(-)

commit f605b8f5edbb9ec990a2f7c453d3f0b66c8bca65
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Sat Jan 16 18:08:15 2021 +0100

    po: Update Portuguese man pages translations
    
    Closes: #980018
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/pt.po | 687 +++++++++++++++++++++--------------------------------------
 1 file changed, 237 insertions(+), 450 deletions(-)

commit e7d9c15e3c5ab67f7896f72496cc7fdcaf3588cf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 8 04:44:59 2021 +0200

    man: Fix botched indentation fix
    
    Fixes: commit 0c782cc235d338039db18f6e9c1e1b0c56612672
    Changelog: silent

 man/dpkg-architecture.pod |  4 ++--
 man/po/de.po              | 10 +++++-----
 man/po/es.po              |  6 +++---
 man/po/fr.po              |  6 +++---
 man/po/hu.po              |  6 +++---
 man/po/it.po              |  6 +++---
 man/po/ja.po              |  6 +++---
 man/po/nl.po              |  6 +++---
 man/po/pl.po              |  6 +++---
 man/po/pt.po              |  6 +++---
 man/po/pt_BR.po           |  6 +++---
 man/po/ru.po              |  6 +++---
 man/po/sv.po              |  6 +++---
 man/po/zh_CN.po           |  6 +++---
 14 files changed, 43 insertions(+), 43 deletions(-)

commit 55cdc52e9a9bccc7ba59087917f5cf7d88e312e4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 9 10:30:14 2021 +0100

    po: Update German man pages translation

 man/po/de.po | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit 00c08574ff327a6db0e78f031da869f849d9d903
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 9 01:11:19 2021 +0100

    Bump version to 1.20.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d318b3f69df6d1fd909055fd207562ddd36340dc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 9 01:01:54 2021 +0100

    Release 1.20.7

 debian/changelog | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

commit 7e48c30b3b171384cccd69f2ba51161ff2bec845
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 9 00:59:44 2021 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 60 ++++++++++++++++++++++++++++++++++---------------
 man/po/dpkg-man.pot     | 38 ++++++++++++++++++-------------
 man/po/es.po            | 53 ++++++++++++++++++++++++++-----------------
 man/po/fr.po            | 57 ++++++++++++++++++++++++++++------------------
 man/po/hu.po            | 36 +++++++++++++++++------------
 man/po/it.po            | 53 ++++++++++++++++++++++++++-----------------
 man/po/ja.po            | 53 ++++++++++++++++++++++++++-----------------
 man/po/nl.po            | 58 +++++++++++++++++++++++++++++++++--------------
 man/po/pl.po            | 53 ++++++++++++++++++++++++++-----------------
 man/po/pt.po            | 58 +++++++++++++++++++++++++++++++++--------------
 man/po/pt_BR.po         | 36 +++++++++++++++++------------
 man/po/ru.po            | 36 +++++++++++++++++------------
 man/po/sv.po            | 53 ++++++++++++++++++++++++++-----------------
 man/po/zh_CN.po         | 47 ++++++++++++++++++++++++++------------
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 95 files changed, 530 insertions(+), 329 deletions(-)

commit a6c45c23e68d09b0d023bb02c41f04f30103d667
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 9 00:54:26 2021 +0100

    debian: Bump Standards-Version to 4.5.1 (no changes required)

 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a1a62d382bca9df105359559e08e8630c2b8f0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 9 00:35:39 2021 +0100

    libdpkg: Do not consider the database locked with a missing lock file
    
    If the lock file does not exist, then in theory no other process is
    supposed to have locked the database, as the lock file uses region
    locking where the lock file is never supposed to be removed.
    
    In practice, misguided users might end up removing the lock file in an
    attempt to "unlock" the database (with potential catastrophic results)
    but that is not a supported operation.
    
    The supported scenario where the lock file is missing, is with a database
    that has not yet been fully populated.
    
    Reported-by: David Kalnischkies <donkult@debian.org>

 lib/dpkg/dbmodify.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f50aea672bab786d75d51dcbac47fc1ee9703bc8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 19:36:40 2021 +0100

    test: Print WARN instead of FAIL for maintscript fd leaks
    
    Whether we have file descriptor leaks is also dependent on processes
    calling dpkg, so we should not print these as failures, as that is
    confusing and we might not be able to solve these.

 tests/t-maintscript-leak/pkg-maintscript-leak/DEBIAN/postinst | 2 +-
 tests/t-maintscript-leak/pkg-maintscript-leak/DEBIAN/postrm   | 2 +-
 tests/t-maintscript-leak/pkg-maintscript-leak/DEBIAN/preinst  | 2 +-
 tests/t-maintscript-leak/pkg-maintscript-leak/DEBIAN/prerm    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 96f55a4bdf7e490db4f132f638b40af9233742cb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 18:50:18 2021 +0100

    debian: Update copyright notices in debian/copyright

 debian/copyright | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit 233d5ffa528162ca0baa1b39b631e39a16dc762e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 17:13:37 2021 +0100

    test: On as-root mode do not use sudo if already running as root
    
    This removes the need to have sudo installed when not really needed.

 tests/Test.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit ee58c0b4fb2e126bc9e32561c922cb512814a6fb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 16:58:07 2021 +0100

    man: Clarify and expand information on dpkg-realpath(1) man page
    
    Document the reason for the existence of this command, where it is
    used and where it is supposed to be used. Clarify the --root and
    --instdir options.
    
    Closes: #979564

 man/dpkg-realpath.pod | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

commit 4d9368204f8d940095a4f325e7cb330149ee8fc7
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Jan 8 18:17:16 2021 +0100

    po: Update German programs translation
    
    Update to 1165t.

 po/de.po | 43 ++++++++++++++++++++-----------------------
 1 file changed, 20 insertions(+), 23 deletions(-)

commit c2ccbebf76e21be72bbf3d3e781f04c3c1f87ef1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 8 09:46:42 2021 +0100

    po: Update German man pages translation

 man/dpkg-fsys-usrunmess.pod |   2 +-
 man/po/de.po                | 105 ++++++++++++++++++++++++++++++--------------
 2 files changed, 73 insertions(+), 34 deletions(-)

commit 16e0cd3db598a6f4386f7365b3740c00fc9e3705
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 05:13:43 2021 +0100

    Bump version to 1.20.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit f08b94fed74b00f1db2457d8226fc619e6379bd4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 04:39:58 2021 +0100

    Release 1.20.6

 debian/changelog | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 189 insertions(+), 3 deletions(-)

commit ed6dfb403b3f3416b11b6a539fed3a35429f9a92
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 04:28:13 2021 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |     2 +-
 dselect/po/ca.po        |     2 +-
 dselect/po/cs.po        |     2 +-
 dselect/po/da.po        |     2 +-
 dselect/po/de.po        |     2 +-
 dselect/po/dselect.pot  |     4 +-
 dselect/po/el.po        |     2 +-
 dselect/po/es.po        |     2 +-
 dselect/po/et.po        |     2 +-
 dselect/po/eu.po        |     2 +-
 dselect/po/fr.po        |     2 +-
 dselect/po/gl.po        |     2 +-
 dselect/po/hu.po        |     2 +-
 dselect/po/id.po        |     2 +-
 dselect/po/it.po        |     2 +-
 dselect/po/ja.po        |     2 +-
 dselect/po/ko.po        |     2 +-
 dselect/po/nb.po        |     2 +-
 dselect/po/nl.po        |     2 +-
 dselect/po/nn.po        |     2 +-
 dselect/po/pl.po        |     2 +-
 dselect/po/pt.po        |     2 +-
 dselect/po/pt_BR.po     |     2 +-
 dselect/po/ro.po        |     2 +-
 dselect/po/ru.po        |     2 +-
 dselect/po/sk.po        |     2 +-
 dselect/po/sv.po        |     2 +-
 dselect/po/tl.po        |     2 +-
 dselect/po/vi.po        |     2 +-
 dselect/po/zh_CN.po     |     2 +-
 dselect/po/zh_TW.po     |     2 +-
 man/po/de.po            | 34523 +++++++++++++++++++++---------------------
 man/po/dpkg-man.pot     | 20460 ++++++++++++-------------
 man/po/es.po            | 37456 +++++++++++++++++++++++-----------------------
 man/po/fr.po            | 34892 +++++++++++++++++++++---------------------
 man/po/hu.po            | 24652 +++++++++++++++---------------
 man/po/it.po            | 33839 ++++++++++++++++++++---------------------
 man/po/ja.po            | 34930 +++++++++++++++++++++---------------------
 man/po/nl.po            |    82 +-
 man/po/pl.po            | 36045 ++++++++++++++++++++++----------------------
 man/po/pt.po            | 33546 +++++++++++++++++++++--------------------
 man/po/pt_BR.po         | 23502 +++++++++++++++--------------
 man/po/ru.po            | 25732 +++++++++++++++----------------
 man/po/sv.po            | 35842 ++++++++++++++++++++++----------------------
 man/po/zh_CN.po         | 22435 +++++++++++++--------------
 po/ast.po               |    85 +-
 po/bs.po                |    88 +-
 po/ca.po                |    81 +-
 po/cs.po                |    81 +-
 po/da.po                |    81 +-
 po/de.po                |    66 +-
 po/dpkg.pot             |    76 +-
 po/dz.po                |    84 +-
 po/el.po                |    85 +-
 po/eo.po                |    81 +-
 po/es.po                |    81 +-
 po/et.po                |    83 +-
 po/eu.po                |    81 +-
 po/fr.po                |    81 +-
 po/gl.po                |    85 +-
 po/hu.po                |    83 +-
 po/id.po                |    85 +-
 po/it.po                |    81 +-
 po/ja.po                |    81 +-
 po/km.po                |    83 +-
 po/ko.po                |    85 +-
 po/ku.po                |    76 +-
 po/lt.po                |    84 +-
 po/mr.po                |    83 +-
 po/nb.po                |    85 +-
 po/ne.po                |    84 +-
 po/nl.po                |     2 +-
 po/nn.po                |    82 +-
 po/pa.po                |    79 +-
 po/pl.po                |    81 +-
 po/pt.po                |    82 +-
 po/pt_BR.po             |    86 +-
 po/ro.po                |    85 +-
 po/ru.po                |    81 +-
 po/sk.po                |    81 +-
 po/sv.po                |    81 +-
 po/th.po                |    81 +-
 po/tl.po                |    82 +-
 po/tr.po                |    81 +-
 po/vi.po                |    81 +-
 po/zh_CN.po             |    81 +-
 po/zh_TW.po             |    81 +-
 scripts/po/ca.po        |    97 +-
 scripts/po/de.po        |     2 +-
 scripts/po/dpkg-dev.pot |    54 +-
 scripts/po/es.po        |    80 +-
 scripts/po/fr.po        |    80 +-
 scripts/po/pl.po        |    80 +-
 scripts/po/ru.po        |    80 +-
 scripts/po/sv.po        |    80 +-
 95 files changed, 204829 insertions(+), 197080 deletions(-)

commit 97881082b42cfebf999e4812f985a2d06ac583b0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 16 14:45:00 2020 +0200

    dpkg-fsys-usrunmess: New program
    
    This program undoes the merged-/usr-via-aliased-dirs mess done on
    filesystems that have been installed anew with recent installers with
    unfortunate defaults or systems migrated with the convert-usrmerge tool
    from the usrmerge package.
    
    Note: while dpkg.deb intends to contain no perl code, to be able to
    handle upgrades properly, and to reduce the perl usage on minimal
    systems, this one is made an exception as it is a script that does
    not depend on anything non-core including libdpkg-perl (except for
    libfile-fcntllock-perl checked at run-time), and is to be executed as
    a one-off thing. And it is more important to give people that have
    such broken systems recover from that, than keep the aforementioned
    properties very strictly for this particular case.

 debian/dpkg.install            |   1 +
 debian/dpkg.manpages           |   1 +
 man/Makefile.am                |   2 +
 man/dpkg-fsys-usrunmess.pod    | 147 +++++++++++++
 man/po/po4a.cfg                |   1 +
 scripts/.gitignore             |   1 +
 scripts/Makefile.am            |   5 +
 scripts/dpkg-fsys-usrunmess.pl | 473 +++++++++++++++++++++++++++++++++++++++++
 8 files changed, 631 insertions(+)

commit 26993a362cd805d9b7f15f904c97bc1cece8fa9e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 8 00:29:49 2021 +0100

    Support remove-on-upgrade conffile flag via DEBIAN/conffiles
    
    Add support for a new "remove-on-upgrade" flag in DEBIAN/conffiles to
    mark that the package wants to remove a given conffile (without having
    to rely on maintscripts).
    
    The flag is added to the conffile line before the flag and is separated
    from the file by a space. Flags never contain "/" and a leading "/" is
    used to determine whether the line has a flag or not.
    
    Closes: #822462
    Based-on-patch-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dpkg-deb/build.c                                   | 44 +++++++++++-
 lib/dpkg/dpkg-db.h                                 |  1 +
 lib/dpkg/dump.c                                    |  2 +
 lib/dpkg/fields.c                                  | 10 ++-
 lib/dpkg/fsys.h                                    |  2 +
 man/deb-conffiles.pod                              | 16 +++--
 man/dpkg-maintscript-helper.pod                    |  3 +
 src/archives.c                                     |  6 +-
 src/configure.c                                    | 38 ++++++++++-
 src/help.c                                         |  2 +-
 src/unpack.c                                       | 37 ++++++++--
 t-func/deb-content.at                              | 79 ++++++++++++++++++++++
 tests/Makefile                                     |  1 +
 tests/t-conffile-declarative-removal/Makefile      | 49 ++++++++++++++
 .../pkg-conffile-removal-present/DEBIAN/conffiles  |  1 +
 .../pkg-conffile-removal-present/DEBIAN/control    |  7 ++
 .../test-dir/test-conffile-to-be-removed           |  0
 .../pkg-conffile-v1/DEBIAN/conffiles               |  1 +
 .../pkg-conffile-v1/DEBIAN/control                 |  7 ++
 .../test-dir/test-conffile-to-be-removed           |  0
 .../pkg-conffile-v2/DEBIAN/conffiles               |  1 +
 .../pkg-conffile-v2/DEBIAN/control                 |  7 ++
 22 files changed, 299 insertions(+), 15 deletions(-)

commit fffc2135af125ce6cdbde19501b401cce3e26761
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Apr 22 15:38:46 2020 +0000

    Use a conffilename variable to track the actual conffile name in the buffer
    
    [guillem@debian.org: Refactored out from another commit. ]
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>
    Changelog: internal

 dpkg-deb/build.c |  5 +++--
 src/unpack.c     | 17 +++++++++--------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit c0fd8c964dff4771cd6cec1f65ca497e76a80c00
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 31 00:38:03 2020 +0100

    dpkg: Call fsys_hash_find_node() outside tar_fsys_namenode_queue_push()
    
    This way we can operate on the namenode returned before enqueuing it.
    
    Changelog: internal

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

commit dd941b64870ca8b69dd3d65cfa080d4ac46ba46c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 1 05:49:05 2020 +0100

    libdpkg: Refactor new str_rtrim_spaces()
    
    Unify all trailing space trimming into a new function.
    
    Based-on-patch-by: Niels Thykier <niels@thykier.net>
    Changelog: internal

 dpkg-split/info.c     |  6 +++---
 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/options.c    |  8 +++-----
 lib/dpkg/string.c     | 17 +++++++++++++++++
 lib/dpkg/string.h     |  1 +
 lib/dpkg/t/t-string.c | 40 +++++++++++++++++++++++++++++++++++++++-
 src/unpack.c          |  4 +---
 7 files changed, 65 insertions(+), 12 deletions(-)

commit f91ee6d340ded26dea72a17c55ea5f8a684cccec
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 6 19:37:16 2021 +0100

    libdpkg: Fix m_pipe() function definition prototype to match declaration
    
    Warned-by: gcc-11
    Changelog: internal

 lib/dpkg/mlib.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 37c46c7b07f5c7d43d3f448f38a0d4e28ad6eaaf
Author: Jessica Clarke <jrtc27@debian.org>
Date:   Thu Jan 7 21:29:36 2021 +0000

    dpkg: Fix incorrect logic around printing dependency warnings
    
    interestingwarnings is used to track whether oemsgs is non-empty.
    However, oemsgs gets built up and printed per dependency, not per
    package being checked, whereas interestingwarnings was only being
    initialised at the top level, i.e. per package being checked. Instead,
    initialise it on every iteration of the (outer) loop at the same time as
    oemsgs gets reset. Otherwise we can end up printing:
    
      $PKG depends on $DEP; however:
    
    with just an empty line afterwards.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>
    Signed-off-by: Jessica Clarke <jrtc27@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/packages.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5e81ed114b33c9f6438e5fe70dab2faf02b78328
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 7 23:31:41 2021 +0100

    man: Empty or whitespace-only lines in deb-conffiles(5) are not accepted
    
    This has never been the case, but the man page was just wrong.

 man/deb-conffiles.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4f26c28c2f1adf49fbde217d109cf26daf03fd1d
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Thu Jan 7 18:47:41 2021 +0100

    po: Update Dutch translations
    
    Closes: #968294, #968744, #968743
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/nl.po |   278 +-
 man/po/nl.po     | 41196 ++++++++++++++++++++++++++---------------------------
 po/nl.po         |  1967 +--
 3 files changed, 20116 insertions(+), 23325 deletions(-)

commit 51d78cf284c42593a0db6aef60c11bad4b6efe18
Author: Didier Vidal <didier-devel@melix.net>
Date:   Thu Jan 7 18:50:29 2021 +0100

    po: Update French dselect translation
    
    Closes: #964749
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/fr.po | 140 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 70 insertions(+), 70 deletions(-)

commit b6ec384e36614a53096ff29dbc26fae7a25e89ea
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jan 6 04:33:05 2021 +0100

    debian: Do not hardcode libdpkg-perl dependency on perl:any
    
    The problem with older versions of dh_perl was that it would generate
    a dependency on perl rather than perl:any, but this has been fixed in
    debhelper 12.7.3.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/control | 2 +-
 debian/rules   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 363c7bf5680069d5d3f2045cc2d909882eaa9e58
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 17:33:05 2021 +0100

    debian: Remove trailing comma from lintian profile file
    
    Using comma as a separator is deprecated.

 debian/dpkg.lintian-profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 17d3f6e346726e100434d74441470ea75cb8183c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 26 03:48:46 2020 +0100

    build: Sort po4a entries in po4a.cfg

 man/po/po4a.cfg | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 74f1303aa830bd1e1b24bc9a220ce43d2f33f757
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 18:13:50 2021 +0100

    build: Use a stable order for metafields when generating the changelog
    
    Changelog: silent

 gen-changelog | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

commit c95969ef933d81a1b8231973c25a8bb1e8d1c8bb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 18:11:06 2021 +0100

    build: Take git notes into account when generating the changelog
    
    Changelog: silent

 gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2be0e88b61c5a6d2d15860eb68100248c105eab3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 13:50:03 2021 +0100

    libdpkg: Reset the rootnode to NULL after free()ing it
    
    We are testing whether rootnode is NULL, in part to placate code
    analyzers not understanding the structure of the code, and to make
    it more robust, so after free()ing it we should reset it to NULL.
    
    Fixes: commit b7556b76e81c4b02d14dd030cf128503f237f922
    Warned-by: coverity
    Changelog: silent

 lib/dpkg/treewalk.c | 1 +
 1 file changed, 1 insertion(+)

commit b7556b76e81c4b02d14dd030cf128503f237f922
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 06:48:09 2021 +0100

    libdpkg: Make sure we do not walk on rootless trees
    
    This should not happen with the current code, but we can be defensive
    about it anyway.
    
    Warned-by: coverity

 lib/dpkg/treewalk.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 1463f8f0b46aed4f673049b8a7fe83d8df68b359
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 00:31:53 2021 +0100

    build: Disable functional test suite debug mode on GitLab CI
    
    The debug mode generates so much output that it exceeds the GitLab CI
    limit, which makes diagnosing what went wrong very hard. Removing the
    debug mode makes the build logs short enough to be usable again.

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

commit 85364ca4357e84d291c340e78f3fc359e6463ffc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 00:23:00 2021 +0100

    build: Disable umask to 0 for Docker executor in GitLab CI
    
    The Docker instance gets a 0 umask, which messes with the permissions
    of the checked out test suite, making it fail. Disable this "feature".

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

commit f946d808e10d68eb305bcbacb3b7044c60198eed
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 02:46:16 2021 +0100

    build: Make it possible to override PKGDATADIR on built scripts too
    
    This makes it possible to run the functional test on the built but not
    installed scripts.

 scripts/Makefile.am                | 2 +-
 scripts/dpkg-maintscript-helper.sh | 3 ++-
 scripts/dpkg-realpath.sh           | 3 ++-
 tests/Test.mk                      | 6 ++++++
 4 files changed, 11 insertions(+), 3 deletions(-)

commit ca53a54ab1c04f432f06683b3a8f6977f6f39f1d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 02:24:36 2021 +0100

    test: When using DPKG_BUILDTREE add scripts/ to DPKG_PATH
    
    We are using several of the scripts in the test suite, so when we intend
    to test the programs from DPKG_BUILDTREE we need to prepend the scripts/
    directory to override the system programs.

 tests/Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18df0affbf35770469968cfae5c719e002e84de7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 03:18:39 2021 +0100

    test: Remove source package building support from functional test suite
    
    There is no test case using this anymore, and the infrastructure is
    already handled by the perl test suite. Remove.

 tests/.gitignore |  2 --
 tests/Test.mk    | 12 ++----------
 2 files changed, 2 insertions(+), 12 deletions(-)

commit e31d4da4ea33c0dad44a660b6ed004f86460cf49
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 03:18:00 2021 +0100

    test: Remove inert substvar functional test
    
    This test was not doing anything, and requires the source package
    infrastructure which is getting in the way. Remove.
    
    Changelog: silent

 tests/Makefile                                            |  1 -
 tests/t-substvars/Makefile                                |  8 --------
 .../t-substvars/pkg-builddep-substvars_0/debian/changelog |  6 ------
 tests/t-substvars/pkg-builddep-substvars_0/debian/control | 15 ---------------
 tests/t-substvars/pkg-builddep-substvars_0/debian/rules   |  4 ----
 5 files changed, 34 deletions(-)

commit 1836fc351ee8e69fe0429385059be0cec9ceb28f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 03:12:07 2021 +0100

    test: Remove dpkg-source test already covered by the autotest suite
    
    Changelog: silent

 tests/Makefile                                       |  1 -
 tests/t-source-minimal/.gitignore                    |  3 ---
 tests/t-source-minimal/Makefile                      | 13 -------------
 .../pkg-minimal_1.0/debian/changelog                 |  5 -----
 .../t-source-minimal/pkg-minimal_1.0/debian/control  | 13 -------------
 .../pkg-minimal_1.0/debian/copyright                 | 17 -----------------
 tests/t-source-minimal/pkg-minimal_1.0/debian/rules  | 20 --------------------
 .../pkg-minimal_1.0/debian/source/format             |  1 -
 tests/t-source-minimal/pkg-minimal_1.0/debian/watch  |  0
 9 files changed, 73 deletions(-)

commit 2442069a11d1b0f2c70b257ad06286c18fd1cf27
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 5 00:43:00 2021 +0100

    dpkg-realpath: Make 'link includes root prefix' error more verbose
    
    Print both pathnames so that it is easier to diagnose what went wrong.

 scripts/dpkg-realpath.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 55b3e917344edc19610e83c14913ed86bf02d643
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 23:22:54 2021 +0100

    test: Do not ship long symlinks in the distribution
    
    This can cause issues when generatic the dist tarball, as we are using
    the ustar tar format. Instead generate them at build time, even for
    non-dangling symlinks.
    
    Changelog: silent

 tests/t-switch-dir-to-symlink-abs/.gitignore                          | 1 +
 tests/t-switch-dir-to-symlink-abs/Makefile                            | 2 ++
 tests/t-switch-dir-to-symlink-abs/pkg-dir-symlink-int-1/test-path     | 1 -
 tests/t-switch-dir-to-symlink-rel/.gitignore                          | 1 +
 tests/t-switch-dir-to-symlink-rel/Makefile                            | 4 ++++
 .../pkg-dir-symlink-int-1/test-path/test-subpath                      | 1 -
 6 files changed, 8 insertions(+), 2 deletions(-)

commit c1a8c590655f613c6623dc949154e5077eb0464e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 23:21:30 2021 +0100

    test: Make build-hook and clean-hook targets idempotent
    
    We should not fail when building on an already built tree or cleaning on
    an already clean one.
    
    Changelog: silent

 tests/t-switch-dir-to-symlink-rel/Makefile | 8 ++++----
 tests/t-switch-symlink-rel-to-dir/Makefile | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit a32a65b3a3bae9d2981f4ac98f21441566cc0989
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 15:04:08 2021 +0100

    test: Remove redundant test cases from the functional test suite
    
    These are already part of the autotest suite.

 tests/Makefile                                     |   5 -
 tests/t-deb-conffiles/Makefile                     |  19 ---
 .../pkg-conff-duped/DEBIAN/conffiles               |   3 -
 .../t-deb-conffiles/pkg-conff-duped/DEBIAN/control |   7 --
 .../pkg-conff-duped/test-conffile-1                |   1 -
 .../pkg-conff-duped/test-conffile-2                |   1 -
 .../pkg-conff-noabs/DEBIAN/conffiles               |   1 -
 .../t-deb-conffiles/pkg-conff-noabs/DEBIAN/control |   7 --
 .../pkg-conff-noabs/test-conffile-rel              |   1 -
 .../pkg-conff-noeol/DEBIAN/conffiles               |   1 -
 .../t-deb-conffiles/pkg-conff-noeol/DEBIAN/control |   7 --
 .../pkg-conff-noeol/test-conffile-1                |   1 -
 tests/t-deb-format/.gitignore                      |   5 -
 tests/t-deb-format/Makefile                        | 129 ---------------------
 tests/t-deb-format/pkg-templ/DEBIAN/control        |   7 --
 tests/t-deb-format/pkg-templ/file-templ            |   1 -
 tests/t-deb-newline/.gitignore                     |   1 -
 tests/t-deb-newline/Makefile                       |  14 ---
 tests/t-deb-newline/pkg-newline/DEBIAN/control     |   7 --
 tests/t-deb-split/.gitignore                       |   1 -
 tests/t-deb-split/Makefile                         |  43 -------
 tests/t-deb-split/pkg-split/DEBIAN/control         |   7 --
 tests/t-package-type/Makefile                      |   9 --
 .../pkg-package-type-use/DEBIAN/control            |   9 --
 .../pkg-package-type-void/DEBIAN/control           |   8 --
 25 files changed, 295 deletions(-)

commit 0a4f64d9ff5938c8112dd415b7bf8751b0b27b57
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 3 19:48:04 2021 +0100

    debian: Hook the functional test suite into autopkgtest
    
    We add two tests, one for normal user and directory root operation, and
    another one for unprivileged and DPKG_ROOT operation.

 Makefile.am                 |  2 ++
 debian/tests/control        |  8 ++++++++
 debian/tests/test-func      | 10 ++++++++++
 debian/tests/test-func-root | 14 ++++++++++++++
 4 files changed, 34 insertions(+)

commit c1b7c5122b4fd91efb1567a224a05e3b79887307
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 05:15:30 2021 +0100

    build: Update GitLab CI configuration to use built-in functional test suite
    
    Now that the functional test suite has been merged, we can use that
    instead of cloning it from an external source.

 .gitlab-ci.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 16805b0337073d21093c9065eb9d05c57c15b604
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 2 19:15:55 2021 +0100

    test: Update merged functional test suite assumptions
    
    Remove COPYING, already present in the root directory. Remove feature
    checks as we can assume all current features are enabled.

 Makefile.am                      |   1 +
 tests/COPYING                    | 339 ---------------------------------------
 tests/Feature.mk                 |  50 ------
 tests/Makefile                   |  29 ----
 tests/README                     |   9 +-
 tests/Test.mk                    |   9 +-
 tests/t-control-no-arch/Makefile |   2 -
 tests/t-db/Makefile              |   3 -
 tests/t-deb-conffiles/Makefile   |   8 -
 tests/t-deb-format/Makefile      |   6 -
 tests/t-multiarch/Makefile       |   2 -
 tests/t-provides-self/Makefile   |  10 --
 tests/t-provides/Makefile        |  10 --
 tests/t-triggers/Makefile        |   2 -
 14 files changed, 5 insertions(+), 475 deletions(-)

commit a66af79d99c7ff87911c394024890f94803a9e31
Merge: e6fcb3d3a d01b7ec84
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 14:42:16 2021 +0100

    test: Merge the dpkg-tests.git repository into tests/
    
    These tests will be converted into the dpkg autotools autotest suite
    bit by bit. They require some modifications to be safe to run during
    «make check», so that the system configuration does not pollute them
    but for now they should be fine to be run as part of the auotpkgtest.

commit d01b7ec84213cec0949547ddcb7f4ea714835bac
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 2 20:04:42 2021 +0100

    build: Enable setting DPKG_ADMINDIR and DPKG_INSTDIR from the caller
    
    This makes it easier to configure where to run the tests from.

 t-conffile-root-option/Makefile |  4 ++--
 t-db/Makefile                   | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 078975c0b6390a5ccc0c54f34b6b890859dce8e7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 2 19:46:22 2021 +0100

    build: Default functional tests to run as non-root
    
    Swap the option from not-root to as-root, to make the default mode the
    safe one.

 Feature.mk |  2 +-
 README     | 15 +++++----------
 2 files changed, 6 insertions(+), 11 deletions(-)

commit 57e66bc3a36f235be790be7065898f8f2f035e91
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 14:23:21 2021 +0100

    build: Generate odd files at build time
    
    These files are either dangling symlinks, filenames with spaces, or with
    newlines, which makes dealing with them at distribution time hard, which
    will be a problem with automake.

 t-conffile-prompt/Makefile                                   |  8 ++++++++
 .../pkg-conff-prompt-0/test-conffile with spaces             |  1 -
 .../pkg-conff-prompt-1/test-conffile with spaces             |  1 -
 t-deb-newline/.gitignore                                     |  1 +
 t-deb-newline/Makefile                                       |  6 ++++++
 "t-deb-newline/pkg-newline/file\nnewline"                    |  0
 t-switch-dir-to-symlink-abs/.gitignore                       |  2 ++
 t-switch-dir-to-symlink-abs/Makefile                         |  8 ++++++++
 t-switch-dir-to-symlink-abs/pkg-dir-conffile-1/test-path     |  1 -
 t-switch-dir-to-symlink-abs/pkg-dir-symlink-ext-1/test-path  |  1 -
 t-switch-dir-to-symlink-rel/.gitignore                       |  2 ++
 t-switch-dir-to-symlink-rel/Makefile                         | 12 ++++++++++++
 .../pkg-dir-conffile-1/test-path/test-subpath                |  1 -
 .../pkg-dir-symlink-ext-1/test-path/test-subpath             |  1 -
 t-switch-symlink-abs-to-dir/.gitignore                       |  1 +
 t-switch-symlink-abs-to-dir/Makefile                         |  6 ++++++
 t-switch-symlink-abs-to-dir/pkg-dir-symlink-0/test-symlink   |  1 -
 t-switch-symlink-rel-to-dir/.gitignore                       |  1 +
 t-switch-symlink-rel-to-dir/Makefile                         |  8 ++++++++
 .../pkg-dir-symlink-0/test-path/test-symlink                 |  1 -
 t-symlink-dir/.gitignore                                     |  2 ++
 t-symlink-dir/Makefile                                       | 10 +++++++++-
 t-symlink-dir/pkg-dir-symlink-0/test-symlink                 |  1 -
 t-symlink-dir/pkg-dir-symlink-1/test-symlink                 |  1 -
 24 files changed, 66 insertions(+), 11 deletions(-)

commit e6fcb3d3a84ed859310a83b129f1fc882b61e962
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 2 19:47:10 2021 +0100

    debian: Use AUTOPKGTEST_TMP instead of writing into the source tree
    
    Remove the rw-build-tree restriction, which is not needed anymore.

 debian/tests/control       | 4 ++--
 debian/tests/test-not-root | 7 +++----
 debian/tests/test-root     | 7 +++----
 3 files changed, 8 insertions(+), 10 deletions(-)

commit 4dae5986f96d5b1d52947e9e35a92d2e713ef0e1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 01:20:06 2021 +0100

    libdpkg: Fix passing the allocated instdir back into fsys_set_dir()
    
    The code was free()ing the previously allocated string too early, then
    trying to strdup() it. Instead use an intermediate to free() the old
    pointer before overwriting it with the new one.
    
    Fixes: commit f13aebc8a05da51a54da55d55b023ca8199a6471
    Changelog: silent

 lib/dpkg/fsys-dir.c     | 13 ++++++++-----
 lib/dpkg/t/t-fsys-dir.c | 10 ++++++++--
 2 files changed, 16 insertions(+), 7 deletions(-)

commit 87d0f512449527be6d0e5708a92e6acde0220f07
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 00:11:40 2021 +0100

    dpkg: When removing old files check the pathname with diversion and instdir
    
    The test should be using the prefixed instdir and any diversions applied
    as any other code path doing these filesystem checks, otherwise we try
    to access incorrect pathnames.

 src/unpack.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 96b3a902eaeda2869d8346e6c4b32bc1af065f4e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 3 23:35:54 2021 +0100

    dpkg-m-h: Do not pass DPKG_ROOT prefixed pathmames to dpkg-realpath
    
    This case was missed when changing the semantics for dpkg-realpath.
    
    Fixes: commit 5f454c08c5e3190dce3256019b4adef93dc62f99

 scripts/dpkg-maintscript-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 25bf615aeb68b4daeee3ef4ab6db25cb1b93d987
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 3 23:37:38 2021 +0100

    build: Map dpkg-m-h into dpkg-maintscript-helper when generating changelogs
    
    Changelog: silent

 gen-changelog | 1 +
 1 file changed, 1 insertion(+)

commit 2a73998db496b095dfd0eb8c24d6e6c70871be39
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 2 18:54:37 2021 +0100

    build: Include only commits from the first merge parent in gen-changelog
    
    The merge commit description should be good to describe all the changes.
    If this end up not being a good solution, we can always make it an
    option.
    
    Changelog: silent

 gen-changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b8d6592793ccd60ee00181acef33132c7faaefaa
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 02:13:16 2021 +0100

    s-s-d: Assign fallback output_io after checking for command-line combinations
    
    The --output option is relevant only with --background, so we should not
    assign to its value before checking the combination.
    
    Fixes: commit 2eb9e88858e7991c293008f5252e6ee7693e3ce2
    Changelog: silent

 utils/start-stop-daemon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e423c09d97a638d9bfb4cee1446bbc9f92e1cce7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 02:33:18 2021 +0100

    Quote DPKG_ROOT and DPKG_INSTDIR usage
    
    We should make sure these are quoted in case of spaces in pathnames.

 t-conffile-obsolete/Makefile                         |  2 +-
 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst |  2 +-
 t-triggers/pkg-trig-cmd/DEBIAN/postinst              |  6 +++---
 t-triggers/pkg-trig-cmd/DEBIAN/postrm                |  6 +++---
 t-triggers/pkg-trig-cmd/DEBIAN/preinst               |  6 +++---
 t-triggers/pkg-trig-cmd/DEBIAN/prerm                 |  6 +++---
 t-unpack-divert-hardlink/Makefile                    | 12 ++++++------
 7 files changed, 20 insertions(+), 20 deletions(-)

commit bbedeb481ace8e26e36e464fec9e76e7df53fcf9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 01:44:04 2021 +0100

    t-conffile-replaces-diverted: Fix test under DPKG_ROOT
    
    We should not override DPKG_DIVERT_OPTIONS or we end up not passing
    --admindir and --instdir. Add a check to catch this problem.

 t-conffile-replaces-diverted/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8efffc4e30b65f50f30ceb2cb579a8db1cb118f6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 4 02:25:36 2021 +0100

    Remove unnecessary braces around shell variables

 t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postinst | 2 +-
 t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postrm   | 2 +-
 t-multiarch/Makefile                                           | 4 ++--
 t-triggers-path/pkg-interest/DEBIAN/postinst                   | 6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 476341e96d323b8c4b023545c5d640677cf35e64
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 3 23:04:50 2021 +0100

    Fix test cases to support DPKG_ROOT

 t-deb-lfs/Makefile                                       | 4 ++--
 t-dir-leftover-conffile/Makefile                         | 4 ++--
 t-dir-leftover-deadlock/Makefile                         | 4 ++--
 t-dir-leftover-deadlock/pkg-dir-shared-0/DEBIAN/postinst | 2 +-
 t-dir-leftover-deadlock/pkg-dir-shared-0/DEBIAN/postrm   | 2 +-
 t-dir-leftover-deadlock/pkg-dir-shared-1/DEBIAN/postinst | 2 +-
 t-dir-leftover-deadlock/pkg-dir-shared-1/DEBIAN/postrm   | 2 +-
 t-dir-shared-replaces-lost/Makefile                      | 6 +++---
 t-symlink-dir/Makefile                                   | 4 ++--
 9 files changed, 15 insertions(+), 15 deletions(-)

commit db5e8a1df475504b45d978a400734b6670ed88d9
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Tue Mar 14 18:25:07 2017 +0100

    Fix test cases to support DPKG_ROOT
    
    [guillem@debian.org:
     - Fix readlink checks.
     - Remove redundant dereference check for test-path. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-conffile-obsolete/Makefile                       |  34 +++---
 .../pkg-conff-obsolete-2/DEBIAN/preinst            |   2 +-
 t-conffile-rename/Makefile                         |   4 +-
 .../pkg-conff-rename-1/DEBIAN/preinst              |   2 +-
 t-switch-dir-to-symlink-abs/Makefile               | 114 ++++++++++----------
 t-switch-dir-to-symlink-rel/Makefile               | 118 ++++++++++-----------
 t-switch-symlink-rel-to-dir/Makefile               |   8 +-
 7 files changed, 139 insertions(+), 143 deletions(-)

commit 07303867537f869549893a3eec1975ae380399a9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 3 08:04:49 2021 +0100

    po: Update German man pages translation

 man/po/de.po | 51 ++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 17 deletions(-)

commit 2eb9e88858e7991c293008f5252e6ee7693e3ce2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 30 18:40:28 2020 +0100

    s-s-d: Add a new --output option to redirect stderr and stdout
    
    This option makes it easier to handle daemons that need to be
    backgrounded and that do not have any built-in support for syslog
    or log file writing.

 man/start-stop-daemon.pod |  6 ++++++
 utils/start-stop-daemon.c | 30 ++++++++++++++++++++++++++----
 2 files changed, 32 insertions(+), 4 deletions(-)

commit 618ef97abc3c78f747be901b24ec1ce47103df63
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 17:40:08 2021 +0100

    s-s-d: Move umask setup before any file has been created
    
    This makes it possibly to control the permissions of files with the
    umask, instead of having to use hardcoded defaults.

 utils/start-stop-daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b60c243ba99b8483202a6f6a814476275204fdff
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date:   Mon Nov 9 11:40:05 2020 -0800

    dpkg-buildflags: Enable reproducible=fixfilepath by default
    
    Ref: https://lists.debian.org/debian-devel/2020/10/msg00222.html
    Closes: #974087
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-buildflags.pod       | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ca27eeeed4a137db68810bd8de181c3f277519de
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 24 02:53:39 2020 +0100

    Rename taint tag to merged-usr-via-aliased-dirs
    
    The old name merged-usr-via-symlinks was confusing, as other deployment
    strategies can also use symlinks. Use the less ambiguous name which
    describes the actual key feature of using aliased directories.

 debian/bug-script             | 2 +-
 man/deb-buildinfo.pod         | 5 +++--
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 1005ea5a356b8596aa79dbb64581f4dbaed1c541
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 1 06:23:26 2021 +0100

    t-conffile-prompt: Remove declarative attempt
    
    These tests will be converted into autotools autotests after they have
    been merged into dpkg proper.

 t-conffile-prompt.control | 23 -----------------------
 1 file changed, 23 deletions(-)

commit 3943305d6b248577b06348489b212de0e5d82f80
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Dec 24 08:18:18 2020 +0100

    po: Update German programs translation
    
    Update to 1155t.

 po/de.po | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 492c3ba26a59bc2f44cb1cf92077ae9765c66b17
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 24 05:48:48 2020 +0100

    po: Update German scripts translation

 scripts/po/de.po | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

commit e38ee604d7f1bad2c5802700bdb3f744824948b9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 24 05:47:21 2020 +0100

    po: Update German man pages translation

 man/po/de.po | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit 00a8b3e2e09f02610199542bdc16fc16aadbff3c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 24 05:02:56 2020 +0100

    test: Update cppcheck suppression
    
    Fixes: commit bc140c0ec72bd2faa63265d9f751736a70f8d5f1
    Changelog: silent

 t/cppcheck/cppcheck.supp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6f3840adb488cb31a537af608eaa8a6e00dc5813
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 14 14:18:43 2020 +0100

    dpkg-query: Do not print database loading progress
    
    The output for these commands is part of their interface, and we are not
    supposed to print any progress output, or that breaks the expected
    result.
    
    Fixes: commit 33899e9378790f0bda984feb09860899eab96331
    Closes: #977240

 src/querycmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5388b63ea4ec786116d1f1957538772812e31313
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 2 05:30:13 2020 +0100

    Do not call fsys_hash_init() before command actions
    
    The array is in BSS storage so there's no need to initialize on first
    use. For now we only need to call it when processing multiple packages
    in a row to clear some fsys_namenode members.
    
    Prompted-by: Steinar H. Gunderson <sesse@debian.org>
    Changelog: internal

 src/divertcmd.c | 1 -
 src/main.c      | 4 ----
 src/querycmd.c  | 2 --
 src/statcmd.c   | 1 -
 src/trigcmd.c   | 2 --
 5 files changed, 10 deletions(-)

commit bc140c0ec72bd2faa63265d9f751736a70f8d5f1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 2 05:27:53 2020 +0100

    libdpkg: Use memset() instead of open-coding struct blanking
    
    Prompted-by: Steinar H. Gunderson <sesse@debian.org>
    Changelog: internal

 lib/dpkg/fsys-hash.c | 16 ++--------------
 lib/dpkg/pkg-hash.c  |  4 +---
 2 files changed, 3 insertions(+), 17 deletions(-)

commit d89036a41e51084750c62417961d48d67c651699
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 2 05:24:06 2020 +0100

    libdpkg: Initialize pkgbin's newhash to NULL
    
    There is no point in using EMPTYHASHFLAG on an initialized struct,
    and it's faster to just use a NULL pointer.
    
    Prompted-by: Steinar H. Gunderson <sesse@debian.org>
    Changelog: internal

 lib/dpkg/db-fsys-digest.c | 2 +-
 lib/dpkg/fsys-hash.c      | 4 ++--
 lib/dpkg/t/t-fsys-hash.c  | 6 +++---
 src/verify.c              | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit eeb181b79f9c95cace84df929907559947dc483d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 03:04:14 2020 +0100

    libdpkg: Replace FSF address by pointing to the gnu.org URL
    
    Use the <http://www.gnu.org/licenses/> URL, instead of the outdated FSF
    address, which is way more stable, as the latter has changed several
    times in the past.
    
    Changelog: internal

 lib/dpkg/perf.h          | 5 ++---
 lib/dpkg/t/b-fsys-hash.c | 5 ++---
 lib/dpkg/t/b-pkg-hash.c  | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

commit 7149af4125f76422e320c3d1f9d9308e9259bdf9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 23 17:23:49 2020 +0100

    libdpkg: Do not define the clamp macro when compiling C++ code
    
    Newer versions of the C++ standard define a clamp function in the STL,
    which gets messed up by our macro.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>
    Warned-by: g++ -std=gnu++17
    Changelog: internal

 lib/dpkg/macros.h | 3 +++
 1 file changed, 3 insertions(+)

commit a72705e8835e8e63cac61f0148e85a8fd3c51942
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 03:33:02 2020 +0100

    libdpkg: Fix allocation size wrap around when growing a varbuf
    
    When we allocate the buffer when growing a varbuf, we need to make sure
    the new size is not wrapping around, or we might end up allowing to
    write into unallocated memory or memory allocated for another buffer.
    
    If we have a buffer that takes half the possibly allocatable memory,
    and need less than half of that, we do not make it possible to allocate
    just that instead of its double, as that would certainly leave the rest
    of the program or the entire system without much resources anyway.
    
    Stable-Candidate: 1.19.x

 lib/dpkg/t/t-varbuf.c | 24 +++++++++++++++++++++++-
 lib/dpkg/varbuf.c     |  9 ++++++++-
 2 files changed, 31 insertions(+), 2 deletions(-)

commit 76e8427f1099999aabbb541c2239fafa73d7113b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 03:23:22 2020 +0100

    test: Add support for basic test try/catch/finally keywords
    
    This hooks into the dpkg error-handling and makes it possible to catch
    those errors and ignore them. The finally keyword serves as a teardown
    point.

 lib/dpkg/test.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 32d423f04b84d9a0f1859a495253af559d302b55
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 2 05:38:27 2020 +0100

    test: Disable hash reports in benchmark tests unless verbose

 lib/dpkg/t/b-fsys-hash.c | 6 ++++--
 lib/dpkg/t/b-pkg-hash.c  | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit b043e0ab9d7488a315de6dc37a304a1e7ac512bc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 10 03:29:14 2020 +0100

    test: Make it possible to include test.h from benchmarks
    
    On benchmark programs, we want to use some of the test infrastructure,
    but do not want to include the variable definitions or we get unused
    variable warnings.

 lib/dpkg/perf.h | 3 +++
 lib/dpkg/test.h | 2 ++
 2 files changed, 5 insertions(+)

commit b129c7c1297de8e786ceb20a22ead36d8cabce43
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 9 03:28:36 2020 +0100

    test: Refactor test verbose check into an inline function
    
    This makes it easier to reuse this code in other tests and benchmarks.

 lib/dpkg/t/t-ehandle.c | 5 +----
 lib/dpkg/test.h        | 8 ++++++++
 2 files changed, 9 insertions(+), 4 deletions(-)

commit f5e8f45f71a18086a8d495260c37fe588e13c8df
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 20 02:23:31 2020 +0100

    build: Fix «make distcheck» for man pages

 man/Makefile.am | 43 ++++++++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 19 deletions(-)

commit fb52d76bcf13438fbf16705df04018625aa29d50
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 28 10:54:53 2020 +0100

    dpkg-parsechanaglog: Document --file in --help output

 scripts/dpkg-parsechangelog.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d01d1f49c9734a39fc278f4d5b75444c96491023
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 27 01:52:28 2020 +0100

    dpkg-buildflags: Add support for DFLAGS
    
    Add default value in Debian and derivatives for the flag.
    
    It will get either -fdebug or -frelease depending on noopt presence in
    DEB_BUILD_OPTIONS, but for now nothing else, as it seems common for D
    project to use CPPFLAGS and CFLAGS anyway.
    
    Closes: #975896

 man/dpkg-buildflags.pod       | 4 ++++
 scripts/Dpkg/Build/Info.pm    | 2 +-
 scripts/Dpkg/BuildFlags.pm    | 3 +++
 scripts/Dpkg/Vendor/Debian.pm | 4 ++++
 scripts/mk/buildflags.mk      | 3 ++-
 scripts/t/Dpkg_Build_Info.t   | 2 +-
 scripts/t/mk/buildflags.mk    | 1 +
 7 files changed, 16 insertions(+), 3 deletions(-)

commit 3d900517de440773822285c8fa65bf13c3c06cee
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 1 05:19:51 2020 +0100

    Enable DPKG_HAS_WORKING_ROOTDIR_MAINTSCRIPT_HELPER for 1.20.x
    
    This has now been implemented.

 Feature.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 09c9e02046f18f02bf3c3c2533bc557abfdc828c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Nov 26 19:46:38 2020 +0100

    po: Update German manpage translation

 man/po/de.po | 132 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 70 insertions(+), 62 deletions(-)

commit b1be6a8efa4789551d51deb63045dd0288906557
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 16:50:27 2020 +0200

    man: Uppercase acronyms and logic operators
    
    Warned-by: pod-spell

 man/dpkg-split.pod | 2 +-
 man/dpkg.pod       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4ea11564506362edf8c79673cc62d86229930969
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 16:50:27 2020 +0200

    man: Hyphenate multiple words in deb-override(5) format description
    
    This makes it easier to read.
    
    Warned-by: pod-spell

 man/deb-override.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a790651fc0ecdbd8bbb670db24453588559ceadd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 15:22:25 2020 +0200

    man: Fix typos
    
    Warned-by: pod-spell

 man/deb-changelog.pod     | 2 +-
 man/dselect.pod           | 2 +-
 man/start-stop-daemon.pod | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 91ad222ec49a20f03759b95a9a71df905aa1ff23
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 26 03:02:21 2020 +0100

    man: Clarify config-files state in dpkg(1)
    
    This state does not only imply configuration files present, it might
    imply also data to be cleaned up by the postrm script.
    
    Prompted-by: Stuart Prescott <stuart@debian.org>

 man/dpkg.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 80fcead8966f820a9438057b12d95f14b4cf6a87
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 26 01:14:53 2020 +0100

    po: Fix typo in German scripts translation
    
    Changelog: silent

 scripts/po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9f92b00b45e38ae62e529291f216fce40cc149e5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 24 21:06:53 2020 +0100

    Update German translation of manual pages
    
    Update to 3119t1u.

 man/po/de.po | 498 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 307 insertions(+), 191 deletions(-)

commit 19e0479e491f21de4bc4c4b3f047c289a83a2c43
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 24 20:51:25 2020 +0100

    Update German scripts translation
    
    Update to 617t.

 scripts/po/de.po | 71 ++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 49 insertions(+), 22 deletions(-)

commit 5d79bfe787c4b74c3d824611a8909036e64dd794
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Nov 23 18:40:33 2020 +0100

    po: Update German programs translation
    
    Update to 1154t.

 po/de.po | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit b51030bd7d72614b8b66204afbd86047c0538039
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 12 13:54:48 2020 +0100

    Dpkg::OpenPGP: Refactor gpg armor code into its own function

 scripts/Dpkg/OpenPGP.pm | 48 +++++++++++++++++++++++++++---------------------
 1 file changed, 27 insertions(+), 21 deletions(-)

commit 0779258d1801f4960f1b932b286b75ae1772ce13
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 09:38:37 2020 +0100

    Dpkg::Path: Check first whether the files are the same by comparing string-wise
    
    Just check whether the pathnames are equal before doing any filesystem
    checks.
    
    Closes: #849752

 scripts/Dpkg/Path.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 9e34f5c14ad086fa7f5e77afdaea71aefe796ffc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 09:23:36 2020 +0100

    Dpkg::Source::Package: Call syserr() instead of syserror()
    
    Ref: #849752
    Reported-by: Drew Parsons <dparsons@debian.org>

Notes:
    Closes: #976249

 scripts/Dpkg/Source/Package.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 157a4e6c0f1dda42b1ae3bae8086a9a64d85e2f9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 11:15:47 2020 +0100

    Dpkg::Source::Package: Honor no_check for directory traversal checks
    
    While this is a potential security issue, we should let the user disable
    the check in case it has been requested explicitly.
    
    Ref: #971203

 scripts/Dpkg/Source/Package.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 727edc4d287796a139e6f4d4f367ead995b5d919
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 28 02:44:10 2020 +0200

    Dpkg::Path: Fix pathname traversal check for symlinks
    
    If the canonicalized pathname from the symlink matches the canonicalized
    root directory, then they are the same directory and there is no
    directory traversal.
    
    Closes: #971203

 scripts/Dpkg/Path.pm  |  1 +
 scripts/t/Dpkg_Path.t | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 1ddcd026b53f4471433e411ebaf9be18cf08365a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 28 02:44:10 2020 +0200

    test: Refactor root handling in Dpkg::Path unit tests
    
    Add support for alternative root directories to Dpkg::Path tests, to
    make possible to create hierarchies that might trip over conditions
    in other checks into their own root directory, and to simplify
    Dpkg_Path unit tests by using the new root and chroot options in
    %travtype.

 scripts/t/Dpkg_Path.t | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

commit 0b521d2147872e18e5ce2919f17d3a41661baa7f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 22 23:56:52 2020 +0100

    test: Use intermediate variable for directory traversal item iteration

 scripts/t/Dpkg_Path.t | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit a40c250be499ba93157c4db8cfcb35d924ccf6f8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 4 19:13:57 2020 +0200

    Dpkg::Source::Package::V1: Print a message when verifying tarball signatures
    
    This action is actually important, and performing it silently means the
    user will not be aware that it is happening.

 scripts/Dpkg/Source/Package/V1.pm | 1 +
 1 file changed, 1 insertion(+)

commit 3b9afd43dd3b6ababed84900bf36363b8e70704c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 10:35:27 2020 +0200

    Dpkg::Changelog::Parse: Document 'label' option

 scripts/Dpkg/Changelog/Parse.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 6b15c47b743b425d3577689c26ef74ac37fcf0fa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 10:35:27 2020 +0200

    Dpkg::Changelog::Parse: Add new verbose option
    
    Prompted-by: #967911

 scripts/Dpkg/Changelog/Parse.pm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 2fc935f126cbeb1ed939dda54841971d8715fd20
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 10:28:24 2020 +0200

    Dpkg::Changelog::Entry::Debian: Fix format string
    
    Prompted-by: #967911

 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d03bf8df86e17be013c31f5a4522d8c8fbcb823
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 23 04:29:56 2020 +0200

    Dpkg::Exit: Fix exit handler on program termination
    
    We cannot hook into the __DIE__ pseudo signal handler as then any
    eval usage becomes unsafe. Instead we hook into an END code block,
    and fix the run_exit_handler code to deplete the @handlers array so
    that we do not execute the handlers repeatedly and to reset the
    installed handlers as not needed anymore.
    
    Closes: #966083

 scripts/Dpkg/Exit.pm  | 11 +++++++++--
 scripts/t/Dpkg_Exit.t | 12 +++++++++++-
 2 files changed, 20 insertions(+), 3 deletions(-)

commit 6bf600602309375ce788aa1a55919e26eb99f04a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 25 01:13:12 2020 +0200

    u-a: Fix short-lived memory leaks for log_file and admdir
    
    Warned-by: gcc ASAN

 utils/update-alternatives.c | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

commit c86dcd9c93f69a0388b75e13c02f7d4e4dae45cf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 25 01:13:12 2020 +0200

    u-a: Fix memory leaks with new_choice
    
    We need to dynamically allocate new_choice and free() it when unneeded,
    and make path a const, as the assignment into new_choice now makes sure
    to duplicate the string.
    
    Warned-by: gcc ASAN

 utils/update-alternatives.c | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit 55700d23274a6487f5f91b43074b9027be1371d4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 25 01:13:12 2020 +0200

    u-a: Fix short-lived memory leaks for alternative structs
    
    Warned-by: gcc ASAN

 utils/update-alternatives.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0d26b9fcaa13907328366c25ed39020cadece754
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 25 01:13:12 2020 +0200

    u-a: Fix typos in code comments
    
    Changelog: silent

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2096f4fe23ce48e5f40d4d6234f502b2e61d50d1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 25 01:13:12 2020 +0200

    u-a: Fix memory leaks for alternative database context on load errors
    
    Warned-by: gcc ASAN

 utils/update-alternatives.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 9b8f4296cf0b0f3a4aecc59d5d96d2b5f3ad2218
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 25 01:13:12 2020 +0200

    u-a: Refactor alternative database context freeing into a new function
    
    Changelog: internal

 utils/update-alternatives.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit c89140d8bfe69637e50d25949c655cd03d19c6ab
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 21:01:05 2020 +0100

    libdpkg: Do not forget not-installed packages that are set on hold
    
    These are used to denote that the package is not to be installed.
    
    Reported-by: David Kalnischkies <donkult@debian.org>

 lib/dpkg/parse.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 96005ddd9e0ef85b160594263d1dc7e059ab4ee5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 21:00:44 2020 +0100

    libdpkg: Fix typo in comment
    
    Changelog: silent

 lib/dpkg/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9022f9e0ffc58425c6798ff62e797f4026a29fe9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 09:46:58 2020 +0100

    libdpkg: Make source version parsing more robust on missing data
    
    Even though we do not call these source version printing functions
    anymore for not-installed packages, we should make the function
    robust in case a call site passed pkgbin data with no source name or
    version present in the Source field.
    
    Ref: #972580

 lib/dpkg/pkg-show.c | 47 +++++++++++++++++++++++++----------------------
 lib/dpkg/version.h  |  3 +++
 2 files changed, 28 insertions(+), 22 deletions(-)

commit 536a38582a2d92da84f82d850e22f581b00d2082
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 09:46:58 2020 +0100

    libdpkg: Ignore not-installed packages for source related virtual fields
    
    The source name and source versions are not available for not-installed
    packages, so we should not try to print anything as that will end up
    being bogus, or produce parsing problems for version related virtual
    fields.
    
    Closes: #972580

 lib/dpkg/pkg-format.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit b885b73443f8af8ad0cad4c10a35e5511448b020
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 28 01:01:34 2020 +0200

    libdpkg: Check that the ar archive time is within bounds

 lib/dpkg/ar.c | 2 ++
 1 file changed, 2 insertions(+)

commit bab898774c842a53144fe9b6debb10146aeb768a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 2 04:27:22 2020 +0200

    dpkg-deb, dpkg-split: Fix time handling to support 64-bit time

 dpkg-deb/build.c          | 13 +++++++------
 dpkg-split/split.c        |  9 +++++----
 lib/dpkg/ar.c             |  6 +++---
 lib/dpkg/ar.h             |  7 ++++---
 lib/dpkg/pkg-format.c     |  4 +++-
 lib/dpkg/t/c-tarextract.c |  2 +-
 lib/dpkg/tarfn.h          |  2 +-
 7 files changed, 24 insertions(+), 19 deletions(-)

commit a048b1c209c8ecdecfc9cce36a16964608be4124
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 16 09:56:25 2020 +0100

    dpkg-buildpackage: Clarify R³ keyword diagnostic messages

 scripts/dpkg-buildpackage.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit fae07d08cf5f6edc1a2ef0006ee73d944bb3b2ad
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 16 09:54:37 2020 +0100

    dpkg-buildpackage: Error out on R³ "yes" value
    
    This is commonly confused as one of the values denoting that root is
    required, and most probably intended to mean "binary-targets".
    
    Requested-by: Niels Thykier <niels@thykier.net>

 scripts/dpkg-buildpackage.pl | 3 +++
 1 file changed, 3 insertions(+)

commit 7e2cb252d774d45d60191701f88253cd2307375d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 28 00:34:53 2020 +0100

    dpkg-buildpackage: Warn on known R³ values in uppercase
    
    These values are case sensitive, but we do not check whether the
    packager has used the wrong case, which will then go unnoticed. So
    let's check that and error out to avoid surprises.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 scripts/dpkg-buildpackage.pl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 7c54fa2b232e2d9f9008aeaaa0dd94a810921282
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 4 01:02:24 2020 +0200

    dpkg-architecture: Add a --print-format option
    
    This makes possible to select the output format for the --print-set and
    --print-unset commands. The current values supported are “shell” which
    is the current default, and “make”.
    
    Prompted-by: #968963

 man/dpkg-architecture.pod    |  7 ++++++-
 scripts/dpkg-architecture.pl | 30 ++++++++++++++++++++++++++----
 2 files changed, 32 insertions(+), 5 deletions(-)

commit 11a8426fb30d94bd36e0122e48fe13ee928f1c14
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 26 02:41:20 2020 +0200

    dpkg-deb: Make decompression error message more descriptive
    
    Print both the ar member being decompressed, and its size, so that
    truncated archives can more easily be detected after the fact.
    
    Closes: #968442

 dpkg-deb/extract.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit fd4d0448474d7d7dbea664660a24964db2ffadba
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 15 15:49:50 2020 +0200

    dpkg-realpath: Add new -z, --zero option
    
    This makes it possible to process files with newlines within, even though
    not all of the dpkg suite is prepared to cope with those.
    
    Requested-by: Johannes Schauer <josch@debian.org>

 man/dpkg-realpath.pod    | 5 +++++
 scripts/dpkg-realpath.sh | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 1dd925c8749829db25c95e12b4b1d7c8842d391f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 02:09:08 2020 +0200

    dpkg-divert: Fix short-lived memory leaks
    
    Warned-by: gcc ASAN

 src/divertcmd.c | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

commit c720bbd7a97bfb5ec547da10da5e2322a8e4c0b8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 2 04:23:11 2020 +0200

    dpkg-deb: Fix single-instance memory leak on missing conffiles control file
    
    This gets leaked just once while checking the conffile control file.
    
    Warned-by: gcc ASAN

 dpkg-deb/build.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c1068bb2e421aa9ae778afd6199d14bbf52a6308
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 1 23:47:46 2020 +0200

    dpkg: Fix short-lived memory leak in --force-help output
    
    Based-on-patch-by: KOLANICH <kolan_n@mail.ru>
    Warned-by: gcc ASAN

 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 60dba33b1f5a5c56c4bbbc0ed9ed5b87f0ba1e83
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 1 23:59:14 2020 +0200

    dpkg: Fix memory leak for cidir
    
    Reported-by: KOLANICH <kolan_n@mail.ru>
    Warned-by: gcc ASAN
    Stable-Candidate: 1.19.x

 src/archives.c | 1 +
 1 file changed, 1 insertion(+)

commit 889848ed58a6c496ab130647cce8dd0bcd53aaaf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 01:27:39 2020 +0200

    libdpkg: Reset error context errmsg after free()
    
    This makes sure we are never going to doubly free it.
    
    Warned-by: gcc ASAN
    Stable-Candidate: 1.19.x

 lib/dpkg/ehandle.c | 1 +
 1 file changed, 1 insertion(+)

commit 38cb8160e8d44a15d1397176489915b3057fbb66
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 01:27:39 2020 +0200

    libdpkg: Fix short-lived memory leaks
    
    These strings are going to be auto-released on program exit.
    
    Warned-by: gcc ASAN

 lib/dpkg/ehandle.c | 4 ++++
 1 file changed, 4 insertions(+)

commit f13aebc8a05da51a54da55d55b023ca8199a6471
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 01:36:00 2020 +0200

    libdpkg: Fix single-instance memory leak with fsys dir
    
    This variable is usually set up once at the beginning of the execution
    and then never changed again.
    
    Warned-by: gcc ASAN

 lib/dpkg/fsys-dir.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

commit 406af89c075f5ac0915e3dff19d1287b0876853c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 21 03:42:30 2020 +0200

    libdpkg: Fix memory leak in filesystem treewalk iterator
    
    We need to free the last element from the tree.
    
    Warned-by: gcc ASAN
    Stable-Candidate: 1.19.x

 lib/dpkg/treewalk.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7fa28dce1e3a6ab4d317a2ebf8efc92f57237038
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 22:47:27 2020 +0200

    libdpkg: Fix memory leak in filesystem treewalk node free function
    
    Warned-by: gcc ASAN
    Stable-Candidate: 1.19.x

 lib/dpkg/treewalk.c | 1 +
 1 file changed, 1 insertion(+)

commit 35d024ea78135d48ee778024dc61486db6db594d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 1 23:38:28 2020 +0200

    libdpkg: Fix memory leak in trigger deferred processing
    
    Reported-by: KOLANICH <kolan_n@mail.ru>
    Warned-by: gcc ASAN
    Stable-Candidate: 1.19.x

 lib/dpkg/trigdeferred.c | 1 +
 1 file changed, 1 insertion(+)

commit cf8fe0d6e74fdc6970ceb17e44ec9f67901120b8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 23:02:56 2020 +0200

    libdpkg: Fix memory leaks in tar_extractor()
    
    We need to free the members when assigning into them for the GNU
    longlink and longname extensions.
    
    Warned-by: gcc ASAN
    Stable-Candidate: 1.19.x

 lib/dpkg/tarfn.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 52b63137c0a0c9b95ad0b46c1d2ceacfab492297
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 2 16:13:20 2020 +0200

    libdpkg: Fix undefined behavior in varbuf functions
    
    While varbuf_grow() handles 0 sizes fine, we do a check before calling
    it to avoid the duplicate checks.
    
    Reported-by: KOLANICH <kolan_n@mail.ru>
    Warned-by: gcc ASAN

 lib/dpkg/varbuf.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 7d2d5be9fb48c79d25991e5ab4da2a4f6419d241
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 02:08:00 2020 +0200

    test: Improve dpkg-divert test to output stdout and stderr
    
    This makes spotting unexpected values, or output from sanitizers easier.

 src/t/dpkg_divert.t | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 52ab5b4cbf7e125fd2a47d0cefc6aac1da780dcc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 01:47:06 2020 +0200

    test: Print the ehandle unit test error output on verbose mode
    
    Unconditionally disabling the output makes diagnosing problems very
    hard. Let's do that only on the default silent mode.

 lib/dpkg/t/t-ehandle.c | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

commit e93d0e5d70fa36aa307a6ecaed433b8377c037bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 16 22:54:39 2020 +0200

    test: Fix short lived memory leaks in unit tests
    
    These are inconsequential, but shadow actual memory leaks from being
    detected by address sanitizers or similar tools.
    
    Warned-by: gcc ASAN

 lib/dpkg/t/c-tarextract.c | 2 ++
 lib/dpkg/t/t-arch.c       | 2 ++
 lib/dpkg/t/t-buffer.c     | 2 ++
 lib/dpkg/t/t-command.c    | 2 ++
 lib/dpkg/t/t-file.c       | 2 ++
 5 files changed, 10 insertions(+)

commit 25797abf7f08c7db8c380fa08338088dd5acac49
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 4 00:02:44 2020 +0200

    debian: Improve cron file robustness on missing or empty backup files
    
    Check whether the database files exist and ignore them otherwise. If
    some database file has been modified, but the current file being
    processed does not exist, created an empty backup so that they are
    all in sync with their sequence number.
    
    Closes: #969472

 debian/dpkg.cron.daily | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 7d3eb5a6f16c936d502f776783051e24016613ed
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 14 18:54:15 2020 +0200

    debian: Do not fail the bug-script if readlink fails
    
    When readlink fails inside a $() the whole script fails. Remove the
    «set -e» from the bug-script, as making it fail will cause programs
    like reportbug to make it way harder to report bugs, which is
    counterproductive.
    
    Closes: #968397

 debian/bug-script | 2 --
 1 file changed, 2 deletions(-)

commit ee479e2c0764bc4902f9141ac886a8a7c8fffcd9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 3 23:39:41 2020 +0200

    libcompat, dpkg: Stop using deprecated security_context_t data type
    
    This got deprecated upstream in 2014, but only in 2020 the type started
    to emit deprecation warnings.
    
    Changelog: internal

 lib/compat/selinux.c | 3 +--
 src/selinux.c        | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

commit ddbec2477cec69dccfef602aeab988cc4a04e59e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 15 20:03:11 2020 +0100

    man: Add references to deb822(5) to file formats based on it
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 man/deb-buildinfo.pod   | 5 ++++-
 man/deb-changes.pod     | 4 +++-
 man/deb-control.pod     | 5 +++--
 man/deb-src-control.pod | 5 +++--
 man/dsc.pod             | 4 +++-
 5 files changed, 16 insertions(+), 7 deletions(-)

commit 3fb87b5c6ab75997b549da10d1555db51688690b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 15 19:32:08 2020 +0100

    doc, man: Clarify that R³ values are case sensitive
    
    This is clear from the deb822(5) man page, but we can make this more
    clear on the brief format description for each of these file formats.
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 doc/rootless-builds.txt | 2 +-
 man/deb-buildinfo.pod   | 3 ++-
 man/deb-changes.pod     | 3 ++-
 man/deb-control.pod     | 3 ++-
 man/deb-src-control.pod | 3 ++-
 man/dsc.pod             | 3 ++-
 6 files changed, 11 insertions(+), 6 deletions(-)

commit 5b195d4173ade091f175793d17dcbd53d88347ac
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 21 10:37:54 2020 +0200

    man: Remove trailing blank lines
    
    Changelog: silent

 man/dpkg-buildflags.pod     | 1 -
 man/dpkg-checkbuilddeps.pod | 1 -
 man/start-stop-daemon.pod   | 1 -
 3 files changed, 3 deletions(-)

commit 20e42a6a848f32c070ebb56383040155274b7be7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 28 00:03:56 2020 +0100

    man: Switch to use L<> markup for URLs instead of B<>

 man/deb-symbols.pod     | 3 +--
 man/dpkg-gensymbols.pod | 9 +++------
 man/dpkg-source.pod     | 4 ++--
 man/dpkg.pod            | 2 +-
 man/dselect.pod         | 2 +-
 5 files changed, 8 insertions(+), 12 deletions(-)

commit 97eee9cd57f18c425a060470139c21f567db0d11
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 25 21:58:45 2020 +0200

    man: Update u-a maintainer script usage information
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 man/update-alternatives.pod | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 05264f16e69d34b78700fccddc6f9950e75a8295
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 15 23:20:15 2020 +0200

    man: Clarify day-of-month format in deb-changelog(5)
    
    Specify that the day-of-month accepts an optional leading zero, and
    the amount of supported spaces.
    
    Ref: #971977
    Reported-by: Axel Beckert <abe@debian.org>

 man/deb-changelog.pod | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 7a92a1448f6853ace12f2de5f804aebd324630c2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 03:22:10 2020 +0200

    man: Specify that symbol, version and id are separated by a single whitespace
    
    These have always been separated by a single space, in contrast to other
    values in the file, but allowing more spaces now would break backwards
    compatibility for something that's just aesthetics. Simply document the
    expected format.
    
    Closes: #970083

 man/deb-symbols.pod | 1 +
 1 file changed, 1 insertion(+)

commit 9fabaf3b4e920ed13e892f748da02e0c4817d89a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 03:17:37 2020 +0200

    man: Add a reference to deb-symbols(5) in deb-src-symbols(5) DESCRIPTION
    
    Makes it easier to see what this format is based on.
    
    Prompted-by: #970083

 man/deb-src-symbols.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bec9f501185da1b8980a221fb6684a8644cc1e23
Author: Paul Wise <pabs@debian.org>
Date:   Tue Aug 11 01:24:11 2020 +0200

    man: Fix typo in dpkg-source(1)
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-source.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0c782cc235d338039db18f6e9c1e1b0c56612672
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 3 23:44:48 2020 +0200

    man: Fix casing and namespacing in VARIABLES definitions
    
    Use uppercase for acronyms. Qualify GNU specific values with GNU.

 man/dpkg-architecture.pod | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit 4d0b9a3557680a7170f26643ec43430c5bba0334
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 12:58:00 2020 +0200

    man: Clarify that dpkg-architecture uses some of its own variables
    
    Closes: #966111

 man/dpkg-architecture.pod | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit c2f6c4acda8ef33dd0c9d8edb34a16d2a5ea801a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 12:58:00 2020 +0200

    man: Fix typo in --print-unset option reference
    
    We need to refer to --print-set instead of --print-unset.
    
    Reported-by: Ferenc Wágner <wferi@debian.org>
    Closes: #966110

 man/dpkg-architecture.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 631b7591c79395465ad6cb6b959b1dcc3b21971b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 15 03:26:50 2020 +0100

    build: Do not try to use <sys/sysctl.h> on GNU/Linux
    
    The glibc project has deprecated this header for some time and made it
    emit warnings, and removed it in 2.32. The Linux kernel has removed the
    functionality behind the syscall in 5.5.
    
    Warned-by: cpp

 configure.ac | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit e56a8172e3c3344d41592191734829d4afba6ce2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 10:06:47 2020 +0100

    build: Add a README.cpan to be installed as README in the CPAN distribution
    
    This is a requirement for the CPAN distributions.

 configure.ac           | 1 +
 cpan.am                | 1 +
 scripts/.gitignore     | 1 +
 scripts/README.cpan.in | 5 +++++
 4 files changed, 8 insertions(+)

commit cdb7949e668f16401fed77eec321b837f79ed1e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 18:44:41 2020 +0200

    build: Fix variable substitution in man pages
    
    We need to do the substitution before converting from POD to man,
    otherwise the markup generated will make the regexes not match.
    
    Reported-by: Niels Thykier <niels@thykier.net>

Notes:
    Closes: #978983

 man/Makefile.am | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 15f285b9d0a00fd07931fff051f7803852d612af
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 19 23:09:52 2020 +0200

    build: Pre-process the curses header before parsing it
    
    We need to extract the KEY_* macros from the curses header file that
    we are going to end up including in the source. But we should not
    assume any kind of structure, because that's just fragile, as the
    contents can be included from other header files, or be protected
    behind a pre-processor macro or similar.
    
    Instead we use the CPP -dD option which will make the pre-processor
    handle all the internal details and output a list of active macros
    with their values, which we can then safely parse.
    
    Closes: #970545

 dselect/.gitignore  |  1 +
 dselect/Makefile.am | 16 ++++++----------
 2 files changed, 7 insertions(+), 10 deletions(-)

commit 68ed7b9d987beb7bd5e5d92a97a7cad319a594c0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 03:48:57 2020 +0100

    build: Add new gen-changelog tool
    
    This tool will assist in preparing the debian/changelog out of the
    git log, by using the specially formatted commit messages and meta
    fields.

 Makefile.am   |   1 +
 gen-changelog | 284 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 285 insertions(+)

commit 41a98902abdc32eddaa454422abe96f2948f9718
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 03:45:41 2020 +0100

    Dpkg::Index: Add new item_opts option
    
    This option makes it possible to pass options to the item constructor
    in new_item() method.

 scripts/Dpkg/Index.pm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 511f7183dfc3ab82488120d0c4955dac1f9de282
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 03:36:45 2020 +0100

    doc: Update l10n commit documentation
    
    Changelog: silent

 README.l10n | 59 +++++++++++++++++------------------------------------------
 1 file changed, 17 insertions(+), 42 deletions(-)

commit c4d7c906e60b2fd5b382f57e5f578e90af2cbdba
Author: Américo Monteiro <a_monteiro@gmx.com>
Date:   Thu Jul 23 04:40:10 2020 +0200

    po: Add Portuguese man pages translation
    
    [guillem@debian.org: Hook into the build system. ]
    
    Closes: #964751
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/.gitignore  |     1 +
 man/po/po4a.cfg |     2 +-
 man/po/pt.add   |     8 +
 man/po/pt.po    | 27720 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 27730 insertions(+), 1 deletion(-)

commit 9e0c88ec09475f4d1addde9cdba1ad7849720356
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 05:52:16 2020 +0200

    Bump version to 1.20.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 823a67d67538b1b403a32d1fef40e6e228265566
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 05:42:07 2020 +0200

    Release 1.20.5

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

commit 377be82b6265c353f4d05862daf0392aa3d06b6f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 05:40:38 2020 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 82 files changed, 86 insertions(+), 86 deletions(-)

commit b29b48c499f766a7920d82b9170157d86734dbcc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 05:10:06 2020 +0200

    Dpkg::Source::Package::V1: Explicitly initialize constructor options
    
    Some of the options had not been explicitly initialized to their
    implicit default value, which broke when the code to verify signatures
    got refactored into Dpkg::OpenPGP::verify_signature() with a default
    for require_valid_signature of 1.
    
    This is required here too as this class does not call the initialization
    from its parent. This is error prone, and will be refactored in the
    future to make use of a common setup in the parent.

 debian/changelog                  | 5 +++++
 scripts/Dpkg/Source/Package/V1.pm | 4 ++++
 2 files changed, 9 insertions(+)

commit 0f0008ee4c93a4ae8bba89a876009e7fe4a387db
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 05:05:19 2020 +0200

    build: Set DEB_BUILD_ARCH to a dummy “amd64” in the CPAN distribution tests
    
    This way we do not require a dpkg(1) in the system, which will be common
    on non-dpkg based systems.

 debian/changelog    | 2 ++
 scripts/Build.PL.in | 2 ++
 2 files changed, 4 insertions(+)

commit 8c0cd23e4b1aa04e661d8894df11f26dcbbb4b88
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 05:01:02 2020 +0200

    build: Detect GNU program variants for make, patch and tar in CPAN
    
    On systems where the defaults for these programs are not the GNU
    variants, we need to look for them and use them in preference. Search
    in the CPAN distribution build system, for the names prefixed with «g»
    which is the convention used on BSD systems for GNU variants, and use
    them to replace the variables in the Dpkg module.

 debian/changelog    |  3 +++
 scripts/Build.PL.in | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)

commit f579b8ca61d18c72ccbd26b67885b10de3bb2b93
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 04:57:46 2020 +0200

    test: Only print Dpkg::Path::check_directory_traversal() error on failure
    
    Using diag() unconditionally clutters the output, when we should only
    use it when the unit test fails. Switch that into a note(), and add a
    diag() for the passing case.

 debian/changelog      | 2 ++
 scripts/t/Dpkg_Path.t | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit e00fe1cd0de50d29b4ecf0d8df1bfb98fae4a08c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 8 04:47:52 2020 +0200

    Revert "data: Prefix the specs file spec string self_spec with + instead of *"
    
    This reverts commit 73ff957bb512a2fd0a1cdd714ebe6d5c82f1b596.
    
    The prefix is supposed to go in the text itself instead of the spec name,
    which already had it. This change only apparently fixed the issue at hand
    because gcc started parsing it as the «[SUFFIX]:» case, completely
    disabling the PIE handling.
    
    Thanks-to: Thorsten Glaser <tg@mirbsd.de>

 data/no-pie-compile.specs | 2 +-
 data/no-pie-link.specs    | 2 +-
 data/pie-compile.specs    | 2 +-
 data/pie-link.specs       | 2 +-
 debian/changelog          | 8 ++++++++
 5 files changed, 12 insertions(+), 4 deletions(-)

commit 10143ef3e24feaea02d273400eadb3cbe9cc0571
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 7 13:18:29 2020 +0200

    Update German scripts translation
    
    Update to 613t.

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

commit 2b1089e0903c13c7761d4d6c1df01249d592784b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 7 08:13:25 2020 +0200

    Bump version to 1.20.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4a5bcd53607445c7edfa9f7c3528c702a440318a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 7 07:58:33 2020 +0200

    Release 1.20.4

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

commit 07601a7ca89be2c85edf883599371bf4d2b2a728
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 7 07:57:48 2020 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        | 17 +++++++++++------
 scripts/po/de.po        | 18 ++++++++++++------
 scripts/po/dpkg-dev.pot | 19 ++++++++++++-------
 scripts/po/es.po        | 17 +++++++++++------
 scripts/po/fr.po        | 17 +++++++++++------
 scripts/po/pl.po        | 17 +++++++++++------
 scripts/po/ru.po        | 17 +++++++++++------
 scripts/po/sv.po        | 17 +++++++++++------
 82 files changed, 167 insertions(+), 126 deletions(-)

commit 73ff957bb512a2fd0a1cdd714ebe6d5c82f1b596
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 18:24:13 2020 +0200

    data: Prefix the specs file spec string self_spec with + instead of *
    
    Using * as a prefix for the spec entry makes it override any previous
    setting. This is problematic when we pass two or more -specs options
    to the compiler (f.ex. to link and compile on the same run), as then
    only the last one will take effect, breaking the builds.
    
    Closes: #870383
    Ref: https://dev.gnupg.org/T4982
    Prompted-by: NIIBE Yutaka <gniibe@fsij.org>
    Tested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

 data/no-pie-compile.specs | 2 +-
 data/no-pie-link.specs    | 2 +-
 data/pie-compile.specs    | 2 +-
 data/pie-link.specs       | 2 +-
 debian/changelog          | 5 +++++
 5 files changed, 9 insertions(+), 4 deletions(-)

commit 645f3342b92d2ac9fe9845a400b59541de02f37f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 19:26:42 2020 +0200

    Dpkg::Path: Allow /dev/null for directory traversals
    
    This is a pattern used at least by systemd, and a standard pathname
    to use which should be innocuous, so add an exception for it.
    
    Reported-by: Holger Levsen <holger@layer-acht.org>

 debian/changelog      | 2 ++
 scripts/Dpkg/Path.pm  | 1 +
 scripts/t/Dpkg_Path.t | 9 ++++++++-
 3 files changed, 11 insertions(+), 1 deletion(-)

commit 7d2b0adbb68b960bd487530466766a1818ca2133
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 07:11:25 2020 +0200

    test: Add unit tests for Dpkg::Path::check_directory_traversal()

 debian/changelog      |   1 +
 scripts/t/Dpkg_Path.t | 177 +++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 176 insertions(+), 2 deletions(-)

commit 959c1dbdff41eba3fe108f148b70e4e95cf3113c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 07:11:25 2020 +0200

    Dpkg::Path: Do not consider missing symlink targets a directory traversal
    
    Closes: #964234

 debian/changelog     | 2 ++
 scripts/Dpkg/Path.pm | 3 +++
 2 files changed, 5 insertions(+)

commit baa01dd67eecff51fa9f1b49d15e42121093b844
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 07:11:25 2020 +0200

    Dpkg::Path: Catch uncanonicanizable pathnames with a proper error
    
    If the pathname cannot be canonicalized, we catch this and error out
    explicitly, instead of letting the catch-all error message for the
    directory traversal error message print a confusing diagnostic.
    
    Closes: #964111

 debian/changelog     | 2 ++
 scripts/Dpkg/Path.pm | 3 +++
 2 files changed, 5 insertions(+)

commit 64f3d6dd7d39a4bf09768ba9c96981562d60117c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 07:11:25 2020 +0200

    Dpkg::Path: Do not do partial matches for directory traversal checks
    
    We need to match against the directory name and not just its prefix,
    so we have to expect a trailing slash after the base directory name.

 debian/changelog     | 2 ++
 scripts/Dpkg/Path.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit ce09f4e6952fd9edbb8b463fb3476eb4dacd712d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 6 12:27:29 2020 +0200

    Dpkg::Path: Improve directory traversal error message to include target
    
    We should print what the canonicalized pathname is, to help the user
    better understand the error.

 scripts/Dpkg/Path.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5490025f9acec8228026a5330f4a740f94f435cf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 5 16:39:46 2020 +0200

    Dpkg::Path: Refactor check_directory_traversal() out of Dpkg::Source::Package
    
    This might be useful in other contexts, it is going to get a bit more
    complex and it will make it possible to unit test it.

 debian/changelog               |  2 ++
 scripts/Dpkg/Path.pm           | 37 ++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Source/Package.pm | 18 ++----------------
 3 files changed, 40 insertions(+), 17 deletions(-)

commit 3ff18b853d55405245dc30176fec37d15292f0a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 5 17:04:20 2020 +0200

    test: Use File::Path::make_path() instead of chained mkdir() in Dpkg_Path.t

 debian/changelog      |  2 ++
 scripts/t/Dpkg_Path.t | 13 +++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

commit e33b22419e7ac26934500910d152c3b90765889f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 5 16:55:51 2020 +0200

    Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir
    
    This time for the verify_signature() function, to make sure we do not
    write to the user home directory, except for the trustkeys.db file if
    present.

 debian/changelog        | 3 +++
 scripts/Dpkg/OpenPGP.pm | 3 +++
 2 files changed, 6 insertions(+)

commit df8dca6671184a7108bf43b04fb641929f9cab3e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 5 16:48:11 2020 +0200

    Dpkg::Source::Package: Explicitly initialize constructor options
    
    Some of the options had not been explicitly initialized to their
    implicit default value, which broke when the code to verify signatures
    got refactored into Dpkg::OpenPGP::verify_signature() with a default
    for require_valid_signature of 1.
    
    We explicitly initialize all supported options so that this does not
    happen again in the future.
    
    Closes: #964017

 debian/changelog               | 4 ++++
 scripts/Dpkg/Source/Package.pm | 7 +++++++
 2 files changed, 11 insertions(+)

commit 31ad5991289203b5feb4cc6b737e7e009935a019
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 3 05:49:25 2020 +0200

    build: Add Module::Signature as configure recommends for CPAN
    
    We want in general to sign the CPAN distribution, so recommend the
    module, but there is no need to require it in case third parties want
    to generate a distribution.

 debian/changelog    | 4 ++++
 scripts/Build.PL.in | 5 +++++
 2 files changed, 9 insertions(+)

commit ed6ab060a45604401df80b5cb54cfada61ef494c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jun 29 22:09:22 2020 +0200

    German dpkg translation update
    
    Update to 1153t.

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

commit 89d2d489f8d9e9ec3bffc17c5e17247ce4ee74ff
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 16:10:31 2020 +0200

    Bump version to 1.20.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 70ca7d65125b7a2cc26e63ee5183c5d827dd01b6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 12:40:32 2020 +0200

    Release 1.20.3

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

commit 5508fe9e8ba27a8f370d429f331360c0243a54f7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 12:37:50 2020 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               |  8 +++++++-
 po/bs.po                | 12 +++++++++++-
 po/ca.po                |  8 +++++++-
 po/cs.po                |  8 +++++++-
 po/da.po                |  8 +++++++-
 po/de.po                |  8 +++++++-
 po/dpkg.pot             |  9 +++++++--
 po/dz.po                |  8 +++++++-
 po/el.po                |  8 +++++++-
 po/eo.po                |  8 +++++++-
 po/es.po                |  9 ++++++++-
 po/et.po                |  8 +++++++-
 po/eu.po                |  8 +++++++-
 po/fr.po                |  8 +++++++-
 po/gl.po                |  8 +++++++-
 po/hu.po                |  8 +++++++-
 po/id.po                |  8 +++++++-
 po/it.po                |  8 +++++++-
 po/ja.po                |  8 +++++++-
 po/km.po                |  8 +++++++-
 po/ko.po                |  8 +++++++-
 po/ku.po                |  7 ++++++-
 po/lt.po                |  8 +++++++-
 po/mr.po                |  8 +++++++-
 po/nb.po                |  8 +++++++-
 po/ne.po                |  8 +++++++-
 po/nl.po                |  8 +++++++-
 po/nn.po                |  7 ++++++-
 po/pa.po                |  8 +++++++-
 po/pl.po                |  8 +++++++-
 po/pt.po                |  8 +++++++-
 po/pt_BR.po             |  8 +++++++-
 po/ro.po                |  8 +++++++-
 po/ru.po                |  8 +++++++-
 po/sk.po                |  8 +++++++-
 po/sv.po                |  8 +++++++-
 po/th.po                |  8 +++++++-
 po/tl.po                |  7 ++++++-
 po/tr.po                |  8 +++++++-
 po/vi.po                |  8 +++++++-
 po/zh_CN.po             |  8 +++++++-
 po/zh_TW.po             |  8 +++++++-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 82 files changed, 339 insertions(+), 86 deletions(-)

commit aca9f2af3c238b9040287a96956b46daf8fb1a70
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 12:20:06 2020 +0200

    debian: Add bug closure
    
    This had already been fixed but got reported on the BTS later on.

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9ad552d765ac1dbae3cb1d3b05fe4ecd8302baa
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 12:18:34 2020 +0200

    build: Improve error diagnosis for configure version fetching script
    
    Check for git being present and error out otherwise explaining why. And
    improve the fallback error message to mention that this is neither a git
    checkout nor a distribution tarball.
    
    Prompted-by: Norbert Preining <norbert@preining.info>

 debian/changelog |  3 +++
 get-version      | 15 ++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit 919c568044fc2497e8146039f07822ff1c9d89ae
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 17:20:26 2020 +0200

    libdpkg: Print a notice if we cannot write to the log file
    
    If we cannot write to the log file we should at least let the user know,
    but in the same way we do not error out if we cannot open the log file,
    we will not error out here.
    
    Warned-by: coverity

 debian/changelog | 2 ++
 lib/dpkg/log.c   | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 0b9db34e3efabbbbbd11f253ac84d66d84f437d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 17:18:46 2020 +0200

    Dpkg::OpenPGP: Do not use interpolated string for a literal
    
    Fixes: commit 7b2d550c64191597827350fa447bf9caf15b749a

 scripts/Dpkg/OpenPGP.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7b2d550c64191597827350fa447bf9caf15b749a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 17:02:49 2020 +0200

    Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir
    
    In import_key() when calling gpg we need to specify a temporary homedir
    to make sure we do not write to the user home directory, which might be
    read-only or non-existent.
    
    Reported-by: Mattia Rizzolo <mattia@debian.org>

 debian/changelog        | 4 ++++
 scripts/Dpkg/OpenPGP.pm | 5 +++++
 2 files changed, 9 insertions(+)

commit a676dcade15172dccf92cb7677e0bbf8119fe1a7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 16:33:03 2020 +0200

    Dpkg::Source::Package: Make import_key() call honor require_valid_signature
    
    The call to import_key() in check_original_tarball_signature() did not
    pass the require_valid_signature option, so it was always considering
    problems as fatal, while that option defaults to false.
    
    Reported-by: Mattia Rizzolo <mattia@debian.org>

 debian/changelog               |  3 +++
 scripts/Dpkg/Source/Package.pm | 15 ++++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 301f5ec1a60e4fa6a0d69f2dd3f9c54285f0f798
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 12:29:12 2020 +0200

    Dpkg::Build::Info: Clarify by giving context to the deprecation warning
    
    These built-in warnings provide no context, and in this particular case
    the warning message was a bit cryptic anyway. So we need to give it
    more context. In this case just fully qualifying the function name, and
    stating what is being deprecated, should be enough to give a hint of
    what is going on.
    
    Closes: #963844
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 debian/changelog           | 3 +++
 scripts/Dpkg/Build/Info.pm | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 4872eee04f9127ee70140e63222b5993e37e69df
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 12:17:33 2020 +0200

    Dpkg::OpenPGP: Pass --no-options to gpg in verify_signature()
    
    This is what we do with all other gpg calls, so that we do not end up
    writing into the GnuPG configuration directory.
    
    Closes: #963839
    Reported-by: Bertrand Marc <bmarc@debian.org>

 debian/changelog        | 5 +++++
 scripts/Dpkg/OpenPGP.pm | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 67532f0d793518b7436990e5010bd2864e869aba
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jun 28 08:51:21 2020 +0200

    German dpkg translation update
    
    Update to 1152t.

 debian/changelog |  3 ++-
 po/de.po         | 14 ++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

commit 91e79feffb633040860ac06680acb8a7f534010f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 01:31:38 2020 +0200

    Bump version to 1.20.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit b7357b0a82df729e8220cb642fb71dffe63fae2c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 00:43:03 2020 +0200

    Release 1.20.2

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

commit 132ca3dafaeb847c8a1ce203aeba439b665e84d3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 00:42:11 2020 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               | 26 +++++++++++++++++++-------
 po/bs.po                | 32 ++++++++++++++++++++++++++------
 po/ca.po                | 24 ++++++++++++++++++------
 po/cs.po                | 24 ++++++++++++++++++------
 po/da.po                | 24 ++++++++++++++++++------
 po/de.po                | 24 ++++++++++++++++++------
 po/dpkg.pot             | 22 ++++++++++++++++------
 po/dz.po                | 26 +++++++++++++++++++-------
 po/el.po                | 26 +++++++++++++++++++-------
 po/eo.po                | 24 ++++++++++++++++++------
 po/es.po                | 24 ++++++++++++++++++------
 po/et.po                | 26 +++++++++++++++++++-------
 po/eu.po                | 24 ++++++++++++++++++------
 po/fr.po                | 24 ++++++++++++++++++------
 po/gl.po                | 26 +++++++++++++++++++-------
 po/hu.po                | 26 +++++++++++++++++++-------
 po/id.po                | 26 +++++++++++++++++++-------
 po/it.po                | 24 ++++++++++++++++++------
 po/ja.po                | 24 ++++++++++++++++++------
 po/km.po                | 26 +++++++++++++++++++-------
 po/ko.po                | 26 +++++++++++++++++++-------
 po/ku.po                | 22 ++++++++++++++++------
 po/lt.po                | 25 ++++++++++++++++++-------
 po/mr.po                | 26 +++++++++++++++++++-------
 po/nb.po                | 26 +++++++++++++++++++-------
 po/ne.po                | 26 +++++++++++++++++++-------
 po/nl.po                | 24 ++++++++++++++++++------
 po/nn.po                | 24 ++++++++++++++++++------
 po/pa.po                | 24 +++++++++++++++++-------
 po/pl.po                | 24 ++++++++++++++++++------
 po/pt.po                | 24 ++++++++++++++++++------
 po/pt_BR.po             | 24 ++++++++++++++++++------
 po/ro.po                | 26 +++++++++++++++++++-------
 po/ru.po                | 24 ++++++++++++++++++------
 po/sk.po                | 24 ++++++++++++++++++------
 po/sv.po                | 24 ++++++++++++++++++------
 po/th.po                | 24 ++++++++++++++++++------
 po/tl.po                | 24 ++++++++++++++++++------
 po/tr.po                | 24 ++++++++++++++++++------
 po/vi.po                | 24 ++++++++++++++++++------
 po/zh_CN.po             | 24 ++++++++++++++++++------
 po/zh_TW.po             | 24 ++++++++++++++++++------
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 82 files changed, 815 insertions(+), 310 deletions(-)

commit 66a8200338ccd5b2ecea7999d44fce2bf4253611
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 00:37:13 2020 +0200

    Dpkg::Source::Package: Turn missing tarball signature error into a warning
    
    Do this for now, as it is causing unintended fallout, and does not play
    nice (yet) with tarballs repackaged by uscan(1).
    
    While a warning is not really satisfactory, it's good enough while a
    better deployment is devised.
    
    Closes: #963821

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

commit c4830037013f02c3b5d461857d62d6f6e344e8a4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 23:32:11 2020 +0200

    build: Fix name generation for translated man pages
    
    We need to use the shortest match, or we end up passing an empty
    argument which pod2man rejects and produces no output, which results
    in empty man pages being generated.
    
    Fixes: commit 81a1eb213668faabc6fe0e359cee2542c7e3c555
    Closes: #963794

 debian/changelog | 4 ++--
 man/Makefile.am  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 244dec2a9c3f6e9e3fcec1d7ef34f72cda013121
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 16:07:35 2020 +0200

    u-a: Create log directory if missing
    
    This will help with installation bootstrapping when dpkg has not yet
    been unpacked, or when using chroot style installations. Otherwise on
    normal operation this should never trigger.

 debian/changelog            |  1 +
 utils/update-alternatives.c | 10 ++++++++++
 2 files changed, 11 insertions(+)

commit 5f271ad4adfd8775683f7c85f3cb1788ff4a3030
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 16:06:55 2020 +0200

    u-a: Add new xstrndup() and xdirname() functions

 debian/changelog            |  1 +
 utils/update-alternatives.c | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit aa9159778d46bff55bcdb7501d280766a5f556a0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 16:05:18 2020 +0200

    u-a: Move log_msg() after make_path()
    
    This way we can use the latter.

 debian/changelog            |  3 +++
 utils/update-alternatives.c | 52 ++++++++++++++++++++++-----------------------
 2 files changed, 29 insertions(+), 26 deletions(-)

commit 6778b59ea0ec176000ed2ff0c7d4cdc72326f9ec
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 15:32:15 2020 +0200

    u-a: Create alternatives directory if missing
    
    This will help with installation bootstrapping when dpkg has not yet
    been unpacked, or when using chroot style installations. Otherwise on
    normal operation this should never trigger.
    
    Reported-by: Johannes Schauer <josch@debian.org>

 debian/changelog            |  3 +++
 utils/update-alternatives.c | 11 +++++++++++
 2 files changed, 14 insertions(+)

commit 3ef20c9d544ca0c2f3a6d617b0a9a380fca218a6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 13:48:41 2020 +0200

    build: Fix name and section generation for translated man pages
    
    The name and section were not being properly generated, which caused
    dh_installman to get very confused and end up installing empty man
    pages.
    
    Fixes: commit 81a1eb213668faabc6fe0e359cee2542c7e3c555
    Closes: #963794

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

commit 56c1ba5b08e917e4b458c98c022e0d84c9c15bdf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 13:35:03 2020 +0200

    debian: Install deb-src-symbols(5) in dpkg-dev package
    
    Fixes: commit 7100870cbd2e90f994f3e812bd12e85b814a1af5

 debian/changelog         | 1 +
 debian/dpkg-dev.manpages | 1 +
 2 files changed, 2 insertions(+)

commit c624b86dea639702c0b464f40f13979688c70f07
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 13:34:50 2020 +0200

    debian: Sort dpkg-dev.manpages file

 debian/changelog         |  2 ++
 debian/dpkg-dev.manpages | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 12 deletions(-)

commit d06eaaa3b7a16a3636e278f8f467cb4e5dfab836
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 10:53:47 2020 +0200

    dpkg: Do not include the architecture with --robot --version
    
    Fixes: commit 934741712f54226c26d909f6210e17164cc8936c

 debian/changelog | 1 +
 src/main.c       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit edc10b4b9e2632340ad131ad48bef31c2254a5b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 10:32:38 2020 +0200

    build: Do not fail if po4a is not found, and search for it just once
    
    A missing po4a should not be fatal, as it was before. And we should not
    override the initial feature check with the standard check, which was
    left over by mistake when the new check was introduced.
    
    Fixes: commit a74a91310260efe55cc986506fe208ae2776a45a

 debian/changelog | 1 +
 m4/dpkg-progs.m4 | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 7fd81dbbb95467b1ac1f8fbf2230ed6660aac87f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 10:30:05 2020 +0200

    build: Set SHELL in the test environment
    
    Make sure that SHELL is set in the test environment, otherwise the shell
    invocations will fail.

 check.am         | 1 +
 debian/changelog | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 481a33ca35578f718890c909d53c195d97406e2d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 03:10:42 2020 +0200

    Bump version to 1.20.2

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit b137e40d1b8bed00f758d9e70b58f6867cd756a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 02:41:53 2020 +0200

    Release 1.20.1

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

commit 63471db0248c7ad729e75a5c85c8a35cba588342
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 02:41:47 2020 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/dpkg-man.pot     | 317 +++++++++++++++++++++++-------
 man/po/es.po            | 425 +++++++++++++++++++++++++++++++++-------
 man/po/fr.po            | 506 +++++++++++++++++++++++++++++++++++++++---------
 man/po/hu.po            | 343 +++++++++++++++++++++++++-------
 man/po/it.po            | 448 ++++++++++++++++++++++++++++++++++--------
 man/po/ja.po            | 437 +++++++++++++++++++++++++++++++++--------
 man/po/nl.po            | 483 +++++++++++++++++++++++++++++++++++++--------
 man/po/pl.po            | 434 ++++++++++++++++++++++++++++++++++-------
 man/po/pt_BR.po         | 353 ++++++++++++++++++++++++++-------
 man/po/ru.po            | 363 +++++++++++++++++++++++++++-------
 man/po/sv.po            | 427 +++++++++++++++++++++++++++++++++-------
 man/po/zh_CN.po         | 337 +++++++++++++++++++++++++-------
 po/ast.po               | 179 ++++++++++++-----
 po/bs.po                | 144 ++++++++++----
 po/ca.po                | 291 +++++++++++++++++++++++-----
 po/cs.po                | 257 +++++++++++++++++++-----
 po/da.po                | 251 +++++++++++++++++++-----
 po/de.po                |   2 +-
 po/dpkg.pot             | 118 +++++++----
 po/dz.po                | 157 +++++++++++----
 po/el.po                | 168 +++++++++++-----
 po/eo.po                | 251 +++++++++++++++++++-----
 po/es.po                | 258 +++++++++++++++++++-----
 po/et.po                | 160 ++++++++++-----
 po/eu.po                | 251 +++++++++++++++++++-----
 po/fr.po                | 257 +++++++++++++++++++-----
 po/gl.po                | 168 +++++++++++-----
 po/hu.po                | 159 +++++++++++----
 po/id.po                | 169 ++++++++++++----
 po/it.po                | 257 +++++++++++++++++++-----
 po/ja.po                | 259 ++++++++++++++++++++-----
 po/km.po                | 155 +++++++++++----
 po/ko.po                | 171 ++++++++++++----
 po/ku.po                | 131 +++++++++----
 po/lt.po                | 143 ++++++++++----
 po/mr.po                | 153 +++++++++++----
 po/nb.po                | 169 ++++++++++++----
 po/ne.po                | 157 +++++++++++----
 po/nl.po                | 291 +++++++++++++++++++++++-----
 po/nn.po                | 135 +++++++++----
 po/pa.po                | 158 ++++++++++-----
 po/pl.po                | 257 +++++++++++++++++++-----
 po/pt.po                | 291 +++++++++++++++++++++++-----
 po/pt_BR.po             | 166 ++++++++++++----
 po/ro.po                | 169 ++++++++++++----
 po/ru.po                | 252 +++++++++++++++++++-----
 po/sk.po                | 194 ++++++++++++++-----
 po/sv.po                | 251 +++++++++++++++++++-----
 po/th.po                | 252 +++++++++++++++++++-----
 po/tl.po                | 135 +++++++++----
 po/tr.po                | 259 ++++++++++++++++++++-----
 po/vi.po                | 281 +++++++++++++++++++++------
 po/zh_CN.po             | 291 +++++++++++++++++++++++-----
 po/zh_TW.po             | 257 +++++++++++++++++++-----
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 93 files changed, 10634 insertions(+), 2795 deletions(-)

commit 85189151adc93655981a2e133b254412f50c20dc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 02:15:19 2020 +0200

    test: Add new test cases for dpkg-realpath

 scripts/Makefile.am       |   1 +
 scripts/t/dpkg_realpath.t | 127 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 128 insertions(+)

commit 9a55202f13a437c9b89a35fa60efb06d3c07c1d3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 02:14:01 2020 +0200

    dpkg-realpath: Properly handle relative pathnames
    
    If the pathname is relative prefix the current working directory, and
    then strip from it any root directory specified.

 scripts/dpkg-realpath.sh | 6 ++++++
 1 file changed, 6 insertions(+)

commit ecaa7595adcfd046ede09809b072895511d8666d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 02:13:39 2020 +0200

    dpkg-realpath: Do not accept unknown short options

 scripts/dpkg-realpath.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 90ce50af0a520552952cc37d708db7a0671700ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 02:12:44 2020 +0200

    dpkg-realpath, dpkg-m-h: Use DPKG_DATADIR for PKGDATADIR
    
    This makes it possible to set the directory to point to the source tree
    regardless of the current working directory. These assignments will be
    reset on installation by the final pkgdatadir anyway.

 scripts/dpkg-maintscript-helper.sh | 2 +-
 scripts/dpkg-realpath.sh           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 32c670b028464a9bd6ea25d0e926515127eb7d4b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Jun 26 18:17:26 2020 +0200

    German dpkg translation update
    
    Update to 1150t.

 po/de.po | 185 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 128 insertions(+), 57 deletions(-)

commit fe370de1e518de34db2d97c1d1ccc141141bf3fc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 07:09:57 2020 +0200

    dpkg-realpath, dpkg-m-h: Normalize root directory
    
    First use realpath on the root directory, then handle the default root
    directory case («/») by setting the root directory to an empty string.

 scripts/dpkg-maintscript-helper.sh | 4 ++++
 scripts/dpkg-realpath.sh           | 7 +++++++
 2 files changed, 11 insertions(+)

commit 5f454c08c5e3190dce3256019b4adef93dc62f99
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 06:37:10 2020 +0200

    dpkg-realpath: Do not expect pathname to be prefixed with root directory
    
    This made its usage cumbersome as then the root directory needs to be
    specified twice. It also diverges from the other commands as they do
    not expect the root directory to be prefixed, which would make this a
    rather unexpected interface.

 scripts/dpkg-maintscript-helper.sh | 2 +-
 scripts/dpkg-realpath.sh           | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

commit 11d1b249cf7bd838d6c608d99a5b61a87e6e3ebf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 06:35:56 2020 +0200

    dpkg-realpath, dpkg-m-h: Export DPKG_ROOT variable
    
    We need to make sure we initialize and export DPKG_ROOT so that dpkg
    child processes get the environment variable.

 scripts/dpkg-maintscript-helper.sh | 1 +
 scripts/dpkg-realpath.sh           | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit d462d716908250024e9487ac69b0ed69880eec95
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 06:17:15 2020 +0200

    dpkg-realpath: Check pathname argument after options parsing
    
    Fixes: commit 584d2a5575627f34dd796b550b09c590d34a79ae

 scripts/dpkg-realpath.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 583fbe17b97addd1fa11cb06ee6d46b140e80721
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jun 25 21:28:01 2020 +0200

    Update German translation of manual pages
    
    Update to 3116t1u.
    
    Fix typo noticed by Sven Joachim <svenjoac@gmx.de>, thanks.

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

commit 6dd2a4e569ba0a852a91d5fc3c315c56fe61e903
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 21:02:29 2020 +0200

    dpkg: Add missing coma in assertable list
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Fixes: commit e0e096046a8919a30b70d6bfd0443f25ceab3cdc

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1e361f60b3a9bc342a4e423fd49a2cce9f34c86
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 18:40:55 2020 +0200

    scripts: Fix shell library loading
    
    Move the «sh/» directory from the PKGDATADIR assignment to the shell
    library loading, as this is not really part of the actual PKGDATADIR.
    
    Fixes: commit 584d2a5575627f34dd796b550b09c590d34a79ae
    Fixes: commit 5a683899c5216dd565d21bb9b6592c1c6fde174b

 scripts/dpkg-maintscript-helper.sh | 4 ++--
 scripts/dpkg-realpath.sh           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 193fc4ce968888931be7071838d4f555dd37de9c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 18:06:22 2020 +0200

    debian: Install dpkg-realpath and dpkg-error.sh in dpkg.deb
    
    Fixes: commit 584d2a5575627f34dd796b550b09c590d34a79ae

 debian/dpkg.install | 2 ++
 1 file changed, 2 insertions(+)

commit 8a6f287b57f1a4c5deb3808f66d93123eb8c3382
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jun 25 20:52:28 2020 +0200

    Update German translation of manual pages
    
    Update to 3116t1u.

 man/po/de.po | 431 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 328 insertions(+), 103 deletions(-)

commit 89ed75d78dfccdcf6947c0231390f23991dbe698
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 8 13:35:48 2017 +0100

    u-a: Add DPKG_ROOT support
    
    Add new --instdir, and --rootdir options. Adapt the existing fsys
    abstraction to prefix instdir, and the output messages to take that
    into account too when necessary.
    
    Closes: #871808

 debian/changelog              |   2 +
 man/update-alternatives.pod   |  15 +++++
 utils/Makefile.am             |   1 +
 utils/t/update_alternatives.t |   3 +
 utils/update-alternatives.c   | 150 ++++++++++++++++++++++++++++++++++--------
 5 files changed, 143 insertions(+), 28 deletions(-)

commit 6db22ef4bcb66f587164dc05710cd577317ae2c0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 17:24:36 2020 +0200

    u-a: Add filesystem abstraction functions
    
    Abstract all filesystem access that should eventually be based on instdir
    via fsys_ prefixed functions, so that instdir is always prefixed very
    close to the functions that are going to do the actual filesystem access.
    This will make the code more maintainable and easy to reason about, even
    though we might end up doing more concatenation work than strictly
    necessary due to repeated prefixing further up the call stack.

 debian/changelog            |   1 +
 utils/update-alternatives.c | 156 ++++++++++++++++++++++++++------------------
 2 files changed, 94 insertions(+), 63 deletions(-)

commit cf6060588dd3305cb159d45aa361e78777344153
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 17:23:34 2020 +0200

    u-a: Add general purpose non-failing functions for admin directory access
    
    This will make possible to apply different logic to the administrative
    directory access and to the filesystem access.

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 27 +++++++++++++++++++++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)

commit 4524ec76857fc3864360ceb99dc7e120d3e88b65
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 16:31:43 2020 +0200

    u-a: Move argument parsing functions close to main()

 debian/changelog            |  1 +
 utils/update-alternatives.c | 80 ++++++++++++++++++++++-----------------------
 2 files changed, 41 insertions(+), 40 deletions(-)

commit 6a6a1422388059727dd642cbd5b9a4759fdc4a53
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 16:30:44 2020 +0200

    u-a: Move logging function close to output functions

 debian/changelog            |  1 +
 utils/update-alternatives.c | 55 ++++++++++++++++++++++-----------------------
 2 files changed, 28 insertions(+), 28 deletions(-)

commit dc6d81249f6e47c3d026d4d8576b1498a4ec34fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 14:52:18 2020 +0200

    u-a: Parametrize option names in output strings
    
    This makes the translations more generic, avoids translators
    incorrectly translating them, and fixes two instances of bogus option
    names in error messages.

 debian/changelog            |  1 +
 utils/update-alternatives.c | 27 +++++++++++++++++----------
 2 files changed, 18 insertions(+), 10 deletions(-)

commit 50e65267da27acf6e26bd9728e639d9acf25e275
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 2 23:15:42 2020 +0200

    Reformat shell code to follow the coding style

 debian/changelog                   |    1 +
 debian/dpkg.cron.daily             |   50 +-
 debian/dpkg.postrm                 |   38 +-
 dselect/methods/disk/install       |  156 +++---
 dselect/methods/disk/setup         |  317 ++++++------
 dselect/methods/disk/update        |  101 ++--
 dselect/methods/multicd/install    |  196 ++++---
 dselect/methods/multicd/setup      |  645 +++++++++++------------
 dselect/methods/multicd/update     |  129 +++--
 scripts/dpkg-maintscript-helper.sh | 1002 ++++++++++++++++++------------------
 10 files changed, 1301 insertions(+), 1334 deletions(-)

commit 6e840da58d56d61e58bbf4d2abbf3f485b34849f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 14 19:33:04 2018 +0200

    dpkg-maintscript-helper: Support DPKG_ROOT for symlink ←→ dir
    
    Closes: #832176
    Based-on-patch-by: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  3 ++
 man/dpkg-maintscript-helper.pod    |  8 ++++
 scripts/dpkg-maintscript-helper.sh | 87 ++++++++++++++++++++------------------
 3 files changed, 58 insertions(+), 40 deletions(-)

commit ab625356a41fd10f9e6d16becef021bdd81ea441
Author: David Kalnischkies <david@kalnischkies.de>
Date:   Sat Jul 23 10:07:53 2016 +0200

    dpkg-maintscript-helper: Support DPKG_ROOT for conffiles
    
    As dpkg-maintscript-helper "works around known dpkg limitations in
    maintainer scripts" it should behave as if it were a maintainerscript
    and prepend DPKG_ROOT to all paths it uses.
    
    This is preferred over having the conffile parameter(s) be prepended
    with DPKG_ROOT by the maintainerscripts calling the helper as the helper
    would then need to strip DPKG_ROOT from the path to verify if the
    conffile belongs to the package – it also means that it magically works
    for all callers instantly instead of requiring e.g. dh_installdeb to be
    patched and packages to be rebuilt against a patched version.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  3 ++
 scripts/dpkg-maintscript-helper.sh | 63 +++++++++++++++++++-------------------
 2 files changed, 35 insertions(+), 31 deletions(-)

commit 62fb1c5e631516cbaf8d5a3578e3b68d19379134
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 2 05:43:24 2020 +0200

    dpkg-realpath: Add support for --root and --instdir options

 debian/changelog         |  1 +
 man/dpkg-realpath.pod    | 13 ++++++++++++-
 scripts/dpkg-realpath.sh | 16 ++++++++++++++--
 3 files changed, 27 insertions(+), 3 deletions(-)

commit 8c59d393220ab34cd7a6ee3791f05ae15d3cf44b
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Wed May 20 18:35:08 2020 +0200

    dpkg-realpath: Add support for DPKG_ROOT
    
    [guillem@debian.org:
      - Hook the canonicalize function into the script.
      - Document the DPKG_ROOT usage in the man page. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog         |  2 ++
 man/dpkg-realpath.pod    |  4 +++
 scripts/dpkg-realpath.sh | 70 +++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 75 insertions(+), 1 deletion(-)

commit 584d2a5575627f34dd796b550b09c590d34a79ae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 18:32:33 2020 +0200

    dpkg-realpath: Add new program
    
    This program will be used by dpkg-maintscript-helper and any maintainter
    script that needs a realpath that can handle pathnames relative to the
    dpkg root directory.

 debian/changelog         |  3 ++
 debian/dpkg.manpages     |  1 +
 man/Makefile.am          |  2 ++
 man/dpkg-realpath.pod    | 59 ++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg          |  1 +
 scripts/.gitignore       |  1 +
 scripts/Makefile.am      |  2 ++
 scripts/dpkg-realpath.sh | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
 t/shellcheck.t           |  1 +
 9 files changed, 148 insertions(+)

commit 5a683899c5216dd565d21bb9b6592c1c6fde174b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 18:31:07 2020 +0200

    scripts: Refactor shell error handling into a shell library

 debian/changelog                   |  1 +
 scripts/Makefile.am                |  4 ++
 scripts/dpkg-maintscript-helper.sh | 79 ++------------------------------
 scripts/sh/dpkg-error.sh           | 92 ++++++++++++++++++++++++++++++++++++++
 t/shellcheck.t                     |  1 +
 5 files changed, 102 insertions(+), 75 deletions(-)

commit e0e096046a8919a30b70d6bfd0443f25ceab3cdc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 13:28:50 2020 +0200

    Add Protected field support
    
    This field is intended to make it possible to move several of the
    current packages marked as Essential, so that they can be removed on
    installations where these do not make sense being installed.
    
    Protected packages have some of the properties of Essential, but not
    all. These are intended to be used mostly for packages that are involved
    in booting the system.

 Makefile.am                        |  1 +
 debian/changelog                   |  1 +
 debian/dpkg-dev.docs               |  1 +
 doc/protected-field.txt            | 74 ++++++++++++++++++++++++++++++++++++++
 lib/dpkg/dpkg-db.h                 |  2 ++
 lib/dpkg/parse.c                   |  1 +
 lib/dpkg/pkg.c                     |  1 +
 man/deb-control.pod                | 14 +++++---
 man/deb-src-control.pod            |  2 ++
 man/dpkg-query.pod                 |  2 ++
 man/dpkg.pod                       | 10 ++++++
 man/dsc.pod                        |  5 +++
 scripts/Dpkg/Control/FieldsCore.pm | 11 ++++--
 scripts/dpkg-source.pl             |  4 ++-
 scripts/t/Dpkg_Control_Fields.t    | 11 +++---
 src/archives.c                     | 25 ++++++++++---
 src/enquiry.c                      |  8 +++++
 src/force.c                        |  5 +++
 src/force.h                        |  1 +
 src/main.c                         |  3 +-
 src/main.h                         |  2 ++
 src/remove.c                       | 12 +++++--
 src/select.c                       |  4 ++-
 src/unpack.c                       |  1 +
 24 files changed, 178 insertions(+), 23 deletions(-)

commit de218c8fa0ff58fe28735104a5ad10f3999e0470
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 20 00:21:16 2020 +0200

    Dpkg::Shlibs::SymbolFile: Avoid blacklist and whitelist terms
    
    While the terms whitelist and blacklist do not have an etymology
    with racial connotations, they still attribute positive and negative
    connotations to these colors for terms that are not explicitly
    descriptive of what they mean.
    
    We can use instead terms that are more descriptive, and have no negative
    connotations.
    
    Explicitly spell out that this is about internal symbols, and whether we
    allow them to appear in symbol files. Even though there do not appear to
    be users for the old directives in Debian, we will still do an ordered
    transition with deprecation warnings in case private and/or third-party
    users are affected.

 debian/changelog                                   |  1 +
 man/deb-src-symbols.pod                            | 17 +++--
 man/deb-symbols.pod                                | 13 ++--
 scripts/Dpkg/Shlibs/SymbolFile.pm                  | 47 +++++++++----
 scripts/Makefile.am                                | 10 +--
 scripts/t/Dpkg_Shlibs.t                            | 80 +++++++++++-----------
 .../{objdump.blacklisted => objdump.internal}      |  4 +-
 scripts/t/Dpkg_Shlibs/symbols.blacklist-filter     |  3 -
 scripts/t/Dpkg_Shlibs/symbols.blacklist-groups     |  4 --
 scripts/t/Dpkg_Shlibs/symbols.blacklist-ignore     |  3 -
 .../{symbols.blacklisted => symbols.internal}      |  0
 scripts/t/Dpkg_Shlibs/symbols.internal-allow       |  3 +
 .../t/Dpkg_Shlibs/symbols.internal-allow-groups    |  4 ++
 scripts/t/Dpkg_Shlibs/symbols.internal-filter      |  3 +
 14 files changed, 111 insertions(+), 81 deletions(-)

commit ff505bc6a53a4b49e50b0725e71cc27d1226052b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 19 23:34:34 2020 +0200

    Dpkg::Build::Info: Avoid whitelist in function name
    
    While the terms whitelist and blacklist do not have an etymology
    with racial connotations, they still attribute positive and negative
    connotations to these colors for terms that are not explicitly
    descriptive of what they mean.
    
    We can use instead terms that are more descriptive, and have no negative
    connotations.
    
    Deprecate get_build_env_whitelist() in favor of get_build_env_allowed(),
    and emit warnings when using the former.

 debian/changelog             |  1 +
 man/deb-buildinfo.pod        |  2 +-
 man/dpkg-genbuildinfo.pod    |  2 +-
 scripts/Dpkg/Build/Info.pm   | 28 +++++++++++++++++++++++-----
 scripts/dpkg-genbuildinfo.pl |  6 +++---
 scripts/t/Dpkg_Build_Info.t  |  4 ++--
 6 files changed, 31 insertions(+), 12 deletions(-)

commit fc7098c0cf6c92873981f8b3c6eb318ba054a36d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 19 23:34:34 2020 +0200

    man: Avoid whitelist term in dpkg-source(1)
    
    While the terms whitelist and blacklist do not have an etymology
    with racial connotations, they still attribute positive and negative
    connotations to these colors for terms that are not explicitly
    descriptive of what they mean.
    
    We can use instead terms that are more descriptive, and have no negative
    connotations.

 debian/changelog    | 1 +
 man/dpkg-source.pod | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit ca008d53b0ac1acb9c0a376346fbba544edfa34c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 22 18:57:07 2020 +0200

    Detect merged-usr-via-symlinks also with absolute pathnames
    
    We should detect both the current relative symlinks (usr/*), and also
    the absolute pathnames (/usr/*), as there's been installations with both
    forms.
    
    Reported-by: Adam Borowski <kilobyte@angband.pl>

 debian/bug-script             | 3 ++-
 debian/changelog              | 4 ++++
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 293d3e5f4fbfabc857326489e6a1210ec1863b74
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 23 00:41:31 2020 +0200

    man: Clarify the dpkg --no-act admonition

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

commit e3e405a8c49ffa38a1b3290b1c04ca4eeb17600c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 12:08:18 2020 +0200

    Unify ellipsis formatting in programs --help output

 debian/changelog |  1 +
 dpkg-deb/main.c  |  6 +++---
 src/divertcmd.c  |  2 +-
 src/main.c       | 10 +++++-----
 src/querycmd.c   |  2 +-
 src/statcmd.c    |  6 +++---
 src/trigcmd.c    |  4 ++--
 7 files changed, 16 insertions(+), 15 deletions(-)

commit 6cca7ea82bbe06e341e975782d9ba76dce93779f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 24 22:42:36 2020 +0200

    dpkg, dpkg-query: Document missing options in --help output

 debian/changelog | 1 +
 src/main.c       | 3 +++
 src/querycmd.c   | 1 +
 3 files changed, 5 insertions(+)

commit 934741712f54226c26d909f6210e17164cc8936c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 06:14:09 2020 +0200

    dpkg: Add a new --robot option to be used with --version
    
    This option will make --version print its output in a machine parseable
    format.

 debian/changelog |  1 +
 man/dpkg.pod     | 12 ++++++++++++
 src/main.c       | 13 ++++++++++---
 src/main.h       |  1 +
 4 files changed, 24 insertions(+), 3 deletions(-)

commit cf3f7151de62b69ae4f821c165d0697109c912ac
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 2 01:55:10 2020 +0200

    dpkg-parsechangelog: Fix --show-field for multiline fields
    
    We were not stripping trailing whitespace, and were not prefixing
    empty lines with a ‘.’, like when printing with the field names.
    
    Reported-by: Paul Wise <pabs@debian.org>

 debian/changelog               |  4 ++++
 scripts/dpkg-parsechangelog.pl | 17 ++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

commit a88a2df315883804038828f10af79a3412904239
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 13:01:22 2020 +0200

    debian: Fix typos in changelog

 debian/changelog | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit f5d679d1e4719d47f39dfb9ca6822a0517f6a43e
Author: Boyuan Yang <byang@debian.org>
Date:   Mon Jun 15 05:07:51 2020 +0200

    po: Update Simplified Chinese programs translation
    
    Closes: #958437
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 121 ++++++++++++++++++++++++-------------------------------
 2 files changed, 53 insertions(+), 69 deletions(-)

commit 14bf41d1c108faf3407037a332bc35f4cafc6270
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 22 05:20:44 2020 +0200

    build: Fix shell files substitution for version variable
    
    Variables in shell scripts do not accept spaces around the equal sign.
    Adjust the regex to not match such incorrect variable syntax.

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

commit 1c4e2a641746ea624938cb1957351bea11f00a02
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 22 01:43:03 2020 +0200

    test: Update suppressions for cppcheck 2.1
    
    We need to disable some more false positives related to cppcheck not
    understanding non-returning functions.

 debian/changelog         | 2 +-
 t/cppcheck/cppcheck.supp | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 33b5bf0f9742970ccf198fc1b2f4f9864cedb4a9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jun 1 08:41:19 2020 +0200

    Update German translation of manual pages
    
    Update to 3087t1u.

 man/po/de.po | 1431 ++++++++++++++++++++++------------------------------------
 1 file changed, 535 insertions(+), 896 deletions(-)

commit ce0c9d09908faa00c95c9e24a867f870ecf71e01
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jun 1 08:20:44 2020 +0200

    German dpkg translation update
    
    Update to 1141t.

 po/de.po | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit ade9c8e28de7950b73f0e752555880f89bf847c4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 04:10:04 2020 +0200

    test: Skip autogenerated files from codespell
    
    Files that have been autogenerated are of no interest because in many
    cases we have little direct control over them.

 debian/changelog | 1 +
 t/codespell.t    | 5 +++++
 2 files changed, 6 insertions(+)

commit 23aea35bc12fbfe3cf49057c7fc4f942fc355708
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 02:19:11 2020 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     |  4 ++--
 po/ast.po               | 24 ++++++++++++++++++------
 po/bs.po                | 16 +++++++++++++---
 po/ca.po                | 24 ++++++++++++++++++------
 po/cs.po                | 24 ++++++++++++++++++------
 po/da.po                | 24 ++++++++++++++++++------
 po/de.po                | 18 ++++++++++++------
 po/dpkg.pot             | 18 ++++++++++++++----
 po/dz.po                | 24 ++++++++++++++++++------
 po/el.po                | 24 ++++++++++++++++++------
 po/eo.po                | 24 ++++++++++++++++++------
 po/es.po                | 24 ++++++++++++++++++------
 po/et.po                | 22 +++++++++++++++++-----
 po/eu.po                | 24 ++++++++++++++++++------
 po/fr.po                | 24 ++++++++++++++++++------
 po/gl.po                | 24 ++++++++++++++++++------
 po/hu.po                | 24 ++++++++++++++++++------
 po/id.po                | 24 ++++++++++++++++++------
 po/it.po                | 24 ++++++++++++++++++------
 po/ja.po                | 24 ++++++++++++++++++------
 po/km.po                | 24 ++++++++++++++++++------
 po/ko.po                | 24 ++++++++++++++++++------
 po/ku.po                | 16 +++++++++++++---
 po/lt.po                | 24 ++++++++++++++++++------
 po/mr.po                | 24 ++++++++++++++++++------
 po/nb.po                | 24 ++++++++++++++++++------
 po/ne.po                | 24 ++++++++++++++++++------
 po/nl.po                | 24 ++++++++++++++++++------
 po/nn.po                | 22 ++++++++++++++++------
 po/pa.po                | 17 ++++++++++++++---
 po/pl.po                | 24 ++++++++++++++++++------
 po/pt.po                | 24 ++++++++++++++++++------
 po/pt_BR.po             | 24 ++++++++++++++++++------
 po/ro.po                | 24 ++++++++++++++++++------
 po/ru.po                | 24 ++++++++++++++++++------
 po/sk.po                | 24 ++++++++++++++++++------
 po/sv.po                | 24 ++++++++++++++++++------
 po/th.po                | 24 ++++++++++++++++++------
 po/tl.po                | 22 ++++++++++++++++------
 po/tr.po                | 24 ++++++++++++++++++------
 po/vi.po                | 24 ++++++++++++++++++------
 po/zh_CN.po             | 24 ++++++++++++++++++------
 po/zh_TW.po             | 24 ++++++++++++++++++------
 scripts/po/ca.po        | 28 +++++++++++++++++++---------
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot | 29 +++++++++++++++++++----------
 scripts/po/es.po        | 32 +++++++++++++++++++++-----------
 scripts/po/fr.po        | 28 +++++++++++++++++++---------
 scripts/po/pl.po        | 28 +++++++++++++++++++---------
 scripts/po/ru.po        | 28 +++++++++++++++++++---------
 scripts/po/sv.po        | 28 +++++++++++++++++++---------
 82 files changed, 897 insertions(+), 341 deletions(-)

commit 4947d29af2e7b9af29bb4f9baf59332ab19993ac
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 07:20:32 2020 +0200

    build: Remove no longer needed POD conversion scripts
    
    These have served their purpose and we do not need them anymore. They
    are going to be present in the git history for future reference.

 man/man2pod.mk       |  24 ------
 man/man2pod.pl       | 205 ---------------------------------------------------
 man/pod-po-unfuzz.pl |  35 ---------
 man/podfixup.pl      |  29 --------
 4 files changed, 293 deletions(-)

commit fceea323cf33dbb5c01e2614cdb3edc82366801e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 07:19:38 2020 +0200

    man: Convert man pages from roff to POD
    
    Use the conversion scripts by running «make -C man -f man2pod.mk».

 debian/changelog                                   |     1 +
 man/{deb-buildinfo.man => deb-buildinfo.pod}       |   289 +-
 man/deb-changelog.man                              |   187 -
 man/deb-changelog.pod                              |   213 +
 man/{deb-changes.man => deb-changes.pod}           |   234 +-
 man/deb-conffiles.man                              |    47 -
 man/deb-conffiles.pod                              |    49 +
 man/{deb-control.man => deb-control.pod}           |   525 +-
 man/deb-extra-override.man                         |    60 -
 man/deb-extra-override.pod                         |    65 +
 man/deb-old.man                                    |    75 -
 man/deb-old.pod                                    |    79 +
 man/deb-origin.man                                 |    67 -
 man/deb-origin.pod                                 |    82 +
 man/deb-override.man                               |    71 -
 man/deb-override.pod                               |    76 +
 man/deb-postinst.man                               |    57 -
 man/deb-postinst.pod                               |    70 +
 man/deb-postrm.man                                 |    59 -
 man/deb-postrm.pod                                 |    74 +
 man/deb-preinst.man                                |    47 -
 man/deb-preinst.pod                                |    58 +
 man/deb-prerm.man                                  |    52 -
 man/deb-prerm.pod                                  |    64 +
 man/deb-shlibs.man                                 |    85 -
 man/deb-shlibs.pod                                 |   103 +
 man/deb-split.man                                  |    71 -
 man/deb-split.pod                                  |    99 +
 man/deb-src-control.man                            |   488 -
 man/deb-src-control.pod                            |   507 +
 man/deb-src-files.man                              |    63 -
 man/deb-src-files.pod                              |    69 +
 man/deb-src-rules.man                              |    88 -
 man/deb-src-rules.pod                              |   101 +
 man/{deb-src-symbols.man => deb-src-symbols.pod}   |   414 +-
 man/{deb-substvars.man => deb-substvars.pod}       |   278 +-
 man/deb-symbols.man                                |   108 -
 man/deb-symbols.pod                                |   117 +
 man/deb-triggers.man                               |   111 -
 man/deb-triggers.pod                               |   118 +
 man/{deb-version.man => deb-version.pod}           |   160 +-
 man/{deb.man => deb.pod}                           |   175 +-
 man/{deb822.man => deb822.pod}                     |   137 +-
 man/dpkg-architecture.man                          |   395 -
 man/dpkg-architecture.pod                          |   544 +
 man/dpkg-buildflags.man                            |   655 -
 man/dpkg-buildflags.pod                            |   779 +
 man/dpkg-buildpackage.man                          |   597 -
 man/dpkg-buildpackage.pod                          |   723 +
 man/dpkg-checkbuilddeps.man                        |    99 -
 man/dpkg-checkbuilddeps.pod                        |   122 +
 man/{dpkg-deb.man => dpkg-deb.pod}                 |   419 +-
 man/dpkg-distaddfile.man                           |    80 -
 man/dpkg-distaddfile.pod                           |   101 +
 man/dpkg-divert.man                                |   206 -
 man/dpkg-divert.pod                                |   247 +
 man/dpkg-genbuildinfo.man                          |   174 -
 man/dpkg-genbuildinfo.pod                          |   212 +
 man/dpkg-genchanges.man                            |   223 -
 man/dpkg-genchanges.pod                            |   276 +
 man/{dpkg-gencontrol.man => dpkg-gencontrol.pod}   |   260 +-
 man/{dpkg-gensymbols.man => dpkg-gensymbols.pod}   |   325 +-
 man/dpkg-maintscript-helper.man                    |   291 -
 man/dpkg-maintscript-helper.pod                    |   315 +
 man/dpkg-mergechangelogs.man                       |    98 -
 man/dpkg-mergechangelogs.pod                       |   110 +
 man/dpkg-name.man                                  |   134 -
 man/dpkg-name.pod                                  |   162 +
 man/dpkg-parsechangelog.man                        |   227 -
 man/dpkg-parsechangelog.pod                        |   277 +
 man/dpkg-query.man                                 |   426 -
 man/dpkg-query.pod                                 |   495 +
 man/dpkg-scanpackages.man                          |   144 -
 man/dpkg-scanpackages.pod                          |   166 +
 man/dpkg-scansources.man                           |   119 -
 man/dpkg-scansources.pod                           |   137 +
 man/{dpkg-shlibdeps.man => dpkg-shlibdeps.pod}     |   485 +-
 man/{dpkg-source.man => dpkg-source.pod}           |  1063 +-
 man/{dpkg-split.man => dpkg-split.pod}             |   292 +-
 man/dpkg-statoverride.man                          |   176 -
 man/dpkg-statoverride.pod                          |   220 +
 man/dpkg-trigger.man                               |   113 -
 man/dpkg-trigger.pod                               |   145 +
 man/dpkg-vendor.man                                |    78 -
 man/dpkg-vendor.pod                                |   102 +
 man/dpkg.cfg.man                                   |    40 -
 man/dpkg.cfg.pod                                   |    43 +
 man/dpkg.man                                       |  1182 --
 man/dpkg.pod                                       |  1370 ++
 man/dsc.man                                        |   246 -
 man/dsc.pod                                        |   277 +
 man/dselect.cfg.man                                |    40 -
 man/dselect.cfg.pod                                |    43 +
 man/{dselect.man => dselect.pod}                   |   799 +-
 man/po/de.po                                       | 16851 +++++++++--------
 man/po/dpkg-man.pot                                | 15879 ++++++++--------
 man/po/es.po                                       | 18144 +++++++++---------
 man/po/fr.po                                       | 18248 ++++++++++---------
 man/po/hu.po                                       | 17038 ++++++++---------
 man/po/it.po                                       | 18108 +++++++++---------
 man/po/ja.po                                       | 18102 +++++++++---------
 man/po/nl.po                                       | 18106 +++++++++---------
 man/po/pl.po                                       | 18227 +++++++++---------
 man/po/pt_BR.po                                    | 17143 ++++++++---------
 man/po/ru.po                                       | 17238 +++++++++---------
 man/po/sv.po                                       | 18145 +++++++++---------
 man/po/zh_CN.po                                    | 16417 ++++++++---------
 ...start-stop-daemon.man => start-stop-daemon.pod} |   603 +-
 ...te-alternatives.man => update-alternatives.pod} |   676 +-
 109 files changed, 127886 insertions(+), 123184 deletions(-)

commit 81a1eb213668faabc6fe0e359cee2542c7e3c555
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 00:36:20 2016 +0200

    build: Add support for switching man pages from roff to POD format
    
    This makes editing, reading and translating the man page sources more
    pleasant and obvious, as the markup is now way less obtrusive. For
    translations the markup was some times leaking from po4a, as it did not
    understand all roff macros, something that will stop happening now.
    
    The man page sources required multiple fixes for issues that got
    revealed during the conversion process, and massaging so that the
    conversion would be easier to do automatically. These have been done in
    previous commits.
    
    The conversion also takes care of cleaning up markup artifacts due to
    the way nroff works. To preserve the spacing in item entries, we had to
    use S<>.
    
    One issue from the conversion was preserving the usage of markup within
    verbatim blocks. This is not officially supported by the POD format,
    but there's a hack that can be used if our only target is man output.
    The hack makes use of pod2man not reflowing the text, so that we trick
    it into considering a paragraph as non-verbatim by making the first line
    start on the first column with a zero-width space, and subsequent lines
    start with a leading space, which will end up in the man page and
    interpreted as verbatim blocks. It looks like this:
    
      ,---
      Some paragraph.
      Z<>
       Some verbatim C<block>,
       that supports B<markup>.
      `---
    
    The notable differences are:
    
      - The generated files do not contain copyright nor license notices.
        This needs either support from pod2man(1) (say by adding support
        for a new =begin type of block), or perhaps get them injected by
        a post-processing script.
      - Many minus signs are output as hyphens, but this is pretty much
        a non-issue as most if not all roff processors have defaulted to
        make these equal for some time, so escaping them is not needed
        anymore, and is not really possible to do automatically in POD.
    
    There are further cleanups that can be performed, but will be postponed
    for a later point, so that they can be unfuzzied in block:
    
      - Use L<>, which got switched to be in bold instead of italic
        since Pod::Man 4.10 (2017-12-25) in perl 5.28.0.
      - Use F<> and C<>.
      - Switch from B<foo E<lt> bar> style mappings to B<< foo < bar >> form.

 debian/changelog     |   1 +
 man/Makefile.am      | 155 ++++++++++++++++++++------------------
 man/man2pod.mk       |  24 ++++++
 man/man2pod.pl       | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++
 man/po/de.add        |   4 +-
 man/po/es.add        |  10 ++-
 man/po/fr.add        |   6 +-
 man/po/hu.add        |   2 +-
 man/po/ja.add        |   8 +-
 man/po/pl.add        |  26 ++++---
 man/po/po4a.cfg      | 114 ++++++++++++++--------------
 man/po/ru.add        |   4 +-
 man/po/sv.add        |   4 +-
 man/pod-po-unfuzz.pl |  35 +++++++++
 man/podfixup.pl      |  29 ++++++++
 15 files changed, 475 insertions(+), 152 deletions(-)

commit 74f9758d1f831c6d87ab6cbdb164b8eb383cd8ab
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 18:23:27 2020 +0200

    man: Add a missing comma after man page reference in SEE ALSO section

 debian/changelog | 1 +
 man/deb.man      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 70ffa0d2df4d48911358a7815b9b2edbf8955def
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 16:44:39 2020 +0200

    man: Do not mark end of sentence period with bold

 debian/changelog            | 1 +
 man/update-alternatives.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit b3f8035156a42937c44d4d9776b1989ad60ce2d2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 06:18:18 2020 +0200

    man: Use .ig/.. to disable text instead of commenting it out
    
    Commented markup is problematic when converting it to POD. It also
    means it does not get translated, which we do want as when we enable
    this back it will then not produce untranslated strings.

 debian/changelog |  1 +
 man/dpkg.man     | 16 +++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit ff8201011d72ffd89c566f702b9af1e59031bcdd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 16 16:52:31 2020 +0200

    man: Fix indentation in example sections
    
    The example blocks are already indented, no need to indent them further.
    
    Fixes: commit bc628ec488b0fb11b629eb0143101bcf04e759b0

 man/deb-src-symbols.man      | 10 ++++++----
 man/deb-substvars.man        | 18 +++++++++---------
 man/dpkg-buildflags.man      | 40 ++++++++++++++++++++--------------------
 man/dpkg-mergechangelogs.man |  6 +++---
 man/dpkg-source.man          | 14 +++++++-------
 5 files changed, 45 insertions(+), 43 deletions(-)

commit a6b2029051f93552a033e38bb08bcd52aee19279
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 05:31:32 2020 +0200

    man: Fix list markup
    
    Fixes: commit d06f6250be568375cdad74ff5c614b20f5c1b7a9

 man/dselect.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1c6c7ecec252f3d448fb43dc8defc3ad83121a72
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 04:53:38 2020 +0200

    man: Do not nest font markup
    
    This makes the conversion from roff to POD easier.

 debian/changelog          |  1 +
 man/deb-changes.man       |  2 +-
 man/deb-shlibs.man        |  2 +-
 man/deb-src-control.man   |  2 +-
 man/deb-src-symbols.man   |  6 +++---
 man/deb-substvars.man     |  4 ++--
 man/dpkg-name.man         |  2 +-
 man/dpkg-query.man        |  2 +-
 man/dpkg-shlibdeps.man    | 10 +++++-----
 man/dpkg-source.man       |  5 +++--
 man/dpkg-split.man        |  2 +-
 man/dpkg-statoverride.man |  4 ++--
 man/dpkg.man              | 12 ++++++------
 man/dsc.man               |  2 +-
 14 files changed, 29 insertions(+), 27 deletions(-)

commit 4f31d8472e9487b6cde5bb3caab1baed9335d2d6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 03:13:25 2020 +0200

    man: Balance font markup
    
    In some cases these have implied text not getting their correct font
    markup in the output. In some others it has not been a problem, but
    will help with the man to POD conversion.

 debian/changelog       | 1 +
 man/deb-postrm.man     | 2 +-
 man/dpkg-shlibdeps.man | 2 +-
 man/dpkg-source.man    | 8 ++++----
 man/dpkg.man           | 2 +-
 5 files changed, 8 insertions(+), 7 deletions(-)

commit 1db28b2019bb80529484a6f02276e37956289023
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 03:15:50 2020 +0200

    man: Surround markup within verbatim blocks with .nf/.fi
    
    When converting to POD we will use the markup inside verbatim blocks
    hack to represent these.

 debian/changelog                |  1 +
 man/deb-symbols.man             |  6 ++----
 man/dpkg-maintscript-helper.man | 42 ++++++++++++++++++++++++++++++-----------
 3 files changed, 34 insertions(+), 15 deletions(-)

commit 5bfd9bab2d911460801513fb23f853ddeb0feeec
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 17 16:59:05 2020 +0200

    man: Place description of override value column on its own paragraph

 debian/changelog           | 1 +
 man/deb-extra-override.man | 1 +
 2 files changed, 2 insertions(+)

commit b9c9c767774ec35a7e1538eef454936fac746774
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 27 04:18:58 2020 +0200

    man: Fix dpkg-gencontrol -P description to not refer to dpkg-source
    
    Reword the option description to match the one in dpkg-gensymbols, which
    is more generic and does not self-reference the tool.
    
    Reported-by: Jakub Wilk <jwilk@jwilk.net>

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

commit 1052d840f5feed79c18e2689b63b3dc06e6ee286
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 17 16:57:02 2020 +0200

    man: The Installed-Size field does not get its value from du(1)
    
    This has been the case since 1.18.0.

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

commit 5b6c9ee6bbc95a314b0760b1adf1b34a04f94b2f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 17 16:54:26 2020 +0200

    man: Update dselect methods provided
    
    Several got removed in 1.20.0.

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

commit ab3c692a19252f83f6f9e07b0e5485edb8fe307f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 03:14:50 2020 +0200

    man: Add semicolons before varbatim code blocks

 debian/changelog        | 1 +
 man/deb-shlibs.man      | 2 +-
 man/deb-src-symbols.man | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 51c76ae213b34bc81eac55c35e1c7025ba5ca940
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 03:13:49 2020 +0200

    man: Reword text to reduce length in verbatim code block

 debian/changelog      | 1 +
 man/deb-changelog.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit c08dcba7b1fad89053c9abf348f052bb2c5e45d1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 22 04:53:38 2020 +0200

    u-a: Set the umask to 022 on program start
    
    We need to set a safe umask so that any write we perform on the
    filesystem, including our own database, gets expected permissions.
    
    Reported-by: Paul Wise <pabs@debian.org>

 debian/changelog            | 2 ++
 utils/update-alternatives.c | 2 ++
 2 files changed, 4 insertions(+)

commit f5ddb3da13bd645bb7d800b0d5476c2147b13b15
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 23 05:26:50 2020 +0200

    libdpkg: Do not use econtext->errmsg on out of context abort
    
    When we do not have an econtext in place, either because it has not been
    setup yet, or because the last one got pop'ed, we cannot use its errmsg
    member. Instead use a new string to explain the problem.
    
    Warned-by: clang-11

 debian/changelog   | 2 ++
 lib/dpkg/ehandle.c | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 2cb4c03e6cbabf8880bc226c4b35a870fc206ec4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 31 13:30:37 2020 +0200

    libdpkg: Fix error message for invalid version ending in dependency parser
    
    The error messages where printing a character not matching the actual
    one found, which can be rather confusing. Merge the two identical cases
    by parametrizing the character to print, and print out also what is
    expected to help the user.
    
    Fixes: commit 9cb480c21790353bfeab5a359f709b37eeb1020d
    Fixes: commit 4f291d7421b7b991fcd61fce47591845725309ff

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

commit 012ab5b83140547cbe73afec2b7dc511f56879c4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 06:09:54 2020 +0200

    libdpkg: Move version unterminated case in dependency parser before catch-all
    
    The code had a dead branch that would never trigger due to the previous
    catch-all one. Move it at the beginning.
    
    Warned-by: cppcheck (knownConditionTrueFalse)
    Fixes: commit 4f291d7421b7b991fcd61fce47591845725309ff

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

commit d2bbc4075c7c2967cd28597322158eacc41e5680
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 18:51:59 2020 +0200

    dpkg-split: Fix off-by-one check in ar header padding
    
    We always allocate two more bytes than the member size, and NUL the byte
    past the member size. But we were checking one byte past the padding byte
    which would not match, and would make the parser error out on valid
    archives.
    
    Update the functional test suite to add two digit split parts so that we
    can trigger this condition in the future and avoid regressions.
    
    Fixes: commit a15e095201abd2cb3490337b620ede8338bc3de1
    Stable-Candidate: 1.18.x 1.19.x

 debian/changelog    |  2 ++
 dpkg-split/info.c   |  2 +-
 t-func/deb-split.at | 87 +++++++++++++++++++++++++++++++++++------------------
 3 files changed, 60 insertions(+), 31 deletions(-)

commit 906b9e51ef673a14ecc18c0c9989464d4f2c5127
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 23 05:23:26 2020 +0200

    dpkg-split: Switch part number variables from unsigned int to int
    
    This fixes a mismatch format specifier in printf() with the
    variables types. Remove now unnecessary casts. And adapts the strtol()
    calls to handle negative values which we were not handling before.
    
    Warned-by: cppcheck

 debian/changelog        |  1 +
 dpkg-split/dpkg-split.h |  2 +-
 dpkg-split/join.c       |  6 +++---
 dpkg-split/queue.c      | 11 +++++------
 4 files changed, 10 insertions(+), 10 deletions(-)

commit 5d0a22e90a54372870f64e5119e7d07c1b4673a9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 25 22:18:54 2020 +0200

    debian: Install specifications to /usr/share/doc/dpkg/ in dpkg-dev package
    
    Consider this a documentation package when it comes to the
    specifications, and use the dpkg doc directory as a location point for
    these files.

 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 299e5fc84266c0c952039642ab94451b4276775b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 25 22:18:54 2020 +0200

    build: Install public documents in docdir
    
    These are supposed to be installed, as some of them are referenced from
    the man pages. Update those references to use the new standardized paths.

 Makefile.am          | 13 ++++++++-----
 debian/changelog     |  1 +
 debian/dpkg-dev.docs |  6 +++---
 debian/dpkg.docs     |  4 ++--
 man/deb-triggers.man |  3 +--
 man/dpkg-trigger.man |  3 +--
 6 files changed, 16 insertions(+), 14 deletions(-)

commit 4a95b5c6976328405d566adb19a4c1bbdc519929
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 20:54:06 2020 +0200

    debian: Rename debian/usertags to debian/README.bug-usertags
    
    The name by itself is not very self-descriptive, which can be confusing.

 Makefile.am                              | 2 +-
 debian/{usertags => README.bug-usertags} | 0
 debian/changelog                         | 1 +
 debian/dpkg.docs                         | 2 +-
 4 files changed, 3 insertions(+), 2 deletions(-)

commit 9b44d302d6ab2d25bad8b3532c9b5e666478203a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 20:52:03 2020 +0200

    debian: Install AUTHORS, THANKS, usertags, README.* only in dpkg.deb
    
    There is no need to duplicate these in all dpkg suite packages.

 Makefile.am              | 2 --
 debian/changelog         | 2 ++
 debian/dpkg-dev.docs     | 5 -----
 debian/dpkg.docs         | 1 +
 debian/dselect.docs      | 3 ---
 debian/libdpkg-dev.docs  | 4 ----
 debian/libdpkg-perl.docs | 5 -----
 7 files changed, 3 insertions(+), 19 deletions(-)

commit eeb79a3c306eab5930957c7cc0793926f1d0b77e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 22 05:48:51 2020 +0200

    test: Update suppressions for cppcheck 2.0
    
    We need to disable some more false positives. And while we should be
    configuring some -I and -D, we cannot, as cppcheck lack of understanding
    of non-returning functions makes the subsequent analysis useless.

 debian/changelog         | 1 +
 t/cppcheck.t             | 4 ++++
 t/cppcheck/cppcheck.supp | 9 +++++++++
 3 files changed, 14 insertions(+)

commit eea5e131688b093778d32e17b3156ec88b99010e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 01:02:38 2020 +0200

    test: Update suppressions for codespell 1.17.1

 t/codespell.t         | 1 +
 t/codespell/stopwords | 1 +
 2 files changed, 2 insertions(+)

commit ac991bb3742bdc3b693717dfcd2545ba30cd1bbd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 01:22:53 2020 +0200

    debian: Fix typos in changelogs
    
    Warned-by: codespell

 debian/changelog                | 2 +-
 scripts/t/Dpkg_Changelog/shadow | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit fd9d626401c8cbef7a24534ac388335920d93416
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 30 20:46:26 2020 +0200

    build: Add man page number suffixes to the automake SUFFIXES variable
    
    Suffix rules need to know which suffixes are to be matched. List all
    the man page target suffixes for that to properly work.

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

commit 7b6c094240a722889693ea39e62ae7c380cf9484
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 00:36:20 2016 +0200

    build: Do not use make prerequisites on suffix rule definitions
    
    This do not have the intended effect of declaring a dependency, and
    might be considered instead as normal files with funky names with
    newer make versions.
    
    Warned-by: make
    Closes: #961850

 debian/changelog            | 2 ++
 dselect/methods/Makefile.am | 2 +-
 man/Makefile.am             | 8 ++++----
 scripts/Makefile.am         | 4 ++--
 4 files changed, 9 insertions(+), 7 deletions(-)

commit 708d69da837d1b728f2d957ce2db6a3ef243ea20
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 23 21:28:38 2020 +0200

    build: Use po4a mode=eof support in addenda
    
    Supported since po4a 0.59.

 debian/changelog | 1 +
 debian/control   | 2 +-
 man/po/de.add    | 2 +-
 man/po/es.add    | 2 +-
 man/po/fr.add    | 2 +-
 man/po/hu.add    | 2 +-
 man/po/ja.add    | 2 +-
 man/po/pl.add    | 2 +-
 man/po/ru.add    | 2 +-
 man/po/sv.add    | 2 +-
 10 files changed, 10 insertions(+), 9 deletions(-)

commit fec886786d2fe3ba6aaaf984a8a2e599eaed101e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 23 21:27:00 2020 +0200

    build: Use po4a conditional addendum support and remove empty addenda
    
    This is supported in po4a since 0.58.

 debian/changelog | 1 +
 debian/control   | 2 +-
 man/po/it.add    | 1 -
 man/po/nl.add    | 1 -
 man/po/po4a.cfg  | 2 +-
 man/po/pt_BR.add | 2 --
 man/po/zh_CN.add | 0
 7 files changed, 3 insertions(+), 6 deletions(-)

commit a74a91310260efe55cc986506fe208ae2776a45a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 04:47:28 2020 +0200

    build: Require po4a >= 0.59
    
    Supporting older versions resulted impractical, as we could not use
    the refactored addenda specification anyway. Also 0.58 had broken
    --srcdir support, and the new 0.59 has a nice addenda mode=eof which
    will simplify the switch to POD. So let's just require the newer
    version so that we can make use of the new features.

 README           |  2 +-
 debian/changelog |  7 ++++---
 debian/control   |  2 +-
 m4/dpkg-progs.m4 | 29 ++++++++++++++++-------------
 man/Makefile.am  |  3 +--
 5 files changed, 23 insertions(+), 20 deletions(-)

commit 2b6a69f993e48e73b98c8bdd41fc92a90e23dd2b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 16 22:44:34 2020 +0200

    build: Handle po4a --porefs difference between 0.58 and earlier versions
    
    Before po4a 0.58 --porefs supported specifying a wrapping mode by
    appending «,wrap» or «,nowrap», with the default being “nowrap”.
    Starting with po4a 0.58 the default has changed to “wrap”, and these
    modifiers are not accepted anymore, which causes a problem with
    backwards compatibility as we cannot get consistent behavior across
    different versions.
    
    Detect this in configure and pass the «,wrap» modifier when needed
    and supported, which should make it possible to build the man pages
    again consistently in Debian buster and bullseye.

 README           |  2 +-
 debian/changelog |  3 ++-
 m4/dpkg-progs.m4 | 14 ++++++++++++++
 man/Makefile.am  |  3 ++-
 4 files changed, 19 insertions(+), 3 deletions(-)

commit 6f6f713222b7a65e7ba31d31579baf39a84c330c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 16 17:52:43 2020 +0200

    build: Do not use ? in addenda pathname
    
    This is not really required as we provide addenda for every language,
    and it is making the build fail when using older po4a.
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/po/po4a.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2261027d7fe5349931683fe0dbf17c11c2e4e454
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 16 17:33:12 2020 +0200

    libdpkg: When using uselocale(), include <xlocale.h> if available
    
    Some systems do not have the locale_t and extended locale support
    definitions in <locale.h> but instead in <xlocale.h>, such as some
    BSDs. This got later standardized in POSIX.1-2008 in <locale.h>.
    
    Reported-by: Sirio Balmelli <sirio@b-ad.ch>

 configure.ac     | 1 +
 debian/changelog | 4 ++++
 lib/dpkg/i18n.c  | 3 +++
 3 files changed, 8 insertions(+)

commit 9b4b210c4028f5b187beab5b2e5b1e1c972fe006
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 16 13:33:36 2020 +0200

    Update German translation of manual pages
    
    Update to 3149t.

 man/po/de.po | 1633 +++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 1116 insertions(+), 517 deletions(-)

commit 70fc08c143f1ae1b746780993142ae9428ec2e53
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 22:53:33 2020 +0200

    debian: Handle missing localized man pages gracefully
    
    Translations for man pages might stop being generated if they do not
    reach certain threshold, and the code should not fail in that case.
    
    Using the «test -e && install» construct meant that when the file was
    not present it would return an error code.

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

commit 598e1b3e9c9b665829ea7c1b3ee157038708e14f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 16:55:08 2020 +0200

    Use $() in shell or qx() in perl instead of ``

 debian/changelog                |  2 ++
 dselect/methods/disk/setup      |  8 ++++----
 dselect/methods/multicd/install | 14 +++++++-------
 dselect/methods/multicd/setup   | 30 +++++++++++++++---------------
 dselect/methods/multicd/update  |  2 +-
 man/dpkg-architecture.man       |  2 +-
 man/dpkg.man                    |  2 +-
 t/syntax.t                      |  2 +-
 8 files changed, 32 insertions(+), 30 deletions(-)

commit 32ff4b4db2c37972efdada2c3db5776f7db59b3f
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Mon May 11 19:28:12 2020 +0200

    man: Document that a 3.0 (quilt) patch cannot create or modify symlinks
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 45feab5ef59e72c15a29019c7194b99f29116fc5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 02:27:10 2020 +0200

    man: Fix indentation for a note admonition in dpkg-scansources(1)
    
    This note should be aligned like the previous paragraph.

 debian/changelog         | 1 +
 man/dpkg-scansources.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit bc628ec488b0fb11b629eb0143101bcf04e759b0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 6 07:44:05 2020 +0200

    man: Markup examples explicitly with .EX/.EE
    
    Use .EX/.EE to markup examples. Remove font markup within examples as
    that cannot be easily done in POD.

 debian/changelog                |  1 +
 man/deb-changelog.man           |  4 +-
 man/deb-conffiles.man           |  4 +-
 man/deb-control.man             |  4 +-
 man/deb-origin.man              |  4 +-
 man/deb-shlibs.man              |  2 +
 man/deb-src-control.man         |  4 +-
 man/deb-src-symbols.man         | 26 ++++++++++++
 man/deb-substvars.man           |  4 ++
 man/deb-symbols.man             |  6 ++-
 man/deb822.man                  |  4 +-
 man/dpkg-architecture.man       | 24 +++++++----
 man/dpkg-buildflags.man         | 36 +++++++++--------
 man/dpkg-divert.man             | 20 ++++++---
 man/dpkg-maintscript-helper.man |  6 ++-
 man/dpkg-mergechangelogs.man    |  2 +
 man/dpkg-query.man              | 21 ++++++----
 man/dpkg-source.man             |  2 +
 man/dpkg.man                    | 90 ++++++++++++++++++++++++-----------------
 man/start-stop-daemon.man       | 12 +++---
 man/update-alternatives.man     | 16 +++++---
 21 files changed, 192 insertions(+), 100 deletions(-)

commit 278a8cec88756371a75db21211dcb430bbae532a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 6 07:44:05 2020 +0200

    man: Do not use verbatim formatting for text that is not an example.
    
    We replace the literal indentation and instead use macros to do the
    same. Otherwise this would turn these into verbatim blocks once we
    convert to POD.

 debian/changelog            |  1 +
 man/deb-changelog.man       |  6 +++---
 man/deb-shlibs.man          | 12 ++++++------
 man/dpkg-parsechangelog.man |  4 +++-
 4 files changed, 13 insertions(+), 10 deletions(-)

commit d06f6250be568375cdad74ff5c614b20f5c1b7a9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 6 07:14:32 2020 +0200

    man: Use lists instead of verbatim or hand-crafted formatting
    
    This will make the conversion to POD easier, as there we cannot easily
    format verbatim blocks.

 debian/changelog                |   1 +
 man/dpkg-architecture.man       |  15 ++--
 man/dpkg-maintscript-helper.man |  10 +--
 man/dpkg-query.man              | 184 ++++++++++++++++++++++++++--------------
 man/dselect.man                 | 177 ++++++++++++++++++++++++++------------
 5 files changed, 257 insertions(+), 130 deletions(-)

commit c4fc07763eadce9fb8ba8b2a692581e9931357c7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 6 06:25:22 2020 +0200

    man: Clarify POSIX shell eval command usage in dpkg-architecture(1)

 debian/changelog          | 1 +
 man/dpkg-architecture.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8675558b6fe4a6996fb693ff6cabf84c05174ff1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 15:17:19 2020 +0200

    man: Clarify that we resolve bug reports not bug report numbers
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog    | 2 ++
 man/deb-changes.man | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 1bf709dbabbcd13915d28339051e8d30e2e252de
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 05:31:06 2020 +0200

    man: Use literal double quotes instead of groff escape sequences

 debian/changelog     | 1 +
 man/deb-postinst.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 324a6b57985d741183f83a0a9b37018d51fdd126
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 05:18:52 2020 +0200

    man: Use UTF-8 quotes instead of ancient groff register variables
    
    We switched away from groff markup for quotation marks, but missed
    these ancient string register variants of the left and right quotes,
    which are very obscure and make translators life harder.

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

commit bb4398408b66c26f9404c904c3d2cdf28b823b99
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 6 06:24:28 2020 +0200

    man: Mark commands (eval) in bold and quote library names (libgcc)
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog          | 2 ++
 man/deb-src-symbols.man   | 2 +-
 man/dpkg-architecture.man | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit 1148848ff0e7cd17dbfff1b12d29f23e28e19b77
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 6 06:19:44 2020 +0200

    man: Fix apt and aptitude references
    
    Use apt instead of apt-get when appropriate. Add section numbers to apt
    references. Correct apt and aptitude section numbers to match their man
    pages.
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog          | 2 ++
 man/dpkg-query.man        | 2 +-
 man/dpkg-scanpackages.man | 7 ++++---
 man/dpkg-scansources.man  | 5 +++--
 man/dpkg.man              | 8 ++++----
 man/dselect.man           | 8 ++++----
 6 files changed, 18 insertions(+), 14 deletions(-)

commit cda14fdbdd0dcae64495e25c2ae7c21a4a7a3c14
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 16:14:02 2020 +0200

    build: Switch to set the po4a addendum in the po4a_paths section
    
    Given that we have to depend on 0.58 anyway, we can now refactor the
    addendum setting in the po4a_paths, reducing duplication substantially.

 debian/changelog |   2 +
 man/po/po4a.cfg  | 225 ++++++++++++++-----------------------------------------
 2 files changed, 59 insertions(+), 168 deletions(-)

commit 9c249dfe86857d6926d870c40ea4d33fc83c312b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 16:11:59 2020 +0200

    build: Change po4a --porefs argument to match new behavior
    
    Starting with po4a 0.58, --porefs does not accept «wrap» anymore, which
    is now the default, and does not recognize «noline», which was an old
    alias for «file». Switch to use «file».

 README           | 2 +-
 debian/changelog | 2 ++
 debian/control   | 4 ++--
 man/Makefile.am  | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

commit ed794c341ccecda27820c5b370be2cf9fe471db2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue May 5 20:50:00 2020 +0200

    Update German translation of manual pages
    
    Update to 3052t.

 man/po/de.po | 1195 ++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 709 insertions(+), 486 deletions(-)

commit 5440599b2f51bb9d2617a6e6c53d7f98ad365d02
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue May 5 19:38:53 2020 +0200

    German dpkg translation update
    
    Update to 1141t.

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

commit 15416a18f7645dbb9a36edb1e52f30a9e83c6627
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:47:22 2020 +0200

    dpkg-deb, dpkg: Do not accept relative pathnames in DEBIAN/conffiles
    
    The pathnames in the binary package conffiles control file must be
    absolute. This has not been a problem in dpkg because the lookup
    function has normalized them by prefixing with a slash if missing,
    but these pathnames are clearly bogus, and must not be accepted.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog      |  2 ++
 dpkg-deb/build.c      |  6 +++++-
 src/unpack.c          |  4 ++++
 t-func/deb-content.at | 10 ++++++++++
 4 files changed, 21 insertions(+), 1 deletion(-)

commit 7d883c90afa3b4608c082b146f90209180fdcb74
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:30:06 2020 +0200

    t-deb-conffiles: Add new non-relative conffiles case
    
    The conffiles file must not contain relative pathnames. This happens
    to work because when parsing the file the dpkg filesystem lookup
    function prepends a / if missing, but we should not accept these
    bogus entries in the first place.
    
    Fix the t-unpack-hardlink test case to not use relative pathnames.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 Feature.mk                                        | 1 +
 t-deb-conffiles/Makefile                          | 6 ++++++
 t-deb-conffiles/pkg-conff-noabs/DEBIAN/conffiles  | 1 +
 t-deb-conffiles/pkg-conff-noabs/DEBIAN/control    | 7 +++++++
 t-deb-conffiles/pkg-conff-noabs/test-conffile-rel | 1 +
 t-unpack-hardlink/pkg-hardlink/DEBIAN/conffiles   | 4 ++--
 6 files changed, 18 insertions(+), 2 deletions(-)

commit 02ea22684fa7f0ff28b469736673548f19ef0891
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:43:05 2020 +0200

    test: Rename deb-content test cases to make them more descriptive

 debian/changelog      |  2 ++
 t-func/deb-content.at | 18 +++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 53f756d45b5202095a96478034fbf168c78e4386
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:26:47 2020 +0200

    t-deb-conffiles: Rename packages and feature macro
    
    Make these more descriptive.

 Feature.mk                                                   |  2 +-
 t-deb-conffiles/Makefile                                     | 12 ++++++------
 .../{pkg-conff-dupe => pkg-conff-duped}/DEBIAN/conffiles     |  0
 .../{pkg-conff-dupe => pkg-conff-duped}/DEBIAN/control       |  2 +-
 .../{pkg-conff-dupe => pkg-conff-duped}/test-conffile-1      |  0
 .../{pkg-conff-dupe => pkg-conff-duped}/test-conffile-2      |  0
 .../{pkg-conff-noel => pkg-conff-noeol}/DEBIAN/conffiles     |  0
 .../{pkg-conff-noel => pkg-conff-noeol}/DEBIAN/control       |  3 +--
 .../{pkg-conff-noel => pkg-conff-noeol}/test-conffile-1      |  0
 9 files changed, 9 insertions(+), 10 deletions(-)

commit 4aed98dc8c0c58dbe87c5b40d3d200ce231aeac3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 03:48:01 2020 +0200

    dpkg-maintscript-helper: Add -?, --help and --version to --help output

 debian/changelog                   | 1 +
 scripts/dpkg-maintscript-helper.sh | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 5dd9b2c7953c1c28f370a54c89ab898aadae1f6e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:17:49 2020 +0200

    man: Fix font markup for some variable and literal strings

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

commit 533a50c15f399cde0c16e72960c4100c19fc7b0b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:05:26 2020 +0200

    man: Use .TP macros instead of hand-crafted formatting

 debian/changelog         |  1 +
 man/dpkg-scansources.man | 17 +++++++++------
 man/dpkg.man             | 56 +++++++++++++++++++++++++++++-------------------
 3 files changed, 46 insertions(+), 28 deletions(-)

commit 91811d51ee9578531c8b3e638b28fca9db6bc020
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 04:57:21 2020 +0200

    man: Specify indentation level for all following .IP macros
    
    And not just the first one. This will help with a future conversion of
    the man pages to perl POD.

 debian/changelog        |  2 ++
 man/deb-split.man       | 14 +++++++-------
 man/deb-src-symbols.man |  2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)

commit b315746d55afec435f2ae7cf482c4bad87255774
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 04:47:27 2020 +0200

    man: Fix unbalanced quotes in macro arguments

 debian/changelog          | 1 +
 man/deb-src-control.man   | 2 +-
 man/dpkg-query.man        | 2 +-
 man/dpkg-shlibdeps.man    | 2 +-
 man/dpkg.man              | 4 ++--
 man/start-stop-daemon.man | 2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)

commit c28413bb99ba563ca90e70c0bc4468df56034599
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 04:10:21 2020 +0200

    man: Remove useless commented out macros

 debian/changelog        | 1 +
 man/deb-buildinfo.man   | 7 -------
 man/deb-changes.man     | 7 -------
 man/deb-control.man     | 2 --
 man/deb-src-control.man | 3 ---
 man/deb822.man          | 6 ------
 man/dsc.man             | 6 ------
 7 files changed, 1 insertion(+), 31 deletions(-)

commit 8a544d09efc3c3be438fe77a8ab78d1b971eb1f6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:20:40 2020 +0200

    man: Unify warning and note admonitions formatting
    
    Capitalize first words after the admonitions. Use bold for notes and
    warnings, and italic for warnings if the contents makes using bold
    ambiguous.

 debian/changelog            |  1 +
 man/dpkg-buildpackage.man   |  5 +++--
 man/dpkg-divert.man         |  4 ++--
 man/dpkg-gensymbols.man     |  4 ++--
 man/dpkg-name.man           |  8 ++++++--
 man/dpkg-parsechangelog.man |  7 +++++--
 man/dpkg-scansources.man    |  4 +++-
 man/dpkg-shlibdeps.man      |  2 +-
 man/dpkg-source.man         |  4 ++--
 man/dpkg-statoverride.man   |  4 ++--
 man/dpkg.man                | 25 +++++++++++++++----------
 man/start-stop-daemon.man   | 20 ++++++++++++++------
 12 files changed, 56 insertions(+), 32 deletions(-)

commit ddce4fcccb12e7591dd686dd4da247ad79de57b5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 26 00:24:14 2020 +0200

    man: Clarify that deb-control(5) is a subset of deb-src-control(5)
    
    Mention this in both pages, like we do with the symbols files, and add
    references in both directions.
    
    Closes: #958229

 debian/changelog        | 2 ++
 man/deb-control.man     | 7 +++++--
 man/deb-src-control.man | 7 +++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

commit 4cbe2347c3964512083b1088d98cd2ebad1f597a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 05:20:21 2020 +0200

    man: Clarify and fix file formats SYNOPSIS
    
    Use proper markup for variable and fixed strings. List the complete
    pathname for each example file location, so that it is obvious what
    the man page describes.

 debian/changelog           |  1 +
 man/deb-changelog.man      |  2 +-
 man/deb-conffiles.man      |  2 +-
 man/deb-control.man        |  2 +-
 man/deb-extra-override.man |  2 +-
 man/deb-override.man       |  2 +-
 man/deb-postinst.man       |  2 +-
 man/deb-postrm.man         |  2 +-
 man/deb-preinst.man        |  2 +-
 man/deb-prerm.man          |  2 +-
 man/deb-shlibs.man         |  3 +++
 man/deb-src-control.man    |  2 +-
 man/deb-src-files.man      |  2 +-
 man/deb-src-rules.man      |  2 +-
 man/deb-src-symbols.man    | 11 ++++-------
 man/deb-substvars.man      |  2 +-
 man/deb-symbols.man        |  2 +-
 man/deb-triggers.man       |  3 ++-
 18 files changed, 24 insertions(+), 22 deletions(-)

commit 46724faf7dcc5a7ced36001578e5a87d5eb51e94
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 25 20:36:22 2020 +0200

    man: Mention that dpkg(1) does not provide all back-end interfaces
    
    The back-end commands such as dpkg-deb or dpkg-query have more options
    and actions that are not exposed via the dpkg front-end. Either because
    these conflict with pre-existing actions, or simply because options
    specific to the back-ends are not passed through.
    
    Prompted-by: Elana Hashman <ehashman@debian.org>

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

commit 4c2bff1002925b181a9dcda188ae730514950251
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 25 20:24:54 2020 +0200

    build: Set DPKG_SERIES to 1.20.x when running the functional test suite

 .gitlab-ci.yml   | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f846f7d93920b6128add74524592a4b452aacbee
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 22 18:54:02 2020 +0200

    build: Add support for dpkg 1.20.x and default to it

 Feature.mk | 5 +++++
 Makefile   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit f46cc1405a8f136edbf89a22cc3e966cd32e4520
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 22 18:50:13 2020 +0200

    build: Switch to preserving the whole environment within sudo
    
    Trying to whitelist what might be needed is too cumbersome. The latest
    instance was this breaking being run from within cowbuilder. Instead we
    preserve the environment and do not have to worry about this anymore.
    
    We still need to preserve LD_PRELOAD and LD_LIBRARY_PATH because these
    get reset when going over a setuid-root barrier, such as sudo.
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bfbac5b236e3229e372ece2bf3131edbf903b90e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 21 20:51:48 2020 +0200

    Update German translation of manual pages
    
    Update to 3022t.
    
    Includes further proofreading on debian-l10n-german

 debian/changelog |   3 +
 man/po/de.po     | 649 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 329 insertions(+), 323 deletions(-)

commit 4a20fd606a0844b3c9e383190f8a38cbcabbe1a7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 21 19:44:29 2020 +0200

    Update German scripts translation
    
    Update to 612t.

 scripts/po/de.po | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

commit d2f2f57c8a44260789d5259ad60d853b0a7298bf
Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Date:   Fri Mar 27 00:51:05 2020 +0000

    man: Trim trailing whitespace from output
    
    Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z
    
    [ "test-groff" is a developmental version of "groff" ]
    
      Input file is ./man/deb-buildinfo.man
    
      .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR'
      troff: <man/deb-buildinfo.man>:41: warning: trailing space
      ####
    
      Input file is ./man/deb-changelog.man
    
      .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR'
      troff: <man/deb-changelog.man>:122: warning: trailing space
      ####
    
      Input file is ./man/dpkg-buildflags.man
    
      .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR'
      troff: <man/dpkg-buildflags.man>:568: warning: trailing space
      ####
    
      Input file is ./man/dselect.man
    
      .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR'
      troff: <man/dselect.man>:138: warning: trailing space
    
    Closes: #955030
    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog        | 2 ++
 man/deb-buildinfo.man   | 2 +-
 man/deb-changelog.man   | 2 +-
 man/dpkg-buildflags.man | 2 +-
 man/dselect.man         | 2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

commit 96c29effd8280251416f50bed747cf45d289989b
Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Date:   Mon Apr 20 00:00:14 2020 +0200

    man: Fix misused two-fonts macros
    
    Correct the misuse of a two-fonts macro, which function is to:
    
    1) use the first font for each odd numbered argument and the second
       font for all others.
    
    2) join the arguments without an intervening space.
    
    The output of nroff and troff is unchanged.
    
    Closes: #955028
    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog            |  3 +++
 man/deb-buildinfo.man       |  2 +-
 man/deb-substvars.man       |  4 ++--
 man/deb-symbols.man         |  2 +-
 man/deb.man                 |  2 +-
 man/dpkg-buildflags.man     | 10 +++++-----
 man/dpkg-buildpackage.man   | 28 ++++++++++++++--------------
 man/dpkg-checkbuilddeps.man |  2 +-
 man/dpkg-deb.man            |  2 +-
 man/dpkg-distaddfile.man    |  2 +-
 man/dpkg-genbuildinfo.man   |  6 +++---
 man/dpkg-genchanges.man     |  2 +-
 man/dpkg-gencontrol.man     |  2 +-
 man/dpkg-gensymbols.man     | 16 ++++++++--------
 man/dpkg-parsechangelog.man |  2 +-
 man/dpkg-scanpackages.man   |  2 +-
 man/dpkg-shlibdeps.man      |  6 +++---
 man/dpkg-source.man         | 12 ++++++------
 man/dsc.man                 |  2 +-
 man/start-stop-daemon.man   | 14 +++++++-------
 man/update-alternatives.man |  4 ++--
 21 files changed, 64 insertions(+), 61 deletions(-)

commit e065f0206ebf540c002bd94d9340867cb3af542f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 23 02:54:00 2020 +0100

    dpkg-source: Check that debian/tests/control has the required fields
    
    This tests control file must have either a Tests field or a Test-Command
    field. So we check for this condition and error out otherwise.
    
    Prompted-by: Felix Lechner <felix.lechner@lease-up.com>

 debian/changelog       | 2 ++
 scripts/dpkg-source.pl | 5 +++++
 2 files changed, 7 insertions(+)

commit 6ca15410852735d3d1eec7a89db2fa540023e3de
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 20 00:14:56 2020 +0200

    dpkg-genchanges: Handle empty Date fields from parsed debian/changelog
    
    When dpkg-genchanges fails to parse the date in debian/changelog, it
    creates and empty field named Date. That field is then skipped on
    output, producing a policy non-compliant changes.
    
    We should change the check to handle not just undefined by also empty
    fields.
    
    Closes: #956321
    Based-on-patch-by: Baptiste BEAUPLAT <lyknode@cilg.org>

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

commit 24b9a2718f3da572bf26bfe340c7ced58475c1d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 02:25:30 2020 +0200

    scripts/mk: Add new buildopts.mk support
    
    This Makefile fragment will include variables for values from option
    arguments, parsed from DEB_BUILD_OPTIONS.

 debian/changelog          |  2 ++
 scripts/Makefile.am       |  1 +
 scripts/mk/Makefile.am    |  1 +
 scripts/mk/buildopts.mk   | 10 ++++++++++
 scripts/mk/default.mk     |  1 +
 scripts/t/mk.t            |  8 +++++++-
 scripts/t/mk/buildopts.mk |  4 ++++
 7 files changed, 26 insertions(+), 1 deletion(-)

commit 52166568df4f736b1f2594d6fc209c70c0052630
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 22:37:53 2020 +0200

    scripts/mk: Unify and cleanup Makefile fragment files comments
    
    Include information about version of introduction.

 debian/changelog           |  2 ++
 scripts/mk/architecture.mk |  6 +++---
 scripts/mk/buildflags.mk   | 20 ++++++++++----------
 scripts/mk/buildtools.mk   | 39 ++++++++++++++++++++-------------------
 scripts/mk/default.mk      |  4 ++--
 scripts/mk/pkg-info.mk     | 21 ++++++++++++---------
 scripts/mk/vendor.mk       |  9 +++++----
 7 files changed, 54 insertions(+), 47 deletions(-)

commit 60d709df214705ea1fa01dc9ba85158d2383315e
Author: Taowa Munene-Tardif <taowa@debian.org>
Date:   Mon Apr 20 00:07:23 2020 +0200

    Dpkg::Vendor::Debian: Add debian-nonupload.gpg keyring
    
    In Debian, non-uploading Debian Developers are treated equivalently
    to Debian Maintainer. So let's add their keyring to the list of
    officially supported ones.
    
    Closes: #956055
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 man/dpkg-source.man           | 5 +++--
 scripts/Dpkg/Vendor/Debian.pm | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

commit aa605ebd31e7ecc212ade755068cde74ebde2cb3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 9 09:49:33 2020 +0100

    Dpkg::Source::Package::V1: Check version format matching source format
    
    We error out on native versions on a non-native source. And warn for now
    on non-native versions on a native source.

 debian/changelog                  |  1 +
 scripts/Dpkg/Source/Package/V1.pm | 10 ++++++++++
 2 files changed, 11 insertions(+)

commit ca1cb131d8945d9d47871110f6a3010a501cd03a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 22 23:32:56 2020 +0100

    Dpkg::Source::Package: Check missing expected tarball signatures
    
    When the source package provides an upstream signing key, it is expected
    that the source package provides upstream tarball signatures. If not,
    then error out, to avoid building packages with the missing files, which
    tends to be very easy to get into.

 debian/changelog                  | 1 +
 scripts/Dpkg/Source/Package/V1.pm | 5 +++++
 scripts/Dpkg/Source/Package/V2.pm | 5 +++++
 3 files changed, 11 insertions(+)

commit 6b7e018b7794f75a73f0618b224e33f0f2e9f47a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 22 23:32:29 2020 +0100

    Dpkg::Source::Package: Add new get_upstream_signing_key() method

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

commit 8492e6e45d191976ec6207d008cfb95d5d410eac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 22 23:30:49 2020 +0100

    Dpkg: Add a LICENSE section to the POD
    
    The CPAN analysis does not seem to be able to parse the license on each
    perl module, so we add a section describing how to get the license
    information.

 debian/changelog | 2 ++
 scripts/Dpkg.pm  | 4 ++++
 2 files changed, 6 insertions(+)

commit 3153514bf3add87af29303e5e7fa20eea0c46b93
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 22 23:28:25 2020 +0100

    build: Add debian/changelog as a Changes file to the CPAN distribution
    
    The CPAN distributions are expected to ship a Changes file, which
    affects its kwality.

 cpan.am          | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

commit 9c65343e109feb15c6509433cf95afeb12833273
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 17 05:01:46 2020 +0200

    build: Handle .git being a plain file
    
    On sub-modules or when using «git init --separate-git-dir=<path>», the
    «.git» pathname can be a plain file instead of a directory. Accept that
    as valid.

 debian/changelog | 2 ++
 get-version      | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 8421acaeb42c37809302edb570979ddd60285a2e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 02:50:03 2020 +0200

    debian: Remove debian/tmp prefix from manpages debhelper fragment files
    
    We need to prepend it in debian/rules for now.

 debian/changelog         |  1 +
 debian/dpkg-dev.manpages | 84 ++++++++++++++++++++++++------------------------
 debian/dpkg.manpages     | 22 ++++++-------
 debian/dselect.manpages  |  4 +--
 debian/rules             |  4 +--
 5 files changed, 58 insertions(+), 57 deletions(-)

commit bb888428a748f21f7c999bb88f8fbc3d2a597235
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 17 05:25:28 2020 +0200

    debian: Switch to debhelper compatibility level 13

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

commit 8c03d2e4995441410385840d901c07e5d2a282e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 22 23:28:10 2020 +0100

    debian: Add missing bug closure

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit a2793c9621c864a959c71b9ab964dfe496d9a1c1
Author: Roderich Schupp <roderich.schupp@gmail.com>
Date:   Sun Mar 22 23:22:14 2020 +0100

    libdpkg: Open the log file as write-only instead of read-only
    
    Otherwise we end up not writing anything to the log file.
    
    Fixes: commit bbb52d7a9a8061920414634af22d76b7f02466eb
    Closes: #953684
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 230bfa0ecd14ce755876889511c6ae771a96de6e
Author: Roderich Schupp <roderich.schupp@gmail.com>
Date:   Sun Mar 22 23:25:43 2020 +0100

    libdpkg: Use varbuf member .used instead of .size in log_message()
    
    Otherwise we will end up printing garbage.
    
    Fixes: commit bbb52d7a9a8061920414634af22d76b7f02466eb
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 5 ++++-
 lib/dpkg/log.c   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 12961967a56350dcc0ea6f6a087ab06a4e0f9fd9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 9 19:41:34 2020 +0100

    Update German scripts translation
    
    Update to 610t.

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

commit afa815a08256d11cdfc8c1130974089d2f7da8b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 03:57:47 2020 +0100

    Bump version to 1.20.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 314ac02663c5bd1a82b34745150bf13a39a549a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 03:32:05 2020 +0100

    Release 1.20.0

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

commit 94d778988f39cef45a60bd125445b719a38e49b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 03:35:43 2020 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   9 ++-
 dselect/po/ca.po        |  45 ++++++++++++-
 dselect/po/cs.po        |  45 ++++++++++++-
 dselect/po/da.po        |  45 ++++++++++++-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |  11 +++-
 dselect/po/el.po        |  45 ++++++++++++-
 dselect/po/es.po        |  45 ++++++++++++-
 dselect/po/et.po        |   9 ++-
 dselect/po/eu.po        |  45 ++++++++++++-
 dselect/po/fr.po        |  45 ++++++++++++-
 dselect/po/gl.po        |  45 ++++++++++++-
 dselect/po/hu.po        |   9 ++-
 dselect/po/id.po        |  45 ++++++++++++-
 dselect/po/it.po        |  45 ++++++++++++-
 dselect/po/ja.po        |  45 ++++++++++++-
 dselect/po/ko.po        |  45 ++++++++++++-
 dselect/po/nb.po        |  45 ++++++++++++-
 dselect/po/nl.po        |  45 ++++++++++++-
 dselect/po/nn.po        |  45 ++++++++++++-
 dselect/po/pl.po        |  45 ++++++++++++-
 dselect/po/pt.po        |  45 ++++++++++++-
 dselect/po/pt_BR.po     |  45 ++++++++++++-
 dselect/po/ro.po        |  45 ++++++++++++-
 dselect/po/ru.po        |  45 ++++++++++++-
 dselect/po/sk.po        |  45 ++++++++++++-
 dselect/po/sv.po        |  45 ++++++++++++-
 dselect/po/tl.po        |  45 ++++++++++++-
 dselect/po/vi.po        |  45 ++++++++++++-
 dselect/po/zh_CN.po     |  45 ++++++++++++-
 dselect/po/zh_TW.po     |  45 ++++++++++++-
 man/po/dpkg-man.pot     | 103 ++++++++++++++++++++++--------
 man/po/es.po            | 124 ++++++++++++++++++++++++++++--------
 man/po/fr.po            | 165 ++++++++++++++++++++++++++++++++++++++++--------
 man/po/hu.po            | 101 ++++++++++++++++++++++-------
 man/po/it.po            | 117 ++++++++++++++++++++++++++--------
 man/po/ja.po            | 124 ++++++++++++++++++++++++++++--------
 man/po/nl.po            | 165 ++++++++++++++++++++++++++++++++++++++++--------
 man/po/pl.po            | 124 ++++++++++++++++++++++++++++--------
 man/po/pt_BR.po         | 108 +++++++++++++++++++++++--------
 man/po/ru.po            | 108 +++++++++++++++++++++++--------
 man/po/sv.po            | 124 ++++++++++++++++++++++++++++--------
 man/po/zh_CN.po         | 115 +++++++++++++++++++++++++--------
 po/ast.po               |  59 +++++++++++++----
 po/bs.po                |  62 ++++++++++++++----
 po/ca.po                |  70 ++++++++++++++++----
 po/cs.po                |  68 ++++++++++++++++----
 po/da.po                |  67 ++++++++++++++++----
 po/de.po                |   2 +-
 po/dpkg.pot             |  47 ++++++++++----
 po/dz.po                |  57 +++++++++++++----
 po/el.po                |  60 ++++++++++++++----
 po/eo.po                |  67 ++++++++++++++++----
 po/es.po                |  71 ++++++++++++++++-----
 po/et.po                |  58 +++++++++++++----
 po/eu.po                |  67 ++++++++++++++++----
 po/fr.po                |  71 ++++++++++++++++-----
 po/gl.po                |  60 ++++++++++++++----
 po/hu.po                |  57 +++++++++++++----
 po/id.po                |  57 +++++++++++++----
 po/it.po                |  71 ++++++++++++++++-----
 po/ja.po                |  67 ++++++++++++++++----
 po/km.po                |  57 +++++++++++++----
 po/ko.po                |  57 +++++++++++++----
 po/ku.po                |  53 ++++++++++++----
 po/lt.po                |  55 ++++++++++++----
 po/mr.po                |  57 +++++++++++++----
 po/nb.po                |  57 +++++++++++++----
 po/ne.po                |  57 +++++++++++++----
 po/nl.po                |  67 ++++++++++++++++----
 po/nn.po                |  57 +++++++++++++----
 po/pa.po                |  58 +++++++++++++----
 po/pl.po                |  67 ++++++++++++++++----
 po/pt.po                |  71 ++++++++++++++++-----
 po/pt_BR.po             |  60 ++++++++++++++----
 po/ro.po                |  61 ++++++++++++++----
 po/ru.po                |  69 ++++++++++++++++----
 po/sk.po                |  68 ++++++++++++++++----
 po/sv.po                |  67 ++++++++++++++++----
 po/th.po                |  67 ++++++++++++++++----
 po/tl.po                |  57 +++++++++++++----
 po/tr.po                |  67 ++++++++++++++++----
 po/vi.po                |  67 ++++++++++++++++----
 po/zh_CN.po             |  82 ++++++++++++++++++------
 po/zh_TW.po             |  67 ++++++++++++++++----
 scripts/po/ca.po        |  78 ++++++++++++++++-------
 scripts/po/de.po        |   7 +-
 scripts/po/dpkg-dev.pot |  35 ++++++----
 scripts/po/es.po        |  73 +++++++++++++++------
 scripts/po/fr.po        |  77 +++++++++++++++-------
 scripts/po/pl.po        |  73 +++++++++++++++------
 scripts/po/ru.po        |  73 +++++++++++++++------
 scripts/po/sv.po        |  73 +++++++++++++++------
 93 files changed, 4708 insertions(+), 1052 deletions(-)

commit c280fa7ae80284b17ca4be28655adaca96607ca8
Author: Boyuan Yang <byang@debian.org>
Date:   Tue Feb 18 15:23:10 2020 -0500

    po: Fix translation of --compare-versions
    
    In cs.po, zh_CN.po and zh_TW.po, some translated strings contain a
    typo for the --compare-versions string. This commit fixes those
    typos.
    
    Originally reported at:
    <https://lists.debian.org/debian-l10n-chinese/2020/02/msg00000.html>.
    
    Closes: #951614
    Signed-off-by: Boyuan Yang <byang@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 po/cs.po         | 2 +-
 po/zh_CN.po      | 6 +++---
 po/zh_TW.po      | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

commit 0299d2e0fb946071487e9077f13f6d812de30300
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 03:23:03 2020 +0100

    test: Ignore python-3.8 runtime warnings in codespell
    
    The new python version makes codespell itself emit runtime warnings,
    which confuses the test suite. Ignore thse for now.

 debian/changelog | 1 +
 t/codespell.t    | 3 +++
 2 files changed, 4 insertions(+)

commit 3fe32d838323dfa083dcc762df4e12e698310ef1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 7 14:45:09 2020 +0100

    debian: Fix typo

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8f2fcce22cd38dfc6a67111400914d4aaf31d7f0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 29 23:22:50 2020 +0100

    scripts/mk: Add QMAKE to buildtools.mk
    
    Closes: #920878

 debian/changelog         | 1 +
 scripts/mk/buildtools.mk | 2 ++
 2 files changed, 3 insertions(+)

commit 65d2f06ecf7ab643cf4e6767a2f25f0a022c2768
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 29 20:36:41 2020 +0100

    Dpkg::Source::Package: Detect directory traversals under debian directory
    
    We are creating at least the debian/source/format file on extract, so
    we need to detect and error out on any directory traversal attempts.
    
    Reported-by: Felix Lechner <felix.lechner@lease-up.com>

 debian/changelog               |  2 ++
 scripts/Dpkg/Source/Package.pm | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)

commit 1fdb367b0906fe299fa4f2bfb388582ea3d0b3b6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 1 14:50:28 2020 +0100

    Proofreading of German man pages on debian-l10n-german (Part 4)

 man/po/de.po | 522 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 267 insertions(+), 255 deletions(-)

commit 506b5d45d9a12eecb5718043db91f094297c04a2
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Feb 14 18:14:53 2020 +0100

    German dpkg translation update
    
    Update to 1140t.

 po/de.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 9c1413408a4d9c5d3f1b76b0324361f6deee0d98
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 12 02:28:11 2020 +0100

    libdpkg: Fix Doxygen comments

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

commit 52ad6fa24e8663a1c522da274a174ae6ba24a4cc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 9 19:44:06 2020 +0100

    doc: Update Doxygen configuration from version 1.8.16

 debian/changelog |   1 +
 doc/Doxyfile.in  | 214 +++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 145 insertions(+), 70 deletions(-)

commit b81acba9f358d63b38ad76508bc4baaa4786d935
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 7 03:05:12 2020 +0100

    build: Enable more compiler warnings

 debian/changelog    | 1 +
 m4/dpkg-compiler.m4 | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit ac22e69bf7d4832bb1ed0ed681591e80a50d5b18
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:36:38 2020 +0100

    libdpkg: Use a varbuf to store the problem messages per parsedb context
    
    This both simplifies the code, gets rid of a static variable, and
    squashes a warning due to non-literal format strings.
    
    Warned-by: clang-10 -Wformat-nonliteral (from -Wformat=2)

 debian/changelog     |  1 +
 lib/dpkg/parse.c     |  2 ++
 lib/dpkg/parsedump.h |  1 +
 lib/dpkg/parsehelp.c | 42 +++++++++++++++++++++---------------------
 4 files changed, 25 insertions(+), 21 deletions(-)

commit 3d4ecf6f9ce5093a31fb1958ea09718d05505186
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:34:29 2020 +0100

    libdpkg: Move printing of errno into dpkg_error_set()
    
    This simplifies the code, and squashes a warning.
    
    Warned-by: clang-10 -Wformat-nonliteral (from -Wformat=2)

 debian/changelog |  1 +
 lib/dpkg/error.c | 11 ++++-------
 2 files changed, 5 insertions(+), 7 deletions(-)

commit 33f375f87425ad26e85ba4c27beaf6296ea72d98
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:12:44 2020 +0100

    libdpkg: Use a new DPKG_STATIC_CAST macro that works in C and C++
    
    Warned-by: clang++-10 -Wold-style-cast

 debian/changelog   |  1 +
 lib/dpkg/c-ctype.h |  3 ++-
 lib/dpkg/macros.h  | 15 +++++++++++++++
 3 files changed, 18 insertions(+), 1 deletion(-)

commit bfee5cd63ca0786d7cc55c8593f198c0b9ed2f40
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:03:38 2020 +0100

    libdpkg: Use a new DPKG_NULL macro that works in C and C++
    
    Warned-by: clang++-10 -Wzero-as-null-pointer-constant

 debian/changelog  |  1 +
 lib/dpkg/macros.h | 15 +++++++++++++++
 lib/dpkg/string.h |  6 +++---
 lib/dpkg/test.h   | 14 ++++++++------
 4 files changed, 27 insertions(+), 9 deletions(-)

commit 3fd4a7b3b4887c77a6315b724d5a1af6b5cba238
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 19:34:57 2020 +0100

    libdpkg: Add new ATOMIC_FILE_NORMAL enum value to avoid a cast in C++
    
    Warned-by: g++ -Wold-style-cast

 debian/changelog       | 1 +
 dselect/methparse.cc   | 2 +-
 lib/dpkg/atomic-file.h | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

commit 7b8236d8d782aa578070b10ed736afd423d08dc9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:33:11 2020 +0100

    libdpkg: Define new VARBUF_OBJECT macro

 debian/changelog  | 1 +
 lib/dpkg/varbuf.h | 2 ++
 2 files changed, 3 insertions(+)

commit f7a488d68bfb1070043a462b2d05944a819d367d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:33:58 2020 +0100

    libdpkg: Fix memory leak in parsedb context close

 debian/changelog | 1 +
 lib/dpkg/parse.c | 1 +
 2 files changed, 2 insertions(+)

commit c3afad847701370dd45ec58414580115c8ea1d2c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 7 12:30:52 2020 +0100

    libcompat: Disarm libselinux setexecfilecon() declaration for libcompat-test
    
    When building the selinux module as part of the libcompat-test library,
    that takes care of making sure the libcompat code can compile all the
    time, we are redeclaring the symbol which causes a compiler warning.
    
    Remap the symbol while we include the libselinux headers and then remove
    the remapping so that ours is used.
    
    Warned-by: gcc -Wredundant-decls

 debian/changelog     | 2 ++
 lib/compat/selinux.c | 8 ++++++++
 2 files changed, 10 insertions(+)

commit 371662f160c4c71afe79eb6f277dc0a2419bee17
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 05:08:22 2018 +0200

    dselect: Fix variable types to avoid needing old-style casts
    
    Warned-by: g++ -Wold-style-cast

 debian/changelog    | 1 +
 dselect/baselist.cc | 9 +++++----
 dselect/pkginfo.cc  | 3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

commit 428483f603e539f60e738f2ed1859b92852c3870
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 05:08:22 2018 +0200

    dselect: Do not use unnecessary old-style casts
    
    Warned-by: g++ -Wold-style-cast

 debian/changelog     | 1 +
 dselect/baselist.cc  | 2 +-
 dselect/pkgdepcon.cc | 2 +-
 dselect/pkginfo.cc   | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)

commit a7b4a9ae06acdffb46313b76e91c0a40b7b1b63c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 03:47:43 2017 +0100

    dselect: Use static_cast<> instead of old-style type qualifier cast
    
    Warned-by: g++ -Wcast-qual

 debian/changelog    | 1 +
 dselect/baselist.cc | 4 ++--
 dselect/main.cc     | 4 ++--
 dselect/pkglist.cc  | 6 ++++--
 4 files changed, 9 insertions(+), 6 deletions(-)

commit 398844386310471db42a7af98bf885e4162728f2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 4 04:06:24 2020 +0100

    dselect: Use nullptr instead of NULL
    
    Warned-by: clang-10 -Wzero-as-null-pointer-constant

 debian/changelog     | 1 +
 dselect/method.cc    | 4 ++--
 dselect/methparse.cc | 4 ++--
 dselect/pkglist.cc   | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

commit 4f00cb936f15ee01763e23c5bbfa25cc384cfa88
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 19:30:15 2020 +0100

    dselect: Reorder branches so that they are not duplicated
    
    Change the branches to alternate, instead of having the last two being
    equal which trigger this warning. This makes the code easier to follow
    as it's symmetric for all cases.
    
    Warned-by: gcc -Wduplicated-branches

 debian/changelog     |  2 ++
 dselect/pkgdepcon.cc | 15 ++++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit bedfaeb58945622d19ed2bbb2eaf65b8f6152b5d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 00:25:59 2010 +0100

    dpkg: Make it possible for the compiler to check printf format
    
    By using the format as a string literal in the actual function we let
    the compiler check for its validity against the arguments passed.
    
    Warned-by: gcc -Wformat-nonliteral (from -Wformat=2)

 debian/changelog |  2 ++
 src/depcon.c     | 29 +++++++++++++++++------------
 2 files changed, 19 insertions(+), 12 deletions(-)

commit 4e80526259046215c52f4024c7e4bc4fbdc6cd71
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 2 00:24:44 2010 +0100

    t/200_Dpkg_Shlibs: Reformat for coding style conformance

 debian/changelog                   |   1 +
 scripts/t/Dpkg_Shlibs/patterns.cpp | 128 +++++++++++++++++--------------------
 2 files changed, 61 insertions(+), 68 deletions(-)

commit f9a05d7cfe6492bd903eeeabe8d36f115386cff3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 2 06:50:39 2020 +0100

    Update German translation of manual pages
    
    Update to 3022t.
    
    Includes further proofreading on debian-l10n-german

 man/po/de.add |   2 +-
 man/po/de.po  | 299 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 152 insertions(+), 149 deletions(-)

commit d3a02acdca7515e24ff268f02a93d1b5b655c200
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 2 06:24:30 2020 +0100

    Add one missing markup

 man/dpkg-trigger.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee84837df531a8f6b569fe99c049a30ccc8b9021
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Feb 1 18:13:59 2020 +0100

    German dselect translation update
    
    Update to 275t.

 dselect/po/de.po | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit efbd608a51740e5a67aeb85de3a953c721c90664
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Feb 1 18:13:46 2020 +0100

    German dpkg translation update
    
    Update to 1140t.

 po/de.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 3e3c4b160a4fe21ec73539a8cf5b013ea05ff99e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 04:16:46 2020 +0100

    dpkg, dselect: Stop using first-person singular in output messages
    
    It is very strange reading the computer/program talk to the user in
    first-person singular, and it's a practice that has been discouraged
    for a while now.

 debian/changelog                |  1 +
 dselect/helpmsgs.cc             |  2 +-
 dselect/methods/disk/install    | 16 ++++++++--------
 dselect/methods/disk/setup      | 16 ++++++++--------
 dselect/methods/multicd/install | 20 ++++++++++----------
 dselect/methods/multicd/setup   | 26 +++++++++++++-------------
 lib/dpkg/parse.c                |  2 +-
 src/archives.c                  |  2 +-
 8 files changed, 43 insertions(+), 42 deletions(-)

commit 2f7e8b6ee7812a105c38beb978401954774aa9eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 03:51:57 2020 +0100

    doc, man: Mark T and I package instances to avoid misreadings
    
    Using “I” without any kind of marking makes it hard to read, as it can
    easily get confused with the first-person singular pronoun.

 debian/changelog     |  1 +
 doc/triggers.txt     | 28 ++++++++++++++--------------
 man/dpkg-trigger.man | 10 +++++-----
 3 files changed, 20 insertions(+), 19 deletions(-)

commit ceb024b410612c70b63e5efe53e5c06b7fed3ef2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 31 03:41:54 2020 +0100

    dselect: Replace changelog with correct copyright in file header
    
    This made sense when the method was in a different source package,
    but it stopped making sense when it got merged into dpkg proper.

 debian/changelog              | 1 +
 dselect/methods/multicd/setup | 8 +-------
 2 files changed, 2 insertions(+), 7 deletions(-)

commit 733f459fc6c7c318bb3893ec9b63731dfb6c573a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 17 00:58:34 2020 +0100

    dselect: Remove multi_mount method

 debian/changelog                         |  2 ++
 dselect/methods/Makefile.am              |  1 -
 dselect/methods/multicd/README.multicd   | 12 +++---------
 dselect/methods/multicd/desc.multi_mount | 11 -----------
 dselect/methods/multicd/install          | 12 ------------
 dselect/methods/multicd/names            |  1 -
 6 files changed, 5 insertions(+), 34 deletions(-)

commit 18119725a55b359926ad9112e2810b1a32ee98e2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 27 03:15:53 2019 +0100

    dselect: Remove nfs methods
    
    There is nothing special about NFS, and mounting these should just be
    left to the local admin, who can mount any other remote filesystem too.

 debian/changelog                       |   3 +
 dselect/methods/Makefile.am            |   3 +-
 dselect/methods/disk/desc.nfs          |   9 ---
 dselect/methods/disk/install           |   6 --
 dselect/methods/disk/names             |   1 -
 dselect/methods/disk/setup             | 113 +--------------------------------
 dselect/methods/disk/update            |   6 --
 dselect/methods/multicd/README.multicd |   2 -
 dselect/methods/multicd/desc.multi_nfs |  12 ----
 dselect/methods/multicd/install        |   6 --
 dselect/methods/multicd/names          |   1 -
 dselect/methods/multicd/setup          |  72 ---------------------
 dselect/methods/multicd/update         |   6 --
 13 files changed, 5 insertions(+), 235 deletions(-)

commit be0379378c0b3c3244eb992aac97eacfcf54b007
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 27 03:06:17 2019 +0100

    dselect: Remove cdrom method superseded by the multi_cd method

 debian/changelog                |   1 +
 dselect/methods/Makefile.am     |   1 -
 dselect/methods/disk/desc.cdrom |   3 --
 dselect/methods/disk/names      |   1 -
 dselect/methods/disk/setup      | 103 ++--------------------------------------
 5 files changed, 4 insertions(+), 105 deletions(-)

commit b6b7d10bc6f7f04ef972e4f22facc24ec578b3c1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 27 02:53:59 2019 +0100

    dselect: Remove harddisk methods
    
    These were non-functional due to fdisk changes, and do not make sense
    anymore, as we can expect users to mount any such filesystem on their
    own and then use a filesystem method instead.

 debian/changelog                   |  5 +++
 dselect/methods/Makefile.am        |  1 -
 dselect/methods/disk/desc.harddisk |  9 -----
 dselect/methods/disk/names         |  1 -
 dselect/methods/disk/setup         | 70 --------------------------------------
 dselect/methods/multicd/install    |  5 ---
 dselect/methods/multicd/setup      | 63 ----------------------------------
 7 files changed, 5 insertions(+), 149 deletions(-)

commit 15de47b0b13ec19a128cd61ede8fc6ff58f0e2cb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 17 01:20:38 2020 +0100

    dselect: Update multicd README file

 debian/changelog                       |   1 +
 dselect/methods/multicd/README.multicd | 105 ++++++++++++++++-----------------
 2 files changed, 51 insertions(+), 55 deletions(-)

commit cc7476b3f049d5e0549191441ed1a82791efbc5a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 03:48:36 2019 +0100

    dselect: Mark a string for translation

 debian/changelog  | 1 +
 dselect/method.cc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 4dcce43d964a779d3587fab39699f533d1091976
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 31 20:32:03 2020 +0100

    Update German translation of manual pages
    
    Update to 3022.
    
    Includes further proofreading on debian-l10n-german

 man/po/de.po | 780 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 404 insertions(+), 376 deletions(-)

commit d82d003aa426fc3eedcd18acc5b43105b0fbc1fd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 31 00:21:21 2020 +0100

    man, doc: Clarify the postinst "triggered" arguments
    
    The trigger-name(s) is passed as a space-separated list in the second
    argument.
    
    Prompted-by: Michael Biebl <biebl@debian.org>

 debian/changelog     | 3 +++
 doc/triggers.txt     | 5 ++++-
 man/deb-postinst.man | 4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 501f56659c512a4c365b873c87c9a5c41ef82d11
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 29 18:01:17 2020 +0100

    Update German scripts translation
    
    Update to 609t.

 scripts/po/de.po | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 0f560b4cb650753a9d0c91fa30c13974b17fc2e5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 29 01:21:49 2020 +0100

    test: Skip backup files

 debian/changelog | 1 +
 t/codespell.t    | 1 +
 2 files changed, 2 insertions(+)

commit 5a72724fa5721f065894ddd2fade79aab9268e2a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 29 01:19:47 2020 +0100

    build: Remove reference to deleted debian/compat file
    
    Fixes: commit 4158d222d9b8734eb764da70e6b8cac066dc8654

 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

commit 82d9cfd7e0c8733c322806b257ac194103d7d423
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 25 03:29:36 2020 +0100

    Dpkg::Substvars: Add new vendor:Name and vendor:Id substvars
    
    These will make it easier to keep packaging branding neutral from
    the current vendor, so that derivatives need to modify less things
    from their parent.

 debian/changelog           |  1 +
 man/deb-substvars.man      | 10 ++++++++++
 scripts/Dpkg/Substvars.pm  | 21 +++++++++++++++++++++
 scripts/dpkg-genchanges.pl |  1 +
 scripts/dpkg-gencontrol.pl |  1 +
 scripts/t/Dpkg_Substvars.t |  8 +++++++-
 6 files changed, 41 insertions(+), 1 deletion(-)

commit 0ecdc83131190666cc1ccfe5b8b43e97ade7cff2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 29 00:25:09 2020 +0100

    test: Update suppressions for cppcheck 1.90
    
    Some got introduced in 1.89 and fixed in 1.90, others had been fixed
    before but never noticed, remove them now.
    
    Update the comments to match the newly grouped suppressions.

 t/cppcheck/cppcheck.supp | 23 +++--------------------
 1 file changed, 3 insertions(+), 20 deletions(-)

commit 5e3ffab92fcc099000ab6308eba3140d20796cfc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 29 00:20:41 2020 +0100

    u-a: Move error context setup before calling setjmp()
    
    This is a cppcheck false-positive, but by rearranging the code we can
    avoid it, and it makes it somewhat more clear anyway.
    
    This was causing lots of fuzzying when the line numbers were getting
    changed.
    
    Warned-by: cppcheck

 debian/changelog            |  2 ++
 t/cppcheck/cppcheck.supp    |  3 ---
 utils/update-alternatives.c | 15 ++++++++-------
 3 files changed, 10 insertions(+), 10 deletions(-)

commit b006dc6ce5a78baba9c21f58048a8f65946d95ec
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 29 00:15:48 2020 +0100

    u-a: Remove redundant condition in argument parser
    
    This was really a redundant condition, and independent of the variable
    being an enum instead of a bool.
    
    Warned-by: cppcheck

 debian/changelog            | 1 +
 t/cppcheck/cppcheck.supp    | 3 ---
 utils/update-alternatives.c | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

commit 8a98dae74c864ef3f44855a5c2edf42aa9a7bc0e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 29 00:09:53 2020 +0100

    test: Remove redundant assignment
    
    This is really a redundant assignment, as the variable is local, and
    even if the error handler was triggered, it would jump to the first
    branch of the setjmp conditional, which also sets pass to false.
    
    Warned-by: cppcheck

 debian/changelog         | 1 +
 lib/dpkg/t/t-ehandle.c   | 3 ---
 t/cppcheck/cppcheck.supp | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

commit 6dc63578c8a7f7fae5968334577140985990317b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:49:59 2020 +0100

    debian: Bump Standards-Version to 4.5.0 (no changes required)

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

commit 4158d222d9b8734eb764da70e6b8cac066dc8654
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:47:06 2020 +0100

    debian: Switch from debian/compat to debhelper-compat in Build-Depends

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

commit df3e0a9a310a1a5943735d67dbadcc4fbc523687
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:45:17 2020 +0100

    debian: Switch to debhelper compatibility level 12

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

commit 3beef2f57d353accf5e508ae8065feb813eb7d66
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:41:52 2020 +0100

    build: Update debian/.gitignore for dh_autoreconf artifacts

 debian/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

commit f032555d9f98f00b0ccf05d6459a6bb8f9897f0b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:24:30 2020 +0100

    Dpkg::Source::Package: Fix original tarball signature calls
    
    We need to pass the directory as the first argument, and should not be
    calling the functions if there are no tarball signatures to verify.
    
    Fixes: commit 3821f024d92aabf24a333025c1c1956d8a45e718
    Reported-by: Niels Thykier <niels@thykier.net>

 scripts/Dpkg/Source/Package/V1.pm | 2 +-
 scripts/Dpkg/Source/Package/V2.pm | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 7fd5756e22177b39c7822ca0672bd6a59f659971
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:23:28 2020 +0100

    Dpkg::Dist::Files: Document the two filename pattern formats
    
    Prompted-by: Felix Lechner <felix.lechner@lease-up.com>

 debian/changelog           | 1 +
 scripts/Dpkg/Dist/Files.pm | 4 ++++
 2 files changed, 5 insertions(+)

commit e8ffa0552b5600f18c06702c16033f0bcb1b1e11
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:20:09 2020 +0100

    Dpkg::Dist::Files: On filename parse error say file instead of package

 debian/changelog           | 1 +
 scripts/Dpkg/Dist/Files.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 0e9eb7b807733e41c1e38012a5560376887232db
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 23:55:40 2020 +0100

    Dpkg::OpenPGP, Dpkg::Source::Package: Update needed modules
    
    This was missed when refactoring the code out of Dpkg::Source::Package.
    
    Fixes: commit 139dfc4c78593d995610c0aa180300a9a7dd94ac

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

commit 05c9d5ba0ce65d47070e31e997f6eeb6ab558d12
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 20 22:44:31 2020 +0100

    Update German translation of manual pages
    
    Update to 3018t.

 man/po/de.po | 1243 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 642 insertions(+), 601 deletions(-)

commit 5f0001ac38b255591a5ab88b8bf0a846c0f4ac14
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 20 19:47:46 2020 +0100

    Update German scripts translation
    
    Update to 609t.

 scripts/po/de.po | 56 +++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 35 insertions(+), 21 deletions(-)

commit b0884e9d08fa9996bc67c96712b187c1255b5def
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jan 20 18:12:29 2020 +0100

    German dpkg translation update
    
    Update to 1140t.

 po/de.po | 50 +++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 39 insertions(+), 11 deletions(-)

commit ff589fd1d161dbea88dea82c7edee5ed62549c74
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 02:53:10 2020 +0100

    dpkg-architecture: Suppress perlcritic policy for «no warnings»
    
    Fixes: commit ba23abe9e93ffcdae09ec234208ea55478c3f5ac

 scripts/dpkg-architecture.pl | 1 +
 1 file changed, 1 insertion(+)

commit 33899e9378790f0bda984feb09860899eab96331
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 23 19:44:12 2019 +0100

    libdpkg, dpkg-query: Optimize db-fsys:Files loading
    
    We load either the entire db-fsys for all packages, possibly optimized
    per platform (such as by using fiemap), or the specific ones for the
    requested packages.
    
    This also fixes a problematic cast removing the constness of a variable.

 debian/changelog      |  5 +++++
 lib/dpkg/pkg-format.c | 28 +++++++++++++++++++---------
 lib/dpkg/pkg-format.h |  3 +++
 src/querycmd.c        | 13 +++++++++++++
 4 files changed, 40 insertions(+), 9 deletions(-)

commit 2e5010d660ea644e05d77ec48fe760d1a044ceda
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 9 05:18:33 2020 +0100

    dpkg-buildpackage: Do not accept equal signs as part of the hook names
    
    Closes: #948291
    Reported-by: Daniel Shahaf <danielsh@apache.org>

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

commit 3f77e30a269bb3ffb2b45f3f74c29e495beac8c9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 00:59:17 2020 +0100

    Dpkg::Vendor::Ubuntu: Remove obsolete 'keyrings' hook
    
    Fixes: commit 6e6bd74a5664b3d354dc7fd892a08eaf928980ad

 scripts/Dpkg/Vendor/Ubuntu.pm | 3 ---
 1 file changed, 3 deletions(-)

commit ba23abe9e93ffcdae09ec234208ea55478c3f5ac
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 01:48:01 2020 +0100

    dpkg-architecture: Fix handling of exec failing in --command
    
    We should check exec's return value, and error out ourselves so that
    we exit with a correct error code. We suppress the perl exec warning,
    so that we do not get duplicate messages.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>

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

commit a7c8c0f02e4a6399ad485b67284ac018914da082
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 7 22:14:37 2019 +0100

    libdpkg: Fix comment description

 lib/dpkg/db-ctrl-access.c  | 2 +-
 lib/dpkg/db-ctrl-format.c  | 2 +-
 lib/dpkg/db-ctrl-upgrade.c | 2 +-
 lib/dpkg/options-parsers.c | 2 +-
 lib/dpkg/t/b-fsys-hash.c   | 2 +-
 lib/dpkg/t/b-pkg-hash.c    | 2 +-
 lib/dpkg/t/c-tarextract.c  | 2 +-
 lib/dpkg/t/c-treewalk.c    | 2 +-
 lib/dpkg/t/t-fsys-dir.c    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

commit 2896dae700d8aaff73b4a05f07c0c138a20c784c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 29 02:23:01 2019 +0100

    libdpkg: Create the info/ database directory on demand

 debian/changelog           | 1 +
 lib/dpkg/db-ctrl-upgrade.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit ee8be1388758cb0e71cfbf7cb61d543040442f86
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 29 02:22:37 2019 +0100

    libdpkg: Create the updates/ database directory on demand

 debian/changelog    |  1 +
 lib/dpkg/dbmodify.c | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 12b68b3fbc9970d91bbacf49291ad3e5a9e5cced
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 05:21:26 2019 +0100

    libdpkg: Create the dpkg database directory on demand

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

commit e6bc50a5ecc6743c1ad03aede8679a81d11ac713
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 29 02:26:41 2019 +0100

    libdpkg: Do not change the ownership of the triggers database directory
    
    Either we are running as root:root (checked by modstatdb_open()) which
    means the ownership should be correct already, or we are not which means
    we cannot change it anyway.

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

commit 99c9cdbf1b9650ef5025c3c06ea918ef3007888e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 15 03:25:16 2019 +0100

    libdpkg: Allow missing status and available databases
    
    This makes it possible to bootstrap an installation w/o requiring
    external knowledge of the dpkg internals, as the databases will be
    created on write when necessary. We can then remove the code setting
    them up from the dpkg postinst.
    
    Closes: #647911

 Makefile.am          |  1 -
 debian/changelog     |  3 +++
 debian/dpkg.postinst | 32 --------------------------------
 lib/dpkg/dpkg-db.h   |  7 +++++--
 lib/dpkg/parse.c     | 14 ++++++++++++--
 t/shellcheck.t       |  1 -
 6 files changed, 20 insertions(+), 38 deletions(-)

commit bbb52d7a9a8061920414634af22d76b7f02466eb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 15 03:08:50 2019 +0100

    libdpkg: Create the logfile with correct permissions
    
    We switch from fopen(3) to open(2) so that we get more control when
    opening the log file and can explicitly give the corrent mode to use.
    
    Remove the code from the postinst, as it should now be unnecessary.

 debian/changelog     |  3 +++
 debian/dpkg.postinst | 14 --------------
 lib/dpkg/log.c       | 29 ++++++++++++++++++-----------
 3 files changed, 21 insertions(+), 25 deletions(-)

commit d1ff4b8427aab0ad735735a1bfc9a8f037c8fda0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 1 04:21:43 2019 +0100

    libdpkg: Consider msdbrw_needsuperuser equivalent to msdbrw_write
    
    When checking for missing access to the dpkg database directory, we
    should consider msdbrw_needsuperuser equivalent to msdbrw_write, as
    the former is a superset of the latter.

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

commit 5997521cc98bddfb2be4c80a69b120624b249313
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 1 04:20:41 2019 +0100

    libdpkg: Fix modstatdb_rw enum comments

 debian/changelog   | 1 +
 lib/dpkg/dpkg-db.h | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 9b611f69a628387424b4597485cd274e5cce0998
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 05:21:11 2019 +0100

    dpkg-split: Create the parts/ database directory on demand
    
    This makes it possible to bootstrap dpkg w/o requiring external
    knowledge of internal details.

 debian/changelog   | 1 +
 dpkg-split/queue.c | 4 ++++
 2 files changed, 5 insertions(+)

commit 49c8d396ff36fd0c21f2a7a082ebf1d9b609e22b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 05:21:11 2019 +0100

    dpkg-split: Cope with a missing parts/ database directory
    
    When trying to scan the parts/ directory, we should gracefully cope with
    it being missing, which can be the case when bootstrapping this package
    on a new system. Or when using an different administrative directory.

 debian/changelog   | 1 +
 dpkg-split/queue.c | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 16f696213370484cc1930071a31481bd7dc87262
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 03:49:38 2019 +0100

    libdpkg: Add new atomic file flag to create the base path when missing

 debian/changelog       | 1 +
 lib/dpkg/atomic-file.c | 8 ++++++++
 lib/dpkg/atomic-file.h | 1 +
 3 files changed, 10 insertions(+)

commit 62f5a5399b721e7bcf47bb0aa4c9f0582739eda9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 16 04:58:12 2019 +0100

    libdpkg: Add new dir_make_path() and dir_make_path_parent() functions

 debian/changelog     |  1 +
 lib/dpkg/dir.c       | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/dir.h       |  7 ++++++
 lib/dpkg/libdpkg.map |  2 ++
 4 files changed, 72 insertions(+)

commit 5fd4ba68c41c1be5a28dfe241aec35c7e11255e7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 30 22:17:55 2019 +0100

    u-a: Create the administrative directory on demand
    
    Create it if missing when saving the alternative into the database.

 debian/changelog            |  1 +
 t/cppcheck/cppcheck.supp    | 12 ++++++------
 utils/update-alternatives.c | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 6 deletions(-)

commit 63b5e9b5cbc4023b3d3fbec9823bfbaf270fd261
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 30 22:17:55 2019 +0100

    u-a: Cope with a missing administrative directory
    
    When trying to scan the administrative directory, we should gracefully
    cope with it being missing, which can be the case when bootstrapping
    this package on a new system. Or when using a different administrative
    directory.

 debian/changelog            |  1 +
 t/cppcheck/cppcheck.supp    | 12 ++++++------
 utils/update-alternatives.c |  9 +++++++--
 3 files changed, 14 insertions(+), 8 deletions(-)

commit 67a1d582284c5ce22a46d68c45bc7410d33845d6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 11 23:00:29 2019 +0100

    dpkg-buildpackage: Add option to sanitize environment
    
    This new option will apply vendor-specific sanitization to the
    environment so that the build is safer. We cannot enable this by default
    as that would let packages assume these settings are always in place,
    which would cause regressions when using the currently defined build
    entry point (debian/rules).
    
    Closes: #843776

 debian/changelog               |  1 +
 man/dpkg-buildpackage.man      |  9 +++++++++
 scripts/Dpkg/Vendor/Debian.pm  |  5 +++++
 scripts/Dpkg/Vendor/Default.pm |  7 +++++++
 scripts/dpkg-buildpackage.pl   | 10 ++++++++++
 t/pod-spell.t                  |  1 +
 6 files changed, 33 insertions(+)

commit be1d6863fda782ce94d017aae5f035b92f54d6cb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 11 23:36:02 2019 +0100

    scripts: Give more context on field parsing errors
    
    While the line number and column are lost at the point were we parse the
    field values, printing the name of the binary package should help
    substantially on locating the required context in the file.
    
    Closes: #637060

 debian/changelog               |  1 +
 scripts/dpkg-checkbuilddeps.pl |  4 ++--
 scripts/dpkg-gencontrol.pl     | 17 +++++++++--------
 scripts/dpkg-shlibdeps.pl      |  2 +-
 scripts/dpkg-source.pl         |  5 +++--
 5 files changed, 16 insertions(+), 13 deletions(-)

commit 8c65a0fbedabf49878dedf7b58b8a3e581d6bc1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 03:48:51 2019 +0100

    man: Clarify debian/source/include-binaries format
    
    Prompted-by: Felix Lechner <felix.lechner@lease-up.com>

 debian/changelog    | 2 ++
 man/dpkg-source.man | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 00790440e0844d49af5830af5fe73ad0713453c3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 18 03:05:43 2019 +0100

    man: Clarify deb-changelog(5) format
    
    Specify that the semicolon is required, that zero or more key/values
    are allowed, the format of the keys, and the exact Unicode characters
    used for the delimiters.
    
    Closes: #946780

 debian/changelog      |  1 +
 man/deb-changelog.man | 16 ++++++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 26107bd453f343d93f0128a9c30d74435debefc1
Author: Mo Zhou <lumin@debian.org>
Date:   Wed Dec 18 03:24:47 2019 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #945776
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +-
 po/zh_CN.po      | 280 +++++++++++++++++++++++--------------------------------
 2 files changed, 116 insertions(+), 166 deletions(-)

commit 72e359a5d595838f1d727a3b6269541757a54aed
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 00:23:42 2020 +0100

    libdpkg: Fix memory leaks in zlib and bz2 decompression functions
    
    We need to close the handles to release their respective resources.
    These leaks are not important as they are short-lived in the current
    implementation as the call site will always execute them in a child
    process.
    
    Warned-by: coverity

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

commit cfc4908be31c24010cf52193f8ebdefc6d9ab8ea
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 00:28:44 2020 +0100

    s-s-d: Close the notification socket in the child
    
    This is not really required, as the socket is set as close-on-exec, but
    it confuses some static analyzers. So let's close it explicitly, which
    makes the intention more clear too.
    
    Warned-by: coverity

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

commit 531e6c329152e61163102241fb6d721bcb19c0d3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 00:21:36 2020 +0100

    s-s-d: Fix memory leak on multiple --chuid arguments
    
    When we pass multiple times the --chuid option, it will leak any
    previous argument.
    
    Warned-by: coverity

 debian/changelog          | 1 +
 utils/start-stop-daemon.c | 1 +
 2 files changed, 2 insertions(+)

commit 375d066c0c30cd810d2c9c4b1ab6ffe889f5de60
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 20 00:20:20 2020 +0100

    s-s-d: Explicitly ignore uninmportant function return values
    
    Warned-by: coverity

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

commit 098b9642ddae878c155c358e3ef5ca9ecf401d79
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 18 01:52:18 2020 +0100

    dpkg-split: Fix short-lived file descriptor leak --auto
    
    Warned-by: coverity

 debian/changelog   | 1 +
 dpkg-split/queue.c | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit c3d79e40b18d57d6a287fb49c6b2c04b8dc5722d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 18 01:35:14 2020 +0100

    dpkg: Fix short lived memory leak in --force-help handling
    
    Warned-by: coverity

 debian/changelog | 1 +
 src/force.c      | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 53ae4e616df2dbc49fe2f11492558bdee1ef0cfe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 18 01:23:07 2020 +0100

    test: Suppress new bogus cppcheck 1.90 false positives
    
    Warned-by: cppcheck

 debian/changelog         | 2 +-
 t/cppcheck/cppcheck.supp | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 37b8a0ea1ab1bd96dd7a4c8c1a90ef76a6a0802b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 16 04:30:20 2020 +0100

    libdpkg: Fix format string to be a string literal
    
    This also removes an intermediate string formatting.
    
    Warned-by: gcc-10, gcc -Wformat=2

 debian/changelog      |  2 ++
 lib/dpkg/pkg-format.c | 25 ++++++++-----------------
 2 files changed, 10 insertions(+), 17 deletions(-)

commit 0ec260b39b0d23d262ddff07d8954f11c8d954c7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 23 19:44:12 2019 +0100

    libdpkg: Only use varbuf_printf() in pkg_format_show() when necessary
    
    Calling varbuf_printf() to add a simple string is quite expensive. We
    should only use it when we need to format the arguments.

 debian/changelog      |  2 ++
 lib/dpkg/pkg-format.c | 32 +++++++++++++++++++-------------
 2 files changed, 21 insertions(+), 13 deletions(-)

commit b077a733f086d7e75d12cc4cfc733654a3b37925
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 16 04:01:17 2020 +0100

    libdpkg: Fix fiemap memory usage layout
    
    The compiler has a hard time understanding that the composite struct is
    being used to allocate enough space for the flexible array member, and
    emits an out of bounds warning (-Wzero-length-bounds).
    
    Instead use a buffer with enough space that we alias to a struct fiemap.
    
    Warned-by: gcc-10

 debian/changelog         |  2 ++
 lib/dpkg/db-fsys-files.c | 25 ++++++++++++++-----------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit a0828e04289639f875cb924f8d1a65a634683b19
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 26 08:21:49 2019 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |     6 +-
 dselect/po/ca.po        |    70 +-
 dselect/po/cs.po        |    70 +-
 dselect/po/da.po        |    70 +-
 dselect/po/de.po        |     2 +-
 dselect/po/dselect.pot  |     8 +-
 dselect/po/el.po        |     6 +-
 dselect/po/es.po        |    70 +-
 dselect/po/et.po        |     6 +-
 dselect/po/eu.po        |    38 +-
 dselect/po/fr.po        |    70 +-
 dselect/po/gl.po        |    38 +-
 dselect/po/hu.po        |     6 +-
 dselect/po/id.po        |     6 +-
 dselect/po/it.po        |     6 +-
 dselect/po/ja.po        |    70 +-
 dselect/po/ko.po        |     6 +-
 dselect/po/nb.po        |    70 +-
 dselect/po/nl.po        |    70 +-
 dselect/po/nn.po        |     6 +-
 dselect/po/pl.po        |    70 +-
 dselect/po/pt.po        |    70 +-
 dselect/po/pt_BR.po     |    38 +-
 dselect/po/ro.po        |    38 +-
 dselect/po/ru.po        |    70 +-
 dselect/po/sk.po        |    38 +-
 dselect/po/sv.po        |    70 +-
 dselect/po/tl.po        |     6 +-
 dselect/po/vi.po        |    70 +-
 dselect/po/zh_CN.po     |     6 +-
 dselect/po/zh_TW.po     |    38 +-
 man/po/dpkg-man.pot     | 11338 +++++++++++++-------------
 man/po/es.po            | 19904 ++++++++++++++++++++++-----------------------
 man/po/fr.po            | 18887 ++++++++++++++++++++++---------------------
 man/po/hu.po            | 13075 +++++++++++++++---------------
 man/po/it.po            | 17954 ++++++++++++++++++++---------------------
 man/po/ja.po            | 19848 ++++++++++++++++++++++-----------------------
 man/po/nl.po            | 18956 +++++++++++++++++++++----------------------
 man/po/pl.po            | 19959 +++++++++++++++++++++++-----------------------
 man/po/pt_BR.po         | 13447 +++++++++++++++----------------
 man/po/ru.po            | 13766 ++++++++++++++++----------------
 man/po/sv.po            | 19603 +++++++++++++++++++++++----------------------
 man/po/zh_CN.po         | 12682 ++++++++++++++---------------
 po/ast.po               |    29 +-
 po/bs.po                |    24 +-
 po/ca.po                |    32 +-
 po/cs.po                |    32 +-
 po/da.po                |    32 +-
 po/de.po                |     2 +-
 po/dpkg.pot             |    26 +-
 po/dz.po                |    29 +-
 po/el.po                |    30 +-
 po/eo.po                |    32 +-
 po/es.po                |    32 +-
 po/et.po                |    29 +-
 po/eu.po                |    32 +-
 po/fr.po                |    32 +-
 po/gl.po                |    29 +-
 po/hu.po                |    29 +-
 po/id.po                |    29 +-
 po/it.po                |    32 +-
 po/ja.po                |    32 +-
 po/km.po                |    29 +-
 po/ko.po                |    29 +-
 po/ku.po                |    27 +-
 po/lt.po                |    29 +-
 po/mr.po                |    29 +-
 po/nb.po                |    29 +-
 po/ne.po                |    29 +-
 po/nl.po                |    32 +-
 po/nn.po                |    27 +-
 po/pa.po                |    30 +-
 po/pl.po                |    32 +-
 po/pt.po                |    68 +-
 po/pt_BR.po             |    29 +-
 po/ro.po                |    29 +-
 po/ru.po                |    32 +-
 po/sk.po                |    32 +-
 po/sv.po                |    32 +-
 po/th.po                |    32 +-
 po/tl.po                |    27 +-
 po/tr.po                |    32 +-
 po/vi.po                |    32 +-
 po/zh_CN.po             |    32 +-
 po/zh_TW.po             |    32 +-
 scripts/po/ca.po        |   145 +-
 scripts/po/de.po        |     2 +-
 scripts/po/dpkg-dev.pot |    55 +-
 scripts/po/es.po        |    78 +-
 scripts/po/fr.po        |    82 +-
 scripts/po/pl.po        |    79 +-
 scripts/po/ru.po        |    81 +-
 scripts/po/sv.po        |    83 +-
 93 files changed, 103344 insertions(+), 99163 deletions(-)

commit cad2ca70bdfcaca55afd00cac111c095762ee12c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 26 07:53:02 2019 +0100

    Proofreading of German man pages on debian-l10n-german (Part 1)

 man/po/de.po | 944 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 468 insertions(+), 476 deletions(-)

commit 036cb27170a1f95446ecd03a20cf3601d9a85f38
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Nov 27 19:43:52 2019 +0100

    German dselect translation update
    
    Update to 274t.

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

commit 38da4b7aca42fc62a49b2a5879fc9021ca973b98
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Nov 27 19:43:26 2019 +0100

    German dpkg translation update
    
    Update to 1135t.

 po/de.po | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 21199ee1c25538ee24cdacc0a133ac6ff3502821
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 26 13:17:45 2019 +0100

    Dpkg::Source::Package: Honor require_valid_signature option
    
    We need to pass this option forward to the verify_signature() calls,
    otherwise we use the default.
    
    Fixes: commit 139dfc4c78593d995610c0aa180300a9a7dd94ac
    Fixes: commit 3821f024d92aabf24a333025c1c1956d8a45e718

 scripts/Dpkg/Source/Package.pm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 89f9aad83b2c67294aaf80658fcdc6f36c3129ef
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 27 03:37:08 2019 +0100

    po: Remove previous msgids for up-to-date translations
    
    This was causing unit test failures.

 po/pt.po | 121 ---------------------------------------------------------------
 1 file changed, 121 deletions(-)

commit 34974887506d0bcf8bc069e99a22901647e6d173
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 26 19:42:31 2019 +0100

    Update German translation of manual pages
    
    Update to 3016t.

 man/deb-src-symbols.man |     2 +-
 man/po/de.po            | 18558 +++++++++++++++++++++++-----------------------
 2 files changed, 9346 insertions(+), 9214 deletions(-)

commit b0d572695d2fc5478d2461e952145d933e40e6be
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 26 18:27:48 2019 +0100

    Update German scripts translation
    
    Update to 609t.

 scripts/po/de.po | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 89afa9af7cd589eb8384ed96b6d86dd59d56bdf5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 5 12:59:17 2019 +0100

    Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats

 debian/changelog                         | 1 +
 scripts/Dpkg/Source/Package/V3/Native.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 2eafcd122aa4e772cd6bb40c3eb82ac27aff3646
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 5 12:57:13 2019 +0100

    Dpkg::Changelog: Clarify inheritance and implementation references
    
    Make it clear that these classes inherit from some other base class,
    which will contain the missing documentation.
    
    Prompted-by: intrigeri <intrigeri@debian.org>

 debian/changelog                       |  3 +++
 scripts/Dpkg/Changelog/Debian.pm       | 13 ++++++++++---
 scripts/Dpkg/Changelog/Entry/Debian.pm |  7 ++++---
 3 files changed, 17 insertions(+), 6 deletions(-)

commit 7ab69d4acbdabd3af0f8c27801527750505c1a11
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 02:07:17 2019 +0100

    Dpkg: Say class instead of object when appropriate
    
    These were referring to the type and not the instance, which makes
    using the incorrect nomenclature confusing.

 debian/changelog                       |  1 +
 scripts/Dpkg/BuildFlags.pm             |  2 +-
 scripts/Dpkg/BuildOptions.pm           |  2 +-
 scripts/Dpkg/Changelog.pm              |  2 +-
 scripts/Dpkg/Changelog/Entry.pm        |  2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm |  2 +-
 scripts/Dpkg/Checksums.pm              |  2 +-
 scripts/Dpkg/Compression/FileHandle.pm | 18 +++++++++---------
 scripts/Dpkg/Control/Changelog.pm      |  2 +-
 scripts/Dpkg/Control/HashCore.pm       |  4 ++--
 scripts/Dpkg/Control/Info.pm           |  2 +-
 scripts/Dpkg/Control/Tests.pm          |  2 +-
 scripts/Dpkg/Control/Tests/Entry.pm    |  2 +-
 scripts/Dpkg/Deps.pm                   |  8 ++++----
 scripts/Dpkg/Deps/AND.pm               |  2 +-
 scripts/Dpkg/Deps/KnownFacts.pm        |  2 +-
 scripts/Dpkg/Deps/OR.pm                |  2 +-
 scripts/Dpkg/Deps/Simple.pm            |  5 +++--
 scripts/Dpkg/Deps/Union.pm             |  4 ++--
 scripts/Dpkg/Index.pm                  |  2 +-
 scripts/Dpkg/Interface/Storable.pm     |  4 ++--
 scripts/Dpkg/Source/Format.pm          |  2 +-
 scripts/Dpkg/Source/Package.pm         |  4 ++--
 scripts/Dpkg/Substvars.pm              |  2 +-
 scripts/Dpkg/Vendor/Debian.pm          |  4 ++--
 scripts/Dpkg/Vendor/Default.pm         |  8 ++++----
 scripts/Dpkg/Vendor/Ubuntu.pm          |  4 ++--
 27 files changed, 49 insertions(+), 47 deletions(-)

commit b287a80263dd4e45bb82b7e6bad76faeb47358d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 5 04:28:30 2019 +0200

    Dpkg::Exit: Register exit handlers also for __DIE__
    
    This makes sure we execute the handlers on normal errors, and can thus
    remove the traps from several functions to run the handlers and to then
    rethrow the exception.

 debian/changelog               |  1 +
 scripts/Dpkg/Exit.pm           |  2 +-
 scripts/Dpkg/Source/Package.pm | 21 +++++----------------
 3 files changed, 7 insertions(+), 17 deletions(-)

commit ddb82d8bfe58e8a25444bdd772f534e0564efb3d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 5 04:26:23 2019 +0200

    Dpkg::Exit: Unregister all signal handlers once we have executed them
    
    We should cleanup the handlers to the previous state otherwise we
    end up changing the behavior globally, when this should be a local
    cleanup behavior.
    
    Closes: #932841

 debian/changelog     |  2 ++
 scripts/Dpkg/Exit.pm | 23 ++++++++++++++++++++---
 2 files changed, 22 insertions(+), 3 deletions(-)

commit e8c48a3965fe83b4f89c73cf60009e745000fec5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 00:01:46 2019 +0100

    dpkg-source: Remove backwards compatibility code for legacy build-profiles

 debian/changelog       | 1 +
 scripts/dpkg-source.pl | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)

commit 6e6bd74a5664b3d354dc7fd892a08eaf928980ad
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:41:57 2019 +0100

    Dpkg::Vendor: Remove obsolete 'keyrings' hook
    
    This hook has been obsoleted for a while and been emitting deprecation
    warnings, so it's safe to remove now.

 debian/changelog               | 1 +
 scripts/Dpkg/Vendor/Debian.pm  | 3 ---
 scripts/Dpkg/Vendor/Default.pm | 3 ---
 3 files changed, 1 insertion(+), 6 deletions(-)

commit a376ff0b20918ec4c66a6905529065d992095c35
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:40:03 2019 +0100

    Dpkg::Conf: Remove obsolete methods and obsolete croak for method option
    
    We do not bump the module version to 2.00, as these functions and option
    have croak'ed almost since their introduction.

 debian/changelog     |  1 +
 scripts/Dpkg/Conf.pm | 26 +++++++-------------------
 2 files changed, 8 insertions(+), 19 deletions(-)

commit 83b1500011a0656263afbdeffffca182758ef061
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:38:37 2019 +0100

    Dpkg::Checksums: Remove obsolete 'program' property warning

 debian/changelog          |  1 +
 scripts/Dpkg/Checksums.pm | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 69b98260c76342a72f3c819961a33b9a14e899ab
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:37:17 2019 +0100

    Dpkg::Version: Remove deprecation warning from semantic change in bool overload

 debian/changelog         |  2 ++
 scripts/Dpkg/Version.pm  | 13 ++++++-------
 scripts/t/Dpkg_Version.t |  6 ------
 3 files changed, 8 insertions(+), 13 deletions(-)

commit 2c08a8a2a2503398c7d17b4ecb7f364ea4eb3aed
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:33:52 2019 +0100

    Dpkg::Index: Change default value for unique_tuple_key to 1
    
    Bump module version to 2.00.

 debian/changelog      |  1 +
 scripts/Dpkg/Index.pm | 35 +++++++++++++++--------------------
 2 files changed, 16 insertions(+), 20 deletions(-)

commit e9fa0cd0bce704657bad9d26810f6fa57f78caf2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:32:44 2019 +0100

    Dpkg::Substvars: Remove obsolete no_warn() method
    
    Bump module version to 2.00.

 debian/changelog          |  1 +
 scripts/Dpkg/Substvars.pm | 21 +++++----------------
 2 files changed, 6 insertions(+), 16 deletions(-)

commit 605d9f8a8a59c8413a9ba0ab260b6f10a7ac1c70
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:32:09 2019 +0100

    Dpkg::Source::Package: Remove and hide internal lowercase variables
    
    Bump module version to 2.00.

 debian/changelog               |  3 +++
 scripts/Dpkg/Source/Package.pm | 16 +++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

commit 27228611177b0cde44325df2ac8c32ae6bc6d2eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:31:07 2019 +0100

    Dpkg::Gettext: Remove obsolete _g() function
    
    Bump module version to 2.00.

 debian/changelog        |  1 +
 scripts/Dpkg/Gettext.pm | 16 ++++------------
 2 files changed, 5 insertions(+), 12 deletions(-)

commit 2adeecad3d72ccfb46ed39278c6b1831d8dbad64
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:30:40 2019 +0100

    Dpkg::Exit: Hide internal lowercase @handlers variable
    
    Bump module version to 2.00.

 debian/changelog     |  1 +
 scripts/Dpkg/Exit.pm | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 7a68fdc76ea3a009ace005aa7972bb337995b127
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:30:04 2019 +0100

    Dpkg::Deps::KnownFacts: Remove obsolete check_package() method
    
    Bump module version to 2.00.

 debian/changelog                |  1 +
 scripts/Dpkg/Deps/KnownFacts.pm | 37 +++++--------------------------------
 2 files changed, 6 insertions(+), 32 deletions(-)

commit ab8176cb9a92a39d062da002cf9192bdc6e5f3d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:29:13 2019 +0100

    Dpkg::Compression: Hide internal lowercase variables
    
    Bump module version to 2.00.

 debian/changelog            |  3 +++
 scripts/Dpkg/Compression.pm | 17 +++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 7656016155c2dc408c4659d050a6e4bedb741069
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 02:51:10 2019 +0200

    Dpkg::Changelog::Parse: Remove warnings for obsolete options and functions
    
    Remove warnings for obsolete options forceplugin and libdir. Remove
    obsolete functions changelog_parse_debian() and changelog_parse_plugin().
    
    Bump module version to 2.00.

 debian/changelog                |  3 +++
 scripts/Dpkg/Changelog/Parse.pm | 60 +++++------------------------------------
 2 files changed, 10 insertions(+), 53 deletions(-)

commit e4fed400378c4ade6b7ceb3aeb03c4252c11c12e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 16 00:25:33 2019 +0100

    Dpkg::Changelog::Parse: Remove $ sigil from option names in POD
    
    These are not actual variables, but option passed in a hash, so using
    the $ sigil here is very confusing.

 debian/changelog                | 1 +
 scripts/Dpkg/Changelog/Parse.pm | 2 +-
 t/pod-spell.t                   | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

commit 9b0dc0a1a879d35443781058415550059db1589c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 02:51:10 2019 +0200

    Dpkg::Changelog::Entry::Debian: Remove obsolete methods and hide variables
    
    Remove obsolete methods check_header() and check_trailer(). Hide internal
    lowercase variables $regex_header and $regex_trailer.
    
    Bump module version to 2.00.

 debian/changelog                       |  2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 49 +++++++---------------------------
 2 files changed, 11 insertions(+), 40 deletions(-)

commit 895a2e525adfd90a57e1e4dfbcc18bb0c1ca64b4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 02:51:10 2019 +0200

    Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822()
    
    Bump module version to 2.00.

 debian/changelog          |  1 +
 scripts/Dpkg/Changelog.pm | 36 +++++-------------------------------
 2 files changed, 6 insertions(+), 31 deletions(-)

commit 88d2ceac86373a3ccc37fc7ceff1319a4528a889
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 02:51:10 2019 +0200

    Dpkg: Remove internal lowercase variables
    
    Bump module version to 2.00.

 debian/changelog |  2 ++
 scripts/Dpkg.pm  | 21 +++++----------------
 2 files changed, 7 insertions(+), 16 deletions(-)

commit b958054076c236d470f46f35b94ee16a032ed368
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 17:36:02 2019 +0100

    Dpkg::Deps: Check for valid virtual package version relations
    
    Do not allow non-equal version relations in virtual provides.
    
    Closes: #930317

 debian/changelog               |  2 ++
 scripts/Dpkg/Deps.pm           | 19 ++++++++++++++++++-
 scripts/dpkg-checkbuilddeps.pl |  2 +-
 scripts/dpkg-gencontrol.pl     |  2 +-
 4 files changed, 22 insertions(+), 3 deletions(-)

commit 35430c52c8b8b311985535b46bd7ba592bb5d805
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 16:29:05 2019 +0100

    Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration for C++
    
    Closes: #939969

 debian/changelog              |  2 ++
 scripts/Dpkg/Vendor/Debian.pm | 17 +++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 79d01b9283bb8c5c9867a9601a4b3011f207684f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 01:34:29 2019 +0100

    Dpkg::Vendor::Debian: Only scan /usr/local/ directories that exist
    
    Closes: #932967

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 7100870cbd2e90f994f3e812bd12e85b814a1af5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 5 05:01:59 2019 +0200

    man: Move template symbol documentation into new deb-src-symbols(5)
    
    Having the template symbols file format described in the dpkg-gensymbols
    has been a continuous source of confusion for users, and makes
    discovering it more difficult. Move it to its own man page, and link to
    it from the various relevant man pages.

 debian/changelog                                 |   1 +
 man/Makefile.am                                  |   2 +
 man/{dpkg-gensymbols.man => deb-src-symbols.man} | 221 +---------------
 man/dpkg-gensymbols.man                          | 316 +----------------------
 man/po/po4a.cfg                                  |   3 +
 5 files changed, 30 insertions(+), 513 deletions(-)

commit 6115b4d35c8c927e42e4d51c82d023a5049c3c6c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 4 05:36:42 2019 +0200

    man: Describe the SONAME formats supported in deb-shlibs

 debian/changelog   |  1 +
 man/deb-shlibs.man | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit ebbb81b5329f567f89ca576279bdeabafd291253
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 01:12:49 2019 +0100

    dselect: Remove methods state files on purge
    
    Ref: #930788
    Spotted-by: Sven Joachim <svenjoac@gmx.de>

 Makefile.am           |  1 +
 debian/changelog      |  2 ++
 debian/dselect.postrm | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

commit b41fe887e8caf09107cd65d8f561b00d043561d9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 5 02:55:04 2019 +0100

    dpkg: Use DPKG_ADMINDIR to set the admindir
    
    This was done in the name of security, but it does not make much sense
    as root should make sure to be running in a clean environment. This is
    problematic as it makes the interface hard to understand, and produces
    unexpected behavior as dpkg can be called from within itself, or as a
    wrapper for dpkg-query, which will then not inherit the admindir value.
    
    Closes: #900071

 debian/changelog | 1 +
 man/dpkg.man     | 5 +++++
 src/main.c       | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)

commit 1fcb291686f6bad5b3d7dfe619fcd840d6ab5d3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 01:08:21 2019 +0100

    dpkg: Fix and clarify behavior for packages marked to be on “hold”
    
    A package marked to be on hold, denotes that the package should be kept
    in its current version and should not be automatically installed, upgraded
    or removed. The same applies to frontends. This behavior does not apply
    when the user explicitly requested one of these actions, or the
    --force-hold option is used.
    
    It should never prevent dpkg from processing these for configuration (if
    they were already in unpacked state) or from trigger processing, otherwise
    we might get into trigger loops. Some of the code was already doing this,
    but this was not consistently done. We update also the help output and
    documentation to clarify the fixed behavior.
    
    Closes: #926472

 debian/changelog    |  2 ++
 dselect/helpmsgs.cc |  4 ++--
 man/dpkg.man        | 10 +++++++---
 src/force.c         |  2 +-
 src/packages.c      |  6 ++++--
 src/trigproc.c      |  3 ++-
 6 files changed, 18 insertions(+), 9 deletions(-)

commit f029f28260b62a43792d39f9e935132425d4b609
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Nov 3 00:18:19 2019 +0100

    dpkg-gencontrol: Take hardlinks into account when computing Installed-Size
    
    We should not add up the size of each hardlink into the final sum,
    otherwise we will get a size in excess.
    
    Closes: #923475
    Co-Authored-by: Guillem Jover <guillem@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog           | 3 +++
 man/deb-substvars.man      | 1 +
 scripts/dpkg-gencontrol.pl | 9 ++++++++-
 3 files changed, 12 insertions(+), 1 deletion(-)

commit 956272322b1a54a4fc8c539ac4000add8dfb6007
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 4 23:00:18 2019 +0100

    dpkg-query: Try to use the description from the available file if not installed
    
    When we have been requested to load the available file, and that
    contains a description for a package that is not installed, we should
    use that instead of printing the confusing string stating that the
    description is not available.
    
    Closes: #43573

 debian/changelog     |  2 ++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/pkg-show.c  | 33 +++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-show.h  |  2 ++
 src/querycmd.c       |  4 ++--
 5 files changed, 40 insertions(+), 2 deletions(-)

commit 5aae5e10375d5956d639eaf23a49b842bf109b17
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 3 00:00:18 2019 +0100

    libdpkg: Add missing symbols to the version map
    
    Several of these are used by the test suite.

 debian/changelog     | 1 +
 lib/dpkg/libdpkg.map | 7 +++++++
 2 files changed, 8 insertions(+)

commit 9b68d769f7280452402ea38ebfaf358ed44be20a
Author: Dan Streetman <ddstreet@canonical.com>
Date:   Sun Nov 3 00:27:00 2019 +0100

    debian: Replace custom rule for 'configure' with call to dh_autoreconf
    
    Having this custom rule to create the «configure» file means that it
    might end up not being rebuilt if the timestamps of some other files
    are off compared to the debian/changelog date. Using dh_autoreconf
    guarantees that even if these timestamps got updated incorrectly,
    the file will always be rebuilt as expected.
    
    The historic rationale for not doing this before, even though this has
    been considered a best packaging practice, was that because dpkg needs
    explicit support for new architectures, which is the main reason to
    get autotools updated to pull in new config.* files, we would get
    reports so that we could add such support and release a new upstream
    version. But this has never happened, and it's causing other problems.
    
    Closes: #939516
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 ++
 debian/rules     | 10 +++-------
 2 files changed, 5 insertions(+), 7 deletions(-)

commit db53608f1b193c7fced7aeee60d7cecf87b44435
Author: Mo Zhou <lumin@debian.org>
Date:   Sun Nov 3 19:07:24 2019 +0100

    po: Fix typo in Simplified Chinese programs translation
    
    Closes: #942195
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 1 +
 po/zh_CN.po      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit fd14d57fb98d73f9b4d964131810c1414350baf7
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Sun Nov 3 19:06:04 2019 +0100

    po: Update Portuguese programs translation
    
    Closes: #935695
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/pt.po         | 285 +++++++++++++++++++++++++++----------------------------
 2 files changed, 141 insertions(+), 145 deletions(-)

commit 674f9dc5288a8d98b23c5dcf10d34b178a423aa8
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Nov 5 21:00:37 2019 +0100

    German dpkg translation update
    
    Update to 1135t.

 debian/changelog |   3 +
 po/de.po         | 288 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 141 insertions(+), 150 deletions(-)

commit 0c9dc4493715ff3b37262528055943c52fdfb99c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 1 07:19:29 2019 +0100

    Fix a typo

 man/deb-symbols.man | 2 +-
 man/po/de.po        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 881f2c4962f3c4ada2dab7b03a47ae6667000425
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 1 06:51:07 2019 +0100

    Update German translation of manual pages
    
    Update to 3000t.

 man/po/de.po | 164 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 95 insertions(+), 69 deletions(-)

commit 2bdb55b5ea54b0c300490b45020d73f1581e88bc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 1 06:12:46 2019 +0100

    Update German scripts translation
    
    Update to 608t.

 debian/changelog |  3 +++
 scripts/po/de.po | 56 ++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 43 insertions(+), 16 deletions(-)

commit 2000ab26e71e91b0c2a9c12e68904239c0b26a5c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 7 03:55:19 2019 +0200

    dpkg, u-a: Make variables static
    
    Warned-by: sparse

 debian/changelog            |  1 +
 src/main.c                  | 15 ++++++++++++---
 utils/update-alternatives.c |  2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

commit 2be46e2ad4b07758336a84552bbeb6bf3583e812
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 2 04:17:05 2019 +0200

    test: Suppress new bogus cppcheck 1.89 false positives
    
    Warned-by: cppcheck

 debian/changelog         |  1 +
 t/cppcheck/cppcheck.supp | 13 +++++++++++++
 2 files changed, 14 insertions(+)

commit cdf22e3757608040460329b46db3fad73e159bcd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 2 04:15:24 2019 +0200

    dpkg: Remove redudant condition for sourcefile in updateavailable()
    
    The preceding “if” already checks exclusively whether this variable
    is NULL, so in this branch it will always be non-NULL.
    
    Warned-by: cppcheck
    Fixes: knownConditionTrueFalse

 debian/changelog | 1 +
 src/update.c     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 032da9675c087abab819d0346765b874e8daf685
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 2 04:13:19 2019 +0200

    libdpkg: Use p instead of name in dpkg_arch_name_is_illegal()
    
    We assign name to p, which we operate on everywhere in this function
    except for the first check which we still perform on name. This confuses
    at least cppcheck, and it's in any case inconsistent.
    
    Warned-by: cppcheck
    Fixes: nullPointerRedundantCheck

 debian/changelog | 1 +
 lib/dpkg/arch.c  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8da9c02a82840b6dbcecedfbc8e19264efd4dcbe
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 2 04:04:59 2019 +0200

    dselect: Make baselist::draw_column_*() col arguments const
    
    Warned-by: cppcheck
    Fixes: constParameter

 debian/changelog    | 1 +
 dselect/baselist.cc | 6 +++---
 dselect/dselect.h   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

commit 4cc04c4d9f8f5e8e7a2b19571836c69b7f382d45
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 30 04:36:24 2019 +0200

    man: Split dselect(1) --color from --colour option items
    
    These become too long to fit in a 80-char terminal for many
    translations, so let's split them, as we do anyway for the preferred
    formatting to avoid the mandb warning.

 debian/changelog |  1 +
 man/dselect.man  |  4 +++-
 man/po/de.po     | 12 +++++++++---
 man/po/fr.po     | 12 +++++++++---
 man/po/nl.po     | 12 +++++++++---
 5 files changed, 31 insertions(+), 10 deletions(-)

commit 9628f047e3021de545b596a45300078f8145e640
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 30 04:08:22 2019 +0200

    man: Globally adjust left and disable hyphenation
    
    These were being applied in the SEE ALSO section, but not consistently.
    The output is more clear this way.

 debian/changelog                | 1 +
 man/deb-buildinfo.man           | 1 +
 man/deb-changelog.man           | 1 +
 man/deb-changes.man             | 1 +
 man/deb-conffiles.man           | 1 +
 man/deb-control.man             | 1 +
 man/deb-extra-override.man      | 1 +
 man/deb-old.man                 | 1 +
 man/deb-origin.man              | 1 +
 man/deb-override.man            | 2 +-
 man/deb-postinst.man            | 1 +
 man/deb-postrm.man              | 1 +
 man/deb-preinst.man             | 1 +
 man/deb-prerm.man               | 1 +
 man/deb-shlibs.man              | 1 +
 man/deb-split.man               | 1 +
 man/deb-src-control.man         | 1 +
 man/deb-src-files.man           | 2 +-
 man/deb-src-rules.man           | 4 ++--
 man/deb-substvars.man           | 2 +-
 man/deb-symbols.man             | 1 +
 man/deb-triggers.man            | 1 +
 man/deb-version.man             | 1 +
 man/deb.man                     | 1 +
 man/deb822.man                  | 1 +
 man/dpkg-architecture.man       | 1 +
 man/dpkg-buildflags.man         | 1 +
 man/dpkg-buildpackage.man       | 2 +-
 man/dpkg-checkbuilddeps.man     | 1 +
 man/dpkg-deb.man                | 1 +
 man/dpkg-distaddfile.man        | 2 +-
 man/dpkg-divert.man             | 1 +
 man/dpkg-genbuildinfo.man       | 1 +
 man/dpkg-genchanges.man         | 2 +-
 man/dpkg-gencontrol.man         | 2 +-
 man/dpkg-gensymbols.man         | 1 +
 man/dpkg-maintscript-helper.man | 2 +-
 man/dpkg-mergechangelogs.man    | 1 +
 man/dpkg-name.man               | 1 +
 man/dpkg-parsechangelog.man     | 1 +
 man/dpkg-query.man              | 1 +
 man/dpkg-scanpackages.man       | 2 +-
 man/dpkg-scansources.man        | 1 +
 man/dpkg-shlibdeps.man          | 1 +
 man/dpkg-source.man             | 2 +-
 man/dpkg-split.man              | 1 +
 man/dpkg-statoverride.man       | 1 +
 man/dpkg-trigger.man            | 1 +
 man/dpkg-vendor.man             | 1 +
 man/dpkg.cfg.man                | 1 +
 man/dpkg.man                    | 2 +-
 man/dsc.man                     | 1 +
 man/dselect.cfg.man             | 1 +
 man/dselect.man                 | 1 +
 man/start-stop-daemon.man       | 1 +
 man/update-alternatives.man     | 1 +
 56 files changed, 57 insertions(+), 13 deletions(-)

commit 815250d90bf885a86cd7f446609ff8f630431a3c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 26 03:45:43 2019 +0200

    build: Bump minimal gettext version to 0.19.8
    
    The GNU gettext macros used to check for symbols that were only provided
    by the GNU gettext implementation, but not by other implementations such
    as the one in musl.
    
    Starting with GNU gettext 0.19.8 these internal symbols are not required
    anymore.

 configure.ac     | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit fe800b66466e6977adf90ba3fefcc0e602b27328
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 15 17:22:42 2019 +0200

    test: Update stopwords for codespell 1.16.0

 debian/changelog      | 1 +
 t/codespell/stopwords | 1 +
 2 files changed, 2 insertions(+)

commit 77fcfe1edb3e8f77d2d217f4f276cfb2a7a9edd8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 15 17:21:42 2019 +0200

    test: Skip build directories from codespell
    
    These contain files that are not currently skept, and might contain
    spelling errors from external sources.
    
    Warned-by: codespell

 debian/changelog | 1 +
 t/codespell.t    | 2 ++
 2 files changed, 3 insertions(+)

commit da3fa9f03c3a0d313fe1ead4b0f28678baf349d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 15 17:20:18 2019 +0200

    test: Fix typos
    
    Warned-by: codespell

 debian/changelog                | 2 +-
 scripts/t/Dpkg_Changelog/shadow | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 3bc743fdc134a1eb5e7b14c122beda5f77d683b6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 13:03:31 2019 +0200

    libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites
    
    The output on log files must not be localized.
    
    Reported-by: Julien Cristau <jcristau@debian.org>

 debian/changelog    | 3 +++
 lib/dpkg/dbmodify.c | 2 +-
 src/archives.c      | 6 +++---
 src/enquiry.c       | 4 ++--
 src/help.c          | 4 ++--
 5 files changed, 11 insertions(+), 8 deletions(-)

commit 935072fed354c9ddd0704a552be1f6996bfccc10
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 13:00:40 2019 +0200

    libdpkg: Add new versiondescribe_c() to force a C locale
    
    In some contexts we need output in the C locale, such as log files.
    We add a new versiondescribe_c() that wraps the locale-dependant
    versiondescribe() function and switches to the C locale and back
    to the previous one before returning.

 debian/changelog     |  1 +
 lib/dpkg/dpkg-db.h   |  2 ++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/parsehelp.c | 14 ++++++++++++++
 4 files changed, 18 insertions(+)

commit 15af35e78ad21a4a52a0ea22a689da93ccbf1e0a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 13:00:40 2019 +0200

    libdpkg: Add new C locale switch over support
    
    This will make it possible to select either the current locale or a
    specified one, currently only C is selectable.
    
    We use this because the uselocale(3) POSIX API is recent, and the system
    might not have it available, so we might need to fallback to use
    setlocale(3) instead, which even though is not thread-safe, it's better
    than nothing.

 configure.ac         |  1 +
 debian/changelog     |  1 +
 dpkg-deb/main.c      |  1 +
 dpkg-split/main.c    |  1 +
 dselect/main.cc      |  1 +
 lib/dpkg/i18n.c      | 42 ++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/i18n.h      |  8 ++++++++
 lib/dpkg/libdpkg.map |  1 +
 src/divertcmd.c      |  1 +
 src/main.c           |  1 +
 src/querycmd.c       |  1 +
 src/statcmd.c        |  1 +
 src/trigcmd.c        |  1 +
 13 files changed, 61 insertions(+)

commit 99fdb56736bbc76e48c8ccac3cc9200bb4afd0d7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 04:11:36 2019 +0200

    debian: Remove obsolete Breaks satisfied since oldstable

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

commit d178013236e0617e40e4287ff6ddbf66370d58c6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 28 23:02:07 2019 +0200

    scripts: Match ~deb also as a backport marker in versions
    
    Closes: #934980

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

commit 73888d612ad370e8147ddb503bf2e5f2ad80c7b6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 02:22:21 2019 +0200

    scripts: Remove support for ~vola versioning
    
    This was part of the volatile.debian.org archive, which was
    decommissioned some time ago.
    
    Ref: https://lists.debian.org/debian-volatile-announce/2012/msg00000.html

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

commit 4e4ae843ab712fdf263354a94604c7af346bd476
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:34:19 2019 +0200

    dpkg: Initialize flagdeppossi in check_conflict()
    
    We only use this variable as a sentinel pointer so that we can make
    sure the pdep pointer is not NULL in subsequent checks. But cppcheck
    gets confused, so let's initialize it to make the code more
    future-proof.
    
    Warned-by: cppcheck

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

commit f0ad6b73ce9ee905fc860df7f685820ed6b08917
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:33:14 2019 +0200

    dpkg-deb: Fold two adjacent if conditionals into a single one
    
    Warned-by: cppcheck

 debian/changelog   | 1 +
 dpkg-deb/extract.c | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit c50756c96e726b9b776fabedc1694084dbcbd636
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:35:57 2019 +0200

    dselect: Reduce scope of variable
    
    The variable was being assigned in one side of an if branch, but the
    result never used. Let's reduce the scope to the if branch that actually
    assigns and uses it.
    
    Warned-by: cppcheck

 debian/changelog   | 1 +
 dselect/pkgcmds.cc | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 45f004ea979e12dea12043558629efe5aa377bf2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:33:41 2019 +0200

    libdpkg: Use the totalwritten variable for a consistency check
    
    The variable was written to but never used.
    
    Warned-by: cppcheck

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

commit 94886592cafa0bfbed76b8ab58814f657074d236
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:32:15 2019 +0200

    libdpkg: Use the variable instead of a type as sizeof() argument
    
    This is more future proof, and in this particular case it was tripping
    over cppcheck and emitting a false positive for constArgument.
    
    Warned-by: cppcheck

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

commit 4910a5d92612925fb041473928aef31c50513439
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:30:47 2019 +0200

    test: Clarify cppcheck va_list_usedBeforeStarted suppression
    
    This is actually due to our local va_copy() compatibility code, which
    cppcheck does not understand. Using the same code w/o the local macro
    does not emit the false positive.

 debian/changelog         | 1 +
 t/cppcheck/cppcheck.supp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 212abe0a21bfd1647068491ad92de9c8c9ef2f83
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 01:29:53 2019 +0200

    test: Remove perlcritic Documentation::RequirePodLinksIncludeText suppression
    
    This bogus test has been removed from upstream perlcritic, and now the
    code complains about an uninstalled check.
    
    Warned-by: perlcritic

 debian/changelog      | 2 ++
 t/critic/perlcriticrc | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 63e9d12972c866ed02aca040501de1d9b922e880
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 9 04:30:42 2019 +0200

    Dpkg::Changelog: Document methods provided by subclasses
    
    Reported-by: Felix Lechner <felix.lechner@lease-up.com>

 debian/changelog          |  2 ++
 scripts/Dpkg/Changelog.pm | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)

commit ae231c65b162df729a6492105a0ce64945e293c2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 30 04:57:47 2019 +0200

    Dpkg::Source::Package::V2: Emit a special patch header on single-debian-patch
    
    The previous default patch header does not make sense for a conglomerate
    patch. Instead provide a more suitable default, that can always be
    overridden with either the local-patch-header or patch-header files.
    
    Closes: #933152

 debian/changelog                  |  2 ++
 scripts/Dpkg/Source/Package/V2.pm | 12 ++++++++++++
 2 files changed, 14 insertions(+)

commit 36925e06749e495a475f6c42543b226d3f7ae27b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 30 04:45:57 2019 +0200

    Dpkg::BuildFlags: Add new unset() method
    
    This makes it possible to unset variables, so that they do not get
    output by the various tools.
    
    Requested-by: Daniel Schepler <dschepler@gmail.com>

 debian/changelog           |  2 ++
 scripts/Dpkg/BuildFlags.pm | 20 +++++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

commit 0e1709f6f4002a87bff1b0caa495ded77dd38d1f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 30 04:45:36 2019 +0200

    Dpkg::BuildFlags: Remove unused hash keys

 debian/changelog           | 1 +
 scripts/Dpkg/BuildFlags.pm | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 195edc4201f063a11ccdc10c523d671048353cca
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 28 02:54:32 2019 +0200

    dpkg-shlibdeps: Document split_soname() function
    
    Explain what each different pattern means, and what it maps to.
    
    Prompted-by: Christopher Crim <christopher.crim@quoininc.com>

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

commit 671b305163dbd53b9207fc2afaac524f567d9837
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 28 02:18:07 2019 +0200

    man: Clarify that the pager is called via «$SHELL -c»

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

commit 38cf922c20e5b7e103e875abb94c0f3eec342701
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 28 02:10:36 2019 +0200

    man: Use a minus sign for a literal string

 debian/changelog        | 1 +
 man/dpkg-buildflags.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8b0806e8df366f0b0b29c74b4856bbfcda632ed6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 23 01:04:22 2019 +0200

    libdpkg: Clarify lock contender error message
    
    Print the PID of the lock contender, switch the tense to past as the lock
    might not be locked anymore by the time we finish, and add a warning
    explaining that removing the lock file is never the correct solution.

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

commit 1f5a2a27f755604065a36bd626d68360a41456b7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 16 02:34:35 2019 +0200

    build: Install m4 files into system aclocal directory
    
    This makes it possible to publish these files so that other dpkg-related
    projects can use them, instead of either embedding copies, or
    duplicating the macros.

 Makefile.am      | 14 ++++++++++++++
 debian/changelog |  1 +
 2 files changed, 15 insertions(+)

commit fc62712fee8845193283484c2c0b9a24eb8451d6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 16 02:34:35 2019 +0200

    build: Add a serial versioning to the m4 files
    
    aclocal uses this to determine whether it needs to update m4 files in
    local trees.

 debian/changelog    | 1 +
 m4/dpkg-arch.m4     | 1 +
 m4/dpkg-build.m4    | 1 +
 m4/dpkg-compiler.m4 | 1 +
 m4/dpkg-coverage.m4 | 1 +
 m4/dpkg-funcs.m4    | 1 +
 m4/dpkg-libs.m4     | 1 +
 m4/dpkg-linker.m4   | 1 +
 m4/dpkg-progs.m4    | 1 +
 m4/dpkg-types.m4    | 1 +
 m4/dpkg-unicode.m4  | 1 +
 11 files changed, 11 insertions(+)

commit 3821f024d92aabf24a333025c1c1956d8a45e718
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 1 23:23:03 2019 +0200

    Dpkg::Source::Package: Verify original tarball signatures at build time
    
    When we are building the source package, while detecting whether there
    is any original upstream tarball signature to be included in the .dsc,
    it's the best time to verify them, so that when the .dsc gets eventually
    signed there's a certification path for the maintainer that they are
    including what they expected to be there.

 debian/changelog                  |  2 ++
 scripts/Dpkg/Source/Package.pm    | 36 ++++++++++++++++++++++++++++++++++--
 scripts/Dpkg/Source/Package/V1.pm |  2 ++
 scripts/Dpkg/Source/Package/V2.pm |  4 ++++
 4 files changed, 42 insertions(+), 2 deletions(-)

commit 2f238b0e7286d401acd1325e30c86363a1e380db
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 1 23:23:03 2019 +0200

    Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring
    
    This is needed, for example, to verify original tarball signatures.

 debian/changelog        |  1 +
 scripts/Dpkg/OpenPGP.pm | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

commit e4f9fc7a5040f0eeef330e82bdeda6483bbd8a50
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 31 03:55:10 2019 +0200

    Dpkg::OpenPGP: Make it possible to verify detached signatures
    
    This is required to be able to verify original upstream tarball
    signatures, as they are expected to be ASCII armored detached
    signatures for the upstream tarballs.

 debian/changelog        | 1 +
 scripts/Dpkg/OpenPGP.pm | 1 +
 2 files changed, 2 insertions(+)

commit 139dfc4c78593d995610c0aa180300a9a7dd94ac
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 1 23:20:38 2019 +0200

    Dpkg::OpenPGP: Refactor signature verification into a new function

 debian/changelog               |  1 +
 scripts/Dpkg/OpenPGP.pm        | 40 +++++++++++++++++++++++++++++++++++
 scripts/Dpkg/Source/Package.pm | 47 ++++++++----------------------------------
 3 files changed, 50 insertions(+), 38 deletions(-)

commit 1973a0789cea5ac0e7da10a81cc5cca8384200df
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 1 23:19:17 2019 +0200

    perl: Use File::Copy instead of spawning mv/cp commands
    
    We use cp() in Dpkg::Source::Package to preserve the file attributes,
    but just move() in dpkg-buildpackage where it does not matter.

 debian/changelog               | 1 +
 scripts/Dpkg/Source/Package.pm | 5 +++--
 scripts/dpkg-buildpackage.pl   | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 522e3b46ee9861f6e1b87124066d716a5b6a6c0c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 1 23:18:34 2019 +0200

    Dpkg::Source::Package: Refactor original tarball handling

 debian/changelog                  |  2 ++
 scripts/Dpkg/Source/Package/V1.pm |  8 +++++---
 scripts/Dpkg/Source/Package/V2.pm | 32 ++++++++++++++------------------
 3 files changed, 21 insertions(+), 21 deletions(-)

commit 9229100918a1741ceb4b0f60636869cfc9432731
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 2 02:58:32 2019 +0200

    scripts: Remove support for versioned GnuPG 2 program and packages
    
    The current default in Debian and anywhere else is to use unversioned
    GnuPG 2.x binaries, so there's no need anymore to try these first or at
    all.

 debian/changelog               | 1 +
 debian/control                 | 8 ++++----
 man/dpkg-buildpackage.man      | 7 +++----
 scripts/Dpkg/Source/Package.pm | 6 +-----
 scripts/dpkg-buildpackage.pl   | 6 ++----
 5 files changed, 11 insertions(+), 17 deletions(-)

commit 81f8816cbdc73dba843b080eb388e40b84cadc6d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 01:18:05 2019 +0200

    dpkg-shlibdeps: Add support for new Build-Depends-Packages
    
    This makes it possible to specify more than one package, which might be
    needed during transition periods for example.
    
    Closes: #926669
    Based-on-patch-by: Frank Schaefer <kelledin@gmail.com>

 debian/changelog          | 3 +++
 man/deb-symbols.man       | 7 +++++++
 scripts/dpkg-shlibdeps.pl | 5 +++--
 3 files changed, 13 insertions(+), 2 deletions(-)

commit a81422607ad9bf26449fd90b0c57b42f3c34e5f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 00:42:20 2019 +0200

    dpkg: Do not clear selections for unknown packages
    
    We should not clear the selections for packages that are not already
    installed in the system, as they will end up disappearing on the next
    operation anyway.
    
    Closes: #927752

 debian/changelog | 1 +
 src/select.c     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit c4530cbda9144accd41255da96288ad530554b58
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 21 03:11:57 2019 +0100

    dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field
    
    This change is the companion to the one in dpkg-genchanges that lists
    only relevant packages, instead of all the ones listed in debian/control,
    but for the .buildinfo file instead of the .changes file.

 debian/changelog             |  1 +
 man/deb-buildinfo.man        |  3 ++-
 scripts/dpkg-genbuildinfo.pl | 12 +++++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)

commit 1046c10897ba54a67ce5bd5760d054e39440a865
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 2 23:13:02 2019 +0200

    scripts/mk: Add support for nostrip DEB_BUILD_OPTIONS when setting STRIP

 debian/changelog         | 2 ++
 scripts/mk/buildtools.mk | 7 ++++++-
 scripts/t/mk.t           | 8 +++++++-
 3 files changed, 15 insertions(+), 2 deletions(-)

commit 63c42a7b2578457b63afd3c419f1442f51033f88
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 23 22:04:56 2019 +0200

    man: Fix uncommon wording constructs
    
    Warned-by: codespell

 debian/changelog          |  2 ++
 man/dselect.man           |  2 +-
 man/start-stop-daemon.man | 12 ++++++------
 3 files changed, 9 insertions(+), 7 deletions(-)

commit c7079f5e8b8bac01ce579e0b869977ff8661a1db
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 19 01:48:17 2019 +0200

    dpkg-buildpackage: Remove transient backwards R³ compat code
    
    This code got deprecated before the spec had been finalized, but left in
    just to make sure no remaining implementations were still using it.

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

commit c3808237c6be5316d170aa928dd755390b667af9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 03:12:04 2019 +0100

    scripts: Switch Getopt::Long from bundling to bundling_values
    
    This got introduced after a request so that we could switch our tools
    to a safe subset of the bundling logic, so let's enable it now that it
    is available in the minimum supported perl version.
    
    Bundling is in general unsafe, and not future-proof, as new options
    might gain arguments which would then get misinterpreted, we should
    not really be using it. But bundling the value into the option is a
    common pattern and should be allowed.

 debian/changelog                | 4 ++++
 scripts/dpkg-checkbuilddeps.pl  | 2 +-
 scripts/dpkg-mergechangelogs.pl | 2 +-
 scripts/dpkg-scanpackages.pl    | 2 +-
 scripts/dpkg-scansources.pl     | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

commit 4006a1dd98f1d57a420f95177d74ffcf6b2ffc95
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 03:06:25 2019 +0100

    build: Bump minimal Perl version to 5.24.1
    
    The Perl version in Debian stretch is 5.24.1, which is the release that
    will be oldstable once 1.20.x gets uploaded to Debian unstable.

 debian/changelog     | 2 ++
 doc/coding-style.txt | 4 ++--
 m4/dpkg-progs.m4     | 2 +-
 t/minimum-version.t  | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

commit 463ed9a7becbe509948620d9c1138e40c711c45c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 2 18:13:14 2019 +0100

    libdpkg: Do not generate a backup file for the available database
    
    This file contains information only valid as long as the downloaded
    sources are also available. So it is closer to a cache than a database,
    and as such, there is no need for an uncompressed backup, which can
    take quite some space.
    
    Closes: #343578

 debian/changelog | 4 ++++
 lib/dpkg/dump.c  | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 9ad2462fc61aa2b7ba1c2dc8b0810c33abc9ee09
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 4 01:57:11 2019 +0200

    debian: Fold man page translation fix into translation section

 debian/changelog | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 01551dbe01eda15a561482c21bbaa78f6455a819
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 1 12:01:53 2019 +0200

    Further fix as discussed in #931135
    
    And in follow up on debian-l10n-german

 man/po/de.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 063e8cbab0c7b8a0ebfa1203aea85551195e5da7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 3 17:04:31 2019 +0200

    Update German translation of manual pages
    
    Update to 2998t.
    
    Improvements from debian-l10n-german

 debian/changelog |  3 +++
 man/po/de.po     | 42 +++++++++++++++++++++---------------------
 2 files changed, 24 insertions(+), 21 deletions(-)

commit a653214c5767e68ef4508edfe6dd33df6c59bd01
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 31 21:16:11 2019 +0200

    Fix German man page translation. Closes: #931135

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

commit f0c3cccfef69a054ffe4975d9da12cd86066ec04
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 7 18:01:47 2019 +0200

    Bump version to 1.20.0

 TODO             | 2 +-
 debian/changelog | 6 ++++++
 scripts/Dpkg.pm  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit edd4b837356860fe3c5f83c0eca88c452a1cc8c8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 3 23:22:38 2019 +0200

    Release 1.19.7

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

commit 702ca65cdf4cd0eb9369ff1a8b246dad267e643a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 3 23:22:34 2019 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     | 16 ++++++++--------
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  6 +++---
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 82 files changed, 93 insertions(+), 93 deletions(-)

commit 5b97f3546d0209dd5f0c3c0052e13d02a6a59255
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Mon Apr 8 20:30:24 2019 +0200

    po: Update Dutch man page translations
    
    Closes: #926665
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 man/po/nl.po     | 36 +++++++++---------------------------
 2 files changed, 10 insertions(+), 27 deletions(-)

commit 71763a440b2e00babe88d3f3085ea12bade90e65
Author: Jean-Pierre Giraud <jenapierregiraud75@free.fr>
Date:   Tue May 28 08:38:12 2019 +0200

    po: Update French man page translations
    
    Closes: #929664
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +
 man/po/fr.po     | 504 +++++++++++++++++++++----------------------------------
 2 files changed, 195 insertions(+), 312 deletions(-)

commit ddc4121f5b2f591cae3afb358b44c3e013ee9354
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 2 23:30:10 2019 +0200

    po: Unfuzzy translations due to typo fixes

 man/po/de.po     | 12 ++++++------
 man/po/es.po     | 12 ++++++------
 man/po/fr.po     | 14 +++++++-------
 man/po/hu.po     | 12 ++++++------
 man/po/it.po     | 14 +++++++-------
 man/po/ja.po     | 12 ++++++------
 man/po/nl.po     | 18 +++++++++---------
 man/po/pl.po     | 12 ++++++------
 man/po/pt_BR.po  | 12 ++++++------
 man/po/ru.po     | 12 ++++++------
 man/po/sv.po     | 12 ++++++------
 man/po/zh_CN.po  | 12 ++++++------
 scripts/po/ca.po |  2 +-
 scripts/po/de.po |  2 +-
 scripts/po/es.po |  2 +-
 scripts/po/fr.po |  2 +-
 scripts/po/pl.po |  2 +-
 scripts/po/ru.po |  2 +-
 scripts/po/sv.po |  2 +-
 19 files changed, 84 insertions(+), 84 deletions(-)

commit 63b674de77ede42f1e9547ad760f3c83fd051a4e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 23 22:04:56 2019 +0200

    doc: Fix typos
    
    Warned-by: codespell

 ChangeLog.old                          |  2 +-
 debian/changelog                       |  3 ++-
 dselect/pkglist.h                      |  2 +-
 man/deb-buildinfo.man                  |  2 +-
 man/deb-src-rules.man                  |  2 +-
 man/dpkg-buildflags.man                |  4 ++--
 man/dpkg-query.man                     |  2 +-
 man/start-stop-daemon.man              |  2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm |  2 +-
 t/codespell/stopwords                  | 13 +++++++++++++
 10 files changed, 24 insertions(+), 10 deletions(-)

commit 7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 2 23:39:17 2019 +0200

    doc: Clarify when autopoint is needed
    
    The README was not very clear on the listed software being source
    projects. So instead of making the description more complex, just
    list autopoint as an unconditional dependency, and list gettext as
    only necessary with --enable-nls.
    
    Closes: #929601

 README           | 3 ++-
 debian/changelog | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 15d0f730cbc6f854d68a169ca5d3a33e704f525a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 22 21:42:50 2019 +0200

    doc: Clarify R³ specification
    
    Expand what the builder means. Mention the dpkg-deb option to use to set
    the owner and group to root. And reword the prototyping section to be
    less confusing with what is currently implemented.
    
    Closes: #929019

 debian/changelog        |  5 +++++
 doc/rootless-builds.txt | 19 ++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

commit 36644e7d3041f403ae18af45ff6b13a51a8378ae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 29 18:37:50 2019 +0200

    dpkg-deb: Honor --nocheck when building packages with newlines in filenames
    
    Fixes: commit 438db7a31e074691e70e8ace7fff91631030624b
    Closes: #929727
    Stable-Candidate: 1.18.x

 debian/changelog | 2 ++
 dpkg-deb/build.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit b854bd6029ef632701af1d4411c6f81e265af884
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 19 02:24:51 2019 +0200

    dpkg-deb: Validate ar member magic before normalizing any of its fields
    
    If the header is not valid, we should not try to normalize or even
    consider it is in any sane state.

 debian/changelog   | 1 +
 dpkg-deb/extract.c | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit b5c50b3c6f0739f45aaa03afa3e5c857e7895c8c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 13 03:36:03 2019 +0200

    dpkg: Introduce a new dependency try level for trigger cycle checks
    
    This new dependtry level will also check trigger cycles on trigger
    process deferral due to unsatisfiable dependencies.
    
    Closes: #928429

 debian/changelog |  3 +++
 src/main.h       | 13 +++++++++----
 src/trigproc.c   |  8 +++++---
 3 files changed, 17 insertions(+), 7 deletions(-)

commit 66223cb9ee839f4fe9c661fbb8818fae9833cf8d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 10 03:58:25 2019 +0200

    po: Update Catalan translations

 po/ca.po         | 72 +++++++++++++++++++++++++++++++++-----------------------
 scripts/po/ca.po |  7 ++----
 2 files changed, 44 insertions(+), 35 deletions(-)

commit 53b39b3536d4e5a125e060685f68ff75da29ab2b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 00:41:57 2019 +0200

    po: Update Catalan translations

 debian/changelog |  10 +
 dselect/po/ca.po |   8 +-
 po/ca.po         | 660 +++++++++++++++++++------------------------------------
 scripts/po/ca.po | 319 +++++++--------------------
 4 files changed, 323 insertions(+), 674 deletions(-)

commit 770aa74afb0fbf1c61605e4e2d0a1c27c3a847d6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 9 05:45:26 2019 +0200

    dpkg: Set the force defaults before loading the config file
    
    Otherwise we incorrectly override them.
    
    Fixes: commit 52427d9075b4b062fa0db16a70d2c2bda6407857
    Closes: #928671

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

commit 6e42d508db660f82f58802c10a179819aa8b6103
Author: Tom Goulet <tomg@sentex.ca>
Date:   Mon Mar 25 12:42:41 2019 +0100

    dpkg: Fix off-by-one bug in --abort-after check
    
    The code checking whether the amount of errors had been reached, was
    incrementing the counter after the check, which meant it was allowing
    one more error than expected.
    
    [guillem@debian.org: Move return to the next line. ]
    
    Closes: #924886
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 62cd86d390a11cfd677a2633dbe86d7d8237e7b5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 25 15:41:15 2019 +0100

    Bump version to 1.19.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 834e0f3329ce9be0c353c2c463da4deb91f6b0c7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 25 15:09:01 2019 +0100

    Release 1.19.6

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

commit 375cb622993ded786e99a28630439c8abb19a75f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 25 15:08:25 2019 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/dpkg-man.pot     | 17 ++++++++---
 man/po/es.po            | 29 +++++++++++++++++--
 man/po/fr.po            | 27 ++++++++++++++++--
 man/po/hu.po            | 15 ++++++++--
 man/po/it.po            | 15 ++++++++--
 man/po/ja.po            | 29 +++++++++++++++++--
 man/po/nl.po            | 75 +++++++++++++++++++++++--------------------------
 man/po/pl.po            | 29 +++++++++++++++++--
 man/po/pt_BR.po         | 15 ++++++++--
 man/po/ru.po            | 15 ++++++++--
 man/po/sv.po            | 29 +++++++++++++++++--
 man/po/zh_CN.po         | 15 ++++++++--
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 +--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                | 58 +-------------------------------------
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 +--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 93 files changed, 321 insertions(+), 213 deletions(-)

commit 32ad241cca413bf31ef584da91a3461fd19f9619
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 25 15:03:18 2019 +0100

    debian, man: Fix typos
    
    Warned-by: lintian

 debian/changelog    | 2 +-
 man/deb-changes.man | 2 +-
 man/po/de.po        | 2 +-
 man/po/fr.po        | 2 +-
 man/po/nl.po        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 6d5eed759b7ec67ecd96e4481bae0fe6012938ea
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Mon Mar 25 12:10:12 2019 +0100

    po: Update Dutch translations
    
    Closes: #924776, #924777
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 +
 man/po/nl.po     | 309 ++++++++++++++++++++++++++++++-------------------------
 po/nl.po         | 287 ++++++++++++++++++++++++++-------------------------
 3 files changed, 317 insertions(+), 283 deletions(-)

commit 042c994a42f01606f669eae0e9e7dd6b4b765053
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 24 07:00:04 2019 +0100

    Update German translation of manual pages
    
    Update to 2997t1f.

 man/po/de.po | 108 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 62 insertions(+), 46 deletions(-)

commit 1da502d98ca40a9495172a95a49fdbf0f27ec4de
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 11 23:21:38 2019 +0100

    dpkg-gencontrol: Check presence of package build dir before traversing it
    
    The find() function does not cope well with trying to traverse an
    unexistent directory and generates various alarming warnings.

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

commit ae3b466f03f30a71b31403dd1696ccda65e7177b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 11 22:39:38 2019 +0100

    Dpkg::Source::Package: Handle Format field being undefined
    
    On source format 1.0, the default is for the debian/source/format file
    not being present, which means we'll start with an empty Format field
    name.
    
    Fixes: commit d1d35a56e401181b6d15baf474a7db21d3372a65

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

commit 740c330ad0deb5d4894ad43619fc80cfa0cf8313
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 2 02:41:40 2019 +0100

    Dpkg::Source::Package::V1: Change default build option style to -sa
    
    Using -sA by default means the user might lose data on overwrite if
    there is already a directory with the same name laying around.
    
    Closes: #910737

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

commit dcd19c7820e0294245837ee9e8beec9244ea3b2d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 6 03:52:10 2019 +0100

    libdpkg: Use ERANGE instead of EINVAL for tar_atol8() out-of-range error
    
    We should use the correct errno value, otherwise the error string makes
    little sense, and ends up being very confusing.

 debian/changelog   | 1 +
 lib/dpkg/t/t-tar.c | 8 ++++----
 lib/dpkg/tarfn.c   | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

commit a1f9ccf08ddc99e4e3f1ead01abb6a8d8d506b3a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 6 03:52:10 2019 +0100

    libdpkg: Handle non end-of-tape errors from tar_header_decode()
    
    We need to assign a status value in the non end-of-tape branch,
    otherwise we are using an uninitialized value, which might be anything,
    and could end up making the code proceed even if the archive is
    damaged/broken, etc.

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

commit 04b6b5bb2def5e361ae54d44664602fbeacb4398
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 6 03:52:10 2019 +0100

    libdpkg: Set tar_entry to zero on tar_entry_destroy()
    
    When we are destroying a tar_entry we need to zero the struct, otherwise
    we will end up freeing already freed memory and crashing.

 debian/changelog | 2 ++
 lib/dpkg/tarfn.c | 2 ++
 2 files changed, 4 insertions(+)

commit 3391b1f3d9f5e7ce9e08ec635350fc383187e685
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 6 03:52:10 2019 +0100

    libdpkg: Add a new TAR_FORMAT_UNKNOWN enum value
    
    This will make it possible to have a value denoting an unknown format,
    when we initialize the tar_entry or tar_archive structs.

 debian/changelog | 1 +
 lib/dpkg/tarfn.h | 1 +
 2 files changed, 2 insertions(+)

commit 132160d2f4d07b5892640c98038a149906db8bfc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:15:36 2018 +0100

    t-func: Quote the 'yes' command to make the comment clearer

 debian/changelog    | 1 +
 t-func/deb-split.at | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 5df9c47d74ef5a39ea0d274002ebb016b55b0f84
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:14:57 2018 +0100

    t-func: Export and move TESTDATA definition close to the PATH definition
    
    These both are related to pathname handling, group them together.

 debian/changelog  | 1 +
 t-func/atlocal.in | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 7964e3c77df6f404dbed47703e0fdd1ddb417552
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:11:58 2018 +0100

    t-func: Stop requiring (pseudo-)root
    
    Pass --root-owner-group to dpkg-deb, which was the only command needing
    (pseudo-)root.

 debian/changelog     |  2 ++
 t-func/atlocal.in    | 10 ----------
 t-func/deb-format.at |  2 +-
 t-func/deb-split.at  |  2 +-
 4 files changed, 4 insertions(+), 12 deletions(-)

commit c9930d56c35246a7473c2b064db5d56ad58cdbbf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 06:28:57 2019 +0100

    debian: Add Breaks on lsb-base due to s-s-d breaking killproc
    
    There was a bug in the killproc function implementation that made it not
    pass the --name argument, so it would end up with just the --pidfile.
    The new security requirements from s-s-d made that in some cases, when
    the usage was not secure, it would bail out with an error.
    
    Closes: #923861

 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

commit 7658b575d978b9c6655854cd6dc1c2de031fdca5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 20 06:26:45 2019 +0100

    debian: Add a lintian dpkg profile to supress Debian specific tags
    
    This makes it possible to disable tags that are Debian specific, such as
    the controversial tag emitted for vendor-specific patch series files.

 Makefile.am                 | 1 +
 debian/changelog            | 3 +++
 debian/dpkg.install         | 1 +
 debian/dpkg.lintian-profile | 7 +++++++
 debian/rules                | 5 +++++
 man/dpkg-source.man         | 5 +++++
 6 files changed, 22 insertions(+)

commit d347adb2fda7f627db946db9efc15d70fd0db569
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 2 18:11:19 2019 +0100

    debian: Update usertags
    
    This updates the categories used, changes the default view, and update
    the file with what was already configued in the BTS.

 debian/changelog |  3 ++-
 debian/usertags  | 48 +++++++++++++++++++++++++++---------------------
 2 files changed, 29 insertions(+), 22 deletions(-)

commit 418d578d23091a1ad9d15ef6a500498f3f46bcbb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 24 03:36:52 2019 +0100

    debian: Add bug closures
    
    This helps link the reported issues with the changes done.

 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

commit ba0091e2d97d0084222cd3caee4908aa1feddd75
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 3 11:51:42 2019 +0100

    Update German translation of manual pages
    
    Update to 2996t1f.

 man/po/de.po | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit e36fa014ad08ee82f5ca6e1fecf0b0bcd8232d5e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 24 18:41:33 2019 +0100

    Fix spelling of exempt

 man/po/dpkg-man.pot       | 2 +-
 man/po/es.po              | 4 ++--
 man/po/fr.po              | 4 ++--
 man/po/hu.po              | 4 ++--
 man/po/it.po              | 4 ++--
 man/po/ja.po              | 4 ++--
 man/po/nl.po              | 4 ++--
 man/po/pl.po              | 4 ++--
 man/po/pt_BR.po           | 4 ++--
 man/po/ru.po              | 4 ++--
 man/po/sv.po              | 4 ++--
 man/po/zh_CN.po           | 4 ++--
 man/start-stop-daemon.man | 2 +-
 13 files changed, 24 insertions(+), 24 deletions(-)

commit 236cdaffcb2a34cea42009d530afa26082c6a353
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 24 18:40:43 2019 +0100

    Update German translation of manual pages
    
    Update to 2994t2f1u.

 debian/changelog |   3 ++
 man/po/de.add    |   2 +-
 man/po/de.po     | 157 +++++++++++++++++++++++++------------------------------
 3 files changed, 74 insertions(+), 88 deletions(-)

commit 6b405c6db943486bbb59a476d71c86db55ebe237
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Feb 24 17:43:50 2019 +0100

    Update German scripts translation
    
    Update to 603t.

 debian/changelog |  4 ++++
 scripts/po/de.po | 15 +++++----------
 2 files changed, 9 insertions(+), 10 deletions(-)

commit 931d4ffac832ab17971bc8bd077d23111de3d47f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 18:30:10 2019 +0100

    Bump version to 1.19.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit f2b4f5475d421178ec813d8c5c8e65d041536cc2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 18:03:54 2019 +0100

    Release 1.19.5

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

commit 03a8e6ac6ee204cba9d3b1753656f388637d9db8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 18:00:53 2019 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 361 ++++++++++++++++++++----
 man/po/dpkg-man.pot     | 200 +++++++++++++-
 man/po/es.po            | 240 +++++++++++++++-
 man/po/fr.po            | 190 +++++++++++--
 man/po/hu.po            | 199 +++++++++++++-
 man/po/it.po            | 241 +++++++++++++++-
 man/po/ja.po            | 240 +++++++++++++++-
 man/po/nl.po            | 377 +++++++++++++++++--------
 man/po/pl.po            | 243 +++++++++++++++-
 man/po/pt_BR.po         | 211 +++++++++++++-
 man/po/ru.po            | 221 ++++++++++++++-
 man/po/sv.po            | 240 +++++++++++++++-
 man/po/zh_CN.po         | 218 ++++++++++++++-
 po/ast.po               | 587 +++++++++++++++++++++++----------------
 po/bs.po                | 455 +++++++++++++++++-------------
 po/ca.po                | 599 ++++++++++++++++++++++++----------------
 po/cs.po                | 597 ++++++++++++++++++++++++----------------
 po/da.po                | 594 +++++++++++++++++++++++----------------
 po/de.po                | 657 +++++++++++++++++++++++++++-----------------
 po/dpkg.pot             | 425 +++++++++++++++-------------
 po/dz.po                | 558 +++++++++++++++++++++----------------
 po/el.po                | 578 ++++++++++++++++++++++----------------
 po/eo.po                | 598 ++++++++++++++++++++++++----------------
 po/es.po                | 622 ++++++++++++++++++++++++-----------------
 po/et.po                | 549 +++++++++++++++++++++----------------
 po/eu.po                | 606 ++++++++++++++++++++++++----------------
 po/fr.po                | 657 ++++++++++++++++++++++++++------------------
 po/gl.po                | 576 ++++++++++++++++++++++----------------
 po/hu.po                | 557 +++++++++++++++++++++----------------
 po/id.po                | 577 ++++++++++++++++++++++----------------
 po/it.po                | 621 +++++++++++++++++++++++++----------------
 po/ja.po                | 598 ++++++++++++++++++++++++----------------
 po/km.po                | 554 +++++++++++++++++++++----------------
 po/ko.po                | 577 ++++++++++++++++++++++----------------
 po/ku.po                | 484 ++++++++++++++++++--------------
 po/lt.po                | 554 +++++++++++++++++++++----------------
 po/mr.po                | 556 +++++++++++++++++++++----------------
 po/nb.po                | 574 ++++++++++++++++++++++----------------
 po/ne.po                | 554 +++++++++++++++++++++----------------
 po/nl.po                | 716 ++++++++++++++++++++++++++----------------------
 po/nn.po                | 554 +++++++++++++++++++++----------------
 po/pa.po                | 520 ++++++++++++++++++++---------------
 po/pl.po                | 613 +++++++++++++++++++++++++----------------
 po/pt.po                | 634 ++++++++++++++++++++++++++----------------
 po/pt_BR.po             | 576 ++++++++++++++++++++++----------------
 po/ro.po                | 595 +++++++++++++++++++++++-----------------
 po/ru.po                | 602 ++++++++++++++++++++++++----------------
 po/sk.po                | 610 ++++++++++++++++++++++++-----------------
 po/sv.po                | 594 +++++++++++++++++++++++----------------
 po/th.po                | 591 +++++++++++++++++++++++----------------
 po/tl.po                | 558 +++++++++++++++++++++----------------
 po/tr.po                | 600 ++++++++++++++++++++++++----------------
 po/vi.po                | 597 ++++++++++++++++++++++++----------------
 po/zh_CN.po             | 614 +++++++++++++++++++++++++----------------
 po/zh_TW.po             | 598 ++++++++++++++++++++++++----------------
 scripts/po/ca.po        |  10 +-
 scripts/po/de.po        |  15 +-
 scripts/po/dpkg-dev.pot |  12 +-
 scripts/po/es.po        |  10 +-
 scripts/po/fr.po        |  10 +-
 scripts/po/pl.po        |  10 +-
 scripts/po/ru.po        |  10 +-
 scripts/po/sv.po        |  10 +-
 94 files changed, 17502 insertions(+), 10266 deletions(-)

commit 4321fa192af27a56ec46d159e87b21f8b136581f
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Fri Feb 15 05:15:46 2019 +0100

    po: Update Dutch translations
    
    Closes: #921942, #921943
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +
 man/po/nl.po     | 242 ++++++++++++++++++++-----------------
 po/nl.po         | 358 ++++++++++++++++++++++++++++---------------------------
 3 files changed, 317 insertions(+), 285 deletions(-)

commit e1474bf1a5345dc2c94d342ef0bae4b693d41d0e
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Thu Jan 31 03:31:01 2019 +0000

    po: Update Simplified Chinese programs translation
    
    Closes: #920972
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 117 ++++++++++++-------------------------------------------
 2 files changed, 25 insertions(+), 93 deletions(-)

commit c7142867bdff525292d06b458edde29c6b5f4fd5
Author: Jean-Pierre Giraud <jenapierregiraud75@free.fr>
Date:   Fri Feb 1 03:45:02 2019 +0100

    po: Update French man page translations
    
    [guillem@debian.org:
     - Fix markup errors.
     - Mark broken translation as fuzzy. ]
    
    Closes: #920905
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |     1 +
 man/po/fr.po     | 11737 +++++++++++++++++------------------------------------
 2 files changed, 3652 insertions(+), 8086 deletions(-)

commit 1a04039d113972bae94225d31a4186b03e675c6e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 22 03:12:40 2019 +0100

    libdpkg: Fix typos

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

commit ec3c37f87362cdecbae409b6d24f3c99b09ae0b5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:56:42 2019 +0100

    libdpkg, dpkg: Print the dpkg database directory on access errors
    
    There were several error messages involving the dpkg database, that were
    ambiguous by referring to it as "dpkg status area", instead of printing
    the affected pathname. The historical reason for not being more explicit
    has been to keep the user a bit under the dark, because this has been an
    internal database storage, and only those in the known would go there to
    edit it by hand and similar.
    
    This is a bit pointless though, because the Internet is full of
    references to those directories, and other error messages just print
    them anyway.
    
    In addition, for users that want to diagnose what is the problem this is
    not helpful, and the directory might have been changed at build or run
    time with one of the options.
    
    Closes: #883700

 debian/changelog        |  2 ++
 lib/dpkg/dbmodify.c     | 23 +++++++++++++++--------
 lib/dpkg/file.c         | 13 +++++++------
 lib/dpkg/file.h         |  4 ++--
 lib/dpkg/trigdeferred.c |  5 +++--
 src/update.c            | 10 +++++++---
 6 files changed, 36 insertions(+), 21 deletions(-)

commit 813024b95f3087fe018f73867ea30ad2a83321e5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 18 03:53:36 2019 +0100

    libdpkg: Blank packages that are not-installed with unknown selection
    
    Versions before 1.13.10 did not properly clear the Origin and Bugs
    fields, so there might still be entries with these fields that are
    not getting garbage collected properly.
    
    Make sure to blank these package entries so that they get forgotten
    on the next database dump.
    
    Closes: #922410

 debian/changelog |  2 ++
 lib/dpkg/parse.c | 11 +++++++++++
 2 files changed, 13 insertions(+)

commit 12dc155b63be057af5a1c6330106e496aeae3ee4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 18 03:53:16 2019 +0100

    libdpkg: Use pkg_set_want() instead of a direct assignment

 debian/changelog | 1 +
 lib/dpkg/parse.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 5973aa2f9079545739fa52ecdf1577676313d6fa
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 15 04:13:39 2019 +0100

    libdpkg: Include <string.h> in pager.c
    
    Closes: #922212
    Reported-by: Y <sevener@cock.li>

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

commit 3528fe345c66dc8cb8a591594dfa53d57b366499
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 7 22:36:11 2019 +0100

    libdpkg: Use va_arg copy instead of the original on a vasprintf() call
    
    We need to do that, as we might try to use args again when constructing
    the error message into the emergency buffer, which would get garbage
    instead.

 debian/changelog   | 1 +
 lib/dpkg/ehandle.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit b9665196413beb1577df1ee06591befb9e6bc143
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 1 03:38:54 2019 +0100

    libdpkg: Fix unit test for file_slurp()
    
    We should compare only the memory being used, and file_slurp() does not
    guarantee NUL-terminating the varbuf.
    
    Closes: #920974
    Diagnosed-by: Frank Schaefer <kelledin@gmail.com>

 debian/changelog    | 3 +++
 lib/dpkg/t/t-file.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 039e85a87777a660e7b8b8e9f87dd4d8640e2a4a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 30 03:53:44 2019 +0100

    libdpkg: Increase the pkg-hash bins size
    
    We use a number that is close to the amount of packages currently present
    in a Debian suite, so that installed and available packages do not add
    tons of collisions.
    
    The memory usage is «BINS * sizeof(void *)», so it will be 256 KiB on
    32-bit systems and 512 KiB on 64-bit systems.
    
    Update the code comment to reflect the above.

 debian/changelog    |  2 ++
 lib/dpkg/pkg-hash.c | 15 ++++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 3828a82cb4c4d42a6b18d6d59f30a09dcbc65aa4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:56:30 2019 +0100

    libdpkg: Print a more accurate warning for Revision nicknames
    
    Now that we do not use a nickname mapping anymore, the field struct
    contains the actual field name matched, so we can report it correctly
    instead of listing all possible altrnatives, and then missing some.

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

commit 3a017177110da9f54668b614f78aeb98bf73796d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:56:14 2019 +0100

    libdpkg: Merge nicknames table into fieldinfos
    
    The current code first does a lookup to see if the fieldname is in the
    nicknames table, if found fixes up the fieldname to the new alias, and
    then always does a lookup for the normalized name in fieldinfos table.
    
    This penalizes the common case (i.e. non-obsolete fieldnames)
    substantially. Also moving the nicknames into the fieldinfos table will
    allow to print correct fieldnames on error as those are not mangled any
    more, and to provide new wrapper parse functions that print warnings for
    the obsolete fieldnames.

 debian/changelog     |  2 ++
 lib/dpkg/parse.c     | 29 +++++++----------------------
 lib/dpkg/parsedump.h |  8 --------
 3 files changed, 9 insertions(+), 30 deletions(-)

commit 80b9ae537f0d1d1c1f4dbb7f046c434618ee6363
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:55:59 2019 +0100

    libdpkg: Optimize error handling
    
    Move the error reporting outside the involved functions so that we do
    not need to call gettext if there is no error, which has a significant
    performance cost.

 debian/changelog     |  3 +++
 lib/dpkg/fields.c    | 63 +++++++++++++++++++++++++++++++---------------------
 lib/dpkg/parse.c     |  1 +
 lib/dpkg/parsedump.h | 14 +++++++++---
 lib/dpkg/parsehelp.c | 47 +++++++++++++++++++++++++--------------
 5 files changed, 83 insertions(+), 45 deletions(-)

commit 4dfa2cb392e442938a7a4fcb90a46826f90abb2e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 22 09:47:43 2019 +0100

    libdpkg: Clarify field names in error and warning messages
    
    Move all field names to be format arguments so that these do not get
    accidentally translated. Use fip->name instead of hardcoding the field
    name. Always refer to the field names as "'%s' field". Use the proper
    field names instead of descriptions. And capitalize their names.

 debian/changelog     |  1 +
 lib/dpkg/fields.c    | 43 ++++++++++++++++++++++---------------------
 lib/dpkg/parse.c     | 28 +++++++++++++++-------------
 lib/dpkg/parsehelp.c |  8 ++++----
 4 files changed, 42 insertions(+), 38 deletions(-)

commit 578df67043f8beff11cbaa119003031184e163ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:55:47 2019 +0100

    libdpkg: Move status names from parse errors to arguments
    
    Although package states are very unlikely to change their names, it's
    just better to use a single canonical place to store their values.
    
    This also makes sure no translator will accidentally translate these
    names.

 debian/changelog |  1 +
 lib/dpkg/parse.c | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 2385d08c1f67e48de86fc0daa504fef572c99e28
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 27 05:06:38 2019 +0100

    libdpkg: Add new dpkg_has_error() function

 debian/changelog     | 1 +
 lib/dpkg/error.c     | 6 ++++++
 lib/dpkg/error.h     | 4 ++++
 lib/dpkg/libdpkg.map | 1 +
 4 files changed, 12 insertions(+)

commit 81f3c2f460915cfb5f85c4d536b822cf402bb44d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:55:32 2019 +0100

    libdpkg: Add new dpkg_error_move() function

 debian/changelog     | 1 +
 lib/dpkg/error.c     | 9 +++++++++
 lib/dpkg/error.h     | 1 +
 lib/dpkg/libdpkg.map | 1 +
 4 files changed, 12 insertions(+)

commit 2f3d0546617f510a0e9a976d897fd1cd91408d12
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:52:18 2019 +0100

    libdpkg: New benchmark programs and infrastructure
    
    These are intended to be used to check performance improvements in the
    libdpkg implementation.

 debian/changelog         |  1 +
 lib/dpkg/Makefile.am     |  1 +
 lib/dpkg/fsys-hash.c     | 39 +++++++++++++++++++++++
 lib/dpkg/fsys.h          |  4 +++
 lib/dpkg/perf.h          | 71 ++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-hash.c      | 15 +++++++--
 lib/dpkg/t/.gitignore    |  5 +++
 lib/dpkg/t/Makefile.am   |  7 +++++
 lib/dpkg/t/b-fsys-hash.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/t/b-pkg-hash.c  | 65 +++++++++++++++++++++++++++++++++++++++
 10 files changed, 286 insertions(+), 2 deletions(-)

commit 7605ee419fa482baeb8db5ff42e3163df6ac51bd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 22 01:42:13 2019 +0100

    Dpkg::BuildOptions: Fix typo in POD

 scripts/Dpkg/BuildOptions.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41628ced3ebbdb2ed2219b5320b6301aee7d65be
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 1 03:41:25 2019 +0100

    Dpkg::Source::Package: Add a missing use Dpkg::Source::Format
    
    Closes: #921031
    Fixes: commit d1d35a56e401181b6d15baf474a7db21d3372a65
    Diagnosed-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

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

commit 769e87e0b9943bae4c62f1a5c85581be653d74b8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 3 08:57:14 2018 +0100

    Dpkg::Vendor::Debian: Add support for usr-local-has-* tainted tags
    
    These will detect problematic files under /usr/local which can taint
    the current build.

 debian/changelog              |  1 +
 man/deb-buildinfo.man         | 12 ++++++++++++
 scripts/Dpkg/Vendor/Debian.pm | 14 ++++++++++++++
 3 files changed, 27 insertions(+)

commit dd406dc36649bacf646c51735214b9b21a82b5ae
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 03:35:49 2018 +0100

    Dpkg::Vendor::Debian: Add support for merged-usr-via-symlinks tainted tag
    
    This will detect whether the system we are building on contains the
    problematic /usr merged via symlinks deployment method.
    
    Suggested-by: Alexander E. Patrakov <patrakov@gmail.com>

 debian/changelog              |  3 +++
 man/deb-buildinfo.man         | 11 +++++++++++
 scripts/Dpkg/Vendor/Debian.pm | 10 ++++++++++
 3 files changed, 24 insertions(+)

commit 13cad525ffbcbfba47863ea41024415ac25f7974
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 03:35:49 2018 +0100

    dpkg-genbuildinfo: Add support for a new Build-Tainted-By field
    
    This field will contain a list of tainting reason tags, which can denote
    that the current build has potentially been broken.
    
    Suggested-by: Alexander E. Patrakov <patrakov@gmail.com>

 debian/changelog                   |  2 ++
 man/deb-buildinfo.man              | 11 +++++++++++
 scripts/Dpkg/Control/FieldsCore.pm |  7 ++++++-
 scripts/Dpkg/Vendor/Debian.pm      | 10 ++++++++++
 scripts/Dpkg/Vendor/Default.pm     | 10 ++++++++++
 scripts/dpkg-genbuildinfo.pl       |  2 ++
 scripts/t/Dpkg_Control_Fields.t    |  5 +++--
 7 files changed, 44 insertions(+), 3 deletions(-)

commit 967e990834995a6b3f8d3aa9d2cb12e7a97abdda
Author: Ralf Treinen <treinen@free.fr>
Date:   Thu Feb 21 04:40:42 2019 +0100

    dpkg-maintscript-helper: Restrict find for dir-to-symlink move to -maxdepth 1
    
    We do not want to move the entries beneath the first depth of the
    pathname, as when we try to move those, we will have already moved
    their parent.
    
    Closes: #922799
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 024d7881d39d6ca4262209770d86fd649d0de544
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 15 04:25:06 2019 +0100

    dpkg-buildpackage: Clarify the warning/error on short OpenPGP key IDs
    
    Print where these are to be used.
    
    Closes: #922039

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

commit a35c1762911cf73ba8b8998f15ad8358cc91b929
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 18 04:51:01 2019 +0100

    dpkg(1): Document the unknown selection state
    
    Closes: #922407

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

commit 41bc12bd8d518653aa4564d22fea675717391798
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 1 03:57:54 2019 +0100

    dpkg: Clarify error on unknown system user/group in statoverride database
    
    Closes: #920880

 debian/changelog            |  2 ++
 lib/dpkg/db-fsys-override.c | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 0c84e3473bf7765565ddb07cebfab09d28a94582
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:39:37 2019 +0100

    dpkg: Add new option --refuse-security-mac to control SELinux
    
    This new option works in both dpkg and dpkg-statoverride. And dpkg will
    pass it to its children, which means dpkg-statoverride called from a
    maintainer script will automatically pick it up.
    
    Ref: #811037

 debian/changelog          | 2 ++
 man/dpkg-statoverride.man | 5 +++++
 man/dpkg.man              | 5 +++++
 src/force.c               | 5 +++++
 src/force.h               | 1 +
 src/selinux.c             | 3 ++-
 src/statcmd.c             | 2 +-
 7 files changed, 21 insertions(+), 2 deletions(-)

commit 08c257b8f1fa1c25e5fdacdb50edcbf650094630
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 7 18:41:33 2018 +0200

    dpkg-statoverride: Switch from --force option to new --force-<thing> options
    
    Deprecate --force option which will be considered an alias for
    --force-all for now.

 debian/changelog          |  3 +++
 man/dpkg-statoverride.man |  8 ++++++++
 man/dpkg.man              |  6 ++++++
 src/force.c               | 10 ++++++++++
 src/force.h               |  2 ++
 src/statcmd.c             | 22 ++++++++++++++++------
 6 files changed, 45 insertions(+), 6 deletions(-)

commit c498af86a5a6b4567f0ef882c8baac3b5b7ef30b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 7 16:00:13 2018 +0200

    dpkg-statoverride: Add support for --force-* options

 debian/changelog          |  1 +
 man/dpkg-statoverride.man | 23 +++++++++++++++++++++++
 src/Makefile.am           |  1 +
 src/statcmd.c             |  9 +++++++++
 4 files changed, 34 insertions(+)

commit fddae6d870dc220d446c5a3c22ed0ae083a5e581
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:47:56 2019 +0100

    dpkg: Parse and set new DPKG_FORCE environment variable for subprocesses
    
    This will make it possible for third-party tools, and also for other
    dpkg tools to have access to the force options specified for dpkg.
    
    Closes: #666147

 debian/changelog |  2 ++
 man/dpkg.man     |  9 +++++++++
 src/force.c      | 10 ++++++++++
 src/main.c       |  2 ++
 4 files changed, 23 insertions(+)

commit 52427d9075b4b062fa0db16a70d2c2bda6407857
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 12 00:46:32 2018 +0200

    dpkg: Switch to set the default force option from the forceinfos array

 debian/changelog |  1 +
 src/force.c      | 16 ++++++++++++++--
 src/force.h      |  2 ++
 src/main.c       |  1 +
 4 files changed, 18 insertions(+), 2 deletions(-)

commit a02734aed1b235395fb753d5f07381f4ec13543a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 12 00:43:12 2018 +0200

    dpkg: Switch from a char to an enum to track the force options types

 debian/changelog |  1 +
 src/force.c      | 69 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 38 insertions(+), 32 deletions(-)

commit 56ae35c4312c056811239ebe1e90ad565b6fbe48
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:47:25 2019 +0100

    dpkg: Switch force options from individual variables to bit fields
    
    This makes it easier to generalize to be used by other modules with
    different force options, and to operate on the force options.

 debian/changelog |   1 +
 src/archives.c   |  28 ++++++------
 src/configure.c  |  16 +++----
 src/errors.c     |   2 +-
 src/force.c      | 135 ++++++++++++++++++++++++++++++-------------------------
 src/force.h      |  66 ++++++++++++++++-----------
 src/help.c       |   8 ++--
 src/main.c       |  12 ++---
 src/packages.c   |  17 +++----
 src/remove.c     |   4 +-
 src/script.c     |   8 ++--
 src/unpack.c     |   6 +--
 12 files changed, 166 insertions(+), 137 deletions(-)

commit e566532b04c4d263001f798b4cea3488be00400c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:47:12 2019 +0100

    dpkg: Print the current set of enabled force options on --force-help
    
    This will make it possible to reason more easily about what is
    getting enabled.

 debian/changelog |  1 +
 src/force.c      | 25 +++++++++++++++++++++++++
 src/force.h      |  2 ++
 3 files changed, 28 insertions(+)

commit c6fe5807feb2b1fcddd56831af29183184db4f4a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 16 11:41:18 2018 +0200

    dpkg: Do not hardcode the program name in the --force-help output
    
    We will be using the same logic for other commands.

 debian/changelog | 1 +
 src/force.c      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit e14213a278574c0dbdec02f26fa8c7c4c02dfe7c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:37:13 2019 +0100

    dpkg: Move force options support into its own file
    
    This unifies all force related code in a single file, and will make it
    possible to use it in other programs.

 debian/changelog |   1 +
 po/POTFILES.in   |   1 +
 src/Makefile.am  |   1 +
 src/errors.c     |  20 ----
 src/force.c      | 315 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/force.h      |  61 +++++++++++
 src/main.c       | 160 ----------------------------
 src/main.h       |  14 +--
 8 files changed, 381 insertions(+), 192 deletions(-)

commit 6d43bd729668c801f1fa3402b4d95fe4b0caf2c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 20 11:32:33 2019 +0100

    dpkg: Simplify maintscript_set_exec_context()
    
    We do not really need to normalize the return code, which was confusing
    the cppcheck for which we required a supression.

 debian/changelog         | 1 +
 src/script.c             | 7 +++----
 t/cppcheck/cppcheck.supp | 4 ----
 3 files changed, 4 insertions(+), 8 deletions(-)

commit be0504ce8b38a653c43a33ce6b4b70722e2e46a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 04:47:02 2019 +0100

    dpkg: Move SELinux fallback label to the SELinux specific code path
    
    The wrapper function should be generic, so leaking this SELinux specific
    detail there is just wrong.

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

commit 754511aaef556ebad03560e689eeb2044a7ee1fd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 15 05:09:11 2019 +0100

    s-s-d(1): Document behavior of --pidfile security checks
    
    Describe what to expect from these new checks.
    
    Closes: #921557

 debian/changelog          | 3 +++
 man/start-stop-daemon.man | 9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 90f657a644d87f96d0161ddf0d039a61d77c6d93
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 15 05:06:46 2019 +0100

    s-s-d: Always refuse to parse a world-writable pidfile, except for /dev/null
    
    This is generally insecure, not just when using the --pidfile match
    option alone. The «/dev/null» excemption is still in place.

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

commit ea2c4bc35a9827ad765883e4452ae8e299e22134
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 15 04:45:41 2019 +0100

    s-s-d: Add new fatalv() and fatale() and use the latter for system errors
    
    We should not try to use errno, when the error has not been produced due
    to a system error, as then errno might contain bogus or unrelated
    information. Be explicit in the error handling by calling fatale() for
    errno related errors, and fatal() for the ones that are disconnected
    from it.

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

commit 090c1a51040557c0361776ed7bf297722dbfd4b3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 15 04:43:33 2019 +0100

    s-s-d: Make sure that we get a meaningful errno on parse_unsigned()
    
    Initialize errno to 0 before returning on any error condition, not just
    before strtol(3), so that when we call fatal() we get a meaningful value
    in errno.

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

commit db3872abfb48ff4a5393f3c2fe343a63d90395f6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 19 05:53:04 2019 +0100

    debian: Include a bug-script to report on tainted merged-usr-via-symlinks
    
    Systems deployed with that method bypass the package manager and its
    understanding of the filesystem, create aliasing problems, and break
    all kinds of expectations for any program that uses pathnames as key
    into their database, such as u-a.

 Makefile.am       |  1 +
 debian/bug-script | 10 ++++++++++
 debian/changelog  |  1 +
 debian/rules      |  2 ++
 4 files changed, 14 insertions(+)

commit 0badaf9f58cf40c06180d2d511ebd1795682dd54
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 22 01:42:47 2019 +0100

    debian: Remove Origin and Bugs fields from control file
    
    These fields have been there mostly to showcase their usage, which
    should instead be dynamically added at build-time, and as a reminder
    that this should be done.
    
    But there is already a bug filed as a reminder (see #511160), they
    are also now documented in the deb-src-control(5) man page, they are
    actually wrong in many cases when present on a downstream, and they
    generate nagging lintian warnings to boot.

 Makefile.am                           | 5 -----
 debian/changelog                      | 1 +
 debian/control                        | 2 --
 debian/dpkg-dev.lintian-overrides     | 2 --
 debian/dpkg.lintian-overrides         | 2 --
 debian/dselect.lintian-overrides      | 2 --
 debian/libdpkg-dev.lintian-overrides  | 2 --
 debian/libdpkg-perl.lintian-overrides | 2 --
 debian/source/lintian-overrides       | 1 -
 9 files changed, 1 insertion(+), 18 deletions(-)

commit 80efdd1dd7ff2277fc8e0bfa3c0c6c2e915f6069
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 22 01:42:28 2019 +0100

    debian: Remove trailing whitespace from changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4114a568fd32cd8c146001007f1f50af7f2aa079
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 30 03:32:16 2019 +0100

    debian: Remove now unused assert usertag description
    
    All such bugs have been closed, there is no reason to document it
    anymore.

 debian/changelog | 1 +
 debian/usertags  | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 20d28e498fa4e9c800e8291726bda72450419e85
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 27 13:28:28 2019 +0100

    debian: Bump Standards-Version to 4.3.0 (no changes required)

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

commit 423b3f6307841592c678a8b15a709a503f29c1f4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 23 03:50:21 2019 +0100

    debian: Clarify autopkgtest behavior on root/non-root requirement
    
    Mark the not-root test as skippable, and skip it if running as root, as
    there is no restriction currently to represent that. For the root test
    clarify the failing exit code with a comment.

 debian/changelog           | 1 +
 debian/tests/control       | 2 +-
 debian/tests/test-not-root | 3 ++-
 debian/tests/test-root     | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

commit 66b69ec6fb09495050302a2a0af2b3e08895d9d4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 25 02:15:39 2019 +0100

    debian: Add file to autopkgtest Depends fields
    
    libtool generated scripts make use of file(1) to detect the executable
    types.

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

commit efc117fd2c5452edcd47067dd67652a293b544a8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 30 03:33:07 2019 +0100

    debian: Fix bug closures

 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit c4e8529c7dd3c5ead87b8e8c5a6e5c83093c72de
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 20 11:48:08 2019 +0100

    build: Check whether this dist is a release based only on the version format
    
    Using the .dist-version file implies that we need to do a two staged
    release process. First a «make dist», unpack the generated tarball
    distribution, and run that again. When the deciding factor is the
    format of the version. Switch to use that exclusively.

 debian/changelog | 6 ++++++
 m4/dpkg-build.m4 | 4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 42bf881455ddf31607c3acf7b0769cbfad2bdcf5
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jan 30 18:49:18 2019 +0100

    debian: Fix impromperly indented line in debian/changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99f11937fc1fedb1ac1ed5db5c341795ba106d78
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jan 30 18:32:26 2019 +0100

    German dpkg translation update
    
    Update to 1128t.

 debian/changelog |   3 ++
 po/de.po         | 149 +++++++++++++++----------------------------------------
 2 files changed, 42 insertions(+), 110 deletions(-)

commit 7b549b351ec7878764ed20b47474a4a3f810555a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 23 19:48:55 2019 +0100

    Update German translation of manual pages
    
    Update to 2970t1f.

 debian/changelog |   3 +
 man/po/de.po     | 246 ++++++++++++++++++-------------------------------------
 2 files changed, 84 insertions(+), 165 deletions(-)

commit 12f408dab7184bb12b5907780a5fb4e49b202d3c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 23 18:42:27 2019 +0100

    Update German scripts translation
    
    Update to 603t.

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

commit b55650801c507dd2f4369f36ce43e35b6d6a750c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 13:53:51 2019 +0100

    Bump version to 1.19.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 8520dc66f27d08c4d340c2568b4f5c7aefa00627
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 13:06:59 2019 +0100

    Release 1.19.4

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

commit b1b724875dc58d52c6ec4bacd8fd74af2a80f495
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 12:25:41 2019 +0100

    debian: Change autopkgtest Depends to «build-essential, autoconf, pkg-config»
    
    This fixes the Depends to what is really required by the configure
    script.

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

commit dbcb622adf876a9f1914fad8f400b2aeb33972af
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 12:24:34 2019 +0100

    debian: Pass --disable-nls and --disable-dselect to configure in autopkgtests
    
    This reduces the required dependencies to a minimum.

 debian/changelog           | 2 ++
 debian/tests/test-not-root | 2 +-
 debian/tests/test-root     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit c1e62efcf183e9d741d36390b43e1d07991e4979
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 12:15:26 2019 +0100

    s-s-d: Remove bogus comment about Linux user namespaces vs /dev/null
    
    The /dev/null device always has world-writable permissions, so it would
    always fail anyway.
    
    Spotted-by: James Clarke <jrtc27@debian.org> (on IRC)

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

commit 15c2161f7d8093b2ec857c343987339f59c8afd5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 09:16:03 2019 +0100

    s-s-d: Do not sanity check the pidfile when it is specified as /dev/null
    
    Several projects use this to bypass the requirement for a matching
    option so that they can start a program no matter what. Even though
    the check should not fail on this condition, it does on some scenarios,
    such as when using Linux user namespaces.
    
    Closes: #920242

 debian/changelog          |  4 ++++
 utils/start-stop-daemon.c | 10 ++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 8ba5b0e6e1a10933350f2780ccf2752df90e2554
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 09:13:17 2019 +0100

    s-s-d: Move SO_PASSCRED setting into its own function
    
    This way we have the entire logic in one place, and can more cleanly
    conditionalize on SO_PASSCRED availability.

 utils/start-stop-daemon.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit ee46f24f1aee0ac04e82285e2c718b13dbab1185
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 23 03:01:17 2019 +0100

    s-s-d: Only use SO_PASSCRED if defined
    
    Fixes build failure at least on GNU/Hurd.

 debian/changelog          | 4 +++-
 utils/start-stop-daemon.c | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 8b19d061147bf318234982934c886197696c2471
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 22 19:24:47 2019 +0100

    Bump version to 1.19.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 931dc9986a59ecb197d81e236e887618695592be
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 22 14:26:25 2019 +0100

    Release 1.19.3

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

commit aac92cd67b6446cd6c444709927f18edd702cf9a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 22 14:26:03 2019 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 459 ++++++++++++++++++++++++++++++++---------
 man/po/dpkg-man.pot     | 238 +++++++++++++++++-----
 man/po/es.po            | 302 ++++++++++++++++++++++-----
 man/po/fr.po            | 316 ++++++++++++++++++++++------
 man/po/hu.po            | 252 ++++++++++++++++++-----
 man/po/it.po            | 317 ++++++++++++++++++++++++-----
 man/po/ja.po            | 300 ++++++++++++++++++++++-----
 man/po/nl.po            | 531 +++++++++++++++++++++++++++++-------------------
 man/po/pl.po            | 301 ++++++++++++++++++++++-----
 man/po/pt_BR.po         | 247 +++++++++++++++++-----
 man/po/ru.po            | 241 +++++++++++++++++-----
 man/po/sv.po            | 313 +++++++++++++++++++++++-----
 man/po/zh_CN.po         | 261 +++++++++++++++++++-----
 po/ast.po               | 114 +++++++++--
 po/bs.po                | 103 ++++++++--
 po/ca.po                | 175 +++++++++++++---
 po/cs.po                | 175 +++++++++++++---
 po/da.po                | 131 +++++++++---
 po/de.po                | 175 +++++++++++++---
 po/dpkg.pot             | 100 ++++++---
 po/dz.po                | 113 +++++++++--
 po/el.po                | 113 +++++++++--
 po/eo.po                | 131 +++++++++---
 po/es.po                | 175 +++++++++++++---
 po/et.po                | 112 ++++++++--
 po/eu.po                | 131 +++++++++---
 po/fr.po                | 131 +++++++++---
 po/gl.po                | 113 +++++++++--
 po/hu.po                | 114 +++++++++--
 po/id.po                | 115 +++++++++--
 po/it.po                |  82 +++++++-
 po/ja.po                | 131 +++++++++---
 po/km.po                | 114 +++++++++--
 po/ko.po                | 115 +++++++++--
 po/ku.po                | 103 ++++++++--
 po/lt.po                | 111 ++++++++--
 po/mr.po                | 114 +++++++++--
 po/nb.po                | 114 +++++++++--
 po/ne.po                | 113 +++++++++--
 po/nl.po                |  82 +++++++-
 po/nn.po                | 112 ++++++++--
 po/pa.po                | 104 ++++++++--
 po/pl.po                | 175 +++++++++++++---
 po/pt.po                | 377 +++++++++++++++++++---------------
 po/pt_BR.po             | 112 ++++++++--
 po/ro.po                | 115 +++++++++--
 po/ru.po                | 131 +++++++++---
 po/sk.po                | 131 +++++++++---
 po/sv.po                | 131 +++++++++---
 po/th.po                | 131 +++++++++---
 po/tl.po                | 112 ++++++++--
 po/tr.po                | 175 +++++++++++++---
 po/vi.po                | 131 +++++++++---
 po/zh_CN.po             | 188 ++++++++++++++---
 po/zh_TW.po             | 175 +++++++++++++---
 scripts/po/ca.po        |  59 +++---
 scripts/po/de.po        |  59 +++---
 scripts/po/dpkg-dev.pot |  52 ++---
 scripts/po/es.po        |  61 +++---
 scripts/po/fr.po        |  59 +++---
 scripts/po/pl.po        |  59 +++---
 scripts/po/ru.po        |  59 +++---
 scripts/po/sv.po        |  59 +++---
 94 files changed, 8007 insertions(+), 2202 deletions(-)

commit e17e2f5fe161762afd788e99141b70e8de7505da
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sun Jan 13 04:27:10 2019 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #919040
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +-
 po/zh_CN.po      | 177 +++++++++++++++++--------------------------------------
 2 files changed, 57 insertions(+), 123 deletions(-)

commit cc2f609d15cab09142e4e524aa038bfdc9b17997
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Sun Dec 30 20:17:00 2018 +0100

    po: Update Portuguese programs translation
    
    Closes: #917813
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/pt.po         | 610 +++++++++++++++++++++++++++----------------------------
 2 files changed, 297 insertions(+), 314 deletions(-)

commit e0eca69e446f3be49f93a8f70af83c9afb4426e7
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sat Dec 29 13:11:53 2018 +0100

    po: Update Dutch translations
    
    Closes: #912023, #912024
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +
 man/po/nl.po     | 491 ++++++++++++++++++++++++++++++++-----------------------
 po/nl.po         | 238 +++++++++++++++------------
 3 files changed, 421 insertions(+), 310 deletions(-)

commit 7f90eef9b8e9b0025b3d743330fd9fcb5243f07a
Author: Milo Casagrande <milo@milo.name>
Date:   Sat Dec 29 13:06:56 2018 +0100

    po: Update Italian programs translation
    
    Closes: #915610
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/it.po         | 342 +++++++++++++++++++++++++------------------------------
 2 files changed, 155 insertions(+), 188 deletions(-)

commit 176bc80236d4a56ac283bf7fdba54c94a33c2f22
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 15 04:43:21 2019 +0100

    test: Update cppcheck supressions
    
    Supress false positives and intended code usage.

 debian/changelog         |  1 +
 t/cppcheck/cppcheck.supp | 25 ++++++++++++++++++++-----
 2 files changed, 21 insertions(+), 5 deletions(-)

commit 5c9ff51023b54ab56c5f0a8e141b707ac75ed99d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 13 13:11:38 2018 +0200

    test: Add descriptions for the shellcheck exclude codes
    
    Having to refer to the documentation to know what these are about is
    annoying, inline a brief description.

 debian/changelog |  1 +
 t/shellcheck.t   | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 46136dbf6811efdb1383940a04fd4575afada65f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 31 19:27:16 2018 +0100

    libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields
    
    This will make it possible to access the filesystem entries per package
    from anything that queries the database, such as «dpkg-query --show».

 debian/changelog          |  1 +
 lib/dpkg/db-ctrl-format.c |  2 +-
 lib/dpkg/db-ctrl.h        |  2 +-
 lib/dpkg/pkg-format.c     | 58 +++++++++++++++++++++++++++++++++++++++++++++++
 man/dpkg-query.man        |  8 +++++++
 5 files changed, 69 insertions(+), 2 deletions(-)

commit 683d5a21fb749d49873d04639732a69a3b41f59b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 29 01:28:32 2018 +0100

    libdpkg: Detect unsupported tar entry types to give better error messages
    
    We know what we do not support, let's detect and give better diagnostics
    so that users get even less confused.

 debian/changelog |  1 +
 lib/dpkg/tarfn.c | 23 +++++++++++++++++++++++
 lib/dpkg/tarfn.h |  9 +++++++++
 3 files changed, 33 insertions(+)

commit 0118b3c7052327f657b9a05cd0b8988775b24a42
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 03:04:07 2017 +0100

    libdpkg: Add proper tar error handling
    
    This makes the tar extractor track and report back parse errors, so that
    we can give more descriptive messages.

 debian/changelog          |  3 ++
 lib/dpkg/t/c-tarextract.c | 28 ++++++++++-------
 lib/dpkg/tarfn.c          | 80 ++++++++++++++++++++++++++---------------------
 lib/dpkg/tarfn.h          | 24 +++++++++++---
 src/archives.c            | 10 +++---
 src/archives.h            |  6 ++--
 src/unpack.c              | 18 ++++++-----
 7 files changed, 104 insertions(+), 65 deletions(-)

commit 8190e63fa0442c036092cf8eb1269733bedef498
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 03:04:07 2017 +0100

    libdpkg: Add new DPKG_ERROR_OBJECT macro

 debian/changelog | 1 +
 lib/dpkg/error.h | 2 ++
 2 files changed, 3 insertions(+)

commit 23cfdbf1054a3c9fdef741cdc5f6769b3fd57413
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 17 05:27:49 2018 +0100

    libdpkg: Add new warning printer setter function
    
    This will make it possible for library users to specify alternative
    warning printers.
    
    Prompted-by: Julian Andres Klode <jak@debian.org>

 debian/changelog     |  2 ++
 lib/dpkg/libdpkg.map |  2 ++
 lib/dpkg/report.c    | 22 +++++++++++++++++++---
 lib/dpkg/report.h    |  5 +++++
 4 files changed, 28 insertions(+), 3 deletions(-)

commit 31eb544919a46c6170ac39f5eebd17ba6d48d508
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 21 03:44:15 2018 +0100

    libdpkg: Rename pkg_db symbols to pkg_hash
    
    These are handling a package hash, and db seems to imply some kind of
    on-disk storage. Rename the pkgiterator too to pkg_hash_iter to make it
    consistent.

 debian/changelog           |  1 +
 dselect/pkglist.cc         | 10 ++---
 lib/dpkg/db-ctrl-upgrade.c |  2 +-
 lib/dpkg/db-fsys-divert.c  |  2 +-
 lib/dpkg/db-fsys-files.c   |  4 +-
 lib/dpkg/dbmodify.c        |  2 +-
 lib/dpkg/dpkg-db.h         | 43 +++++++++++++-------
 lib/dpkg/dump.c            |  2 +-
 lib/dpkg/fields.c          |  6 +--
 lib/dpkg/libdpkg.map       | 26 ++++++------
 lib/dpkg/parse.c           | 16 ++++----
 lib/dpkg/pkg-array.c       | 12 +++---
 lib/dpkg/pkg-array.h       |  2 +-
 lib/dpkg/pkg-hash.c        | 40 +++++++++----------
 lib/dpkg/pkg-spec.c        | 14 +++----
 lib/dpkg/pkg-spec.h        |  2 +-
 lib/dpkg/t/t-pkg-hash.c    | 98 +++++++++++++++++++++++-----------------------
 lib/dpkg/t/t-pkg-show.c    |  2 +-
 lib/dpkg/trignote.c        |  2 +-
 src/depcon.c               |  8 ++--
 src/divertcmd.c            | 12 +++---
 src/enquiry.c              | 32 +++++++--------
 src/help.c                 |  8 ++--
 src/main.c                 |  8 ++--
 src/packages.c             |  8 ++--
 src/querycmd.c             |  4 +-
 src/select.c               | 10 ++---
 src/trigproc.c             | 24 ++++++------
 src/unpack.c               |  8 ++--
 src/verify.c               |  8 ++--
 30 files changed, 215 insertions(+), 201 deletions(-)

commit f7e9dc18083d5677a633db108c209675e7602417
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 20 04:54:31 2018 +0100

    libdpkg: Cleanup fsys module symbol names

 debian/changelog            |   1 +
 lib/dpkg/db-fsys-digest.c   |  10 +--
 lib/dpkg/db-fsys-divert.c   |   8 +--
 lib/dpkg/db-fsys-files.c    |  12 ++--
 lib/dpkg/db-fsys-override.c |  12 ++--
 lib/dpkg/db-fsys.h          |  12 ++--
 lib/dpkg/dpkg-db.h          |   2 +-
 lib/dpkg/fsys-hash.c        |  36 +++++-----
 lib/dpkg/fsys-iter.c        |  36 +++++-----
 lib/dpkg/fsys.h             | 165 ++++++++++++++++++++++----------------------
 lib/dpkg/libdpkg.map        |  24 +++----
 lib/dpkg/pkg-files.c        |  10 +--
 lib/dpkg/pkg-files.h        |   6 +-
 lib/dpkg/t/t-fsys-hash.c    |  38 +++++-----
 lib/dpkg/t/t-pkg-hash.c     |   4 +-
 lib/dpkg/triglib.c          |  10 +--
 lib/dpkg/triglib.h          |  20 +++---
 src/archives.c              | 128 +++++++++++++++++-----------------
 src/archives.h              |  18 ++---
 src/cleanup.c               |   8 +--
 src/configure.c             |   4 +-
 src/divertcmd.c             |  84 +++++++++++-----------
 src/help.c                  |  34 ++++-----
 src/main.c                  |   6 +-
 src/main.h                  |  23 +++---
 src/querycmd.c              |  30 ++++----
 src/remove.c                |  57 +++++++--------
 src/statcmd.c               |  32 ++++-----
 src/trigcmd.c               |   2 +-
 src/unpack.c                |  94 ++++++++++++-------------
 src/verify.c                |  10 +--
 31 files changed, 476 insertions(+), 460 deletions(-)

commit 9e5750015bd6187c8612380015924b82ad6739ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 18 05:32:19 2018 +0100

    libdpkg: Rename ret variable to next

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

commit 35845f9962dfe2a004a6509c8d0850b4af1ae597
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 18 05:32:47 2018 +0100

    libdpkg, dpkg: Rename r variables to fnn

 debian/changelog     |  1 +
 lib/dpkg/fsys-hash.c |  8 ++++----
 src/help.c           | 17 +++++++----------
 3 files changed, 12 insertions(+), 14 deletions(-)

commit 18a0a2fcc413f136c9840bbb3818a5a4457a8228
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 18 05:30:36 2018 +0100

    dselect: Rename variable r to pkgbin
    
    This makes it clear what the variable is all about.

 debian/changelog     | 1 +
 dselect/pkgdepcon.cc | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit e29648778ccd54ff834c3581b460542fdb766d44
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 17 20:35:54 2018 +0100

    When allocating use the variable instead of the type in sizeof()
    
    This makes it easier to guarantee we use the correct size for the
    involved variable.

 debian/changelog            | 1 +
 dpkg-split/join.c           | 4 ++--
 dpkg-split/queue.c          | 8 ++++----
 lib/compat/scandir.c        | 6 +++---
 lib/dpkg/db-fsys-divert.c   | 4 ++--
 lib/dpkg/db-fsys-override.c | 2 +-
 lib/dpkg/ehandle.c          | 6 +++---
 lib/dpkg/fields.c           | 8 ++++----
 lib/dpkg/fsys-hash.c        | 4 ++--
 lib/dpkg/fsys-iter.c        | 2 +-
 lib/dpkg/log.c              | 2 +-
 lib/dpkg/parse.c            | 2 +-
 lib/dpkg/pkg-files.c        | 2 +-
 lib/dpkg/pkg-hash.c         | 6 +++---
 lib/dpkg/treewalk.c         | 4 ++--
 src/archives.c              | 2 +-
 src/enquiry.c               | 2 +-
 src/errors.c                | 2 +-
 src/main.c                  | 2 +-
 src/perpkgstate.c           | 2 +-
 src/remove.c                | 2 +-
 src/unpack.c                | 8 ++++----
 22 files changed, 41 insertions(+), 40 deletions(-)

commit f94d12b62e0747791ece6400f31a15fddc3a2d5b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 15 04:40:33 2019 +0100

    dpkg-query: Rename variable to avoid shadowing a local function
    
    Warned-by: cppcheck

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

commit 4b1b8a20f00a97b1e8e3e9e7ba0183e8f6f0059e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 14 04:26:21 2018 +0100

    dpkg: Fix --help output to clarify optional arguments

 debian/changelog |  1 +
 src/main.c       | 30 +++++++++++++++---------------
 2 files changed, 16 insertions(+), 15 deletions(-)

commit 9245729c8540dae3a943c6f1d5c9554ba3fcdf46
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 02:32:07 2018 +0100

    dpkg: Fix typo in comment

 src/depcon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7f43bf5f93c857bdb419892abfc014a5e9c3c273
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:06:33 2018 +0100

    dpkg: Introduce a new dependency try level for trigger processing
    
    The introduction of dependency satisfiability for trigger processing,
    which was in the original spec but not the implementation, there has
    been countless problems with bogus detection of trigger cycles.
    
    The problem is that whenever we try to process triggers for a package,
    we might not be able to due to dependency unsatisfiaiblity, which means
    we have to put the package back into the queue. If we add the state into
    the cycle detection tracker, then multiple visits to these packages will
    hit the cycle detection for artificially generated cycles. But we cannot
    avoid performing the checks because that will miss dynamic cycles coming
    from maintainer scripts, for example.
    
    To avoid most of these problems (while possibly not fixing all potential
    ones), we should delay trigger processsing entirely until we have
    emptied the processing queue as much as possible. We do that by
    introducing a new dependency try level, after the dependency cycle
    breaking one.
    
    We will also make the trigger cycle detection unconditional of the
    dependency try, because for the trigproc try-queued it will not matter
    anymore as we will only ented on higher dependency tries, and for the
    other trigproc types we should not care about any queue-specific
    dependency try level.
    
    Closes: #810724, #854478, #911620

 debian/changelog |  5 +++++
 src/main.h       | 13 +++++++++----
 src/packages.c   |  4 ++--
 src/trigproc.c   | 42 +++++++++++++++++++++++++-----------------
 4 files changed, 41 insertions(+), 23 deletions(-)

commit d0be735f160c8f5f69d29c8154b9a6c2879733b9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 21 12:58:34 2019 +0100

    dpkg: Move trigproc cycle reset inside try-deferred conditional
    
    We should only reset the cycle detection in case we are not bailing out
    from the processing with an error, otherwise we could come back to this
    package and detect an artificial trigger cycle.

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

commit 725828a60a04d2852b35a760bd584d48b28a6024
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 21 12:58:34 2019 +0100

    dpkg: Convert one trigger processing required type into the new try-queued
    
    This makes the code stop skipping unsatisfiable dependency checks.

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

commit a23fdc82c44011d2aa54138df4c4af37bd4d5e9e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 21 12:58:34 2019 +0100

    dpkg: Split trigger processing types into required, try-queued and try-deferred
    
    Each of these reasons for processing triggers have different requirements
    and attributes:
    
     - The required one, must perform all checks as it is done as part of a
       simple loop to guarantee Pre-Depends satisfiability.
     - The try-deferred one, must not fail on unsatisfiable dependencies, as
       we are doing opportunistic trigger processing, after a normal
       processing queue run.
     - The try-queued one, must perform all checks and fail hard if any
       unsatisfiable scenario occurs.

 debian/changelog | 2 ++
 src/main.h       | 6 ++++--
 src/trigproc.c   | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

commit b166c999d28cc56e5befe7f13329ec5aa8f448ca
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 20 22:43:34 2019 +0100

    dpkg: Reset progress_bytrigproc once we have injected into the current iteration
    
    We should not leave the package that could be used to make progress by
    way of trigger processing in this variable, because it might not have
    its dependencies satisfied, which means we'll be trying to process it on
    every next loop, and get into artificialy detected trigger cycles.

 debian/changelog | 4 ++++
 src/packages.c   | 1 +
 2 files changed, 5 insertions(+)

commit 8b1d07b22c2d64f0db5a8de205ff5bbe778a51ba
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 22 03:45:29 2019 +0100

    dpkg: Move dependtry description from deferred_configure() to its declaration
    
    This moves the description closer to the type defining its values, which
    makes more sense than in the configure function.

 debian/changelog |  2 ++
 src/configure.c  | 24 ------------------------
 src/main.h       | 27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 24 deletions(-)

commit 61bbb77adb5f2c8d6a6d9bff18efa63a4cd2047f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 19 01:54:11 2019 +0100

    dpkg: Switch dependtry from an int to an enum
    
    Thiw makes the code way easier to understand as there no magic numbers
    anymore. It will also make it trivial to add new levels in-between.

 debian/changelog |  1 +
 src/configure.c  |  2 +-
 src/main.h       | 11 ++++++++++-
 src/packages.c   | 22 ++++++++++++++++------
 src/remove.c     |  5 ++++-
 src/trigproc.c   |  4 ++--
 6 files changed, 34 insertions(+), 11 deletions(-)

commit d4f6b91fda91803b62972c186a81cd07edf300e4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:03:42 2018 +0100

    dpkg: Mark the package we are giving up on a trigger cycle as istobe normal
    
    Once we are giving up on a package that we will stop processing, we need
    to mark it as PKG_ISTOBE_NORMAL so that the dependency checks know they
    cannot expect this package to be processed anymore. Otherwise we might
    end up never detecting that we are not making progress, as we expect to
    process this package at a later point, when that will never happen
    anymore. This then would end up causing asserts in the process queue
    loop.
    
    Closes: #901127, #910819

 debian/changelog | 6 ++++++
 src/trigproc.c   | 1 +
 2 files changed, 7 insertions(+)

commit a709de31f6b6bf6f394fb7c053e73d92e34a825b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:02:52 2018 +0100

    dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()

 debian/changelog |  1 +
 src/trigproc.c   | 37 +++++++++++++++++++++++++------------
 2 files changed, 26 insertions(+), 12 deletions(-)

commit 484ae17976645e2eb48a3f5d0d56e2b1dca63a6a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 03:01:32 2018 +0100

    dpkg: Use common pattern of assigning as an iterator
    
    Assign hare->next to hare instead of using the temporary variable, so
    that it's quicker to spot as an iterator assignment.

 debian/changelog | 1 +
 src/trigproc.c   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 9d180d6ea72d466b5af03ed5eadb4c2cc7345cab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 02:50:48 2018 +0100

    dpkg: Initialize trigcyclenode's next member once
    
    Initialize the next member when we are allocating the struct.

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

commit 74275126bcd2bb7bd02e9b998045990b679b19cf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 14 18:08:35 2018 +0200

    dpkg: Negate tortoise_not_in_hare() function name and return value
    
    Makes its usage more obvious.

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

commit 91e2ae0b74d9efb47a5635466a8e0f0826c0a0e8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 27 04:05:09 2018 +0100

    scripts/mk: Add support for an improved dpkg_vendor_derives_from macro
    
    Version the macros so that both can be used, and default the unversioned
    one to the version 0 macro.

 debian/changelog          |  3 +++
 scripts/Makefile.am       |  2 ++
 scripts/mk/vendor.mk      | 38 +++++++++++++++++++++++++++++++-------
 scripts/t/mk.t            |  4 +++-
 scripts/t/mk/vendor-v0.mk |  6 ++++++
 scripts/t/mk/vendor-v1.mk |  6 ++++++
 scripts/t/mk/vendor.mk    |  1 +
 7 files changed, 52 insertions(+), 8 deletions(-)

commit 37dd4ce62e0925967c59daec130540d2fa0402d6
Author: Colin Watson <cjwatson@debian.org>
Date:   Fri Nov 16 04:15:13 2018 +0100

    scripts/mk: Fix dpkg_vendor_derives_from macro documentation
    
    Add a missing comma, and $(shell) make function invocation.
    
    Closes: #913816
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog     | 2 ++
 scripts/mk/vendor.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 08911c47fdabf401dc3a4d7fffd324024c51a1ea
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 17 18:32:40 2018 +0100

    debian: Add superficial autopkgtest functional tests
    
    This will execute the functional test suite on the installed system
    programs.

 Makefile.am                |  3 +++
 debian/changelog           |  1 +
 debian/tests/control       |  7 +++++++
 debian/tests/test-not-root | 14 ++++++++++++++
 debian/tests/test-root     | 14 ++++++++++++++
 5 files changed, 39 insertions(+)

commit 074960b70330d89bb6e15222fc96ded6f5e5f63d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 6 02:49:27 2018 +0100

    build: Split AM_INIT_AUTOMAKE arguments into different lines
    
    This makes it easier to change.

 configure.ac     | 8 +++++++-
 debian/changelog | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

commit d5759dfebdf28ce28a6f243fa12fb03187fe0315
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 21 01:17:58 2018 +0100

    u-a: Fix removal of obsolete slaves from the linked list
    
    The removal was not performed correctly, so depending on the order of
    the obsolete slave links, some would go unprocessed and thus not deleted
    from the list.
    
    Closes: #916799
    Reported-by: Andreas Beckmann <anbe@debian.org>

 debian/changelog              |  2 ++
 utils/t/update_alternatives.t | 53 ++++++++++++++++++++++++++++++++++++++++++-
 utils/update-alternatives.c   | 10 ++++----
 3 files changed, 60 insertions(+), 5 deletions(-)

commit 8c7a750be37a5940232a4f1f6b2c32d19754c24c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 26 09:46:29 2018 +0200

    u-a: Add new --debug option
    
    The code was there but commented out. Let's add proper support for
    debugging output, controllable at run-time.

 debian/changelog            |  1 +
 man/update-alternatives.man |  8 ++++++--
 utils/update-alternatives.c | 15 ++++++++++-----
 3 files changed, 17 insertions(+), 7 deletions(-)

commit 2d5b58849369c7d27be2f4271ff9e8d96a773288
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 26 09:44:16 2018 +0200

    u-a: Switch verbose selection into an enum
    
    This makes the values and comparisons immediately clear.

 debian/changelog            |  1 +
 utils/update-alternatives.c | 18 ++++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

commit 1a18c981857ab0e635907f83c4a63765a25aa96b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 03:02:31 2017 +0100

    u-a: Use enums for actions instead of strings
    
    Parse them just once, and use proper enums, which means the compiler can
    verify for us for typos and misspellings.

 debian/changelog            |   1 +
 utils/update-alternatives.c | 131 ++++++++++++++++++++++++++++++--------------
 2 files changed, 91 insertions(+), 41 deletions(-)

commit 711f929ec0eea9b2248b1723e64c2021cf99c16d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 19:43:18 2018 +0200

    s-s-d: Implement --notify-await and --notify-timeout options
    
    These implement the systemd readiness protocol for services. So that
    a service can tell s-s-d when it's ready and then we can return and
    callers can assume safely that the service is ready to work.
    
    [biebl@debian.org:
     - Fix some typos. ]
    [trek00@inbox.ru:
     - Fix notification directory and socket permissions. ]
    
    Closes: #910707

 debian/changelog          |   3 +
 man/start-stop-daemon.man |  29 ++++++-
 utils/start-stop-daemon.c | 217 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 248 insertions(+), 1 deletion(-)

commit f47ab454d1eb51cb2302172899847064541158da
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 12 13:26:32 2018 +0200

    s-s-d: Move parse_unsigned() definition to the top of the file
    
    This way we can use in earlier functions.

 utils/start-stop-daemon.c | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 4e5d1cc751d5a9c399f62f59e0ca2da27a37c4c4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 12 21:59:25 2018 +0200

    s-s-d: Switch code to use new info() and debug() functions
    
    This makes the call sites obvious.

 debian/changelog          |  1 +
 utils/start-stop-daemon.c | 57 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 38 insertions(+), 20 deletions(-)

commit 472712e23e5b281d7f9541cd4e6b9caae751ca54
Author: Trek <trek00@inbox.ru>
Date:   Tue Oct 16 21:45:42 2018 +0200

    s-s-d: Fix typo
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 517e1397c18666555e992822eabe1b69aad278b5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 19:43:18 2018 +0200

    s-s-d: Fix typo in comment

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b4f8ed22ad6e5b90a52593715897910d2bdfb85
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 11 22:00:36 2018 +0200

    s-s-d: Print complete verbose lines
    
    Do not split the lines in multiple stages, as that messes up the output
    in case we want to print something in-between, and makes the standard
    line buffered output for stdout not flush the output which gets
    duplicated on the child.

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

commit bc9736f6feae7625cc5ec063ea1b27d51a5f9317
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 22 12:12:05 2018 +0200

    s-s-d: Check whether standalone --pidfile use is secure
    
    If we are only matching on the pidfile, which is owned by a non-root
    user, and we are running as a root user then this is a security risk,
    and the contents cannot be trusted, because the daemon might have been
    compromised which would allow modifying the pid within.
    
    If we are then calling start-stop-daemon as a privileged user, that
    would allow acting on any PID in the system.
    
    Prompted-by: Michael Orlitzky <michael@orlitzky.com>
    Ref: https://redmine.kannel.org/issues/771

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

commit b01004eb8ffbc300ca1312803e291edcf9770010
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 03:10:13 2017 +0100

    s-s-d: Compare foundany against 0 instead of treating it like a boolean
    
    This variable contains a counter.

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

commit 4affcfaa170b3a36348b977ef6f3277b7fb12c99
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 7 22:34:43 2019 +0100

    dpkg-scanpackages: Emit a warning with the list of repeat packages
    
    When not using --multiversion, track any repeated instance that would
    possibly benefit from running with --multiversion, and output it at the
    end with a suggestion to use that option.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog             | 2 ++
 scripts/dpkg-scanpackages.pl | 8 ++++++++
 2 files changed, 10 insertions(+)

commit 55cdf5fac707895e42a356b3d32d9d648e28fc40
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 7 22:32:22 2019 +0100

    dpkg-scanpackages: Unroll a single iteration loop
    
    When not in multi-version mode, we can only ever have one package in the
    %packages hash, remove the confusing loop and replace with an explicit
    assignment using the first array reference element.

 debian/changelog             |  1 +
 scripts/dpkg-scanpackages.pl | 28 ++++++++++++++--------------
 2 files changed, 15 insertions(+), 14 deletions(-)

commit 5d4ab4ae7d11c736bdabb51af4bc7e66c69cdd23
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 29 12:32:26 2018 +0100

    dpkg-scanpackages: Do not compute unnecessary checksums
    
    When we specify a --hash argument we should not compute all checksums to
    then discard them.
    
    Closes: #916456
    Based-on-patch-by: Chris Lamb <lamby@debian.org>

 debian/changelog             |  3 +++
 scripts/dpkg-scanpackages.pl | 11 +++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 7c77f73438afbcb3163c5aaf08c2ef58274ed345
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 25 22:26:17 2018 +0100

    dpkg-shlibdeps: Remove duplicate word across newline boundary

 scripts/dpkg-shlibdeps.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b4384aa5fe06d4de79323139a7b30299ad821f59
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 23 03:06:49 2018 +0200

    dpkg-shlibdeps: Remove unused variable

 debian/changelog          | 1 +
 scripts/dpkg-shlibdeps.pl | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 4a4619831de8b8972f86b489660dc98f187cfa34
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 10 03:23:19 2018 +0100

    dpkg-genchanges: Only reference binary packages being uploaded
    
    The .changes file describes an upload, and its Binary and Description
    fields should contain (as documented) only references to the packages
    being uploaded.
    
    In case of a source-only upload, the Binary and Description fields
    should be empty.
    
    Closes: #818618

 debian/changelog                                     |  3 +++
 man/deb-changes.man                                  |  4 +++-
 scripts/dpkg-genchanges.pl                           | 20 ++++++++++----------
 .../t/dpkg_buildpackage/test-source_0_all.changes    |  3 +--
 .../t/dpkg_buildpackage/test-source_0_any.changes    |  3 +--
 .../t/dpkg_buildpackage/test-source_0_source.changes |  4 ----
 6 files changed, 18 insertions(+), 19 deletions(-)

commit 289dc861960b88f67e45a4a3ba4b9ee51cf3da39
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 9 01:30:22 2018 +0100

    dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field
    
    Filtering this meta-variable means that code parsing the field is unable
    to know whether the source specified the build dependencies as relevant
    for retriggering. We should also not expand the meta-variable as that
    would lose information, so we let it through now.
    
    Closes: #910734

 debian/changelog       | 2 ++
 man/dsc.man            | 2 +-
 scripts/dpkg-source.pl | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 103fb161b360a00e4ca97b891b199c8aeacc63c5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 13 10:03:26 2018 +0200

    dpkg-source: Use new format argument for Dpkg::Source::Package->new()
    
    This makes the creation of the object more compact and easier to read.

 debian/changelog       |  1 +
 scripts/dpkg-source.pl | 12 ++++--------
 2 files changed, 5 insertions(+), 8 deletions(-)

commit e989be905db9b9c4761124ce6ee75d4b8903c246
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 13 10:03:26 2018 +0200

    dpkg-source: Move source format selection earlier in the build
    
    This move it at the beginning were it belongs, as the later code can
    change behavior based on the format selected. This also will make it
    possible to delegate the source format object selection to the
    Dpkg::Source::Package class.

 debian/changelog       |  1 +
 scripts/dpkg-source.pl | 39 ++++++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 19 deletions(-)

commit d1d35a56e401181b6d15baf474a7db21d3372a65
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 20 15:04:16 2018 +0200

    Dpkg::Source::Package, dpkg-source: Switch to new Dpkg::Source::Format module
    
    This move all ad-hoc code to use the new Dpkg::Source::Format module.

 debian/changelog               |  1 +
 scripts/Dpkg/Source/Package.pm | 52 ++++++++++++++++++------------------------
 scripts/dpkg-source.pl         | 12 ++++------
 3 files changed, 27 insertions(+), 38 deletions(-)

commit c8dcfa3f2c42f51cebf2673312a52e7b71bb00ec
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 23 02:18:04 2018 +0200

    Dpkg::Source::Format: New module
    
    This new public module centralizes the handling of debian/source/format
    so that other projects can reuse it instead of having to reimplement it.
    
    Prompted-by: Mattia Rizzolo <mattia@debian.org>
    Ref: https://salsa.debian.org/debian/devscripts/merge_requests/63

 debian/changelog               |   2 +
 debian/control                 |   1 +
 scripts/Dpkg.pm                |   4 +
 scripts/Dpkg/Source/Format.pm  | 191 +++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am            |   2 +
 scripts/t/Dpkg_Source_Format.t |  65 ++++++++++++++
 6 files changed, 265 insertions(+)

commit 23802ae9be9760a4135b8ca2911c86045fe47fc2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 21 22:55:29 2018 +0200

    Dpkg::Source::Package: Improve debian/source/format parsing and validation
    
    Make the regex more strict and decompose it right away instead of doing
    a second pass over it. Only initialize minor when we need to update the
    format. And fix the error for an invalid format to stop referencing the
    Format field, which might not be involved during the parsing.

 debian/changelog               |  2 ++
 scripts/Dpkg/Source/Package.pm | 25 +++++++++----------------
 2 files changed, 11 insertions(+), 16 deletions(-)

commit e0b3b307decf60b2a4e39c511ad970d4a1abd2b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 13 10:02:03 2018 +0200

    Dpkg::Source::Package: Add a new format option to the new constructor
    
    This makes it easier to construct a source package object with the
    desired object, and initialize it as required.
    
    Prompted-by: James McCoy <jamesan@debian.org>
    Ref: https://salsa.debian.org/debian/devscripts/merge_requests/61

 debian/changelog               |  2 ++
 scripts/Dpkg/Source/Package.pm | 21 ++++++++++++++++-----
 2 files changed, 18 insertions(+), 5 deletions(-)

commit 05f666b8e944e7e7cf06966e192f759fa83b4d02
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 12 20:46:10 2018 +0200

    Dpkg::Source::Package::V3::Bzr: Fix format name in output message

 debian/changelog                      | 1 +
 scripts/Dpkg/Source/Package/V3/Bzr.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit a71649166e7dabbce315c8e49501ba68676831ef
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 5 23:57:52 2018 +0100

    Dpkg::Source::Patch: Do not recommend --include-removal when not supported
    
    If the option has not been set, then the source format does not support
    it and we should thus not recommend the --include-removal option in the
    warning.
    
    Closes: #913012

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

commit a7fb57546f0a7e88a1acd7bdf1c081b43972b01d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 25 22:59:03 2018 +0100

    Dpkg::Source::Package: Do not reinitialize fields member in constructor
    
    We initialized it already in the new constructor, no point in doing the
    same twice.

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

commit 50b7e8cc41eb94a184087cc93cab86e401643c90
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 09:41:11 2018 +0200

    Dpkg::Shlibs::Objdump: Only select objdump program when going to use it
    
    Running code in the module scope means that anything importing the
    module will execute that code, which is undesirable. Move the
    initialization into a _select_objdump() sub, which gets assigned into
    a state variable on demand.

 debian/changelog               |  1 +
 scripts/Dpkg/Shlibs/Objdump.pm | 23 +++++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 6b8897bad85394b2737e609419ad3ebd7ee5b008
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 09:40:00 2018 +0200

    Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import
    
    The spawn() call was removed but not the matching import.
    
    Fixes: commit 8ae966ae7d3635b8359829085db4262923ceae96

 debian/changelog               | 1 +
 scripts/Dpkg/Shlibs/Objdump.pm | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 75afd33e320ebb31f0e974b227d714b049a67808
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 8 00:28:57 2018 +0100

    Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting move
    
    The default buildflags got moved from the Dpkg::BuildFlags module to
    the Dpkg::Vendor::Debian, but this module was not adapted to match.
    
    Instead of running the Debian hooks after the Ubuntu buildflags are set
    up, run them first, and then modify/prepend the bits we need to change.
    This fixes compiler optimization on ppc64el, and makes setting it more
    future proof.
    
    Fixes: commit d5374bc618310917557daa9c9ac2f4930515a0b2
    Closes: #915881
    Co-Author: Iain Lane <laney@ubuntu.com>
    Co-Author: Adam Conrad <adconrad@ubuntu.com>

 debian/changelog                   |  3 ++
 scripts/Dpkg/Vendor/Ubuntu.pm      | 12 ++++----
 scripts/Makefile.am                |  1 +
 scripts/t/Dpkg_BuildFlags_Ubuntu.t | 57 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 5 deletions(-)

commit 39eb793a685273f520b25179bf118f8845ece0f6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 24 03:05:05 2018 +0100

    Dpkg::File: Make file_slurp() also accept pathnames in addition to filehandles
    
    This makes several call sites more clear, as we move the logic inside
    the function.

 debian/changelog                  |  2 ++
 scripts/Dpkg/File.pm              | 16 +++++++++++++++-
 scripts/Dpkg/Source/Package/V2.pm |  7 ++-----
 scripts/dpkg-genchanges.pl        |  5 +----
 scripts/t/Dpkg_Changelog.t        |  4 +---
 utils/t/update_alternatives.t     |  7 ++-----
 6 files changed, 23 insertions(+), 18 deletions(-)

commit e326eda15c84d0456aa2e1c22c996e89ef6c40f2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 9 23:06:29 2018 +0100

    Dpkg::Changelog::Debian: Preserve modelines at EOF
    
    We should keep these and consider them as pseudo-EOF markers, and stop
    processing once seen.
    
    [lamby@debian.org:
     - Initial test cases for dpkg-mergechangelogs functional tests. ]
    
    Closes: #916056

 debian/changelog                              |  3 +++
 man/deb-changelog.man                         | 10 +++++-----
 man/dpkg-mergechangelogs.man                  |  4 ++--
 scripts/Dpkg/Changelog/Debian.pm              |  8 ++++++--
 scripts/Makefile.am                           |  1 +
 scripts/t/Dpkg_Changelog.t                    |  8 ++++++--
 scripts/t/Dpkg_Changelog/stop-modeline        | 13 +++++++++++++
 scripts/t/merge_changelogs/ch-a               |  2 ++
 scripts/t/merge_changelogs/ch-b               |  2 ++
 scripts/t/merge_changelogs/ch-merged          |  2 ++
 scripts/t/merge_changelogs/ch-merged-basic    |  2 ++
 scripts/t/merge_changelogs/ch-merged-pr       |  2 ++
 scripts/t/merge_changelogs/ch-merged-pr-basic |  2 ++
 scripts/t/merge_changelogs/ch-old             |  2 ++
 14 files changed, 50 insertions(+), 11 deletions(-)

commit 1fa3e4360b4ebadef4f0f486fb4a029e6bbdc705
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 13 10:00:39 2018 +0200

    Dpkg::Deps::Simple: Fix POD signature for new constructor

 debian/changelog            | 1 +
 scripts/Dpkg/Deps/Simple.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 853f59ec0468f72fa29811a8fe48fad91fab6083
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 23 02:58:56 2018 +0200

    perl: Fix POD for Dpkg::Interface::Storable derived method implementations
    
    Document inherited methods. Document the return values. Note which
    arguments are optional. Reorder methods by their position in the stack.

 debian/changelog                   |  1 +
 scripts/Dpkg/Changelog.pm          | 18 +++++++-----------
 scripts/Dpkg/Conf.pm               | 10 +++++-----
 scripts/Dpkg/Control/HashCore.pm   | 19 +++++++++----------
 scripts/Dpkg/Control/Info.pm       | 15 ++++++++-------
 scripts/Dpkg/Deps/Simple.pm        | 38 ++++++++++++++++++++++++--------------
 scripts/Dpkg/Index.pm              | 25 ++++++++++++-------------
 scripts/Dpkg/Interface/Storable.pm |  4 ++--
 scripts/Dpkg/Substvars.pm          | 24 ++++++++++++------------
 9 files changed, 80 insertions(+), 74 deletions(-)

commit dc87694fb736e004815350245a0f6503fb29081b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 26 20:13:56 2018 +0100

    doc: Update Doxygen configuration from version 1.8.13

 doc/Doxyfile.in | 89 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 73 insertions(+), 16 deletions(-)

commit cbba1af8bdbbca7421c239aed45d920d53befd2f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 15:51:21 2019 +0100

    man: Refer to the dpkg-architecture(1) TERMS section in the VARIABLES section
    
    Makes it more explicit what these variables actually mean.
    
    Prompted-by: Axel Beckert <abe@debian.org>

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

commit d6e6500f8db5200c4ac6c6f255e91c8cdaf9eb86
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 14 04:25:51 2018 +0100

    man: Document the version introducing the -f option in dpkg-query(1)

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

commit b82277833a1b8e317cf381bdd4e5dad17482af2f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 7 21:45:53 2019 +0100

    man: Clarify character classes for various formats
    
    It is not always entirely clear how each character class described
    maps to the actual characters allowed. For example in some cases
    alphanumeric includes only lower-case letters, sometimes both lower-case
    and upper-case. Clarify it by appending the actual explicit range within
    parenthesis.
    
    Prompted-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

 debian/changelog            | 3 +++
 man/deb-src-control.man     | 4 ++--
 man/deb-substvars.man       | 6 ++++--
 man/dpkg-parsechangelog.man | 3 ++-
 man/dpkg-source.man         | 4 ++--
 man/dsc.man                 | 7 ++++---
 6 files changed, 17 insertions(+), 10 deletions(-)

commit e124e6fa15154b468fcd75d911a5bf234f8cffd4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 22:23:52 2018 +0100

    man: Clarify databases used by --yet-to-unpack and --predep-package in dpkg(1)
    
    These commands use both the available database and the package
    selections.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog | 2 ++
 man/dpkg.man     | 6 ++++++
 2 files changed, 8 insertions(+)

commit dbc8af0a529cb28cd977f137faee9768b6d997e4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 20 05:23:06 2018 +0100

    man: Clarify deb-control(5)
    
    Add a reference to deb-src-control(5). Remove invalid comment in
    example, as this format does not allow it.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog    | 3 +++
 man/deb-control.man | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 1e2bd2441bd6980cda9d4d14f7ca720c04280284
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 29 12:19:46 2018 +0100

    man: Clarify dpkg-query(1) --list option behavior
    
    Make it clear what will be printed when no arguments are specified.
    
    Closes: #917098

 debian/changelog   |  2 ++
 man/dpkg-query.man | 18 ++++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 48c15b3b17bbc2903899a979c5694b99b1bf1803
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 03:33:59 2018 +0100

    man: Clarify dpkg(1) --remove action
    
    Describe when --remove is equivalent to --purge, and what data it will
    cleanup and when.
    
    Closes: #914478

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

commit 7315e238d223cc43c7af1811bfe871e89b04c415
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 10 22:27:23 2019 +0100

    debian: Fix changelog
    
    Merge subsections and fix a typo.

 debian/changelog | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 96f3826bcea53ad3fea31b11aa6a69acc6e8aed9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Oct 11 21:30:35 2018 +0200

    Update German translation of manual pages
    
    Update to 2952t1f.

 debian/changelog |   3 +
 man/po/de.add    |   2 +-
 man/po/de.po     | 261 ++++++++++++++++++++++---------------------------------
 3 files changed, 106 insertions(+), 160 deletions(-)

commit 2c19f7c630d965be1ca82c5995200df70a8ff289
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 00:09:29 2018 +0200

    debian: Create the log file in postinst only if it does not exist
    
    There's no point in creating and messing with the owner and permissions
    for this file on each upgrade. This also makes it possible to workaround
    a problem when installing dpkg with --force-not-root, as pre-creating
    the log file will diasrm the failing chown and chmod calls.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog     | 3 +++
 debian/dpkg.postinst | 9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 22ddf9c9f6c27c9639a5e4daa43551b4f37a16eb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 00:08:19 2018 +0200

    test: Add new shellcheck author test

 .gitlab-ci.yml   |  2 +-
 Makefile.am      |  1 +
 README           |  1 +
 debian/changelog |  2 ++
 t/shellcheck.t   | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 75 insertions(+), 1 deletion(-)

commit 13afe924a603c2645eb7b886b1e110220248efa4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 00:06:41 2018 +0200

    build: Set locale for CPAN tests to C
    
    The test suite expects to run under the C locale.
    
    Fixes: https://rt.cpan.org/Ticket/Display.html?id=127314

 debian/changelog    | 1 +
 scripts/Build.PL.in | 2 ++
 2 files changed, 3 insertions(+)

commit 4c6d0e7159a192e82c43cb8ee68cb091cbce301a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 00:05:31 2018 +0200

    build: Set environment variables only for CPAN tests
    
    All these environment variables are only relevant while running the
    test suite. Do not pollute the rest of the environment.

 debian/changelog    |  1 +
 scripts/Build.PL.in | 14 ++++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 0d95bee7b934e7e9ea8ad991113e116c2b16c8be
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 00:00:43 2018 +0200

    build: Add «set -e» to run-script
    
    The cd commands might fail, so we should either check their return
    values or globally make errors fatal. Let's do the latter.
    
    Warned-by: shellcheck

 debian/changelog | 1 +
 run-script       | 2 ++
 2 files changed, 3 insertions(+)

commit 8f14ffd71be934539e57e743aba533702ef59b53
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 9 23:53:14 2018 +0200

    shell: Quote variables
    
    Reported-by: Johannes Schauer <josch@debian.org>
    Warned-by: shellcheck

 debian/changelog                   | 1 +
 debian/dpkg.cron.daily             | 8 ++++----
 debian/dpkg.postinst               | 6 +++---
 debian/dpkg.postrm                 | 4 ++--
 run-script                         | 2 +-
 scripts/dpkg-maintscript-helper.sh | 4 ++--
 6 files changed, 13 insertions(+), 12 deletions(-)

commit c2ad8678a6d8299b2d51b8a56c6f2e441ee847d3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 9 23:50:24 2018 +0200

    build: Remove unused PERL_PROFILE variable from run-script
    
    This variable requires to be left unquoted, which makes it unsafe to
    use. But at the same time is unnecessary as we can just use PERL5OPT
    instead, so let's just remove it.
    
    Warned-by: shellcheck

 debian/changelog | 2 ++
 run-script       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 13fd759cdc781218a61655446ca592603b3dbb27
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 9 23:59:41 2018 +0200

    build: Use $() instead of deprecated `` in run-script
    
    Warned-by: shellcheck

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

commit eadd3925c6ed8c2b80da980291c06e917530eded
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 9 23:59:00 2018 +0200

    build: Use a format string with printf in get-version
    
    Warned-by: shellcheck

 debian/changelog | 2 ++
 get-version      | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 25a8a2f05282bd5d0cc8568dfd0c7573e90b170a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 00:04:17 2018 +0200

    dpkg-maintscript-helper: Use explicit escape instead of literal backslash
    
    Warned-by: shellcheck

 debian/changelog                   | 4 ++++
 scripts/dpkg-maintscript-helper.sh | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 60ae796b0d716456a2da6416a9c7997f8b42bef2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Oct 9 08:16:37 2018 +0200

    Update German scripts translation
    
    Update to 603t.

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

commit 4646b9bfd02a2ab9cb26b42d2cc70bae745bc522
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Oct 8 18:15:33 2018 +0200

    German dpkg translation update
    
    Update to 1116t.

 debian/changelog |  3 +++
 po/de.po         | 51 ++++++++++++++++-----------------------------------
 2 files changed, 19 insertions(+), 35 deletions(-)

commit 6d9fe11593655908c74098ed9a2f99cebf57740c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 13:06:04 2018 +0200

    debian: Switch to debhelper compatibility level 11

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

commit 043105c60e4a00e206090ec027ba75e52d07582f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 13:00:21 2018 +0200

    debian: Bump Standards-Version to 4.2.1 (no changes needed)

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

commit 03682fd5c820121909fc5ce4a11207f9e569a4b7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 12:59:38 2018 +0200

    doc: Fix typo
    
    Warned-by: codespell

 ChangeLog.old | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6af59469ce82a54b89a39af53eef4f06f5f38d5b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 12:45:24 2018 +0200

    Bump version to 1.19.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 6f07b5ebc6a833f4b2d4752e8579acb000cbe62b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 11:44:42 2018 +0200

    Release 1.19.2

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

commit 903836642b50ae81775fc5f26c809d712a16784a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 11:40:26 2018 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 402 ++++++++++++++++++++++++++++++++++++++++-------
 man/po/dpkg-man.pot     | 270 ++++++++++++++++++++++++++------
 man/po/es.po            | 312 ++++++++++++++++++++++++++++++-------
 man/po/fr.po            | 337 +++++++++++++++++++++++++++++++++-------
 man/po/hu.po            | 268 ++++++++++++++++++++++++++------
 man/po/it.po            | 335 ++++++++++++++++++++++++++++++++-------
 man/po/ja.po            | 312 ++++++++++++++++++++++++++++++-------
 man/po/nl.po            | 406 +++++++++++++++++++++++++++++++++++++++++-------
 man/po/pl.po            | 314 ++++++++++++++++++++++++++++++-------
 man/po/pt_BR.po         | 288 +++++++++++++++++++++++++++-------
 man/po/ru.po            | 292 +++++++++++++++++++++++++++-------
 man/po/sv.po            | 333 ++++++++++++++++++++++++++++++++-------
 man/po/zh_CN.po         | 277 +++++++++++++++++++++++++++------
 po/ast.po               |  23 ++-
 po/bs.po                |  22 ++-
 po/ca.po                |  35 ++++-
 po/cs.po                |  35 ++++-
 po/da.po                |  35 ++++-
 po/de.po                |  53 ++++++-
 po/dpkg.pot             |  24 ++-
 po/dz.po                |  23 ++-
 po/el.po                |  23 ++-
 po/eo.po                |  35 ++++-
 po/es.po                |  35 ++++-
 po/et.po                |  23 ++-
 po/eu.po                |  35 ++++-
 po/fr.po                |  35 ++++-
 po/gl.po                |  23 ++-
 po/hu.po                |  23 ++-
 po/id.po                |  24 ++-
 po/it.po                |  35 ++++-
 po/ja.po                |  35 ++++-
 po/km.po                |  23 ++-
 po/ko.po                |  24 ++-
 po/ku.po                |  22 ++-
 po/lt.po                |  23 ++-
 po/mr.po                |  23 ++-
 po/nb.po                |  24 ++-
 po/ne.po                |  23 ++-
 po/nl.po                |  35 ++++-
 po/nn.po                |  22 ++-
 po/pa.po                |  23 ++-
 po/pl.po                |  56 ++++++-
 po/pt.po                |  35 ++++-
 po/pt_BR.po             |  22 ++-
 po/ro.po                |  24 ++-
 po/ru.po                |  35 ++++-
 po/sk.po                |  24 ++-
 po/sv.po                |  35 ++++-
 po/th.po                |  35 ++++-
 po/tl.po                |  22 ++-
 po/tr.po                |  35 ++++-
 po/vi.po                |  35 ++++-
 po/zh_CN.po             |  35 ++++-
 po/zh_TW.po             |  35 ++++-
 scripts/po/ca.po        |  69 ++++----
 scripts/po/de.po        |  72 +++++----
 scripts/po/dpkg-dev.pot |  62 ++++----
 scripts/po/es.po        |  69 ++++----
 scripts/po/fr.po        |  71 +++++----
 scripts/po/pl.po        |  75 +++++----
 scripts/po/ru.po        |  75 +++++----
 scripts/po/sv.po        |  69 ++++----
 94 files changed, 4980 insertions(+), 1038 deletions(-)

commit a07a608516f2eb7abcf2fdb3922503ea20b3a508
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 1 02:58:30 2018 +0200

    dpkg, dpkg-query: Add new --no-pager option
    
    This makes it possible to disable any pager usage from these programs.
    For dpkg this also becomes a configuration option.
    
    Closes: #909754

 debian/changelog   |  2 ++
 man/dpkg-query.man |  3 +++
 man/dpkg.man       |  3 +++
 src/main.c         | 11 +++++++++++
 src/querycmd.c     |  7 +++++++
 5 files changed, 26 insertions(+)

commit 68b0f4dd8ac3f541926796a303015df782ef76ed
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 1 02:49:20 2018 +0200

    libdpkg: Add a pager kill switch
    
    This way we will be able to forcefully disable it.

 debian/changelog |  1 +
 lib/dpkg/pager.c | 11 +++++++++++
 lib/dpkg/pager.h |  5 +++++
 3 files changed, 17 insertions(+)

commit 473cbd6a163eb685ec1fbd5301224c2964d7efb4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 3 04:37:35 2018 +0200

    libdpkg: Set stdout to be fully buffered when using a pager
    
    Force the output to fully buffered, because originally stdout was
    a tty, so it was set as line buffered. This way we send as much as
    possible to the pager, which will handle the output by itself.

 debian/changelog | 1 +
 lib/dpkg/pager.c | 5 +++++
 2 files changed, 6 insertions(+)

commit 5d194d5d55d5a7ac62422b7c98aa23548c5d7349
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 2 04:57:47 2018 +0200

    libdpkg: Ignore SIGPIPE when setting up a pager
    
    If the pager quits early, the parent will receive a SIGPIPE as the write
    end of the pipe will not be available anymore. Instead we ignore SIGPIPE
    and also EPIPE errors when writing to stdout.
    
    Otherwise if we quit the pager early, the program will exit with an
    error code.
    
    Reported-by: Holger Levsen <holger@layer-acht.org>
    Ref: #909754

 debian/changelog |  3 +++
 lib/dpkg/mlib.c  |  3 ++-
 lib/dpkg/pager.c | 12 ++++++++++++
 3 files changed, 17 insertions(+), 1 deletion(-)

commit f59933deb70c1b67de20df4f00a9a4f0da42c05d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 2 04:32:43 2018 +0200

    libdpkg: When spawning a pager set LESS to “-FRSXMQ” if not already set

 debian/changelog   |  1 +
 lib/dpkg/pager.c   |  3 +++
 man/dpkg-query.man | 10 ++++++++++
 man/dpkg.man       |  8 ++++++++
 4 files changed, 22 insertions(+)

commit 799a9fbeda50739c2eb9b872cdad0ff78710587c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 1 02:47:52 2018 +0200

    libdpkg: Honor DPKG_PAGER
    
    This makes it possible to use a dpkg specific pager.
    
    Suggested-by: Craig Sanders <cas@taz.net.au>
    Ref: #909754

 debian/changelog      | 2 ++
 lib/dpkg/pager.c      | 4 +++-
 man/dpkg-query.man    | 4 ++++
 man/dpkg.man          | 4 ++++
 t/codespell/stopwords | 1 +
 5 files changed, 14 insertions(+), 1 deletion(-)

commit de7dea3b573245f942f659fc10905e31b78de8d8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 11:59:56 2018 +0200

    build: Mark DPKG_HAS_WORKING_ROOTDIR_DIVERSIONS as working in 1.19.x
    
    This got fixed in 1.19.2.

 Feature.mk | 2 +-
 Test.mk    | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 9f7a5e6d0a6a9b300e4556db4be29aeb77546a2f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 1 02:48:27 2018 +0200

    libdpkg: Do not spawn a pager if we are going to call «cat»
    
    There's no point in executing «cat», we are already dumping the contents
    to stdout.

 debian/changelog | 1 +
 lib/dpkg/pager.c | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit ac4d95c3a18545787589433dbfefa377e45b7f8d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 2 03:52:22 2018 +0200

    libdpkg: Call the pager with «$SHELL -c» to respect POSIX
    
    The PAGER environment variable is specified in POSIX as taking a pager
    command and any number of arguments to be passed to «sh -c», so we have
    to preserve that behavior or this breaks badly on systems where PAGER is
    set that way.
    
    This actually gets in the way of improving the pager command presence
    detection, but we'll fix that later on, by making the scanning of the
    environment variable smarter or by trying to execute the fallbacks.
    
    Closes: #910009

 debian/changelog   |  1 +
 lib/dpkg/pager.c   |  5 +----
 man/dpkg-query.man |  8 +++++++-
 man/dpkg.man       | 11 +++++++----
 4 files changed, 16 insertions(+), 9 deletions(-)

commit ce9b2e88602dcdff93963b9cb8aef302179b81c9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 5 02:01:28 2018 +0200

    libdpkg: Pass the file contents to the pager instead of the filename
    
    Let's just handle opening the file and passing its data to the pager
    ourselves, as that gives us more control, and then can decide not to
    run a pager at all, and do not need to mess with arguments which might
    need to be passed to «sh -c».

 debian/changelog |  1 +
 lib/dpkg/file.c  | 17 ++++++++++++++++-
 lib/dpkg/pager.c |  5 ++---
 lib/dpkg/pager.h |  2 +-
 src/configure.c  |  2 +-
 src/querycmd.c   |  2 +-
 6 files changed, 22 insertions(+), 7 deletions(-)

commit 91c8d3ff2bdfaf7b55566bd99dea08703c47a682
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 31 01:49:20 2018 +0200

    dpkg-divert, dpkg-statoverride: Add new --instdir and --root options
    
    This makes it possible to use alternative installation directories.
    And will make these commands honor those directories when specified
    for dpkg, and passed down to the maintainer script via the DPKG_ROOT
    environment variable.

 debian/changelog          |  2 ++
 man/dpkg-divert.man       | 22 ++++++++++++++++++----
 man/dpkg-statoverride.man | 24 ++++++++++++++++++++----
 man/dpkg.man              | 16 +++++++++-------
 src/divertcmd.c           | 27 ++++++++++++++++++++++++++-
 src/main.c                | 12 +++---------
 src/statcmd.c             | 32 +++++++++++++++++++++++++++++---
 7 files changed, 107 insertions(+), 28 deletions(-)

commit 3d494a7ab27debd8842157c50c46d5bb49952671
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 31 01:49:20 2018 +0200

    libdpkg: Add new fsys-dir module
    
    This module handles setting and getting the filesystem root directory.

 debian/changelog        |  1 +
 lib/dpkg/Makefile.am    |  1 +
 lib/dpkg/fsys-dir.c     | 93 +++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/fsys.h         |  4 +++
 lib/dpkg/libdpkg.map    |  4 +++
 lib/dpkg/t/.gitignore   |  1 +
 lib/dpkg/t/Makefile.am  |  1 +
 lib/dpkg/t/t-fsys-dir.c | 65 ++++++++++++++++++++++++++++++++++
 po/POTFILES.in          |  1 +
 9 files changed, 171 insertions(+)

commit eebc650619521acffdd7acfd00f833d6face21d3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 11:35:00 2018 +0200

    dpkg: Fix --force-not-root
    
    Ignore EPERM for chown and chmod based syscalls. And give a more
    meaningful error message on chroot().
    
    Closes: #614126

 debian/changelog         |  2 ++
 src/archives.c           | 23 +++++++++++++++++------
 src/errors.c             |  8 ++++++++
 src/main.h               |  1 +
 src/script.c             |  9 ++++++++-
 t/cppcheck/cppcheck.supp |  2 +-
 6 files changed, 37 insertions(+), 8 deletions(-)

commit a0f59e04b299e67e700f6cc491aab45472814a2c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 02:46:26 2018 +0200

    dpkg-split: Use nfstrnsave() instead of nfmalloc() + memcpy()

 debian/changelog   |  2 ++
 dpkg-split/queue.c | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 76b05dce1342834fec1b3d9b6ff3fc33a33c1fb2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 17 00:12:56 2018 +0200

    Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles module
    
    This makes it possible to reuse the code by other modules.

 debian/changelog                   |  2 ++
 scripts/Dpkg/Source/BinaryFiles.pm | 53 ++++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/Source/Package/V2.pm  | 50 +++++------------------------------
 3 files changed, 61 insertions(+), 44 deletions(-)

commit 837ecfdac680369ce71d96748a8a4762a414f654
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 16 23:47:10 2018 +0200

    Dpkg::Source::Package::V2: Split BinaryFiles module into its own file

 debian/changelog                   |   2 +
 scripts/Dpkg/Source/BinaryFiles.pm | 108 +++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/Source/Package/V2.pm  |  87 ++----------------------------
 scripts/Makefile.am                |   1 +
 scripts/po/POTFILES.in             |   1 +
 5 files changed, 115 insertions(+), 84 deletions(-)

commit ffe3d7aeed7e7eb9a1c22d45fd0e5c2af2c8bcad
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 16 23:42:08 2018 +0200

    Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1)
    
    The check is very simple, and can be done w/o requiring calling diff(1)
    for each input file.
    
    This makes the code shorter, more portable, and should be faster in the
    non-binary cases.

 debian/changelog                 |  1 +
 scripts/Dpkg/Source/Functions.pm | 31 ++++++++-----------------------
 2 files changed, 9 insertions(+), 23 deletions(-)

commit b89c8fd35c09df0df61f3424a630241bf4d79111
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 27 04:56:37 2018 +0200

    Dpkg: Add documentation about the module hierarchy and API

 debian/changelog |   1 +
 scripts/Dpkg.pm  | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 166 insertions(+)

commit f6c46ce78c7e3f5504ce5d18a16c5482597716e3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 29 23:34:32 2018 +0200

    Dpkg::OpenPGP: Do not read the gpg user configuration file

 debian/changelog        | 1 +
 scripts/Dpkg/OpenPGP.pm | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 2d3a3fd28050ca76be4322e2d44b13627c0c5f72
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 29 23:32:34 2018 +0200

    Dpkg::OpenPGP: Ignore Version field in enarmored output
    
    This will contain different data depending on the program used. We do
    not really care about that, later versions of GnuPG have stopped
    emitting it, and it makes the test suite fail when using GnuPG 1.x.
    
    Fixes: https://rt.cpan.org/Public/Bug/Display.html?id=127217

 debian/changelog        | 3 +++
 scripts/Dpkg/OpenPGP.pm | 1 +
 2 files changed, 4 insertions(+)

commit 232728accd5a3d12e93ef1296f407ee02184fdce
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 2 03:55:19 2018 +0200

    debian: Break libapt-pkg5.0 instead of apt
    
    The behavior we are breaking is implemented in the shared library, not
    the standalone binary, which affects other frontends, such as aptitude.
    
    The affected behavior was introduced in apt 1.4~beta1, and the last ABI
    change of libapt-pkg was in apt 1.1~exp9, so earlier libapt-pkg*
    versions are not affected.
    
    Analysis-by: Sven Joachim <svenjoac@gmx.de>
    Closes: #909959

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

commit 60ff714ca5001bdc56f9dfb1e6f5f6b0d3fef3ad
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 04:41:27 2018 +0200

    test: Skip version checks involving «dpkg --compare-versions» if not available
    
    For the CPAN distribution or a non-dpkg-based distribution we cannot
    assume that dpkg will be installed, or even available at build time.
    Skip these tests if the tools is missing.

 debian/changelog         |  3 +++
 scripts/t/Dpkg_Version.t | 17 +++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit 0c730ce6028932e695e4d183ca31a09451a3dfca
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 28 01:50:57 2018 +0200

    build: Improve test and author CPAN dependencies
    
    Split the test recommends from the requires and add develop recommends
    into a prereqs metadata hierarchy.

 debian/changelog    |  1 +
 scripts/Build.PL.in | 22 ++++++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

commit ca81310a8ab4ae8ab2f6b054f6b6bed5fd1002ba
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 28 01:50:33 2018 +0200

    build: Fix typo in CPAN recommends key

 debian/changelog    | 1 +
 scripts/Build.PL.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 7155d3f97d49149b739d0e8e6358122fa5b5e84b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 28 01:50:00 2018 +0200

    build: Add a release_status key to the CPAN metadata
    
    This will enable the -TRIAL versioning that CPAN uses to avoid indexing
    such releases.

 cpan.am             | 5 ++++-
 debian/changelog    | 1 +
 scripts/Build.PL.in | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

commit 1e618ad140e24441a7ebdbfe0c4822aa0e06118c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 28 01:48:32 2018 +0200

    build: Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE instead
    
    Set the more generic name from within DPKG_DIST_IS_RELEASE, and use that
    directly in the Build.PL.in file.

 configure.ac        | 1 -
 debian/changelog    | 1 +
 m4/dpkg-build.m4    | 6 +++++-
 scripts/Build.PL.in | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

commit 13c1c95323beebfba21ad8e4e56e7c110089929d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 28 01:41:01 2018 +0200

    build: Do not make the Build.PL script executable
    
    CPAN does not like that on the grounds that the script itself does not
    know which perl to use.

 cpan.am          | 3 +--
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 45528ea406807ccfb421acf4b17317c2aa1204ef
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 28 01:40:13 2018 +0200

    build: Distribute a LICENSE file on CPAN
    
    We listed the licence name in the metadata, but were not shipping the
    actual licence text.

 cpan.am          | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

commit 10eeb6efe8823c936e479b0ffefa1d3ae26a771b
Author: Łukasz Dulny <BartekChom@poczta.onet.pl>
Date:   Sat Oct 6 16:35:13 2018 +0200

    po: Update Polish programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +
 po/pl.po         | 178 +++++++++++++++++++------------------------------------
 2 files changed, 65 insertions(+), 116 deletions(-)

commit 3f12bd45d6f416277012de2a8cd27a68c48eab68
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 10:51:31 2018 +0200

    man: Document the PAGER environment variable usage in dpkg-query(1)
    
    When we started making «dpkg-query --list» use a pager, we missed
    documenting this environment variable.
    
    Fixes: commit 05458bb8d50cb3b0f29e53d2a079f2ef874b8f23

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

commit ef3fb80f0ba464a3531bdca6b9bd9b5483cb2977
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 5 02:47:02 2018 +0200

    man: Clarify which fields are affected by dependency options
    
    This includes the --force-breaks, --force-conflicts, --force-depends,
    --force-depends-versio and --ignore-depends.
    
    Prompted-by: James Clarke <jrtc27@debian.org> (on IRC)

 debian/changelog | 2 ++
 man/dpkg.man     | 5 +++++
 2 files changed, 7 insertions(+)

commit e2b53a0ce84207b8ebd34422bae797ad435e44f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 19:17:44 2018 +0200

    man: Document Build-Ids field in deb-control(5)
    
    Prompted-by: Stuart Prescott <stuart@debian.org>

 debian/changelog    |  2 ++
 man/deb-control.man | 13 +++++++++++++
 2 files changed, 15 insertions(+)

commit c1636078026746d530d2cc6127f8e90abaea74be
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 07:35:50 2018 +0200

    man: Improve documentation on vendor-specific series files in dpkg-source(1)
    
    Turn the reference to the vendor-specific series file vendor-neutral,
    and specify the order and default name. Explain one of the reasons for
    the feature, and where it is particularly helpful.

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

commit 42b567aaaa37adf092c9b4ed34ecc3d2409f63db
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 07:24:19 2018 +0200

    man: Reference where the source formats are described in dsc(5)
    
    Prompted-by: Manuel A. Fernandez Montecelo <mafm@debian.org>

 debian/changelog | 2 ++
 man/dsc.man      | 1 +
 2 files changed, 3 insertions(+)

commit 622fd19a9c4100a7745e93d965fe674e69ea600a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 07:18:45 2018 +0200

    man: Clarify what “flattened” means in dsc(5)'s Testsuite-Triggers
    
    Prompted-by: Mattia Rizzolo <mattia@debian.org> (on IRC)

 debian/changelog | 2 ++
 man/dsc.man      | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit b10d78a0f7878ac42246f91cad37cdb311691ec7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 19:06:14 2018 +0200

    man: Clarify --build=source explanation in dpkg-buildpackage(1)

 debian/changelog          | 4 ++++
 man/dpkg-buildpackage.man | 7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 9b20171a37a8cc67b748f916ca4b23d769cb1d2b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 14:08:22 2018 +0200

    doc: Fix typos
    
    Warned-by: codespell

 ChangeLog.old | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 218f3e1ba40c9347973dbf0e23c3e4373f79b713
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 5 05:08:54 2018 +0200

    t-unpack-divert-hardlink: Fix not-root checks

 t-unpack-divert-hardlink/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 765caaa74b5722a0d93f1144b9e890ac8a7f4ac7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 26 21:28:08 2018 +0200

    Update German translation of manual pages
    
    Update to 2932t1f.

 debian/changelog |  3 ++-
 man/po/de.po     | 16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

commit b4b1832e5aec4ed4cdf7ddab2bbd6d8a304e35e4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 20:46:43 2018 +0200

    Bump version to 1.19.2

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 45731f6c15c80e187052733ce4b25a592b842b4f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 15:13:29 2018 +0200

    Release 1.19.1

 debian/changelog | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 99ac7e5b2fa390835265473cb266de86d24f6f15
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 04:35:23 2018 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  10 +-
 dselect/po/ca.po        |  22 +-
 dselect/po/cs.po        |  22 +-
 dselect/po/da.po        |  22 +-
 dselect/po/de.po        |  22 +-
 dselect/po/dselect.pot  |  12 +-
 dselect/po/el.po        |  22 +-
 dselect/po/es.po        |  39 +--
 dselect/po/et.po        |  22 +-
 dselect/po/eu.po        |  22 +-
 dselect/po/fr.po        |  22 +-
 dselect/po/gl.po        |  22 +-
 dselect/po/hu.po        |  10 +-
 dselect/po/id.po        |  22 +-
 dselect/po/it.po        |  22 +-
 dselect/po/ja.po        |  22 +-
 dselect/po/ko.po        |  22 +-
 dselect/po/nb.po        |  22 +-
 dselect/po/nl.po        |  22 +-
 dselect/po/nn.po        |  22 +-
 dselect/po/pl.po        |  22 +-
 dselect/po/pt.po        |  22 +-
 dselect/po/pt_BR.po     |  22 +-
 dselect/po/ro.po        |  22 +-
 dselect/po/ru.po        |  22 +-
 dselect/po/sk.po        |  22 +-
 dselect/po/sv.po        |  22 +-
 dselect/po/tl.po        |  22 +-
 dselect/po/vi.po        |  22 +-
 dselect/po/zh_CN.po     |  22 +-
 dselect/po/zh_TW.po     |  22 +-
 man/po/de.po            |  35 ++-
 man/po/dpkg-man.pot     | 468 +++++++++++++++++++++++--------
 man/po/es.po            | 552 +++++++++++++++++++++++++++++--------
 man/po/fr.po            | 568 ++++++++++++++++++++++++++++++--------
 man/po/hu.po            | 426 ++++++++++++++++++++++-------
 man/po/it.po            | 512 ++++++++++++++++++++++++++--------
 man/po/ja.po            | 543 ++++++++++++++++++++++++++++--------
 man/po/nl.po            | 102 ++++++-
 man/po/pl.po            | 557 +++++++++++++++++++++++++++++--------
 man/po/pt_BR.po         | 437 ++++++++++++++++++++++-------
 man/po/ru.po            | 454 +++++++++++++++++++++++--------
 man/po/sv.po            | 560 ++++++++++++++++++++++++++++++--------
 man/po/zh_CN.po         | 432 ++++++++++++++++++++++-------
 po/ast.po               | 676 ++++++++++++++++++++++++---------------------
 po/bs.po                | 603 +++++++++++++++++++++-------------------
 po/ca.po                | 644 +++++++++++++++++++++++++------------------
 po/cs.po                | 620 +++++++++++++++++++++++------------------
 po/da.po                | 636 +++++++++++++++++++++++++------------------
 po/de.po                |   2 +-
 po/dpkg.pot             | 495 +++++++++++++++++----------------
 po/dz.po                | 618 ++++++++++++++++++++++-------------------
 po/el.po                | 642 ++++++++++++++++++++++++-------------------
 po/eo.po                | 635 ++++++++++++++++++++++++------------------
 po/es.po                | 687 +++++++++++++++++++++++++++-------------------
 po/et.po                | 595 ++++++++++++++++++++++------------------
 po/eu.po                | 665 +++++++++++++++++++++++++-------------------
 po/fr.po                | 688 ++++++++++++++++++++++++++--------------------
 po/gl.po                | 640 ++++++++++++++++++++++++-------------------
 po/hu.po                | 610 ++++++++++++++++++++++-------------------
 po/id.po                | 650 ++++++++++++++++++++++++-------------------
 po/it.po                | 647 +++++++++++++++++++++++++------------------
 po/ja.po                | 642 +++++++++++++++++++++++++------------------
 po/km.po                | 618 ++++++++++++++++++++++-------------------
 po/ko.po                | 650 ++++++++++++++++++++++++-------------------
 po/ku.po                | 536 +++++++++++++++++++-----------------
 po/lt.po                | 617 ++++++++++++++++++++++-------------------
 po/mr.po                | 619 ++++++++++++++++++++++-------------------
 po/nb.po                | 647 ++++++++++++++++++++++++-------------------
 po/ne.po                | 616 ++++++++++++++++++++++-------------------
 po/nl.po                | 670 +++++++++++++++++++++++++--------------------
 po/nn.po                | 609 ++++++++++++++++++++++-------------------
 po/pa.po                | 554 ++++++++++++++++++++-----------------
 po/pl.po                | 711 +++++++++++++++++++++++++++---------------------
 po/pt.po                | 638 +++++++++++++++++++++++++------------------
 po/pt_BR.po             | 637 ++++++++++++++++++++++++-------------------
 po/ro.po                | 702 ++++++++++++++++++++++++++---------------------
 po/ru.po                | 649 ++++++++++++++++++++++++-------------------
 po/sk.po                | 649 ++++++++++++++++++++++++-------------------
 po/sv.po                | 641 +++++++++++++++++++++++++------------------
 po/th.po                | 635 ++++++++++++++++++++++++------------------
 po/tl.po                | 657 ++++++++++++++++++++++++--------------------
 po/tr.po                | 620 +++++++++++++++++++++++------------------
 po/vi.po                | 639 +++++++++++++++++++++++++------------------
 po/zh_CN.po             | 612 +++++++++++++++++++++++------------------
 po/zh_TW.po             | 644 +++++++++++++++++++++++++------------------
 scripts/po/ca.po        | 266 ++++++++++++++----
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot | 110 +++++---
 scripts/po/es.po        | 148 ++++++----
 scripts/po/fr.po        | 205 ++++++++++----
 scripts/po/pl.po        | 143 ++++++----
 scripts/po/ru.po        | 143 ++++++----
 scripts/po/sv.po        | 143 ++++++----
 94 files changed, 20176 insertions(+), 13260 deletions(-)

commit 5342507ccb5e95bf38548b6030332f1b0c33da51
Author: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
Date:   Mon Apr 16 12:22:17 2018 +0800

    po: Update Traditional Chinese programs translation
    
    Update to 1029t61f19u.
    
    Closes: #905887
    Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_TW.po      | 799 ++++++++++++++++++-------------------------------------
 2 files changed, 256 insertions(+), 544 deletions(-)

commit 7afd25e72f447a4a4b130f38bba28ff6661cbb6c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 14 21:35:16 2018 +0200

    man: Add a warning in s-s-d(8) about using --pidfile alone with non-root files
    
    Prompted-by: Michael Orlitzky <michael@orlitzky.com>
    Ref: https://redmine.kannel.org/issues/771

 debian/changelog          |  2 ++
 man/start-stop-daemon.man | 14 +++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit eca1fdbfe00d1b0bb8de2c96cbdba23164b46c64
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 14 21:34:49 2018 +0200

    libdpkg: Check that the public headers can be compiled with C++

 debian/changelog            |  1 +
 lib/dpkg/t/.gitignore       |  1 +
 lib/dpkg/t/Makefile.am      |  3 ++
 lib/dpkg/t/t-headers-cpp.cc | 82 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 87 insertions(+)

commit a27e90bae7341901f48bada3451487c2229ab341
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 19 02:40:55 2018 +0200

    debian: Add Breaks on apt for --status-fd duplicate removals
    
    apt was expecting duplicate entries, and was producing confusing
    warnings. We add a versioned Breaks to avoid confusing users.

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

commit d726a1e0469320deae5dcd080750ddfd5438b17a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 15:10:51 2018 +0200

    test: Change cppcheck test to cope with CPAN distribution paths
    
    The paths are different in the CPAN distribution, so we need to use a
    glob to catch the file in both layouts.

 t/cppcheck/cppcheck.supp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a71a4bceba236e4dcd511c24e7b43851180ab4a5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 15:10:51 2018 +0200

    test: Make po checks cope with missing po files in CPAN distribution
    
    We do not distribute the PO files yet for CPAN, so the checks should not
    fail when they are missing, even when testing with AUTHOR_TESTING=1.

 scripts/Test/Dpkg.pm | 2 +-
 t/po.t               | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 66f18c3b3695fb2b9cea847aaa419b588c676f7e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 05:56:11 2018 +0200

    build: Distribute the data files from the CPAN Build.PL script
    
    When building the CPAN package, we need to also distribute the data
    files, otherwise the modules will not work correctly once installed.

 scripts/Build.PL.in | 4 ++++
 1 file changed, 4 insertions(+)

commit a6c7f3cbc6d193026099f7db87da25046a2107dc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 26 05:54:48 2018 +0200

    build: Perform Dpkg module substitution during CPAN module building
    
    We had an empty do_perl_subst variable in the dist-cpan autotools
    target that resulted in copying an empty file, but that was shadowed by
    a subsequent copy of the original. So we were ending up with a pristine
    non-substituted file.
    
    We actually need to substitute the install paths during the CPAN module
    building to preserve system and user settings at that point. Otherwise
    the dpkg autotools configure settings might be completely out of touch
    with the settings from the system where the CPAN module gets built.

 cpan.am             |  7 ++-----
 scripts/Build.PL.in | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 5 deletions(-)

commit 47176671eb59eee2bf75ff4931f7e9596c1af343
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 20 10:42:01 2018 +0200

    t-verify: Add new test case

 Test.mk                                  |  1 +
 t-verify/Makefile                        | 13 +++++++++++++
 t-verify/pkg-verify/DEBIAN/control       |  7 +++++++
 t-verify/pkg-verify/test-dir/test-data   |  1 +
 t-verify/pkg-verify/test-dir/test-digits | 20 ++++++++++++++++++++
 t-verify/pkg-verify/test-file            |  1 +
 6 files changed, 43 insertions(+)

commit 8c254a882f84d7bad2465a9222df89aae8f8c9fc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 20 10:40:00 2018 +0200

    build: Split not-root into diversions and maintscript-helper feature checks
    
    These have different causes, let's split them, so that we can make them
    work when they are fixed in the relevant programs, and also when we are
    running as root.

 Feature.mk                 | 14 ++++++++++++--
 Makefile                   | 13 +++++--------
 Test.mk                    | 14 +++++++-------
 t-multiarch/Makefile       |  9 ++++-----
 t-unpack-hardlink/Makefile |  2 +-
 5 files changed, 29 insertions(+), 23 deletions(-)

commit 7e9e24753036744d0bbee94af077a6345c9bbce6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 20 10:37:17 2018 +0200

    Fix not-root checks
    
    These checks were either incorrectly marked as failing, or were failing
    due to problems in the test cases themselves.

 Makefile                                        |  9 ++-------
 t-multiarch/Makefile                            |  5 +----
 t-triggers-path/pkg-interest/DEBIAN/postinst    |  2 +-
 t-triggers/Makefile                             |  6 ------
 t-triggers/pkg-trig-cmd/DEBIAN/postinst         |  6 +++---
 t-triggers/pkg-trig-cmd/DEBIAN/postrm           |  6 +++---
 t-triggers/pkg-trig-cmd/DEBIAN/preinst          |  6 +++---
 t-triggers/pkg-trig-cmd/DEBIAN/prerm            |  6 +++---
 t-triggers/pkg-triggers-await/DEBIAN/postinst   |  4 ++--
 t-triggers/pkg-triggers-noawait/DEBIAN/postinst |  4 ++--
 t-triggers/pkg-triggers/DEBIAN/postinst         |  4 ++--
 t-unpack-hardlink/Makefile                      | 17 ++++++++++++++---
 12 files changed, 36 insertions(+), 39 deletions(-)

commit 351b496e1a4c1baaee18f1d4c624b87471aa0311
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 19 20:44:42 2018 +0200

    Update German translation of manual pages
    
    Update to 2930t1f.

 man/po/de.po | 92 +++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 76 insertions(+), 16 deletions(-)

commit 0955b9811116f054c9bacb8d6327036e381130b1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 19 20:30:50 2018 +0200

    Update German scripts translation
    
    Update to 602t.

 scripts/po/de.po | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 2848db123e1452d2c71840b7c00ca198c3626d4e
Author: Josh Triplett <josh@joshtriplett.org>
Date:   Sat Sep 15 16:10:29 2018 -0700

    perl: Replace all calls to Cwd::cwd with Cwd::getcwd
    
    The former calls /bin/pwd, while the latter uses the getcwd() syscall
    directly.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 4 ++++
 doc/lcov-inject.pl            | 2 +-
 lib/dpkg/t/t-tarextract.t     | 2 +-
 lib/dpkg/t/t-treewalk.t       | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 scripts/dpkg-genbuildinfo.pl  | 2 +-
 scripts/dpkg-source.pl        | 2 +-
 scripts/t/Dpkg_Shlibs.t       | 2 +-
 8 files changed, 11 insertions(+), 7 deletions(-)

commit a7901786002cf4bd9f1dfbf3e4d844fc27478a8b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 18 23:34:59 2018 +0200

    dpkg-parsechangelog: Add new --reverse option
    
    This option will make the output be in reverse order.

 debian/changelog                | 2 ++
 man/dpkg-parsechangelog.man     | 6 +++++-
 scripts/Dpkg/Changelog.pm       | 9 +++++----
 scripts/Dpkg/Changelog/Parse.pm | 2 +-
 scripts/dpkg-parsechangelog.pl  | 3 +++
 scripts/t/Dpkg_Changelog.t      | 6 +++++-
 6 files changed, 21 insertions(+), 7 deletions(-)

commit 5eec3d31ff0ad5a22ced343969dda99b9e2af442
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 18 23:34:41 2018 +0200

    scripts: Track automatic packages using the new file attribute
    
    This should make it possible to ignore the warning w/o hardcoding any
    distribution specific package name pattern on the code.

 debian/changelog           |  3 +++
 man/deb-src-files.man      |  2 ++
 scripts/dpkg-genchanges.pl | 14 +++++++++-----
 scripts/dpkg-gencontrol.pl |  5 ++++-
 4 files changed, 18 insertions(+), 6 deletions(-)

commit 37030e02cab5efe710834268f3d4ea426ec4a99a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 18 23:34:31 2018 +0200

    Dpkg::Dist::Files: Add support for file attributes
    
    This will make it possible to track key/value attributes for each file,
    so that we can track interesting information and pass it to the various
    programs parsing the debian/files file.

 debian/changelog                       |  1 +
 man/deb-src-files.man                  |  7 +++++++
 scripts/Dpkg/Dist/Files.pm             | 17 ++++++++++++++---
 scripts/t/Dpkg_Dist_Files.t            | 31 ++++++++++++++++++++++---------
 scripts/t/Dpkg_Dist_Files/files-byhand |  4 ++--
 5 files changed, 46 insertions(+), 14 deletions(-)

commit a034e7d53b0c96c419d71c86921d2a509b0d79bc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 30 16:42:21 2018 +0200

    Dpkg::Vendor::Debian: Add fixfilepath support to reproducible feature
    
    This is a superset of the fixdebugpath feature supported by gcc-8, but
    covering in addition mappings for macros such as __FILE__ and similar.

 debian/changelog              |  1 +
 man/dpkg-buildflags.man       | 11 +++++++++++
 scripts/Dpkg/Vendor/Debian.pm | 21 +++++++++++++++++----
 scripts/t/Dpkg_BuildFlags.t   |  1 +
 4 files changed, 30 insertions(+), 4 deletions(-)

commit 9429372291069eab0f853f772fc76177413410ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 16 03:31:25 2018 +0200

    Dpkg::Deps::KnownFacts: Satisfy :native with arch:all packages too
    
    Architecture:all packages are treated as native ones as part of the
    current multi-arch design, the only current exception is in
    build dependencies with the :native arch-qualifier.
    
    It looks like this was an oversight when implementing the :native
    support, as there's been no rationale found for the current behavior.
    
    Closes: #854438
    Analysis-by: Johannes Schauer <josch@debian.org>

 debian/changelog                |  5 +++++
 scripts/Dpkg/Deps/KnownFacts.pm |  3 ++-
 scripts/t/Dpkg_Deps.t           | 21 ++++++++++++++++++++-
 3 files changed, 27 insertions(+), 2 deletions(-)

commit 04f63813361b97b7da13653d547736b00e852b90
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 15 02:33:24 2018 +0200

    libdpkg: Fix filesystem digest parsing
    
    Allocate the digest into the non-freeing memory pool, as we have stopped
    doing that for the entire loaded file with the switch to the file_slurp()
    function. Otherwise when we release the varbuf the fsys nodes will be
    pointing to garbage.
    
    Fixes: commit 1166bbb5f099580a0c1c26d0e29b1ae3fe11ad0f
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Bisected-by: Sven Joachim <svenjoac@gmx.de>

 lib/dpkg/db-fsys-digest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e95082d78a4b11a411bb8c98dfc140ace452aa2b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 1 22:42:30 2018 +0200

    dpkg-maintscript-helper: Check that DPKG_MAINTSCRIPT_PACKAGE is defined
    
    When we need the environment variablem check that it is defined, and
    error out otherwise.
    
    Closes: #907772

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 8 ++++++++
 2 files changed, 10 insertions(+)

commit 8fe2c1ebf907f325b6985f471a00843eca77992b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 3 19:28:01 2018 +0200

    Dpkg::Shlibs: Ignore nonexistent directories present in LD_LIBRARY_PATH
    
    We were trying to use realpath() on nonexistent directories, which means
    we'd get undef. Instead just completely ignore nonexistent directories
    from any processing.
    
    Fixes: commit 174a5bd2a080847d0ed901d269a2ba74476eba8b

 debian/changelog       | 1 +
 scripts/Dpkg/Shlibs.pm | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 56810aa960e9ac8a51da178bb32e487726f60530
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 1 22:37:43 2018 +0200

    Dpkg::Substvars: Fix typo

 scripts/Dpkg/Substvars.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit d717ac4c30c988868e13b716fac795d59f98841d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Aug 31 11:25:24 2018 +0200

    Update German translation of manual pages
    
    Update to 2924t1f.

 man/po/de.po | 205 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 130 insertions(+), 75 deletions(-)

commit e571a402a5c5901ef64bc6caa92a2425e318956c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Aug 31 10:30:49 2018 +0200

    Update Netherlands translation of manual pages
    
    Update to 2905t10f10u.
    
    This update only deals with strings which can be trivially unfuzzied.

 man/po/nl.po | 213 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 134 insertions(+), 79 deletions(-)

commit 5641702178c0d766ddde8f897c4b36f6db77d300
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Aug 30 19:21:46 2018 +0200

    German dpkg translation update
    
    Update to 1113t.

 po/de.po | 454 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 231 insertions(+), 223 deletions(-)

commit 58a3470f3ac2ee394d6525ab4781838327e9bb13
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Aug 30 08:35:56 2018 +0200

    Update German scripts translation
    
    Update to 602t.

 scripts/po/de.po | 32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)

commit b910e58aed06d3fbca0645bd68c2105d1dfa003c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 30 02:38:39 2018 +0200

    data: Add missing purpose and column description for tupletable

 data/tupletable  | 15 +++++++++++++++
 debian/changelog |  1 +
 2 files changed, 16 insertions(+)

commit 0d5602d95fbf696e117e1de2f5861ed360440f2e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 02:42:32 2018 +0200

    test: Add new codespell author test

 .gitlab-ci.yml        |  2 +-
 Makefile.am           |  2 ++
 README                |  1 +
 debian/changelog      |  1 +
 t/codespell.t         | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
 t/codespell/stopwords | 14 ++++++++++++
 6 files changed, 82 insertions(+), 1 deletion(-)

commit 5fce4747ab4050d06a572107df338fde85479e31
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 02:37:18 2018 +0200

    test: Delete fixup lines from i18nspector output instead of emptying them
    
    The previous regex was just turning the line into an empty one, but
    we count the length to check whether there was any output. In this
    particular case this did not trigger because we have a chomp, that
    would get rid of the last empty line, which happened to be fine as
    we currently only emit one such empty line per file. But this is not
    future-proof, so let's fix it before it bites us.

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

commit 0674000c375ae1fda818093fa8073d61a5ad6565
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 02:35:15 2018 +0200

    dpkg-shlibdeps: Split string at \n boundary
    
    Having the string read as “\nTo” confuses codespell, as a typo for not.
    Just break the string at the newline to make it more clear for humans
    and spell checkers alike.
    
    Warned-by: codespell

 scripts/dpkg-shlibdeps.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit aea951ca62fba38b8ce53e26db802a42304e0c27
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 02:33:52 2018 +0200

    dselect: Rename $ans variable to $answer in multicd method
    
    This is detected by codespell as a spelling error. Just use the
    non-abbreviated form to make it more clear and stop triggering
    codespell.
    
    Warned-by: codespell

 dselect/methods/multicd/install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e596defa91399a04792c7b37a6eb74a67cd10661
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 25 01:30:06 2018 +0200

    scripts/t: Improve coverage of unit tests

 debian/changelog                |  1 +
 scripts/t/Dpkg_Arch.t           |  9 +++++++--
 scripts/t/Dpkg_BuildFlags.t     | 42 ++++++++++++++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Build_Types.t    | 25 +++++++++++++++++++++++-
 scripts/t/Dpkg_Checksums.t      | 30 ++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Control_Fields.t |  5 ++++-
 scripts/t/Dpkg_OpenPGP.t        | 23 +++++++++++++---------
 scripts/t/Dpkg_Substvars.t      | 19 ++++++++++++++++++-
 8 files changed, 138 insertions(+), 16 deletions(-)

commit b051c0d58e99a76c3be616f374307d78503da5c5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 25 01:29:32 2018 +0200

    libdpkg: Add new unit tests for namevalue, fsys-hash and pkg-hash modules

 debian/changelog         |   1 +
 lib/dpkg/t/.gitignore    |   3 +
 lib/dpkg/t/Makefile.am   |   3 +
 lib/dpkg/t/t-fsys-hash.c | 108 ++++++++++++++++++++++++++++
 lib/dpkg/t/t-namevalue.c |  48 +++++++++++++
 lib/dpkg/t/t-pkg-hash.c  | 178 +++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 341 insertions(+)

commit 58fb0496a61053fec3c65a3460f1a47c93d31ff1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 24 21:20:14 2018 +0200

    build: Disable C optimization levels when configuring for code coverage
    
    Optimizations mess up the coverage reporting, as the reslting object
    layout changes substantialy to the point of it not matching what is
    being actually covered by the test suite.

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

commit 85aa070f774df38d1dcf0dc2d451bf6848eee1c6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 25 02:32:40 2018 +0200

    build: Only sign the perl distribution if we are doing an actual release
    
    Forcing the signing while not actually preparing a tarball for a
    release disitribution, that is due to a signed tag, means that any
    random «make distcheck» will trigger an annoying gpg prompt.

 configure.ac        |  2 ++
 cpan.am             |  2 +-
 m4/dpkg-build.m4    | 13 +++++++++++++
 scripts/Build.PL.in |  2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)

commit 786870e4bb9656b39df2bdeff5cc747e41d734c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 25 01:28:17 2018 +0200

    Dpkg::Control::Fields: Do not use & sigil for function calls
    
    Warned-by: perlcritic
    Fixes: Subroutines::ProhibitAmpersandSigils

 debian/changelog               | 1 +
 scripts/Dpkg/Control/Fields.pm | 9 ++++++---
 t/critic.t                     | 1 +
 3 files changed, 8 insertions(+), 3 deletions(-)

commit fd1b41d81578a97399284f72ae703c0a32e3f905
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 24 21:18:12 2018 +0200

    Dpkg::OpenPGP: Return the destination path on successful ASCII armor conversion
    
    This way we can distinguish the failure from the success case.

 debian/changelog        | 2 ++
 scripts/Dpkg/OpenPGP.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit b741076e2a70dfa9f385b6baa9bfc6b496bd902f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 20 16:37:18 2018 +0200

    Dpkg::Source::Package::V3::Quilt: Print series file used when applying patches
    
    We might use a vendor specific series file, so we should print the one
    being used to notify if this fact.

 debian/changelog                        | 2 ++
 scripts/Dpkg/Source/Package/V3/Quilt.pm | 2 ++
 2 files changed, 4 insertions(+)

commit 174a5bd2a080847d0ed901d269a2ba74476eba8b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:35:01 2018 +0200

    Dpkg::Shlibs: Warn when using LD_LIBRARY_PATH with a descendent of cwd
    
    This makes the deprecation explicit, so that we can start noticing
    what is inappropriately setting this variable for a purpose it was
    not designed for.

 debian/changelog       |  2 ++
 scripts/Dpkg/Shlibs.pm | 10 ++++++++++
 2 files changed, 12 insertions(+)

commit f277fc2e8e0fd80017e0fd4088789a09737c5c3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:34:24 2018 +0200

    dpkg-gensymbols: Add new -l option
    
    This option will make it possible to stop using LD_LIBRARY_PATH when
    calling this script.

 debian/changelog           |  2 ++
 man/dpkg-gensymbols.man    | 11 +++++++++++
 scripts/dpkg-gensymbols.pl |  3 +++
 3 files changed, 16 insertions(+)

commit f4bae73fa1158846648d566cb28cdcb7e9aaa90f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:11:42 2018 +0200

    dpkg-query: Support dumping all --status and --print-avail records
    
    When not passing any argument these commands will dump the entire
    database. This way external programs will have a proper public
    interface to get all package records, even when there are unmerged
    journal entries.
    
    Closes: #616342

 debian/changelog   |  2 ++
 man/dpkg-query.man | 23 +++++++++------
 src/querycmd.c     | 86 ++++++++++++++++++++++++++++--------------------------
 3 files changed, 60 insertions(+), 51 deletions(-)

commit bf5467775d9a6d608026372ba5fd2f13984b4cb2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 10 03:31:35 2018 +0200

    dpkg-query: Split enqperpackage() into each different action

 debian/changelog |   1 +
 src/querycmd.c   | 181 +++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 116 insertions(+), 66 deletions(-)

commit d88c981ada01b446a4cb01183ca0ab5a85b1a25c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 10 03:32:35 2018 +0200

    dpkg-query: Flush output for --status, --print-avail and --listfiles at the end
    
    Do not flush the output on each entry output, instead wait until we have
    finished to flush it all out. This should speed up the output.

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

commit 60e4b9c2e969cb876fd9282f92e73f799485620b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 22 02:12:15 2018 +0200

    dpkg: Fix use after free in maintainer scripts handling
    
    Fixes: commit 44b0bf1a576e3b0cfcb4c87f18d4195c3ffccb8f

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

commit 05458bb8d50cb3b0f29e53d2a079f2ef874b8f23
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 8 04:15:22 2018 +0200

    dpkg-query: Run --list output through a pager if we are on a terminal
    
    The current code, checks whether we are running on a terminal, and then
    truncates the output fields so that it can fit within. This causes data
    loss and can confuse the user depending where the cut point has happened.
    
    Instead we remove that logic, and always redirect the outout through a
    pager in case we are running on a terminal, which gives full information
    and does not necessarily emit ugly output.
    
    Closes: #898603

 debian/changelog   |   2 +
 man/dpkg-query.man |   4 --
 man/dpkg.man       |   5 ---
 src/querycmd.c     | 110 +++++++++++++++--------------------------------------
 4 files changed, 33 insertions(+), 88 deletions(-)

commit c2929d087701dd36f84e8ba5e25ba060466c1c2a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 05:10:12 2018 +0200

    libdpkg, dpkg: Use new pager spawning support
    
    Use it instead of open-coding it, or piping it via a shell invocation,
    which required metacharacter escaping.

 debian/changelog |  2 ++
 lib/dpkg/file.c  | 19 +++----------------
 src/configure.c  | 19 ++++++++++++-------
 3 files changed, 17 insertions(+), 23 deletions(-)

commit 3b8cd0ea54e2027fd7c972e3edcbbc8bb43afa52
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 05:10:12 2018 +0200

    libdpkg: Add pager spawning and reaping support
    
    This will make using a pager way easier, and make it possible to remove
    some redundant and unsafe system() usage.

 debian/changelog     |  1 +
 lib/dpkg/libdpkg.map |  2 ++
 lib/dpkg/pager.c     | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/pager.h     |  6 +++++
 4 files changed, 73 insertions(+)

commit 7a6cdb430bd85bd38601730fef816e7c89e5e1b8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 27 01:27:49 2018 +0200

    libdpkg: Require both stdin and stdout to be a tty to use a pager
    
    A pager requires both input being connected to a tty, and we want to use
    it when the output goes to the tty, so require both.

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

commit e8dddc5bd19195f48aeeccdc6eb82bfc275e3627
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 05:10:12 2018 +0200

    libdpkg: Split pager specific code into its own module
    
    We also namespace the pager function with the module name.

 debian/changelog       |  1 +
 lib/dpkg/Makefile.am   |  2 ++
 lib/dpkg/command.c     | 21 --------------
 lib/dpkg/command.h     |  1 -
 lib/dpkg/file.c        |  3 +-
 lib/dpkg/libdpkg.map   |  3 +-
 lib/dpkg/pager.c       | 50 +++++++++++++++++++++++++++++++++
 lib/dpkg/pager.h       | 43 +++++++++++++++++++++++++++++
 lib/dpkg/t/.gitignore  |  1 +
 lib/dpkg/t/Makefile.am |  1 +
 lib/dpkg/t/t-command.c | 38 +------------------------
 lib/dpkg/t/t-pager.c   | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in         |  1 +
 src/configure.c        |  3 +-
 14 files changed, 181 insertions(+), 62 deletions(-)

commit 7f7eb8cc77e84dd03791f7317c38242e49760b49
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 05:10:12 2018 +0200

    libdpkg: Fix internerr format string
    
    Do not print filename which is going to be NULL.
    
    Fixes: commit 9f7e58acdf28043bce2dfaf24ba27bb878418658

 lib/dpkg/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 683e95c0b13b6274d1785741d63551cd39b6ee45
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:10:09 2018 +0200

    libdpkg: Dump database package records in alphabetical order
    
    When dumping all stanzas from the package database, do it in
    alphabetical order, so that we get reproducible output, both on disk
    and for the upcoming output to stdout.

 debian/changelog |  3 +++
 lib/dpkg/dump.c  | 17 +++++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit d2ec96cc99b15b97cfcecead3f2872c45a510855
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 10 02:22:39 2018 +0200

    libdpkg: Factor out package stanza printing into its own function
    
    We will then be able to use it to print the package database into
    stdout, for example.

 debian/changelog     |  1 +
 lib/dpkg/dpkg-db.h   |  1 +
 lib/dpkg/dump.c      | 21 +++++++++++++++------
 lib/dpkg/libdpkg.map |  1 +
 4 files changed, 18 insertions(+), 6 deletions(-)

commit 23f575c23e9d141dd4b1b34bb41060b4f99ea611
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 9 03:05:46 2018 +0200

    libdpkg: Add new m_dup() function

 debian/changelog     |  1 +
 lib/dpkg/dpkg.h      |  1 +
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/mlib.c      | 13 +++++++++++++
 4 files changed, 16 insertions(+)

commit 187d689217e274e79fa61018bc23a0d43f7d678c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 12 05:09:14 2018 +0200

    libdpkg: Add new pkg_infodb_reset_dir()
    
    This makes it possible to update the infodb directory when we have
    changed the underlying directory with dpkg_db_set_dir().

 debian/changelog          |  1 +
 lib/dpkg/db-ctrl-format.c | 18 +++++++++++++-----
 lib/dpkg/db-ctrl.h        |  1 +
 3 files changed, 15 insertions(+), 5 deletions(-)

commit 7094f7c428f1f871b1b83bf5f895ab66f9e3d55a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 22 22:38:50 2018 +0200

    libdpkg: Add support for new test_get_srcdir() and test_get_builddir()

 debian/changelog    |  1 +
 lib/dpkg/t/t-test.c |  7 ++++++-
 lib/dpkg/test.h     | 12 ++++++++++++
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 1166bbb5f099580a0c1c26d0e29b1ae3fe11ad0f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 13 14:46:46 2018 +0100

    libdpkg: Switch db-fsys to use the new file_slurp() function
    
    This reduces code duplication.

 debian/changelog          |  1 +
 lib/dpkg/db-fsys-digest.c | 49 +++++++++++++----------------------------------
 lib/dpkg/db-fsys-files.c  | 44 +++++++++++++-----------------------------
 3 files changed, 27 insertions(+), 67 deletions(-)

commit 7ebd4d381b439baa730ad941340b3a1ac129497c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 13 14:46:46 2018 +0100

    libdpkg: Add new file_slurp() function

 debian/changelog       |  1 +
 lib/dpkg/file.c        | 44 +++++++++++++++++++++++
 lib/dpkg/file.h        |  5 +++
 lib/dpkg/t/.gitignore  |  1 +
 lib/dpkg/t/Makefile.am |  1 +
 lib/dpkg/t/t-file.c    | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 148 insertions(+)

commit 2edd9981db1f572588b2493f81d67915183865e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 17 20:34:19 2018 +0200

    libdpkg: Add new varbuf_new() and varbuf_free() functions

 debian/changelog      |  1 +
 lib/dpkg/libdpkg.map  |  2 ++
 lib/dpkg/t/t-varbuf.c | 23 ++++++++++++++++++++++-
 lib/dpkg/varbuf.c     | 18 ++++++++++++++++++
 lib/dpkg/varbuf.h     |  2 ++
 5 files changed, 45 insertions(+), 1 deletion(-)

commit ac47acc3f816672852bd5ad036e663aa150abe3f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 22 01:18:34 2018 +0200

    libdpkg: Change dpkg_error to track errno values
    
    This will make it possible for the caller to check what errno caused an
    error to be emitted, if any.

 debian/changelog     |  1 +
 lib/dpkg/error.c     | 14 +++++++++-----
 lib/dpkg/error.h     |  3 ++-
 lib/dpkg/t/t-error.c | 10 ++++++++--
 4 files changed, 20 insertions(+), 8 deletions(-)

commit 05c5c373dad18117942ea59440f9867c2f0d6a73
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 12 03:22:37 2018 +0200

    Switch from strchr() + strlen() to strchrnul()

 debian/changelog          | 1 +
 dselect/baselist.cc       | 7 ++++---
 dselect/pkginfo.cc        | 6 +++---
 lib/dpkg/pkg-format.c     | 7 ++-----
 src/help.c                | 6 +++---
 src/main.c                | 7 ++++---
 utils/start-stop-daemon.c | 8 ++++----
 7 files changed, 21 insertions(+), 21 deletions(-)

commit fbed23421fe867d76e6123d2cf79ffafeed5aafd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 12 02:14:48 2018 +0200

    libcompat: Add new strchrnul() compat function

 configure.ac           |  1 +
 debian/changelog       |  1 +
 lib/compat/Makefile.am |  5 +++++
 lib/compat/compat.h    |  6 ++++++
 lib/compat/strchrnul.c | 37 +++++++++++++++++++++++++++++++++++++
 5 files changed, 50 insertions(+)

commit c7c948d8b9ed774163d35c573f25029d69e45348
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 13 02:37:02 2018 +0100

    libdpkg: Split push_cleanup() into push_cleanup_fallback()
    
    We separate the function in one that takes one callback, and another
    that takes two. This simplifies most of the call sites which only need
    one callback.

 debian/changelog           |  1 +
 dpkg-deb/info.c            |  2 +-
 dselect/baselist.cc        |  2 +-
 dselect/method.cc          |  2 +-
 lib/dpkg/atomic-file.c     |  2 +-
 lib/dpkg/db-ctrl-access.c  |  2 +-
 lib/dpkg/db-ctrl-upgrade.c |  4 ++--
 lib/dpkg/db-fsys-files.c   |  2 +-
 lib/dpkg/ehandle.c         | 32 +++++++++++++++++++++++++++++---
 lib/dpkg/ehandle.h         |  6 ++++--
 lib/dpkg/file.c            |  2 +-
 lib/dpkg/libdpkg.map       |  1 +
 lib/dpkg/parse.c           |  2 +-
 lib/dpkg/subproc.c         |  2 +-
 lib/dpkg/t/t-ehandle.c     |  2 +-
 lib/dpkg/triglib.c         |  4 ++--
 src/archives.c             |  4 ++--
 src/configure.c            |  2 +-
 src/divertcmd.c            |  2 +-
 src/remove.c               |  4 ++--
 src/script.c               |  2 +-
 src/unpack.c               | 32 ++++++++++++++++----------------
 22 files changed, 72 insertions(+), 42 deletions(-)

commit ae6a3ddd2a774ee1cedc5ee0c87ab8c66ae5f786
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 24 20:51:09 2018 +0200

    libdpkg: Reset nfiles in files_db_reset()

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

commit 93424411d3b840f1a88a42b97b226e34b193e81b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 2 16:05:32 2018 +0200

    libdpkg: Switch to a new tiny struct to track file ondisk identity
    
    We only need the device and inode numbers for a given file to be able to
    compare them for identity. Avoid storing the entire struct stat which is
    rather fat.

 debian/changelog     |  2 ++
 lib/dpkg/fsys-hash.c |  4 ++--
 lib/dpkg/fsys.h      | 10 +++++++++-
 src/unpack.c         | 20 ++++++++++++--------
 4 files changed, 25 insertions(+), 11 deletions(-)

commit 5a678bf493de3630cb2dd58e8d124a86c74568ab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 14 06:08:56 2018 +0200

    libdpkg: Factor out package files handling into its own module
    
    We need these functions from the list and mtree implementations. Move
    them out so that they can be shared. In addition this is pure in-core
    handling so it makes sense to split out from the db-fsys modules.

 debian/changelog         |  1 +
 lib/dpkg/Makefile.am     |  2 +
 lib/dpkg/db-fsys-files.c | 67 +---------------------------------
 lib/dpkg/pkg-files.c     | 95 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-files.h     | 46 +++++++++++++++++++++++
 po/POTFILES.in           |  1 +
 6 files changed, 146 insertions(+), 66 deletions(-)

commit 72c2b44655be986fa0422725a005f69d41a77841
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 14 06:08:56 2018 +0200

    libdpkg: Use a pointer to pointer to track previous entry in pkg_files_blank()
    
    We reduce the nesting level, and avoid a conditional inside the loop.

 debian/changelog         |  2 ++
 lib/dpkg/db-fsys-files.c | 10 ++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 7d8b505882cc9cae1913a909f1fafa515a227d96
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 14 05:51:39 2018 +0200

    libdpkg: Rename pkg-db module to pkg-hash
    
    It contains the package hash table implementation. The on-disk database
    is handled elsewhere, and using db here instead of hash makes it fairly
    confusing.

 debian/changelog                  | 1 +
 lib/dpkg/Makefile.am              | 2 +-
 lib/dpkg/{pkg-db.c => pkg-hash.c} | 2 +-
 po/POTFILES.in                    | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

commit eed3a9097deb1be5251cd31fbf9ec4d482a155d1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 6 01:14:42 2018 +0200

    libdpkg: Move db-fsys code from src to lib/dpkg
    
    This will prepare the ground for external programs to start using
    libdpkg to access the dpkg fsys database via a proper API, instead
    of messing with the on-disk layout in so many improper ways.

 debian/changelog                                |  1 +
 lib/dpkg/Makefile.am                            |  5 +++++
 src/filesdb-hash.c => lib/dpkg/db-fsys-digest.c |  7 +++----
 src/divertdb.c => lib/dpkg/db-fsys-divert.c     |  7 +++----
 src/filesdb.c => lib/dpkg/db-fsys-files.c       |  9 ++++-----
 src/statdb.c => lib/dpkg/db-fsys-override.c     |  7 +++----
 src/filesdb.h => lib/dpkg/db-fsys.h             | 10 +++++-----
 lib/dpkg/libdpkg.map                            | 17 +++++++++++++++++
 po/POTFILES.in                                  |  8 ++++----
 src/Makefile.am                                 | 14 --------------
 src/archives.c                                  |  2 +-
 src/cleanup.c                                   |  2 +-
 src/configure.c                                 |  2 +-
 src/depcon.c                                    |  2 +-
 src/divertcmd.c                                 |  3 +--
 src/enquiry.c                                   |  2 +-
 src/filters.c                                   |  2 +-
 src/help.c                                      |  2 +-
 src/main.c                                      |  2 +-
 src/main.h                                      |  2 +-
 src/packages.c                                  |  2 +-
 src/querycmd.c                                  |  2 +-
 src/remove.c                                    |  2 +-
 src/script.c                                    |  2 +-
 src/select.c                                    |  2 +-
 src/statcmd.c                                   |  2 +-
 src/trigproc.c                                  |  2 +-
 src/unpack.c                                    |  2 +-
 src/verify.c                                    |  2 +-
 29 files changed, 64 insertions(+), 60 deletions(-)

commit 6a5b37e98d8c0273203fc000a2539bc97101250f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 05:32:36 2018 +0200

    dpkg: Move struct perpackagestate handling into its own file
    
    This is not really part of the fsys db handling, and we are not
    making use of it anymore in it, so let's move it somewhere else
    more appropriate.

 debian/changelog  |  1 +
 po/POTFILES.in    |  1 +
 src/Makefile.am   |  1 +
 src/filesdb.c     | 14 --------------
 src/filesdb.h     |  2 --
 src/main.h        |  4 ++++
 src/perpkgstate.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 50 insertions(+), 16 deletions(-)

commit a9663b000b9c96030c7062fa01c0bee038cd11f9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 05:22:32 2018 +0200

    libdpkg: Move files list information from dpkg clientdata to pkginfo
    
    This will make it possible to move the fsys database parsing and dumping
    code out from dpkg into libdpkg.
    
    This is general package information, even if some clients might not be
    interested in its contents, such as frontends that just manage metadata
    and drive dpkg itself.

 debian/changelog   |  1 +
 lib/dpkg/dpkg-db.h | 13 +++++++++++++
 lib/dpkg/pkg.c     |  3 +++
 src/archives.c     |  2 +-
 src/filesdb.c      | 47 +++++++++++++++++------------------------------
 src/main.h         | 13 -------------
 src/querycmd.c     |  2 +-
 src/remove.c       |  8 ++++----
 src/unpack.c       | 17 ++++++++---------
 src/verify.c       |  2 +-
 10 files changed, 49 insertions(+), 59 deletions(-)

commit abcf523423776b2042a10bf2e05c93475f6eb1ea
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 18 10:13:48 2018 +0200

    dpkg: Check that clientdata is allocated before using it
    
    For functions that are supposed to just check the state of a package in
    a read-only way, make sure the clientdata is allocated, instead of just
    calling ensure_package_clientdata().

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

commit 2d5e9185aa3582ff62f34ec3c66feea4439f9f03
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 18 10:13:48 2018 +0200

    dpkg: Call ensure_package_clientdata() defensively
    
    We want to stop calling this function from the fsys loading code, so we
    should make very sure it is being called before we access the clientdata
    members, otherwise we'll just segfault.

 debian/changelog | 1 +
 src/archives.c   | 2 ++
 src/configure.c  | 2 ++
 src/remove.c     | 2 ++
 src/trigproc.c   | 2 ++
 src/unpack.c     | 1 +
 6 files changed, 10 insertions(+)

commit 7ab849d1a814b2d2b2e29f9965fb5d51b654265a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 05:04:01 2018 +0200

    libdpkg: Rename struct pkginfo files member to archives
    
    Rename matching types and macros, so that the purpose of the symbols
    is clear, and to open the way for moving the fsys files list from the
    dpkg clientdata.

 debian/changelog     |  1 +
 dpkg-deb/info.c      |  4 ++--
 dselect/pkglist.cc   |  2 +-
 lib/dpkg/dpkg-db.h   | 11 ++++++-----
 lib/dpkg/dump.c      | 18 +++++++++---------
 lib/dpkg/fields.c    | 22 +++++++++++-----------
 lib/dpkg/parse.c     | 14 +++++++-------
 lib/dpkg/parsedump.h | 11 ++++++++---
 lib/dpkg/pkg.c       |  2 +-
 src/enquiry.c        |  6 +++---
 src/querycmd.c       |  2 +-
 src/unpack.c         | 14 ++++++++------
 12 files changed, 58 insertions(+), 49 deletions(-)

commit 3491a330369d51fe1a1fb5b738082d5e0f83badc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 06:45:56 2018 +0200

    libdpkg: Document in pkg_db_get_pkg() which pkgbin members can be initialized
    
    The only member that can be safely initialized in a new pkginfo's
    pkgbin is the arch member, because that's used as part of the lookup.
    Anything else might get overwritten with the data from the new object,
    for example during deb822 parsing.

 lib/dpkg/pkg-db.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 92a85658bdf1e590c7d66af8047c347984db1b26
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 19:31:56 2018 +0200

    libdpkg: Change pkg_name() and pkgbin_name() back to get non-const structs
    
    This partially reverts commit cd96cca4b2cf83f46d6e289418ed06e3c2ef7066.
    
    It is not safe to assume that the pkgname_arcqual member has been
    populated before. The caller might have used a local variable filled
    manually. So we should always check whether it is NULL and fill it
    ourselves, before returning it.
    
    In addition now that we have the const function variants we can turn
    these back into non-const so that we can do the archqualified package
    name generation, and cache it for later use.

 lib/dpkg/dpkg-db.h      | 11 +++++----
 lib/dpkg/parse.c        |  2 +-
 lib/dpkg/pkg-show.c     |  8 +++++--
 lib/dpkg/t/.gitignore   |  1 +
 lib/dpkg/t/Makefile.am  |  1 +
 lib/dpkg/t/t-pkg-show.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 77 insertions(+), 7 deletions(-)

commit d36b97a58ca207eae556f69637b4edaa2d1a169a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 22:13:38 2018 +0200

    libdpkg, dselect: Use new pkg_name_const() and pkgbin_name_const()
    
    This will make it possible to switch the pkg_name() and pkgbin_name()
    back to take non-const structs, and then fill the pkgname_archqual
    cache on demand.

 debian/changelog  |  1 +
 dselect/pkgtop.cc |  2 +-
 lib/dpkg/dump.c   | 24 ++++++++++++------------
 3 files changed, 14 insertions(+), 13 deletions(-)

commit 8cbd195ff7227b7e628b378ae2961a793d53bdcc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 22:09:56 2018 +0200

    libdpkg: Add new pkg_name() and pkgbin_name() const variants
    
    Because C does not have a C++ equivalent for the mutable keyword, we
    cannot mark the pkgname_archqual member as such. Instead we will add a
    new couple of const functions that will fallback to return a non-freeing
    string to be used mostly in error handling code paths in case there is
    no cached member, as otherwise we'd be "leaking" those strings (just
    generating new instances that will be released as part of the pool)
    every time we call these functions.

 debian/changelog     |  1 +
 lib/dpkg/dpkg-db.h   |  6 ++++++
 lib/dpkg/libdpkg.map |  2 ++
 lib/dpkg/pkg-show.c  | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 61 insertions(+)

commit 55eaddc5411b6eae85686a511a9b122e84c0e7fd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 06:45:56 2018 +0200

    libdpkg: Factor out cached arch-qualified package name generation
    
    Move this into a proper function so that we can call it from multiple
    places. In addition we always return a non-freeing allocated string,
    in case the architecture is empty or none.

 debian/changelog    |  2 ++
 lib/dpkg/dpkg-db.h  |  4 ++++
 lib/dpkg/parse.c    |  9 +--------
 lib/dpkg/pkg-show.c | 17 +++++++++++++++++
 4 files changed, 24 insertions(+), 8 deletions(-)

commit 3a4e91f3c42850cf5d965c74b1714f78f6b7767c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 15 22:07:53 2018 +0200

    libdpkg: Fix pkgbin_name_needs_arch() to ignore empty and missing arches
    
    There's no point in arch-qualifying a package name if we got no
    architecture to qualify it with.

 debian/changelog    | 3 +++
 lib/dpkg/pkg-show.c | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 2b78637509e9f7c39ae0495c3f4718a60a55da9a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 16 05:41:04 2018 +0200

    libdpkg: Add missing db-ctrl symbols to the libdpkg.map file

 lib/dpkg/libdpkg.map | 7 +++++++
 1 file changed, 7 insertions(+)

commit 482d420fe0fdd9e077342fb82d29d69facbbf78b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 12 03:23:08 2018 +0200

    libdpkg: Fix dpkg_arch_find() Doxygen comment

 debian/changelog | 1 +
 lib/dpkg/arch.c  | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 5b0721da81712f570ea744f11fa560f2492302a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:31:49 2018 +0200

    libdpkg: Fix header file title

 lib/dpkg/ar.h              | 2 +-
 lib/dpkg/db-ctrl-access.c  | 2 +-
 lib/dpkg/db-ctrl-format.c  | 2 +-
 lib/dpkg/db-ctrl-upgrade.c | 2 +-
 lib/dpkg/options-parsers.c | 2 +-
 lib/dpkg/pkg-format.h      | 2 +-
 lib/dpkg/t/t-mod-db.c      | 2 +-
 lib/dpkg/t/t-varbuf.c      | 2 +-
 lib/dpkg/trigdeferred.c    | 2 +-
 lib/dpkg/trigdeferred.h    | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

commit 22fd958f173e4d7099085c54c843ee52ae223b24
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:34:02 2018 +0200

    debian: Update libdpkg-perl public module list in package description

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

commit be099892298b4df19ba656b5d454c5fb964c2c94
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:33:08 2018 +0200

    debian: Switch libdpkg-perl again to depend on perl:any
    
    The debootstrap package in Debian stable (stretch) has been fixed so we
    can rerevert this change.

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

commit 892f07de4227c9bdede6f68bd4bf7a79ca1e2517
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 11:12:06 2018 +0200

    debian: Add sensible-utils to libdpkg-perl Suggests
    
    The Dpkg::Source::Package::V2 module will try to use sensible-editor if
    it's present. Add the Suggests to make the relationship explicit.
    
    Warned-by: lintian

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

commit c3f8bca7e6cf4d75ca94dc4b92c9d7f63d23775f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 11:11:44 2018 +0200

    debian: Enable verbose test suite only in non-terse builds

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

commit 108f8a9e0a9f7e992c4d61e202e26bb6eef6c7c6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 11:10:20 2018 +0200

    debian: Rename maintainer-build DEB_BUILD_OPTIONS to terse
    
    Use the now official name for non-verbose builds.
    
    Ref: Debian policy 4.2.0

 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit e50f4c72b02a88a0124d0f2b671185504fea90cd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 11:07:41 2018 +0200

    debian: Do not pass VERBOSE to test suite
    
    The VERBOSE variable is only honored when using the automake test
    drivers, which we are not using, not even the custom ones. Remove
    the variable usage which is confusing as it is not doing anything.

 .gitlab-ci.yml   | 4 ++--
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 2a9a5392718371ad29605652fe55dc149fa4867c
Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Date:   Tue Aug 14 00:14:58 2018 +0200

    man: Fix markup
    
    Closes: #900033, #900035, #900040
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog     |  2 ++
 man/dpkg-deb.man     |  8 ++++----
 man/dpkg-split.man   |  4 ++--
 man/dpkg-trigger.man | 10 +++++-----
 4 files changed, 13 insertions(+), 11 deletions(-)

commit eacbf48370ce977d7bc8e9af027afd0b79ef35a0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 1 06:22:45 2018 +0200

    man: Clarify awaiting state for interest and activate directives
    
    Closes: #904060

 debian/changelog     |  2 ++
 man/deb-triggers.man | 31 +++++++++++++++++++++++++------
 man/dpkg-trigger.man |  2 ++
 3 files changed, 29 insertions(+), 6 deletions(-)

commit 6227aa720d9ce637e676bdc0096fb8316576348f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 12:13:31 2018 +0200

    Dpkg::Substvars: Reword used/unused warnings to clarify their meaning
    
    Clarify the unknown and unused substitution variable warnings, to try to
    make them more clear as to what each implies.
    
    Closes: #904258

 debian/changelog           | 2 ++
 scripts/Dpkg/Substvars.pm  | 6 ++++--
 scripts/t/Dpkg_Substvars.t | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

commit a4f0c6f04636ed066eb7e5162403d20a369fceec
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 11 03:32:37 2018 +0200

    Fix some typos
    
    Thanks-to: Niels Thykier <niels@thykier.net> (for typo in dpkg(1))

 ChangeLog.old                    | 12 ++++++------
 debian/changelog                 |  4 ++--
 debian/control                   |  2 +-
 doc/rootless-builds.txt          |  2 +-
 lib/compat/getopt.c              |  2 +-
 lib/dpkg/path-remove.c           |  2 +-
 man/dpkg.man                     |  2 +-
 scripts/Dpkg/Source/Functions.pm |  2 +-
 scripts/dpkg-buildpackage.pl     |  4 ++--
 scripts/t/Dpkg_Changelog/shadow  |  8 ++++----
 t/pod-coverage.t                 |  2 +-
 11 files changed, 21 insertions(+), 21 deletions(-)

commit ad4df9fd53dcfac52a4bac5351f1f74fa916dc62
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 04:13:14 2018 +0200

    build: Always pass --instdir to dpkg
    
    We need this now because we might override the DPKG_INSTDIR variable in
    specific tests, so we always have to pass the option to dpkg now, for
    those to take effect.

 Test.mk | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 68882bebb84fcb5e98041117aa4807c778cf0e56
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 03:20:37 2018 +0200

    build: Add lock-frontend file
    
    This is generated by new dpkg releases, include it in the template db.

 dpkgdb/lock-frontend | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit b4a71cd579358e54ef03c08e777449ec5d67b1c0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 03:16:57 2018 +0200

    Fix not-root support in Makefiles and maintscripts
    
    When generating files inside the dpkg db, we need to use DPKG_INSTDIR
    in Makefiles, and DPKG_ROOT inside maintscripts.

 t-conffile-obsolete/Makefile                         | 2 +-
 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit d99236dbba64a00643c8cb9c1403a80115dcaaf9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 28 03:13:55 2018 +0200

    t-conffile-root-option: Pre-create the triggers db directory
    
    If we do not pre-create it, dpkg will try to do so itself, and chown
    the result, which will not work in not-root mode.

 t-conffile-root-option/Makefile | 1 +
 1 file changed, 1 insertion(+)

commit e40e1d1b09b5f475cd979225a562570b0967a73f
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Jun 1 09:49:32 2018 +0000

    po: Update Simplified Chinese man pages translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 man/po/zh_CN.po  | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 6e72819c017b32e95962deeb4e8cb186280ab655
Author: Boyuan Yang <073plan@gmail.com>
Date:   Tue Aug 7 06:25:53 2018 +0000

    po: Update Simplified Chinese programs traslation
    
    Closes: #890806
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 +-
 po/zh_CN.po      | 36 +++++++++++++++++++-----------------
 2 files changed, 20 insertions(+), 18 deletions(-)

commit c9fd5b18126f749332940e4462bf2f6542b33f2a
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Jun 1 09:48:34 2018 +0000

    po: Update Simplified Chinese programs translation
    
    Closes: #900547
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 234 +++++++++++++++++++++++--------------------------------
 2 files changed, 98 insertions(+), 137 deletions(-)

commit f2f04e66a9a810d7fcea162ff7c9b1930baac06e
Author: Łukasz Dulny <bartekchom@poczta.onet.pl>
Date:   Fri Aug 3 03:47:02 2018 +0200

    po: Update Polish programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/pl.po         | 625 ++++++++++++++++++++-----------------------------------
 2 files changed, 224 insertions(+), 402 deletions(-)

commit 76ec333432efa6a3eb20aeec4b919831cfbeecdd
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 1 11:57:23 2018 +0200

    Update Netherlands translation of manual pages
    
    Update to 2909t7f8u.
    
    This update only deals with strings which can be trivially unfuzzied.

 man/po/nl.po | 300 +++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 250 insertions(+), 50 deletions(-)

commit 39c11d9961ee4e5217fa8579146777a23883549d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 1 11:55:55 2018 +0200

    Update German translation of manual pages
    
    Update to 2923t1f.

 man/po/de.po | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

commit f1b4c8615c23f383c761cc2c55a47d84c0ce827f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 1 05:45:08 2018 +0200

    man: Fix typo in field name in deb-changes(5)
    
    Closes: #902616
    Reported-by: Uwe Kleine-König <ukleinek@debian.org>

 debian/changelog    | 1 +
 man/deb-changes.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit fc94ac887d42291dfd573c4794ec7336f5dec127
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:37:14 2018 +0200

    test: Add new cppcheck integration author test

 .gitlab-ci.yml           |  2 +-
 Makefile.am              |  2 ++
 README                   |  1 +
 debian/changelog         |  1 +
 t/cppcheck.t             | 45 +++++++++++++++++++++++++++++++++++++++++++++
 t/cppcheck/cppcheck.supp | 43 +++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 93 insertions(+), 1 deletion(-)

commit 31ba2b1b10cfcc2149bb43fe9b918355177e4341
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:36:23 2018 +0200

    s-s-d: Do not leak a file descriptor on AIX
    
    Warned-by: cppcheck

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

commit 6a45c7ab2e12e296f8c822c99f43d84f81da2c1a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:34:27 2018 +0200

    s-s-d: Mark a literal integer long to avoid value truncation
    
    The variable holding the result is long, but the literal was an int,
    so if there was truncation it would have happened regardless of the
    holding variable type. Make sure no truncation happens.
    
    Warned-by: cppcheck

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ec1bd98b02630c00e4e367b7fba07e7ccbd64c77
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:33:23 2018 +0200

    libdpkg: Do not compare an unsigned int with <=
    
    Warned-by: cppcheck

 lib/dpkg/tarfn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 87c060b24b724f30e79406bc66b5342581ee29f1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:32:02 2018 +0200

    libdpkg: Improve unit test to use assigned variable
    
    Add a couple of checks to make the test more robust, and to use an
    assigned variable.
    
    Warned-by: cppcheck

 lib/dpkg/t/t-string.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 31cdb7e05970744bca91977b0212b4eeee5fb420
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:30:52 2018 +0200

    libdpkg: Turn variable into unsigned to match format string
    
    Warned-by: cppcheck

 lib/dpkg/db-ctrl-format.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 975efaa8c9e527a7f99d198deee7194101b3df8d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 31 03:55:40 2018 +0200

    dselect: Disable copy constructor and = operator for methodlist class
    
    The constructor deals with dynamically allocated memory, so we should
    not be using the default copy constructor and = operators, disabled
    them to avoid surprises.
    
    Warned-by: cppcheck

 dselect/method.h | 2 ++
 1 file changed, 2 insertions(+)

commit c0c457246d25e7c64f65d1b37f976b7e804b10ab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 31 03:53:59 2018 +0200

    dselect: Use override attribute for virtual methods in derived classes
    
    C++11 makes it possible to use these attributes so that errors can be
    avoided, by helping the compiler know when we mean methods to override
    the ones from the parent class.
    
    Warned-by: cppcheck

 dselect/method.h                   | 18 +++++++++---------
 dselect/pkglist.h                  | 20 ++++++++++----------
 scripts/t/Dpkg_Shlibs/patterns.cpp |  2 +-
 3 files changed, 20 insertions(+), 20 deletions(-)

commit 3d4be1a816d1d3b9c3068d9c3008e0ee093034f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:31:21 2018 +0200

    dselect: Declare constructor with one argument as explicit
    
    Warned-by: cppcheck

 dselect/pkglist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:29:44 2018 +0200

    dselect: Remove duplicate searchstring member declaration in derived class
    
    This is already declared in class baselist, no need to declare it
    too in class methodlist.
    
    Warned-by: cppcheck

 dselect/method.h | 3 ---
 1 file changed, 3 deletions(-)

commit f2a40a75beeb71cd29f3503acdfdf4539379685d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:28:26 2018 +0200

    dpkg-deb: Surround condition in ternary operator with parens
    
    This makes it extra clear the precedence of the operators.
    
    Warned-by: cppcheck

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

commit 1f656230d0599005b4558423ae471e3e0364211b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:27:30 2018 +0200

    dpkg-split: Fix format string to match variable declaration
    
    Warned-by: cppcheck

 dpkg-split/join.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3b48f9c2d07ef829bb1727e622b14bca4883d61b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:26:41 2018 +0200

    dpkg-statoverride: Remove redundant check
    
    The condition is checking for the same multiple times.
    
    Warned-by: cppcheck

 src/statcmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9cc48e639eba62c41beb3b137b9cf8704dfc89ca
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 12 05:21:52 2018 +0200

    libdpkg: Use memccpy() instead of strncpy()
    
    We were using strncpy() here as originally intended, to copy a string
    into a struct member without copying the NUL-terminator. But now gcc
    warns about the intended truncation, which might catch some people
    unexpectedly.
    
    Switch to use memccpy() which has similar semantics, but is more
    explicit.
    
    Warned-by: gcc-8

 debian/changelog  | 1 +
 lib/dpkg/t/t-ar.c | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 9ab6c592c04c06952019e5c9bba57b2b54aa3fae
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 8 03:22:36 2018 +0200

    Dpkg::Source: Do not change patch permissions if not necessary
    
    To be able to build a source tree, a user needs write permisions on it,
    but not necessarily ownership of those files. We check the existing file
    permissions and avoid changing them if not necessary, which helps in the
    case where the user does not have ownership of those files, and they
    were already present.
    
    Closes: #898010
    Naming-by: Julian Andres Klode <jak@debian.org>

 debian/changelog                        |  2 ++
 scripts/Dpkg/Source/Functions.pm        | 13 +++++++++++++
 scripts/Dpkg/Source/Package/V2.pm       |  4 ++--
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  4 ++--
 scripts/Dpkg/Source/Quilt.pm            |  4 ++--
 5 files changed, 21 insertions(+), 6 deletions(-)

commit 738c8d5d545e164c3e7450751960618443bf7431
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 30 01:26:08 2018 +0200

    Dpkg::Deps: Split subpackages
    
    This makes the structure easier to comprehend, and easier to read,
    otherwise it's difficutl to search for specific methods or functions
    and know immediately to what module they belong. It also makes for
    more structured POD.

 debian/changelog                |    1 +
 scripts/Dpkg/Deps.pm            | 1379 +--------------------------------------
 scripts/Dpkg/Deps/AND.pm        |  182 ++++++
 scripts/Dpkg/Deps/KnownFacts.pm |  244 +++++++
 scripts/Dpkg/Deps/Multiple.pm   |  250 +++++++
 scripts/Dpkg/Deps/OR.pm         |  174 +++++
 scripts/Dpkg/Deps/Simple.pm     |  659 +++++++++++++++++++
 scripts/Dpkg/Deps/Union.pm      |  119 ++++
 scripts/Makefile.am             |    6 +
 scripts/po/POTFILES.in          |    6 +
 10 files changed, 1659 insertions(+), 1361 deletions(-)

commit 3d4afe2967eccd7805d067a3eab6938f7f099a63
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 30 04:31:32 2018 +0200

    Dpkg::Deps::KnownFacts: Rename _evaluate_simple_dep to evaluate_simple_dep
    
    This method is currently used by Dpkg::Deps::Simple, and is marked as
    private by way of its underscore prefix. This will be a problem once
    we split the modules into different files, as then we are not supposed
    to be using private methods from external modules.
    
    Rename the method, and document it explicitly as being private, while
    only giving a partial prototype to deter its use.

 scripts/Dpkg/Deps.pm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 8940f102eb5eecfb8ff55cde52d4866ab50dfd1f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 30 00:37:13 2018 +0200

    Dpkg::Deps: Improve modules and method documentation
    
    Document each implemented method. This will make it easier to split the
    modules into their own files.

 debian/changelog     |   1 +
 scripts/Dpkg/Deps.pm | 528 ++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 378 insertions(+), 151 deletions(-)

commit 7c98f09aecc4c3a3b5809f57a0a6dc8ad8a1f16f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 29 19:49:30 2018 +0200

    scripts/t: Improve Dpkg::Deps test cases
    
    Add new TODO tests for behavior that is not yet implemented, but should.

 debian/changelog      |  1 +
 scripts/t/Dpkg_Deps.t | 42 +++++++++++++++++++++++++++++++++++++-----
 2 files changed, 38 insertions(+), 5 deletions(-)

commit 8fd30b60465acd90ffea6aab19ce15eea94a122a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 22:10:55 2018 +0200

    Dpkg::Deps: Clarify arch-qualified dependency simplification
    
    Dependency simplification can only really be done for metadata for which
    we have all its context and information during the simplification
    process. Anything that relies on the state of the dependencies cannot be
    simplified. This means that any dependency that might change the
    satisfiability due to the value of Multi-Arch field of the depended on
    package cannot be simplified.
    
    Clarify this in the function commends, and add new test cases to cover
    this.
    
    Prompted-by: Stuart Prescott <stuart@debian.org>

 debian/changelog      |  2 ++
 scripts/Dpkg/Deps.pm  |  3 +++
 scripts/t/Dpkg_Deps.t | 22 +++++++++++++++++++++-
 3 files changed, 26 insertions(+), 1 deletion(-)

commit 72742b569f2cf908bc05fa96c5419120e42a10c6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 29 20:01:03 2018 +0200

    Dpkg::Deps: Fix typo in POD

 scripts/Dpkg/Deps.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 46ed057b6d95545f3ea55b72de29f52e9d8ba885
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 29 19:56:17 2018 +0200

    Dpkg::Deps: Merge all Copyright notices into the same block
    
    There should be no difference between Copyright and Portions Copyright,
    remove the distinction, and merge all these notices.

 scripts/Dpkg/Deps.pm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 1a16bcbe71db53a1f69d304e97df287452600ed3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 15 02:25:32 2018 +0100

    build: Add a GitLab CI configuration
    
    We add a single test stage with four jobs, each checking the various
    upstream build setups we want to make sure do not break. These are:
    
     - make distcheck
     - make check (author tests)
     - make check (VPATH)
     - external functional test suite

 .gitlab-ci.yml   | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am      |  1 +
 debian/changelog |  1 +
 3 files changed, 56 insertions(+)

commit bfd4c9b72b7994252440b0b3cbfcb98d28d9fa8a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 03:12:06 2018 +0200

    build: Preserve timestamps when distributing man pages
    
    We are distributing the man.stamp, so we need the timestamps of the
    files to match the original ones, so that make can work its magic,
    at least for man.stamp, the rest we do to be future-proof.

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

commit 992e5eadb47acb802c2c3228e993871c45d118a0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 03:12:06 2018 +0200

    build: Distribute the man.stamp from VPATH
    
    The pre-requisite might be available on the source or build directories
    depending on whether we are building from git or a distribution tarball.
    
    We should use an automatic variable to always grab the file from VPATH
    wherever it might be located.

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

commit ee2e18800f5fe0c63df39202586f38e28c00e860
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 03:13:05 2018 +0200

    perl: Make Build.PL check Module::Build availability at run-time
    
    Doing a normal import via use, means that we need the module to be
    present for the unit tests, when we only need it as part of the
    distribution process.

 scripts/Build.PL.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 1d0be95366c19fbc88c891dbedf7613aedbbdea5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 04:11:17 2018 +0200

    Dpkg::Gettext: Document textdomain() and ngettext() replacement functions
    
    We should mention when these functions are present and what they do,
    so that users know when they can rely on these.
    
    Warned-by: Test::Pod::Coverage

 debian/changelog        |  2 ++
 scripts/Dpkg/Gettext.pm | 13 +++++++++++++
 2 files changed, 15 insertions(+)

commit e3c32720167a6c23fc19471d3e3273965c3dc9e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 04:08:58 2018 +0200

    Dpkg::Gettext: Fix fallback textdomain() to honor its expected interface
    
    Even though we will not use the domain value set by this function, we
    should honor its original interface and return a domain string, and
    update it when requested.

 debian/changelog        | 1 +
 scripts/Dpkg/Gettext.pm | 7 +++++++
 2 files changed, 8 insertions(+)

commit 967373bc25ed6d7e816e13190a5281c057048292
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 03:31:43 2018 +0200

    doc: Update test suite requirements in README

 README           | 4 ++++
 debian/changelog | 1 +
 2 files changed, 5 insertions(+)

commit 68e8f5463085a9b77335a52898fe624083ae0519
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 27 13:50:49 2018 +0200

    t-conffile-root-option: Override DPKG_INSTDIR and DPKG_ADMINDIR per target
    
    We should not add a new --root option, as that means we will end up
    unsing the admindir pre-configured in dpkg within that root directory,
    which might not match what we expect.
    
    Explicitly override both instdir and admindir, via target specific
    variables.
    
    This fixes dpkg builds with default configure pathnames.

 t-conffile-root-option/Makefile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

commit 7db2279a8c3a5316cd7bb44ab76899aa94c6563a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 25 11:11:56 2018 +0200

    Update German translation of manual pages
    
    Update to 2923t1f.

 man/po/de.po | 109 ++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 75 insertions(+), 34 deletions(-)

commit cf35077be42ef79da5d83ce26f4a27a22591f246
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 25 09:47:13 2018 +0200

    Update German scripts translation
    
    Update to 600t.

 scripts/po/de.po | 62 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

commit c353a449b26b85bf512d92976fe5c1af23deeb06
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:47:01 2018 +0200

    dpkg-buildpackage: Mark profiles as a replaceable item in --help output

 debian/changelog             | 1 +
 scripts/dpkg-buildpackage.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 869d40414e691ad2e7a6b42b48040a2bcd5e0e94
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:47:01 2018 +0200

    dpkg-buildpackage: Fold --[no-]check-builddeps into short option descriptions
    
    This makes it easier to read which long option matches the short option.

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

commit 1c741c507eadcdfc6dbb43610d3aab1387a3122e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:47:01 2018 +0200

    dpkg-buildpackage: Add --build equivalents for short build type options
    
    This makes the --help output clearer, and matches the man page.

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

commit 0a1573e5df2f38eb0d2c2c29654cb8c352474c1e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:47:01 2018 +0200

    dpkg-buildpackage: Clarify pre and post-clean options and their default state

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

commit 8a45c914095bcb19a873b20099e161efe3237bfc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:47:01 2018 +0200

    dpkg-buildpackage: Add new --no-post-clean option
    
    This makes it possible to select the current default behavior.

 debian/changelog             | 2 ++
 man/dpkg-buildpackage.man    | 5 +++++
 scripts/dpkg-buildpackage.pl | 3 +++
 3 files changed, 10 insertions(+)

commit 4014981b968a8e3c734d5113ce7a323d3ace13ad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:37:33 2018 +0200

    dpkg-buildpackage: Rename and logic invert $noclean to $postclean
    
    Makes the purpose of the variable clear.

 scripts/dpkg-buildpackage.pl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 48c809f7c8e1949519c209c6ec74a6e2db4fd164
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 00:33:01 2018 +0200

    dpkg-buildpackage: Rename $cleansource to $postclean
    
    Makes the purpose of the variable clear.

 scripts/dpkg-buildpackage.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d5374bc618310917557daa9c9ac2f4930515a0b2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 16 18:33:15 2018 +0200

    Dpkg::BuildFlags: Move default flags setting into the Dpkg::Vendor modules
    
    This should really be a vendor specific default. It's also documented
    that way in the man page.

 debian/changelog              |  2 ++
 scripts/Dpkg/BuildFlags.pm    | 18 +++++++-----------
 scripts/Dpkg/Vendor/Debian.pm | 18 +++++++++++++++++-
 3 files changed, 26 insertions(+), 12 deletions(-)

commit 2d02a12697808b01b360e7ceb52864c0873f7eac
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 16 18:33:15 2018 +0200

    Dpkg::Vendor::Debian: Inline _parse_feature_area() into _add_build_flags()
    
    This function was being called on each foreach iteration to parse the
    options within the DEB_BUILD_MAINT_OPTIONS and DEB_BUILD_OPTIONS
    environment variables, and needed to parse these at construction time
    every time. Inlining it should make it more performant and in addition
    reduce line count.

 debian/changelog              |  2 ++
 scripts/Dpkg/Vendor/Debian.pm | 20 +++++++-------------
 2 files changed, 9 insertions(+), 13 deletions(-)

commit 63e02e0aabe17cb87929037db3939b3e575e97f6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 14 02:53:23 2018 +0200

    Dpkg::Shlibs: Disable bool overload Dpkg::Version warnings
    
    The usage in this file is correct, but we are still doing boolean
    evaluation.

 debian/changelog                  | 1 +
 scripts/Dpkg/Shlibs/Symbol.pm     | 4 ++++
 scripts/Dpkg/Shlibs/SymbolFile.pm | 4 ++++
 3 files changed, 9 insertions(+)

commit 563fd74ef926b23207d58108071d91b7c8ba2507
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 14 02:51:24 2018 +0200

    Dpkg::Shlibs::SymbolFile: Always assign proper Dpkg::Version to deprecated
    
    We should always assign a proper Dpkg::Version object to the deprecated
    variable. Otherwise it can get confused with the scalar value 0 used on
    boolean context to denote it is *not* deprecated, instead of it being
    a version number 0.

 debian/changelog                  | 4 ++++
 scripts/Dpkg/Shlibs/SymbolFile.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 76daf7b7dd594d720f81fa32fbf3e19c1fb9e5ff
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:25:58 2018 +0200

    Dpkg::Version: Bump VERSION and improve semantic change description
    
    Give context to the warning message, otherwise it's not clear what is
    going on. If the users to not conditionalize the warning usage they will
    get a perl warning about the unknown warning category itself, bump the
    module version to be able to discern this change, and update documentation
    to reflect this.

 scripts/Dpkg/Version.pm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 65d4418371f17df498027c3c414cafe6e8d0770a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 02:17:02 2018 +0200

    man: Clarify PIE build flag feature semantics
    
    Mention the specific .specs files being used. Reword the description to
    make it more clear what is going on.
    
    Closes: #900088

 debian/changelog        |  1 +
 man/dpkg-buildflags.man | 31 +++++++++++++++++++------------
 2 files changed, 20 insertions(+), 12 deletions(-)

commit 6e5bd738efef1a0de4268ad12d87c27dfe91a687
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 26 05:29:30 2018 +0200

    Use Synopsis instead of Summary for the short Description
    
    This unifies the term with the rest of the codebase, and makes it more
    descriptive.

 debian/changelog      |  3 +++
 lib/dpkg/libdpkg.map  |  2 +-
 lib/dpkg/pkg-format.c | 11 ++++++-----
 lib/dpkg/pkg-show.c   |  8 ++++----
 lib/dpkg/pkg-show.h   |  4 ++--
 man/dpkg-query.man    |  5 ++++-
 src/enquiry.c         |  2 +-
 src/querycmd.c        |  4 ++--
 8 files changed, 23 insertions(+), 16 deletions(-)

commit d9bc580a419232420abb9620638cfbfe74943ff2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 23 03:58:27 2018 +0200

    test: Add new po author test
    
    Use i18nspector (if available) to check the .po and .pot files.

 Makefile.am          |  1 +
 debian/changelog     |  1 +
 scripts/Test/Dpkg.pm | 26 ++++++++++++++++++++++++++
 t/po.t               | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+)

commit be5de1e00e4e4f5e2cea171063414118a844ec7d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 25 02:36:54 2018 +0200

    po: Remove previous msgid comments
    
    Warned-by: i18nspector
    Fixes: stray-previous-msgid

 man/po/nl.po | 242 -----------------------------------------------------------
 po/nl.po     |  42 -----------
 2 files changed, 284 deletions(-)

commit e5f9394ac03b7415259e2f7288df69dec4ab6612
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 25 02:35:43 2018 +0200

    po: Fix boilerplate in .po files
    
    Warned-by: i18nspector
    Fixes: boilerplate-in-initial-comments

 dselect/po/bs.po    | 8 ++++----
 dselect/po/el.po    | 8 +++-----
 dselect/po/eu.po    | 4 ++--
 dselect/po/nl.po    | 2 +-
 dselect/po/ro.po    | 2 +-
 dselect/po/zh_CN.po | 6 +++---
 dselect/po/zh_TW.po | 7 +++----
 man/po/hu.po        | 3 ++-
 man/po/pt_BR.po     | 3 ++-
 po/bs.po            | 8 ++++----
 po/dz.po            | 9 +++++----
 po/el.po            | 6 +++---
 po/km.po            | 6 +++---
 po/ku.po            | 4 ++--
 po/pa.po            | 3 +--
 po/ro.po            | 2 +-
 16 files changed, 40 insertions(+), 41 deletions(-)

commit bc83e06c37a23145e0134e100ac8343f975fc8f3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 12:24:02 2018 +0200

    debian: Fix bug closure

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3c4272bb90086c05436b6e4b7a19fc11780c2afb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 22 01:11:42 2010 +0200

    Track package status dirtinness
    
    Now that the status changes are abstracted via a setter, which makes
    sure only new changes are recorded, we can also record whether those
    changes happened, so that we avoid unnecessarily logging unchanged
    states.
    
    Closes: #365921

 debian/changelog    |  2 ++
 lib/dpkg/dbmodify.c | 14 +++++++++-----
 lib/dpkg/dpkg-db.h  |  3 +++
 lib/dpkg/pkg.c      |  2 ++
 4 files changed, 16 insertions(+), 5 deletions(-)

commit 2dadfc74f74f66ee7685ad402ad99dc9ea1476c0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 12:08:58 2018 +0200

    dpkg-buildpackage: Only check required build dependencies for known targets
    
    When we specify the debian/rules targets to call with --rules-target, we
    should check only the build dependencies required bu those targets, and
    nothing more.
    
    Reported-by: Johannes Schauer <josch@debian.org>

 debian/changelog             | 3 +++
 scripts/dpkg-buildpackage.pl | 5 +++++
 2 files changed, 8 insertions(+)

commit 23322f43e80ce0c67a361b3b00c680e170fee58f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 12:02:38 2018 +0200

    Dpkg::Build::Types: Add new set_build_type_from_targets() function

 debian/changelog            |  1 +
 scripts/Dpkg/Build/Types.pm | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit ca394f0f03e9ab025a09e4c99ad4ccfc73550f46
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 11:58:23 2018 +0200

    Dpkg::Build::Types: Fix set_build_type_from_options() description

 debian/changelog            | 1 +
 scripts/Dpkg/Build/Types.pm | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 503ab33b937ced36c154952c026c0f608ae1180e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 5 05:19:09 2018 +0200

    dpkg-buildpackage: Only check for fallback build targets on binary builds
    
    If we are not going to build any binary package, there is no point in
    checking whether we need to run any of the build targets.

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

commit 5cd52673aabdf5eaa58181972119a41041fc85f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 13:13:19 2018 +0200

    dpkg-buildpackage: Fix --rules-file option parsing
    
    Parse --rules-file instead of --rules-target, which made it a no-op.
    
    Fixes: commit 293bd243a19149165fc4fd8830b16a51d471a5e9
    Stable-Candidate: 1.18.x

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

commit 3525d759e6279de35f14bb6492ad0c7c5676f8c2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 13:14:57 2018 +0200

    build: Distribute Build.PL from the builddir not sourcedir
    
    This file is generated by configure, so we will not find it in the
    source directory.

 cpan.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5a2885b3b91aeada6176f34fb9897345751c960f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 12:53:34 2018 +0200

    build: Distribute autogen script
    
    Fixes: commit c72f539b979a0c8647d2a6c62ee45565cd243b3d

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 8b9dfc4fa3cdf3dc3d8e724edc7a402a481cb666
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 19 19:37:57 2018 +0200

    Update German translation of manual pages
    
    Update to 2919t1f.

 man/po/de.po | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 40eccd5c044c874cf7fa5f8dc8e2c75379395d8a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 14 23:26:07 2018 +0200

    scripts: Do not use stringy eval to define different sub implementations
    
    We can just assign an anonymous sub to the typeglob.

 debian/changelog                |  3 +++
 scripts/Dpkg/Gettext.pm         | 58 +++++++++++++++++++----------------------
 scripts/dpkg-mergechangelogs.pl | 10 +++----
 3 files changed, 34 insertions(+), 37 deletions(-)

commit aa0404293ff1a3d81353acb8c7495fe9eb382c92
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 12 22:56:13 2018 +0200

    dpkg: Check for ldconfig command only on platforms that do have it
    
    We should implement a whitelist here, instead of a blacklist. Not all
    ELF based libc do have a ldconfig command.

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

commit 178d8914519ead4113df423f2a275c21b712f666
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 14 02:50:36 2018 +0200

    Update git URLs for move away from alioth.debian.org
    
    The Alioth site has shut down, let's move to the new dpkg.org hosting.

 README                  | 2 +-
 configure.ac            | 4 ++--
 debian/changelog        | 2 ++
 debian/control          | 4 ++--
 man/deb-src-control.man | 4 ++--
 5 files changed, 9 insertions(+), 7 deletions(-)

commit 43c42496d0bc3bcbd12def7fff8f0935b1de3dc3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 10 15:04:39 2018 +0200

    dpkg-divert: Do not assume that diversions are always present
    
    Several code paths assumed that the fsys nodes were only present when
    they contained diversions, and no other nodes would be present, thus
    did not make sure to check whether the divert struct members were valid.
    
    With the switch to a single fsys underlying implementation now triggers
    can vivify namenodes in the hash, so we need to check whether the members
    are valid all the time.
    
    Fixes: commit 2d7566140335d5338e5a98278d4df762936f67f4
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Bisected-by: Sven Joachim <svenjoac@gmx.de>

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

commit df0a86de45006f9f2b2980a0ad2e81640271a685
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 14:16:38 2018 +0200

    dpkg-buildpackage: Avoid using an uninitialized variable
    
    If DEB_SIGN_KEYID is not set in the environment or the signing key is
    not passed via --sign-key, dpkg-buildpackage emits a perl warning.
    
    Warned-by: perl
    Fixes: commit 6f903af181057a046a1344aadca552b113a2c2ee
    Based-on-patch-by: Sven Joachim <svenjoac@gmx.de>

 scripts/dpkg-buildpackage.pl | 1 +
 1 file changed, 1 insertion(+)

commit de903bf55ab658da953f22bd02296274cb680c58
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat May 5 20:01:39 2018 +0200

    po: Fix list of source files in po/POTFILES.in
    
    Commit 542885e824d0 ("libdpkg: Move control database code into db-ctrl
    modules") moved various files around, but did not remove the old
    filenames from po/POTFILES.in and typoed one of the new filenames there.
    
    Fixes: commit 542885e824d005bc9a8a92e341f71fb323437b90
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/POTFILES.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit ec5c992b099d4e2773eee513ba2c7b246ace95f1
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat May 5 20:32:20 2018 +0200

    German dpkg translation update
    
    Update to 1115t.

 po/de.po | 148 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 93 insertions(+), 55 deletions(-)

commit f75c579ac18d0a9956cd1fd5275fe797e8cb89f8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 5 05:03:04 2018 +0200

    Update German scripts translation
    
    Update to 600t.

 scripts/po/de.po | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit 43dc5fa95f5241ce790b727c405f96caaad12c19
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 5 02:50:03 2018 +0200

    Dpkg::Changelog::Parse: Stop using tail(1) to read the end of the file
    
    Instead of relying on the tail command, simply read the end of the
    file ourselves, assuming a packed set of 80 character lines, reading
    4096 bytes before the end, implies around 51 lines, which is close
    to the 40 lines currently used.
    
    This should be both faster and should improve portability, because even
    if we are using the POSIX -n option, some systems do not have a POSIX
    compliant tail(1) on the default path, such as Solaris.
    
    Analysis-by: James Clarke <jrtc27@debian.org>

 debian/changelog                |  4 ++++
 scripts/Dpkg/Changelog/Parse.pm | 10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 2dc4354934aa940ea37324e0aabde4f6379536f0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 5 02:40:24 2018 +0200

    libdpkg: Use MD5_CTX instead of struct MD5Context
    
    The former is more portable as it's defined in more system md5.h
    implementations, such as Solaris, while the latter is not.
    
    Analysis-support-by: Bruno Ramos from IRC

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

commit 08755e7885dbab3d354252fda8144ff5a59a4c41
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 5 03:27:29 2018 +0200

    debian: Fix libncurses-dev Build-Depends
    
    Fixes: commit 114121d649b57bea9236b807d7c57bc918c67723
    Thanks-to: Sven Joachim <svenjoac@gmx.de>

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

commit cfb1a840cb45a38b484abec8c6f4f32cdbf4643c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 4 20:30:18 2018 +0200

    Update German translation of manual pages
    
    Update to 2919t1f.

 man/po/de.po | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 69 insertions(+), 10 deletions(-)

commit ff99aabc8c3d966911137aa05bef4b4cd80671ec
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 4 19:58:06 2018 +0200

    Update German scripts translation
    
    Update to 601t.

 scripts/po/de.po | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

commit 6675001502ece8e72c8b3853a76a9b248b91b295
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 26 03:51:23 2018 +0200

    dpkg: Print the environment variables setup for the conffile shell
    
    Make these variables more discoverable by printing them as a list
    before spawning the conffile shell.

 debian/changelog | 2 ++
 src/configure.c  | 4 ++++
 2 files changed, 6 insertions(+)

commit 80556f6590b4b2da3aaf14f5a27c1555b36f11a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 22 19:04:04 2018 +0200

    dpkg: Fix a short-lived file descriptor leak
    
    Warned-by: coverity

 src/main.c | 2 ++
 1 file changed, 2 insertions(+)

commit 6f903af181057a046a1344aadca552b113a2c2ee
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 00:55:56 2016 +0200

    dpkg-buildpackage: Validate OpenPGP signing key IDs
    
    We should not accept short key IDs, and warn about long key IDs.
    Recommend to use fingerprints.

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 17 +++++++++++++++++
 2 files changed, 19 insertions(+)

commit 981a18c37036b68f368b0bfab71d2a984abba9e6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 22:43:09 2018 +0200

    Dpkg::Version: Fix bool overload behavior
    
    The current bool overload has broken semantics, because it considers the
    version "0" to be false.
    
    The bool overload used to have sane semantics (equivalent to is_valid())
    before commit 5b9f353b2940de751df47036608afbe71992d622, but there it got
    changed to return the stringified version if it was valid, or undef
    otherwise, to fix a problem within dpkg-shlibdeps, instead of properly
    fixing the local-only problem in the tool. This makes the overload hard
    to use, and broke existing callers from external projects.
    
    We will emit a warning until dpkg 1.20.x to notify of the semantic change
    in case there is code relying on the broken semantics. For fixed code the
    warning can then be quiesced with:
    
      no warnings qw(Dpkg::Version::semantic_change::overload::bool);
    
    Closes: #895004

 debian/changelog          |  4 ++++
 scripts/Dpkg/Version.pm   | 20 +++++++++++++++++---
 scripts/dpkg-shlibdeps.pl |  3 ++-
 scripts/t/Dpkg_Version.t  | 17 ++++++++---------
 t/pod-spell.t             |  1 +
 5 files changed, 32 insertions(+), 13 deletions(-)

commit fd8f838450ab89e3011c1a48061e0247d205ea96
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 22:42:10 2018 +0200

    scripts: Refresh test data and update code to match

 scripts/t/Dpkg_Shlibs.t                       |   3 +-
 scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 |  89 ++-
 scripts/t/Dpkg_Shlibs/objdump.basictags-i386  |  93 ++--
 scripts/t/Dpkg_Shlibs/objdump.basictags-mips  |  91 ++-
 scripts/t/Dpkg_Shlibs/objdump.ls              | 771 +++++++++++++++++---------
 scripts/t/Dpkg_Shlibs/objdump.patterns        | 377 +++++++------
 scripts/t/Dpkg_Shlibs/objdump.spacesyms       | 151 +++--
 7 files changed, 911 insertions(+), 664 deletions(-)

commit c972dfdcd85d92a39998b81a0fb23dc63935b137
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 22:38:27 2018 +0200

    Dpkg::Shlibs::Objdump: Fix ELF program detection
    
    An ELF executable is defined by whether the object has the EXEC_P flag
    defined or an interpreter in the program header. The former applies to
    statically linked programs, the latter to dynamically linked programs
    and possibly some shared libraries that can be executed, such as the
    ones provided by glibc.
    
    This is now more relevant as PIE makes normal executables show up as
    shared objects, so they do not contain the EXEC_P flag, and were not
    being detected as executables.

 debian/changelog               |  2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 10 ++++++++--
 scripts/t/Dpkg_Shlibs.t        |  6 ++++--
 3 files changed, 14 insertions(+), 4 deletions(-)

commit b9090a05af10b4f12adbc796fdc846c667ac7670
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 22:34:35 2018 +0200

    Dpkg::Shlibs::Objdump: Remove duplicate assignment in reset() method

 scripts/Dpkg/Shlibs/Objdump.pm | 1 -
 1 file changed, 1 deletion(-)

commit 9dab03c99a64cd15536f153e0705ec16e686c2d5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 12 05:52:02 2018 +0200

    dpkg-source: Do not emit perl warnings on source formats w/o options
    
    At least the format "3.0 (native)" supports no format specific options,
    which makes the describe_cmdline_options() return an empty list.

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

commit 542885e824d005bc9a8a92e341f71fb323437b90
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 5 04:58:20 2018 +0200

    libdpkg: Move control database code into db-ctrl modules
    
    This continues the work to generalize and make these interfaces
    available to other users beside dpkg itself.

 lib/dpkg/Makefile.am                               |  4 ++++
 src/infodb-access.c => lib/dpkg/db-ctrl-access.c   |  5 ++---
 src/infodb-format.c => lib/dpkg/db-ctrl-format.c   |  3 +--
 src/infodb-upgrade.c => lib/dpkg/db-ctrl-upgrade.c |  5 ++---
 src/infodb.h => lib/dpkg/db-ctrl.h                 | 10 +++++-----
 po/POTFILES.in                                     |  3 +++
 src/Makefile.am                                    |  9 +--------
 src/archives.c                                     |  2 +-
 src/depcon.c                                       |  2 +-
 src/enquiry.c                                      |  2 +-
 src/filesdb-hash.c                                 |  2 +-
 src/filesdb.c                                      |  2 +-
 src/packages.c                                     |  2 +-
 src/querycmd.c                                     |  2 +-
 src/remove.c                                       |  2 +-
 src/script.c                                       |  2 +-
 src/select.c                                       |  2 +-
 src/trigproc.c                                     |  2 +-
 src/unpack.c                                       |  2 +-
 src/verify.c                                       |  2 +-
 20 files changed, 31 insertions(+), 34 deletions(-)

commit 0615492cb4c79d1f552e49f4a10dbfc959f03b9c
Author: Julian Andres Klode <jak@debian.org>
Date:   Sun Jan 29 13:46:09 2017 +0100

    libdpkg: Introduce frontend locking
    
    Currently, in order to run dpkg, frontends have to release the database
    lock before invoking dpkg and re-acquire it afterwards, leaving a short
    time where the database is unlocked and a different dpkg process or
    frontend could lock it.
    
    Frontend locking addresses the problem by creating a "lock-frontend"
    file that is acquired by the frontend and not released for dpkg
    invocations. Thus, multiple frontends cannot race for the database lock.
    
    This change extends the frontend lock to dpkg itself, acquiring it
    whenever the variable DPKG_FRONTEND_LOCKED is not set, so that a user
    manually running dpkg or a frontend not supporting this protocol cannot
    interfere with a currently running frontend.
    
    [guillem@debian.org:
     - Add documentation.
     - Rename frontend lock file.
     - Fix error strings. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog    |  4 ++++
 doc/frontend.txt    | 22 +++++++++++-----------
 lib/dpkg/dbmodify.c | 21 +++++++++++++++++++++
 lib/dpkg/dpkg.h     |  1 +
 man/dpkg.man        |  4 ++++
 5 files changed, 41 insertions(+), 11 deletions(-)

commit 2d7566140335d5338e5a98278d4df762936f67f4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 4 03:06:44 2018 +0200

    libdpkg: Use a single struct filenamenode definition
    
    The struct filenamenode hash implementation is lightweight, and once
    split from the bulk of the on-disk database handling there's no point
    in reimplementing it, and then redefining the same struct in multiple
    places, which is rather confusing for the reader, and even for static
    analyzers.
    
    Closes: #746766

 debian/changelog   |  2 ++
 lib/dpkg/triglib.c | 32 +-------------------------------
 lib/dpkg/triglib.h |  3 +++
 src/trigcmd.c      |  2 ++
 src/trigproc.c     |  8 +-------
 5 files changed, 9 insertions(+), 38 deletions(-)

commit f1cc66e522a475710aa51a6d164a8cc0eda3cae7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 4 02:51:51 2018 +0200

    libdpkg: Move filesystem nodename hash implementation into a new module

 lib/dpkg/Makefile.am             |   3 +
 lib/dpkg/fsys-hash.c             | 169 +++++++++++++++++++++++++++++++
 lib/dpkg/fsys-iter.c             | 126 +++++++++++++++++++++++
 src/filesdb.h => lib/dpkg/fsys.h | 164 ++++++++++++++----------------
 lib/dpkg/libdpkg.map             |  18 ++++
 po/POTFILES.in                   |   2 +
 src/filesdb.c                    | 209 ---------------------------------------
 src/filesdb.h                    | 122 +----------------------
 8 files changed, 395 insertions(+), 418 deletions(-)

commit c2715071aa64807c9b95edd7c6e4cd8c3eb4ad8c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 4 02:48:32 2018 +0200

    dpkg-divert: Warn when using --rename on a file from an Essential package
    
    Renaming a file from dpkg-divert for an Essential package is very
    dangerous, because that file will not be available until dpkg has
    unpacked the diverting package, which might render the system
    non-functional.

 debian/changelog |  1 +
 src/divertcmd.c  | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit 599e3c1a9f3be8687c00b681f107e7b98bb454ae
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 9 02:04:15 2018 +0200

    dpkg-divert: Warn when using --add or --remove w/o --rename or --no-rename
    
    Using --no-rename as the default optimizes for the wrong case, as that's
    the exception, and while the safest option, it is needed only by packages
    that are part of the pseudo-Essential set. It's also cumbersome for the
    --local case.
    
    We will emit a warning asking those to be explicit, so that we can switch
    the default to --rename during the 1.20.x cycle.
    
    Prompted-by: Paul Wise <pabs@debian.org>

 debian/changelog    |  1 +
 man/dpkg-divert.man |  4 +++-
 src/divertcmd.c     | 16 +++++++++++++++-
 src/t/dpkg_divert.t |  9 +++++----
 4 files changed, 24 insertions(+), 6 deletions(-)

commit ca90fbfa7c020bc92cdec9f3b2cad9076626f7a0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 2 16:33:11 2018 +0200

    dpkg-divert: Add new --no-rename option
    
    Document its intended usage and how it differs from --rename.
    
    This will make it possible to do a behavior switch during the 1.20.x
    release cycle.

 debian/changelog    |  2 ++
 man/dpkg-divert.man | 12 +++++++++++-
 src/divertcmd.c     |  4 +++-
 3 files changed, 16 insertions(+), 2 deletions(-)

commit 64fca5b2fc9b12d5971453d62bef439132b78d42
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 22:16:53 2018 +0200

    dpkg: Add new fsys_hash_entries() function to abstract nfiles access
    
    This will be needed when moving the fsys hash implementation into
    libdpkg.

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

commit 2c765a394f539a6e0e9c60b78a07b9c215ef644a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 23 05:34:06 2018 +0100

    src: Fix database modules to not depend unnecessarily on main.h

 src/divertdb.c | 2 +-
 src/statdb.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d6c8af723fb79f96e1bcc3d87e952e0a7a9eea0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 03:23:10 2018 +0200

    dpkg-checkbuilddeps: Fix indentation

 scripts/dpkg-checkbuilddeps.pl | 69 +++++++++++++++++++++---------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

commit 114121d649b57bea9236b807d7c57bc918c67723
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 30 01:30:44 2018 +0200

    debian: Add libncurses-dev as the first Build-Depends alternative
    
    This is part of the ncurses 6 transition, and the previous packages
    are now transitional, let's use the current one and leave the old for
    backwards compatibility.

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

commit c72f539b979a0c8647d2a6c62ee45565cd243b3d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 26 03:36:36 2018 +0200

    build: Add an autogen script
    
    This conforms to general expectations, and makes having to infer what
    is needed to prepare the source tree more easily discoverable.

 README           | 2 +-
 autogen          | 5 +++++
 debian/changelog | 1 +
 debian/rules     | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

commit 22685bcfa8aa4b13bfd95a117320fc0bedfa6715
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 17:47:14 2018 +0200

    build: Add CPAN distribution machinery
    
    Add a new dist-cpan target that takes care of preparing a perl
    distribution to be uploaded to CPAN. Only the modules are shipped,
    some of which do require dpkg tools being installed though.
    
    Closes: #821177

 Makefile.am          |  4 ++-
 configure.ac         |  9 ++++++-
 cpan.am              | 48 ++++++++++++++++++++++++++++++++++
 debian/changelog     |  1 +
 scripts/.gitignore   |  1 +
 scripts/Build.PL.in  | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 scripts/Test/Dpkg.pm | 20 +++++++++++---
 7 files changed, 152 insertions(+), 5 deletions(-)

commit 9999d4b6bdefe5ccf54ffda534cd243ea1de89a4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 17:16:16 2018 +0200

    build: Make PERL_MIN_VERSION also a configure output variable
    
    We need to rename the m4 macro to avoid infinite loops. We will need
    this output variable for the CPAN support.

 m4/dpkg-progs.m4 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 5cc92fcf27b65c069a7e21da491debb0afa692a4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 17:22:39 2018 +0200

    Dpkg: Fix default DATADIR
    
    Even though we always override it from the build system the default
    pathname got out-of-sync with the repository when the architecture
    tables got moved into the data directory.
    
    Fixes: commit 97309bef8b664c2d58cb689a3e82848021ae9bad

 scripts/Dpkg.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 94728ead2cc22af5043b16483aab1e4f5a50223c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 29 01:26:10 2018 +0200

    Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"
    
    This reverts commit 83272497c5be8c4e703ab179906cf904465fe775.
    
    This commit introduced a regression in the author test suite. And there's
    a patch by Johannes 'josch' Schauer <josch@mister-muffin.de> which should
    be fixing this and other problems. If this is needed after all, we will
    need to refactor the functions first to take a hash instead of a long list
    of arguments.

 debian/changelog               |  1 -
 scripts/Dpkg/Deps.pm           | 14 ++++----------
 scripts/dpkg-checkbuilddeps.pl |  2 +-
 scripts/dpkg-genbuildinfo.pl   |  3 +--
 scripts/dpkg-gencontrol.pl     |  3 +--
 5 files changed, 7 insertions(+), 16 deletions(-)

commit 9f7e58acdf28043bce2dfaf24ba27bb878418658
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 13:33:09 2017 +0100

    Use internerr() or BUG() instead of assert()
    
    The problem with assert() is that it does not print the contents of
    the variables. It also can be disabled on NDEBUG. But we always want
    these consistency checks no matter what, and they are not performance
    sensitive anyway.
    
    Enable -Wno-nonnull-compare so that we can keep doing run-time non-NULL
    checks in functions, instead of just compile-time checks.

 TODO                      |  1 -
 debian/changelog          |  3 +++
 debian/rules              |  7 ++++-
 debian/usertags           |  3 ++-
 dpkg-split/join.c         |  5 ++--
 dselect/baselist.cc       |  6 +++--
 dselect/main.cc           |  1 -
 dselect/methlist.cc       | 11 +++++---
 dselect/method.cc         |  7 ++---
 dselect/methparse.cc      |  5 ++--
 dselect/pkgdepcon.cc      |  4 +--
 dselect/pkglist.cc        | 23 +++++++++++-----
 dselect/pkgsublist.cc     |  9 ++++---
 dselect/pkgtop.cc         |  5 ++--
 lib/dpkg/arch.c           |  4 +--
 lib/dpkg/dbmodify.c       | 18 +++++++++----
 lib/dpkg/dump.c           | 68 +++++++++++++++++++++++++++++++----------------
 lib/dpkg/file.c           |  4 +--
 lib/dpkg/parse.c          |  6 +++--
 lib/dpkg/path-remove.c    |  4 +--
 lib/dpkg/pkg-array.c      |  5 ++--
 lib/dpkg/pkg-db.c         |  7 ++---
 lib/dpkg/pkg.c            |  6 +++--
 lib/dpkg/triglib.c        | 15 ++++++++---
 m4/dpkg-compiler.m4       |  1 +
 src/archives.c            | 19 +++++++++----
 src/configure.c           |  5 ++--
 src/depcon.c              | 13 +++++----
 src/enquiry.c             |  5 ++--
 src/filesdb.c             | 10 ++++---
 src/packages.c            | 23 +++++++++++-----
 src/script.c              |  6 +++--
 src/trigproc.c            | 15 +++++++----
 src/unpack.c              | 18 +++++++++----
 utils/start-stop-daemon.c |  8 +++---
 35 files changed, 235 insertions(+), 115 deletions(-)

commit 9622251478262d26ab6e01aa865417370a533069
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 16:37:38 2018 +0200

    s-s-d: Switch an internal error from a fatal() to a BUG() call
    
    This one is a programming bug, and should not be reported as a normal
    fatal error.

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

commit 4a6e59ebda3148aeffcab80db57bf114436232b0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 16:36:29 2018 +0200

    s-s-d: Add support for new bug() function and BUG() macro
    
    These will take care of reporting internal errors or programming bugs
    in the code.

 utils/start-stop-daemon.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 88d4da0a6c8ae18ddce08cee27c16abb72f8c454
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 15:12:57 2018 +0200

    dselect: Fix assert() to expect methlockfd to be initialized
    
    The assert should be checking whether the method lock fd has been
    initialized, not whether it's not zero, which happens to be the case
    with the default uninitialized -1 value.

 debian/changelog  | 2 ++
 dselect/method.cc | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit f87f8d43113a48e2a9b5261dca758e87895721f2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 13:33:09 2017 +0100

    dpkg: Switch DEBIAN/conffile parsing assert() into an ohshit()
    
    This is a run-time error, not a programming error.

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

commit ecab1a59e2d2e2be01c08cd9ebe1f783eb26e5ae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 13:33:09 2017 +0100

    dselect: Assume that m_malloc() never returns NULL
    
    The m_-prefixed functions are already taking care of that.

 dselect/cxx-support.cc | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

commit cd96cca4b2cf83f46d6e289418ed06e3c2ef7066
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 04:33:31 2018 +0100

    libdpkg: Make pkg_name() and pkgbin_name() get const structs
    
    Modifying the struct pkginfo and struct pkgbin complicates how the code
    is used, and when the function can be called. Let's just initialize the
    pkgname_archqual variable at parse time, so that we can use it at any
    time, simplifying the overall code.

 lib/dpkg/dpkg-db.h  |  7 +++----
 lib/dpkg/dump.c     | 10 ++--------
 lib/dpkg/parse.c    | 10 ++++++++++
 lib/dpkg/pkg-show.c | 17 ++---------------
 4 files changed, 17 insertions(+), 27 deletions(-)

commit ac3134292ecb5ea5f203c3fa1376cbc093d35518
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 04:17:16 2018 +0100

    libdpkg: Add new str_concat() function

 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/string.c     | 19 +++++++++++++++++++
 lib/dpkg/string.h     |  1 +
 lib/dpkg/t/t-string.c | 34 +++++++++++++++++++++++++++++++++-
 4 files changed, 54 insertions(+), 1 deletion(-)

commit 738d1fdb056d3137f4d6291ac72386b0ced17769
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 25 06:57:33 2018 +0200

    Update German translation of manual pages
    
    Update to 2915t1f.

 man/po/de.po | 39 +++++++++++++++++++++++++--------------
 1 file changed, 25 insertions(+), 14 deletions(-)

commit 3aa636491f02f84efc789f9f2f263d792fa7bd7a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 01:55:38 2018 +0100

    debian: Add bzip2 and xz-utils to Build-Depends
    
    The functional test suite under t-func/ uses these compression tools
    to unpack a test .deb package. This has not been a problem up-to-now
    because dpkg-dev, which gets installed on the build systems, depends
    also on these packages. But the dependencies are really missing.
    
    Prompted-by: Bálint Réczey <balint.reczey@canonical.com>

 debian/changelog | 2 ++
 debian/control   | 3 +++
 2 files changed, 5 insertions(+)

commit 0d9c18d163ca37ef4c0c2127f8ec901f721d1473
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 24 19:37:51 2018 +0100

    libcompat: Convert md5 module to use C99 int types
    
    In commit 1f4d0354fc4a8c80c6463b9aaebd93822247341b we opted to map the
    BSD int types to the C99 to avoid modifying the imported code. But we
    had to modify it anyway, those types are legacy and we require the C99
    ones for the rest of the codebase. So let's just switch to them, and
    get rid of the type compatibility mapping.

 configure.ac     |  1 -
 debian/changelog |  2 ++
 lib/compat/md5.c | 20 ++++++++++----------
 lib/compat/md5.h | 14 ++++++++------
 m4/dpkg-types.m4 | 20 --------------------
 5 files changed, 20 insertions(+), 37 deletions(-)

commit 1e892d4e03cc396bd84e7f478d9cba77bfa40c70
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 24 19:58:47 2018 +0100

    libcompat: Add md5 module to the libcompat-test library
    
    We have slightly modified the source and might continue to do so in the
    future, we should thus test that it builds correctly, even if we are not
    needing it on the current build.

 debian/changelog       | 3 +++
 lib/compat/Makefile.am | 1 +
 2 files changed, 4 insertions(+)

commit fd36605d790d82d42c6bfb83db0cc77a0cea3a35
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 24 06:08:36 2018 +0100

    Revert "debian: Disable R³ field until debhelper supports it"
    
    This reverts commit ba52826a3429b9037e1876ba63c51afb211f151d.
    
    R³ is supported fully now by debhelper, so we can use it when building
    ourselves.

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

commit 544dd8967940aeee11b47b53a8df6f88110a9a16
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 22 04:00:07 2018 +0100

    Dpkg::Vendor::Debian: Mark riscv64 as having gcc built-in PIE support

 debian/changelog              | 1 +
 scripts/Dpkg/Vendor/Debian.pm | 1 +
 2 files changed, 2 insertions(+)

commit cba523f59c2d8f18d8b1e9940681579f871034ce
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 22 03:59:28 2018 +0100

    Dpkg::Vendor::Debian: Split pie builtin arches one per line
    
    This makes changing them easier to see when diffing.

 scripts/Dpkg/Vendor/Debian.pm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit 83272497c5be8c4e703ab179906cf904465fe775
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 03:52:50 2017 +0100

    Dpkg::Deps: Accept $archqual for add_provided_package() method

 debian/changelog               |  1 +
 scripts/Dpkg/Deps.pm           | 14 ++++++++++----
 scripts/dpkg-checkbuilddeps.pl |  2 +-
 scripts/dpkg-genbuildinfo.pl   |  3 ++-
 scripts/dpkg-gencontrol.pl     |  3 ++-
 5 files changed, 16 insertions(+), 7 deletions(-)

commit f7488217a506871f1aed58373220a76ea2e170ab
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 03:17:32 2017 +0100

    Dpkg::Deps: Turn virtualpkg tracking from an arrayyref into a hashref
    
    This is more extensible and more clear.

 debian/changelog             |  1 +
 scripts/Dpkg/Deps.pm         | 19 ++++++++++++++-----
 scripts/dpkg-genbuildinfo.pl |  3 +--
 3 files changed, 16 insertions(+), 7 deletions(-)

commit e7e4dbd3c1ca0d270a49787e6c8f34a488e09d5d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 01:36:03 2018 +0100

    build: Enable gcc-7 -Wregister warning if available

 debian/changelog    | 1 +
 m4/dpkg-compiler.m4 | 1 +
 2 files changed, 2 insertions(+)

commit 9fb2b44c59e409bf5541d77fd31c961ef1d01265
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 01:21:01 2018 +0100

    build: Enable clang -Wdocumentation warning if available
    
    Fix a couple of function parameter typos surfaced by the new warning.
    
    Warned-by: clang

 debian/changelog    | 1 +
 dpkg-deb/build.c    | 8 ++++----
 m4/dpkg-compiler.m4 | 1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 2f8793d09cbe9c20bd62259c6361119aecf73105
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 05:18:18 2018 +0200

    build: Sort warning options
    
    This makes it easier to add new ones without accidentally adding
    duplicates.

 m4/dpkg-compiler.m4 | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

commit b268b7096a970ced824d0ab0dc62b6f0e770230c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 05:16:32 2018 +0200

    build: Automatically replace -Wno- with -W when testing compiler flags
    
    This is less error prone, less repetitive and the correct thing to do
    ayway. Instead of manually passing the positive form for these flags.

 debian/changelog    |  2 ++
 m4/dpkg-compiler.m4 | 10 ++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

commit a597f069a9147d5d868637e276f712e41e836512
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 2 00:38:18 2018 +0100

    build: Mark command variables as precious

 debian/changelog | 1 +
 m4/dpkg-progs.m4 | 2 ++
 2 files changed, 3 insertions(+)

commit fe789543b6f36ea0517812b21d47841a8e42911b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 3 02:36:54 2018 +0100

    deb-src-control(5): Document the Testsuite and Testsuite-Triggers fields
    
    Prompted-by: Mattia Rizzolo <mattia@debian.org> (on IRC)

 debian/changelog        | 2 ++
 man/deb-src-control.man | 9 +++++++++
 2 files changed, 11 insertions(+)

commit ddb22cc8e90c329af1e38f1cdddb6f0c6d48712a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Feb 22 18:30:22 2018 +0100

    Update German translation of manual pages
    
    Update to 2914t1f.

 man/po/de.po | 49 ++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 42 insertions(+), 7 deletions(-)

commit 79b681f5675ce9068b5b5e93da0def5f93c9c247
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Feb 22 18:22:19 2018 +0100

    Update German scripts translation
    
    Update to 599t.

 scripts/po/de.po | 65 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 36 insertions(+), 29 deletions(-)

commit 003dd27ceea43e3d487a853f4e9d344eb1c3cb2a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 19 23:28:51 2018 +0100

    debian: Fix some typos in the changelog

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6c45a0a42932f0156506ad9fbbb9b85c16ec2499
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 5 19:22:20 2018 +0100

    dpkg: Increment the line number on --set-selections on unknown packages
    
    When the package is not known, we do an early skip to the next loop
    iteration, but forgot to increment the line number, which means that
    these will be off.
    
    Closes: #888983
    Reported-by: Heinz Repp <heinz.repp@arcor.de>

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

commit f6e152b63f9eb183313807898be0569f5321bdf6
Author: Jack Bates <wdz7eo@nottheoilrig.com>
Date:   Tue Jan 30 20:46:27 2018 +0000

    scripts/mk: Export architecture variables by default
    
    The dpkg-architecture(1) man page states that these variables are
    exported, and that's what dpkg-buildpackage does itself when setting
    up the build environment. Doing this is always safe.
    
    Closes: #888964
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog           | 3 +++
 scripts/mk/architecture.mk | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit e226e6cf5507eebd4888d3d11e1b65752af6752f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 3 03:24:00 2018 +0100

    Dpkg::Source::Package: Print building lines for upstream tarball signatures
    
    When we are picking up upstream tarball signatures, we should also print
    them as being used to create the source package.
    
    Closes: #888787

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

commit dde2a51557ccde71a536d5e4a9af236bcb45be9c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 3 03:24:00 2018 +0100

    Dpkg::Source::Package::V2: Print one building line per existing tarball
    
    Lumping all found tarballs into a single line makes the output more
    confusing.

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

commit b988d6be020eb8362167b195fb0de658a4db3642
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 12 03:08:49 2017 +0100

    spec/R³: Declare specification as recommendation, stable

 debian/changelog        | 1 +
 doc/rootless-builds.txt | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 585db35d2356193e679dff3eb73d99e65c575f7b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 28 12:56:42 2017 +0200

    dpkg-buildpackage: Add new --rules-requires-root
    
    This new option makes it possible to force falling back to the legacy
    behavior of assuming that debian/rules files require root.

 debian/changelog             | 1 +
 man/dpkg-buildpackage.man    | 4 ++++
 scripts/dpkg-buildpackage.pl | 8 +++++++-
 3 files changed, 12 insertions(+), 1 deletion(-)

commit 566a4b61b6c3359c3d4cffa05519ecbc967b292c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 3 02:20:20 2018 +0100

    spec/R³: Add new DEB_RULES_REQUIRES_ROOT variable
    
    This variable is set by the builder to notify debian/rules that it
    supports this specification.
    
    Wordsmithing-by: Niels Thykier <niels@thykier.net>

 debian/changelog             | 1 +
 doc/rootless-builds.txt      | 9 +++++++++
 man/dpkg-buildpackage.man    | 7 +++++++
 scripts/dpkg-buildpackage.pl | 3 +++
 4 files changed, 20 insertions(+)

commit 36f8ff64764d301d151e55c256b9913f1ada94e3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 3 01:59:17 2018 +0100

    spec/R³: The DEB_GAIN_ROOT_CMD should preserve the environment
    
    Proposed-by: Josh Triplett <josh@joshtriplett.org>

 debian/changelog        | 2 ++
 doc/rootless-builds.txt | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit f6095fa5db1e4d277a0660806875375d60286250
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 3 01:57:30 2018 +0100

    dpkg-buildpackage: Do not set DEB_GAIN_ROOT_CMD on <implementations-keywords>
    
    The specification is clear on this, and we should not be setting this
    variable when the values are different to "no" and "binary-targets".

 debian/changelog             | 2 ++
 scripts/dpkg-buildpackage.pl | 5 +++++
 2 files changed, 7 insertions(+)

commit 28fee8b445cd94bf7efd76f6c3fd0c62bdf94b6d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 3 01:54:51 2018 +0100

    spec/R³: Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD
    
    This variable should not be dpkg specific, as it is supposed to be set
    by any builder driving the package build, and not just dpkg itself.
    
    Introduce ephemereal backwards compatibility by mapping the old name to
    the new one, even thught there are no known users.

 debian/changelog             |  4 ++++
 doc/rootless-builds.txt      | 14 +++++++++-----
 man/dpkg-buildpackage.man    |  2 +-
 scripts/dpkg-buildpackage.pl |  4 +++-
 4 files changed, 17 insertions(+), 7 deletions(-)

commit cfb7a0e98b05e41cdbe9f695fd9f625c7a119b81
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 10 13:36:11 2017 +0100

    dpkg-gensymbols: Print "error" instead of "warning" when these are fatal
    
    It's confusing to emit the compare problems as warnings when they cause
    the program to exit with an error exit code.
    
    Closes: #881488

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

commit 81591e0f2590052ff221964c8c554bbbd39763b5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 13 02:34:46 2018 +0100

    Dpkg::Vendor::Debian: Mark hurd-i386 as having built-in PIE support
    
    Requested-by: Samuel Thibault <sthibault@debian.org>

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit ee0855cc66076691de4796be48f8a0d889fde001
Author: Manuel A. Fernandez Montecelo <mafm@debian.org>
Date:   Tue Jan 16 00:43:51 2018 +0100

    arch: Add support for riscv64 CPU
    
    [guillem@debian.org:
     - Update unit-tests. ]
    
    Closes: #822914
    Stable-Candidate: 1.18.x
    Signed-off-by: Guillem Jover <guillem@debian.org>

 data/cputable         | 1 +
 debian/changelog      | 3 +++
 scripts/t/Dpkg_Arch.t | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

commit 2f5816d8be40b449d2473b22f9e0c33b32f3bd78
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 10 12:07:42 2017 +0100

    scripts: Reject negated values in Architecture field
    
    Add new positive options argument to arch validators, as the Architecture
    field should not accept negated architectures. We preserve the current
    functions default behavior and add a new option to control whether to
    reject negated architectures.
    
    Fixes: commit d355b340f3a6cde7fc1cb5649d82fbebd3b97ea1
    Stable-Candidate: 1.18.x

 debian/changelog           |  3 +++
 scripts/Dpkg/Arch.pm       | 28 ++++++++++++++++++++++------
 scripts/dpkg-genchanges.pl |  4 ++--
 scripts/dpkg-gencontrol.pl |  2 +-
 scripts/t/Dpkg_Arch.t      |  9 ++++++++-
 5 files changed, 36 insertions(+), 10 deletions(-)

commit 797ed78bd87c77b6fa9c3867d0fefa90bb21014c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 5 01:56:15 2017 +0100

    scripts/mk: Add new buildtools variables
    
    This adds support for AS, STRIP, OBJCOPY, OBJDUMP, NM, AR and RANLIB.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog           |  2 ++
 scripts/mk/buildtools.mk   | 14 ++++++++++++++
 scripts/t/mk.t             |  7 +++++++
 scripts/t/mk/buildtools.mk | 14 ++++++++++++++
 4 files changed, 37 insertions(+)

commit b29058ea75ce28f95b373b0c36deffd4b57d466b
Author: Dmitry Shachnev <mitya57@debian.org>
Date:   Sun Dec 3 03:37:23 2017 +0100

    Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of $state being defined
    
    Fixes: commit 0d2b3cee25b74dd3fd9ddc3a469b8b144368c963
    Closes: #880166
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                  | 3 +++
 scripts/Dpkg/Shlibs/SymbolFile.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 876855ff96f6dd72cbb92fa57bc316576f585737
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 29 18:40:54 2017 +0100

    test: Infer automatically the unit test temp directory
    
    Add new test_get_temp_path() function, and replace all hardcoded
    settings of the temporary directory and its creation.

 debian/changelog              |  1 +
 scripts/Test/Dpkg.pm          | 13 +++++++++++++
 scripts/t/Dpkg_Compression.t  |  4 ++--
 scripts/t/Dpkg_OpenPGP.t      |  4 +---
 scripts/t/Dpkg_Path.t         |  4 ++--
 scripts/t/Dpkg_Source_Patch.t |  2 +-
 scripts/t/dpkg_buildpackage.t |  6 ++----
 scripts/t/dpkg_source.t       |  6 ++----
 8 files changed, 24 insertions(+), 16 deletions(-)

commit 33c866433dd4b186aae970e05c639b52ad5e7ece
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 29 18:40:54 2017 +0100

    test: Infer automatically the unit test data directory
    
    We can easily know the name of the calling unit test, and can thus infer
    the pathname for the data directory, instead of having to duplicate the
    name, and potentially ending with it being out of sync.

 debian/changelog                |  1 +
 scripts/Test/Dpkg.pm            | 18 ++++++++++++++++--
 scripts/t/Dpkg_Changelog.t      |  2 +-
 scripts/t/Dpkg_Checksums.t      |  2 +-
 scripts/t/Dpkg_Conf.t           |  2 +-
 scripts/t/Dpkg_Control.t        |  2 +-
 scripts/t/Dpkg_Control_Fields.t |  2 +-
 scripts/t/Dpkg_Control_Tests.t  |  2 +-
 scripts/t/Dpkg_Dist_Files.t     |  2 +-
 scripts/t/Dpkg_OpenPGP.t        |  2 +-
 scripts/t/Dpkg_Shlibs.t         |  2 +-
 scripts/t/Dpkg_Source_Patch.t   |  2 +-
 scripts/t/Dpkg_Source_Quilt.t   |  2 +-
 scripts/t/Dpkg_Substvars.t      |  2 +-
 scripts/t/mk.t                  |  4 +++-
 15 files changed, 32 insertions(+), 15 deletions(-)

commit d6ba39af48a8c8eadc1b1542fcd6db0edf2dbe7f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 29 18:18:39 2017 +0100

    test: Consider *.PL also to be perl files

 debian/changelog     | 1 +
 scripts/Test/Dpkg.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 11e20af76b831cb569950c341cf78c55d7ad9a00
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 29 18:17:07 2017 +0100

    test: Check POD in all perl scripts
    
    We should check POD syntax in any perl script that contains it, not just
    within the Dpkg perl modules.

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

commit eac83d72e7cd82a8a07e601f2381b39b62b1b2fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 29 15:37:54 2017 +0100

    build: Set distribution tarball format to ustar
    
    Use it instead of the default v7 format.

 configure.ac     | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 5003d763fdd29fe9533b2927eb083d6e6d6d98d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 28 03:27:46 2017 +0200

    dpkg-deb: Fix directory traversal with --raw-extract
    
    Guarantee that the DEBIAN pathname does not exist.
    
    Closes: #879982
    Reported-by: Jakub Wilk <jwilk@jwilk.net>

 debian/changelog    |  3 +++
 dpkg-deb/dpkg-deb.h |  2 ++
 dpkg-deb/extract.c  | 16 ++++++++--------
 3 files changed, 13 insertions(+), 8 deletions(-)

commit fe186374cd2a287723fe227fe37ea4a5373822c0
Author: Paul Wise <pabs@debian.org>
Date:   Mon Dec 4 15:12:50 2017 +0800

    Dpkg::Changelog: Print versions for incorrect changelog range warnings
    
    Within scripts operating on lots of different package changelogs,
    this can help track down where these warnings come from.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          |  2 ++
 scripts/Dpkg/Changelog.pm | 18 +++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 0e894ddaa68792246bd03a5dcf3f2e56fd2aeb74
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 27 22:06:58 2017 +0200

    Dpkg::Vendor::Debian: Use proper use_feature key
    
    We need to access the features within the feature area hash now. Missed
    in a previous refactoring.
    
    Fixes: commit 2125e8dd7388e2adb9b6c837f4832fe8f0f63b25
    Reported-by: Mattia Rizzolo <mattia@debian.org> (on IRC)
    Closes: #881051

 debian/changelog              | 3 +++
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit bae5051ec6219be508b46bab785cddf1f04904f0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 13 02:35:24 2018 +0100

    libdpkg: Include <sys/sysmacros.h> for makedev()
    
    The glibc implementation provides this macro in <sys/sysmacros.h> and
    optionally the BSD variants in <sys/types.h>, although the latter are
    being deprecated and emit a warning with newer glibc. Conditionally
    include <sys/sysmacros.h> to prepare for the future removal from glibc.

 debian/changelog | 1 +
 lib/dpkg/tarfn.c | 3 +++
 2 files changed, 4 insertions(+)

commit 52564e68c64a3e39e0e50ea1ec06ac66eaab5ef3
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sun Dec 3 03:32:40 2017 +0100

    po: Update Dutch translations
    
    Closes: #881401, #881403
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +
 man/po/nl.po     | 576 ++++++++++++++++++++++++++++++-------------------------
 po/nl.po         |  93 ++++-----
 3 files changed, 366 insertions(+), 305 deletions(-)

commit 63b4236297f2df1f909eeac156998be2f254b41e
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Tue Jan 16 01:10:55 2018 +0100

    po: Update Turkish programs translations
    
    Closes: #886252
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/tr.po         | 109 +++++++++++++++++--------------------------------------
 2 files changed, 35 insertions(+), 75 deletions(-)

commit 0fa461b1c0823cf7a82ed10a72d3d5eb5530a9f6
Author: Milo Casagrande <milo@milo.name>
Date:   Sun Dec 3 03:25:06 2017 +0100

    po: Update Italian programs translation
    
    Closes: #883085
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/it.po         | 629 +++++++++++++++++--------------------------------------
 2 files changed, 189 insertions(+), 441 deletions(-)

commit b9798daaa596ad5d539bcdd5ca89de1cb0b81697
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 20 15:32:32 2017 +0100

    po: Fix Spanish translation

 po/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3ed0cc75a0113a5eda762b9a19448e78ce43097e
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Wed Nov 8 01:06:25 2017 +0100

    Update Spanish translation

 debian/changelog |   1 +
 dselect/po/es.po |  94 +++++++--------------
 po/es.po         | 243 ++++++++++++++++++-------------------------------------
 3 files changed, 108 insertions(+), 230 deletions(-)

commit 28436a28b91f3bdbc7216150a15f1f087f06e66b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 3 19:13:24 2017 +0100

    Update German translation of manual pages
    
    Update to 2910t1f.

 man/po/de.po | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 58 insertions(+), 6 deletions(-)

commit d3159e98fc7e2c405814a0edc1e3d5b2e40f55de
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Nov 3 17:10:59 2017 +0100

    German dpkg translation update
    
    Update to 1109t.

 debian/changelog |  3 ++
 po/de.po         | 95 +++++++++++++++++---------------------------------------
 2 files changed, 31 insertions(+), 67 deletions(-)

commit 0485bbdee8491e328b976cb1697c4aa54c28382b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 23 00:58:21 2017 +0200

    debian: Bump Standards-Version to 4.1.1 (no changes needed)

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

commit e1792f2285fc68fee89d63572a8de31b38dddce6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 23:28:06 2017 +0200

    debian: Add Breaks dgit << 3.13~ to libdpkg-perl
    
    Older dgit versions assumed that Dpkg::Compression::Process was
    available, via implicit import from Dpkg::Source::Package.
    
    Reported-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

 debian/changelog | 4 ++++
 debian/control   | 3 +++
 2 files changed, 7 insertions(+)

commit 948fe221afc7f540b2de6760affa94c9373c0452
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 23:18:07 2017 +0200

    debian: Add Breaks debhelper << 10.10.1~ to dpkg-dev
    
    We want to make debhelper users that will use R³ support not having to
    add a versioned Depends on the relevant dpkg-dev package.

 debian/changelog | 2 ++
 debian/control   | 3 +++
 2 files changed, 5 insertions(+)

commit 8998ff736606402771745ff27dc43b2cc1165b09
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 17:29:10 2017 +0200

    dpkg-maintscript-helper: Add color support
    
    The initial color support only covered the C and perl programs, and
    missed this shell script.

 debian/changelog                   |  1 +
 man/dpkg-maintscript-helper.man    |  8 +++++
 scripts/dpkg-maintscript-helper.sh | 64 +++++++++++++++++++++++++++++++++++---
 3 files changed, 69 insertions(+), 4 deletions(-)

commit 365c88f0d4e5dc136ff0c539e83835aa0d85808b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 19:46:55 2017 +0200

    man: Document DPKG_NLS environment variable for all programs using it

 debian/changelog             | 1 +
 man/dpkg-architecture.man    | 5 +++++
 man/dpkg-buildflags.man      | 5 +++++
 man/dpkg-buildpackage.man    | 5 +++++
 man/dpkg-checkbuilddeps.man  | 5 +++++
 man/dpkg-distaddfile.man     | 5 +++++
 man/dpkg-genbuildinfo.man    | 5 +++++
 man/dpkg-genchanges.man      | 5 +++++
 man/dpkg-gencontrol.man      | 5 +++++
 man/dpkg-gensymbols.man      | 5 +++++
 man/dpkg-mergechangelogs.man | 5 +++++
 man/dpkg-name.man            | 5 +++++
 man/dpkg-parsechangelog.man  | 5 +++++
 man/dpkg-scanpackages.man    | 5 +++++
 man/dpkg-scansources.man     | 5 +++++
 man/dpkg-shlibdeps.man       | 5 +++++
 man/dpkg-source.man          | 5 +++++
 man/dpkg-vendor.man          | 5 +++++
 18 files changed, 86 insertions(+)

commit ee81e7843c7127a4335ea902c58baf67043d61a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 18:51:30 2017 +0200

    man: Document DPKG_COLORS environment variable for all programs using it

 debian/changelog             | 1 +
 man/dpkg-architecture.man    | 6 ++++++
 man/dpkg-buildflags.man      | 5 +++++
 man/dpkg-checkbuilddeps.man  | 5 +++++
 man/dpkg-deb.man             | 5 +++++
 man/dpkg-distaddfile.man     | 7 +++++++
 man/dpkg-divert.man          | 5 +++++
 man/dpkg-genbuildinfo.man    | 5 +++++
 man/dpkg-genchanges.man      | 7 +++++++
 man/dpkg-gencontrol.man      | 7 +++++++
 man/dpkg-gensymbols.man      | 6 ++++++
 man/dpkg-mergechangelogs.man | 7 +++++++
 man/dpkg-name.man            | 7 +++++++
 man/dpkg-parsechangelog.man  | 7 +++++++
 man/dpkg-query.man           | 5 +++++
 man/dpkg-scanpackages.man    | 7 +++++++
 man/dpkg-scansources.man     | 7 +++++++
 man/dpkg-shlibdeps.man       | 7 +++++++
 man/dpkg-source.man          | 5 +++++
 man/dpkg-split.man           | 5 +++++
 man/dpkg-statoverride.man    | 5 +++++
 man/dpkg-trigger.man         | 5 +++++
 man/dpkg-vendor.man          | 5 +++++
 23 files changed, 131 insertions(+)

commit 1cfd01e99fa80325d35948afaa3c483a8e876fb6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 22 17:28:57 2017 +0200

    doc: Fix typo in a date

 doc/coding-style.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b484d99fb62631a5f7949f6069948242c42678c4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 22 07:01:20 2017 +0200

    Update German translation of manual pages
    
    Update to 2907t1f.

 man/po/de.po | 56 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 27 insertions(+), 29 deletions(-)

commit db6c5b5043e51c196818c2d24070c089ca9ea1d4
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Date:   Fri Oct 20 01:29:48 2017 +0200

    Dpkg::Source::Package::V1: Check that $tarname is defined before use
    
    Closes: #879124
    Warned-by: perl
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                  | 4 ++++
 scripts/Dpkg/Source/Package/V1.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit adddd73d8bdff96ce5343a03220c37c187bbe8c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 13:21:45 2017 +0200

    po: Remove obsolete FIXME comments in translations
    
    These have been fixed in the original msgid.

 dselect/po/es.po | 3 +--
 po/es.po         | 7 +------
 2 files changed, 2 insertions(+), 8 deletions(-)

commit 78e824f4e26156ee6edb8b80ad30125f818c11f3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 13:21:00 2017 +0200

    man: Add missing dot on the dpkg-buildflags «lfs» paragraph
    
    Spotted-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog        | 2 ++
 man/dpkg-buildflags.man | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit c18496842f69044d3ae8d05378daf35779583c2a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 21 13:17:45 2017 +0200

    dselect: Stop marking an untranslatable string as such
    
    Spotted-by: Santiago Vila <sanvila@debian.org>

 dselect/method.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b4e46fab018e3d5ae813642b20b955d8a5327b1e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 19 01:39:14 2017 +0200

    dpkg-buildpackage: Setup and check rootcommand only if needed
    
    When building in R³ mode or when the user requested to run a rule as
    root we should setup the rootcommand, otherwise we should ignore it.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 46 +++++++++++++++++++++++++-------------------
 2 files changed, 28 insertions(+), 20 deletions(-)

commit c84fa61a459b9c6f9217c361485de6c0650b279f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 19 00:52:32 2017 +0200

    dpkg-buildpackage: Run dpkg-source from the current directory
    
    It used to be the case that dpkg-source did not support running from
    the current directory. That got fixed in commit
    a7f16be86689ee46f4b2e445e5f08a63f447cdeb. Which means we can simplify
    the code.

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 16 +++-------------
 2 files changed, 5 insertions(+), 13 deletions(-)

commit 96547b59076841cb85a2682870cf6742dbb9a3e3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 19 00:51:54 2017 +0200

    dpkg-buildpackage: Pass the debian/control source stanza to R³ parser
    
    This meant the field was being ignored.

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

commit ba52826a3429b9037e1876ba63c51afb211f151d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 19 00:51:21 2017 +0200

    debian: Disable R³ field until debhelper supports it
    
    If we use a dpkg that fully supports the field, with a debhelper that
    does not, this will produce broken builds. Disable for now, until such
    debhelper has been released, and then we'll need to add some kind of
    relationship to avoid the problem.

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

commit 4d731a01e5a7c845c59df9128198e38385f1da9a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Oct 18 20:49:41 2017 +0200

    Update German translation of manual pages
    
    Update to 2907t1f.

 man/po/de.po | 138 +++++++++++++++++++++++------------------------------------
 1 file changed, 53 insertions(+), 85 deletions(-)

commit 99072a426755a8ee2b8d62114f05638f89af4d90
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 18 01:16:43 2017 +0200

    doc: Update gettext minimal version in README

 README           | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 7e48a3921244dcaa0c2bf9fadd53a52ab230212a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 22:42:16 2017 +0200

    dpkg-buildpackage: Do not rehash .dsc file when signing binary-only builds
    
    Reported-by: Ximin Luo <infinity0@debian.org>
    Stable-Candidate: 1.18.x

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

commit a3a9527efb1345ac71014dd59da911db05e99ea0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 21:20:53 2017 +0200

    dpkg-buildpackage: Fix logic to decide whether to call the build targets
    
    The build targets never require root, so checking them will always return
    false. We need to key on the binary target instead.
    
    This broke tons of packages that are violating Debian policy MUSTs.
    
    Thanks-to: James Clarke <jrtc27@debian.org>
    Closes: #878899

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

commit 833274b1e2dc9551a346531dfd0b83bd417ad595
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 21:59:17 2017 +0200

    debian: Add Breaks to libdpkg-perl against pkg-kde-tools
    
    That package is using private modules with no API guarantees, and broke
    due to recent changes in 1.19.0.
    
    Closes: #878919

 debian/changelog | 3 +++
 debian/control   | 3 +++
 2 files changed, 6 insertions(+)

commit c721e45e62b5e1cdf228dea835acfe67ca059f35
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Oct 17 22:01:09 2017 +0200

    Update German translation of manual pages
    
    Update to 2890t12f6u.

 debian/changelog |  3 +++
 man/po/de.po     | 25 +++++++++----------------
 2 files changed, 12 insertions(+), 16 deletions(-)

commit 0b449f11f86006b830fa07b9eca0f5f5cd04f1e8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Oct 17 21:29:59 2017 +0200

    Update German scripts translation
    
    Update to 599t.

 debian/changelog |  3 +++
 scripts/po/de.po | 50 ++++++++++++++++----------------------------------
 2 files changed, 19 insertions(+), 34 deletions(-)

commit a8a817f6c601651185f0b44b23d4bc7c799a7cd7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 04:58:15 2017 +0200

    build: Cleanup the correct polkit file
    
    Fixes: commit 5757ab6142a3785389bd2cd6375f103a1f626240

 utils/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5757ab6142a3785389bd2cd6375f103a1f626240
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 04:43:38 2017 +0200

    debian: Install update-alternatives policykit-1 file

 debian/changelog    | 2 ++
 debian/dpkg.install | 1 +
 utils/.gitignore    | 2 +-
 utils/Makefile.am   | 6 +++---
 4 files changed, 7 insertions(+), 4 deletions(-)

commit e92108eac0c3acb33758bd5bdf1f0d25f1ee498e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 04:07:19 2017 +0200

    scripts/t: Skip Dpkg::OpenPGP test if gpg is not present

 debian/changelog         |  3 ++-
 scripts/t/Dpkg_OpenPGP.t | 12 +++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 3a9c75bdda65c2a87fa802d7f1b10e578a49d0c0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 03:10:58 2017 +0200

    Bump version to 1.19.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 90d2887c67f2b1d0915169cc49725bb774083aba
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 01:53:35 2017 +0200

    Release 1.19.0

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b0500cbbabaab727cf89a6fec73c417f90d11cf6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 02:09:25 2017 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |  215 +-
 man/po/dpkg-man.pot     | 6698 +++++++++++++++++++++++++----------------------
 man/po/es.po            |  858 +++++-
 man/po/fr.po            |  957 +++++--
 man/po/hu.po            |  740 +++++-
 man/po/it.po            |  959 +++++--
 man/po/ja.po            |  858 ++++--
 man/po/nl.po            | 1207 +++++++--
 man/po/pl.po            |  861 ++++--
 man/po/pt_BR.po         |  725 ++++-
 man/po/ru.po            |  744 +++++-
 man/po/sv.po            |  955 +++++--
 man/po/zh_CN.po         |  741 +++++-
 po/ast.po               |  240 +-
 po/bs.po                |  185 +-
 po/ca.po                |  239 +-
 po/cs.po                |  237 +-
 po/da.po                |  225 +-
 po/de.po                |  117 +-
 po/dpkg.pot             |  167 +-
 po/dz.po                |  197 +-
 po/el.po                |  215 +-
 po/eo.po                |  225 +-
 po/es.po                |  243 +-
 po/et.po                |  192 +-
 po/eu.po                |  233 +-
 po/fr.po                |  247 +-
 po/gl.po                |  213 +-
 po/hu.po                |  197 +-
 po/id.po                |  217 +-
 po/it.po                |  243 +-
 po/ja.po                |  235 +-
 po/km.po                |  197 +-
 po/ko.po                |  219 +-
 po/ku.po                |  181 +-
 po/lt.po                |  197 +-
 po/mr.po                |  194 +-
 po/nb.po                |  217 +-
 po/ne.po                |  199 +-
 po/nl.po                |  241 +-
 po/nn.po                |  199 +-
 po/pa.po                |  186 +-
 po/pl.po                |  233 +-
 po/pt.po                |  336 ++-
 po/pt_BR.po             |  211 +-
 po/ro.po                |  243 +-
 po/ru.po                |  225 +-
 po/sk.po                |  229 +-
 po/sv.po                |  225 +-
 po/th.po                |  225 +-
 po/tl.po                |  227 +-
 po/tr.po                |  247 +-
 po/vi.po                |  231 +-
 po/zh_CN.po             |  237 +-
 po/zh_TW.po             |  225 +-
 scripts/po/ca.po        |  160 +-
 scripts/po/de.po        |   75 +-
 scripts/po/dpkg-dev.pot |  106 +-
 scripts/po/es.po        |  152 +-
 scripts/po/fr.po        |  153 +-
 scripts/po/pl.po        |  151 +-
 scripts/po/ru.po        |  149 +-
 scripts/po/sv.po        |  149 +-
 94 files changed, 18024 insertions(+), 8844 deletions(-)

commit 7598ecb905a058de4211e74675ef426e9b9d82e4
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Tue Oct 17 01:09:20 2017 +0200

    po: Update Portuguese programs translations
    
    Closes: #868800
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/pt.po         | 188 ++++++++++++++++++++++++-------------------------------
 2 files changed, 84 insertions(+), 105 deletions(-)

commit 70252402dc326a958992e29e87b86de5b45016a7
Author: Boyuan Yang <073plan@gmail.com>
Date:   Sat Oct 7 20:14:19 2017 +0800

    po: Fix errors in Simplified Chinese programs translation
    
    * The word "build" should be translated as "构建" instead of
      "编译", which means "compilation".
    * The word "alphanumeric" should be translated as "字母数字的"
      instead of "字母的", which means "alphabetic".
    
    Closes: #877929
    Reviewed-by: Zhou Mo <cdluminate@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 +-
 po/zh_CN.po      | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

commit a0d21db5d77eb2d1d6af51520ca2aad6350310f6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 16 10:30:06 2017 +0200

    po: Add Catalan translations for policykit file

 po/ca.po | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 8e2bbd2ab23edd7d9ea0b424a2f1791a0136a741
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 20 02:14:36 2017 +0200

    u-a: Add new policykit file
    
    This makes it possible to use the pkexec tool to execute u-a from GUI
    programs.
    
    We need to bump the gettext build-dependency to at least 0.19.7 which is
    the first version introducing ITS support and GETTEXTDATADIR variable
    support (GETTEXTDATADIRS support was added in 0.19.8).
    
    Proposed-by: Boyuan Yang <073plan@gmail.com>

 Makefile.am                         |  2 ++
 configure.ac                        | 19 +++++++------------
 debian/changelog                    |  2 ++
 debian/control                      |  4 ++--
 po/Makevars                         |  7 +++++++
 po/POTFILES.in                      |  1 +
 po/its/polkit.its                   |  7 +++++++
 po/its/polkit.loc                   |  6 ++++++
 utils/.gitignore                    |  1 +
 utils/Makefile.am                   | 19 +++++++++++++++++++
 utils/update-alternatives.polkit.in | 20 ++++++++++++++++++++
 11 files changed, 74 insertions(+), 14 deletions(-)

commit 53dbac6cdff347fc8acc8cdacf7e509ceadd7f5d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 22 20:09:24 2017 +0100

    dpkg-deb: Fix capitalization of Debian in output messages
    
    Here Debian refers to the distribution and in English this needs to be
    capitalized. No translation will be unfuzzed, as the capitalization
    rules change among locales.
    
    Warned-by: spellintian

 debian/changelog     |  1 +
 dpkg-deb/extract.c   |  8 ++++----
 t-func/deb-format.at | 14 +++++++-------
 3 files changed, 12 insertions(+), 11 deletions(-)

commit 2e344c2119c5a55a3180ddd61c67f8a657520ceb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 16 13:43:52 2017 +0200

    Dpkg::Getopt: Do not normalize args past a passthrough stop word
    
    Some commands pass some arguments through to another command, and those
    must not be normalized as that might break their invocation.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>
    Stable-Candidate: 1.17.x 1.18.x

 debian/changelog               |  4 ++++
 scripts/Dpkg/Getopt.pm         | 13 ++++++++-----
 scripts/dpkg-architecture.pl   |  2 +-
 scripts/dpkg-parsechangelog.pl |  2 +-
 scripts/t/Dpkg_Getopt.t        | 11 ++++++++---
 5 files changed, 22 insertions(+), 10 deletions(-)

commit e23943051599ff21e6ca955ac8e5ead4cda1891c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 03:17:26 2017 +0200

    Dpkg::Deps: Do not unnecessarily require setting the host_arch
    
    If we are not reducing the architectures, or we are not going to use the
    known facts, we do not need to know and set the host architecture, which
    relies on gcc being present.
    
    Closes: #856396

 debian/changelog     |  2 ++
 scripts/Dpkg/Deps.pm | 18 +++++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 4bf65e6ba11fb5097b82073bea48e1ae4a96f5d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 03:16:40 2017 +0200

    Dpkg::Arch: Do not emit a perl warning if gcc or dpkg is not found
    
    We are emitting options or errors elsewhere.

 debian/changelog     | 2 ++
 scripts/Dpkg/Arch.pm | 4 ++++
 2 files changed, 6 insertions(+)

commit 44b0bf1a576e3b0cfcb4c87f18d4195c3ffccb8f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 9 08:15:25 2017 +0200

    dpkg: Print the package name on maintainter script errors
    
    When processing an archive or a package, we can call maintainer script
    for other packages. Not printing the package name for the script that
    failed means we can get very confusing output.
    
    Closes: #877521

 debian/changelog |  1 +
 src/script.c     | 29 ++++++++++++++++++++++-------
 2 files changed, 23 insertions(+), 7 deletions(-)

commit f9d1a5cdfcc6d2cd0afc008f4070289533904fd7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 17 00:46:38 2017 +0200

    Dpkg::ErrorHandling: Unify subprocess errors with the ones from libdpkg

 debian/changelog              | 1 +
 scripts/Dpkg/ErrorHandling.pm | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit db880e67e10a6b1b33102955027c5d79c49df6d2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 16 21:37:42 2017 +0200

    libdpkg: Clarify subprocess error message by shuffling it around
    
    For command-names the current message was more or less fine. But for
    command descriptions the message made little sense.

 debian/changelog   |  1 +
 lib/dpkg/subproc.c | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 0f5d107191fa58a4092d9ce17d079a50c82c4332
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 6 03:35:40 2017 +0200

    debian: Add git and bzr to Suggests for libdpkg-perl
    
    The Dpkg::Source::Package::V3 source formats can use them.
    
    Closes: #877688

 debian/changelog | 1 +
 debian/control   | 4 ++++
 2 files changed, 5 insertions(+)

commit d9ba911e0bb30f2f8e290b7b8a80f527616a3034
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 7 03:41:55 2017 +0200

    Dpkg::Source::Package: Call source format prerequisites method if present
    
    We want to be able to check for prerequisites when loading the source
    format module. That function used to be called import, which is a
    misnomer here, and was not being invoked.
    
    Rename it to the more appropriate prerequisites() and call it if it's
    present from the module loading code.
    
    Addresses: #877688

 debian/changelog                      | 2 ++
 scripts/Dpkg/Source/Package.pm        | 1 +
 scripts/Dpkg/Source/Package/V3/Bzr.pm | 2 +-
 scripts/Dpkg/Source/Package/V3/Git.pm | 2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

commit e48a0b532be96f587c5d479c150ba50857792fff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 6 09:39:07 2017 +0200

    Dpkg::Source::Package::V3: Use find_command() instead of ad-hoc code

 debian/changelog                      | 2 ++
 scripts/Dpkg/Source/Package/V3/Bzr.pm | 7 ++-----
 scripts/Dpkg/Source/Package/V3/Git.pm | 7 ++-----
 3 files changed, 6 insertions(+), 10 deletions(-)

commit 0b1391fd2c30e9ad955fde84c90c30509877b5c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 20 02:22:16 2017 +0200

    Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII Armor
    
    When we are building a source package, if we find a binary signature in
    the form of a .sig file, we should try to auto-convert it to the format
    that we expect to include in the source package, which is an OpenPGP
    ASCII Armor.

 debian/changelog                                |   2 +
 scripts/Dpkg/OpenPGP.pm                         |  80 ++++++++++++++++++++++++
 scripts/Dpkg/Source/Package/V1.pm               |   4 ++
 scripts/Dpkg/Source/Package/V2.pm               |   7 +++
 scripts/Makefile.am                             |   5 ++
 scripts/po/POTFILES.in                          |   1 +
 scripts/t/Dpkg_OpenPGP.t                        |  56 +++++++++++++++++
 scripts/t/Dpkg_OpenPGP/package_1.0.orig.tar     |   0
 scripts/t/Dpkg_OpenPGP/package_1.0.orig.tar.asc |  16 +++++
 scripts/t/Dpkg_OpenPGP/package_1.0.orig.tar.sig | Bin 0 -> 566 bytes
 10 files changed, 171 insertions(+)

commit 9e5e03e9a6ddf74bb22ffc5ea8794a14a592d6b6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 28 09:28:24 2017 +0200

    Dpkg::Control::HashCore: Optimize field/value parsing in parse()
    
    We switch from a capturing regex to split() plus a checking regex.

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit a76b755572bfd7b106ef283193d32fba8cbc5dd1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 28 09:28:24 2017 +0200

    Dpkg::Control::HashCore: Optimize first character matching in parse()
    
    We store the first character in a variable.

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f5b7b766b4d9f07f8de7c7ad040b747ffb1cb014
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 28 02:52:12 2017 +0200

    Dpkg::Control::HashCore: Optimize trailing space trimming in parse()
    
    We should only apply the "costly" substitution when there is at least
    one whitespace.

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 1b2bb72f7b5da8419be5521b0c1a25eab6ce6f06
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 27 02:10:07 2017 +0200

    Dpkg::Control::HashCore: Optimize trailing space matching on parse()
    
    We remove the trailing space after the chomp, so that we cover the
    common case of a single \n with chomp, and do not need to check for
    trailing spaces more than once while parsing.
    
    We preserve the chomp'ed string to be used for the Armor Header checks,
    which have a different set of allowed whitespace, than what \s covers.

 debian/changelog                 |  2 ++
 scripts/Dpkg/Control/HashCore.pm | 16 ++++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit b56eddde1a625feff02ebfb92dff88c96f11d376
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 27 01:59:22 2017 +0200

    Dpkg::Control::HashCore: Expect stanza delimiters more often than Armor Headers
    
    Usually we will just have Armor Headers at the beginning and end of the
    data, so it's more common to find stanza delimiter lines. Optimize for
    that.

 debian/changelog                 |  2 ++
 scripts/Dpkg/Control/HashCore.pm | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 63958db6f8a0816539ad98b419775ae1ae00105c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 05:09:43 2017 +0200

    Dpkg::Control::HashCore: Do not use an intermediate variable in STORE method

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit b95681f0ad831c2bacb25bd25ee220fb58f78466
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 03:32:42 2017 +0200

    dpkg-deb: Make --uniform-compression the new default behavior
    
    Add support for negating the option via --no-uniform-compression.

 debian/changelog    |  2 ++
 dpkg-deb/main.c     |  5 +++--
 man/dpkg-deb.man    |  5 ++++-
 t-func/deb-split.at | 13 +++++++------
 4 files changed, 16 insertions(+), 9 deletions(-)

commit 08c15e1b795d2468798c43330ca5426e10487cbc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 26 02:38:25 2017 +0200

    t-func: Use UTC0 when setting TZ

 debian/changelog  | 1 +
 t-func/atlocal.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 4618ae2495a843b40ea5223fa7a4910543194297
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 2 23:56:08 2015 +0100

    scripts/mk: Add new buildtools.mk support
    
    This make fragment contains setup for build tool variables for both TOOL
    and TOOL_FOR_BUILD. It does not get included by default from default.mk

 debian/changelog           |  3 +++
 scripts/Makefile.am        |  1 +
 scripts/mk/Makefile.am     |  7 ++++++
 scripts/mk/buildtools.mk   | 56 ++++++++++++++++++++++++++++++++++++++++++++++
 scripts/mk/default.mk      |  2 +-
 scripts/t/mk.t             | 28 ++++++++++++++++++++++-
 scripts/t/mk/buildtools.mk | 21 +++++++++++++++++
 7 files changed, 116 insertions(+), 2 deletions(-)

commit d917dd74cfb8c78f7a99a7e02d4098866f3f763d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 18 03:02:58 2017 +0200

    dpkg-buildflags: Add support for new future feature area
    
    This new area includes an lfs feature, to be used instead of the
    getconf(1) interfaces which cannot support cross-building.

 debian/changelog              |  3 +++
 man/dpkg-buildflags.man       | 12 +++++++++++-
 scripts/Dpkg/BuildFlags.pm    |  6 +++---
 scripts/Dpkg/Vendor/Debian.pm | 15 +++++++++++++++
 4 files changed, 32 insertions(+), 4 deletions(-)

commit e59a804d37e129042be326702d6af62fda493f49
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 25 03:14:51 2017 +0200

    Dpkg::Arch: Add new debarch_to_cpubits() function

 scripts/Dpkg/Arch.pm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit b9dd3e5dd385877c6c57157d47169f792aeff532
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 25 03:09:15 2017 +0200

    scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()

 scripts/Dpkg/Arch.pm          | 6 +++---
 scripts/Dpkg/Shlibs/Symbol.pm | 4 ++--
 scripts/dpkg-architecture.pl  | 8 ++++----
 scripts/t/Dpkg_Arch.t         | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 2125e8dd7388e2adb9b6c837f4832fe8f0f63b25
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 18 00:54:25 2017 +0200

    Dpkg::Vendor::Debian: Merge build flag methods into a single private method
    
    This reduces code redundancy, and makes it possible to reuse common code
    for various feature areas.

 debian/changelog              |   2 +
 scripts/Dpkg/Vendor/Debian.pm | 217 +++++++++++++++++++-----------------------
 2 files changed, 100 insertions(+), 119 deletions(-)

commit ec1eb273accae4f7d35d3ef840505fa400fbe82d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 15:44:41 2017 +0200

    scripts: Add support for source package Description and substvars
    
    We support a new source package Description field in debian/control
    that will be copied into the .dsc file. The field will also be used
    to initialize the new source:Synopsis and source:Extended-Description
    substvars that will be available when generating the DEBIAN/control
    and .changes files.
    
    Closes: #555743

 debian/changelog                   |  5 +++++
 man/deb-src-control.man            | 11 +++++++++++
 man/deb-substvars.man              |  8 ++++++++
 man/dsc.man                        | 10 ++++++++++
 scripts/Dpkg/Control/FieldsCore.pm |  8 ++++----
 scripts/Dpkg/Substvars.pm          | 26 +++++++++++++++++++++++++-
 scripts/dpkg-genchanges.pl         |  4 ++++
 scripts/dpkg-gencontrol.pl         |  4 ++++
 scripts/dpkg-source.pl             |  2 +-
 scripts/t/Dpkg_Control_Fields.t    | 13 +++++++------
 10 files changed, 79 insertions(+), 12 deletions(-)

commit fc57bf83dcb089b1cca96f6c08b2b375cc693995
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 04:15:11 2017 +0200

    dpkg-genchanges: Honor substvars in Description field
    
    This field can have substvars applied in the binary package, so it is a
    safe replacement compared to all other output fields. More so with the
    newly introduced S:<source-field> style automatic substvars.
    
    Closes: #856547

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

commit 6f406f2dc14e9cac1ee0385e422b6fa0bf8822cc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 02:14:18 2017 +0200

    Dpkg::Vendor::Debian: Mark powerpc as having builtin PIE

 debian/changelog              | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d920305d9deb52fa7c1fb8b0f01bfc31cf517e41
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 10 16:18:15 2017 +0200

    dpkg-genbuildinfo: Add support for new Build-Kernel-Version field
    
    Packages intended to be built in a generic way must never rely on the
    currently running kernel on the build system (an exception could be an
    optimization rebuild using the current system as the reference baseline).
    
    But to be able to detect when a package might not be reproducible due to
    varying kernel information it is still useful to be able to record this
    information. Although that information can be very sensitive.
    
    When the builder has explicitly enabled the Build-Kernel-Version field
    with the new dpkg-genbuildinfo --always-include-kernel option, it will
    get included in the generated .buildinfo file.
    
    Closes: #873937

 debian/changelog                   | 3 +++
 man/deb-buildinfo.man              | 6 ++++++
 man/dpkg-genbuildinfo.man          | 6 ++++++
 scripts/Dpkg/Control/FieldsCore.pm | 8 ++++++--
 scripts/dpkg-genbuildinfo.pl       | 9 +++++++++
 scripts/t/Dpkg_Control_Fields.t    | 6 +++---
 6 files changed, 33 insertions(+), 5 deletions(-)

commit b964b3d6270a6205b74c4910e6d2783123850982
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 15:01:21 2017 +0100

    dselect: Remove traces of non-US support from methods
    
    This has been obsoleted long ago.

 debian/changelog                         |  1 +
 dselect/methods/disk/install             |  2 +-
 dselect/methods/disk/setup               |  5 +----
 dselect/methods/disk/update              |  7 +++----
 dselect/methods/ftp/setup.pl             |  4 ----
 dselect/methods/multicd/README.multicd   |  4 ----
 dselect/methods/multicd/desc.multi_mount |  5 ++---
 dselect/methods/multicd/desc.multi_nfs   |  4 ++--
 dselect/methods/multicd/setup            | 14 +-------------
 dselect/methods/multicd/update           |  6 +++---
 10 files changed, 14 insertions(+), 38 deletions(-)

commit eeaf7bae8e6482646f268c4d4a57cb328e2cd250
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 04:50:54 2017 +0100

    dselect: Remove long obsolete floppy method

 TODO                               |   1 -
 debian/changelog                   |   1 +
 dselect/methods/Makefile.am        |   6 --
 dselect/methods/floppy/desc.floppy |   9 ---
 dselect/methods/floppy/install     | 113 -------------------------------------
 dselect/methods/floppy/names       |   1 -
 dselect/methods/floppy/setup       |  89 -----------------------------
 dselect/methods/floppy/update      |  89 -----------------------------
 man/dselect.man                    |   2 +-
 9 files changed, 2 insertions(+), 309 deletions(-)

commit e0396b06cb90801eaa3b66a6aac6e471019f6cfc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Sep 25 21:14:26 2017 +0200

    Update German translation of manual pages
    
    Update to 2892t1f.

 man/po/de.po | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 248 insertions(+), 31 deletions(-)

commit 0b74be976effc25d222c8f548aea3f8e8f184b48
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Sep 25 19:04:21 2017 +0200

    Update German scripts translation
    
    Update to 594t.

 scripts/po/de.po | 79 +++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 55 insertions(+), 24 deletions(-)

commit ce7d7276c3c3baa197a895ef408fe57218dee65f
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Sep 24 22:02:31 2017 +0200

    German dpkg translation update
    
    Update to 1105t.

 po/de.po | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit b77da84672f77ee4eafaef8a308555c496335738
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 21:00:06 2017 +0200

    debian: Add support for DPKG_ROOT in dpkg maintainer scripts

 debian/changelog     | 1 +
 debian/dpkg.postinst | 2 +-
 debian/dpkg.postrm   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit f310046425d3527cfad39072216373f34af9ca31
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 20:57:22 2017 +0200

    debian: Remove alternative logs when purging dpkg (!?)

 debian/changelog   | 1 +
 debian/dpkg.postrm | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit b7507002eeac63c580e8ea9d8c8e1e9071733150
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 18:35:16 2017 +0200

    debian: Remove maintscript code for downgrades to ancient dpkg versions
    
    The code here was handling pre-triggers and pre-multiarch downgrades.

 Makefile.am        |   1 -
 debian/changelog   |   2 +
 debian/dpkg.postrm |  17 ------
 debian/dpkg.prerm  | 149 -----------------------------------------------------
 4 files changed, 2 insertions(+), 167 deletions(-)

commit 2910d4924d49f536e71b748978370e9122fe3f4b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 18:33:34 2017 +0200

    debian: Remove workaround for ancient gcc w/o stackprotectorstrong support

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

commit bd882f3f0ac1c062f9ad39053a6c5b94b4458a50
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 18:31:44 2017 +0200

    debian: Remove Replaces and Breaks for ancient transitions

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

commit 6f4209e478c76f96b49def24e83db88ed88395d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 18:16:10 2017 +0200

    debian: Remove ancient code recompressing alternatives database backups
    
    The code converted the backups from xz to gzip in the dpkg daily cron
    job due to a short-lived change that compressed the database backups
    in xz.

 debian/changelog       |  2 ++
 debian/dpkg.cron.daily | 11 -----------
 2 files changed, 2 insertions(+), 11 deletions(-)

commit 72182989948d4bc9711174741c22b0fc66c348f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 18:11:05 2017 +0200

    debian: Split alternatives logrotate into its own configuration file
    
    This should help some downstreams and derivatives which package
    update-alternatives on its own package, for example.

 Makefile.am                                            | 1 +
 debian/changelog                                       | 2 ++
 debian/{dpkg.logrotate => dpkg.alternatives.logrotate} | 9 ---------
 debian/dpkg.logrotate                                  | 9 ---------
 debian/rules                                           | 1 +
 5 files changed, 4 insertions(+), 18 deletions(-)

commit fc7bd599cf17a34fd624e55e89af1637af7ff5d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 17:53:40 2017 +0200

    debian: Fix typo in changelog file

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 05deb17c83bccf1f25cb04f7a38eb2da0a9f5294
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 17:45:26 2017 +0200

    debian: Switch to debhelper compatibility level 10

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

commit 568428d42250abb3b8a6cc13cf16531e5981eb1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 17:31:09 2017 +0200

    debian: Bump Standards-Version to 4.1.0 (no changes needed)

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

commit 9c4320832595d8f8f5168a37679fc4e901a2e974
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 17:24:48 2017 +0200

    debian: Do not set redundant source compression to xz
    
    The default source compression has been xz for a while.

 Makefile.am           | 1 -
 debian/changelog      | 1 +
 debian/source/options | 2 --
 3 files changed, 1 insertion(+), 3 deletions(-)

commit 4dabb60bcd0488bac46e4f1daba8c0d8a0d8d65d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 20 02:13:52 2017 +0200

    debian: Set Rules-Requires-Root field to no

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

commit c365c51ea613d11b5cdc1c82f1f7062b990d5b07
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 19 02:29:49 2017 +0200

    scripts: Fix function signatures documentation

 debian/changelog          |  1 +
 scripts/Dpkg/Build/Env.pm | 10 +++++-----
 scripts/Dpkg/Vendor.pm    | 12 ++++++------
 3 files changed, 12 insertions(+), 11 deletions(-)

commit 04f99e25b9d4fa3f3d63b89ae4d702364d407c26
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 6 23:38:05 2015 +0100

    dpkg-buildflags: Add new --query command
    
    This command is equivalent to --status but in deb822 format.

 debian/changelog           |  2 ++
 man/dpkg-buildflags.man    | 30 ++++++++++++++++++++++++++++++
 scripts/dpkg-buildflags.pl | 42 +++++++++++++++++++++++++++++++++++++-----
 3 files changed, 69 insertions(+), 5 deletions(-)

commit fca1bfe8406898105d1d724fb808f0cbcf985ae4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 12:18:15 2017 +0200

    dpkg-buildpackage: Add support for rootless builds
    
    Implement the rootless-builds specification, by honoring the
    Rules-Requires-Root (R³) field.

 debian/changelog                   |   2 +
 man/deb-src-control.man            |  33 ++++++++++++
 man/dpkg-buildpackage.man          |   6 ++-
 scripts/Dpkg/Control/FieldsCore.pm |   5 ++
 scripts/dpkg-buildpackage.pl       | 100 ++++++++++++++++++++++++++++++++-----
 5 files changed, 132 insertions(+), 14 deletions(-)

commit b3608a01a8ac1416f0620bdf03d497c5b761b244
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 18 12:28:11 2017 +0200

    dpkg-buildpackage: Rename withecho to run_cmd

 scripts/dpkg-buildpackage.pl | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

commit 2ed19233dc9a6e123e3f66d3f475d65dc5933ea9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 18 12:25:59 2017 +0200

    dpkg-buildpackage: Error out if --as-root is passed w/o --rules-target

 debian/changelog             | 2 ++
 scripts/dpkg-buildpackage.pl | 5 +++++
 2 files changed, 7 insertions(+)

commit 2436807c87b033a1ea25164d3b951cd559084a5a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 12:15:32 2017 +0200

    dpkg-deb: Add support for rootless builds
    
    This sets the control member entries always to root:root, and makes it
    possible to do the same for the data member entries via the new
    --root-onwer-group option.
    
    Closes: #291320
    Based-on-patch-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog    | 4 ++++
 dpkg-deb/build.c    | 5 +++++
 dpkg-deb/dpkg-deb.h | 1 +
 dpkg-deb/main.c     | 3 +++
 man/dpkg-deb.man    | 9 +++++++++
 5 files changed, 22 insertions(+)

commit c6fa483ce9e3babd9a43ac30788c9101dca44d18
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 05:54:22 2017 +0200

    dpkg-deb: Refactor tarball_pack options into a new struct

 dpkg-deb/build.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit cd791ccf8117398ea765eda3a92db52a9cf04c23
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 12:04:15 2017 +0200

    dpkg-deb: Sanity check config maintainer script file type and permissions
    
    This is a well-known executable maintainer script, that ideally should
    be handled by dpkg itself. But for now we will at least sanity check its
    file type and permissions.

 debian/changelog | 2 ++
 dpkg-deb/build.c | 1 +
 lib/dpkg/dpkg.h  | 2 ++
 3 files changed, 5 insertions(+)

commit 11fce7c00e04a5b045ba733d574a304515f1321e
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Sep 16 15:54:18 2017 +0200

    doc: Add new rootless builds experimental draft specification
    
    [guillem@debian.org:
     - Mark the spec as an experimental draft.
     - Add new Background section.
     - Rename Package-Creation-Requires-Root to Rules-Requires-Root.
     - Rename dpkg/rules-requires-root to dpkg/target-subcommand.
     - Add new dpkg/target/<target-name> keyword.
     - Use dpkg-deb --build instead of dpkg --build.
     - Fix DPKG_GAIN_ROOT_CMD invocation, and denote it as the one to use
       instead of the alternative wrapper command.
     - Rearrange sections and reflow text. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile.am             |   1 +
 debian/changelog        |   3 +
 debian/dpkg-dev.docs    |   1 +
 doc/rootless-builds.txt | 161 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 166 insertions(+)

commit 943ebbb0b991b993fddad71b824965c530251c51
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 24 17:55:03 2017 +0200

    scripts/t: Switch from IO::String to native open support
    
    We can also remove the versioned dpkg-dev Build-Depends now that we
    do not use any build profile anymore.

 README                   |  1 -
 debian/changelog         |  3 +++
 debian/control           |  3 ---
 scripts/t/Dpkg_Control.t | 15 ++++++++-------
 scripts/t/Dpkg_Shlibs.t  | 21 +++++++++++----------
 5 files changed, 22 insertions(+), 21 deletions(-)

commit ff837f376cf97167e65b2b41e2e16103c98a911f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 17 12:01:45 2017 +0200

    scripts: Use split() with ' ' instead of /\s+/

 debian/changelog                  | 1 +
 scripts/Dpkg/Arch.pm              | 2 +-
 scripts/Dpkg/BuildProfiles.pm     | 4 ++--
 scripts/Dpkg/Shlibs/SymbolFile.pm | 2 +-
 scripts/dpkg-buildpackage.pl      | 4 ++--
 scripts/dpkg-source.pl            | 2 +-
 6 files changed, 8 insertions(+), 7 deletions(-)

commit 7c75716f63cce2eabe6430fb573d711d0e519b2d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 01:55:35 2017 +0200

    Dpkg::Control::HashCore: Use substr instead of a regex
    
    When we want to match the first character on a parsed control file line,
    using substr is more efficient than using a regex.

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit f0fa8190fe02bb9db8168ae6a67f592f135b06c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 15:07:53 2017 +0200

    Dpkg::Control::FieldsCore: Do not execute code at import time

 debian/changelog                   |  1 +
 scripts/Dpkg/Control/FieldsCore.pm | 32 +++++++++++++++++++++-----------
 2 files changed, 22 insertions(+), 11 deletions(-)

commit 42f6282a932b9908a2562f3b753348458917c9e3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 03:20:38 2017 +0200

    Dpkg::Control::FieldsCore: Remove dependency on Dpkg::Checksums

 debian/changelog                   |  1 +
 scripts/Dpkg/Control/FieldsCore.pm | 58 +++++++++++++++++++++++++-------------
 2 files changed, 40 insertions(+), 19 deletions(-)

commit 2cd5cb673398bb279a7a4bfce8a4b77ce2a08e17
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 7 08:28:50 2013 +0200

    Dpkg::Control::FieldsCore: Switch internal field name handling to lowercase
    
    Change field name handling to always work with them as lowercase, add a
    new name key to store the capitalized form, and use that when we need
    to return that form instead of computing it on every instance.

 debian/changelog                   |   2 +
 scripts/Dpkg/Control/FieldsCore.pm | 428 +++++++++++++++++++++++--------------
 2 files changed, 273 insertions(+), 157 deletions(-)

commit c670a64c1b430b0e49e673a746656493fd35bd4d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 31 12:02:50 2017 +0200

    scripts/t: Add new unit test for Dpkg::Control::Fields

 debian/changelog                |   1 +
 scripts/Makefile.am             |   1 +
 scripts/t/Dpkg_Control_Fields.t | 247 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 249 insertions(+)

commit 328edcc9229ee95402107b39b1041eb5aaa24405
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 2 02:03:01 2017 +0200

    Dpkg::Control::FieldsCore: Complete field order for all control types
    
    The CTRL_PKG_DEB and CTRL_FILE_STATUS types were missing some allowed
    fields in their order list, which meant that the field information was
    not coherent.

 debian/changelog                   |  2 ++
 scripts/Dpkg/Control/FieldsCore.pm | 11 ++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit f470b400c18e9c8dff7bc3bacec5753b8371ec5e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 2 02:01:10 2017 +0200

    Dpkg::Control::FieldsCore: Mark all missing CTRL_INDEX_* fields as allowed

 debian/changelog                   |  2 ++
 scripts/Dpkg/Control/FieldsCore.pm | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit fb45d741f8edb5f9282ff8aaf79cab7e86fa95dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 2 01:58:51 2017 +0200

    Dpkg::Control::Types: Move misplaced comments

 scripts/Dpkg/Control/Types.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit da7c7542f1337d15f1435ca30eb3a4348fefe3e7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 16 17:35:03 2017 +0200

    Dpkg::Changelog::Parse: Disable compression when using the default file

 debian/changelog                |  2 ++
 scripts/Dpkg/Changelog/Parse.pm | 13 +++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit dd196e60b1b18f8b127a06d24c9095a1696838f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 15:07:35 2017 +0200

    Dpkg::Gettxt: Add support for new DPKG_NLS environment variable
    
    When set to 0, it will disable NLS (i18n) support in the Dpkg modules,
    and reduce the load chain.

 debian/changelog        |  3 +++
 scripts/Dpkg/Gettext.pm | 33 ++++++++++++++++++++++++++-------
 2 files changed, 29 insertions(+), 7 deletions(-)

commit ff00042f3d77a2b8d122a7a7628d43a3e3bbf385
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 03:09:23 2017 +0200

    Dpkg::File: Move file_lock() into a new Dpkg::Lock module
    
    This reduces the load chain for several Dpkg modules.

 debian/changelog                  |  2 ++
 scripts/Dpkg/File.pm              | 33 ---------------------------------
 scripts/Dpkg/{File.pm => Lock.pm} | 11 +----------
 scripts/Makefile.am               |  2 ++
 scripts/dpkg-distaddfile.pl       |  2 +-
 scripts/dpkg-genbuildinfo.pl      |  2 +-
 scripts/dpkg-gencontrol.pl        |  2 +-
 scripts/po/POTFILES.in            |  1 +
 scripts/t/Dpkg_Lock.t             | 27 +++++++++++++++++++++++++++
 9 files changed, 36 insertions(+), 46 deletions(-)

commit 6f059fcf7b0d26ec6e4d6d3ea9a1ec342bd37f18
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 02:58:02 2017 +0200

    Dpkg::Vendor: Disable decompression support for origin files
    
    These files are not supposed to be compressed, disabling decompression
    support gives a significant performance improvement for anything that is
    making use of vendor hooks, even if indirectly.

 debian/changelog       | 1 +
 scripts/Dpkg/Vendor.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 9db913167657ce6c5b208c63117069813f15c0ea
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 02:58:02 2017 +0200

    Dpkg::Interface::Storable: Add new option to disable compression support
    
    Only load the Dpkg::Compression::FileHandle module if the compression
    option is enabled.
    
    Some control files are not supposed to ever be compressed, and making it
    possible to disable the compression support reduces substantially the
    amount of modules being loaded by default.

 debian/changelog                   |  2 ++
 scripts/Dpkg/Interface/Storable.pm | 40 +++++++++++++++++++++++++-------------
 2 files changed, 29 insertions(+), 13 deletions(-)

commit 47ccfd91e707720aa05296463673ed78c3e2e512
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 31 10:30:40 2017 +0200

    scripts/t: Avoid many function arguments in check_options()
    
    Fixes: Subroutines::ProhibitManyArgs
    Warned-by: perlcritic

 debian/changelog           |   1 +
 scripts/t/Dpkg_Changelog.t | 234 ++++++++++++++++++++++++++-------------------
 t/critic.t                 |   1 +
 3 files changed, 139 insertions(+), 97 deletions(-)

commit 417c80f6fbc6673aac6c42bb1fdc3e0280b01cd1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 31 03:29:53 2017 +0200

    Dselect::Ftp: Avoid many function arguments in do_connect()
    
    Addresses: Subroutines::ProhibitManyArgs
    Warned-by: perlcritic

 debian/changelog               |  1 +
 dselect/methods/Dselect/Ftp.pm | 38 ++++++++++++++++++++------------------
 dselect/methods/ftp/install.pl | 18 +++++++++---------
 dselect/methods/ftp/setup.pl   | 18 +++++++++---------
 dselect/methods/ftp/update.pl  | 36 ++++++++++++++++++------------------
 5 files changed, 57 insertions(+), 54 deletions(-)

commit 0d2b3cee25b74dd3fd9ddc3a469b8b144368c963
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 29 02:34:58 2016 +0200

    Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()
    
    Addresses: Subroutines::ProhibitManyArgs
    Warned-by: perlcritic

 debian/changelog                  |  1 +
 scripts/Dpkg/Shlibs/SymbolFile.pm | 44 +++++++++++++++++++++------------------
 2 files changed, 25 insertions(+), 20 deletions(-)

commit 600bf60bdf19b0857cf1fce0b01a281512b96dd2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 15:27:25 2017 +0200

    Dpkg::ErrorHandling: Move printforhelp initialization into usageerr()
    
    This way we remove code executed at import time.

 debian/changelog              | 1 +
 scripts/Dpkg/ErrorHandling.pm | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 5ea09cee634e4fe0cfac726937ccd2be81c272e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 15:21:33 2017 +0200

    Dpkg::ErrorHandling: Move color setup into report_pretty
    
    Call setup_color() only if we are going to print something, so that
    we remove code executed at import time.

 debian/changelog              | 1 +
 scripts/Dpkg/ErrorHandling.pm | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 8829502bfc75a74b1539634bb3ca1f801589c0ff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 00:36:21 2017 +0200

    Dpkg::ErrorHandling: Only load Term::ANSIColor if we are using colors
    
    If we are not using colors we should not be imposing the additional load
    times over most modules using the error handling functionality.

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

commit 79f7e1533187cabe9bf6c00777a101bfe48d0971
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 01:59:41 2017 +0200

    Dpkg::Vendor: Only load Dpkg::BuildOptions and Dpkg::Arch if needed
    
    The Dpkg::Vendor-specific modules are loaded as part of many other
    modules load-chains. But not all parts of these modules are used, as
    they are hook-specific. Switch these two modules to be required only
    when we are going over the specific code paths needing them.

 debian/changelog              |  3 +++
 scripts/Dpkg/Vendor/Debian.pm | 11 +++++++----
 scripts/Dpkg/Vendor/Ubuntu.pm | 10 +++++++---
 3 files changed, 17 insertions(+), 7 deletions(-)

commit 6217726eb5cfbc3b1ea4603b69bcb43881f29cbd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 00:35:11 2017 +0200

    Dpkg::Compression::FileHandle: Only load POSIX if we need signal handling
    
    If we are not using signal handling code we should not be imposing the
    additional load times over most modules using the transparent compression
    support, which currently includes all Dpkg::Control users.

 debian/changelog                       | 2 ++
 scripts/Dpkg/Compression/FileHandle.pm | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit ff4692b945e889a3618ccba448c1d735a6395243
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 15 01:59:41 2017 +0200

    Dpkg::Vendor::Ubuntu: Remove unused Dpkg::Path
    
    Missed in commit d62520090a7dafb123b6f1f4d4e9b61b75218057.

 debian/changelog              | 1 +
 scripts/Dpkg/Vendor/Ubuntu.pm | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

commit a4889aac5b4a5eaa66823df86575f30b00d741a4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 00:33:14 2017 +0200

    Dpkg::Source: Use Errno module instead of the slow to import POSIX

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

commit 6b15b128a22e4c825b8c32ccec56022baef1ac38
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 00:31:49 2017 +0200

    perl: Remove unused use POSIX module imports

 debian/changelog                  | 1 +
 scripts/Dpkg/Arch.pm              | 1 -
 scripts/Dpkg/Source/Package/V2.pm | 1 -
 scripts/Dpkg/Substvars.pm         | 2 --
 scripts/dpkg-shlibdeps.pl         | 1 -
 5 files changed, 1 insertion(+), 5 deletions(-)

commit ca2b8b44910acbc3adbb53dfb121f7f85fcebc81
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Sep 9 13:27:25 2017 +0200

    Update German translation of manual pages
    
    Update to 2869t1f.

 man/po/de.po | 338 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 267 insertions(+), 71 deletions(-)

commit 17319b5bd1271d88ef8dd55a64aa03cd12121c8a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 6 03:17:32 2017 +0200

    debian: Add bug closure for .buildinfo filename not using the binary version
    
    This was already fixed in commit f02d4572568398a55503351d9e5d04212a4207fc.
    
    Closes: #869236

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit 6a2ae2cbc78517698c77db762cd97b18b9389786
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 6 01:48:47 2017 +0200

    man: Remove recommendation to use Pre-Depends for trigger directives
    
    Closes: #864882

 debian/changelog     |  2 ++
 man/deb-triggers.man | 12 ++++--------
 2 files changed, 6 insertions(+), 8 deletions(-)

commit e6171e188e7c1fc7cfc9f159fe55abba7a1d128a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 5 03:27:31 2017 +0200

    man: Clarify that sanitize options should not be used for production builds
    
    Ref: http://www.openwall.com/lists/oss-security/2016/02/17/9

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

commit 05bbea38469409fd718e44cb550fabd2f1b073f5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 5 03:22:31 2017 +0200

    man: Document trailing commas as valid in debian/control dependency fields
    
    For any dependency field found on debian/control, trailing commas are
    accepted and eliminated when generating the binary control files. So
    that things like substvars can be used at the end of the list even if
    they produce no output.
    
    Prompted-by: Mattia Rizzolo <mattia@debian.org>

 debian/changelog        |  3 +++
 man/deb-src-control.man | 15 ++++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit ba9acf9f64928adf15e4ad470ac15c19ec095fab
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 00:56:38 2016 +0200

    man: Add new man page for debian/rules

 debian/changelog         |  1 +
 debian/dpkg-dev.manpages |  1 +
 man/Makefile.am          |  2 ++
 man/deb-src-rules.man    | 88 ++++++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg          |  3 ++
 5 files changed, 95 insertions(+)

commit e6e7cef81e77343249df5cffbcd4a9f0d06772de
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 26 15:50:37 2017 +0200

    man: Use correct name for archname validator value
    
    Reported-by: Niels Thykier <niels@thykier.net>

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

commit 0fe059239ea00e6c82830f15a9417889d2789839
Author: Jakub Wilk <jwilk@jwilk.net>
Date:   Thu Sep 7 01:46:58 2017 +0200

    libdpkg: Fix integer overflow in unit test
    
    Fixes: commit 59f63342b9121b9d941d3dbd09487c953a113f6e
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/t/t-deb-version.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9844b9425ed9571f72826ca5749b279891232f82
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 7 00:38:35 2017 +0200

    build: Remove references to deleted preinst files
    
    Fixes: commit c991f1bf5c799f72caecb6d62bcb339171796aa4

 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

commit 5b8693138c585b56a5f8c03223cce369f9790cfd
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Aug 29 21:05:40 2017 +0200

    German dpkg translation update
    
    Update to 1105t.

 debian/changelog |   1 +
 po/de.po         | 126 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 68 insertions(+), 59 deletions(-)

commit 79ef050500720eefa12afa14f11b775575bde385
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Aug 29 20:20:02 2017 +0200

    Update German translation of manual pages
    
    Update to 2845t1f.

 man/po/de.po | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

commit db370156fa34ddbc79d83e86326d4a3eadf0779d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 20 02:23:34 2017 +0200

    Dpkg::Source::Package::V1: Re-enable upstream tar signatures when building

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

commit b8639b63cbdb09569eb650d4605bfccc00aaf4ca
Author: Chris Lamb <lamby@debian.org>
Date:   Sat Aug 5 03:18:31 2017 +0200

    Dpkg::Substvars: Make the warnings output deterministic
    
    Closes: #870221
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          | 2 ++
 scripts/Dpkg/Substvars.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 3373f5f95ca6fd6590b9bd6efdb5fbca9853cb44
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 02:14:18 2017 +0200

    Dpkg::Vendor::Debian: Mark ppc64 as having builtin PIE

 debian/changelog              | 1 +
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 59f63342b9121b9d941d3dbd09487c953a113f6e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 20 10:03:33 2017 +0200

    libdpkg: Fix integer overflow in deb(5) version parser
    
    The previous code was both not checking for overflows, and triggering
    undefined behavior as it was overflowing a signed integer.
    
    Closes: #868356

 debian/changelog           |  2 ++
 lib/dpkg/deb-version.c     | 27 +++++++++++++++++++++------
 lib/dpkg/t/t-deb-version.c | 22 +++++++++++++++++++++-
 3 files changed, 44 insertions(+), 7 deletions(-)

commit 99b3e1c276af88327b5f9423cfdf75afead28018
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 02:03:29 2017 +0200

    perl: Use -> operator for function variables

 debian/changelog                  | 2 ++
 scripts/Dpkg/Deps.pm              | 6 +++---
 scripts/Dpkg/Dist/Files.pm        | 2 +-
 scripts/Dpkg/Exit.pm              | 2 +-
 scripts/Dpkg/Index.pm             | 4 ++--
 scripts/Dpkg/Shlibs/SymbolFile.pm | 4 ++--
 scripts/Dpkg/Source/Patch.pm      | 6 +++---
 scripts/dpkg-buildpackage.pl      | 2 +-
 scripts/dpkg-mergechangelogs.pl   | 6 +++---
 scripts/t/Dpkg_Compression.t      | 4 ++--
 10 files changed, 20 insertions(+), 18 deletions(-)

commit 3f2687270a406347a14463a5e3031d214827bf56
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 21 01:34:47 2017 +0200

    utils: Fix u-a man page section reference in README file
    
    Closes: #872309

 debian/changelog          | 2 ++
 utils/README.alternatives | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 38ec57a5ac6e82f3eb8835dd35b2b9b2821853b7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 14 02:02:30 2017 +0200

    t: Rename FIXME to BUG
    
    This is not something that we can easily fix, those are all upstream
    problems.

 t/critic/perlcriticrc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 0350aec23c0563aa63a0410ad5fa27e731cd94d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 5 03:15:44 2017 +0200

    man: The Testsuite field is comma-separated

 debian/changelog | 1 +
 man/dsc.man      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 6882258b4cbf28720252ea90a6c74342a20af897
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 12 01:38:04 2017 +0200

    man: Add section 7 man pages to .gitignore

 man/.gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 4ccf8231dd81902ff4c4df8f6e0f5f14dc008c73
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 12 14:32:51 2017 +0200

    Update German translation of manual pages
    
    Update to 2845t1f.

 man/po/de.po | 29 ++++++++---------------------
 1 file changed, 8 insertions(+), 21 deletions(-)

commit 6db1379ed6d9fbabbd04f95cf35795a360328e33
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 11 21:22:52 2017 +0200

    Add missing quote sign

 man/deb-src-control.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 37cd72b22e8ab3e06f3b922d6b9abef036756492
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 11 21:22:35 2017 +0200

    Add missing space

 man/deb-control.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ddf75c69ce91acf11656c70b2000609d2cbb48c1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 11 21:21:58 2017 +0200

    Update German translation of manual pages
    
    Update to 2842t3f1u.

 man/po/de.po | 215 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 131 insertions(+), 84 deletions(-)

commit 43a6207d9c91f612c1e843ba61e5a8feddbebe0c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 11 20:25:05 2017 +0200

    Update German scripts translation
    
    Update to 588t.

 debian/changelog | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ea49488a7a4e4c8cff0c408970f4d5623b9085da
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 11 20:24:24 2017 +0200

    Update German scripts translation
    
    Update to 588t.

 scripts/po/de.po | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 5df20387d3bab369759814bae8176d1810b1e66e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:47:43 2017 +0200

    man: Document that dependency fields in binary stanza can have restrictions
    
    The architecture specifications and the restriction formulas apply also
    to the dependency fields in the binary package stanzas in debian/control.

 debian/changelog        | 2 ++
 man/deb-src-control.man | 3 +++
 2 files changed, 5 insertions(+)

commit 28b48f61383084409d297a95e50d783bff032ebe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:46:33 2017 +0200

    man: Move udeb-specific fields to the end of the list of fields
    
    Mention that these fields are really udeb-specific.

 debian/changelog        |  2 ++
 man/deb-src-control.man | 23 ++++++++++++-----------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit e4f3b720bf7a4e092eaa1c75d064038425bb0afb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:17:52 2017 +0200

    man: Move Package-Type description just after the Package field

 debian/changelog        |  2 ++
 man/deb-src-control.man | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

commit 769e051eb653b3fc666205416ce8c68f14027e1b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:16:23 2017 +0200

    man: Write the actual glyphs used to delimit dependency restrictions

 debian/changelog        |  2 ++
 man/deb-src-control.man | 11 +++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 40fb9578f690aeff0bb52e76797fc89994553c66
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:15:21 2017 +0200

    man: Document Package-Type and Enhances fields in deb-control(5)

 debian/changelog    |  1 +
 man/deb-control.man | 10 ++++++++++
 2 files changed, 11 insertions(+)

commit a6c063d50048a04d023785540fda910e9de9a304
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:13:50 2017 +0200

    man: Sort control field export markers by tool order
    
    First we list source, then binary, then changes.

 debian/changelog        |  1 +
 man/deb-src-control.man | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit a8f8ee3fd4e6e26ad0afc8875b6553a435c23a0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:11:29 2017 +0200

    man: Remove reference to obsolete dpkg-cross(1)
    
    The dpkg-cross program and its package have been obsolete for some time,
    it is also unmaintained and bug-ridden with Debian policy violations.

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

commit 82dbfea51d1a44b13d2e4fb8cc4f06b534d39c29
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 8 18:10:04 2017 +0200

    man: Move deb-version man page to section 7
    
    This man page does not describe a file format, move it to the
    conventions section.

 debian/changelog         | 1 +
 debian/dpkg-dev.manpages | 2 +-
 man/Makefile.am          | 4 +++-
 man/deb-buildinfo.man    | 4 ++--
 man/deb-changelog.man    | 2 +-
 man/deb-changes.man      | 4 ++--
 man/deb-control.man      | 4 ++--
 man/deb-src-control.man  | 2 +-
 man/deb-version.man      | 4 ++--
 man/dsc.man              | 4 ++--
 10 files changed, 17 insertions(+), 14 deletions(-)

commit f02d4572568398a55503351d9e5d04212a4207fc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 5 16:33:41 2017 +0200

    dpkg-genbuildinfo: Always use the binary version for the .buildinfo filename
    
    We should use the binary (instead of the source) version for the
    .buildinfo filename, otherwise on binNMUs the filename will be wrong.
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog             | 2 ++
 man/deb-buildinfo.man        | 4 ++--
 man/dpkg-buildpackage.man    | 4 ++--
 man/dpkg-genbuildinfo.man    | 2 +-
 scripts/dpkg-genbuildinfo.pl | 5 +++--
 5 files changed, 10 insertions(+), 7 deletions(-)

commit 08ceaf0dd829aa1cee5382974ce29540955a25df
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 1 16:49:48 2017 +0000

    dpkg-shlibdeps: Cache get_control_path() calls
    
    It is basically a thin-wrapper around «dpkg-query --control-path» and
    the repeated calls add up to quite a sum.
    
    Results from a poor-mans performance test on ~90 ELF binaries from
    piglit:
    
      * BEFORE:
        real    0m35.892s
        user    0m15.652s
        sys     0m18.584s
    
      * AFTER:
        real    0m10.884s
        user    0m7.316s
        sys     0m3.296s
    
    Closes: #846405
    Based-on-patch-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          | 2 ++
 scripts/dpkg-shlibdeps.pl | 8 +++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 96a678f5adfb9328ad042254b9a60f3ec0dc75a7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 7 03:05:29 2017 +0200

    po: Add all source files to POTFILES.in files
    
    Even though some do not have any translation currently, not listing
    all the source files by principle means that we might start adding
    translated strings to existing files and forget to update the needed
    POTFILES.in.
    
    In this case also there were some files that did have translations.

 debian/changelog       |  1 +
 po/POTFILES.in         | 23 +++++++++++++++++++----
 scripts/po/POTFILES.in |  5 +++++
 3 files changed, 25 insertions(+), 4 deletions(-)

commit abad69ed09d0986bd4a554b5b5fc6779a7ef3d48
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Fri Jul 7 01:54:01 2017 +0200

    po: Update Dutch man page translation
    
    Closes: #862924
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 man/po/nl.po     | 106 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 51 insertions(+), 56 deletions(-)

commit 48e19bbcb6323d0fda5df367af994e5ff299d5e3
Author: Pietro Battiston <me@pietrobattiston.it>
Date:   Fri Jul 7 01:31:20 2017 +0200

    po: Fix in Italian program translation
    
    Closes: #864509
    Reviewed-by: Mattia Rizzolo <mattia@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit b7b077d09a8e004bd57da18923f5f14bf77e3160
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Jul 7 00:32:47 2017 +0200

    po: Update Simplified Chinese programs translation
    
    Closes: #867133
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 ++
 po/zh_CN.po      | 117 ++++++++++++++++---------------------------------------
 2 files changed, 37 insertions(+), 84 deletions(-)

commit c991f1bf5c799f72caecb6d62bcb339171796aa4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 7 00:21:50 2017 +0200

    debian: Remove preinst maintainer scripts for dselect and dpkg-dev
    
    These were upgrade recipes from 1.14.x, for an old /usr/share/doc
    symlink to directory switch.
    
    Closes: #867327

 debian/changelog        |  3 +++
 debian/dpkg-dev.preinst | 31 -------------------------------
 debian/dselect.preinst  | 31 -------------------------------
 3 files changed, 3 insertions(+), 62 deletions(-)

commit 10b721dc31872a1f561e2a25ae2331d1add9bfd3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 6 03:58:19 2017 +0200

    t-provides: Add versioned Provides version range case
    
    Suggested-by: Adrian Bunk <bunk@debian.org>

 t-provides/Makefile                           | 28 ++++++++++++++++++++++++++-
 t-provides/pkg-a-depends-ge-lt/DEBIAN/control |  8 ++++++++
 t-provides/pkg-b-provides-10/DEBIAN/control   |  8 ++++++++
 t-provides/pkg-c-provides-20/DEBIAN/control   |  8 ++++++++
 4 files changed, 51 insertions(+), 1 deletion(-)

commit b7f2c0a2e088a2ebf5f41bce7f2b5a55061f644c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 5 19:36:56 2017 +0200

    Update German translation of manual pages
    
    Update to 2843t1f.

 man/po/de.po | 53 +++++++++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 24 deletions(-)

commit 55c291c69bc9ee7c00731f4f5ffafd42673eb7d1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 4 03:33:25 2017 +0200

    s-s-d: Parse usernames and groupnames starting with digits correctly
    
    We should not consider a username or groupname that starts with digits
    as a valid uid or gid. When parsing integers we should parse the strings
    fully and not consider any partial parsing to be correct.
    
    Reported-by: Bodo Eggert <7eggert@online.de>

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

commit b8a9fefcfa67f7c93a526cfdb3c92943129f9d65
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 24 03:06:25 2017 +0200

    man: Update buildinfo information to match the current implementation

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

commit 398a4ae2cc734d6187af8972d5225dbf7e51fde7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 21 19:43:35 2017 +0200

    dpkg-source: Remove unused Dpkg::Index module import

 scripts/dpkg-source.pl | 1 -
 1 file changed, 1 deletion(-)

commit 976d6ad7be0b704fab3675175a051b9d94a9b68e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 13:55:03 2017 +0100

    Dpkg::Index: Add a new "unique_tuple_key" option to set_options()
    
    When the option is true it will set a get_func_key to a function that
    generates a unique tuple for that item. For CTRL_INDEX_SRC and CTRL_PKG_SRC
    use the Package and Version fields, for CTRL_INDEX_PKG and CTRL_PKG_DEB use
    the Package, Version and Architecture fields, all joined by "_" to index
    the entries.
    
    This behavior will become the default in dpkg 1.20.x. A deprecation
    warning will be emitted now requesting to set the option to true or
    to set a get_key_func options.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog      |  3 +++
 scripts/Dpkg/Index.pm | 69 +++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 62 insertions(+), 10 deletions(-)

commit 13a9dcf9c0396fe959a95508514695985ee98522
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 13:55:03 2017 +0100

    Dpkg::Index: Itemize the CTRL_* constants in the POD

 debian/changelog      |  1 +
 scripts/Dpkg/Index.pm | 50 +++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 42 insertions(+), 9 deletions(-)

commit ef8a0d63edcc867a66ddb10c801e4a8bb36c0111
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 4 05:05:41 2017 +0200

    test: Add missing POD stopwords
    
    Fixes: commit 2378fb62a7b0985aef451beb9ff856a4df5dd715

 t/pod-spell.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 8ee86f14b2525813a9fe8a2018d55b09b451b32e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 21 07:57:47 2017 +0200

    Fix changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 505c67eb0ce3a39219394e94ab6d27e0667f2b3e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 21 07:55:48 2017 +0200

    Update German translation of manual pages
    
    Update to 2843t1f.

 debian/changelog |  5 ++++-
 man/po/de.po     | 68 +++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 49 insertions(+), 24 deletions(-)

commit 68ddad3e87562ab2760a168482569a283d97375f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 21 00:20:20 2017 +0200

    debian: Install the perl module man pages from section 3perl
    
    Fixes: commit 0b020bec8cffe1bf21931f868262d7a34592d1a3

 debian/libdpkg-perl.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit efad997fbe3d4b4db0ba95fe42149cf6b56d48fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 22 18:49:14 2017 +0200

    man: Use command-string instead of command for dpkg-architecture -c argument
    
    Using the same name as the name in the SYNOPSIS, or the COMMANDS section
    seems confusing as it can be understood as the program accepting -c
    argument values without the -c command option.
    
    Reported-by: Johannes Schauer <josch@debian.org>

 debian/changelog          | 2 ++
 man/dpkg-architecture.man | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 5fe793718842afc08c81ab6b86209fa959bb9b60
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 16:53:28 2017 +0200

    man: Clarify behavior for dpkg-maintscript-helper
    
    Closes: #857852

 debian/changelog                | 1 +
 man/dpkg-maintscript-helper.man | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 5a16a039309ccc52892f628b761a16f2baedf79f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 15:01:20 2017 +0200

    man: Mark source:Version substvar in bold in deb-substvars(5)

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

commit 2378fb62a7b0985aef451beb9ff856a4df5dd715
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 03:51:03 2017 +0200

    man: Document currently accepted syntax for changelogs
    
    The current implementation supports several comment lines, VCS and
    editor variable settings which get ignored. In addition, to be able
    to handle ancient changelog entries, the parser will detect those and
    ignore while preserving them for output.
    
    Closes: #858579
    Reviewed-by: G. Branden Robinson <g.branden.robinson@gmail.com>

 debian/changelog                 |  3 +++
 man/deb-changelog.man            | 10 +++++++++-
 man/dpkg-mergechangelogs.man     |  4 ++--
 scripts/Dpkg/Changelog/Debian.pm |  8 ++++----
 4 files changed, 18 insertions(+), 7 deletions(-)

commit b22d5b1ba169c10a608c2f351cae32fd51206055
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 1 09:47:14 2017 +0000

    dpkg-shlibdeps: Remove unused my $file variable
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

 debian/changelog          | 2 ++
 scripts/dpkg-shlibdeps.pl | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f57835579cf70a7ed5569d84c30c25a901a18ca3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 20 05:06:17 2017 +0200

    test: Use Module::Metadata instead of grepping for $VERSION

 debian/changelog | 1 +
 t/pod-coverage.t | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 9e8530f5e7d89c8abe9e6cf782a11698f280127c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 00:16:49 2017 +0200

    test: Add new module-version unit test
    
    This will check that the module $VERSION matches the newest entry
    in the CHANGES section if there is any POD present.

 Makefile.am        |  1 +
 debian/changelog   |  2 ++
 t/module-version.t | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+)

commit 983c1bc74c8e036bc5ae6d9646474d8acbc9a112
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 00:12:01 2017 +0200

    Test::Dpkg: Add new all_perl_modules function

 debian/changelog     |  1 +
 scripts/Test/Dpkg.pm | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit c96fef71fc69b4d30ef60f7dfb5790fc1d5d31b6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 00:07:14 2017 +0200

    test: Disable perlcritic ValuesAndExpressions::ProhibitEscapedCharacter

 debian/changelog      | 1 +
 t/critic/perlcriticrc | 3 +++
 2 files changed, 4 insertions(+)

commit 27d8ebdbe3e106d2d16c37e9e3e4271308aab17a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 00:00:38 2017 +0200

    test: Enable perlcritic Documentation::RequirePodSections
    
    Declare the minimum required POD sections.

 debian/changelog      | 3 ++-
 t/critic.t            | 1 +
 t/critic/perlcriticrc | 7 ++++---
 3 files changed, 7 insertions(+), 4 deletions(-)

commit dd3cdbaf21841205a47d980a6678672973847d10
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 17 23:42:17 2017 +0200

    test: Enable perlcritic Miscellanea::ProhibitTies

 debian/changelog                       | 2 ++
 scripts/Dpkg/Compression/FileHandle.pm | 2 +-
 scripts/Dpkg/Control/HashCore.pm       | 2 +-
 t/critic.t                             | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

commit 0b020bec8cffe1bf21931f868262d7a34592d1a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 9 03:19:25 2017 +0200

    build: Install perl man pages in section 3perl

 debian/changelog    |  1 +
 scripts/Makefile.am | 12 +++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 7fd3dc1d6aed1c1a8a6bbe783d982e6db6073412
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 31 05:53:00 2017 +0200

    build: Do not override the default DEPENDENCIES for libdpkg
    
    Extend it instead, to make sure that we preserve the libcompat
    dependency generated from LIBADD.

 debian/changelog     | 1 +
 lib/dpkg/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 449adb2959642f8a10729a0cbf6eedf0cc4441b2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 22:49:18 2017 +0100

    build: Add new gcc-7 warnings

 debian/changelog    | 2 ++
 m4/dpkg-compiler.m4 | 2 ++
 2 files changed, 4 insertions(+)

commit 7f779d971f1f9af460cb2286047ab97e854796ac
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 06:25:26 2017 +0200

    Dpkg::Util: Remove and replace with core module List::Util
    
    Our current minimal Perl version contains a new enough List::Util module
    implementing none and any, and several other functions.

 debian/changelog                        |  3 ++
 scripts/Dpkg/Arch.pm                    |  2 +-
 scripts/Dpkg/BuildProfiles.pm           |  2 +-
 scripts/Dpkg/Changelog/Parse.pm         |  2 +-
 scripts/Dpkg/Deps.pm                    |  1 -
 scripts/Dpkg/Shlibs.pm                  |  2 +-
 scripts/Dpkg/Shlibs/Symbol.pm           |  2 +-
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  2 +-
 scripts/Dpkg/Source/Quilt.pm            |  2 +-
 scripts/Dpkg/Util.pm                    | 59 ---------------------------------
 scripts/Makefile.am                     |  2 --
 scripts/dpkg-genbuildinfo.pl            |  2 +-
 scripts/dpkg-genchanges.pl              |  2 +-
 scripts/dpkg-gencontrol.pl              |  2 +-
 scripts/dpkg-scanpackages.pl            |  2 +-
 scripts/dpkg-scansources.pl             |  2 +-
 scripts/dpkg-shlibdeps.pl               |  2 +-
 scripts/dpkg-source.pl                  |  2 +-
 scripts/po/POTFILES.in                  |  1 -
 scripts/t/Dpkg_Util.t                   | 38 ---------------------
 t/critic/perlcriticrc                   |  3 --
 t/pod-coverage.t                        |  2 +-
 22 files changed, 18 insertions(+), 119 deletions(-)

commit 810aa7aec63ded6de321bab69cd1b5e725a0fff1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 05:56:23 2017 +0200

    doc: Bump minimal Perl version to 5.20.2
    
    The Perl version in Debian jessie is 5.20.2, which is the release that
    will be oldstable once 1.19.x gets uploaded to Debian unstable.

 debian/changelog     | 3 ++-
 doc/coding-style.txt | 4 ++--
 m4/dpkg-progs.m4     | 2 +-
 t/minimum-version.t  | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

commit 090d1481ae666a7e1527c9e674424f7a4abb1b02
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 18 18:10:06 2017 +0200

    Remove accidentially forgotten ,fuzzy

 man/po/de.po | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

commit 65f96697fa0bedd74fd554244365943bc6014d3b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 18 05:28:32 2017 +0200

    Bump version to 1.19.0

 TODO             | 2 +-
 debian/changelog | 6 ++++++
 scripts/Dpkg.pm  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 4fd7def03c96e82c03773c6eca111cf244bae8c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 17 13:16:31 2017 +0200

    Release 1.18.24

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

commit 99eec1e82a7e6f020dc7f5a5eb7c5281517c670c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 17 13:27:04 2017 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  5 ++-
 dselect/po/cs.po        |  3 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +-
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 31 ++++++++++------
 man/po/dpkg-man.pot     | 21 ++++++-----
 man/po/es.po            | 15 +++++---
 man/po/fr.po            | 15 +++++---
 man/po/hu.po            | 15 +++++---
 man/po/it.po            | 15 +++++---
 man/po/ja.po            | 15 +++++---
 man/po/nl.po            | 24 +++++++++---
 man/po/pl.po            | 15 +++++---
 man/po/pt_BR.po         | 15 +++++---
 man/po/ru.po            | 15 +++++---
 man/po/sv.po            | 15 +++++---
 man/po/zh_CN.po         | 15 +++++---
 po/ast.po               | 14 +++----
 po/bs.po                | 12 +++---
 po/ca.po                | 29 +++++++++------
 po/cs.po                | 18 +++++----
 po/da.po                | 12 +++---
 po/de.po                | 12 +++---
 po/dpkg.pot             | 14 +++----
 po/dz.po                | 14 +++----
 po/el.po                | 14 +++----
 po/eo.po                | 12 +++---
 po/es.po                | 59 ++++++++++++++++++-----------
 po/et.po                | 14 +++----
 po/eu.po                | 12 +++---
 po/fr.po                | 12 +++---
 po/gl.po                | 14 +++----
 po/hu.po                | 14 +++----
 po/id.po                | 12 +++---
 po/it.po                | 12 +++---
 po/ja.po                | 12 +++---
 po/km.po                | 14 +++----
 po/ko.po                | 12 +++---
 po/ku.po                | 12 +++---
 po/lt.po                | 14 +++----
 po/mr.po                | 14 +++----
 po/nb.po                | 12 +++---
 po/ne.po                | 14 +++----
 po/nl.po                | 12 +++---
 po/nn.po                | 12 +++---
 po/pa.po                | 14 +++----
 po/pl.po                | 12 +++---
 po/pt.po                | 12 +++---
 po/pt_BR.po             | 14 +++----
 po/ro.po                | 12 +++---
 po/ru.po                | 12 +++---
 po/sk.po                | 12 +++---
 po/sv.po                | 12 +++---
 po/th.po                | 12 +++---
 po/tl.po                | 12 +++---
 po/tr.po                | 12 +++---
 po/vi.po                | 12 +++---
 po/zh_CN.po             | 12 +++---
 po/zh_TW.po             | 12 +++---
 scripts/po/ca.po        | 99 ++++++++++++++++++++++++++++---------------------
 scripts/po/de.po        | 19 ++++------
 scripts/po/dpkg-dev.pot | 13 +------
 scripts/po/es.po        | 21 +++++------
 scripts/po/fr.po        | 17 ++++-----
 scripts/po/pl.po        | 21 +++++------
 scripts/po/ru.po        | 17 ++++-----
 scripts/po/sv.po        | 21 +++++------
 94 files changed, 594 insertions(+), 528 deletions(-)

commit a373a65e062a47e572f96cf8242e0886de6a2923
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed May 17 20:31:16 2017 +0200

    Update German translation of manual pages
    
    Update to 2841t1f.

 debian/changelog |  2 +-
 man/po/de.po     | 26 ++++++++++++++++----------
 2 files changed, 17 insertions(+), 11 deletions(-)

commit 19cf51bc93a023fed4aa843dfd4090e537b20833
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 11 23:19:50 2017 +0100

    libdpkg: Improve tar metadata parsing
    
    Make the existing octal parser more robust, by checking for the expected
    format of leading zeros or spaces, followed by any ASCII octal characters
    (0-7), followed by zero or more space or NULs. Even though POSIX specifies
    that numerical fields should end with at least one space or NUL, we still
    support this extension which has been present in other implementations
    for a long time.
    
    Add support for base-256 encoded numeric fields, to support large
    values, for UID/GID, device number, size and even negative timestamps.
    This is necessary not only to be able to store larger values, but to
    cover packages that can already be generated by dpkg-deb, given that it
    uses the system GNU tar when building.
    
    Closes: #850834

 debian/changelog       |   8 +++
 lib/dpkg/libdpkg.map   |   2 +
 lib/dpkg/t/.gitignore  |   1 +
 lib/dpkg/t/Makefile.am |   1 +
 lib/dpkg/t/t-tar.c     | 148 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/tarfn.c       | 155 ++++++++++++++++++++++++++++++++++++++++++++-----
 lib/dpkg/tarfn.h       |   9 ++-
 man/deb.man            |   9 ++-
 8 files changed, 314 insertions(+), 19 deletions(-)

commit a6fbd1693e41d86db6884f1ce8b8576fcdeb7495
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 15 06:45:14 2017 +0200

    libdpkg: Do not parse device number for non block nor char tar entry objects
    
    We should not try to parse these fields if the tar entry is neither
    a block nor a char device.
    
    On older tar entries these fields will be all NULs, so it would make
    a parser expecting a somewhat strictly formatted octal value to error
    out.

 debian/changelog | 2 ++
 lib/dpkg/tarfn.c | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 7c58bb402d7e57312f89efae4a9d811b9b29d11a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 15 06:43:17 2017 +0200

    libdpkg: Handle files with non-zero sizes in c-tarextract test code
    
    The test suite only handles empty files, so it never had any problem
    with not skipping those objects. But when testing it on common data,
    and to make the code future-proof, we should just skip the file
    objects when parsing them.

 debian/changelog          |  1 +
 lib/dpkg/t/c-tarextract.c | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

commit 9507afd811a3d73822dc6a6b110bd602b82aad0b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 26 19:11:10 2017 +0200

    dpkg: Fix digest inference for shared conffiles
    
    The code in charge of inferring the digest for a conffile was
    checking the owning package status twice, and ignoring conffiles
    with a status lower than "unpacked" even if they had been configured
    previously and their md5sums were valid.
    
    This was causing bogus takeover unpack errors.
    
    Fixes: commit 05a8ddb482419d110571679a29bcd25e3c2b036d
    Closes: #861217
    Stable-Candidate: 1.17.x

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

commit 0970c5e5c48d24f5d723f0d0f0c0cec37338b59b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 16 17:20:13 2017 +0100

    dpkg: Fix conffile takeover handling during unpack on --root or diversions
    
    The current code was trying to stat(2) a conffile without taking into
    account a specified root directory, nor any possible diversions.
    
    But the check based on the device and inode was pretty much unnecessary
    because a simple string comparison is enough here, which as a bogus
    solves both problems by reducing the code size.
    
    Closes: #837051, #858004
    Stable-Candidate: 1.17.x

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

commit 7cdeb9bafb4512b29b40e3c74fef7ced7e03a01b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 29 23:43:49 2017 +0200

    Dpkg::Source::Package: Ignore debian/files and debian/files.new by default
    
    These are generated files, and these pathnames are part of the external
    interface. With the introduction of the buildinfo support, these get
    generated even on source builds, which means that it can disrupt
    previous workflows based on not cleaning the source tree, because they
    assumed that source-only builds did not have filesystem side-effects.

 debian/changelog                  | 6 ++++++
 scripts/Dpkg/Source/Package.pm    | 8 ++++++--
 scripts/Dpkg/Source/Package/V1.pm | 8 ++++++--
 3 files changed, 18 insertions(+), 4 deletions(-)

commit 45f0c9a93098af4173a6cd6c6a90b3e5d043f213
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 30 00:42:17 2017 +0200

    dpkg-genbuildinfo: Add duplicate prevention code for debian/files
    
    We should do something similar to what dpkg-gencontrol is doing, by
    preventing duplicated entries for the same file with different versions.
    
    In this case, because the assumption is that there can ever only be one
    buildinfo file for a «source» or «all» build, but possibly multiple for
    arch-specific builds (from another build driver than dpkg-buildpackage),
    we filter based on this.

 debian/changelog             |  4 ++++
 scripts/dpkg-genbuildinfo.pl | 14 +++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 8ffbe5f5c0012c740e1b61c460cea093ac080dea
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 22 18:48:10 2017 +0200

    dpkg-maintscript-helper: Print all unowned files from a directory
    
    Add a new internal command that is not part of the public interface,
    that takes care of checking whether a pathname is owned by a package.
    
    This internal command has some logic to prevent external abuse, by
    checking whether the parent has set a specific environment variable
    with a token that changes per release.
    
    The code will list all unowned files because xargs does not short-circuit
    on the first command erroring out, as long these do not terminate with an
    exit code of 255.
    
    Closes: #813454, #860238
    Based-on-patch-by: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>

 debian/changelog                   |  4 ++++
 scripts/dpkg-maintscript-helper.sh | 31 +++++++++++++++++++++++--------
 2 files changed, 27 insertions(+), 8 deletions(-)

commit 31f98198278ae0a70b5594680e05454a383ac175
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 23 04:51:58 2017 +0200

    dpkg-shlibdeps: Preserve the order when scanning symbols/shlibs files
    
    The code was getting all the possible shared library pathnames for the
    wanted SONAME, but was not preserving the order carefully constructed
    in find_library(), so we were overwriting symbols/shlibs information
    when parsing multiple entries, and selecting the symbols/shlibs files
    randomly based on the perl hash order.
    
    This causes regressions when multiple packages provide the same
    SONAME on different directories. An example would be libc6:amd64
    and libc6-amd64:i386.
    
    Fixes: commit a927295c93fb7a17742441aa863aaffcf4a351b5
    Closes: #860979
    Reported-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog          |  4 +++
 scripts/dpkg-shlibdeps.pl | 74 ++++++++++++++++++++++++++++++++---------------
 2 files changed, 55 insertions(+), 23 deletions(-)

commit 7c77a05faaff3e23ca39f27e946f4edee5b8b144
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 19 19:40:14 2017 +0100

    Dpkg::Source::Patch: Indented patch test-case
    
    POSIX specifies that a diff hunk can be indented by spaces or tabs
    (while the original patch(1) by Larry Wall also accepts 'X'), as long
    as the amount of spaces is consistent for all subsequent lines. And as
    we are not checking for this condition at all, any such indented hunk
    can avoid the sanity checks performed by Dpkg::Source::Patch.
    
    On systems using GNU patch >= 2.7.5, this should, in principle, not be
    a problem anymore, as that implementation protects against directory
    traversal issue. But on other systems where the patch implementation
    does not perform such checks (such as the BSDs) this is an issue, so
    check for this in the test-suite.
    
    Those are arguably all security issues in these various patch
    implementations, but given that we are performing sanity checks and that
    those implementations are currently very lax, it seems prudent to do the
    heavy lifting ourselves and also take the possible blame too.
    
    Ref: CVE-2017-8283
    Stable-Candidate: 1.17.x

 debian/changelog                                | 3 +++
 scripts/Makefile.am                             | 1 +
 scripts/t/Dpkg_Source_Patch.t                   | 6 +++++-
 scripts/t/Dpkg_Source_Patch/indent-header.patch | 9 +++++++++
 4 files changed, 18 insertions(+), 1 deletion(-)

commit 3a9f07899770432d25990e4cdd78974f8821520a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 5 19:09:07 2017 +0200

    Dpkg::Deps: Bump $VERSION to match the documented CHANGES
    
    The documentation on the CHANGES section did not match the current
    $VERSION, bump it so that it does, and document when it was actually
    bumped, so that users do not get confused.
    
    Fixes: commit 608f93858f2fc44e86538fbf585d4e0fa9cf7743

 debian/changelog     | 1 +
 scripts/Dpkg/Deps.pm | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 8ba04d41c839318b5a024f6c5298848d3b54c723
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 28 22:44:36 2017 +0200

    build: Detect the required GNU patch
    
    This makes sure the perl module is using a directory traversal resistant
    patch implementation, currently that's only GNU patch.
    
    Fixes: CVE-2017-8283
    Stable-Candidate: 1.17.x

 configure.ac                 |  1 +
 debian/changelog             |  4 ++++
 m4/dpkg-progs.m4             | 15 +++++++++++++++
 scripts/Dpkg.pm              | 13 ++++++++++++-
 scripts/Dpkg/Source/Patch.pm |  9 +++++----
 scripts/Makefile.am          |  2 ++
 6 files changed, 39 insertions(+), 5 deletions(-)

commit 068980536d9bf613cc0e0b6d17b49cc3e3b37313
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 28 22:44:36 2017 +0200

    build: Detect the required GNU tar
    
    For now we do require a GNU tar implementation, so let's check this
    explicitly in configure, so that downstream packagers do not get
    surprised when the code fails at run-time.
    
    In the future this should be lifted once we switch fully to an internal
    tar implementation.

 debian/changelog | 1 +
 m4/dpkg-progs.m4 | 3 +++
 2 files changed, 4 insertions(+)

commit b13055da588bd58617e7fdf453eff7453f9ec41a
Author: Michael Vogt <mvo@ubuntu.com>
Date:   Fri Mar 17 08:36:44 2017 +0100

    t-conffile-root-option: New test case
    
    [guillem@debian.org:
     - Protect check within a feature conditional.
     - Refactor root directory into a TEST_ROOT variable.
     - Use BEROOT when removing the chroot.
     - Minor formatting fixes for comments.
     - Remove empty blank last lines. ]
    
    Fixes: https://bugs.debian.org/858004
    Fixes: https://bugs.launchpad.net/bugs/1673247
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Feature.mk                                         |  1 +
 Makefile                                           |  3 ++
 t-conffile-root-option/Makefile                    | 36 ++++++++++++++++++++++
 .../pkg-conff-a-1/DEBIAN/conffiles                 |  1 +
 .../pkg-conff-a-1/DEBIAN/control                   |  7 +++++
 t-conffile-root-option/pkg-conff-a-1/test-conffile |  1 +
 .../pkg-conff-a-2/DEBIAN/control                   |  7 +++++
 .../pkg-conff-b-1/DEBIAN/control                   |  7 +++++
 .../pkg-conff-b-2/DEBIAN/conffiles                 |  1 +
 .../pkg-conff-b-2/DEBIAN/control                   |  7 +++++
 t-conffile-root-option/pkg-conff-b-2/test-conffile |  1 +
 11 files changed, 72 insertions(+)

commit d62520090a7dafb123b6f1f4d4e9b61b75218057
Author: Adam Conrad <adconrad@0c3.net>
Date:   Wed Apr 26 03:09:37 2017 +0200

    Dpkg::Vendor::Ubuntu: Remove obsolete hardening-wrapper support
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit bea859cbc426deec85729d363b9f63ec9d490d71
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 31 05:51:43 2017 +0200

    libdpkg: Add missing symbols to the map file
    
    This causes build failures when enabling the shared library.

 debian/changelog     |  1 +
 lib/dpkg/libdpkg.map | 11 +++++++++++
 2 files changed, 12 insertions(+)

commit 7e0656a1e1ab5177b5bacecad96ee0a1386b505a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 15 19:49:08 2017 +0100

    arch: Add support for ARM64 ILP32
    
    Closes: #824742
    Based-on-patch-by: Wookey <wookey@wookware.org>

 data/abitable         | 1 +
 data/ostable          | 1 +
 data/tupletable       | 1 +
 debian/changelog      | 3 +++
 scripts/t/Dpkg_Arch.t | 4 ++--
 5 files changed, 8 insertions(+), 2 deletions(-)

commit 747f3df99aa0263ba684c6ce317310b0c75f72c8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 6 22:28:45 2017 +0100

    build: Use libexec variable for auxiliary internal programs
    
    Using libdir is wrong, and doubly so when being referred from
    architecture independent files such as perl modules. This affects
    non-Debian based systems, which might by default use an arch varying
    libdir per architecture, for example when using the obsolete multilib
    layout.

 debian/changelog            | 3 +++
 debian/rules                | 1 +
 dselect/Makefile.am         | 3 ++-
 dselect/methods/Makefile.am | 2 +-
 man/Makefile.am             | 2 +-
 scripts/Makefile.am         | 2 +-
 6 files changed, 9 insertions(+), 4 deletions(-)

commit 24899e778c30cbbe399c1cc27f4a004faf33b7e1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 2 19:27:19 2017 +0200

    build: Spell builtin correctly
    
    This has no functional effect, it's just used for output.

 m4/dpkg-libs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ac578fa8c26729ae08594bd71275df6322f9a77f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 7 16:26:59 2017 +0200

    po: Add missing new lines in Catalan translation

 scripts/po/ca.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit d363dae69e329fa22289bc5c794c87162573f10d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 28 04:08:08 2017 +0200

    debian: Add missing changelog entries
    
    Entry for Spanish translation update. Multi-maintainer marking in
    1.18.23.

 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

commit f6cae61030e322b8815cc4f4a8a263c90447f6bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 29 23:43:11 2017 +0200

    po: Update Catalan translation

 debian/changelog |   7 +
 dselect/po/ca.po |  94 ++-----
 po/ca.po         | 364 ++++++++----------------
 scripts/po/ca.po | 834 +++++++++++++++++--------------------------------------
 4 files changed, 404 insertions(+), 895 deletions(-)

commit 451bd5d85672e60eed60ef2e24bf007182395e6d
Author: David Rabel <david.rabel@noresoft.com>
Date:   Sat Mar 11 12:51:48 2017 +0100

    po: Fix German man page translation
    
    Closes: #857449
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 3 +++
 man/po/de.po     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit e43d0d04e3376e104ab68ce61c23d941e970ca45
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 9 04:22:24 2017 +0100

    po: Unfuzzy strings after spelling fixes

 man/po/de.po            | 14 +++++++-------
 man/po/dpkg-man.pot     | 12 ++++++------
 man/po/es.po            | 16 ++++++++--------
 man/po/fr.po            | 24 ++++++++++++------------
 man/po/hu.po            | 14 +++++++-------
 man/po/it.po            | 16 ++++++++--------
 man/po/ja.po            | 16 ++++++++--------
 man/po/nl.po            | 14 +++++++-------
 man/po/pl.po            | 16 ++++++++--------
 man/po/pt_BR.po         | 14 +++++++-------
 man/po/ru.po            | 14 +++++++-------
 man/po/sv.po            | 16 ++++++++--------
 man/po/zh_CN.po         | 14 +++++++-------
 po/ast.po               |  8 ++++----
 po/bs.po                |  4 ++--
 po/ca.po                |  4 ++--
 po/cs.po                |  4 ++--
 po/da.po                |  4 ++--
 po/de.po                |  4 ++--
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  8 ++++----
 po/el.po                |  8 ++++----
 po/eo.po                |  4 ++--
 po/es.po                |  4 ++--
 po/et.po                |  4 ++--
 po/eu.po                |  4 ++--
 po/fr.po                |  4 ++--
 po/gl.po                |  8 ++++----
 po/hu.po                |  8 ++++----
 po/id.po                |  8 ++++----
 po/it.po                |  4 ++--
 po/ja.po                |  4 ++--
 po/km.po                | 12 ++++++------
 po/ko.po                |  8 ++++----
 po/ku.po                |  4 ++--
 po/lt.po                |  8 ++++----
 po/mr.po                |  8 ++++----
 po/nb.po                |  8 ++++----
 po/ne.po                |  8 ++++----
 po/nl.po                |  4 ++--
 po/nn.po                |  6 +++---
 po/pa.po                |  4 ++--
 po/pl.po                |  4 ++--
 po/pt.po                |  4 ++--
 po/pt_BR.po             |  8 ++++----
 po/ro.po                |  8 ++++----
 po/ru.po                |  4 ++--
 po/sk.po                |  6 +++---
 po/sv.po                |  4 ++--
 po/th.po                |  4 ++--
 po/tl.po                |  6 +++---
 po/tr.po                |  4 ++--
 po/vi.po                |  4 ++--
 po/zh_CN.po             |  4 ++--
 po/zh_TW.po             |  6 +++---
 scripts/po/ca.po        |  6 +++---
 scripts/po/de.po        |  6 +++---
 scripts/po/dpkg-dev.pot |  6 +++---
 scripts/po/es.po        |  6 +++---
 scripts/po/fr.po        |  6 +++---
 scripts/po/pl.po        |  6 +++---
 scripts/po/ru.po        |  6 +++---
 scripts/po/sv.po        |  6 +++---
 63 files changed, 242 insertions(+), 242 deletions(-)

commit 71db021361e25a46aebac52ca62e406d1e6c0f7c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 14 03:15:29 2017 +0100

    doc: Do not include mispellings in changelogs
    
    This makes detecting them more difficult, as they become a bunch of
    false-positives to wade through.

 ChangeLog.old        | 57 +++++++++++++++++++++++++---------------------------
 debian/changelog     | 20 +++++++++---------
 man/po/ChangeLog.old |  6 +++---
 po/ChangeLog.old     |  2 +-
 4 files changed, 42 insertions(+), 43 deletions(-)

commit 75033aa803928948d8bc422bf505ab99f72f0095
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 7 02:42:18 2017 +0100

    doc: Spelling fixes
    
    Spotted-by: Josh Soref <jsoref@gmail.com>

 ChangeLog.old    | 7 +++----
 debian/changelog | 4 ++--
 src/configure.c  | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

commit b46c8ba6504ab341d74e61f003124d772a3f3875
Author: Josh Soref <jsoref@gmail.com>
Date:   Sun Feb 26 22:14:52 2017 +0000

    doc: Spelling fixes
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 ChangeLog.old                      | 102 ++++++++++++++++++-------------------
 TODO                               |   6 +--
 debian/changelog                   |  78 ++++++++++++++--------------
 doc/README.api                     |   2 +-
 dpkg-deb/extract.c                 |   2 +-
 dselect/basecmds.cc                |   2 +-
 dselect/methods/floppy/update      |   2 +-
 dselect/methods/ftp/install.pl     |   2 +-
 dselect/pkgdepcon.cc               |   2 +-
 dselect/pkglist.cc                 |   2 +-
 lib/compat/obstack.c               |   2 +-
 lib/compat/obstack.h               |   2 +-
 lib/dpkg/dbdir.c                   |   4 +-
 lib/dpkg/debug.c                   |   2 +-
 lib/dpkg/debug.h                   |   2 +-
 lib/dpkg/fields.c                  |   4 +-
 lib/dpkg/report.c                  |   2 +-
 lib/dpkg/t/c-trigdeferred.c        |   2 +-
 lib/dpkg/t/t-ehandle.c             |   2 +-
 lib/dpkg/t/t-tarextract.t          |   2 +-
 lib/dpkg/t/t-treewalk.t            |   4 +-
 m4/dpkg-arch.m4                    |   2 +-
 man/deb-buildinfo.man              |   2 +-
 man/deb-version.man                |   2 +-
 man/dpkg-source.man                |   6 +--
 man/dpkg.man                       |   2 +-
 man/po/ChangeLog.old               |   2 +-
 po/ChangeLog.old                   |   4 +-
 scripts/Dpkg/Control/HashCore.pm   |   2 +-
 scripts/Dpkg/Shlibs/Symbol.pm      |   2 +-
 scripts/Dpkg/Source/Package.pm     |   2 +-
 scripts/dpkg-buildpackage.pl       |   6 +--
 scripts/dpkg-maintscript-helper.sh |   2 +-
 scripts/dpkg-shlibdeps.pl          |   2 +-
 scripts/t/Dpkg_Changelog.t         |   8 +--
 scripts/t/Dpkg_Changelog/shadow    |  20 ++++----
 scripts/t/Dpkg_Checksums.t         |   2 +-
 scripts/t/Dpkg_Dist_Files.t        |   2 +-
 scripts/t/Dpkg_Shlibs.t            |   6 +--
 scripts/t/Dpkg_Shlibs/ld.so.conf   |   6 +--
 scripts/t/Dpkg_Shlibs/ld.so.conf_2 |   2 +-
 scripts/t/dpkg_buildpackage.t      |   2 +-
 scripts/t/mk.t                     |   2 +-
 src/archives.c                     |   2 +-
 src/configure.c                    |   2 +-
 src/main.c                         |   2 +-
 src/t/dpkg_divert.t                |   2 +-
 src/trigproc.c                     |   2 +-
 48 files changed, 163 insertions(+), 161 deletions(-)

commit 4137592923011e34c865d34d202a02871c3840aa
Author: Miroslav Kure <kurem@debian.cz>
Date:   Sat May 6 13:20:04 2017 +0200

    Updated Czech translation

 debian/changelog |   3 +
 dselect/po/cs.po | 203 +++++++++++---------------
 po/cs.po         | 428 +++++++++++++++++--------------------------------------
 3 files changed, 221 insertions(+), 413 deletions(-)

commit ce003c48ef2226e65d9dabdbedb2512b56e1185f
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Apr 7 17:49:46 2017 +0200

    Updated Spanish translation

 po/es.po | 307 ++++++++++++++++++++-------------------------------------------
 1 file changed, 96 insertions(+), 211 deletions(-)

commit 00bff507e351682e9f5da1267d28192d776f0420
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 3 11:06:17 2017 +0200

    t-conffile-replaces-diverted: New test case

 Feature.mk                                              |  1 +
 Makefile                                                |  3 +++
 t-conffile-replaces-diverted/Makefile                   | 17 +++++++++++++++++
 .../pkg-conff-0/DEBIAN/conffiles                        |  1 +
 t-conffile-replaces-diverted/pkg-conff-0/DEBIAN/control |  7 +++++++
 t-conffile-replaces-diverted/pkg-conff-0/test/conffile  |  1 +
 t-conffile-replaces-diverted/pkg-conff-1/DEBIAN/control |  7 +++++++
 .../pkg-conff-move/DEBIAN/conffiles                     |  1 +
 .../pkg-conff-move/DEBIAN/control                       |  8 ++++++++
 .../pkg-conff-move/test/conffile                        |  1 +
 10 files changed, 47 insertions(+)

commit 7a315d3a5adfaab1a53167404e8d409539792fbd
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Tue Jan 31 08:17:06 2017 +0100

    build: Support running from path with spaces
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Test.mk              |  2 +-
 t-multiarch/Makefile | 44 ++++++++++++++++++++++----------------------
 t-triggers/Makefile  | 12 ++++++------
 3 files changed, 29 insertions(+), 29 deletions(-)

commit 5ea227a0ff5cc9b218f937cd6cfaa50ed5f32637
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Mon Mar 6 05:16:30 2017 +0100

    Add bug number for dpkg-maintscript-helper lack of non-root support
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 89f9f6ce119ecb0345b1404eea2853f156182601
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 6 06:52:13 2017 +0100

    Bump version to 1.18.24

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 933f2d62873822eae68fc082f69b4a7c48802c28
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 6 05:41:23 2017 +0100

    Release 1.18.23

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

commit f797959b4912b18b8f40768b08dad2ab774e1421
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 6 06:27:22 2017 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            |  32 ++++----
 man/po/dpkg-man.pot     |  46 +++++++-----
 man/po/es.po            |  71 ++++++++++--------
 man/po/fr.po            |  71 ++++++++++--------
 man/po/hu.po            |  50 +++++++------
 man/po/it.po            |  71 ++++++++++--------
 man/po/ja.po            |  69 ++++++++++--------
 man/po/nl.po            | 189 ++++++++++++++++++++++--------------------------
 man/po/pl.po            |  73 +++++++++++--------
 man/po/pt_BR.po         |  52 +++++++------
 man/po/ru.po            |  50 +++++++------
 man/po/sv.po            |  71 ++++++++++--------
 man/po/zh_CN.po         |  47 +++++++-----
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   4 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |  29 ++++++--
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |  15 +++-
 scripts/po/es.po        |  19 +++--
 scripts/po/fr.po        |  27 ++++++-
 scripts/po/pl.po        |  29 ++++++--
 scripts/po/ru.po        |  29 ++++++--
 scripts/po/sv.po        |  29 ++++++--
 94 files changed, 702 insertions(+), 521 deletions(-)

commit fa453ac3249430d39db85d814324e0eb7c874cd7
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Mon Mar 6 05:03:42 2017 +0100

    po: Update Dutch translations
    
    Closes: #856325, #856326
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   6 ++
 man/po/nl.po     | 163 +++++++++++++++++++++++++++++++------------------------
 po/nl.po         |  10 ++--
 3 files changed, 103 insertions(+), 76 deletions(-)

commit fe65fe1d82c1b3d84f5b733057a6ea809a229f82
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Feb 27 08:58:01 2017 +0100

    Update German translation of manual pages
    
    Update to 2841t1f.

 debian/changelog |  3 ++
 man/po/de.po     | 90 +++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 62 insertions(+), 31 deletions(-)

commit 643ae098b54463eed6c40869a03a72f43c946585
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Feb 27 08:41:40 2017 +0100

    Update German scripts translation
    
    Update to 589t.

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

commit f34ce936004583f3280182a9dcc3daa9295f56a0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 22:46:56 2017 +0100

    libdpkg: Use snprintf() instead of sprintf()
    
    The field width in a format string does not limit the number of bytes
    emitted, so we can overflow, even if we are checking the number of bytes
    written. Use snprintf() to limit the amount written.
    
    Warned-by: gcc-7

 debian/changelog | 2 ++
 lib/dpkg/ar.c    | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 63bf76937536f21b5ec110c75c166c3d7b343c76
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 22:44:29 2017 +0100

    dpkg: Add a comment on any switch case that falls through
    
    Warned-by: gcc-7

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

commit 7b1b21e4c94ca046141e4d13bd96a0a3d1b6169f
Author: Jörg Sonnenberger <joerg@netbsd.org>
Date:   Wed Feb 15 03:42:40 2017 +0100

    dselect: Do not depend on cxxabi.h to have declared __cxa_pure_virtual
    
    The C++ ABI specifies that these functions are within the “__cxxabiv1”
    namespace, and that “abi” is an alias to be used by userland. But in
    this case as we are replacing the implementation we should also use the
    same canonical namespace.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog       | 4 ++++
 dselect/cxx-support.cc | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 414903639c5c23ec4e346a011feea2deb7565be0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 22:40:20 2017 +0100

    s-s-d: Define _KMEMUSER for NetBSD
    
    We need to define this macro to be able to get the declarations for the
    struct proc and other struct kproc_info members.

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

commit 12af640e1bcfa7dd1327ccd0e5d775d7ba1571d2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 22:39:56 2017 +0100

    s-s-d: Use correct struct kinfo_proc ruid submember on NetBSD

 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 2 ++
 2 files changed, 4 insertions(+)

commit 2283f64a899e73d5e9db15508083fe31e995c4e1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 22:37:52 2017 +0100

    s-s-d: Use 5-argument kvm_getprocs() call form on OpenBSD

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

commit 6031615231a9fd4ba1d462aff9a1cb08037ca184
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 20:03:20 2017 +0100

    s-s-d: Rename err to ret as the former is a function on BSDs
    
    Do not shadow the global err() with a local variable.

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

commit a390de3632925cf1271523a8672dfb642caa68eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 20:01:14 2017 +0100

    test: Use the detected perl interpreter instead of a random one from PATH
    
    We check for a specific version of perl and store that in the PERL
    variable. But the shebangs on several test scripts hardcode a specific
    perl that might not be present or might not be recent enough. Always
    invoke perl scripts explicitly with PERL, or implicitly by letting the
    currently running interpreter use itself.

 check.am                      | 3 ++-
 debian/changelog              | 2 ++
 scripts/t/dpkg_buildpackage.t | 3 ++-
 scripts/t/dpkg_source.t       | 2 +-
 scripts/t/merge_changelogs.t  | 2 +-
 scripts/t/mk.t                | 4 ++--
 6 files changed, 10 insertions(+), 6 deletions(-)

commit 6acaea0708bd7f7c1e261fbb50e429b1efe10368
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 20:31:49 2017 +0100

    build: Do not fail on missing compression libraries or headers on check mode
    
    This is supposed to be the automatic detection mode, so we should cope
    gracefully with any of these being missing.
    
    Regression introduced in commit a166517a6d2f095c96b9661e8f2519470576a513.

 debian/changelog | 2 ++
 m4/dpkg-libs.m4  | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 94f8b385a6d433a0c84f2dda22dc8c0129dba915
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 13 06:00:50 2017 +0100

    build: Handle libmd implementations built into system libc
    
    As found on some BSD systems.

 debian/changelog |  2 ++
 m4/dpkg-libs.m4  | 13 +++++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 5c32516dcad58980481ae85c71e65eaeb97865e1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 19:58:09 2017 +0100

    build: Check <sys/proc.h> by also including <sys/param.h>
    
    On several BSD systems the header is not self-contained and requires
    <sys/param.h> to compile, add the pre-requisite so that the check
    succeeds there.

 configure.ac     | 6 +++++-
 debian/changelog | 3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

commit edeb1593a9e7e2a5a38f2b28841d831bfee4ee7d
Author: Thomas Klausner <wiz@NetBSD.org>
Date:   Sat Feb 11 19:55:16 2017 +0100

    libcompat: Do not redeclare sys_siglist when the system does so
    
    This can cause issues if the declaration is not exactly the same, and
    declaring it when the system already does is bogus no matter what.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog       | 3 +++
 lib/compat/strsignal.c | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

commit ce97c5865788e0d311645d12d1c84f6fdf1412ea
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 7 15:47:23 2017 +0100

    Dpkg::Vendor::Debian: Switch PIE handling to have no default (!)
    
    Delegate the setting to gcc builtin or an explicit request by a user.
    This is needed to cope with the general PIE brokenness situation in
    Debian, and the current specific brokenness of a Debian gcc patch
    mangling the dpkg build flags.
    
    This is wrong in so many levels, as we'll have discrepancies between
    architectures, the interface towards maintainers is inconsistent, and
    updating the PIE support needs touching and coordinating two places. But
    it's certainly the current lesser evil.
    
    Closes: #848129, #845550

 debian/changelog              |  5 +++++
 man/dpkg-buildflags.man       |  2 +-
 scripts/Dpkg/Vendor/Debian.pm | 15 ++++++++++++---
 3 files changed, 18 insertions(+), 4 deletions(-)

commit 8e6660991e63cce477c8cb2e2ba62237b351efc0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 7 01:51:12 2017 +0100

    Dpkg::Vendor::Debian: Mark more architectures as having gcc builtin PIE
    
    Specifically kfreebsd-amd64, kfreebsd-i386, sparc and sparc64.

 debian/changelog              | 2 ++
 man/dpkg-buildflags.man       | 5 +++--
 scripts/Dpkg/Vendor/Debian.pm | 3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit dded9f5b0699f5ddead03e46b58ce674effe7fe4
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Sat Feb 18 15:18:54 2017 +0100

    Dpkg::Source::Package: Add ‘.mnt-ignore’ to the default ignore lists
    
    Closes: #855450
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               | 3 +++
 scripts/Dpkg/Source/Package.pm | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 952326db379555e0f3241806a40e12cda3d8a205
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 12 01:31:25 2017 +0100

    Dpkg::Shlibs::Objdump: Do not parse bogus ELF binaries in get_format()
    
    If the ELF class or endianness are unknown or bogus, ignore the file.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog               | 2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 0fad19f2a3014b487d8c6dbcf70feac03ff0b693
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 8 06:08:03 2017 +0100

    Dpkg::Shlibs::Objdump:Object: Warn for unknown exec formats in analyze()
    
    Emit an explicit warning whenever we cannot detect the format for
    an executable object, instead of delegating this to the subsequent
    objdump, and letting it die, which ca be canfusing and is not
    future-proof.
    
    Closes: #854536

 debian/changelog               | 2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 5 +++++
 2 files changed, 7 insertions(+)

commit 1c1675500edf4285f87384af3e709c3801f87c51
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 8 06:08:03 2017 +0100

    Dpkg::Shlibs::Objdump: Fix read() error handling in get_format()
    
    The rest of the code handles non-binary files (ELF in this case)
    gracefully and ignores them, even though not very explicitly, as
    objdump will emit a warning that might be difficult to decrypt.
    
    We will still fail for other read failures that are not just
    short-reads, as those imply some actual problem with the passed files.
    
    Closes: #854536

 debian/changelog               | 2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 365056cc8f79a77bb4dd8fe3a8f0f6fccd1b9370
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 5 05:02:15 2017 +0100

    t-buildinfo: Add new test case

 t-buildinfo/.gitignore                      |  2 ++
 t-buildinfo/Makefile                        | 11 +++++++++++
 t-buildinfo/db-buildinfo/status             | 28 ++++++++++++++++++++++++++++
 t-buildinfo/db-buildinfo/updates/.keep      |  0
 t-buildinfo/pkg-source/debian/changelog     |  5 +++++
 t-buildinfo/pkg-source/debian/control       | 13 +++++++++++++
 t-buildinfo/pkg-source/debian/files         |  2 ++
 t-buildinfo/pkg-source/debian/source/format |  1 +
 8 files changed, 62 insertions(+)

commit e8f3d891884738f5283112b24a4f5dd35901e2fd
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Sun Feb 5 04:16:57 2017 +0100

    build: Add not-root support
    
    This addes a new unprivileged execution mode. For now many tests get
    disabled because they do not currently support that mode, but they will
    be getting enabled as the required features are added.
    
    [guillem@debian.org:
     - Set DPKG_NOT_ROOT if not-root is in DPKG_TESTSUITE_OPTIONS.
     - Rework BEROOT and DPKG_ENV variable handling.
     - Minor style fixes. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Feature.mk           |  4 ++++
 Makefile             | 21 ++++++++++++++++++++-
 README               |  6 +++++-
 Test.mk              | 19 ++++++++++++++-----
 db-regen             |  3 +++
 t-multiarch/Makefile | 16 +++++++++++++++-
 t-triggers/Makefile  |  6 ++++++
 7 files changed, 67 insertions(+), 8 deletions(-)

commit 98e6ae2a98e375a192b9b30915afeeb3ff725aad
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 26 18:52:11 2017 +0100

    build: Do not check builtin build dependencies
    
    We assume that we have the required builtin build dependencies, and will
    try to check only the explicit dependencies specified in the control
    file.

 Feature.mk | 1 +
 Test.mk    | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit b492d69e5a6ec072d5aebf9d6a14a69a3ef4d569
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Sun Feb 5 03:22:03 2017 +0100

    build: Use DPKG_INSTDIR or DPKG_ROOT for global paths
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-conffile-conflict/Makefile                       |   8 +-
 t-conffile-forceask/Makefile                       |   6 +-
 t-conffile-forcemiss/Makefile                      |   6 +-
 t-conffile-forcenew/Makefile                       |   6 +-
 t-conffile-normal/Makefile                         |   8 +-
 t-conffile-rename/Makefile                         |  26 ++---
 t-conffile-replaces-disappear/Makefile             |  10 +-
 t-conffile-replaces-downgrade/Makefile             |   2 +-
 t-conffile-replaces-existing-and-upgrade/Makefile  |   2 +-
 t-conffile-replaces-existing/Makefile              |   2 +-
 t-conffile-replaces-upgrade/Makefile               |   4 +-
 t-conffile-replaces/Makefile                       |   2 +-
 t-conffile-versioned-replaces-downgrade/Makefile   |   2 +-
 t-dir-leftover-parents/Makefile                    |   4 +-
 .../pkg-dir-shared-notempty/DEBIAN/postinst        |   2 +-
 .../pkg-dir-shared-notempty/DEBIAN/postrm          |   2 +-
 t-file-replaces-disappear/Makefile                 |  28 ++---
 t-file-replaces-versioned/Makefile                 |   2 +-
 t-file-replaces/Makefile                           |   2 +-
 t-filtering/Makefile                               |  68 +++++------
 t-multiarch/Makefile                               |  80 ++++++-------
 t-switch-symlink-abs-to-dir/Makefile               |   8 +-
 t-triggers-path/Makefile                           |   8 +-
 t-triggers-path/pkg-interest/DEBIAN/postinst       |   4 +-
 t-triggers/Makefile                                | 126 ++++++++++-----------
 t-triggers/pkg-triggers-await/DEBIAN/postinst      |   4 +-
 t-triggers/pkg-triggers-noawait/DEBIAN/postinst    |   4 +-
 t-triggers/pkg-triggers/DEBIAN/postinst            |   4 +-
 28 files changed, 215 insertions(+), 215 deletions(-)

commit 3fab9f4aa1b58f7bc649be48bf037ab1f0f01de1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 26 19:56:56 2017 +0100

    build: Rework PATH handling
    
    Move it before setting DPKG_ENV, and add it unconditionally.

 Test.mk | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 27bb073c1f40014c4eafbe43f150a76a02a6c542
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 8 05:04:34 2017 +0100

    Dpkg::Shlibs::Objdump: Do not special case EM_SPARC32PLUS for NetBSD
    
    The affected code in NetBSD was bogus, and has been removed now. So
    there is no point in trying to special case the EM_SPARC32PLUS ELF
    machine ID depending on the ELF class, for something that should never
    happen.
    
    Ref: https//gnats.netbsd.org/51925

 debian/changelog               |  3 +++
 scripts/Dpkg/Shlibs/Objdump.pm | 11 +----------
 2 files changed, 4 insertions(+), 10 deletions(-)

commit 64f4738462ac22904f4743278043aa15a69093b7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 16:37:20 2017 +0100

    dpkg-genbuildinfo: Declare .buildinfo format as stable with version 1.0
    
    All the currently planned changes have been done, let's bump the format
    version to denote a stable format, which will not change in incomatible
    changes any more without bumping the major version component.

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

commit 896a740cfe9f774bf266b1f94027a91a1072a12e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 03:12:37 2017 +0100

    dpkg-genbuildinfo: Handle unmatched virtual arch-qualified packages
    
    The dependency traversal code is currently broken, and this mostly
    papers over the issue. Properly fixing this involves changes all over
    the place, which would be too intrusive for this series.
    
    We should handle this gracefully, instead of letting perl die.
    
    Closes: #849944

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

commit d3c4079b124e592d3ab072c842da7b75fe937174
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 26 19:33:32 2017 +0100

    dpkg-buildpackage: Document --ignore-builtin-builddeps in --help output
    
    Missed in commit 98b3341f5f46866208862ff40e4336ff1a7e1cd3.

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

commit 75ef93c8bb14ed852c4dee24df3aa7eacc306f27
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 13 05:23:02 2017 +0100

    dpkg-source: Document --before-build and --after-build in --help output

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

commit 45eb890431c219b35055f98bdaa0f15587dca249
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 20:47:33 2017 +0100

    man: Clarify the requirements for deb-conffile(5) pathnames
    
    Closes: #854417
    Proposed-by: Dieter Adriaenssens <dieter.adriaenssens@gmail.com>

 debian/changelog      | 4 +++-
 man/deb-conffiles.man | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 807c31c54baebb72535bfedff50cd8ed45a7b3e5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 8 21:54:20 2017 +0100

    Minor fix
    
    Noted by looking at lintian warning

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

commit b1f9e2e4c743ab8db3f646423a718ec9e5a6fec3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 2 05:15:20 2017 +0100

    t-source-minimal: Ignore .buildinfo files

 t-source-minimal/.gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 7ae676e439f16465a4bc7d52314cdcc99f2b988b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 05:41:31 2017 +0100

    t-db: Add new unit tests for field blank lines lax parser

 Feature.mk                                     |  1 +
 t-db/Makefile                                  | 13 +++++++++++++
 t-db/db-field-blank-lines-update/status        | 13 +++++++++++++
 t-db/db-field-blank-lines-update/updates/.keep |  0
 t-db/db-field-blank-lines-update/updates/0001  | 13 +++++++++++++
 t-db/db-field-blank-lines/status               | 27 ++++++++++++++++++++++++++
 t-db/db-field-blank-lines/updates/.keep        |  0
 7 files changed, 67 insertions(+)

commit 513bbda90f15b763653b842180b77088f1d790eb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 06:28:43 2017 +0100

    Bump version to 1.18.23

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 2240c05fea67fd57f182344a237d02ef58ed9629
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 05:51:06 2017 +0100

    Release 1.18.22

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

commit 113d307f3a3ac6b89855620d5c8a3a7fed038c3e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 05:48:49 2017 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 4 ++--
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/et.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/po/de.po            | 2 +-
 man/po/dpkg-man.pot     | 4 ++--
 man/po/es.po            | 2 +-
 man/po/fr.po            | 2 +-
 man/po/hu.po            | 2 +-
 man/po/it.po            | 2 +-
 man/po/ja.po            | 2 +-
 man/po/nl.po            | 2 +-
 man/po/pl.po            | 2 +-
 man/po/pt_BR.po         | 2 +-
 man/po/ru.po            | 2 +-
 man/po/sv.po            | 2 +-
 man/po/zh_CN.po         | 2 +-
 po/ast.po               | 2 +-
 po/bs.po                | 2 +-
 po/ca.po                | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dpkg.pot             | 4 ++--
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/et.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/id.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nl.po                | 2 +-
 po/nn.po                | 2 +-
 po/pa.po                | 2 +-
 po/pl.po                | 2 +-
 po/pt.po                | 2 +-
 po/pt_BR.po             | 2 +-
 po/ro.po                | 2 +-
 po/ru.po                | 2 +-
 po/sk.po                | 2 +-
 po/sv.po                | 2 +-
 po/th.po                | 2 +-
 po/tl.po                | 2 +-
 po/tr.po                | 2 +-
 po/vi.po                | 2 +-
 po/zh_CN.po             | 2 +-
 po/zh_TW.po             | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 4 ++--
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 94 files changed, 98 insertions(+), 98 deletions(-)

commit 66f0819359a5b40a845213348772033c353d30ae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 05:21:26 2017 +0100

    Dpkg::Shlibs::Objdump: Mask ABI bits in flags for ARM
    
    These are too unreliable for exact matches. There are objects with
    EABIv4 in the wild, even when the current is EABIv5. The soft and
    hard float flags are not always set on armel and armhf respectively,
    although the Tag_ABI_VFP_args attribute in the the ARM attribute
    section should always be present on armhf. And there are cases were
    both soft and hard float flags are set at the same time(!).
    
    Mask all flags on ARM, so that we get back to the previous behavior
    with objdump. We can try to revisit this for a better matching during
    the dpkg 1.19.x cycle.
    
    Closes: #853793

 debian/changelog               | 3 +++
 scripts/Dpkg/Shlibs/Objdump.pm | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit eeeae2acc87ab380b732491d22af7ec3f4b6b772
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 01:04:31 2017 +0100

    libdpkg: Turn status file parser errors on field blank lines into warnings
    
    Regression introduced in commit e4cb12a710457b103a7544c4de5e9fc1b2bd24d8.
    
    This has caused issues at least on Cydia installations. And it should
    have been introduced as a lax parsing error, only failing for new
    packages, and warn on already installed ones. Otherwise one cannot
    easily recover after upgrading to a new dpkg on an affected system.
    
    Reported-by: Jay Freeman <saurik@saurik.com>
    Stable-Candidate: 1.17.x

 debian/changelog   |  5 +++++
 lib/dpkg/dpkg-db.h |  4 +++-
 lib/dpkg/parse.c   | 12 ++++++++----
 3 files changed, 16 insertions(+), 5 deletions(-)

commit 2906c9de5ee60b8cdfe09c8bfefa3c00721416be
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Wed Feb 1 05:30:52 2017 +0100

    po: Update Turkish programs translations
    
    Closes: #853202
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +
 po/tr.po         | 193 ++++++++++++++-----------------------------------------
 2 files changed, 53 insertions(+), 143 deletions(-)

commit 9ef2064880c0972949623406738d708e58614562
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 30 19:46:04 2017 +0100

    Update German scripts translation
    
    Update to 588t.

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

commit 5a50df9e31c2e203e576e09c906e5b6f85d5512e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 18:51:48 2017 +0100

    doc: Document that using eatmydata improves performance significantly
    
    Suggested-by: James Clarke <jrtc27@jrtc27.com>

 README | 3 +++
 1 file changed, 3 insertions(+)

commit bb164350b32529ae030268ee0094644adb716b9e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 18:50:52 2017 +0100

    doc: Document required actions after first clone
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 README | 2 ++
 1 file changed, 2 insertions(+)

commit c88d6b3f4374263749a3519269eba11f10fd19bc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 18:47:55 2017 +0100

    doc: Add a fat warning on the current run requirements

 README | 7 +++++++
 1 file changed, 7 insertions(+)

commit 8241647cbae784a0339665dbdd1aa891d9f191fb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 18:46:11 2017 +0100

    build: Preserve dynamic linker environment variables through sudo
    
    We need these variables preserved in case we want to run fakeroot,
    eatmydata or similar programs.

 Test.mk | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit 1e459c8c1ec2bdd64afd4698af791a24cb9e98db
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 29 21:09:15 2017 +0100

    Bump version to 1.18.22

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 447a8c37501bccf7b1b6f3c34231a806ffb1fae9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 29 20:30:05 2017 +0100

    Release 1.18.21

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

commit 35dcf8c31f41cc052d3c438e0e361154bbc7a3dc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 29 20:43:52 2017 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 45 +++++++++++++++++++--------------------------
 man/po/dpkg-man.pot     | 24 ++----------------------
 man/po/es.po            | 28 ++++++----------------------
 man/po/fr.po            | 28 ++++++----------------------
 man/po/hu.po            | 28 ++++++----------------------
 man/po/it.po            | 28 ++++++----------------------
 man/po/ja.po            | 28 ++++++----------------------
 man/po/nl.po            | 45 +++++++++++++++++----------------------------
 man/po/pl.po            | 28 ++++++----------------------
 man/po/pt_BR.po         | 26 +++++---------------------
 man/po/ru.po            | 28 ++++++----------------------
 man/po/sv.po            | 28 ++++++----------------------
 man/po/zh_CN.po         | 22 +---------------------
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 94 files changed, 176 insertions(+), 378 deletions(-)

commit d5a9cf8b9dcfbb717c7748e1ffd2e287e12b035d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 29 20:28:15 2017 +0100

    Revert "dpkg-source: Generate Testsuite-Restrictions fields from test restrictions"
    
    This reverts commit 9899bdcf9bde76d969b124abf0a898fcbb202c70.
    
    This change is contentious and should have been discussed more widely.
    Given that this has been live only for a couple of days, the impact
    should be minimal, but still something to take into account once and
    if this gets reintroduced, in the same or different form and shape.
    
    Closes: #852820

 debian/changelog                      |  5 +++++
 man/dsc.man                           |  7 -------
 scripts/Dpkg/Control/FieldsCore.pm    |  7 +------
 scripts/Makefile.am                   |  1 -
 scripts/dpkg-source.pl                | 17 -----------------
 scripts/t/dpkg_source.t               | 16 +---------------
 scripts/t/dpkg_source/testsuite_4.dsc | 17 -----------------
 7 files changed, 7 insertions(+), 63 deletions(-)

commit ca30a8d1dbbf5f978242b90d4f690116ae7004a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 29 01:07:38 2017 +0100

    Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical ones
    
    Some ELF binaries contain alternative or old ELF machine types, which
    should match with their canonical forms. Map those before encoding the
    ABI.
    
    We ignore some mappings for things that should certainly never appear
    in current systems. Of note are EM_PPC_OLD (17) that conflicts with
    EM_VPP550 (17), and EM_PJ_OLD (99) that conflicts with EM_SNP1K (99).
    
    Warned-by: rebootstrap

 debian/changelog               |  6 ++++++
 scripts/Dpkg/Shlibs/Objdump.pm | 49 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 994f53838d176b54a89d76e21a3cc66992c82849
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 28 11:00:17 2017 +0100

    Add missing markup to option

 man/dpkg-buildpackage.man |  2 +-
 man/po/de.po              | 61 +++++++++++++++++++++++++----------------------
 man/po/dpkg-man.pot       | 10 ++++----
 man/po/es.po              | 12 +++++-----
 man/po/fr.po              | 12 +++++-----
 man/po/hu.po              | 12 +++++-----
 man/po/it.po              | 12 +++++-----
 man/po/ja.po              | 12 +++++-----
 man/po/nl.po              | 12 +++++-----
 man/po/pl.po              | 12 +++++-----
 man/po/pt_BR.po           | 12 +++++-----
 man/po/ru.po              | 12 +++++-----
 man/po/sv.po              | 12 +++++-----
 man/po/zh_CN.po           | 12 +++++-----
 14 files changed, 105 insertions(+), 100 deletions(-)

commit 953b57bd95d33ae5c6c1edd021b21aed50e9ad99
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 28 10:47:59 2017 +0100

    Update German translation of manual pages
    
    Update to 2843t1f.

 debian/changelog |  3 ++-
 man/po/de.add    |  2 +-
 man/po/de.po     | 61 ++++++++++++++++++++++----------------------------------
 3 files changed, 27 insertions(+), 39 deletions(-)

commit b05ad4670360c758cd663d4e37115c10f9bbecdc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 07:10:34 2017 +0100

    Bump version to 1.18.21

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 8a71e426a1e11123fb0720a425a6c595bef08dbe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 06:32:59 2017 +0100

    Release 1.18.20

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

commit 3fe59e9e16733040fc61756c03206729223c5f96
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 06:28:28 2017 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 82 ++++++++++++++++++++++++++++++++++++-------------
 man/po/dpkg-man.pot     | 43 +++++++++++++++++++++-----
 man/po/es.po            | 43 ++++++++++++++++++++++----
 man/po/fr.po            | 43 ++++++++++++++++++++++----
 man/po/hu.po            | 43 ++++++++++++++++++++++----
 man/po/it.po            | 44 ++++++++++++++++++++++----
 man/po/ja.po            | 43 ++++++++++++++++++++++----
 man/po/nl.po            | 58 ++++++++++++++++++++++++++--------
 man/po/pl.po            | 43 ++++++++++++++++++++++----
 man/po/pt_BR.po         | 41 +++++++++++++++++++++----
 man/po/ru.po            | 43 ++++++++++++++++++++++----
 man/po/sv.po            | 43 ++++++++++++++++++++++----
 man/po/zh_CN.po         | 44 ++++++++++++++++++++++----
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 +--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  5 +--
 scripts/po/de.po        | 73 ++++++++++++++++++++++++++++++++++++++++---
 scripts/po/dpkg-dev.pot |  7 +++--
 scripts/po/es.po        |  5 +--
 scripts/po/fr.po        |  5 +--
 scripts/po/pl.po        |  5 +--
 scripts/po/ru.po        |  5 +--
 scripts/po/sv.po        |  5 +--
 94 files changed, 678 insertions(+), 195 deletions(-)

commit 10d8503da992b76502c829f7ddc111d45159d1fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 06:31:44 2017 +0100

    debian: Clarify previous Built-For-Profiles entry
    
    The information is also available in the .changes files.

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 823b72fa54eedec344d2c32c47bb4f1d5e24980a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 04:40:40 2017 +0100

    man: Document that Built-For-Profile is also included in .changes files
    
    Missed in commit 7662e0937bb064a0754d12605d80a96a17e2aadf.

 debian/changelog    | 2 ++
 man/deb-changes.man | 4 ++++
 2 files changed, 6 insertions(+)

commit afa428a4175c4aeeb640a4b9cb45a4fdb5ddf247
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 04:19:05 2017 +0100

    Dpkg::File: Disable the NFS-unsafe warning on Linux
    
    On Linux systems the flock() locks get converted to file-range locks on
    NFS mounts, which makes it safe.
    
    The correct solution here will be to completely get rid of the need to
    do any locking, which should also make parallel builds faster.
    
    Addresses: #677865 (on Linux)

 debian/changelog     | 2 ++
 scripts/Dpkg/File.pm | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 5124722df07abb3f440221c28bc578ed82844446
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 00:04:33 2017 +0100

    dpkg-buildpackage: Make --unsigned-changes not sign .buildinfo either
    
    There was no option to disable signing globally, so many users and
    tools rely on the two existing options to disable it. But with the
    introduction of signed .buildinfo files, there is no way for old tools
    to request the right thing.
    
    Abuse --unsigned-changes to mean not signing .buildinfo either.
    
    Closes: #852822

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

commit b29f31f1a0474bb66bf9b04b1e6627bfc5596b56
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 23:12:05 2017 +0100

    dpkg-buildpackage: Add new --no-sign option
    
    This option disables signing any file. This makes this option
    a future-proof way to disable all signing, in case we add yet more
    files to sign, so that programs do not have to keep learning what
    options to pass.

 debian/changelog             | 2 ++
 man/dpkg-buildpackage.man    | 7 ++++++-
 scripts/dpkg-buildpackage.pl | 6 ++++++
 3 files changed, 14 insertions(+), 1 deletion(-)

commit 8efe8ef48927c71df6809c0107db881a047e6c3f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 28 00:03:18 2017 +0100

    Dpkg::Shlibs::Objdump: Encode the ELF ABI as a big-endian byte stream
    
    This way when unpacking for output, the result gives meaningful results.

 debian/changelog               | 2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 0cdf7ebbbf1dd8192dc3e8dfde70ec40685b1926
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 23:03:29 2017 +0100

    Dpkg::Shlibs::Objdump: Mask ELF machine bits for SH and MIPS
    
    These do not define the ABI, and seem to be set depending on the ISA
    used. Mask them for now, and postpone possibly making more fine-grained
    matching in the future.

 debian/changelog               | 7 +++++++
 scripts/Dpkg/Shlibs/Objdump.pm | 4 +---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 9bb4b96cd4473ba70b750e69b87fceef0cc8cd85
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 27 16:08:07 2017 +0100

    Update German translation of manual pages
    
    Update to 2839t1f.

 debian/changelog |  3 +++
 man/po/de.po     | 43 +++++++++++++++++++------------------------
 2 files changed, 22 insertions(+), 24 deletions(-)

commit 4efa6adb87157b80a6a714afbf22c2546b5ee129
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 27 15:45:55 2017 +0100

    Update German scripts translation
    
    Update to 588t.

 debian/changelog |  3 ++-
 scripts/po/de.po | 80 ++++++--------------------------------------------------
 2 files changed, 10 insertions(+), 73 deletions(-)

commit bd7a9b52089ec294dadddb7318649e8a52c10793
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 06:51:41 2017 +0100

    Bump version to 1.18.20

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 7a623b48b62d50f388c072c22dd0304e0877540e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 05:43:49 2017 +0100

    Release 1.18.19

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

commit 51ceb559fa81e4eb2355bc278b993d3057d6e848
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 05:46:57 2017 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            |  63 +++++++--
 man/po/dpkg-man.pot     | 131 +++++++++++++------
 man/po/es.po            | 173 +++++++++++++++++++------
 man/po/fr.po            | 219 ++++++++++++++++++++++---------
 man/po/hu.po            | 138 ++++++++++++++------
 man/po/it.po            | 207 +++++++++++++++++++++---------
 man/po/ja.po            | 173 +++++++++++++++++++------
 man/po/nl.po            | 334 +++++++++++++++++++++++++++++++-----------------
 man/po/pl.po            | 175 ++++++++++++++++++-------
 man/po/pt_BR.po         | 140 ++++++++++++++------
 man/po/ru.po            | 147 ++++++++++++++-------
 man/po/sv.po            | 216 ++++++++++++++++++++++---------
 man/po/zh_CN.po         | 136 ++++++++++++++------
 po/ast.po               |  14 +-
 po/bs.po                |  14 +-
 po/ca.po                |  14 +-
 po/cs.po                |  14 +-
 po/da.po                |  14 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |  12 +-
 po/dz.po                |  14 +-
 po/el.po                |  14 +-
 po/eo.po                |  14 +-
 po/es.po                |  14 +-
 po/et.po                |  13 +-
 po/eu.po                |  14 +-
 po/fr.po                |  14 +-
 po/gl.po                |  14 +-
 po/hu.po                |  14 +-
 po/id.po                |  14 +-
 po/it.po                |  14 +-
 po/ja.po                |  14 +-
 po/km.po                |  14 +-
 po/ko.po                |  14 +-
 po/ku.po                |  14 +-
 po/lt.po                |  14 +-
 po/mr.po                |  14 +-
 po/nb.po                |  14 +-
 po/ne.po                |  14 +-
 po/nl.po                |  63 ++-------
 po/nn.po                |  14 +-
 po/pa.po                |  14 +-
 po/pl.po                |  14 +-
 po/pt.po                |  14 +-
 po/pt_BR.po             |  14 +-
 po/ro.po                |  17 ++-
 po/ru.po                |  14 +-
 po/sk.po                |  14 +-
 po/sv.po                |  14 +-
 po/th.po                |  14 +-
 po/tl.po                |  14 +-
 po/tr.po                |  14 +-
 po/vi.po                |  14 +-
 po/zh_CN.po             |  14 +-
 po/zh_TW.po             |  14 +-
 scripts/po/ca.po        |  57 ++++++---
 scripts/po/de.po        | 104 ++++++++++++---
 scripts/po/dpkg-dev.pot |  47 ++++---
 scripts/po/es.po        |  57 ++++++---
 scripts/po/fr.po        |  58 ++++++---
 scripts/po/pl.po        |  57 ++++++---
 scripts/po/ru.po        |  57 ++++++---
 scripts/po/sv.po        |  57 ++++++---
 94 files changed, 2528 insertions(+), 907 deletions(-)

commit a82a935a837a7d4c55a5dbb7281dbce87f0eeeb6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 13:52:32 2017 +0100

    dpkg-buildpackage: Add support for signed .buildinfo files
    
    Add new options -ui and --unsigned-buildinfo.
    
    Closes: #843925

 debian/changelog              |  2 ++
 man/dpkg-buildpackage.man     | 18 ++++++++++-----
 scripts/dpkg-buildpackage.pl  | 54 ++++++++++++++++++++++++++++++++-----------
 scripts/t/dpkg_buildpackage.t |  1 +
 4 files changed, 56 insertions(+), 19 deletions(-)

commit 633756be05d6dbd46f93f4211b44c2660dc8dc6c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 05:23:27 2017 +0100

    dpkg-genbuildinfo: Fix parsing of Pre-Depends and Depends
    
    The loop is per package stanza, so we need to parse both fields
    separately.
    
    Based-on-patch-by: Johannes Schauer <josch@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit c9b4ec6a1d80feea2f5c97bfaf435be75ca84cde
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 00:34:46 2016 +0100

    dpkg-genchanges: Fix check for expected number of binary artifacts
    
    Only count the binaries that we are going to include in the upload,
    instead of guessing using implicit counts.

 debian/changelog           |  2 ++
 scripts/dpkg-genchanges.pl | 11 ++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 0701185eae3629224a7f74a2ff1b8e1d08630180
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 00:25:38 2016 +0100

    dpkg-genchanges: Include .buildinfo files also for source-only uploads
    
    The .buildinfo file also makes sense on source-only uploads, because it is
    still a build. And more so when we have done a full build, but filtered the
    changes to only include the sources in the upload.
    
    In any case, this was the intended behavior from the beginning.
    
    Closes: #846164

 debian/changelog                                         | 2 ++
 scripts/dpkg-genchanges.pl                               | 6 ++++++
 scripts/t/dpkg_buildpackage/test-source_0_source.changes | 3 +++
 3 files changed, 11 insertions(+)

commit 5bddd2d7b9944ab2eacb1860ba625b69b0b4411c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 00:21:24 2016 +0100

    dpkg-genchanges: Do not compute the architecture list twice
    
    Just generate the list correctly when doing the initial filtering
    instead of having to do a useless two-pass.

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

commit fbc87b74543e9b20d9bcd6c85ec121db10bae523
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 00:16:14 2016 +0100

    dpkg-genchanges: Fold dist filtering and checksumming into initial loop
    
    We should not include architectures for artifacts we are not going to
    distribute. And we should not recompute the checksums for artifacts we
    have already computed.

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

commit 4b7990d7ec9af59678dbda90ba0b86d967c2a36b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 04:01:19 2017 +0100

    Revert "dpkg-genchanges: Only add architectures for .deb/.udeb artifacts"
    
    This reverts commit cae957871dad79bbd48e264611ad3b4ca146dd7c.
    
    This was done to handle the .buildinfo files, but the changes is bogus,
    as it breaks the historical behavior of taking into account non-deb
    files such as by-hand ones.

 debian/changelog           | 2 ++
 scripts/dpkg-genchanges.pl | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit c253c35957ecb2964774a28b0daa7e54275a7de9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 03:51:57 2017 +0100

    dpkg-genchanges: Invert the binary distribution loop inside-out
    
    Move the if conditional from outside to inside the loop, this way
    removing one nesting level.

 scripts/dpkg-genchanges.pl | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit cccf56a59647868cf0de0959c87ba4c07409d958
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 27 00:34:44 2017 +0100

    test: Rename parse_option to parse_features
    
    Missed in commit dad593660d922abce634542b43e9d56b03228a8c.

 scripts/t/Dpkg_BuildOptions.t | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit feab90e61d0cdaf113a8c233cc584f3125f85924
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 11:05:39 2016 +0100

    dpkg-genbuildinfo: Add initial support for DEB_BUILD_OPTIONS
    
    This will make it possible to enable or disable specific features that
    should be recorded in the .buildinfo file. For now only “all” and “path”
    are supported.
    
    Closes: #848705

 debian/changelog             |  4 ++++
 man/dpkg-genbuildinfo.man    | 14 ++++++++++++++
 scripts/dpkg-genbuildinfo.pl | 12 +++++++++---
 3 files changed, 27 insertions(+), 3 deletions(-)

commit dad593660d922abce634542b43e9d56b03228a8c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 00:06:35 2017 +0100

    Dpkg::BuildOptions: Add new parse_features() method
    
    This has been refactored from Dpkg::Vendor::Debian, to have a generic
    option parser.

 debian/changelog              |  2 ++
 scripts/Dpkg/BuildOptions.pm  | 45 +++++++++++++++++++++++++++++++++++++++++--
 scripts/Dpkg/Vendor/Debian.pm | 35 ++++++---------------------------
 scripts/t/Dpkg_BuildOptions.t | 38 +++++++++++++++++++++++++++++++++++-
 4 files changed, 88 insertions(+), 32 deletions(-)

commit 8ae966ae7d3635b8359829085db4262923ceae96
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 25 04:39:08 2017 +0100

    dpkg-shlibdeps: Improve ELF ABI mismatch detector
    
    The previous ELF ABI mismatch detector was very naïve, as the string
    returned by «objdump -a» is a very simplistic representation of the
    ELF ABI used.
    
    Switch to our own ELF header parser, so that we can distinguish based
    on the fields that define the object ABI.
    
    This is still not enough, and we will have collisions with things such
    as linux-i386 and hurd-i386, but most of the previously colliding
    objects are now filtered.
    
    This also makes us independent of objdump not supporting any unknown
    ELF object ABI.
    
    Closes: #849913

 debian/changelog               |   5 ++
 scripts/Dpkg/Shlibs.pm         |   3 +
 scripts/Dpkg/Shlibs/Objdump.pm | 127 ++++++++++++++++++++++++++++++++---------
 scripts/dpkg-shlibdeps.pl      |  11 ++--
 4 files changed, 113 insertions(+), 33 deletions(-)

commit 8c6b68c0b0c7d323dbd440f880f2661a2ea58c3b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 18:00:11 2017 +0100

    Dpkg::ErrorHandling: Add a new debug() function
    
    Switch scripts to use the new function instead of using ad-hoc
    implementations.

 debian/changelog              |  1 +
 scripts/Dpkg/ErrorHandling.pm | 19 +++++++++++++++++++
 scripts/dpkg-gensymbols.pl    | 14 ++++++++------
 scripts/dpkg-scansources.pl   |  8 +++-----
 scripts/dpkg-shlibdeps.pl     | 39 ++++++++++++++++++++-------------------
 5 files changed, 51 insertions(+), 30 deletions(-)

commit 1bb3cb87b16eefefb1e7e2728f50b2c7bad38846
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 13:21:49 2017 +0100

    test: Disable perlcritic ValuesAndExpressions::RequireNumberSeparators
    
    This test produces false positives on long hex numbers, even when they
    have been separated with underscores.

 t/critic.t            | 1 -
 t/critic/perlcriticrc | 7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)

commit 9d5e55d449a32a70158c81314649d312babd2684
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 13:44:31 2017 +0100

    build: Disable disk pre-allocation by default
    
    Contrary to what one would expect, this seems to be causing major issues
    in several "modern" filesystems, as it collides with the heuristics and
    optimizations that these try to perform.
    
    Disable this by default, but let the builder enable it again in case
    this is not a problem on certain systems.

 configure.ac     |  2 ++
 debian/changelog |  4 ++++
 lib/dpkg/fdio.c  |  9 +++++++++
 m4/dpkg-funcs.m4 | 15 +++++++++++++++
 4 files changed, 30 insertions(+)

commit c8153b8c748278098c3e87f966a8194b5825ad88
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 14:01:54 2017 +0100

    build: Rename DPKG_MMAP macro to DPKG_USE_MMAP

 configure.ac     | 2 +-
 m4/dpkg-funcs.m4 | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit eadff9fe58daa5fb3db91e670aeb8bba454b87af
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 26 13:56:19 2017 +0100

    debian: Add missing bug closure

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 004d506ee6bf1d97e9d6e2eff10af9ed6f3a64f6
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Thu Jan 26 23:11:09 2017 +0100

    po: Update Dutch translations
    
    Closes: #851889, #851891
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +
 man/po/nl.po     | 190 +++++++++++++++++++++++++++++--------------------------
 po/nl.po         |  72 +++++++++++----------
 3 files changed, 139 insertions(+), 125 deletions(-)

commit 70c3b045a657cd4923c1146c3b1b817b6337f6b2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 25 19:48:45 2017 +0100

    Update German translation of manual pages
    
    Update to 2836t1f.

 man/po/de.po | 42 +++++++++++++++++++++++++++++++++---------
 1 file changed, 33 insertions(+), 9 deletions(-)

commit 9899bdcf9bde76d969b124abf0a898fcbb202c70
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 16 22:39:38 2016 +0100

    dpkg-source: Generate Testsuite-Restrictions fields from test restrictions
    
    This information is currently only available in the Restrictions field in
    the debian/tests/control file.
    
    When dispatching tests, it might be inconvenient to have to download and
    unpack the source package beforehand. Let's expose this via the .dsc in
    a similar way we do for the Testsuite-Triggers field.
    
    Closes: #847926
    Based-on-patch-by: Iain Lane <laney@debian.org>

 debian/changelog                      |  3 +++
 man/dsc.man                           |  7 +++++++
 scripts/Dpkg/Control/FieldsCore.pm    |  7 ++++++-
 scripts/Makefile.am                   |  1 +
 scripts/dpkg-source.pl                | 17 +++++++++++++++++
 scripts/t/dpkg_source.t               | 16 +++++++++++++++-
 scripts/t/dpkg_source/testsuite_4.dsc | 17 +++++++++++++++++
 7 files changed, 66 insertions(+), 2 deletions(-)

commit df630946cc239c4fb7494dd3a2b78fa4e1c98358
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 15 23:47:16 2016 +0100

    dpkg-source: Refactor testsuite functions
    
    Call set_testsuite_triggers_field() from inside set_testsuite_fields(),
    so that we do not have to perform the same checks more than once.

 debian/changelog       |  1 +
 scripts/dpkg-source.pl | 20 +++++++++-----------
 2 files changed, 10 insertions(+), 11 deletions(-)

commit 028bfa99a016ae133e451d606d7b88a2975b5680
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 25 03:30:35 2017 +0100

    test: Correctly iterate over all default and passed .dsc template substvars
    
    The code was returning all keys and values for %default_substvars,
    when instead we should have been requesting all %default_substvars
    and %options keys.

 debian/changelog        | 1 +
 scripts/t/dpkg_source.t | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 2f05b55f031371458f6903fae4bfebacc555bd07
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 23 04:45:19 2017 +0100

    test: Refactor unit test data path into test_get_data_path()

 scripts/Test/Dpkg.pm              | 14 ++++++++++++++
 scripts/t/Dpkg_Changelog.t        |  4 ++--
 scripts/t/Dpkg_Changelog_Ubuntu.t |  8 ++++++--
 scripts/t/Dpkg_Checksums.t        |  4 ++--
 scripts/t/Dpkg_Conf.t             |  4 ++--
 scripts/t/Dpkg_Control.t          |  5 ++---
 scripts/t/Dpkg_Control_Tests.t    |  4 ++--
 scripts/t/Dpkg_Dist_Files.t       |  4 ++--
 scripts/t/Dpkg_Shlibs.t           |  7 +++----
 scripts/t/Dpkg_Source_Patch.t     |  4 ++--
 scripts/t/Dpkg_Source_Quilt.t     |  4 ++--
 scripts/t/Dpkg_Substvars.t        |  4 ++--
 12 files changed, 41 insertions(+), 25 deletions(-)

commit 24212e60a762bfc1d71a782646fb1fbf830bcfaf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 23 19:52:49 2017 +0100

    Update German translation of manual pages
    
    Update to 2833t1f.

 man/po/de.po | 147 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 95 insertions(+), 52 deletions(-)

commit efbc99d6b83304a56ed2294eea5ba573b0b1b932
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 23 19:31:32 2017 +0100

    Update German scripts translation
    
    Update to 589t.

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

commit c0a41875c811d0887ee6175be18e90d6a998dddd
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jan 23 17:18:11 2017 +0100

    German dpkg translation update
    
    Update to 1103t.

 po/de.po | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 3d975af556d69a32db7857d5a4141c5f823ca180
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 8 13:33:38 2017 +0100

    u-a: Use areadlink() instead of lstat() + xreadlink()
    
    We avoid an lstat() call as we catch the error from areadlink and can
    react on that instead of an uncontrolled failure from xreadlink().

 debian/changelog            |  1 +
 utils/update-alternatives.c | 11 ++---------
 2 files changed, 3 insertions(+), 9 deletions(-)

commit 8a3d3c40733b42aaa303fe3b0d483fa8a38325a3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 6 02:52:42 2017 +0100

    u-a: Refactor pathname existence check into a new function

 debian/changelog            |  1 +
 utils/update-alternatives.c | 57 ++++++++++++++++++---------------------------
 2 files changed, 24 insertions(+), 34 deletions(-)

commit bf4f4ab7c51b1415cbe940a972ec3d54bbdb5561
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 31 11:56:35 2016 +0100

    u-a: Move xvasprintf() and xasprintf() definitions earlier in the code
    
    This will make it possible to use these functions without having to use
    forward declarations.

 utils/update-alternatives.c | 48 ++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

commit 85c3f8489e5eff5bdaf50ec3959a7798876f7a97
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 23 00:09:55 2016 +0100

    dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCH
    
    If we do not have a date from the changelog set it to the current time.
    
    Closes: #849081

 debian/changelog               | 2 ++
 scripts/Dpkg/Source/Archive.pm | 2 +-
 scripts/dpkg-buildpackage.pl   | 2 +-
 scripts/dpkg-source.pl         | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

commit 7c88ebf6194b4be5c515ad7cf5fc7fea096dd334
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 11:06:00 2016 +0100

    libdpkg, Dpkg::Version: Do not allow empty epochs and revisions
    
    When there's at least one colon or one dash, we should expect epoch
    and revision numbers.

 debian/changelog         |  2 ++
 lib/dpkg/parsehelp.c     |  8 +++++++-
 lib/dpkg/t/t-version.c   | 13 +++++++++----
 scripts/Dpkg/Version.pm  | 10 ++++++++++
 scripts/t/Dpkg_Version.t | 16 ++++++++++++----
 5 files changed, 40 insertions(+), 9 deletions(-)

commit 6c8203440bf443d3031ee2ab8485b16c1b6da3b6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 16:29:49 2017 +0100

    man, Dpkg::Control::FieldsCore: Add new Auto-Built-Package field
    
    This field is used to distinguish packages that have been automatically
    injected by some build tool, and are not present in the debian/control
    file.

 debian/changelog                   | 2 ++
 man/deb-control.man                | 8 ++++++++
 scripts/Dpkg/Control/FieldsCore.pm | 6 +++++-
 3 files changed, 15 insertions(+), 1 deletion(-)

commit 667b38f6a42647f49464b19cd6792a51aa238fd4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 8 13:30:34 2017 +0100

    Dpkg: Call anonymous subs via -> operator instead of casting with &
    
    And fix the documentation while at it, which was incorrect code.

 debian/changelog          | 2 ++
 scripts/Dpkg/Conf.pm      | 4 ++--
 scripts/Dpkg/Substvars.pm | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 83b5b8fe54f21dec140282ee4a2ea01b90b6b6a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 22 19:53:47 2017 +0100

    doc: Fix typos in documentation and code comments
    
    Warned-by: codespell, spellintian

 ChangeLog.old                       | 36 ++++++++++++++++++------------------
 README.l10n                         |  2 +-
 TODO                                |  2 +-
 debian/changelog                    | 23 ++++++++++++-----------
 doc/README.feature-removal-schedule |  2 +-
 dselect/methods/disk/setup          |  2 +-
 lib/dpkg/t/t-ehandle.c              |  2 +-
 lib/dpkg/t/t-progname.c             |  2 +-
 man/dpkg-source.man                 |  2 +-
 man/dselect.man                     |  6 +++---
 scripts/Dpkg/Control/HashCore.pm    |  2 +-
 scripts/Dpkg/IPC.pm                 |  2 +-
 scripts/Dpkg/Source/Package/V1.pm   |  2 +-
 scripts/t/dpkg_buildpackage.t       |  2 +-
 src/configure.c                     |  2 +-
 src/divertcmd.c                     |  2 +-
 16 files changed, 46 insertions(+), 45 deletions(-)

commit cd9f688ca4bfd49e6574e2842dbd514459e84569
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 22 16:16:19 2017 +0100

    dpkg-gencontrol: Stop emitting Built-For-Profiles
    
    The information is already provided in .buildinfo files, and including
    it in the binary packages makes them unreproducible even when the
    profile used would not alter its contents.
    
    Closes: #831524

 debian/changelog           | 4 ++++
 man/deb-control.man        | 8 +++++---
 scripts/dpkg-gencontrol.pl | 2 --
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 10b38de76c904bedc2aa6776248bcc1085bad6f0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 18 01:33:18 2017 +0100

    s-s-d: Use the new process executable support in GNU/Hurd
    
    This gives the actual executable name instead of having to look into
    argv[0], which is not really correct, as the program doing execve()
    can set that to anything it likes.
    
    We have to check for the name being NULL or empty due to an initial
    implementation bug.

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

commit 944576d35d755560aa5dec99925cdc26adefd396
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 18 01:33:18 2017 +0100

    s-s-d: Use proc_stat_pid() instead of accessing the member directly

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c786b8aaba703c94072f4838c42e6ae6aaae9085
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 16:20:42 2017 +0100

    Dpkg::Source::Package::V2: Abort on EOF in patch name prompt
    
    Instead of entering into an infinite loop.
    
    Closes: #851441

 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V2.pm | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2b5f99a5acd116b552063e36ea6badbd266e8fd3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 14:23:44 2016 +0200

    Dpkg::Source::Package: Clarify major/minor format version parsing code

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

commit 21699eb533b7ab655f89dd8df4a772ceae7fd946
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 03:47:30 2017 +0100

    Dpkg::Arch: Add new import tags
    
    This makes using the module a bit easier.

 debian/changelog             |  1 +
 scripts/Dpkg/Arch.pm         | 43 ++++++++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Shlibs.pm       |  3 +--
 scripts/dpkg-architecture.pl |  6 +-----
 scripts/dpkg-source.pl       |  2 +-
 t/pod-spell.t                |  1 +
 6 files changed, 47 insertions(+), 9 deletions(-)

commit e8d687a1093124fdb17c7ac6569c5a605b2da2f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 03:29:29 2017 +0100

    Dpkg::Arch: Fix debwildcard_to_debtuple() on quadruplets
    
    The function was splitting tuples at most into three elements, which
    made it unable to handle quadruplets.
    
    Extend the unit tests to cover wildcard quadruplets.
    
    Missed in commit 9d7ba99cc3ff84fc553ed39da9d2e4f4008d35b6.
    
    Reported-by: Julian Andres Klode <jak@debian.org>

 debian/changelog      |  6 ++++
 scripts/Dpkg/Arch.pm  |  2 +-
 scripts/t/Dpkg_Arch.t | 86 ++++++++++++++++++++++++++++++++++++++-------------
 3 files changed, 71 insertions(+), 23 deletions(-)

commit 6131b9c953c9d1cfa6fe248cab44a08311464720
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 16:26:12 2017 +0100

    debian: Add debsig-verify to dpkg Suggests
    
    The code supports optionally calling this program. Listing it in the
    Suggests will also help people that are looking for a maintained and
    supported .deb signing tooling.
    
    Prompted-by: Stuart Prescott <stuart@debian.org>

 debian/changelog | 4 ++++
 debian/control   | 1 +
 2 files changed, 5 insertions(+)

commit 0e6fc91ac25378c040c57b3db2b6fe2d745eeba4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 28 11:07:53 2016 +0100

    man: Move control member file references from dpkg(1) to deb(5)
    
    The information in dpkg(1) was out of place, and deb(5) already
    contained a skeleton of this information, which is in any case the more
    logical place to be.

 debian/changelog |  1 +
 man/deb.man      | 22 +++++++++++++++++++---
 man/dpkg.man     | 16 +---------------
 3 files changed, 21 insertions(+), 18 deletions(-)

commit 4df257da3babde76934ca347c39c7558f1fdda06
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 31 20:38:45 2016 +0200

    doc: Cleanup software requirements in README
    
    Add a reference to the coding-style.txt for the perl requirements. Move
    po4a to building from git section.

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

commit 4fe765630a179af5b649efdca4b0244ea8f73028
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jan 1 22:02:39 2017 +0100

    German dpkg translation update
    
    Update to 1101t.

 debian/changelog |  3 ++
 po/de.po         | 96 ++++++++++++++------------------------------------------
 2 files changed, 27 insertions(+), 72 deletions(-)

commit 210117715cb48ef93ff51042de9b09424ba9b2cb
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 21 08:01:58 2016 +0100

    Update German translation of manual pages
    
    Update to 2832t1f.

 debian/changelog |  3 ++-
 man/po/de.po     | 12 ++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit e3dace7dee19f97318df5202baf61a85e8bc511a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 14:30:40 2016 +0100

    Bump version to 1.18.19

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 82954dd2d81ce91128b05528eb626d7011e668c4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 13:53:41 2016 +0100

    Release 1.18.18

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

commit 57b38c2b373aaa671fdb90de1d891ccd09c8c115
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 13:28:20 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 38 ++++++++++++++++++++++++++++++--------
 man/po/dpkg-man.pot     | 35 ++++++++++++++++++++++++++++-------
 man/po/es.po            | 32 +++++++++++++++++++++++++++-----
 man/po/fr.po            | 32 +++++++++++++++++++++++++++-----
 man/po/hu.po            | 32 +++++++++++++++++++++++++++-----
 man/po/it.po            | 32 +++++++++++++++++++++++++++-----
 man/po/ja.po            | 32 +++++++++++++++++++++++++++-----
 man/po/nl.po            | 32 +++++++++++++++++++++++++++-----
 man/po/pl.po            | 32 +++++++++++++++++++++++++++-----
 man/po/pt_BR.po         | 32 +++++++++++++++++++++++++++-----
 man/po/ru.po            | 32 +++++++++++++++++++++++++++-----
 man/po/sv.po            | 32 +++++++++++++++++++++++++++-----
 man/po/zh_CN.po         | 31 ++++++++++++++++++++++++++-----
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 94 files changed, 438 insertions(+), 154 deletions(-)

commit ed50eeb5f0de8cae858fb6095f34582d99dc2982
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 12:51:54 2016 +0100

    man: Add a rationale for the purpose of Testsuite-Triggers in dsc(5)
    
    Prompted-by: Mattia Rizzolo <mattia@debian.org>

 debian/changelog | 2 ++
 man/dsc.man      | 3 +++
 2 files changed, 5 insertions(+)

commit 6d38570bf8cc436cfee2d34c450a4d24ea7ff2a7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 12:47:17 2016 +0100

    man: Document DPKG_DATADIR in an ENVIRONMENT section in dpkg-architecture(1)

 debian/changelog          | 2 ++
 man/dpkg-architecture.man | 6 ++++++
 2 files changed, 8 insertions(+)

commit a9eb36b4022bb9c0094b9fa5f1a26c01de3bade4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 20 12:41:21 2016 +0100

    debian: Revert the perl to perl:any dependency change in libdpkg-perl
    
    Even though this was a correct change, it currently breaks debootstrap in
    stable (jessie), testing (stretch) and unstable, which does not support
    arch-qualified dependencies.
    
    We'll have to live with the Multi-Arch hinter being unhappy for now.

 debian/changelog | 7 +++++++
 debian/control   | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 00c301f0d0be3a66c64a2ba6e3ac554ffe8a048c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Dec 19 17:38:43 2016 +0100

    Update German translation of manual pages
    
    Update to 2829t1f.

 debian/changelog |  3 ++-
 man/po/de.po     | 12 +++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

commit cc4643495d517737d449d4fc895fb3655aded14b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 03:42:06 2016 +0100

    Bump version to 1.18.18

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c692e9bf782d2b8787ffc0a5f6ad4683bd7e1145
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 02:43:19 2016 +0100

    Release 1.18.17

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

commit db24e964777fa25b6b33835db769cae98064024a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 03:05:25 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 50 +++++++++++++++++++++++++--------------------
 man/po/dpkg-man.pot     | 31 ++++++++++++++++++----------
 man/po/es.po            | 43 ++++++++++++++++++++++++++-------------
 man/po/fr.po            | 54 ++++++++++++++++++++++++++-----------------------
 man/po/hu.po            | 37 ++++++++++++++++++++-------------
 man/po/it.po            | 43 ++++++++++++++++++++++++++-------------
 man/po/ja.po            | 43 ++++++++++++++++++++++++++-------------
 man/po/nl.po            | 44 +++++++++++++++++++++++++++-------------
 man/po/pl.po            | 53 ++++++++++++++++++++++++++----------------------
 man/po/pt_BR.po         | 39 +++++++++++++++++++++--------------
 man/po/ru.po            | 39 +++++++++++++++++++++--------------
 man/po/sv.po            | 50 ++++++++++++++++++++++++++-------------------
 man/po/zh_CN.po         | 37 ++++++++++++++++++++-------------
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 ++--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 94 files changed, 430 insertions(+), 301 deletions(-)

commit 49b71bcfc8c42e88e564007a2c8639be075b0e54
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 02:35:41 2016 +0100

    man: Document that dpkg sets DPKG_ADMINDIR on maintainer scripts environment

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

commit a927295c93fb7a17742441aa863aaffcf4a351b5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Nov 14 11:46:09 2016 +0100

    dpkg-shlibdeps: Improve logic to identify packages owning a library
    
    With things like merged-/usr, a system might have libraries that are
    stored for example in /usr/lib but that dpkg knows under /lib. This
    breaks some of the initial assumptions made in dpkg-shlibdeps.
    
    We now scan all possible paths for a given library (instead of trying
    to guess which one is the canonical one) and whenever we find a match
    in the dpkg database, we also associate the package for the associated
    realpath(). That way when a library is not properly identified, we can
    fallback on looking if its realpath is known and be confident that if
    the library was packaged, we did identify it correctly.
    
    [guillem@debian.org:
     - Fold find_library_locations() into find_library().
     - Minor coding style fixes.
     - Squash the two separate commits and cleanup the commit message. ]
    
    Closes: #843073
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          |  3 +++
 scripts/Dpkg/Shlibs.pm    | 19 +++++--------------
 scripts/dpkg-shlibdeps.pl | 31 ++++++++++++++++---------------
 3 files changed, 24 insertions(+), 29 deletions(-)

commit cff8e24ca76451a4a52cea6b05e8a76dcd1f5ecf
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 19 01:38:17 2016 +0100

    debian: Hardcode a perl:any dependency in the libdpkg-perl package
    
    The perl policy states that lib*-perl packages have to depend on the
    perl package. Depending on a perl-modules packages is currently not
    possible. And dh_perl will not emit a perl:any dependency for us, so
    the current best option is to just hardcode it ourselves.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

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

commit b94e70c630d3a3962a8647a066dccacc57859a32
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Dec 18 15:18:22 2016 +0100

    Update German translation of manual pages
    
    Update to 2828t1f.

 man/po/de.po | 70 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

commit f1d072c9bd4db4e31fcf573fb8414011da2c2aa5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 18 12:23:16 2016 +0100

    dpkg-maintscript-helper: Validate versions in all commands
    
    The symlink_to_dir and dir_to_symlink commands were not validating the
    versions, be consistent.

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 2 ++
 2 files changed, 4 insertions(+)

commit 0b8cb1a8ed053e2e6a28c2100397002222dd7eaf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 18 12:23:04 2016 +0100

    dpkg-maintscript-helper: Handle empty versions as they are optional arguments
    
    Regression introduced in commit b51bc4ff0cd540b82e131470053eeed1c3d2f026.
    
    Closes: #848422

 debian/changelog                   |  2 ++
 scripts/dpkg-maintscript-helper.sh | 18 ++++++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit e9b4c9389a16a763c81c86a3270642d39249f60e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 16:46:25 2016 +0100

    man: Clarify that dpkg-buildpackage -T does not run dpkg-source --before-build
    
    Closes: #649531

 debian/changelog          | 3 +++
 man/dpkg-buildpackage.man | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit f27865fad257cfc29511b01ba810466b40c994a1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 16 22:39:25 2016 +0100

    debian: Do not insert a perl:Depends for libdpkg-perl
    
    Because tying the modules to a specific interpreter is wrong.

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

commit e8d375b11f1cb4d13d094584c7f28fe01a375056
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 17 17:08:08 2016 +0100

    Update German translation of manual pages
    
    Update to 2828t1f.

 debian/changelog |   3 ++
 man/po/de.po     | 130 +++++++++++++++++++------------------------------------
 2 files changed, 47 insertions(+), 86 deletions(-)

commit 50efdbd5b924eda2dadb8ffa4bd373328c95cc5d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 17 16:42:57 2016 +0100

    Fix typo

 man/dpkg.man        | 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/it.po        | 4 ++--
 man/po/ja.po        | 4 ++--
 man/po/nl.po        | 4 ++--
 man/po/pl.po        | 4 ++--
 man/po/pt_BR.po     | 4 ++--
 man/po/ru.po        | 4 ++--
 man/po/sv.po        | 4 ++--
 man/po/zh_CN.po     | 4 ++--
 14 files changed, 26 insertions(+), 26 deletions(-)

commit 0d6b842301c46e38f501d0b2dead528e2b1e0edf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 17 16:39:07 2016 +0100

    Update German scripts translation
    
    Update to 586t.

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

commit 9ecc04b0e49b6021c26d7e27faa549dcf70be48c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 02:48:28 2016 +0100

    debian: Fix bug closure

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 16eaa0c5eb2e5c8dbaaff1146e77d2739960d245
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 02:42:11 2016 +0100

    Bump version to 1.18.17

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ea797b62b22eb5cdc0778556fa7ba7bb5198b0ed
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 00:26:04 2016 +0100

    Release 1.18.16

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

commit ce2ed3059756d695e46b331c09d7ee50cde78050
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 00:38:50 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 259 +++++++++++++++++++--------
 man/po/dpkg-man.pot     | 150 ++++++++++------
 man/po/es.po            | 185 ++++++++++++++------
 man/po/fr.po            | 208 ++++++++++++++++------
 man/po/hu.po            | 160 ++++++++++++-----
 man/po/it.po            | 209 ++++++++++++++++------
 man/po/ja.po            | 185 ++++++++++++++------
 man/po/nl.po            | 457 ++++++++++++++++++++----------------------------
 man/po/pl.po            | 185 ++++++++++++++------
 man/po/pt_BR.po         | 160 ++++++++++++-----
 man/po/ru.po            | 160 ++++++++++++-----
 man/po/sv.po            | 203 +++++++++++++++------
 man/po/zh_CN.po         | 171 ++++++++++++------
 po/ast.po               |  77 ++++++--
 po/bs.po                |  67 ++++++-
 po/ca.po                |  77 +++++++-
 po/cs.po                |  79 +++++++--
 po/da.po                |  76 +++++++-
 po/de.po                | 120 +++++++++++--
 po/dpkg.pot             |  64 ++++++-
 po/dz.po                |  76 ++++++--
 po/el.po                |  77 ++++++--
 po/eo.po                |  79 +++++++--
 po/es.po                |  79 +++++++--
 po/et.po                |  76 ++++++--
 po/eu.po                |  81 +++++++--
 po/fr.po                |  77 +++++++-
 po/gl.po                |  77 ++++++--
 po/hu.po                |  76 ++++++--
 po/id.po                |  80 +++++++--
 po/it.po                |  76 +++++++-
 po/ja.po                | 117 ++++++++++++-
 po/km.po                |  76 ++++++--
 po/ko.po                |  80 +++++++--
 po/ku.po                |  69 +++++++-
 po/lt.po                |  76 ++++++--
 po/mr.po                |  76 ++++++--
 po/nb.po                |  80 +++++++--
 po/ne.po                |  76 ++++++--
 po/nl.po                | 161 +++++++++++------
 po/nn.po                |  76 ++++++--
 po/pa.po                |  75 ++++++--
 po/pl.po                |  79 +++++++--
 po/pt.po                | 120 +++++++++++--
 po/pt_BR.po             |  77 ++++++--
 po/ro.po                |  80 +++++++--
 po/ru.po                |  79 +++++++--
 po/sk.po                |  79 +++++++--
 po/sv.po                |  79 +++++++--
 po/th.po                |  79 +++++++--
 po/tl.po                |  82 +++++++--
 po/tr.po                | 117 ++++++++++++-
 po/vi.po                | 120 +++++++++++--
 po/zh_CN.po             | 122 +++++++++++--
 po/zh_TW.po             |  79 +++++++--
 scripts/po/ca.po        |   8 +-
 scripts/po/de.po        |  10 +-
 scripts/po/dpkg-dev.pot |   8 +-
 scripts/po/es.po        |   8 +-
 scripts/po/fr.po        |   8 +-
 scripts/po/pl.po        |   8 +-
 scripts/po/ru.po        |   8 +-
 scripts/po/sv.po        |   8 +-
 94 files changed, 4976 insertions(+), 1414 deletions(-)

commit 9bafd1bd723c92bf1e043a7493c87181322faca8
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sat Dec 17 00:19:23 2016 +0100

    po: Update Dutch translations
    
    Closes: #848378, #848379
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    2 +
 man/po/nl.po     | 1235 +++++++++++++++++++++++++++++-------------------------
 po/nl.po         |   48 ++-
 3 files changed, 683 insertions(+), 602 deletions(-)

commit fd4e326cc9727dbd79b643d8e0fea51fdc324ca0
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Dec 9 11:58:02 2016 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #844955
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  3 ++
 po/zh_CN.po      | 95 +++++++++++++++-----------------------------------------
 2 files changed, 28 insertions(+), 70 deletions(-)

commit c7dcd2c919c1c57e58b6226eab79af430952eda7
Author: Martin Bagge <martin.bagge@glesys.se>
Date:   Tue Dec 6 16:22:50 2016 +0100

    po: Correct spelling mistake in Swedish translation
    
    Closes: #847220
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 1 +
 scripts/po/sv.po | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 94b53bdeaf3249d140bc7bae07b5e304b769a1c0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 9 10:36:57 2016 +0100

    libdpkg: Add virtual source:Upstream-Version field
    
    Closes: #844348

 debian/changelog      |  1 +
 lib/dpkg/pkg-format.c | 14 ++++++++++++++
 man/dpkg-query.man    |  4 ++++
 3 files changed, 19 insertions(+)

commit e0043dccaaaf3a935fcec0be81d446d6c3dd83f1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 9 09:10:28 2016 +0100

    libdpkg: Add a new source version accessor

 lib/dpkg/dpkg-db.h   |  4 ++++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/pkg-show.c  | 15 +++++++++++++++
 3 files changed, 20 insertions(+)

commit 7d93495f41e5ecb125825ce13f7cae0a215075d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 9 01:14:07 2014 +0100

    libdpkg: Refactor varbuf_add_source_version() out from virt_source_version()

 lib/dpkg/dpkg-db.h    |  4 ++++
 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/pkg-format.c | 18 +-----------------
 lib/dpkg/pkg-show.c   | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 40 insertions(+), 17 deletions(-)

commit 232c13c84b5d3c47f8319ea6f9adc8cc3ee71eda
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 22:58:45 2016 +0100

    dpkg: Allow readlink(2) returning a size smaller than stat(2)
    
    Some bogus filesystems do not return the actual symlink size in st_size,
    which contradicts POSIX. But allowing the case where the returned size
    is smaller than the one used to allocate memory is harmless, although
    suspect. Let it through, but still print a warning so that users can
    install stuff but are reminded they need to get a fixed filesystem in
    place.
    
    This has affected at least ecryptfs in the past and now file-based
    encryption support in ext4 on Android N.
    
    Reported-by: Jay Freeman <saurik@saurik.com>

 debian/changelog |  8 ++++++++
 src/archives.c   | 10 ++++++++--
 src/configure.c  |  5 ++++-
 3 files changed, 20 insertions(+), 3 deletions(-)

commit b51bc4ff0cd540b82e131470053eeed1c3d2f026
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 22:52:42 2016 +0100

    dpkg-maintscript-helper: Use the new --validate-version command
    
    Do not abuse the --compare-versions command to perform version
    validation, use the new --validate-version command expressly added
    now to perform such task. Because the latter returns appropriate exit
    codes, does not print messages in debug mode and is the correct
    interface to use.
    
    Closes: #844701

 debian/changelog                   |  3 +++
 scripts/dpkg-maintscript-helper.sh | 10 ++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 4801f159330b344148e777071d50ebc02c0d9056
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 22:51:24 2016 +0100

    dpkg: Add new --validate-<thing> commands
    
    These commands make it possible to test if several of those <thing>s
    have a valid syntax. The current list of supported things is «pkgname»,
    «trigname», «archname» and «version».

 debian/changelog |  3 +++
 man/dpkg.man     | 23 ++++++++++++++++++-
 src/enquiry.c    | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/main.c       | 11 +++++++++-
 src/main.h       | 11 +++++++++-
 5 files changed, 111 insertions(+), 4 deletions(-)

commit 680135184b16269ef414897ba7bc64b2f51df4c7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 02:35:27 2016 +0100

    libdpkg: Decrease xz encoder threads to not exceed memory limits
    
    Automatically decrease xz encoder threads to try to not exceed available
    memory limits. This should alleviated the insane requirements of memory
    needed on 32-bit architectures with many cores, which results in more
    than the userspace addressable memory, when using settings such as
    -z9 and/or -Sextreme in dpkg-deb.
    
    Closes: #846564

 debian/changelog    |  5 +++++
 lib/dpkg/compress.c | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+)

commit 4af19ef13553873dcc24e82d7984f5ce6703f0fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 02:35:27 2016 +0100

    libdpkg: Use lzma_cputhreads() instead of sysconf(_SC_NPROCESSORS_ONLN)
    
    The former is way more portable than the latter.

 debian/changelog    | 2 ++
 lib/dpkg/compress.c | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 0d609e2c8c0070310b531d2d470f79044121bea8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 24 02:16:15 2016 +0100

    libdpkg, Dpkg::Version: Reject empty upstream versions
    
    These are not permitted by deb-version(5), but the code was letting
    those through.

 debian/changelog         |  2 ++
 lib/dpkg/parsehelp.c     |  2 ++
 lib/dpkg/t/t-version.c   |  8 +++++++-
 scripts/Dpkg/Version.pm  |  5 +++++
 scripts/t/Dpkg_Version.t | 11 +++++++++--
 5 files changed, 25 insertions(+), 3 deletions(-)

commit b7684ab03c18df09197d364eccf2d3529e6a5fc4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 19:08:21 2016 +0100

    dpkg: Fix typo in code comment

 src/archives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 507d2533461f5f81dd013e028e738ef424aeeae0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 25 03:09:43 2016 +0100

    dpkg-buildpackage: Add support for multiple targets on -T
    
    This makes it possible to run several desired targets in a single run,
    which avoids the overhead of the rest of the steps run. It also makes
    it possible to test if packages can be built twice in a row.
    
    Closes: #671074

 debian/changelog             |  2 ++
 man/dpkg-buildpackage.man    | 19 ++++++++++---------
 scripts/dpkg-buildpackage.pl | 13 +++++++------
 3 files changed, 19 insertions(+), 15 deletions(-)

commit 08ac6a92b4f4366548472464ebfb86708b124a5c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 29 02:26:11 2016 +0100

    Dpkg::Build::Info: Whitelist other DPKG_ namespaced variables

 debian/changelog            |  3 +++
 scripts/Dpkg/Build/Info.pm  | 12 ++++++++++--
 scripts/t/Dpkg_Build_Info.t |  2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 4fbf5294c525ec10408b876d0e2dbc7ea99757b2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 22:55:15 2016 +0100

    build: Honor DPKG_DATADIR again in the installed Dpkg modules
    
    This was an explicit public interface, documented in the man page. It
    is also the only way to cleanly override the architecture tables,
    which might be needed in certain circumstances. Partially revert the
    commit c3a9a82fcf58df34077638cdbfd7bb752624629e, but preserve the code
    simplification.

 debian/changelog    |  2 ++
 scripts/Dpkg.pm     |  4 +++-
 scripts/Makefile.am | 14 +++++++-------
 3 files changed, 12 insertions(+), 8 deletions(-)

commit cfa3c832fe5a20dbbd2addf45e61f143ac4d745d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 18:14:20 2016 +0100

    build: Enable compression libs also in automatic check mode
    
    The code setting the compression macros when found was only acting when
    explicitly enabling the compression libraries.

 debian/changelog | 2 ++
 m4/dpkg-libs.m4  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 685e2f76f6ca91c4ad8aa1e91763e520ac52f8e8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 15 23:14:54 2016 +0100

    man: Update dpkg-parsechangelog parser options
    
    This got missed in commit d1629d0ec1b2619a1f2bd6839f975335e9cb6484.
    
    The options specific to the changelog parser program did not get updated
    when the parser got switched to be a perl module.
    
    Closes: #848189

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

commit 82ad2a662b4e24cc298f2319f36112fd235088fb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 04:52:47 2016 +0100

    man: Fix bogus description of --force-confmiss
    
    This force option is the only one that performs its action independently
    of the conffile changing or not in the new package. The description was
    bogusly updated when trying to clarify the other conf force options.
    
    Regression introduced in commit 4bcc6b8e0a587b432b145fafa642674607cddddd.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Closes: #846395

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

commit 230d3a5acd9c94a74a38faf37e8a2f9bf75cc322
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 29 02:25:11 2016 +0100

    man: Document DPKG_GENSYMBOLS_CHECK_LEVEL in dpkg-gensymbols(1)

 debian/changelog        | 2 ++
 man/dpkg-gensymbols.man | 6 ++++++
 2 files changed, 8 insertions(+)

commit a7bca3a03c5cfe6de7c3bad79999af8ea22b93f5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 04:53:01 2016 +0100

    man: Document the working directory when running dpkg-buildpackage hooks

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

commit 82ee3afaab56df58a47991a4fbb58abbba3ce57a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 01:01:38 2016 +0100

    t-conffile-forceask: Remove the installed package on cleanup

 t-conffile-forceask/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1131e7b4d24601d810557367846347698bc0d28e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 17 01:00:51 2016 +0100

    t-conffile-forcenew: Modify the conffile from the Makefile
    
    Do not use a postinst to modify the conffile as that makes reusing the
    code and reasoning about it more difficult.

 t-conffile-forcenew/Makefile                             | 8 ++++++--
 t-conffile-forcenew/mod-conffile                         | 1 +
 t-conffile-forcenew/pkg-conff-forcenew-0/DEBIAN/postinst | 2 --
 3 files changed, 7 insertions(+), 4 deletions(-)

commit af404380a7e0f8993f0c42104d7907c2310383cc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 8 15:30:51 2016 +0100

    t-conffile-forcemiss: Split and fix --force-confmiss test case
    
    The --force-confmiss option is independent from --force-confask, split
    it into its own test case.

 Makefile                                                 |  1 +
 t-conffile-forceask/Makefile                             | 10 ++--------
 t-conffile-forcemiss/Makefile                            | 16 ++++++++++++++++
 .../pkg-conff-forcemiss-0/DEBIAN/conffiles               |  1 +
 .../pkg-conff-forcemiss-0/DEBIAN/control                 |  7 +++++++
 t-conffile-forcemiss/pkg-conff-forcemiss-0/test-conffile |  1 +
 .../pkg-conff-forcemiss-1/DEBIAN/conffiles               |  1 +
 .../pkg-conff-forcemiss-1/DEBIAN/control                 |  7 +++++++
 t-conffile-forcemiss/pkg-conff-forcemiss-1/test-conffile |  1 +
 t-conffile-forcemiss/ref-conffile                        |  1 +
 10 files changed, 38 insertions(+), 8 deletions(-)

commit a2efb15eef7d85ffc8e96f279f8e2b3d3e89d39a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 16 19:00:45 2016 +0100

    Update German translation of manual pages
    
    Update to 2820t1f.

 debian/changelog |  3 +++
 man/po/de.po     | 74 +++++++++-----------------------------------------------
 2 files changed, 15 insertions(+), 62 deletions(-)

commit 080efa81aa91ba67c0c2ce9832249ad1532121e2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 16 18:49:27 2016 +0100

    Update German scripts translation
    
    Update to 585t.

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

commit eae9831ef4bb68daa6fa3e1252bca57051f1713d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 05:16:50 2016 +0100

    Bump version to 1.18.16

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit cceea9aa56d0d2fbe5becd9331b15d6b51082f70
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 03:28:43 2016 +0100

    Release 1.18.15

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

commit 9544ba8813d2998e4948247b0bc1b8d5b36ec51d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 03:47:38 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 224 ++++++++++++++++++++++++++++++++----------------
 man/po/dpkg-man.pot     |  79 +++++++----------
 man/po/es.po            | 173 ++++++++++++++++++++-----------------
 man/po/fr.po            | 175 ++++++++++++++++++++-----------------
 man/po/hu.po            |  89 ++++++++-----------
 man/po/it.po            | 181 ++++++++++++++++++++------------------
 man/po/ja.po            | 170 +++++++++++++++++++-----------------
 man/po/nl.po            | 201 ++++++++++++++++++++++++++-----------------
 man/po/pl.po            | 171 +++++++++++++++++++-----------------
 man/po/pt_BR.po         |  87 ++++++++-----------
 man/po/ru.po            |  89 ++++++++-----------
 man/po/sv.po            | 171 +++++++++++++++++++-----------------
 man/po/zh_CN.po         |  85 ++++++++----------
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |  15 ++--
 scripts/po/de.po        |  94 ++++++++++++++++++--
 scripts/po/dpkg-dev.pot |  11 +--
 scripts/po/es.po        |  15 ++--
 scripts/po/fr.po        |  15 ++--
 scripts/po/pl.po        |  15 ++--
 scripts/po/ru.po        |  15 ++--
 scripts/po/sv.po        |  15 ++--
 94 files changed, 1218 insertions(+), 1022 deletions(-)

commit a971ad91437af8880cad4703695dcf12ee45959b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 03:00:07 2016 +0100

    libdpkg: Only preallocate disk size for files bigger than 16 KiB
    
    Preallocating for very small fails causes some filesystems to degrade
    performance. Do so only for "big enough" files.
    
    Closes: #824636

 debian/changelog | 2 ++
 lib/dpkg/fdio.c  | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4c217aee7a610dad02d5b28a2f9bf5d934fea77c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 14 04:07:07 2016 +0100

    dpkg-buildpackage: Fallback to one job on unknown number of online processors
    
    On unsupported or exotic systems where we might be unable to retrieve
    the number of online processors and have been requested to infer them
    ourselves via the --jobs or --jobs-try “auto” argument, default to
    serial execution instead of unlimited jobs, to be on the safe side.
    
    Proposed-by: Simon McVittie <smcv@debian.org>

 debian/changelog             | 4 ++++
 man/dpkg-buildpackage.man    | 3 ++-
 scripts/dpkg-buildpackage.pl | 3 +++
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 950bfdaf77eacb631767a1a18e698137b56bba5b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 14 01:19:09 2016 +0100

    dpkg-genbuildinfo: Bump Format to version 0.2

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

commit d5005e4576bcf9b341e83cfb8647d5f96438642f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 14 01:17:32 2016 +0100

    dpkg-genbuildinfo: Use deterministic .buildinfo filenames
    
    Using undeterministic filenames based on the buildinfo-id produces ugly
    looking filenames, which get left behind when rebuilding the same source
    multiple times as they vary by date.
    
    There's really no great point in using unique filenames as they will end
    up with different contents depending on the builder.

 debian/changelog                                   |  2 ++
 man/deb-buildinfo.man                              | 16 +++++++-------
 man/dpkg-buildpackage.man                          | 11 ----------
 man/dpkg-genbuildinfo.man                          | 12 +----------
 scripts/Test/Dpkg.pm                               | 18 ----------------
 scripts/dpkg-buildpackage.pl                       | 16 +++-----------
 scripts/dpkg-genbuildinfo.pl                       | 25 +++++++++++-----------
 .../t/dpkg_buildpackage/test-source_0_all.changes  |  6 +++---
 .../t/dpkg_buildpackage/test-source_0_any.changes  |  6 +++---
 .../dpkg_buildpackage/test-source_0_binary.changes |  6 +++---
 .../t/dpkg_buildpackage/test-source_0_full.changes |  6 +++---
 11 files changed, 38 insertions(+), 86 deletions(-)

commit 8ff4522cf0f08659dee954ac2c6256c607b045df
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 14 00:51:06 2016 +0100

    dpkg-genbuildinfo: Add Build-Date field
    
    This records the time the build happened. This might be useful when
    there is a need to track down problems caused by external time-based
    events not visible from inside the build system. Things like hardware,
    software deployment or other such failures.

 debian/changelog                   |  1 +
 man/deb-buildinfo.man              |  5 +++++
 scripts/Dpkg/Control/FieldsCore.pm |  5 ++++-
 scripts/dpkg-genbuildinfo.pl       | 14 ++++++++++++--
 4 files changed, 22 insertions(+), 3 deletions(-)

commit da73ac074ed8b5e9aa20684b9da5c8e64469adb1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 14 00:35:51 2016 +0100

    dpkg-genbuildinfo: On source builds add source to the Architecture field

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

commit 30a7b88b63cd540d80133ddd70669079550bac2d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 14 00:51:26 2016 +0100

    man: Escape dashes in field names in dpkg-buildinfo(1)

 debian/changelog          |  2 ++
 man/dpkg-genbuildinfo.man | 10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 11d4587f58a0bfa0a888408d6e60e85d28360c9c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 13 18:57:51 2016 +0100

    Dpkg::Deps: Fix typo in croak()
    
    Spotted-by: James Clarke <jrtc27@jrtc27.com>

 scripts/Dpkg/Deps.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d3d4348c31418fd2a392e148a880dce7db283d20
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 13 17:54:59 2016 +0100

    Dpkg::Deps: Validate architecture arguments in deps_parse()
    
    This function only works with real and known Debian architectures. It
    will not work with wildcards, nor the special architectures 'all' nor
    'source'. Validate the arguments and croak early on to spot bogus usage.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog      |  3 +++
 scripts/Dpkg/Deps.pm  |  9 ++++++++-
 scripts/t/Dpkg_Deps.t | 21 ++++++++++++++++++++-
 3 files changed, 31 insertions(+), 2 deletions(-)

commit 39545fbc7444e259d039fe39bd5345a2edaf8084
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 12 14:59:55 2016 +0100

    data: Do not enable PIE when linking static programs
    
    It seems like at least glibc does not support statically linked PIE
    programs, and produces random junk. Disable globally for now, if
    there's a desire to enable static PIE binaries, which is known to
    work on some architectures (such as musl-based ones) we can add
    specialized specs files in the future.
    
    Closes: #843714
    Proposed-by: Szabolcs Nagy <nsz@port70.net>

 data/pie-link.specs | 2 +-
 debian/changelog    | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 429bd8f096e1e86c700201285018cda17d78f183
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 04:23:23 2016 +0100

    t: Mark partially documented POD modules as TODO
    
    This makes sure we will not forget to get them out of the ignore list
    once they get documented.

 debian/changelog |  4 ++++
 t/pod-coverage.t | 19 ++++++++++++++-----
 2 files changed, 18 insertions(+), 5 deletions(-)

commit 5c33a429eb77b4a7baffce88161caa2274c9edd8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 04:22:52 2016 +0100

    Dpkg::Vendor::Debian: Use a hash instead of a long regex
    
    Addresses RegularExpressions::RequireExtendedFormatting.
    
    Warned-by: perlcritic

 scripts/Dpkg/Vendor/Debian.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 4522d52bfb1f6eb86a2d274bd167020f23d9917f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 11 21:54:21 2016 +0100

    Update German translation of manual pages
    
    Update to 2823t1f.

 debian/changelog |  3 ++-
 man/po/de.po     | 34 ++++++++++++++++++----------------
 2 files changed, 20 insertions(+), 17 deletions(-)

commit eefb5979d3fd8b9cc265d7092a10f4f8c71893b8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 03:40:57 2016 +0100

    Bump version to 1.18.15

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9157be44c71e22df1f0d705d290e4b1945375e29
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 02:26:15 2016 +0100

    Release 1.18.14

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

commit 183fccdfc6eb915ba8e354ce0090c899b1f0d18f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 02:45:27 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  2 +-
 dselect/po/dselect.pot  |  4 +--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 79 +++++++++++++++++++++++++++++++------------------
 man/po/dpkg-man.pot     | 23 ++++++++++----
 man/po/es.po            | 20 +++++++++----
 man/po/fr.po            | 29 +++++++++++++-----
 man/po/hu.po            | 20 +++++++++----
 man/po/it.po            | 29 +++++++++++++-----
 man/po/ja.po            | 20 +++++++++----
 man/po/nl.po            | 33 ++++++++++++++++-----
 man/po/pl.po            | 20 +++++++++----
 man/po/pt_BR.po         | 20 +++++++++----
 man/po/ru.po            | 20 +++++++++----
 man/po/sv.po            | 29 +++++++++++++-----
 man/po/zh_CN.po         | 20 +++++++++----
 po/ast.po               |  2 +-
 po/bs.po                |  2 +-
 po/ca.po                |  2 +-
 po/cs.po                |  2 +-
 po/da.po                |  2 +-
 po/de.po                |  2 +-
 po/dpkg.pot             |  4 +--
 po/dz.po                |  2 +-
 po/el.po                |  2 +-
 po/eo.po                |  2 +-
 po/es.po                |  2 +-
 po/et.po                |  2 +-
 po/eu.po                |  2 +-
 po/fr.po                |  2 +-
 po/gl.po                |  2 +-
 po/hu.po                |  2 +-
 po/id.po                |  2 +-
 po/it.po                |  2 +-
 po/ja.po                |  2 +-
 po/km.po                |  2 +-
 po/ko.po                |  2 +-
 po/ku.po                |  2 +-
 po/lt.po                |  2 +-
 po/mr.po                |  2 +-
 po/nb.po                |  2 +-
 po/ne.po                |  2 +-
 po/nl.po                |  2 +-
 po/nn.po                |  2 +-
 po/pa.po                |  2 +-
 po/pl.po                |  2 +-
 po/pt.po                |  2 +-
 po/pt_BR.po             |  2 +-
 po/ro.po                |  2 +-
 po/ru.po                |  2 +-
 po/sk.po                |  2 +-
 po/sv.po                |  2 +-
 po/th.po                |  2 +-
 po/tl.po                |  2 +-
 po/tr.po                |  2 +-
 po/vi.po                |  2 +-
 po/zh_CN.po             |  2 +-
 po/zh_TW.po             |  2 +-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 +--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 94 files changed, 348 insertions(+), 182 deletions(-)

commit 546df26ab1b245a65c82d6e942ccd450ec3ba04a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 02:54:53 2016 +0100

    debian: List public Dpkg::Control::Tests module in libdpkg-perl description

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

commit 91eae38314584ba73510b1ccfd0955016cd806cc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 02:24:24 2016 +0100

    man: Clarify how to revert to the serial dpkg-buildpackage behavior
    
    Explicitly mention in dpkg-buildpackage(1) that setting the number
    of parallel jobs to 1, restores the serial behavior.
    
    Prompted-by: Thorsten Glaser <t.glaser@tarent.de>

 debian/changelog          | 3 +++
 man/dpkg-buildpackage.man | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 8a821d32cee21e1ea53af1e6274e19540208db56
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 01:43:33 2016 +0100

    man: Improve the DEB_BUILD_OPTIONS description in dpkg-buildpackage(1)
    
    Mention that this flag might also affect the beahavior of debian/rules,
    and also mention the parallel option.

 debian/changelog          | 3 +++
 man/dpkg-buildpackage.man | 9 +++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 2e4d88c2015be90e59524ca0a61a42fbdd039acb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 01:32:37 2016 +0100

    Dpkg::Build::Info: New module refactored from dpkg-genbuildinfo
    
    This will allow other projects to use the same whitelist as dpkg does.
    
    Requested-by: Johannes Schauer <josch@debian.org>

 debian/changelog             |  2 ++
 debian/control               |  1 +
 scripts/Dpkg/Build/Info.pm   | 86 ++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am          |  2 ++
 scripts/dpkg-genbuildinfo.pl | 29 ++++-----------
 scripts/po/POTFILES.in       |  1 +
 scripts/t/Dpkg_Build_Info.t  | 28 +++++++++++++++
 7 files changed, 126 insertions(+), 23 deletions(-)

commit e20aeeaf590385d86cfb4754fbdc2e9ef85950b9
Author: Nishanth Aravamudan <nish.aravamudan@canonical.com>
Date:   Fri Nov 11 00:56:44 2016 +0100

    Dpkg::Changelog::Entry::Debian: Fix parse error message when date is on May
    
    When a broken date is on May the error message ended up being very
    confusing as it mentioned that it was using a full instead of an
    abbreviated month name, because for May both are the same.
    
    Nest the conditionals to avoid this problem.
    
    Closes: #843829
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                       |  4 ++++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 14 +++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit a50ea56e8a040e305b0cf4f9248262a60ff1b3e5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 00:39:52 2016 +0100

    libdpkg, scripts: Change default color behavior to auto
    
    Our test run with the setting activated by apt, has not shown any signs
    of pitch forks nor angry mobs. Let's switch this by default to auto, so
    that the more clear but still hopefully unobtrusive colors can help
    people deal with interesting messages, warnings or error conditions.

 debian/changelog              | 1 +
 lib/dpkg/color.c              | 2 +-
 man/dpkg-buildpackage.man     | 4 ++--
 man/dpkg.man                  | 4 ++--
 scripts/Dpkg/ErrorHandling.pm | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

commit 89b80a3da82ea5b10b1500d6c531432d0ce585a5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 16:42:13 2016 +0100

    dpkg: Fix use after free issue on error summary
    
    We are releasing the dpkg database now after running the commands, which
    means that the postponed error reporting summary was trying to print
    messages that had already been freed from the database memory pool.
    
    Duplicate the passed strings so that we are impervious to the database
    life-cycle.
    
    Regression introduced in commit 3404fd24ef8020b4d6dc17adb82d7e6c035d90dc.
    
    Closes: #843874

 debian/changelog | 4 ++++
 src/errors.c     | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 8ce8524a7268525b27e04cab550e92edd9ea18a5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 04:55:02 2016 +0100

    data: Improve PIE handling
    
    - Rename the spec name cc1_options to self_spec.
    - Do not set PIE options if they have been negated, and do not reset
      them if they have been requested.
    
    Closes: #843791, #843826

 data/no-pie-compile.specs | 2 +-
 data/no-pie-link.specs    | 2 +-
 data/pie-compile.specs    | 4 ++--
 data/pie-link.specs       | 2 +-
 debian/changelog          | 6 ++++++
 5 files changed, 11 insertions(+), 5 deletions(-)

commit c0f98e5994506ebd676918832aca97a81cf2bd45
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 9 20:21:25 2016 +0100

    Fix missing markup

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

commit 2028cb7ac2374e46242a0878b33519589be23fb7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 01:28:07 2016 +0100

    build: Change DPKG_BUILD_RELEASE_DATE to use perl instead of date(1)
    
    As the former is more portable, and we were using GNUisms.

 debian/changelog | 2 ++
 m4/dpkg-build.m4 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 7b02c624679d395124439549d0c78941b0197bf2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 01:26:48 2016 +0100

    build: Fix DPKG_BUILD_RELEASE_DATE to require DPKG_PROG_PERL
    
    It uses perl.

 debian/changelog | 1 +
 m4/dpkg-build.m4 | 1 +
 2 files changed, 2 insertions(+)

commit a166517a6d2f095c96b9661e8f2519470576a513
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 03:01:04 2016 +0100

    build: Do not enable compression libraries if the headers are not usable

 debian/changelog |  2 ++
 m4/dpkg-libs.m4  | 30 ++++++++++++++----------------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit f8b99da0c0858c919fd21e07774c8a001e91e1ba
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 03:01:04 2016 +0100

    build: Fix inversion logic in libmd configure check when requested explicitly

 debian/changelog | 2 ++
 m4/dpkg-libs.m4  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 6ec8b1b4b180015924fb39a6f33d2f7527355324
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 8 02:31:01 2016 +0100

    test: Do not fail on missing fakeroot just skip them

 debian/changelog              | 4 ++++
 scripts/t/dpkg_buildpackage.t | 8 ++++++--
 t-func/atlocal.in             | 4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)

commit b8f8c886d704c4fdaa0303d6311a4a211637a490
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 7 22:08:58 2016 +0100

    Update German translation of manual pages
    
    Update to 2822t1f.

 debian/changelog |  3 ++-
 man/po/de.po     | 63 +++++++++++++++++---------------------------------------
 2 files changed, 21 insertions(+), 45 deletions(-)

commit f89b9ed0a391b6c57d0a27910f6833a8e22cf141
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 04:16:56 2016 +0100

    Bump version to 1.18.14

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c14351d0754635b43e4dcfddd2779af67476cc85
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 03:28:47 2016 +0100

    Release 1.18.13

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

commit e7f11a7943c351375f450673140c27247e81f88f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 03:39:35 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 186 ++++++++++++++++++++++++++++++------------------
 man/po/dpkg-man.pot     |  48 +++++++------
 man/po/es.po            |  55 ++++++++------
 man/po/fr.po            |  55 ++++++++------
 man/po/hu.po            |  46 ++++++------
 man/po/it.po            |  46 ++++++------
 man/po/ja.po            |  55 ++++++++------
 man/po/nl.po            |  69 ++++++++++++------
 man/po/pl.po            |  55 ++++++++------
 man/po/pt_BR.po         |  46 ++++++------
 man/po/ru.po            |  46 ++++++------
 man/po/sv.po            |  55 ++++++++------
 man/po/zh_CN.po         |  46 ++++++------
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 94 files changed, 568 insertions(+), 408 deletions(-)

commit cf7f30aeba89f5bafe5046b7666985b661eaf217
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 10 22:51:11 2016 +0200

    Dpkg::Vendor::Debian: Improve PIE flags support
    
    Fix changelog for dpkg 1.18.11 to mention PIE got enabled by default for
    all architectures, not just the ones where gcc does that itself.
    
    When emitting PIE flags on architectures where gcc does not inject those
    itself, do it via a specs file too, so that maintainers can use them
    unconditionally regardless of the object being compiled or linked.
    
    When injecting -no-pie for linking via gcc specs also inject -fno-PIE.
    
    Update the documentation to make the current situation more clear.

 Makefile.am                   |  2 ++
 data/no-pie-link.specs        |  2 +-
 data/pie-compile.specs        |  2 ++
 data/pie-link.specs           |  2 ++
 debian/changelog              | 20 ++++++++++++++++----
 man/dpkg-buildflags.man       | 31 ++++++++++++++++++-------------
 scripts/Dpkg/Vendor/Debian.pm | 12 ++++++------
 7 files changed, 47 insertions(+), 24 deletions(-)

commit f3b7b1c9683b68066c11b32a0a839293d4a32636
Author: Reiner Herrmann <reiner@reiner-h.de>
Date:   Sun Nov 6 23:46:12 2016 +0100

    build: Use deterministic dates for generated man pages
    
    Pin the timezone to UTC so that the computed dates are deterministic
    and produce deterministic generated man pages.
    
    Closes: #843469
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 3 +++
 m4/dpkg-build.m4 | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit acae2616d9e28e4d387d9c455c4a6ca89aa5b862
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 02:55:22 2016 +0100

    debian: Ship deb-src-files(5) man page in dpkg-dev
    
    Missed in commit 10264ea2e5dc7b5df31bffae6fd644638d89ee15.

 debian/changelog         | 1 +
 debian/dpkg-dev.manpages | 1 +
 2 files changed, 2 insertions(+)

commit 95ac91f64ddbf6c63cc5f152fbf2623a47c932b3
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Nov 6 18:31:44 2016 +0100

    debian: Add missing Breaks on old libdpkg-perl to dpkg
    
    Commit 9d7ba99cc3ff84fc553ed39da9d2e4f4008d35b6 renamed the
    triplettable file to tupletable and added the necessary dpkg
    dependency to libdpkg-perl, but did not forbid the other now broken
    combination of old libdpkg-perl and new dpkg.
    
    Closes: #843429
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 3 +++
 debian/control   | 2 ++
 2 files changed, 5 insertions(+)

commit 2636428d04b9b7f8fb6befcc7e6f6c12a9354189
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 7 02:59:21 2016 +0100

    debian: Add bug closure for Dpkg::Dist:Files load_dir bug
    
    Closes: #843436

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 050d596fdc0b4ef78f55a7c96cc74cdbfadce2d4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 6 09:01:55 2016 +0100

    Update German translation of manual pages
    
    Update to 2822t1f.

 man/po/de.po | 238 ++++++++++++++++++++++++-----------------------------------
 1 file changed, 97 insertions(+), 141 deletions(-)

commit 2771731dcfdc3c0c4c9e23c1a35daf2ef307b84f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 6 08:40:47 2016 +0100

    Unify translation between man pages and scripts

 scripts/po/de.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1095fdab355a0e41114e753827dc41dd3d8b879c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 07:42:11 2016 +0100

    Dpkg::Dist::Files: Do not try to load non-files in load_dir method
    
    Non-Linux systems allow to open directories, which return their
    contents, this makes the load method fail with parsing errors. Make
    the code only try to ever load regular files.

 debian/changelog           | 4 +++-
 scripts/Dpkg/Dist/Files.pm | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f7e8c9bbf1dfb8e26c11a66625dba34301585e7e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 06:28:25 2016 +0100

    Bump version to 1.18.13

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d60f0286d0347d29e2c5232d018e12dd74711596
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:11:53 2016 +0100

    Release 1.18.12

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

commit c4d76610c2596c985a731c9b91eea266d57d0a2b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 06:07:07 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            | 3887 ++++++++++++++++++++---------------------------
 man/po/dpkg-man.pot     | 2151 ++++++++++++++++----------
 man/po/es.po            | 2722 +++++++++++++++++++++------------
 man/po/fr.po            | 2760 +++++++++++++++++++++------------
 man/po/hu.po            | 2273 +++++++++++++++++----------
 man/po/it.po            | 2735 +++++++++++++++++++++------------
 man/po/ja.po            | 2729 +++++++++++++++++++++------------
 man/po/nl.po            | 3667 ++++++++++++++++++++++----------------------
 man/po/pl.po            | 2711 +++++++++++++++++++++------------
 man/po/pt_BR.po         | 2229 +++++++++++++++++----------
 man/po/ru.po            | 2269 +++++++++++++++++----------
 man/po/sv.po            | 2502 +++++++++++++++++++-----------
 man/po/zh_CN.po         | 2228 +++++++++++++++++----------
 po/ast.po               |    2 +-
 po/bs.po                |    2 +-
 po/ca.po                |    2 +-
 po/cs.po                |    2 +-
 po/da.po                |    2 +-
 po/de.po                |    2 +-
 po/dpkg.pot             |    4 +-
 po/dz.po                |    2 +-
 po/el.po                |    2 +-
 po/eo.po                |    2 +-
 po/es.po                |    2 +-
 po/et.po                |    2 +-
 po/eu.po                |    2 +-
 po/fr.po                |    2 +-
 po/gl.po                |    2 +-
 po/hu.po                |    2 +-
 po/id.po                |    2 +-
 po/it.po                |    2 +-
 po/ja.po                |    2 +-
 po/km.po                |    2 +-
 po/ko.po                |    2 +-
 po/ku.po                |    2 +-
 po/lt.po                |    2 +-
 po/mr.po                |    2 +-
 po/nb.po                |    2 +-
 po/ne.po                |    2 +-
 po/nl.po                |    2 +-
 po/nn.po                |    2 +-
 po/pa.po                |    2 +-
 po/pl.po                |    2 +-
 po/pt.po                |    2 +-
 po/pt_BR.po             |    2 +-
 po/ro.po                |    2 +-
 po/ru.po                |    2 +-
 po/sk.po                |    2 +-
 po/sv.po                |    2 +-
 po/th.po                |    2 +-
 po/tl.po                |    2 +-
 po/tr.po                |    2 +-
 po/vi.po                |    2 +-
 po/zh_CN.po             |    2 +-
 po/zh_TW.po             |    2 +-
 scripts/po/ca.po        |    2 +-
 scripts/po/de.po        |    2 +-
 scripts/po/dpkg-dev.pot |    4 +-
 scripts/po/es.po        |    2 +-
 scripts/po/fr.po        |    2 +-
 scripts/po/pl.po        |    2 +-
 scripts/po/ru.po        |    2 +-
 scripts/po/sv.po        |    2 +-
 94 files changed, 20990 insertions(+), 14041 deletions(-)

commit 440df47fa761624e6199b05e924501d9bad34978
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:35:09 2016 +0100

    doc: Add missing comma between optional and author

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19ba65f1e1f88cec2fd9a0c25597772c6af7930e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:34:29 2016 +0100

    man: Document environment variables used by source format modules

 debian/changelog    |  2 ++
 man/dpkg-source.man | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)

commit 0448eb0b2748f12180a83081b68f66048fbb7446
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:24:45 2016 +0100

    man: Use %VERSION% in dpkg-statoverride(1) source item .TH macro

 debian/changelog          | 1 +
 man/dpkg-statoverride.man | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8a2b91519ef8f6827861150e6a863c5a6576deb6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:23:20 2016 +0100

    man: Use "dpkg suite" as the manual item in .TH macro

 debian/changelog            | 1 +
 man/deb-buildinfo.man       | 2 +-
 man/deb-changelog.man       | 2 +-
 man/deb-changes.man         | 2 +-
 man/deb-conffiles.man       | 2 +-
 man/deb-control.man         | 2 +-
 man/deb-extra-override.man  | 2 +-
 man/deb-old.man             | 2 +-
 man/deb-origin.man          | 2 +-
 man/deb-override.man        | 2 +-
 man/deb-postinst.man        | 2 +-
 man/deb-postrm.man          | 2 +-
 man/deb-preinst.man         | 2 +-
 man/deb-prerm.man           | 2 +-
 man/deb-shlibs.man          | 2 +-
 man/deb-split.man           | 2 +-
 man/deb-src-control.man     | 2 +-
 man/deb-src-files.man       | 2 +-
 man/deb-substvars.man       | 2 +-
 man/deb-symbols.man         | 2 +-
 man/deb-triggers.man        | 2 +-
 man/deb-version.man         | 2 +-
 man/deb.man                 | 2 +-
 man/deb822.man              | 2 +-
 man/dpkg-architecture.man   | 2 +-
 man/dpkg-buildpackage.man   | 2 +-
 man/dpkg-checkbuilddeps.man | 2 +-
 man/dpkg-distaddfile.man    | 2 +-
 man/dpkg-divert.man         | 2 +-
 man/dpkg-genbuildinfo.man   | 2 +-
 man/dpkg-genchanges.man     | 2 +-
 man/dpkg-gencontrol.man     | 2 +-
 man/dpkg-gensymbols.man     | 2 +-
 man/dpkg-name.man           | 2 +-
 man/dpkg-parsechangelog.man | 2 +-
 man/dpkg-scanpackages.man   | 2 +-
 man/dpkg-scansources.man    | 2 +-
 man/dpkg-shlibdeps.man      | 2 +-
 man/dpkg-source.man         | 2 +-
 man/dpkg-split.man          | 2 +-
 man/dpkg-statoverride.man   | 2 +-
 man/dsc.man                 | 2 +-
 man/dselect.man             | 2 +-
 man/start-stop-daemon.man   | 2 +-
 man/update-alternatives.man | 2 +-
 45 files changed, 45 insertions(+), 44 deletions(-)

commit ae2fef44767017905865d65d46c101a2a1b5596f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:17:01 2016 +0100

    man: Rename FILE FORMATS section to FILES

 debian/changelog    | 2 ++
 man/dpkg-source.man | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit e1aebafaf6b8b54828655ec35e11ad290bc56873
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:08:40 2016 +0100

    build: Set umask to 0022 for functional test suite

 debian/changelog  | 3 ++-
 t-func/atlocal.in | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4087ff25f36c8169407ee69a854c32e4e4c5596e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 05:03:54 2016 +0100

    Bump version to 1.18.12

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4a794e1db4749020c0bb96dc0c01f5d6e9753477
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 03:09:08 2016 +0100

    Release 1.18.11

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 33ce3e2508fd8f8ad03415ff6d67ece0557f5113
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 03:32:12 2016 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            | 4511 +++++++++++++++++++++++++++--------------------
 man/po/es.po            |  637 ++++---
 man/po/fr.po            |  639 ++++---
 man/po/hu.po            |  466 ++---
 man/po/it.po            |  613 ++++---
 man/po/ja.po            |  638 ++++---
 man/po/nl.po            | 1676 ++++++++++++++----
 man/po/pl.po            |  596 ++++---
 man/po/pt_BR.po         |  422 ++---
 man/po/ru.po            |  490 ++---
 man/po/sv.po            |  610 ++++---
 man/po/zh_CN.po         |  461 +++--
 po/ast.po               |   74 +-
 po/bs.po                |   85 +-
 po/ca.po                |  120 +-
 po/cs.po                |  118 +-
 po/da.po                |  118 +-
 po/de.po                |    2 +-
 po/dpkg.pot             |   43 +-
 po/dz.po                |   66 +-
 po/el.po                |   68 +-
 po/eo.po                |  118 +-
 po/es.po                |  126 +-
 po/et.po                |   66 +-
 po/eu.po                |  120 +-
 po/fr.po                |  122 +-
 po/gl.po                |   68 +-
 po/hu.po                |   66 +-
 po/id.po                |   70 +-
 po/it.po                |  120 +-
 po/ja.po                |  120 +-
 po/km.po                |   66 +-
 po/ko.po                |   71 +-
 po/ku.po                |   53 +-
 po/lt.po                |   65 +-
 po/mr.po                |   66 +-
 po/nb.po                |   70 +-
 po/ne.po                |   66 +-
 po/nl.po                |  119 +-
 po/nn.po                |   62 +-
 po/pa.po                |   65 +-
 po/pl.po                |  122 +-
 po/pt.po                |  118 +-
 po/pt_BR.po             |   68 +-
 po/ro.po                |   74 +-
 po/ru.po                |  118 +-
 po/sk.po                |   68 +-
 po/sv.po                |  118 +-
 po/th.po                |  118 +-
 po/tl.po                |   66 +-
 po/tr.po                |  125 +-
 po/vi.po                |  120 +-
 po/zh_CN.po             |  118 +-
 po/zh_TW.po             |   68 +-
 scripts/po/ca.po        |  135 +-
 scripts/po/de.po        |    5 +-
 scripts/po/dpkg-dev.pot |  117 +-
 scripts/po/es.po        |  135 +-
 scripts/po/fr.po        |  136 +-
 scripts/po/pl.po        |  134 +-
 scripts/po/ru.po        |  134 +-
 scripts/po/sv.po        |  133 +-
 93 files changed, 9918 insertions(+), 6528 deletions(-)

commit e6f564f666698c43b49ed26cc2e54d8f7f9ce7a0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 03:21:28 2016 +0100

    build: Distribute missing test files

 scripts/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 93f9e46472665af1574b85cb0f31199f83ad4355
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 23:56:42 2016 +0100

    debian: Add perl:Depends substvar to dpkg-dev package Depends
    
    The scripts use modules not present in perl-base, so to be entirely
    correct we require the perl package, even though it gets pulled anyway
    by the libdpkg-perl package.
    
    Warned-by: dpkg-gencontrol

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

commit 1852648603b1cc26ee4ce95a5173032445af4eb1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 21 00:18:55 2016 +0200

    Dpkg::Vendor::Debian: Handle PIE enabled by default in gcc
    
    Add support for compiler built-in features, so that we do not set
    them when enabled and set negated flags when disabled.
    
    We use gcc spec files to set these flags so that we avoid any conflict
    with other incompatible flags that would make the build fail.
    
    Closes: #835149
    Based-on-patch-by: Bálint Réczey <balint@balintreczey.hu>

 Makefile.am                   |  2 ++
 data/no-pie-compile.specs     |  2 ++
 data/no-pie-link.specs        |  2 ++
 debian/changelog              |  5 +++++
 debian/libdpkg-perl.install   |  1 +
 man/dpkg-buildflags.man       | 19 ++++++++++++++-----
 scripts/Dpkg/Vendor/Debian.pm | 23 +++++++++++++++++++++--
 7 files changed, 47 insertions(+), 7 deletions(-)

commit ca964d9a5d191113526b02e0565d2244b0ffa63b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 00:44:44 2016 +0100

    t-source-minimal: Refactor dpkg-buildpackage invocation
    
    Request no signing and no check command.

 Test.mk                   | 2 +-
 t-source-minimal/Makefile | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 08aec587bb2e7fbc6392017f1e3b3cc1034d6476
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 01:45:07 2016 +0100

    t-source-build: Remove tests merged in main dpkg repository

 Makefile                                           |  4 ---
 t-source-build/.gitignore                          |  2 --
 t-source-build/Makefile                            | 30 --------------------
 t-source-build/pkg-source-1.0/debian/changelog     |  5 ----
 t-source-build/pkg-source-1.0/debian/control       | 24 ----------------
 t-source-build/pkg-source-1.0/debian/copyright     | 17 -----------
 t-source-build/pkg-source-1.0/debian/rules         | 28 ------------------
 t-source-build/pkg-source-1.0/debian/source/format |  1 -
 t-source-build/pkg-source-1.0/debian/watch         |  0
 t-source-build/ref/pkg-source_1.0_all.changes      | 24 ----------------
 t-source-build/ref/pkg-source_1.0_any.changes      | 24 ----------------
 t-source-build/ref/pkg-source_1.0_binary.changes   | 27 ------------------
 t-source-build/ref/pkg-source_1.0_full.changes     | 33 ----------------------
 t-source-build/ref/pkg-source_1.0_source.changes   | 27 ------------------
 14 files changed, 246 deletions(-)

commit 53392da21859b4df51cb19b6c880f2f06135eca7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 5 20:57:36 2016 +0100

    Update German translation of manual pages
    
    Update to 2790t17f10u.

 man/po/de.po | 121 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 66 insertions(+), 55 deletions(-)

commit 9d53237b7b8b330f8708553a22206f49a4be707c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 5 18:10:07 2016 +0100

    Update German scripts translation
    
    Update to 586t.

 scripts/po/de.po | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit b8227f0b53e67d0b43f295f01dcd8e08a5cce5aa
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 19:55:42 2016 +0100

    Dpkg::Changelog: Cope gracefully with a missing trailer timestamp
    
    The get_timepiece methods might return an undef value if there was no
    timestamp in the trailer. Do not call the Time::Piece epoch method in
    that case, as that causes a perl error.
    
    Regression introduced in commit ea22158eb8b0dcaf42b0cdacd5b4560764f353c8.
    
    Closes: #843248
    Based-on-patch-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

 debian/changelog                       |  3 +++
 scripts/Dpkg/Changelog.pm              |  4 ++--
 scripts/Dpkg/Changelog/Entry.pm        |  2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm |  2 ++
 scripts/t/Dpkg_Changelog.t             |  5 +++--
 scripts/t/Dpkg_Changelog/unreleased    | 11 +++++++++++
 6 files changed, 23 insertions(+), 4 deletions(-)

commit 4daaec6bb83c65bc7b83022dd241b5d6bbf83b86
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 4 05:28:26 2016 +0100

    dpkg: Do not fail when removing non-existent files on read-only filesystems
    
    Trying to rmdir(2) or unlink(2) a non-existent pathname on at least
    Linux returns with EROFS. Handle this case specifically to check if
    the pathname exists with access(2).
    
    Closes: #838877

 debian/changelog       | 2 ++
 lib/dpkg/path-remove.c | 7 +++++++
 2 files changed, 9 insertions(+)

commit 1e3658185caf8de4034fb3648b32674970ce6cce
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 4 04:11:59 2016 +0100

    dpkg-buildpackage: Enable -Jauto by default
    
    The Debian build daemons have already been enabling parallel builds for
    a some time now. This has the advantage that it should make the builds
    faster, and that it gives similar conditions to local builders to the
    ones on build daemon networks, helping to catch problems with parallel
    build support in packages before the upload.
    
    Closes: #842845
    Suggested-by: Simon McVittie <smcv@debian.org>

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

commit 3787b186acab4fe9976679123aecd0c16e883293
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 05:06:06 2016 +0100

    debian: Set MAKEFLAGS to -jN from parallel=N in DEB_BUILD_OPTIONS
    
    Honor parallel build option.

 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

commit e169dfcb236facb0cce6a6153178e11dbdcd1e0e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 4 03:25:22 2016 +0100

    Test::Dpkg: Use x modifier on a long regex
    
    Addresses RegularExpressions::RequireExtendedFormatting.
    
    Warned-by: perlcritic

 scripts/Test/Dpkg.pm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit f43fd1f753962228e0443c89f7274cc342f6694d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 4 03:24:09 2016 +0100

    dpkg-genbuildinfo: Use an intermediate variable to placate perlcritic
    
    The code is fine, but perlcritic seems to have issues properly parsing
    it. Let's help it by using an intermediate variable.
    
    Addresses RegularExpressions::ProhibitUnusedCapture.
    
    Warned-by: perlcritic

 scripts/dpkg-genbuildinfo.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b575f63c14444376f71fe78565b2a072e78e8297
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 5 10:00:58 2016 +0100

    Update German translation of manual pages
    
    Update to 2770t25f21u.

 man/po/de.po | 1550 ++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 1073 insertions(+), 477 deletions(-)

commit c61520d6efabf073405a162975f1388313424d41
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 5 09:31:12 2016 +0100

    Fix typo

 man/deb-buildinfo.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f94c0d84648af8a128f37f029c903d6f3e9f430a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 4 19:20:57 2016 +0100

    Update German scripts translation
    
    Update to 586t.

 debian/changelog |   5 +-
 scripts/po/de.po | 136 ++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 104 insertions(+), 37 deletions(-)

commit 90be667de7c9f54631579f0ec55b62a6b6a3a24f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 23:42:42 2016 +0100

    dpkg-genbuildinfo: Filter .buildinfo files from checksums inclusion
    
    This makes the script slightly more idempotent by filtering the only
    file it generates and registers itself.

 scripts/dpkg-genbuildinfo.pl | 3 +++
 1 file changed, 3 insertions(+)

commit ebe99eaf776faed23639bffb8e020c81b4d455de
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 23:35:33 2016 +0100

    dpkg-genbuildinfo: For binary builds expect at least one binary artifact
    
    If we are doing a binary build, we should expect at least one binary
    artifact, and fail otherwise, instead of just always emitting a
    warning due to missing binary artifacts.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 scripts/dpkg-genbuildinfo.pl | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit 45b7b6e794d066f027d977b4d59c1f3a7c6534c8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 23:35:33 2016 +0100

    dpkg-genbuildinfo: For source builds always assume the .dsc is present
    
    If we are doing a source build, we should just expect the source to be
    available, and fail otherwise, instead of just emitting a warning.

 scripts/dpkg-genbuildinfo.pl | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit ee8975322f93e41ccd5787ebb6cadaecc81cadf3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 06:21:18 2016 +0100

    scripts: Add support for .buildinfo files
    
    The .buildinfo files are a new type of control files, similar to
    the .changes files, meant to describe the environment of a build
    and its artifacts. They are meant to be added to the Debian archive
    to allow independent parties to reproduce a build and verify the
    result.
    
    Specifications for .buildinfo are available at:
    <https://wiki.debian.org/ReproducibleBuilds/BuildinfoSpecification>
    
    This patch adds support for .buildinfo files in Dpkg::Control,
    adds new .buildinfo fields to Dpkg::Control::Fields, a new
    builtin-system-build-paths Dpkg::Vendor hook, and adds a new script
    named dpkg-genbuildinfo, that will now be called by dpkg-buildpackage
    before generating the .changes file.
    
    [ntyni@debian.org: small changes. ]
    
    Closes: #138409
    Based-on-patch-by: Jérémy Bobbio <lunar@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                                   |   7 +
 debian/dpkg-dev.install                            |   1 +
 debian/dpkg-dev.manpages                           |   2 +
 man/Makefile.am                                    |   4 +
 man/deb-buildinfo.man                              | 178 ++++++++
 man/dpkg-buildpackage.man                          |  31 +-
 man/dpkg-genbuildinfo.man                          | 153 +++++++
 man/po/po4a.cfg                                    |   6 +
 scripts/.gitignore                                 |   1 +
 scripts/Dpkg/Control.pm                            |  13 +-
 scripts/Dpkg/Control/FieldsCore.pm                 |  41 +-
 scripts/Dpkg/Control/Types.pm                      |   3 +
 scripts/Dpkg/Vendor/Debian.pm                      |   2 +
 scripts/Dpkg/Vendor/Default.pm                     |  12 +
 scripts/Makefile.am                                |   2 +
 scripts/Test/Dpkg.pm                               |   1 +
 scripts/dpkg-buildpackage.pl                       |  35 +-
 scripts/dpkg-genbuildinfo.pl                       | 491 +++++++++++++++++++++
 scripts/po/POTFILES.in                             |   1 +
 .../t/dpkg_buildpackage/test-source_0_all.changes  |   3 +
 .../t/dpkg_buildpackage/test-source_0_any.changes  |   3 +
 .../dpkg_buildpackage/test-source_0_binary.changes |   3 +
 .../t/dpkg_buildpackage/test-source_0_full.changes |   3 +
 t/pod-spell.t                                      |   2 +
 24 files changed, 982 insertions(+), 16 deletions(-)

commit f89e053f3e3a6f0f73a9ce2c8dd2c72db93d44bb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 03:38:44 2016 +0100

    Dpkg::Dist::Files: Add new load_dir method
    
    This method scans all fragment files inside a directory and loads
    each of them.

 scripts/Dpkg/Dist/Files.pm                 | 15 +++++++++++++++
 scripts/t/Dpkg_Dist_Files.t                | 16 +++++++++++++++-
 scripts/t/Dpkg_Dist_Files/files-fragment-a |  1 +
 scripts/t/Dpkg_Dist_Files/files-fragment-b |  1 +
 4 files changed, 32 insertions(+), 1 deletion(-)

commit 2aa7752b0069188cc692fd71db6a680d94bc1765
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 03:37:50 2016 +0100

    Dpkg::Dist::Files: Change add_file to return $file

 scripts/Dpkg/Dist/Files.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 39cb4f28e973ac1860b57777e795ce1eafb7875d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 3 01:05:59 2016 +0100

    dpkg-distaddfile: Rename variable from $file to $filename

 scripts/dpkg-distaddfile.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ed51db5ca0f6bc9393f4a5480f2ddbce68374a9d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Nov 2 09:15:01 2016 +0100

    man/po/de.po: Add missing italics marker
    
    Its absence caused po4a to die with the `Unknown '<' or '>' sequence'
    error message.

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

commit cae957871dad79bbd48e264611ad3b4ca146dd7c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 05:03:19 2016 +0100

    dpkg-genchanges: Only add architectures for .deb/.udeb artifacts
    
    When we are parsing filenames for artifacts that ressemble a known
    package, we should not be assuming that the third basename _-separated
    item is an architecture. Only consider it so for .deb and .udebs.

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

commit 2783ac6d21466bb9e448ecbe89c95f8fbafadb92
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 01:33:12 2016 +0100

    dpkg-gencontrol: Do not update the files list file when printing to STDOUT
    
    If we are outputting the contents to STDOUT, do not update the
    debian/files file, as we have not generated a control file that will
    allow to build a binary package.

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

commit 158f94e8cdc9aed56d29c625ab2a3edfcf30c8b7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 01:31:09 2016 +0100

    dpkg-gencontrol: Delegate open/close operations to save() method

 scripts/dpkg-gencontrol.pl | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

commit e977c30856fda238027cec2efa9ab888c04c8757
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 01:14:51 2016 +0100

    dpkg-gencontrol: Do substvar instantiation just once
    
    Do it before perparing for the final output, instead of doing it per
    some specific fields and then a global one immediately before output.

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

commit 36e180f62e258f043db360ddc549d59217f19588
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 2 01:07:14 2016 +0100

    man: Add zh_CH to gitignore

 man/.gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 8295cf9de5a5da6a1e9668e654a7ca2b4280b627
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 1 14:53:21 2016 +0100

    Update German translation of manual pages
    
    Update to 2751t2f1u.

 man/po/de.po | 661 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 358 insertions(+), 303 deletions(-)

commit 9404bc3be6e058d35ab314db1b1eddd1b182c61a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 1 06:29:07 2016 +0100

    Update German scripts translation
    
    Update to 581t.

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

commit 84bdfecc4d9e7ed248e41495742deb0720f5b08d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Oct 31 18:27:51 2016 +0100

    German dpkg translation update
    
    Update to 1091t.

 debian/changelog |  1 +
 po/de.po         | 76 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 40 insertions(+), 37 deletions(-)

commit 9122b2f6bd869378627d073cc16ab1c932e55a74
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 12 21:34:59 2016 +0200

    dpkg-architecture: Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variables

 debian/changelog             |  2 ++
 man/dpkg-architecture.man    | 12 ++++++++++++
 scripts/dpkg-architecture.pl | 17 ++++++++++++-----
 scripts/mk/architecture.mk   |  2 +-
 scripts/t/mk/architecture.mk |  6 ++++++
 5 files changed, 33 insertions(+), 6 deletions(-)

commit 15f36bee2a34ec03c77ac38dc156eea0005e6737
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 16:42:02 2015 +0200

    Dpkg::Arch: Support debarch_to_debtuple returning a hash references

 scripts/Dpkg/Arch.pm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 9d7ba99cc3ff84fc553ed39da9d2e4f4008d35b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 14 15:27:23 2015 +0200

    arch: Internally represent architectures as quadruplets
    
    This allows to detangle the libc used from the calling conventions.

 Makefile.am                   |   3 +-
 data/abitable                 |   8 +--
 data/cputable                 |   4 +-
 data/ostable                  |  58 ++++++++++----------
 data/triplettable             |  39 --------------
 data/tupletable               |  39 ++++++++++++++
 debian/changelog              |   1 +
 debian/control                |   2 +
 man/dpkg-architecture.man     |  33 +++++++++---
 scripts/Dpkg/Arch.pm          | 120 ++++++++++++++++++++++--------------------
 scripts/Dpkg/Path.pm          |   4 +-
 scripts/Dpkg/Vendor/Debian.pm |   6 +--
 scripts/dpkg-architecture.pl  |   9 ++--
 scripts/t/Dpkg_Arch.t         |  30 +++++------
 14 files changed, 191 insertions(+), 165 deletions(-)

commit 16847ec012a11435bec3872593ba3c7e5b9ff492
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 29 11:13:12 2016 +0100

    arch: Add a version pseudo-field to the arch tables
    
    This should allow external parsers to know if they can understand the
    table contents.

 data/abitable             | 2 ++
 data/cputable             | 2 ++
 data/ostable              | 2 ++
 data/triplettable         | 2 ++
 debian/changelog          | 1 +
 man/dpkg-architecture.man | 7 +++++++
 6 files changed, 16 insertions(+)

commit 86a6018a6bd90ad091e9879145381003b1dd317b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 31 00:39:49 2016 +0100

    debian: Move dpkg to be the first binary package stanza in debian/control
    
    debhelper assigns special meaning by considering it the main package.

 debian/changelog |  2 ++
 debian/control   | 34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 17 deletions(-)

commit dd13047c47def1f54696527eee9769c57b98ac90
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 31 01:03:01 2016 +0100

    test: Simply ignore yes(1) error messages
    
    While this is suboptimal, this is pretty much the only sane option we've
    got, as we cannot (per POSIX) reset a signal disposition that was set to
    IGNORE when the non-interactive shell got executed.
    
    This partially reverts commit f074889198fa4099474b068a611ebd56bbfc20d8
    which was just wrong.

 t-func/atlocal.in   | 3 ---
 t-func/deb-split.at | 4 +++-
 2 files changed, 3 insertions(+), 4 deletions(-)

commit f074889198fa4099474b068a611ebd56bbfc20d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 21:53:07 2016 +0100

    test: Set SIGPIPE to a sane state
    
    Some environments, such as Jenkins, set the SIGPIPE handler to ignore,
    which gets inherited by the test suite, and yes(1) barfs as it checks
    for error conditions after print. Reset the SIGPIPE handler to a sane
    default state.

 t-func/atlocal.in | 3 +++
 1 file changed, 3 insertions(+)

commit 703872d23958cf0a427f323026961b0dfbfdf99f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 20:05:11 2016 +0100

    debian: Run autotest test suite in verbose mode
    
    The autotest machinery does not print any log when a test fails which is
    less than helpful when run on a build daemon.

 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c84047753a72533f716c9ab245cce01297ccb297
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 20:03:30 2016 +0100

    t-func: Unset compressor environment variables
    
    We should make the functional tests impervious to environment variables.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 t-func/atlocal.in | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9921c4e45a37e6bd567fc7134176effbd59d0beb
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Oct 30 10:53:50 2016 +0100

    scripts/t: Do not try to sign test packages
    
    If GnuPG is available in the build environment, dpkg-buildpackage will
    use it to sign the .dsc and .changes files which fails because there is
    no secret key for "Dpkg Developers <debian-dpkg@lists.debian.org>".
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/t/dpkg_buildpackage.t | 1 +
 1 file changed, 1 insertion(+)

commit 0bbc4f7b75f257807ea5d789a8226e8434bd6f58
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 19:48:30 2016 +0100

    scripts/t: Output STDERR when commands fail
    
    Store the STDERR output and emit it as diag() output on exit failure.
    Also check the exit value for expected success. And do not abort on
    error from the dpkg-buildpackage command.

 scripts/t/dpkg_buildpackage.t | 11 ++++++++---
 scripts/t/dpkg_source.t       | 10 +++++++---
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 4c379a6e218ad96185c2abdb074bf37def13dfd4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 17:22:55 2016 +0100

    dpkg: Give more information on --set-selections warnings
    
    Mention that the package cannot be found on the status nor available
    database, and that to the FAQ.
    
    Closes: #842230

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

commit 109d819c409ba6f8013787da372f0565d4d3c214
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Sun Oct 30 17:14:05 2016 +0100

    po: Update Dutch translations
    
    [guillem@debian.org: Unfuzzy strings. ]
    
    Closes: #841117, #842187
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    4 +
 man/po/nl.po     | 3831 ++++++++++++++++++++++++------------------------------
 po/nl.po         |  124 +-
 3 files changed, 1703 insertions(+), 2256 deletions(-)

commit cce49e861302d8e2c2a29b95d265ce47c51b4c0c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 11 04:50:45 2016 +0200

    man/po: Update .po files, unfuzzy strings and remove obsolete strings
    
    - Unfuzzy strings after typo fixes.
    - Unfuzzy strings after pathname replacement.
    - Unfuzzy strings after hyphenation change.
    - Unfuzzy translations after switch from escape sequences to UTF-8.
    - Remove obsolete translation strings.

 man/po/de.po        | 9208 ++++++++++++++++++++++++++-------------------------
 man/po/dpkg-man.pot | 6943 ++++++++++++++++++++------------------
 man/po/es.po        | 8142 ++++++++++++++++++++++++---------------------
 man/po/fr.po        | 8750 ++++++++++++++++++++++++------------------------
 man/po/hu.po        | 7692 +++++++++++++++++++++---------------------
 man/po/it.po        | 8024 +++++++++++++++++++++++---------------------
 man/po/ja.po        | 8315 ++++++++++++++++++++++++----------------------
 man/po/nl.po        | 8393 +++++++++++++++++++++++++---------------------
 man/po/pl.po        | 9041 ++++++++++++++++++++++++--------------------------
 man/po/pt_BR.po     | 7776 ++++++++++++++++++++++---------------------
 man/po/ru.po        | 8142 ++++++++++++++++++++++-----------------------
 man/po/sv.po        | 8987 ++++++++++++++++++++++++-------------------------
 man/po/zh_CN.po     | 7422 ++++++++++++++++++++++-------------------
 13 files changed, 55007 insertions(+), 51828 deletions(-)

commit 77dbe5778a811218d5308c1adb1838d55ba84565
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 00:50:53 2016 +0200

    test: Ignore POD coverage for partially private modules
    
    The Dpkg::Arch and Dpkg::Source::Package modules are partially private,
    and several of its functions are not yet documented as public. Ignore
    these two for now to avoid the expected failures.

 debian/changelog | 1 +
 t/pod-coverage.t | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 3c69ed9189bdcf6d86be470ec1b841624f719786
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 00:50:30 2016 +0200

    test: Pass -q to grep command to suppress matched output

 debian/changelog | 1 +
 t/pod-coverage.t | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 583e7b0ab992c4770414e1f8f903f207035d0523
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 23:26:16 2016 +0200

    perl: Remove default «.» from @INC before loading modules
    
    When loading eval'ed modules we should remove «.» from @INC, or we
    might end up loading code under the caller's control.
    
    Fixes: CVE-2016-1238

 debian/changelog                | 2 ++
 dselect/methods/ftp/install.pl  | 1 +
 dselect/methods/ftp/setup.pl    | 5 ++++-
 dselect/methods/ftp/update.pl   | 5 ++++-
 scripts/Dpkg/Changelog/Parse.pm | 1 +
 scripts/Dpkg/File.pm            | 5 ++++-
 scripts/Dpkg/Gettext.pm         | 5 ++++-
 scripts/Dpkg/Source/Package.pm  | 6 +++++-
 scripts/Dpkg/Vendor.pm          | 1 +
 scripts/dpkg-mergechangelogs.pl | 5 ++++-
 10 files changed, 30 insertions(+), 6 deletions(-)

commit b4e88220c2ba83bb96fc8f7430437b7d3e1bf1bf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 03:16:20 2016 +0200

    dpkg: Do not log nor print duplicate removal action
    
    We print “Removing <package> (<version>)” lines and log remove action
    twice when purging a package from frontends, because they usually first
    call --remove and then --purge sequentially. When purging a package
    which is already in config-files (i.e. it has been removed before),
    do not print nor log the remove action.

 debian/changelog |  6 ++++++
 src/remove.c     | 11 ++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

commit 7ec59824455d8e7da029ad8bf53821e580cdac56
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 12 01:20:44 2016 +0200

    dselect: Include missing <new> for new and delete operator declarations

 debian/changelog       | 1 +
 dselect/cxx-support.cc | 2 ++
 2 files changed, 3 insertions(+)

commit f59f70bdad94b50de14b2939101c91387188bac4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 20:25:20 2016 +0200

    test: Delete MAKEFLAGS when testing make invocations
    
    If the parent has been called with -jN then the MAKEFLAGS will contain
    information to be used by the jobserver, but those file descriptors are
    closed in the way, and make complains.
    
    As we are testing the makefiles serially anyway, just remove the
    MAKEFLAGS to get rid of the warnings.

 debian/changelog | 1 +
 scripts/t/mk.t   | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 44cfbc4b31de7d3dc3c6471aeaf21768b4dc015a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 04:56:32 2016 +0200

    build: Pass --as-needed to the linker for dselect to avoid libstdc++
    
    We are not really using anything from libstdc++, so let's avoid the
    dependency entirely. This makes this the only frontend not to pull
    in the C++ run-time.

 configure.ac        |  1 +
 debian/changelog    |  2 ++
 dselect/Makefile.am |  4 ++++
 m4/dpkg-linker.m4   | 19 +++++++++++++++++++
 4 files changed, 26 insertions(+)

commit ed6cbcf7a1706523580a91491adb9ecd55098f9c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 04:49:33 2016 +0200

    dselect: Implement local abi::__cxa_pure_virtual
    
    When using g++ if we provide our version of this function we can avoid
    the dependency on either libstdc++ or libsup++.

 configure.ac           | 12 ++++++++++++
 debian/changelog       |  3 +++
 dselect/cxx-support.cc | 11 +++++++++++
 3 files changed, 26 insertions(+)

commit 1fc6530294334e421c0da3652181eedd2669433e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 04:39:14 2016 +0200

    dselect: Add replacement new and delete array operators

 debian/changelog       |  1 +
 dselect/cxx-support.cc | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

commit 2ca60a4d810dac811613e2c17bb0c28fc523dad4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 04:37:25 2016 +0200

    dselect: Move C++ support code into its own file

 debian/changelog       |  1 +
 dselect/Makefile.am    |  1 +
 dselect/cxx-support.cc | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 dselect/main.cc        | 21 --------------------
 4 files changed, 55 insertions(+), 21 deletions(-)

commit bb4ae26e35f9ca76a991ace7fb3497823ac1a3e8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 10 05:36:30 2016 +0200

    libdpkg: Simplify and trim-down dlist.h macros
    
    Remove unused macros and simplify remaining ones given the current usage
    in the code base.

 lib/dpkg/dlist.h    | 39 ++++++++++++++++-----------------------
 lib/dpkg/triglib.c  |  6 +++---
 lib/dpkg/trignote.c |  2 +-
 3 files changed, 20 insertions(+), 27 deletions(-)

commit 678fd0b6dc195f48779fda72b0eb97d68c85e7ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 3 05:20:38 2016 +0200

    libdpkg: Fix free() on uninitialized pointer in error_context_errmsg_format()
    
    When erroring out inside a recursive error handler the error context
    errmsg field was not initialized, which meant the a free() was being
    done on a garbage pointer, crashing the program.
    
    Regression introduced in commit 4e1e0e78412060de420d2fa7f8a24231d6eff9bb.

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

commit cd08e06004d615073be86e8fe5b233ccf9d6c0ed
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 3 18:12:49 2016 +0200

    libdpkg: Add new unit test for error handling

 debian/changelog       |   1 +
 lib/dpkg/t/.gitignore  |   1 +
 lib/dpkg/t/Makefile.am |   1 +
 lib/dpkg/t/t-ehandle.c | 129 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 132 insertions(+)

commit 1dff5fd4920f3d457a1b0b7d43d9ed9a3fb73f35
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 10 20:39:39 2016 +0200

    libdpkg: Improve comment in error_context_errmsg_format()
    
    The wording was quite confusing on the code flow.

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

commit d1f570622cff0fcfafd6b85f6beafce01d893563
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 10 20:39:39 2016 +0200

    libdpkg: Return error in error_context_errmsg_format() only if truncated
    
    In case we have to use the emergency buffer because the previous
    vasprintf() call failed, we should only return an error code if the
    vsnprintf() call on the emergency buffer truncates the output.

 debian/changelog   | 4 ++++
 lib/dpkg/ehandle.c | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 1d1c70fed17c17ef11e167b5c68825239659777b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 10 20:39:39 2016 +0200

    libdpkg: Only set error context message if it has been formatted correctly
    
    We should not be adding junk to the error context message.

 debian/changelog   | 2 ++
 lib/dpkg/ehandle.c | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 4f12a3b01b6e2bdcaf03e9f9b45d8bea7355ebcd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 28 17:05:24 2016 +0200

    scripts/t: Skip the tests if IO::String is not present
    
    This makes this dependency optional.

 README                   | 2 +-
 debian/changelog         | 1 +
 scripts/t/Dpkg_Control.t | 9 ++++++---
 scripts/t/Dpkg_Shlibs.t  | 8 ++++++--
 4 files changed, 14 insertions(+), 6 deletions(-)

commit 322a17a9df9f4adfc029e3a40b185439b6acb224
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 28 02:24:56 2016 +0200

    libcompat: Disable gettext support in getopt module
    
    We do not carry translations for this module, and it makes it pull
    libintl for programs that might not use it otherwise.

 debian/changelog    |  3 +++
 lib/compat/getopt.c | 11 +++--------
 2 files changed, 6 insertions(+), 8 deletions(-)

commit 7d22e85e637ae71791870497d001ff10609b31d3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 27 17:37:51 2016 +0200

    libcompat: Include getopt module when we need getopt_long
    
    The latter requires the local getopt implementation, so we need to
    include it even if the system provides a getopt implementation.

 debian/changelog       | 1 +
 lib/compat/Makefile.am | 4 ++++
 2 files changed, 5 insertions(+)

commit 251474f44384a584b8ac65407fb6ccc2cca66b97
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 26 02:58:09 2016 +0200

    libcompat: Add missing <errno.h> include
    
    Warned-by: gcc on AIX

 debian/changelog      | 1 +
 lib/compat/strerror.c | 1 +
 2 files changed, 2 insertions(+)

commit 1d4e37d00e0aa8bd8b11bb034eb45812f3ec8ca5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 28 16:50:22 2016 +0200

    libdpkg: Add <sys/sysmacros.h> on AIX for major() and minor()

 configure.ac              | 1 +
 debian/changelog          | 1 +
 lib/dpkg/t/c-tarextract.c | 4 ++++
 3 files changed, 6 insertions(+)

commit 534510ae79d96691ba31d08b52c1158455a9621f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 26 02:58:36 2016 +0200

    libdpkg: Use our own dpkg_ar_hdr instead of relying on the system one
    
    The ar format is not standardized and some systems might provide a
    different format than the one used by dpkg. For example on AIX.

 debian/changelog   |  3 +++
 dpkg-deb/extract.c |  2 +-
 dpkg-split/info.c  |  2 +-
 lib/dpkg/ar.c      | 12 ++++++------
 lib/dpkg/ar.h      | 19 ++++++++++++++++---
 lib/dpkg/t/t-ar.c  |  6 +++---
 6 files changed, 30 insertions(+), 14 deletions(-)

commit 9d0d823be92a5931428f3c8eedb83d7a9efe2d37
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 26 02:57:34 2016 +0200

    data: Add support for AIX operating system

 data/ostable          | 1 +
 data/triplettable     | 1 +
 debian/changelog      | 2 ++
 scripts/t/Dpkg_Arch.t | 2 +-
 4 files changed, 5 insertions(+), 1 deletion(-)

commit c9fd007bbe22d52bd490f815f58bd46a398d53ae
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 28 17:02:46 2016 +0200

    Dpkg: Add new Dpkg::PROGMAKE variable to store GNU make command name

 debian/changelog             | 1 +
 scripts/Dpkg.pm              | 8 +++++++-
 scripts/Makefile.am          | 2 ++
 scripts/dpkg-buildpackage.pl | 2 +-
 scripts/t/mk.t               | 3 ++-
 5 files changed, 13 insertions(+), 3 deletions(-)

commit 062ee4500fc879735c5b453a8b9e7c6c3cd4be4a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 20 21:46:24 2015 +0100

    Dpkg: Add new Dpkg::PROGTAR variable to store GNU tar command name

 debian/changelog               |  1 +
 lib/dpkg/t/Makefile.am         |  3 +++
 lib/dpkg/t/t-tarextract.t      |  6 ++++--
 scripts/Dpkg.pm                | 13 ++++++++++++-
 scripts/Dpkg/Source/Archive.pm |  5 +++--
 scripts/Makefile.am            |  2 ++
 6 files changed, 25 insertions(+), 5 deletions(-)

commit c3a9a82fcf58df34077638cdbfd7bb752624629e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 4 18:21:02 2016 +0200

    build: Do not honor DPKG_DATADIR on the installed Dpkg module
    
    Move the environment variable DPKG_DATADIR override for Dpkg::DATADIR
    into the first assignment, so that the new replacement logic can make it
    disappear at installation time.
    
    This simplifies the code and reduces the exposure of this internal
    purpose machinery.

 debian/changelog    |  1 +
 scripts/Dpkg.pm     |  3 +--
 scripts/Makefile.am | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 33e6fcb5cd9b478e1646b50d247c233edcbd0088
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 00:20:52 2016 +0200

    Dpkg::Compression: Only use gzip --rsyncable on Debian and derivatives
    
    The gzip package in Debian at some point acquired a Debian-specific
    --rsyncable option via a vendor patch. Which is not present in most
    of the major distributions, dpkg downstream systems, nor gzip upstream,
    who have stated they will most probably not accept it because people
    should be using pigz instead.
    
    This option should have never been accepted in dpkg, ever. But removing
    it now would probably cause demands for tarring and feathering. In
    addition we cannot use the Dpkg::Vendor logic because that would cause
    circular module dependencies. The whole affair is pretty disgusting
    really.
    
    Check the perl Config to discern Debian and hopefully derivatives too.

 debian/changelog            |  4 ++++
 scripts/Dpkg/Compression.pm | 21 ++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

commit 739bb238937e2999feb6b853e5594d89fc981a56
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 1 17:59:06 2016 +0200

    Dpkg::Compression::FileHandle: Inherit from IO::File instead of FileHandle
    
    Avoid the indirection, and use the more current module.

 debian/changelog                       | 2 ++
 scripts/Dpkg/Compression/FileHandle.pm | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit bc4ceb7af5ee80eb8f13852251f2b351f59ef06d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 5 04:11:36 2016 +0200

    Dpkg::Build::Type: Always map the build type to the shortest string form
    
    We should try to map to the shortest string to make life easier.

 debian/changelog              |  2 ++
 scripts/Dpkg/Build/Types.pm   | 12 ++++++++----
 scripts/t/Dpkg_Build_Types.t  |  6 +++---
 scripts/t/dpkg_buildpackage.t |  2 --
 4 files changed, 13 insertions(+), 9 deletions(-)

commit 05d5a6590879078c9992b9e8a8a07371413858e1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 14 23:58:59 2016 +0200

    Dpkg::IPC: Defer filehandle closures in spawn() to avoid double-close
    
    When the caller passes the same filehandle for STDIN, STDOUT or STDERR,
    the code will try to close the same filehandle more than once, producing
    an error. Defer the closures to the end using the same close_in_child
    array already used for other filehandles.
    
    Closes: #839905, #840293

 debian/changelog    | 2 ++
 scripts/Dpkg/IPC.pm | 9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit ea506ec3f20f6c81ce3dcff5cd99ab8146685a35
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 19:51:59 2016 +0200

    Dpkg::Source::Package: Prefix private functions with _

 debian/changelog                        |  1 +
 scripts/Dpkg/Source/Package/V2.pm       | 24 ++++++++++++------------
 scripts/Dpkg/Source/Package/V3/Bzr.pm   |  6 +++---
 scripts/Dpkg/Source/Package/V3/Git.pm   |  6 +++---
 scripts/Dpkg/Source/Package/V3/Quilt.pm | 16 ++++++++--------
 5 files changed, 27 insertions(+), 26 deletions(-)

commit fa532fbc4bcf5d67a3e50174cb5518381a71d0b4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 03:30:10 2016 +0200

    Dpkg::Conf: Document obsolete functions
    
    This fixes a Pod::Coverage issue.

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

commit a42b066cf4677c2500c9f8e5bfdc14dfd7763e5a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 16:13:59 2016 +0200

    Dpkg::Substvars: Fix POD formatting
    
    Reported-by: Niels Thykier <niels@thykier.net>

 scripts/Dpkg/Substvars.pm | 1 +
 1 file changed, 1 insertion(+)

commit 86819a8693e5fa4b5d8ccaace3131a52fd564789
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 7 00:24:59 2016 +0200

    u-a: Fix short-lived memory leaks
    
    These interfaces were bad, as requiring to pass pre-allocated strings,
    means we cannot sanely recover and the call sites do not know when the
    function took ownership of the pointers or not, and as such subsequent
    calls might or might not be able to reuse the pointers or free them.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 49 ++++++++++++++++++++++++---------------------
 2 files changed, 28 insertions(+), 23 deletions(-)

commit cdf41bcf1d3551ffa0ce1cc85be69d4ea9251893
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 00:45:04 2016 +0200

    u-a: Fix lookup by name on --config
    
    The code was wrong and not working at least on Mac OS X.

 debian/changelog            | 2 ++
 utils/update-alternatives.c | 4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e12ad320d4c073016d77acefdb71ebf4e34b82be
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 27 17:38:50 2016 +0200

    s-s-d: Port process handling to AIX

 configure.ac              |  1 +
 debian/changelog          |  1 +
 utils/start-stop-daemon.c | 77 +++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 76 insertions(+), 3 deletions(-)

commit 63fafbed03ca661147b2a958522292301436c8b5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 27 15:21:24 2016 +0200

    s-s-d: Cleanup OS* macros
    
    When setting them sort them on by relative importance/relevance/freeness.
    Separate the name with an underscore and use proper case for the kernel
    names. Update the name of several OSes/kernels.

 utils/start-stop-daemon.c | 128 +++++++++++++++++++++++-----------------------
 1 file changed, 64 insertions(+), 64 deletions(-)

commit 47f9afbd7b1351f5673bf32b6f1da484c3b8563c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 21:45:05 2016 +0200

    s-s-d: Port process handling to Mac OS X
    
    Based-on-a-patch-by: Mo McRoberts <mo@nevali.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 89 insertions(+)

commit 97af191aa67e3b6c03ba7d7fa22a88a0ec6591df
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 21:41:35 2016 +0200

    s-s-d: On FreeBSD return STATUS_UNKNOWN instead of false in do_procinit()
    
    The function returns an enum status_code, not a bool.

 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 37af4e517e8fdf925638ddc57138a89ff0b8e8dd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 21:39:24 2016 +0200

    s-s-d: Handle _POSIX_PRIORITY_SCHEDULING being defined to -1 or 0
    
    POSIX states that these can be defined as -1 (unavailable), or 0
    (available at build-time, but might or might not be available at
    run-time). Handles these, which happens to be the case in Mac OS X.

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

commit 454721714d100209ace5e8151bf9f9019de43ed6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 27 15:14:35 2016 +0200

    s-s-d: Use reserved system preprocessor symbols
    
    Use underscore-prefixed symbols to distinguish the system we are
    building for.

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

commit 236305c3359262726f698cf79bd030f7e004b164
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 01:02:59 2016 +0200

    libdpkg: Cast strlen() return value to ssize_t to match write() return type
    
    Warned-by: clang

 debian/changelog      | 1 +
 lib/dpkg/t/t-buffer.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 43df068870410902c561d1cf6e7ae47ca080f6c6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 21:34:42 2016 +0200

    libdpkg: Add missing <string.h> include
    
    Warned-by: clang

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

commit f10a135c0e22cac01a68c08a3aea2303eb7d4f37
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 21:33:48 2016 +0200

    Cast off_t variables to intmax_t when printing them with %jd
    
    Warned-by: clang

 debian/changelog          | 2 ++
 dpkg-deb/extract.c        | 2 +-
 lib/dpkg/ar.c             | 2 +-
 lib/dpkg/t/c-tarextract.c | 7 ++++---
 src/archives.c            | 4 ++--
 src/configure.c           | 3 ++-
 6 files changed, 12 insertions(+), 8 deletions(-)

commit 57b2ce9c2db08c74eeba0872740da1be09ce6874
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 16 17:12:43 2014 +0200

    test: Add an initial functional test suite for dpkg-deb and dpkg-split
    
    Move various easy tests from the dpkg-tests repository, so that we can
    test whether the infrastructure is viable.

 Makefile.am           |   1 +
 configure.ac          |   5 +
 debian/changelog      |   1 +
 t-func/.gitignore     |   5 +
 t-func/Makefile.am    |  44 +++++++
 t-func/atlocal.in     |  26 ++++
 t-func/deb-content.at |  42 +++++++
 t-func/deb-fields.at  |  21 ++++
 t-func/deb-format.at  | 329 ++++++++++++++++++++++++++++++++++++++++++++++++++
 t-func/deb-split.at   |  86 +++++++++++++
 t-func/local.at       |  32 +++++
 t-func/testsuite.at   |  10 ++
 12 files changed, 602 insertions(+)

commit a54a3c7e86e2f7b568d4aa162586d46ab4ed7105
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 18 22:43:20 2016 +0200

    scripts/t: Add dpkg-buildpackage functional tests
    
    Taken from dpkg-tests functional test suite.

 debian/changelog                                   |   1 +
 scripts/Makefile.am                                |   7 +
 scripts/t/dpkg_buildpackage.t                      | 209 +++++++++++++++++++++
 scripts/t/dpkg_buildpackage/test-source_0.dsc      |  15 ++
 .../t/dpkg_buildpackage/test-source_0_all.changes  |  24 +++
 .../t/dpkg_buildpackage/test-source_0_any.changes  |  24 +++
 .../dpkg_buildpackage/test-source_0_binary.changes |  27 +++
 .../t/dpkg_buildpackage/test-source_0_full.changes |  33 ++++
 .../dpkg_buildpackage/test-source_0_source.changes |  27 +++
 9 files changed, 367 insertions(+)

commit 1d8f6e1fa32cedd33788991d9301899fc6f2dcfb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 5 22:08:12 2014 +0200

    scripts/t: Add dpkg-source functional tests

 debian/changelog                      |   1 +
 scripts/Makefile.am                   |   5 +
 scripts/Test/Dpkg.pm                  |  18 ++++
 scripts/t/dpkg_source.t               | 167 ++++++++++++++++++++++++++++++++++
 scripts/t/dpkg_source/testsuite_0.dsc |  16 ++++
 scripts/t/dpkg_source/testsuite_1.dsc |  16 ++++
 scripts/t/dpkg_source/testsuite_2.dsc |  16 ++++
 scripts/t/dpkg_source/testsuite_3.dsc |  15 +++
 8 files changed, 254 insertions(+)

commit 6c32c76ba20b641e14fc1533cecb3ca674850a90
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 18:47:41 2016 +0200

    dpkg-source: Make the program reproducible when run standalone
    
    Running dpkg-source directly is more common than running dpkg-deb
    directly. In addition dpkg-source needs to parse the changelog anyway,
    something that dpkg-deb does not need nor, in any case, has an easy way
    to do currently.
    
    So let's make it generate reproducible source by default.

 debian/changelog       | 2 ++
 man/dpkg-source.man    | 7 +++++++
 scripts/dpkg-source.pl | 3 +++
 3 files changed, 12 insertions(+)

commit 66a12fb8b22f13bb89dd59bf13db2fb939d3de87
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 18:44:10 2016 +0200

    Dpkg::Source::Archive: Fix reproducible source package support
    
    We should make sure the generated tarball has its filenames sorted,
    otherwise tar will use whatever order comes from the filesystem.

 debian/changelog               | 2 ++
 scripts/Dpkg/Source/Archive.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit a0be1b0c02f7af096db44e25d6e6eb4227cb3e57
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 03:17:31 2016 +0200

    libdpkg: Rename test suite commands to be prefixed with c- instead of t-
    
    This should make it more clear that these are not intended to be used
    directly by the TAP test runner. In addition now we can use the proper
    name for the .t perl scripts.

 debian/changelog                              | 1 +
 lib/dpkg/t/.gitignore                         | 5 ++---
 lib/dpkg/t/Makefile.am                        | 8 ++++----
 lib/dpkg/t/{t-tarextract.c => c-tarextract.c} | 0
 lib/dpkg/t/{t-treewalk.c => c-treewalk.c}     | 0
 lib/dpkg/t/{t-tar.t => t-tarextract.t}        | 4 ++--
 lib/dpkg/t/{t-tree.t => t-treewalk.t}         | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

commit 0f599ea0ae387771ccfb1aa866c4981ada83932a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 03:11:41 2016 +0200

    libdpkg: Make test main function a TEST_ENTRY macro
    
    This avoids confusing coverage programs, as the file that actually
    contains the main function is the test itself.

 debian/changelog           |  4 ++++
 lib/dpkg/t/t-ar.c          |  3 +--
 lib/dpkg/t/t-arch.c        |  3 +--
 lib/dpkg/t/t-buffer.c      |  3 +--
 lib/dpkg/t/t-c-ctype.c     |  3 +--
 lib/dpkg/t/t-command.c     |  3 +--
 lib/dpkg/t/t-deb-version.c |  3 +--
 lib/dpkg/t/t-error.c       |  3 +--
 lib/dpkg/t/t-macros.c      |  3 +--
 lib/dpkg/t/t-mod-db.c      |  3 +--
 lib/dpkg/t/t-path.c        |  3 +--
 lib/dpkg/t/t-pkg-list.c    |  3 +--
 lib/dpkg/t/t-pkg-queue.c   |  3 +--
 lib/dpkg/t/t-pkginfo.c     |  3 +--
 lib/dpkg/t/t-progname.c    |  3 +--
 lib/dpkg/t/t-string.c      |  3 +--
 lib/dpkg/t/t-subproc.c     |  3 +--
 lib/dpkg/t/t-test-skip.c   |  3 +--
 lib/dpkg/t/t-test.c        |  3 +--
 lib/dpkg/t/t-trigger.c     |  3 +--
 lib/dpkg/t/t-varbuf.c      |  3 +--
 lib/dpkg/t/t-version.c     |  3 +--
 lib/dpkg/test.h            | 35 +++++++++++++++++------------------
 23 files changed, 42 insertions(+), 60 deletions(-)

commit 1c40b7de35c97b92876e29a3a8049c03207765c2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:41:54 2016 +0200

    dpkg-gencontrol: Implement source stanza substvars prefixed with S:
    
    These auto-generated variables map each source stanza field into an
    output substvar prefixed with “S:”.

 debian/changelog           | 3 +++
 man/deb-substvars.man      | 8 ++++++++
 scripts/dpkg-gencontrol.pl | 1 +
 3 files changed, 12 insertions(+)

commit a8abe4885f8535a783bdb0c7188076a272dd6182
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:41:54 2016 +0200

    Dpkg::Substvars: Add new method set_field_substvars()
    
    Refactor the ad-code in Dpkg::Control::HashCore to use this new method.

 debian/changelog                 |  1 +
 scripts/Dpkg/Control/HashCore.pm |  4 +---
 scripts/Dpkg/Substvars.pm        | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 3 deletions(-)

commit 020460f5729775fcc5d7ac0a8289f87ce9732be0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:20:34 2016 +0200

    dpkg: Initialize and reset the filesdb in --command-fd

 debian/changelog | 2 ++
 src/main.c       | 4 ++++
 2 files changed, 6 insertions(+)

commit fe8668803a7691b49a3b0aa1165c293d62235bb3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:19:59 2016 +0200

    dpkg: Add new files_db_reset() function

 src/filesdb.c | 9 +++++++++
 src/filesdb.h | 1 +
 2 files changed, 10 insertions(+)

commit 3b3efd17900415e5ca35ed30caa6d882b36dbc03
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:18:36 2016 +0200

    dpkg: Track newargs in a different variable to avoid modifying it
    
    The dpkg_options_parse() call modifies the argv argument which means
    that if we try to free it later on or realloc it we will crash.

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

commit 83fdc82a38f4207ffa92162624c22c413534396d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:17:44 2016 +0200

    dpkg: Shutdown the modstatdb in --get-selections
    
    Otherwise we'll crash in commandfd.

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

commit 25da5c597065fcd033b0755327902a421c4124a0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 18 05:17:10 2016 +0200

    libdpkg: Do not crash if we pass a NULL cip argument to setaction()

 debian/changelog   | 1 +
 lib/dpkg/options.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 3404fd24ef8020b4d6dc17adb82d7e6c035d90dc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 02:54:50 2016 +0200

    libdpkg: Reset pkg db when shutting down the modstat db

 debian/changelog    | 2 ++
 dselect/main.cc     | 2 +-
 lib/dpkg/dbmodify.c | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

commit 4cf0771c7e06bbb0bdfd0ff041672e462a122605
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 02:41:59 2016 +0200

    dpkg: Switch from non-freeing malloc to m_malloc for invoke hooks
    
    These do not need to be part of the non-freeing memory pool, as that
    should be reserved for packaging metadata.

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

commit 977b99e516cf667b035d9086d85bf17c9ad0f48d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 3 19:03:18 2014 +0100

    dpkg: Switch from non-freeing malloc to m_malloc on statdb slurping
    
    The individual strings are now nfstrsave()ed so there is no need to
    allocate the whole file in the non-freeing memory pool.

 debian/changelog | 1 +
 src/statdb.c     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 29df37ac73cc130e53bfc4278db9ea912d488ca9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 23:12:43 2016 +0200

    Dpkg: Document the behavior for consecutive calls to parse() methods
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog                    | 2 ++
 scripts/Dpkg/Changelog/Debian.pm    | 6 ++++--
 scripts/Dpkg/Conf.pm                | 5 ++++-
 scripts/Dpkg/Control/HashCore.pm    | 4 +++-
 scripts/Dpkg/Control/Info.pm        | 4 ++--
 scripts/Dpkg/Control/Tests/Entry.pm | 5 ++++-
 scripts/Dpkg/Index.pm               | 6 ++++--
 7 files changed, 23 insertions(+), 9 deletions(-)

commit 26e44471eb8d53b7a468d5cf3eeb72a875246d8b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 21:07:44 2016 +0200

    Dpkg::Substavars: Make the parse method return the number of substvars parsed

 debian/changelog          | 2 ++
 scripts/Dpkg/Substvars.pm | 8 ++++++++
 2 files changed, 10 insertions(+)

commit 4570cd64ebdaf8d16a85e718cd700f6bfddbf305
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 18:03:44 2016 +0200

    Dpkg::Checksums: Mention that add_from_file is used to verify digests too
    
    Make it explicit in the sub description.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog          | 2 ++
 scripts/Dpkg/Checksums.pm | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit df36f0eef973fb87f73eacd89fc6c8d1eb3ab94a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 17:49:41 2016 +0200

    Dpkg: Add POD markup

 scripts/Dpkg/Control.pm        | 2 +-
 scripts/Dpkg/Vendor/Default.pm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit ec9a74a317feef78d5ca6579e21167767fa8fe40
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 10 20:25:45 2016 +0200

    Dpkg::Vendor: Rework keyring hooks
    
    Add new archive-keyrings and archive-keyrings-historic for archive
    related keyrings. Rename keyrings to package-keyrings for the source
    package keyrings. And add a compatibility keyrings hook that aliases
    to package-keyrings and emits a deprecation warning.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog               |  3 +++
 scripts/Dpkg/Source/Package.pm |  2 +-
 scripts/Dpkg/Vendor/Debian.pm  |  9 ++++++++-
 scripts/Dpkg/Vendor/Default.pm | 25 +++++++++++++++++++++++--
 scripts/Dpkg/Vendor/Ubuntu.pm  | 15 ++++++++++-----
 5 files changed, 45 insertions(+), 9 deletions(-)

commit 35f247d5ceda3637a477b92897a1e829dc36d25c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 18 19:13:37 2016 +0200

    dpkg-deb: Generate reproducible file modes for the .deb control member
    
    Closes: #787980

 debian/changelog |  2 ++
 dpkg-deb/build.c | 22 ++++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 6e5862ef6ee8409eb686db526fe93b91aa8dcb1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 20:02:12 2016 +0200

    dpkg-split: Make the deb-split(5) generation reproducible
    
    Honor SOURCE_DATE_EPOCH, so that we can control the output and generate
    reproducible split packages.

 debian/changelog   |  2 ++
 dpkg-split/split.c | 24 ++++++++++++++++++++++++
 man/dpkg-split.man |  6 ++++++
 3 files changed, 32 insertions(+)

commit 31d3ed62687e99d2a22a942aa6c83e579863192a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 19:43:08 2016 +0200

    dpkg-split: Do not emit epochs for unambiguous versions in deb-split header
    
    Regression introduced in commit ce4f0311e6e7a7b5125c4e881a0f2d3a8e1eea45.

 debian/changelog   | 2 ++
 dpkg-split/split.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 6560c152deda0e0e9f894ab2fd30c50a9b371c81
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 6 09:23:04 2014 +0100

    dpkg: Fix md5sum parse error messages to include package name affected

 debian/changelog   |  2 ++
 src/filesdb-hash.c | 27 ++++++++++++++-------------
 2 files changed, 16 insertions(+), 13 deletions(-)

commit 931a690aed6dbc0e08dd085b5748162f6eaa1535
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 02:50:14 2016 +0200

    dpkg: Remove obsolete --print-installation-architecture option

 debian/changelog                    |  1 +
 doc/README.feature-removal-schedule | 16 ++++++++--------
 src/enquiry.c                       |  8 --------
 src/main.c                          |  1 -
 src/main.h                          |  1 -
 5 files changed, 9 insertions(+), 18 deletions(-)

commit b42e8e0a76e914cd88de8cbd41150064504a597b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 02:44:59 2016 +0200

    dpkg-deb: Remove obsolete --old and --new options

 debian/changelog                    |  1 +
 doc/README.feature-removal-schedule | 18 +++++++++---------
 dpkg-deb/main.c                     | 22 ----------------------
 man/dpkg-deb.man                    |  6 ------
 4 files changed, 10 insertions(+), 37 deletions(-)

commit ef6187ded62bb3973e4e57779edc87c3e2904af5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 02:19:28 2016 +0200

    dpkg-deb: Obsolete bzip2 and lzma compression methods

 debian/changelog                    |  1 +
 doc/README.feature-removal-schedule | 42 ++++++++++++++++++-------------------
 dpkg-deb/main.c                     |  6 +++---
 man/dpkg-deb.man                    |  9 ++++----
 4 files changed, 29 insertions(+), 29 deletions(-)

commit 15062f983997ead5b67c47aafbbb52ec9113f9b1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 01:58:40 2016 +0200

    Dpkg::Substvars: Obsolete Source-Version substvar
    
    Emit an error when the source package uses this substvar.

 debian/changelog                    |  2 ++
 doc/README.feature-removal-schedule | 18 ++++++++++--------
 man/deb-substvars.man               |  5 +++--
 scripts/Dpkg/Substvars.pm           | 18 +++++++++++-------
 t/pod-spell.t                       |  1 +
 5 files changed, 27 insertions(+), 17 deletions(-)

commit c3eb16614789f56bc68d0c6b58930e6700ecf0ac
Author: Javier Serrano Polo <javier@jasp.net>
Date:   Fri Aug 19 02:10:55 2016 +0200

    dpkg-scanpackages: Support scanning a single binary file
    
    This makes it possible to pass a binary package pathname so that the
    tree does not need to be traversed. This also makes this command
    symetric with dpkg-scansources.
    
    Closes: #833964
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog             | 2 ++
 man/dpkg-scanpackages.man    | 4 ++--
 scripts/dpkg-scanpackages.pl | 8 ++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

commit cb0a2b1ef2781ca3d79a9aeca20c3eb30db08d1c
Author: David Kalnischkies <david@kalnischkies.de>
Date:   Sun Aug 7 18:42:36 2016 +0200

    dpkg-maintscript-helper: Make conffile commands more robust
    
    Check that conffile pathname arguments are absolute paths. Verify
    version number to be valid.
    
    [guillem@debian.org:
     - reword error messages.
     - add a comment explaining the --compare-versions usage.
     - use 0 instead of 1-1 as dummy version number. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  3 +++
 scripts/dpkg-maintscript-helper.sh | 12 ++++++++++++
 2 files changed, 15 insertions(+)

commit 8765f379613cbaf8bd060719fdab4899a4e91608
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 03:03:13 2016 +0200

    debian: Stop compressing the dpkg.deb package with gzip
    
    There are only 5 remaining packages in the Debian base system that still
    compress with gzip, the rest are all using xz, so there is no point in
    making dpkg use gzip any longer.

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

commit a5e6bbdd8ae883eebe20f184afe0fa3732f2e057
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 17:39:15 2016 +0200

    debian: Remove ancient upgrade code from maintainer scripts
    
    These were upgrade recipes from 1.9.x, 1.10.x and 1.15.x.

 Makefile.am                   |  1 -
 debian/changelog              |  1 +
 debian/dpkg.lintian-overrides |  2 --
 debian/dpkg.postinst          | 28 ----------------
 debian/dpkg.preinst           | 76 -------------------------------------------
 5 files changed, 1 insertion(+), 107 deletions(-)

commit 797b492eddb13889e1d8a86eabcf272738294a10
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 4 04:21:03 2016 +0200

    debian: Remove unused dh_strip from binary_indep

 debian/changelog | 1 +
 debian/rules     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 8de212101893d64d519d2b70d7e8c8d867d3df84
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 4 04:19:57 2016 +0200

    debian: Use perl:Depends via dh_perl instead of a hardcoded perl

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

commit 19b2192db8382d435da6f424a9d9bba524670e5f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 5 23:47:06 2016 +0200

    debian: Remove u-a, dpkg-divert and dpkg-statoverride compat symlinks (again)
    
    There are very few packages now using the hardcoded paths, with bugs and
    patches. It's about time to clean this up.

 Makefile.am       |  1 -
 TODO              |  3 ---
 debian/changelog  |  2 ++
 debian/control    | 14 ++++++++++++++
 debian/dpkg.links |  3 ---
 5 files changed, 16 insertions(+), 7 deletions(-)

commit 3dfce697ebf2d8d7ccd4e0997a158e703e142f84
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 04:10:53 2016 +0200

    debian: Remove obsolete dependency relationships
    
    All these are satisfied in Debian oldstable.

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

commit 7919a23bc6e04f1e1ea1e8df22bf97b621a02512
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 03:29:03 2016 +0200

    debian: Wrap and document dependency relationships

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

commit eaae9ccefbcd678fb03b44146e8f4dfe4c33205f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 03:37:28 2016 +0200

    debian: Add liblocale-gettext-perl to libdpkg-perl Recommends
    
    The Dpkg::Gettext module makes conditional usage of this module, so
    we should Recommend it to give the user a chance to get it installed.

 debian/changelog | 2 ++
 debian/control   | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 4636380f40be4a5041964c693d5813d4de94ba82
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 01:58:51 2016 +0200

    debian: Fix changelog translation entries

 debian/changelog | 264 +++++++++++++++++++++++++++----------------------------
 1 file changed, 132 insertions(+), 132 deletions(-)

commit 97309bef8b664c2d58cb689a3e82848021ae9bad
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 10 23:52:03 2016 +0200

    data: Move architecture tables to a new data directory

 Makefile.am                       | 10 +++++-----
 abitable => data/abitable         |  0
 cputable => data/cputable         |  0
 ostable => data/ostable           |  0
 triplettable => data/triplettable |  0
 run-script                        |  2 +-
 scripts/Makefile.am               |  2 +-
 utils/Makefile.am                 |  2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

commit 7fd94771c8340fecef49d90577de4d49adcfe323
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 02:34:21 2016 +0200

    man/po: Append the German addendum at the end of the translation
    
    Do not assume that every page has the SEE ALSO section.

 debian/changelog | 2 ++
 man/po/de.add    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit b1c278d631048724461c87e1e2749f2d1ed8be15
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 22:41:54 2016 +0200

    man: Disable hyphenation globally
    
    Instead of marking specific words as not hyphenable, depending on the
    width of the output, which should not be considered stable. Or simply
    the SEE ALSO section. Just disable hyphenation globally for the whole
    man page.

 debian/changelog                |  2 ++
 man/deb-changelog.man           |  1 +
 man/deb-changes.man             |  1 +
 man/deb-conffiles.man           |  1 +
 man/deb-control.man             |  7 ++++---
 man/deb-extra-override.man      |  1 +
 man/deb-old.man                 |  1 +
 man/deb-origin.man              |  1 +
 man/deb-override.man            |  2 +-
 man/deb-postinst.man            |  1 +
 man/deb-postrm.man              |  1 +
 man/deb-preinst.man             |  1 +
 man/deb-prerm.man               |  1 +
 man/deb-shlibs.man              |  1 +
 man/deb-split.man               |  1 +
 man/deb-src-control.man         |  3 ++-
 man/deb-src-files.man           |  2 +-
 man/deb-substvars.man           |  2 +-
 man/deb-symbols.man             |  1 +
 man/deb-triggers.man            |  1 +
 man/deb-version.man             |  1 +
 man/deb.man                     |  1 +
 man/deb822.man                  |  1 +
 man/dpkg-architecture.man       | 13 +++++++------
 man/dpkg-buildflags.man         | 15 ++++++++-------
 man/dpkg-buildpackage.man       |  6 +++---
 man/dpkg-checkbuilddeps.man     |  1 +
 man/dpkg-deb.man                |  1 +
 man/dpkg-distaddfile.man        |  2 +-
 man/dpkg-divert.man             |  1 +
 man/dpkg-genchanges.man         |  2 +-
 man/dpkg-gencontrol.man         |  2 +-
 man/dpkg-gensymbols.man         |  1 +
 man/dpkg-maintscript-helper.man |  2 +-
 man/dpkg-mergechangelogs.man    |  1 +
 man/dpkg-name.man               |  1 +
 man/dpkg-parsechangelog.man     |  1 +
 man/dpkg-query.man              |  1 +
 man/dpkg-scanpackages.man       |  2 +-
 man/dpkg-scansources.man        |  1 +
 man/dpkg-shlibdeps.man          |  1 +
 man/dpkg-source.man             |  2 +-
 man/dpkg-split.man              |  1 +
 man/dpkg-statoverride.man       |  1 +
 man/dpkg-trigger.man            |  1 +
 man/dpkg-vendor.man             |  1 +
 man/dpkg.cfg.man                |  1 +
 man/dpkg.man                    |  2 +-
 man/dsc.man                     |  1 +
 man/dselect.cfg.man             |  1 +
 man/dselect.man                 |  1 +
 man/start-stop-daemon.man       |  1 +
 man/update-alternatives.man     |  1 +
 53 files changed, 73 insertions(+), 30 deletions(-)

commit 590cc95af461469c8d858d593042aa111291d633
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 17 03:45:37 2016 +0200

    man: Switch from groff escape sequences to UTF-8
    
    This will make writting and translating the man pages easier.

 debian/changelog                |  1 +
 man/deb-changelog.man           | 10 ++++----
 man/deb-changes.man             |  8 +++---
 man/deb-control.man             | 30 +++++++++++------------
 man/deb-old.man                 |  2 +-
 man/deb-origin.man              |  4 +--
 man/deb-split.man               | 18 +++++++-------
 man/deb-src-control.man         | 30 +++++++++++------------
 man/deb-symbols.man             |  6 ++---
 man/deb-triggers.man            | 14 +++++------
 man/deb-version.man             | 14 +++++------
 man/deb.man                     |  4 +--
 man/deb822.man                  | 14 +++++------
 man/dpkg-buildflags.man         | 14 +++++------
 man/dpkg-buildpackage.man       |  2 +-
 man/dpkg-deb.man                |  8 +++---
 man/dpkg-divert.man             |  2 +-
 man/dpkg-gensymbols.man         | 28 ++++++++++-----------
 man/dpkg-maintscript-helper.man |  2 +-
 man/dpkg-mergechangelogs.man    |  4 +--
 man/dpkg-name.man               |  8 +++---
 man/dpkg-parsechangelog.man     |  6 ++---
 man/dpkg-query.man              | 30 +++++++++++------------
 man/dpkg-shlibdeps.man          | 12 ++++-----
 man/dpkg-source.man             | 54 ++++++++++++++++++++---------------------
 man/dpkg-statoverride.man       |  6 ++---
 man/dpkg.cfg.man                |  2 +-
 man/dpkg.man                    | 48 ++++++++++++++++++------------------
 man/dsc.man                     |  8 +++---
 man/dselect.cfg.man             |  2 +-
 man/dselect.man                 | 44 ++++++++++++++++-----------------
 man/po/po4a.cfg                 |  2 +-
 man/update-alternatives.man     |  4 +--
 33 files changed, 221 insertions(+), 220 deletions(-)

commit 75439a326729192b9ceeee0021956bda7e89158d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 5 04:30:17 2016 +0200

    man: Generate the man pages at build time
    
    This makes it possible to filter them and update several variable
    strings such as system and package pathnames, the release date and
    the dpkg suite version. And will make it possible to use UTF-8 in
    the source and convert to the more conservative groff escape
    sequences on the output.

 configure.ac                                       |   1 +
 debian/changelog                                   |   5 +
 m4/dpkg-build.m4                                   |   8 ++
 man/.gitignore                                     |   5 +
 man/Makefile.am                                    | 130 ++++++++++++++++++---
 man/{deb-changelog.5 => deb-changelog.man}         |   2 +-
 man/{deb-changes.5 => deb-changes.man}             |   2 +-
 man/{deb-conffiles.5 => deb-conffiles.man}         |  10 +-
 man/{deb-control.5 => deb-control.man}             |   2 +-
 ...deb-extra-override.5 => deb-extra-override.man} |   2 +-
 man/{deb-old.5 => deb-old.man}                     |   2 +-
 man/{deb-origin.5 => deb-origin.man}               |   6 +-
 man/{deb-override.5 => deb-override.man}           |   2 +-
 man/{deb-postinst.5 => deb-postinst.man}           |   2 +-
 man/{deb-postrm.5 => deb-postrm.man}               |   2 +-
 man/{deb-preinst.5 => deb-preinst.man}             |   2 +-
 man/{deb-prerm.5 => deb-prerm.man}                 |   2 +-
 man/{deb-shlibs.5 => deb-shlibs.man}               |   2 +-
 man/{deb-split.5 => deb-split.man}                 |   2 +-
 man/{deb-src-control.5 => deb-src-control.man}     |   2 +-
 man/{deb-src-files.5 => deb-src-files.man}         |   2 +-
 man/{deb-substvars.5 => deb-substvars.man}         |   2 +-
 man/{deb-symbols.5 => deb-symbols.man}             |   2 +-
 man/{deb-triggers.5 => deb-triggers.man}           |   3 +-
 man/{deb-version.5 => deb-version.man}             |   2 +-
 man/{deb.5 => deb.man}                             |   2 +-
 man/{deb822.5 => deb822.man}                       |   2 +-
 man/{dpkg-architecture.1 => dpkg-architecture.man} |  14 +--
 man/{dpkg-buildflags.1 => dpkg-buildflags.man}     |  16 +--
 man/{dpkg-buildpackage.1 => dpkg-buildpackage.man} |   6 +-
 ...kg-checkbuilddeps.1 => dpkg-checkbuilddeps.man} |   4 +-
 man/{dpkg-deb.1 => dpkg-deb.man}                   |   2 +-
 man/{dpkg-distaddfile.1 => dpkg-distaddfile.man}   |   2 +-
 man/{dpkg-divert.1 => dpkg-divert.man}             |   6 +-
 man/{dpkg-genchanges.1 => dpkg-genchanges.man}     |   2 +-
 man/{dpkg-gencontrol.1 => dpkg-gencontrol.man}     |   2 +-
 man/{dpkg-gensymbols.1 => dpkg-gensymbols.man}     |   2 +-
 ...script-helper.1 => dpkg-maintscript-helper.man} |   2 +-
 ...-mergechangelogs.1 => dpkg-mergechangelogs.man} |   2 +-
 man/{dpkg-name.1 => dpkg-name.man}                 |   2 +-
 ...kg-parsechangelog.1 => dpkg-parsechangelog.man} |   2 +-
 man/{dpkg-query.1 => dpkg-query.man}               |   8 +-
 man/{dpkg-scanpackages.1 => dpkg-scanpackages.man} |   2 +-
 man/{dpkg-scansources.1 => dpkg-scansources.man}   |   2 +-
 man/{dpkg-shlibdeps.1 => dpkg-shlibdeps.man}       |  22 ++--
 man/{dpkg-source.1 => dpkg-source.man}             |   2 +-
 man/{dpkg-split.1 => dpkg-split.man}               |   6 +-
 man/{dpkg-statoverride.1 => dpkg-statoverride.man} |   6 +-
 man/{dpkg-trigger.1 => dpkg-trigger.man}           |   5 +-
 man/{dpkg-vendor.1 => dpkg-vendor.man}             |   8 +-
 man/{dpkg.cfg.5 => dpkg.cfg.man}                   |   6 +-
 man/{dpkg.1 => dpkg.man}                           |  38 +++---
 man/{dsc.5 => dsc.man}                             |   2 +-
 man/{dselect.cfg.5 => dselect.cfg.man}             |   6 +-
 man/{dselect.1 => dselect.man}                     |   8 +-
 man/po/po4a.cfg                                    | 104 ++++++++---------
 man/{start-stop-daemon.8 => start-stop-daemon.man} |   2 +-
 ...date-alternatives.1 => update-alternatives.man} |  14 +--
 man/utf8toman.sed                                  |  88 ++++++++++++++
 59 files changed, 404 insertions(+), 195 deletions(-)

commit 6db5b664cd164a553c6c7d2960cc93e83a5ef689
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 3 04:11:47 2016 +0200

    man: Improve user-defined field export marker documentation
    
    Mention that X can be followed by zero or more (instead of one or more)
    letters. Turn the items into a proper list.

 debian/changelog      |  3 +++
 man/deb-src-control.5 | 32 ++++++++++++++++++++------------
 2 files changed, 23 insertions(+), 12 deletions(-)

commit 47da670a4743bc08d704dd6aa92111b582c96582
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 3 04:01:17 2016 +0200

    man: Turn the Multi-Arch values into a list
    
    This should make it easier to scan.

 debian/changelog  |  1 +
 man/deb-control.5 | 35 +++++++++++++++++++++++------------
 2 files changed, 24 insertions(+), 12 deletions(-)

commit 0dd43d6f6e2f22ff29a9ce6f2e3ace5f448ed8b8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:24:14 2016 +0200

    man: Move paragraph markup outside of indented level in u-a(1)

 man/update-alternatives.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8a3558d6b2bd62cab93a6596cceb625962d572a8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:23:17 2016 +0200

    man: Turn the u-a(1) --query example item into a sub-section
    
    This makes it more clear that this is not another field, but an entire
    sub-section of its own.

 debian/changelog          | 1 +
 man/update-alternatives.1 | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 48cb9c0b34343529b5f7860dba7d834976c83fe6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:22:31 2016 +0200

    man: Add missing options markup
    
    The options should be always in bold.

 man/update-alternatives.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 49d0db0de56a7305d45e8fd7bac1d7a1f2b6e5e5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:21:51 2016 +0200

    man: Itemize --log format entries in dpkg(1)
    
    This makes it easier to read.

 debian/changelog |  1 +
 man/dpkg.1       | 33 ++++++++++++++++++++-------------
 2 files changed, 21 insertions(+), 13 deletions(-)

commit 4b62c7950ee00e5a0c781a6a9686450a818978ef
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:20:59 2016 +0200

    man: Fix bogus markup
    
    Remove markups for missing or unbalanced items.

 man/dpkg.1                | 1 -
 man/update-alternatives.1 | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

commit f96e9936d79b12b404a8ef8703b85a8ded597bdb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:20:15 2016 +0200

    man: Remove redundant markup in dpkg-gensymbols(1)

 man/dpkg-gensymbols.1 | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

commit 3a8c4193ddbbf7d7039a02442b7f5094b3b4bf86
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 26 02:15:55 2016 +0200

    man: Switch deb-triggers(5) types into a proper list

 debian/changelog   |  1 +
 man/deb-triggers.5 | 31 ++++++++++++-------------------
 2 files changed, 13 insertions(+), 19 deletions(-)

commit 6d4e43ed854f51a9eb3c3cd946cb8abfab66858c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 22 20:33:58 2016 +0200

    man: Fix typo in dpkg-buildflags(1)

 man/dpkg-buildflags.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7e910c8d4b93d2b958da51f32aa26bd76575959e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 02:29:44 2016 +0200

    man: Add version when "new" substvars were introduced in deb-substvars(5)

 debian/changelog    |  1 +
 man/deb-substvars.5 | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 01f819fb4742d68063f4aee12b63b84b5100b014
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 00:53:25 2016 +0200

    man: Add man page references to other binary control files in dpkg(1)

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

commit 10264ea2e5dc7b5df31bffae6fd644638d89ee15
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 00:51:29 2016 +0200

    man: Add new deb-src-files(5) man page
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog       |  2 ++
 man/Makefile.am        |  1 +
 man/deb-src-files.5    | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
 man/dpkg-distaddfile.1 |  5 +++++
 man/dpkg-genchanges.1  |  1 +
 man/po/po4a.cfg        |  3 +++
 6 files changed, 66 insertions(+)

commit 385481dd3e33cbdd550b129db38f228c5c956539
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 00:45:16 2016 +0200

    man: Add basic maintainer script man pages
    
    These document the bare minimum, with a brief description of the
    maintainer scripts and the ways they can get called.

 debian/changelog         |  2 ++
 debian/dpkg-dev.manpages |  4 ++++
 debian/dpkg-dev.preinst  | 15 +------------
 debian/dpkg.postinst     | 22 +------------------
 debian/dpkg.postrm       | 27 +----------------------
 debian/dpkg.preinst      | 15 +------------
 debian/dpkg.prerm        | 18 +--------------
 debian/dselect.preinst   | 15 +------------
 man/Makefile.am          |  4 ++++
 man/deb-postinst.5       | 53 ++++++++++++++++++++++++++++++++++++++++++++
 man/deb-postrm.5         | 57 ++++++++++++++++++++++++++++++++++++++++++++++++
 man/deb-preinst.5        | 45 ++++++++++++++++++++++++++++++++++++++
 man/deb-prerm.5          | 50 ++++++++++++++++++++++++++++++++++++++++++
 man/dpkg.1               |  8 +++----
 man/po/po4a.cfg          | 12 ++++++++++
 15 files changed, 237 insertions(+), 110 deletions(-)

commit b7972c6df31f9990efb70ed662ca4ba2f6d365bd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 18:16:51 2016 +0200

    man: Document the .changes filename that dpkg-buildpackage generates
    
    Prompted-by: Johannes Schauer <josch@debian.org>

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

commit 5dd05c068d01d3a74d9786d1719b1258693d78f9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 17:57:17 2016 +0200

    man: Improve dpkg-deb --build arguments documentation
    
    The Architecture field is now mandatory when building. Clarify that
    when passing a directory the generated archive is placed therein.
    Rename the first directory argument to distinguish it from the second.
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 debian/changelog |  2 ++
 man/dpkg-deb.1   | 15 +++++----------
 2 files changed, 7 insertions(+), 10 deletions(-)

commit 07d119d50a469bcee7c1da77d97415c979cc7d05
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 02:34:29 2016 +0200

    man: Fix formatting in SOURCE_DATE_EPOCH description

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

commit 4c0db86906f3c7ee8d486469d2233b6b0d58d812
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 01:48:28 2016 +0200

    man: Fix typos
    
    Warned-by: lintian

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

commit fa216338f324d5b4041795fd3ef94685a4afb6cd
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Aug 19 02:06:04 2016 +0200

    doc, man: Fix typos
    
    Closes: #834584
    Warned-by: mwic, anorack
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                    | 2 ++
 doc/README.feature-removal-schedule | 4 ++--
 doc/triggers.txt                    | 2 +-
 man/deb-changes.5                   | 2 +-
 man/deb-src-control.5               | 2 +-
 man/deb-version.5                   | 2 +-
 man/dpkg-architecture.1             | 2 +-
 man/dpkg-buildflags.1               | 2 +-
 man/dselect.1                       | 2 +-
 9 files changed, 11 insertions(+), 9 deletions(-)

commit 2587fce6d86347d4ec45abeca51f996bffb73a63
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 02:46:41 2016 +0200

    doc: Update custom changelog parser API support status in README.api

 debian/changelog |  2 ++
 doc/README.api   | 14 ++++----------
 2 files changed, 6 insertions(+), 10 deletions(-)

commit ca9b5c65112fadd794d953f6daf72f0ff26cd175
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 16 16:03:02 2016 +0200

    build: Print an actual newline instead of a literal \n in lcov output

 debian/changelog   | 1 +
 doc/lcov-inject.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 89c630f72bdce926c544b9564f364f55ded60413
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 20:34:27 2016 +0200

    build: Use cp with -R instead of -r
    
    The former is more portable and has not been marked as deprecated by
    POSIX.

 debian/changelog | 2 ++
 man/Makefile.am  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 618fdf4242eae14949d0896e98dce20d3f2a0ceb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 17:37:23 2016 +0200

    build: Use two space indentation for shell code

 Makefile.am                 | 16 +++++++-------
 dselect/Makefile.am         |  8 +++----
 dselect/methods/Makefile.am |  4 ++--
 man/Makefile.am             | 52 +++++++++++++++++++++------------------------
 scripts/Makefile.am         | 38 ++++++++++++++++-----------------
 scripts/mk/Makefile.am      |  6 +++---
 6 files changed, 59 insertions(+), 65 deletions(-)

commit 734dfd60d4cc60b3ed30bb242cf200e493cf7625
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 9 17:21:17 2016 +0200

    build: Use builddir instead of CURDIR in man Makefile.am

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

commit 5a0276aaac40c86a309a8a8e490f2d9a5c1805ca
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 02:38:19 2016 +0200

    build: Check for the required minimal perl version
    
    We document the minimal perl version required at build and run-time, but
    we should instead do an actual check so that this is catched earlier and
    gives less surprises during the build process.

 debian/changelog |  1 +
 m4/dpkg-progs.m4 | 17 ++++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit a65b903c5b4303f85573df0f511151afc5c375fa
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 03:40:51 2016 +0200

    build: Fix and update libselinux check
    
    Require libselinux 2.0.99, which introduced the selinux_status_* API.
    Switch to use the pkg-config file unconditionally, introduced in
    libselinux 2.0.89. Remove the static linking support. Perform refinement
    checks only if libselinux is available.

 debian/changelog |  3 +++
 m4/dpkg-libs.m4  | 38 ++++++++++++--------------------------
 2 files changed, 15 insertions(+), 26 deletions(-)

commit 4ccdc11f30a1a5a87f0172449ffce546275c6dc5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 12 02:03:35 2016 +0200

    build: Specify exec argument for TAP::Harness
    
    Older versions of TAP::Harness do not handle non-perl executables. So
    check if the test has the executable bits, and return an arrayref to
    use it, otherwise return undef to use the perl interpreter.

 check.am         | 2 ++
 debian/changelog | 2 ++
 2 files changed, 4 insertions(+)

commit c23a8958fdc84b60be640d6750967b85b75dd168
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 20:30:47 2016 +0200

    build: Add support for running the test suite in parallel
    
    Add a new test variable TEST_PARALLEL, and set it from debian/rules when
    we've got the parallel=N tag in DEB_BUILD_OPTIONS.

 check.am         | 3 +++
 debian/changelog | 1 +
 debian/rules     | 8 +++++++-
 3 files changed, 11 insertions(+), 1 deletion(-)

commit c33e208e0b36f7931a2367622f7a96a10e23f91f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 5 01:21:57 2016 +0200

    build: Bump po4a version
    
    We are using --porefs wrap option which was introduced in 0.43.

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

commit dcaf92e9e92edfebb5764ee88a32ca3bd0aaf994
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 4 23:50:10 2016 +0200

    build: Spell out NLS in configure output

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d72b33214a2cd398b34a921500abc0c5e4968be1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 4 17:17:15 2016 +0200

    build: Check the availability of -Wpositive variant instead of -Wno-positive
    
    At least gcc and clang do not warn on -Wno-* warning flags, only when
    something else needs to be reported, which defeats our test. In those
    cases pass an additional argument that will be what we will actually
    check, but not use afterwards.

 debian/changelog    |  3 +++
 m4/dpkg-compiler.m4 | 12 ++++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 4cef597299b9d9e7a229365f127156c46aacc51d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 01:07:07 2016 +0200

    build: Disable -Wtautological-constant-out-of-range-compare
    
    This emits a false positive for the test suite.
    
    Warned-by: clang

 debian/changelog    | 1 +
 m4/dpkg-compiler.m4 | 1 +
 2 files changed, 2 insertions(+)

commit c01a5dfae716d896292f4a2e492f5e2f755052fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 28 02:20:29 2016 +0200

    build: Change --with-* option logic to default to check
    
    We will use the libraries if available and only error out if the user
    explicitly selected them via --with-<library> or if the library is a
    requirement for an enabled program.

 configure.ac     | 10 +++++-----
 debian/changelog |  1 +
 m4/dpkg-libs.m4  | 59 ++++++++++++++++++++++++++++++++------------------------
 3 files changed, 40 insertions(+), 30 deletions(-)

commit ab756a6fda75316b9498d4275be5f8b8cf801557
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 29 00:33:44 2016 +0200

    build: Fix typo in SE Linux library detection code
    
    Although this only affected the static mode.
    
    Regression introduced in commit 067295e958dcc9af87d2adfd0c697e9f87ef7b73.

 debian/changelog | 2 ++
 m4/dpkg-libs.m4  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 568d1c90483e3b04977107b51afdc088d2b032c2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 04:12:21 2016 +0200

    build: Disable C++ exceptions for dselect

 debian/changelog    | 1 +
 dselect/Makefile.am | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 9aa458e8a34bdef30538a84e6cf74bc4ac5d4d6c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 28 18:59:03 2016 +0200

    build: Fix M4sh/Autoconf coding style
    
    Indent the code in a way that makes it easier to follow. Use AS_IF
    instead of shell constructs. Quote all autoconf macro arguments.
    
    Add a new section to coding-style.txt describing M4sh/Autoconf.

 configure.ac         | 128 ++++++++++++++++++++++++--------------
 debian/changelog     |   2 +
 doc/coding-style.txt |  54 ++++++++++++++++
 m4/dpkg-arch.m4      |  78 +++++++++++------------
 m4/dpkg-build.m4     |  33 +++++-----
 m4/dpkg-compiler.m4  |  45 +++++++-------
 m4/dpkg-coverage.m4  |  79 ++++++++++++------------
 m4/dpkg-funcs.m4     | 120 ++++++++++++++++++++----------------
 m4/dpkg-libs.m4      | 171 +++++++++++++++++++++++++++------------------------
 m4/dpkg-linker.m4    |  39 ++++++------
 m4/dpkg-progs.m4     |  53 ++++++++--------
 m4/dpkg-types.m4     |  58 +++++++++--------
 m4/dpkg-unicode.m4   |  11 ++--
 13 files changed, 492 insertions(+), 379 deletions(-)

commit 758ecf7fe1cb15abb87c796fb3a7f15933c56f67
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 27 22:32:55 2016 +0200

    build: Fix the __progname check to avoid the optimizer discarding the symbol
    
    Because we were assigning to another unused variable, when building the
    check with optimizations enabled, which is the default when using gcc as
    the compiler, the variable was being discarded. Instead pass it to
    printf() so that it cannot do so.

 debian/changelog | 1 +
 m4/dpkg-funcs.m4 | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 4f8bca211cb06db748f418723af68d64e42aa54a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 00:36:31 2016 +0200

    build: Clean up compiler and linker automatic flag usage
    
    Detect if the flags work at configure time, instead of enabling them
    unconditionally. Amend the description so that the above is clear. And
    rename the options so that downstreams realize about the change.

 README              |  4 ++--
 configure.ac        |  4 ++--
 debian/changelog    |  1 +
 m4/dpkg-compiler.m4 | 27 ++++++++++++++-------------
 m4/dpkg-linker.m4   | 26 ++++++++++++++++----------
 5 files changed, 35 insertions(+), 27 deletions(-)

commit cb0656f31ad55cac9175a2283394ba17316f6a5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 18:57:12 2016 +0200

    build: Add support for profiling perl modules
    
    This allows to pass things like PERL_PROFILE=-d:NYTProf so that we can
    generate profiling information.

 debian/changelog | 4 ++++
 run-script       | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 39d917eb4778834676ca38bc76829ec258998888
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 29 10:42:07 2016 +0200

    Change all quotes in translation to (correct) verbatim quotes
    
    Includes a few minor fixes noted during conversion

 man/po/de.po | 434 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 217 insertions(+), 217 deletions(-)

commit 80936431e439769d0779fec83b080edcbd9884b3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 19:53:29 2016 +0200

    t-source-minimal: Add a gitignore file

 t-source-minimal/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

commit eba91071f108f44946d4688c89ffeaca4791ec80
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 19:51:26 2016 +0200

    t-source-minimal: Disable signing
    
    dpkg-buildpackage still signs by default, which breaks non-interactive
    usages.

 t-source-minimal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 50d72aeaf749dfac73b00fb6075a7dc6f8e645a0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 18 17:26:52 2016 +0200

    t-source-build: Update checksums after reproducible sort dpkg-source fix

 t-source-build/ref/pkg-source_1.0_full.changes   | 12 ++++++------
 t-source-build/ref/pkg-source_1.0_source.changes | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 31f8b6bcc934301bf6328a3a21a0728547891daf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 18 08:39:01 2016 +0200

    Fix a string formatting so that it actually gets translated

 man/deb-changelog.5 | 2 +-
 man/po/de.po        | 6 +++---
 man/po/dpkg-man.pot | 2 +-
 man/po/es.po        | 4 ++--
 man/po/fr.po        | 4 ++--
 man/po/hu.po        | 4 ++--
 man/po/it.po        | 4 ++--
 man/po/ja.po        | 4 ++--
 man/po/nl.po        | 4 ++--
 man/po/pl.po        | 4 ++--
 man/po/pt_BR.po     | 4 ++--
 man/po/ru.po        | 4 ++--
 man/po/sv.po        | 4 ++--
 man/po/zh_CN.po     | 4 ++--
 14 files changed, 27 insertions(+), 27 deletions(-)

commit 1195cc7b84d0f3a1d183010f04ffabeedd0fee6e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Aug 1 19:31:25 2016 +0200

    Update German translation of manual pages
    
    Update to 2666t2f1u.

 debian/changelog |  3 ++-
 man/po/de.po     | 52 ++++++----------------------------------------------
 2 files changed, 8 insertions(+), 47 deletions(-)

commit f2eed6bedb991225e9b0f48f2f33db63d7425e09
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 31 16:33:13 2016 +0200

    Bump version to 1.18.11

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d20d0477d31c7110a452a7515edb751bd09c0f81
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 31 12:57:11 2016 +0200

    Release 1.18.10

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

commit cf9c30a9fec731d3a13e519cef1c6d7b1a6690d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 31 15:43:30 2016 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 245 +++++++++++++++++++++++----------------
 man/po/dpkg-man.pot     | 217 +++++++++++++++++++++++------------
 man/po/es.po            | 265 +++++++++++++++++++++++++++++--------------
 man/po/fr.po            | 296 ++++++++++++++++++++++++++++++++----------------
 man/po/hu.po            | 234 ++++++++++++++++++++++++--------------
 man/po/it.po            | 255 +++++++++++++++++++++++++++--------------
 man/po/ja.po            | 264 ++++++++++++++++++++++++++++--------------
 man/po/nl.po            | 274 ++++++++++++++++++++++++++++++--------------
 man/po/pl.po            | 286 ++++++++++++++++++++++++++++++----------------
 man/po/pt_BR.po         | 238 ++++++++++++++++++++++++--------------
 man/po/ru.po            | 241 +++++++++++++++++++++++++--------------
 man/po/sv.po            | 295 +++++++++++++++++++++++++++++++----------------
 man/po/zh_CN.po         | 232 ++++++++++++++++++++++++-------------
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/tr.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |  24 ++--
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 94 files changed, 2313 insertions(+), 1219 deletions(-)

commit 1ced81aa6ecb5930ba0dda0c8271c856379d1979
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Thu Jul 28 10:59:55 2016 +0200

    po: Update Turkish programs translations
    
    Closes: #832070
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/tr.po         | 139 +++++++++++++++++++++----------------------------------
 2 files changed, 53 insertions(+), 87 deletions(-)

commit 4af3d6777f86226d46260910cedccf22815f0991
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 31 16:09:38 2016 +0200

    debian: Add deb-conffiles(5) to dpkg-dev package
    
    Missed in commit 90e33b3495cb60c2008673aedf467a796ff85a41.

 debian/dpkg-dev.manpages | 1 +
 1 file changed, 1 insertion(+)

commit 627c6505f63ce15dfdd4a45837d7380359da5594
Author: Carsten Leonhardt <leo@debian.org>
Date:   Thu Jul 28 10:51:15 2016 +0200

    man: Fix typos in dpkg-shlibdeps(1)
    
    Closes: #832434
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit ea8dbc045864c61a99c4b6a6882f46477f688fd2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 23 13:31:34 2016 +0200

    man: Escape dashes

 debian/changelog  | 1 +
 man/deb-changes.5 | 6 +++---
 man/dsc.5         | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

commit d5f3d026b87c345f3158f8033e252df58899b515
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 23 14:18:38 2016 +0200

    t: Add POD coverage support for public perl modules

 Makefile.am      |  1 +
 debian/changelog |  2 ++
 t/pod-coverage.t | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+)

commit 6e3747138b002e7e0a6478d3662b6160824171c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 23 14:17:02 2016 +0200

    Test::Dpkg: Refactor perl modules directory list into a new function

 debian/changelog     | 1 +
 scripts/Test/Dpkg.pm | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 47663b8528e54353718619fe1b43167688955801
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 23 13:31:51 2016 +0200

    dpkg-deb: Fix typo in code comment

 dpkg-deb/build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cd64cd76c924070a2c1f57bac817216e705b6b52
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 21:32:34 2016 +0200

    Dpkg: Rename various private methods and functions
    
    Rename private functions names, so that they have an underscore and
    more uniform names. This way it is made explicit that those functions
    are not expected to be used by external modules, and provide no
    guarantees on their API stability.

 debian/changelog                       |  2 ++
 scripts/Dpkg/Arch.pm                   | 38 +++++++++++++++++-----------------
 scripts/Dpkg/Compression/FileHandle.pm | 16 +++++++-------
 scripts/Dpkg/Exit.pm                   |  8 +++----
 scripts/Dpkg/Version.pm                |  6 +++---
 5 files changed, 36 insertions(+), 34 deletions(-)

commit 048f56f78cd7886c1835343ff97b68679a6f7aa6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 29 21:17:58 2016 +0200

    Dpkg::Changelog::Entry::Debian: Document all public methods

 debian/changelog                       |  1 +
 scripts/Dpkg/Changelog/Entry/Debian.pm | 49 ++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

commit 94852b0e8973d2f9878dc93794346d8670c0720e
Author: Mattia Rizzolo <mattia@debian.org>
Date:   Thu Jul 28 10:55:31 2016 +0200

    Dpkg::Vendor::Debian: Enable fixdebugpath build flag feature by default
    
    Closes: #832179
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 man/dpkg-buildflags.1         | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit d959233560317459336d39197f515c2042472762
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 18:54:18 2016 +0200

    Dpkg::Source::Archive: Add support for reproducible source packages
    
    Clamp the mtime of the source files when building the tarball to the
    first defined value from the source_date option, SOURCE_DATE_EPOCH
    environment variable or time().
    
    This makes sure the generated source tarballs always contain the same
    mtime for files or directories that have been modified during the build.

 debian/changelog               | 3 +++
 debian/control                 | 7 ++++++-
 scripts/Dpkg/Source/Archive.pm | 5 ++++-
 3 files changed, 13 insertions(+), 2 deletions(-)

commit 8f673914ef6bb6fb831f242d1ca0f78cfe451634
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 12:57:44 2016 +0200

    man: Source format 1.0 does not support building with upstream signatures
    
    Building format 1.0 source packages with upstream signatures was
    disabled in commit 92ca32c34f39f011c993e11746170c0258efb541, as a
    feature that got introduced too suddenly. Update the documentation
    in dpkg-source(1) to reflect that fact.

 debian/changelog  | 2 ++
 man/dpkg-source.1 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 3ae32a1d1a171174a0e6f8d002b4d3efaecd47ba
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 19:14:14 2016 +0200

    man: Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1)
    
    Reported-by: Mattia Rizzolo <mattia@debian.org>

 debian/changelog      | 2 ++
 man/dpkg-buildflags.1 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit dba94a622fb8036eda66c40de03badbb6977cb34
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 02:23:47 2016 +0200

    Fix documentation typos
    
    Warned-by: codespell

 ChangeLog.old                      | 8 ++++----
 scripts/dpkg-maintscript-helper.sh | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 5cc45259decbb303050c8788b177cbd844990431
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 13 17:52:59 2016 +0200

    Fix repeated "the" word typos
    
    Prompted-by: Valentin Samir <valentin.samir@crans.org> in #830989

 ChangeLog.old             |  4 ++--
 debian/changelog          |  4 +++-
 lib/dpkg/ehandle.c        |  2 +-
 man/deb-changelog.5       |  2 +-
 man/dpkg-shlibdeps.1      |  2 +-
 man/po/de.po              | 10 +++++-----
 man/po/dpkg-man.pot       |  4 ++--
 man/po/es.po              |  4 ++--
 man/po/fr.po              | 10 +++++-----
 man/po/hu.po              |  4 ++--
 man/po/it.po              |  4 ++--
 man/po/ja.po              |  4 ++--
 man/po/nl.po              |  4 ++--
 man/po/pl.po              | 10 +++++-----
 man/po/pt_BR.po           |  4 ++--
 man/po/ru.po              |  4 ++--
 man/po/sv.po              | 10 +++++-----
 man/po/zh_CN.po           |  4 ++--
 scripts/Dpkg/Changelog.pm |  2 +-
 19 files changed, 47 insertions(+), 45 deletions(-)

commit 3d48d0724725f11c5cb899b0df884bd464786506
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 16:41:29 2016 +0200

    t-source-build: Add missing files
    
    These got missed in commit 3ff570bbe2bc4004c5cd1a51cd9e965faf24ffd5.

 t-source-build/.gitignore                        |  2 ++
 t-source-build/ref/pkg-source_1.0_all.changes    | 24 +++++++++++++++++
 t-source-build/ref/pkg-source_1.0_any.changes    | 24 +++++++++++++++++
 t-source-build/ref/pkg-source_1.0_binary.changes | 27 +++++++++++++++++++
 t-source-build/ref/pkg-source_1.0_full.changes   | 33 ++++++++++++++++++++++++
 t-source-build/ref/pkg-source_1.0_source.changes | 27 +++++++++++++++++++
 6 files changed, 137 insertions(+)

commit acbc75ac1550a71410ea3161cd0dbaf99b97c9c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 16:34:55 2016 +0200

    t-source-minimal: Use a better Uploader phony address

 t-source-minimal/pkg-minimal_1.0/debian/changelog | 2 +-
 t-source-minimal/pkg-minimal_1.0/debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 3ff570bbe2bc4004c5cd1a51cd9e965faf24ffd5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 17 16:34:10 2016 +0200

    t-source-build: Add dpkg-buildpackage test with reproducible sources

 Feature.mk                                         |  1 +
 Makefile                                           |  4 +++
 Test.mk                                            |  1 +
 t-source-build/Makefile                            | 30 ++++++++++++++++++++++
 t-source-build/pkg-source-1.0/debian/changelog     |  5 ++++
 t-source-build/pkg-source-1.0/debian/control       | 24 +++++++++++++++++
 t-source-build/pkg-source-1.0/debian/copyright     | 17 ++++++++++++
 t-source-build/pkg-source-1.0/debian/rules         | 28 ++++++++++++++++++++
 t-source-build/pkg-source-1.0/debian/source/format |  1 +
 t-source-build/pkg-source-1.0/debian/watch         |  0
 10 files changed, 111 insertions(+)

commit 57388cb1bd1f5fb8f23a54e3d5ccfe796fef0ae4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 16 15:05:51 2016 +0200

    Update German translation of manual pages
    
    Update to 2666t2f1u.

 man/po/de.po | 290 ++++++++++++++++++-----------------------------------------
 1 file changed, 86 insertions(+), 204 deletions(-)

commit 155eba6a1762e64c1f92119e72d06c08430dffc4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jul 15 21:06:15 2016 +0200

    Update German translation of manual pages
    
    Update to 2630t31f8u.

 man/po/de.po | 127 ++++++++++++++++-------------------------------------------
 1 file changed, 35 insertions(+), 92 deletions(-)

commit fcf1982d5625a926f1e18e006d0fd71e2c4222ea
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jul 11 06:23:34 2016 +0200

    German dpkg translation update
    
    Update to 1092t.

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

commit f357a0ba3bd748e295c5ae27b07b45a1068f61fc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jul 10 20:41:58 2016 +0200

    Update German translation of manual pages
    
    Update to 2610t49f10u.

 debian/changelog |   3 +
 man/po/de.po     | 387 +++++++++++++++++++++++++++++++------------------------
 2 files changed, 224 insertions(+), 166 deletions(-)

commit 1b33c6611fef5a8a370e8dd94b01114d6b33ad33
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 22:27:42 2016 +0200

    dpkg: Use the conffile name instead of the real pathname it might refer to
    
    When activating file triggers on conffile purge, use the conffile name
    instead of the real pathname it might refer to. This fixes a segfault
    when using --instdir, or when the conffile has been moved around and
    replaced with a symlink to the target.
    
    Regression introduced in 2f065fc151ac4635ae40bd769d1be810e1222e05.
    
    Closes: #830267
    Stable-Candidate: 1.17.x

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

commit a3fe877790c4f8feb6e99bdd49912aeb75c996d1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 22:47:25 2016 +0200

    Dpkg::Vendor::Debian: Disable fixdebugpath on unsafe characters in path
    
    If the path has any unsafe characters we would need to escape them on
    output, but the escaping method depends on how the output is going to
    be used, which complicates things a bit. To make it safe to eventually
    enable this feature by default, we'll just check for safe characters
    and silently disable it otherwise.

 debian/changelog              |  2 ++
 scripts/Dpkg/Vendor/Debian.pm | 18 ++++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit 8d6ada9596f0dea58c9392d7327d1ba7aa507760
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 19:30:25 2016 +0200

    dpkg: Fix a short-lived memory leak in archive argument parsing
    
    Warned-by: coverity

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

commit 2e54e4d5e8ee740e84d0f258a16e944441e8207a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 8 00:59:24 2016 +0200

    man: Add references to deb-control(5) and deb-triggers(5) in dpkg(1)

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

commit 90e33b3495cb60c2008673aedf467a796ff85a41
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 19:55:10 2016 +0200

    man: Add new deb-conffiles(5) man page

 debian/changelog    |  1 +
 man/Makefile.am     |  1 +
 man/deb-conffiles.5 | 41 +++++++++++++++++++++++++++++++++++++++++
 man/dpkg.1          |  2 +-
 man/po/po4a.cfg     |  3 +++
 5 files changed, 47 insertions(+), 1 deletion(-)

commit 01de825ccc43e2644603a0f87e41090a38698181
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 19:36:28 2016 +0200

    man: Use debian/control as the SYNOPSIS in deb-src-control(5)

 debian/changelog      | 1 +
 man/deb-src-control.5 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 6a8b0ca36b8f38e19214f9f524e531c5f70a6097
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 19:33:47 2016 +0200

    man: Fix deb-changes(5) description to talk about .changes instead of .dsc
    
    Reported-by: HW42 <hw42@ipsumj.de>

 debian/changelog  | 2 ++
 man/deb-changes.5 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 7f909add54996875123095cc3c5a98dafc66f8eb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 5 00:14:46 2016 +0200

    man: Document Testsuite-Triggers in dsc(5)

 debian/changelog | 4 ++++
 man/dsc.5        | 7 +++++++
 2 files changed, 11 insertions(+)

commit a99e525246ad2870fc3e87dfccf150e573504913
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 5 18:48:49 2016 +0200

    Update German scripts translation
    
    Update to 581t.

 scripts/po/de.po | 225 +++++++++++++++++--------------------------------------
 1 file changed, 68 insertions(+), 157 deletions(-)

commit ad721fa0c21b5658496191f36f77fb921ef81742
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 4 22:24:28 2016 +0200

    Update German scripts translation
    
    Update to 575t6f.

 debian/changelog |  3 +-
 scripts/po/de.po | 87 +++++++++++++++++---------------------------------------
 2 files changed, 28 insertions(+), 62 deletions(-)

commit bc71664b5cf8690a21ae06a84e382bc253c76a60
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 09:58:58 2016 +0200

    Bump version to 1.18.10

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit afac2e15719862b5fed1d4c15eb593b225cfd13b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 09:23:31 2016 +0200

    Release 1.18.9

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

commit 274a6543d4f198d01cd39198a2580b1adb235d5d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 09:31:35 2016 +0200

    debian: Fix typo in changelog
    
    Reported-by: Mattia Rizzolo <mattia@debian.org>

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 936b9278ce979a6b55923e9f5b6d4783e4c382d5
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jul 4 09:16:33 2016 +0200

    man: Fix user configuration filename in dpkg-buildpackage(1)
    
    Closes: #829546
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 383260e568cef224269ab19d4250f2a87177b778
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 08:18:12 2016 +0200

    scripts: Require Dpkg::Control::Info in dpkg-buildpackage
    
    Regression introduced in commit ad94a98cf614e1c4129f8611080232d69d210a0a.
    
    Closes: #829542
    Reported-by: Helmut Grohne <helmut@subdivi.de>

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

commit 816f7ba39b046fefdd1d0554347363cf9e180a41
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 23:18:40 2016 +0200

    Bump version to 1.18.9

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit bfb3bb81eeb9dca6635869f376a8e9a0ff4434a8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 19:02:28 2016 +0200

    Release 1.18.8

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

commit aacff8219fa8cf560b0f753dc4dca3011ba19e74
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 19:18:01 2016 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            | 1072 +++++++++++++++++++++++++++++++++++------------
 man/po/dpkg-man.pot     |  618 ++++++++++++++++++---------
 man/po/es.po            |  913 ++++++++++++++++++++++++++++------------
 man/po/fr.po            |  984 +++++++++++++++++++++++++++++++------------
 man/po/hu.po            |  722 +++++++++++++++++++++----------
 man/po/it.po            |  975 ++++++++++++++++++++++++++++++------------
 man/po/ja.po            |  912 ++++++++++++++++++++++++++++------------
 man/po/nl.po            | 1028 ++++++++++++++++++++++++++++++++++-----------
 man/po/pl.po            |  917 ++++++++++++++++++++++++++++------------
 man/po/pt_BR.po         |  749 ++++++++++++++++++++++-----------
 man/po/ru.po            |  746 ++++++++++++++++++++++-----------
 man/po/sv.po            |  981 +++++++++++++++++++++++++++++++------------
 man/po/zh_CN.po         |  682 ++++++++++++++++++++----------
 po/ast.po               |   77 ++--
 po/bs.po                |   79 ++--
 po/ca.po                |   77 ++--
 po/cs.po                |   77 ++--
 po/da.po                |   77 ++--
 po/de.po                |   77 ++--
 po/dpkg.pot             |   72 ++--
 po/dz.po                |   77 ++--
 po/el.po                |   77 ++--
 po/eo.po                |   77 ++--
 po/es.po                |   77 ++--
 po/et.po                |   74 ++--
 po/eu.po                |   77 ++--
 po/fr.po                |   77 ++--
 po/gl.po                |   77 ++--
 po/hu.po                |   77 ++--
 po/id.po                |   77 ++--
 po/it.po                |   77 ++--
 po/ja.po                |   77 ++--
 po/km.po                |   77 ++--
 po/ko.po                |   77 ++--
 po/ku.po                |   70 ++--
 po/lt.po                |   77 ++--
 po/mr.po                |   77 ++--
 po/nb.po                |   77 ++--
 po/ne.po                |   77 ++--
 po/nl.po                |   77 ++--
 po/nn.po                |   77 ++--
 po/pa.po                |   70 ++--
 po/pl.po                |   77 ++--
 po/pt.po                |   77 ++--
 po/pt_BR.po             |   77 ++--
 po/ro.po                |   77 ++--
 po/ru.po                |   77 ++--
 po/sk.po                |   77 ++--
 po/sv.po                |   77 ++--
 po/th.po                |   77 ++--
 po/tl.po                |   77 ++--
 po/tr.po                |   77 ++--
 po/vi.po                |   77 ++--
 po/zh_CN.po             |   80 ++--
 po/zh_TW.po             |   77 ++--
 scripts/po/ca.po        |  486 ++++++++++++---------
 scripts/po/de.po        |  516 +++++++++++++++--------
 scripts/po/dpkg-dev.pot |  271 ++++++------
 scripts/po/es.po        |  460 +++++++++++---------
 scripts/po/fr.po        |  463 ++++++++++++--------
 scripts/po/pl.po        |  485 ++++++++++++---------
 scripts/po/ru.po        |  474 ++++++++++++---------
 scripts/po/sv.po        |  475 ++++++++++++---------
 94 files changed, 11932 insertions(+), 6278 deletions(-)

commit 6ab5c0754b2f98430f6761b5dc54f643c3d32838
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Sun Jul 3 18:23:41 2016 +0200

    arch: Add TILE-Gx support to cputable
    
    TILE-Gx is little endian 64-bit.
    
    Closes: #823167
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable              | 1 +
 debian/changelog      | 3 +++
 scripts/t/Dpkg_Arch.t | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

commit e4b63e8e12c855974f9ec5a1d40df4baf3f3bc3c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 26 02:26:21 2016 +0200

    build: Remove quotes causing strange spaces in configure --help output

 m4/dpkg-libs.m4 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 067295e958dcc9af87d2adfd0c697e9f87ef7b73
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 26 02:12:32 2016 +0200

    build: Uniformize library build options
    
    Make all of them consistently follow the pattern --with-lib<name>.
    Rename the m4 macros, preprocessor defines, and automake _LIBS flags.

 README                 |  6 ++---
 configure.ac           |  8 +++----
 debian/changelog       |  2 ++
 debian/rules           |  6 ++---
 dpkg-deb/Makefile.am   |  4 ++--
 lib/compat/Makefile.am |  4 ++--
 lib/dpkg/Makefile.am   |  4 ++--
 lib/dpkg/compress.c    | 10 ++++-----
 lib/dpkg/libdpkg.pc.in |  2 +-
 m4/dpkg-libs.m4        | 60 +++++++++++++++++++++++++-------------------------
 src/script.c           |  4 ++--
 src/selinux.c          | 12 +++++-----
 12 files changed, 62 insertions(+), 60 deletions(-)

commit 785c8a5f78ef757836884ed1acbf6e9171822a53
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 26 01:53:31 2016 +0200

    build: Use libmd auotmatically if available
    
    Disable it for Debian packages for now, as this would pull the library
    into the pseudo-essential set and requires discussion in debian-devel.

 README           | 1 +
 debian/changelog | 3 +++
 debian/rules     | 1 +
 m4/dpkg-libs.m4  | 4 ----
 4 files changed, 5 insertions(+), 4 deletions(-)

commit da91f1dc459fefbbb021fd29421e074bce7c56a7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 25 20:56:33 2016 +0200

    build: Stop allowing to set deprecated bzip2 compressor as dpkg-deb default
    
    We are trying to get rid of it, so do not make life more difficult by
    allowing to set it as the default dpkg-deb compressor.

 debian/changelog | 2 ++
 m4/dpkg-build.m4 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 5536b2b785b3caf4ccc3e4a4655764e0442e8a21
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 24 20:14:33 2016 +0200

    scripts/mk: Export SOURCE_DATE_EPOCH
    
    The minimally guaranteed entry point to build packages is the
    debian/rules file, dpkg-buildpackage and any environment it sets up
    cannot be relied upon.
    
    Export this variable from pkg-info.mk preset from the debian/changelog
    Timestamp.
    
    Closes: #824572

 debian/changelog       | 2 ++
 scripts/mk/pkg-info.mk | 7 +++++++
 2 files changed, 9 insertions(+)

commit 0c945f0c9b385c9a1a3cba6089da24a61f416cc2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 18:52:46 2016 +0200

    Dpkg::Source::Package::V2: Preset Last-Update field with current time
    
    We know the current date, so let's make it easier on maintainers by
    presetting the field value when generating the patch header template.
    
    Closes: #828146
    Based-on-patch-by: Daniel Shahaf <danielsh@apache.org>

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

commit 92ca32c34f39f011c993e11746170c0258efb541
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 20 23:32:41 2016 +0200

    Dpkg::Source::Package::V1: Disable upstream tar signature when building
    
    The current stable dpkg series does not support extracting upstream tar
    signatures. So let's disable this for now until either those are
    supported in 1.17.x or 1.18.x, and we'll be able to enable them again
    in 1.18.x or 1.19.x respectively.

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

commit 883453e9f5fb746816912adee8a0e32bb370433e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 20 02:24:22 2016 +0200

    test: Add unit tests for dependency simplification with build profiles

 debian/changelog      |  1 +
 scripts/t/Dpkg_Deps.t | 23 ++++++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

commit 5d45b9a7607b3f5f7552cb50e73afcd723f94f15
Author: Ben Hutchings <ben@decadent.org.uk>
Date:   Mon Jun 20 23:23:56 2016 +0200

    Dpkg::Deps::Simple: Check whether restrictions are implied
    
    We need to check whether the restrictions on self imply the
    restrictions on "o", along with all the other tests.
    
    [guillem@debian.org: minor style fixes. ]
    
    Closes: #827633
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog     |  2 ++
 scripts/Dpkg/Deps.pm | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

commit 8a74ef70c07aa4d3abadda13f259322145c12e53
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 16 20:22:24 2016 +0200

    test: Add new synopsis unit test
    
    Make sure all SYNOPSIS sections have compilable code.

 Makefile.am      |  1 +
 README           |  1 +
 debian/changelog |  1 +
 t/synopsis.t     | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 35 insertions(+)

commit 96ffab9abd1eba496dc4fc8a679977f4339c0c9c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 16 20:21:47 2016 +0200

    Dpkg::Compression::FileHandle: Fix example code in SYNOPSIS
    
    Make it compile.

 debian/changelog                       | 1 +
 scripts/Dpkg/Compression/FileHandle.pm | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit fdb17ae55adb26240a5a192a1afae174eeffb7b3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 16 20:19:59 2016 +0200

    test: Add new minimum perl version unit test
    
    Verify that the perl version we want to restrict ourselves in the coding
    style is enforced through the test suite.

 Makefile.am         |  1 +
 README              |  1 +
 debian/changelog    |  1 +
 t/minimum-version.t | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 35 insertions(+)

commit 2b1b5e2ec413c077068ec838ea7b82cc6fb7ba37
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 16 19:56:24 2016 +0200

    test: Accept perl's Lancaster Consensus AUTHOR_TESTING variable
    
    This is the variable perl developers expect when running author or
    developer tests, honour it to make people's life easier.

 README               | 6 +++---
 debian/changelog     | 1 +
 scripts/Test/Dpkg.pm | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 6278c8e98fee08f8ce0c2dc17a07a28d31eb3584
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 16 19:56:24 2016 +0200

    test: Refactor common unit test checks for needed things

 debian/changelog                |  1 +
 scripts/Test/Dpkg.pm            | 57 +++++++++++++++++++++++++++++++++++++++++
 scripts/t/Dpkg_Shlibs_Cppfilt.t |  9 +++----
 t/critic.t                      | 16 +++---------
 t/pod-spell.t                   | 21 +++++----------
 t/pod.t                         |  9 +++----
 t/strict.t                      | 13 +++-------
 t/syntax.t                      |  6 ++---
 8 files changed, 80 insertions(+), 52 deletions(-)

commit ecc297ebf559226122516dc129718d8814cffb4e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 26 02:20:28 2016 +0200

    doc: Mark perlcritic as an optional author test dependency

 README           | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 5104e0e0c00f90f46fcd7307234c7f76a397dfc0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 15 02:05:42 2016 +0200

    test: Add new pod-spell unit test

 Makefile.am      |  1 +
 README           |  3 ++
 debian/changelog |  1 +
 t/pod-spell.t    | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 101 insertions(+)

commit 50a0d0c436279ae7c8024fd0d3eb07f5f9ac0051
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 15 01:50:35 2016 +0200

    man, perl: Remove most AUTHOR sections
    
    These are strongly discouraged by the man-pages project, because they
    are redundant with the copyright notices, and tend to get out-of-sync.
    
    In addition their format is inconsitent. Just remove them in the same
    way we did for man pages in the past.

 debian/changelog                       | 4 ++++
 man/dpkg.cfg.5                         | 4 ----
 man/dselect.cfg.5                      | 4 ----
 scripts/Dpkg/BuildFlags.pm             | 4 ----
 scripts/Dpkg/BuildOptions.pm           | 4 ----
 scripts/Dpkg/Changelog.pm              | 5 -----
 scripts/Dpkg/Changelog/Debian.pm       | 5 -----
 scripts/Dpkg/Changelog/Entry.pm        | 4 ----
 scripts/Dpkg/Changelog/Entry/Debian.pm | 4 ----
 scripts/Dpkg/Checksums.pm              | 4 ----
 scripts/Dpkg/Compression.pm            | 4 ----
 scripts/Dpkg/Compression/FileHandle.pm | 4 ----
 scripts/Dpkg/Compression/Process.pm    | 4 ----
 scripts/Dpkg/Conf.pm                   | 4 ----
 scripts/Dpkg/Control.pm                | 4 ----
 scripts/Dpkg/Control/Changelog.pm      | 4 ----
 scripts/Dpkg/Control/Fields.pm         | 4 ----
 scripts/Dpkg/Control/FieldsCore.pm     | 4 ----
 scripts/Dpkg/Control/Hash.pm           | 4 ----
 scripts/Dpkg/Control/HashCore.pm       | 4 ----
 scripts/Dpkg/Control/Info.pm           | 4 ----
 scripts/Dpkg/Control/Types.pm          | 4 ----
 scripts/Dpkg/IPC.pm                    | 5 -----
 scripts/Dpkg/Index.pm                  | 4 ----
 scripts/Dpkg/Interface/Storable.pm     | 4 ----
 scripts/Dpkg/Path.pm                   | 4 ----
 scripts/Dpkg/Source/Package.pm         | 4 ----
 scripts/Dpkg/Substvars.pm              | 4 ----
 scripts/Dpkg/Version.pm                | 6 ------
 29 files changed, 4 insertions(+), 117 deletions(-)

commit 4cc48876cca560e72b3b83eece8b4252f812f991
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 14 00:28:00 2016 +0200

    man: Clarify shared library search order in dpkg-shlibdeps(1)

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

commit 44979459146761e10e7202f95c6d96d333bfe068
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 14 00:02:07 2016 +0200

    Dpkg::Shlibs: Preserve order when prepending library paths
    
    When using add_library_dir, the paths were prepended to the library
    paths and ended up being reversed from their insertion order.
    
    This causes weird behavior when using dpkg-shlibdeps -l option.
    
    Closes: #823805

 debian/changelog        |  3 +++
 scripts/Dpkg/Shlibs.pm  | 36 ++++++++++++++++++++++--------------
 scripts/t/Dpkg_Shlibs.t | 21 +++++++++++++--------
 3 files changed, 38 insertions(+), 22 deletions(-)

commit 5d2873e1f64ef7f6ed0e0783946a2156fd2d322f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 13 20:32:43 2016 +0200

    Dpkg::Vendor::Debian: Support getting the build path from the environment
    
    Having dpkg-buildflags change its output depending on its current
    working directory is not very friendly. We add a new environment
    variable to be able to specify it so that we can control the output.
    
    And use it from the test suite so make sure we always use the same
    path regardless of where we execute the makefile snippets from.

 debian/changelog              | 2 ++
 man/dpkg-buildflags.1         | 5 +++++
 scripts/Dpkg/Vendor/Debian.pm | 3 ++-
 scripts/t/mk.t                | 2 ++
 4 files changed, 11 insertions(+), 1 deletion(-)

commit f91301f2b4b2961c9698eb4f19d9b775640afa49
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 19 17:30:15 2016 +0200

    Dpkg::Deps: Arch qualifiers only imply one another if they are the same
    
    Because we are handling dependencies in isolation, and the full context
    of the implications are only known when doing dependency resolution at
    run-time, we can only assert that they are implied if they are equal.
    
    Closes: #745366, #827628

 debian/changelog      |  2 ++
 scripts/Dpkg/Deps.pm  | 33 ++++++++++++++-------------------
 scripts/t/Dpkg_Deps.t | 21 ++++++++++++++-------
 3 files changed, 30 insertions(+), 26 deletions(-)

commit 3426cb9ba2e8d156d3c4a9d014aac87c91d7aa2f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 7 09:08:48 2016 +0200

    dpkg-genchanges: Skip automatic debugging symbol packages
    
    This is quite ugly as we are hardcoding a package name pattern here,
    which as of now is distribution-specific. For the current automatic
    debug package implementation, these contain an Auto-Built-Package
    field, only present in the generated DEBIAN/control file, because
    they do not exist in the debian/control file. We should eventually
    detect that field and store it in the debian/files list file, and
    then ignore the warning from dpkg-genchanges, but for now we'll just
    quiesce the warning as it avoids unnecessarily confusing people
    reading the output.

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

commit e635ed265aaa58c4ebc24cc6e661349aa05ad865
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 6 02:56:06 2016 +0200

    dpkg-buildpackage: Use arch:all in .changes filename when not building arch:any
    
    Closes: #826161

 debian/changelog             |  3 +++
 scripts/dpkg-buildpackage.pl | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit ad94a98cf614e1c4129f8611080232d69d210a0a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 31 00:01:53 2016 +0200

    dpkg-buipdpackage: Do not use build target fallback on arch:any + arch:all
    
    As part of the transition to make build-indep and build-arch mandatory
    and to be able to remove the fallback code without needing a flag day,
    we split the transition in chunks. This is the first one which is made
    mandatory. More will come.

 debian/changelog             |  2 ++
 man/dpkg-buildpackage.1      |  7 ++++---
 scripts/dpkg-buildpackage.pl | 15 +++++++++++++++
 3 files changed, 21 insertions(+), 3 deletions(-)

commit 5b3952a330c177b0f99c20c36b4ff2a0fb699be5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 30 23:54:43 2016 +0200

    dpkg-buildpackage: Refactor build target fallback code
    
    Move this aside to not clutter the main code flow, to make it easier
    to add additional heuristics and to make clear what needs to be
    removed once the time comes.

 scripts/dpkg-buildpackage.pl | 41 ++++++++++++++++++++++++-----------------
 1 file changed, 24 insertions(+), 17 deletions(-)

commit 5dc74874e6cf26e01105d8b1798e39b8b8d9e126
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 02:40:09 2016 +0200

    dpkg-buildpackage: Preset build timestamp to latest changelog entry
    
    Set the SOURCE_DATE_EPOCH environment variable to Unix timestamp since
    the epoch of the latest entry in debian/changelog. This enables build
    to be easily reproduced as the dates captured in the «.deb» archives
    will be deterministic.
    
    SOURCE_DATE_EPOCH can also be externaly set before running
    dpkg-buildpackage to reproduce the build with an arbitrary date.
    
    Closes: #759999
    Ref: https://reproducible-builds.org/specs/source-date-epoch/
    Base-on-patch-by: Jérémy Bobbio <lunar@debian.org>

 debian/changelog             | 3 +++
 man/dpkg-buildpackage.1      | 5 +++++
 scripts/dpkg-buildpackage.pl | 2 ++
 3 files changed, 10 insertions(+)

commit f6f2371a5dfb7c4d5b2b096a063e2a54db455edb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 04:09:09 2015 +0200

    dpkg-deb: Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCH
    
    The ar and tar file entries contain a timestamp which is usually filled
    with the current build time and the file mtime respectively. This causes
    the generated deb(5) packages to not be reproducible for the same source
    package and same build environment.
    
    We now check if the environment variable SOURCE_DATE_EPOCH is defined,
    parse that and use it as the timestamp for ar and to clamp the mtime in
    the tar file entries.
    
    This variable is specified to contain the timestamp of the source
    release date in seconds since the epoch.
    
    Closes: #759999
    Base-on-patch-by: Jérémy Bobbio <lunar@debian.org>

 debian/changelog |  3 +++
 dpkg-deb/build.c | 21 ++++++++++++++++++++-
 man/dpkg-deb.1   |  5 +++++
 3 files changed, 28 insertions(+), 1 deletion(-)

commit 7feab6458058794a3ad330b8677d5a25b555631d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 04:09:09 2015 +0200

    dpkg-deb: Use same timestamp for the ar container as for tar mtime clamping
    
    We use the same timestamp for all ar members, and the tarball mtime
    clamping for each tar file entry.

 debian/changelog | 2 ++
 dpkg-deb/build.c | 2 ++
 2 files changed, 4 insertions(+)

commit 62a638211c0c03ab2eefb59b5c613115007da1b3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 18 01:54:35 2016 +0200

    dpkg-deb: Use new GNU tar --clamp-mtime option
    
    This will guarantee that no file in binary packages has an mtime later
    than the specified time. Which will be required to make binary packages
    reproducible.
    
    The option was officially added in GNU tar 1.29, but in Debian it was
    introduced as a vendor patch in 1.28, so on Debian we depend on the
    latter instead of the former version.
    
    Closes: #759886

 debian/changelog |  2 ++
 debian/control   |  2 +-
 dpkg-deb/build.c | 18 +++++++++++++++---
 3 files changed, 18 insertions(+), 4 deletions(-)

commit 4ae57cb6d964e4c98ea1330ac192b2948b2b1724
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jun 20 23:28:03 2016 +0200

    dpkg-query: Fix strtol() errno check when parsing the COLUMNS envvar
    
    Regression introduced in commit 3d258742dfe5cd18e4e06a5fbd855b99bb95046e.
    
    Closes: #827265
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 2f065fc151ac4635ae40bd769d1be810e1222e05
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 22 02:42:00 2016 +0200

    dpkg: Activate file triggers for conffiles on purge
    
    The code has never activated triggers for conffiles on purge, the code
    before commit 65ade6390b47fe3ec6a0e2ba341f3d553bf4 was activating them
    on removal, which was obviously wrong.
    
    Stable-Candidate: 1.17.x
    Reported-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog | 3 +++
 src/remove.c     | 7 +++++++
 2 files changed, 10 insertions(+)

commit 77fcf29f146645f7729b8ffd920cc99442f91eda
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 21 14:27:26 2016 +0200

    dpkg: Set primary group to 0 when running as root
    
    If the user was running with a primary group that is not root, actions
    performed by maintainer scripts might inherit and use the wrong primary
    group when creating files, or doing group based checks.
    
    Reported-by: Stuart Prescott <stuart@debian.org>

 debian/changelog | 2 ++
 src/main.c       | 6 ++++++
 2 files changed, 8 insertions(+)

commit 87ee98484404dfca3e3b59622def0b953e9bdd7f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 14 19:40:37 2016 +0200

    dpkg: Cleanup instdir handling in maintscript_pre_exec()
    
    Rename instdirl to instdirlen. Use that instead of checking if the first
    character of instdir is non-NUL. Move the changedir assignment to a
    proper if/else conditional.

 src/script.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

commit b28741590210bf6eca9c10309433a54f332e661c
Author: Niall Walsh <niallwalsh@celtux.org>
Date:   Sat May 14 18:22:35 2016 +0200

    dpkg: On --force-chrootless only set changedir to instdir if defined
    
    This breaks --force-chrootless (or --force-all, which is a terrible
    idea in general) without having set --instdir.
    
    Closes: #824542
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit a15e095201abd2cb3490337b620ede8338bc3de1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 2 04:38:39 2012 +0100

    libdpkg: Add new struct dpkg_ar and basic operations
    
    Switch current code to use dpkg_ar instead of taking a filename and a
    file descriptor arguments.

 debian/changelog        |   1 +
 dpkg-deb/build.c        |  31 +++++++------
 dpkg-deb/extract.c      |  48 +++++++++-----------
 dpkg-split/dpkg-split.h |   5 ++-
 dpkg-split/info.c       | 117 +++++++++++++++++++++++++++---------------------
 dpkg-split/main.c       |  10 +++--
 dpkg-split/queue.c      |   8 ++--
 dpkg-split/split.c      |  14 +++---
 lib/dpkg/ar.c           | 114 +++++++++++++++++++++++++++++++++++-----------
 lib/dpkg/ar.h           |  28 +++++++++---
 lib/dpkg/libdpkg.map    |   5 +++
 11 files changed, 237 insertions(+), 144 deletions(-)

commit 038a6e0832a5f8a89b8a1cf251e6517600912efd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 30 20:40:14 2016 +0200

    s-s-d: Simplify action dispatching in main()
    
    Avoid useless intermediate variables, and use if else to select the
    actions.

 utils/start-stop-daemon.c | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

commit 58811966a6b2e6879d29bc438497743668a4442d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 30 20:02:38 2016 +0200

    s-s-d: Switch do_start() to return a value instead of exit()ing directly

 utils/start-stop-daemon.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 3bda1e34afefcd5ebd20bde16bdfb9239c433090
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 20 02:10:31 2016 +0200

    s-s-d: Set return buffer length for sysctl(2) calls on */kFreeBSD

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

commit b1e7927080f0a010d7d1ce77106779af72536176
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 19 02:07:14 2016 +0200

    s-s-d: Fix number of entries computation returned by sysctl() on */kFreeBSD

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

commit ea7b5273024507d831578c7dd911a7293178b10c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 6 03:18:47 2016 +0200

    dpkg-source: Add new --no-overwrite-dir extraction option
    
    Closes: #826334

 debian/changelog                         | 1 +
 man/dpkg-source.1                        | 4 ++++
 scripts/Dpkg/Source/Package.pm           | 3 ++-
 scripts/Dpkg/Source/Package/V1.pm        | 6 +++++-
 scripts/Dpkg/Source/Package/V2.pm        | 6 +++++-
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 6 +++++-
 scripts/Dpkg/Source/Package/V3/Git.pm    | 6 +++++-
 scripts/Dpkg/Source/Package/V3/Native.pm | 7 ++++++-
 scripts/dpkg-source.pl                   | 4 ++++
 9 files changed, 37 insertions(+), 6 deletions(-)

commit 90324cfa942ba23d5d44b28b1087fbd510340502
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 17:26:01 2016 +0200

    dpkg-source: Generate Testsuite-Triggers field from test dependencies
    
    Sometimes autopkgtests regress due to change in a package which is only
    a test dependency (Depends: in debian/tests/control), not a build or
    binary one. It is useful to trigger a test if such a test dependency
    changes.
    
    Record the union of all test dependency packages in a new
    Testsuite-Triggers field in the .dsc, so that they will be recorded in
    the Sources package index. Ignore versions and flatten OR dependencies
    as they are not interesting for determining reverse test dependencies
    and should not be (ab)used for replacing debian/tests/control parsing.
    
    Closes: #779559
    LP: #1491145
    Based-on-patch-by: Martin Pitt <martin.pitt@ubuntu.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  3 +++
 scripts/Dpkg/Control/FieldsCore.pm |  8 ++++++--
 scripts/dpkg-source.pl             | 31 +++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 2 deletions(-)

commit 8ed23e4495ad5e87d08e3e784a23c517efa2b15c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 19:59:19 2016 +0200

    t-breaks, t-breaks-multiarch: New test cases
    
    The first passes, the second fails and needs to be fixed in the code.
    
    Prompted-by: David Kalnischkies <david@kalnischkies.de>

 Makefile                                        |  2 ++
 t-breaks-multiarch/Makefile                     | 22 ++++++++++++++++++++++
 t-breaks-multiarch/lib-a-0-amd64/DEBIAN/control |  8 ++++++++
 t-breaks-multiarch/lib-a-0-i386/DEBIAN/control  |  8 ++++++++
 t-breaks-multiarch/lib-a-1-amd64/DEBIAN/control |  8 ++++++++
 t-breaks-multiarch/lib-a-1-i386/DEBIAN/control  |  8 ++++++++
 t-breaks-multiarch/lib-b-0-amd64/DEBIAN/control |  8 ++++++++
 t-breaks-multiarch/lib-b-0-i386/DEBIAN/control  |  8 ++++++++
 t-breaks-multiarch/lib-b-1-amd64/DEBIAN/control |  8 ++++++++
 t-breaks-multiarch/lib-b-1-i386/DEBIAN/control  |  8 ++++++++
 t-breaks-multiarch/pkg-c/DEBIAN/control         |  8 ++++++++
 t-breaks/Makefile                               | 12 ++++++++++++
 t-breaks/lib-a-0/DEBIAN/control                 |  7 +++++++
 t-breaks/lib-a-1/DEBIAN/control                 |  7 +++++++
 t-breaks/lib-b-0/DEBIAN/control                 |  7 +++++++
 t-breaks/lib-b-1/DEBIAN/control                 |  7 +++++++
 t-breaks/pkg-c/DEBIAN/control                   |  8 ++++++++
 17 files changed, 144 insertions(+)

commit 8f5bda5f58d36c4197384dab3a218196e662b3b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 2 18:33:12 2016 +0200

    t-source-minimal: New minimal source package unit test
    
    Prompted-by: Johannes Schauer <josch@debian.org>

 Makefile                                             |  1 +
 t-source-minimal/Makefile                            | 11 +++++++++++
 t-source-minimal/pkg-minimal_1.0/debian/changelog    |  5 +++++
 t-source-minimal/pkg-minimal_1.0/debian/control      | 13 +++++++++++++
 t-source-minimal/pkg-minimal_1.0/debian/copyright    | 17 +++++++++++++++++
 t-source-minimal/pkg-minimal_1.0/debian/rules        | 20 ++++++++++++++++++++
 .../pkg-minimal_1.0/debian/source/format             |  1 +
 t-source-minimal/pkg-minimal_1.0/debian/watch        |  0
 8 files changed, 68 insertions(+)

commit ff8c1d6aad5a8976c1f60dff6c2a7fc75f3cfe33
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 21 22:40:16 2016 +0200

    dpkg-source: Check that debian/tests/control is a regular file
    
    We are parsing the file now, so make sure it's something we can actually
    work with.

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

commit 0d159ba9b5da8bd5dfcb9e9110ba3e4c2867b0fe
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 17:10:33 2016 +0200

    Dpkg::Control: Add new autopkgtest control files support
    
    Add new CTRL_TESTS control types, new Dpkg::Control::Tests and
    Dpkg::Control::Tests::Entry modules, add support for the fields that
    can appear on these control files, and update Dpkg::Index to handle
    them as well.
    
    [niels@thykier.net: Fix logic inversion. ]

 debian/changelog                                  |  4 +
 scripts/Dpkg/Control.pm                           | 13 +++-
 scripts/Dpkg/Control/FieldsCore.pm                | 24 +++++-
 scripts/Dpkg/Control/Tests.pm                     | 83 +++++++++++++++++++++
 scripts/Dpkg/Control/Tests/Entry.pm               | 91 +++++++++++++++++++++++
 scripts/Dpkg/Control/Types.pm                     |  3 +
 scripts/Dpkg/Index.pm                             |  7 +-
 scripts/Makefile.am                               |  6 ++
 scripts/t/Dpkg_Control_Tests.t                    | 71 ++++++++++++++++++
 scripts/t/Dpkg_Control_Tests/tests-missing-fields |  7 ++
 scripts/t/Dpkg_Control_Tests/tests-plain-text     |  6 ++
 scripts/t/Dpkg_Control_Tests/tests-valid          | 18 +++++
 12 files changed, 330 insertions(+), 3 deletions(-)

commit fc55edbf31dc9d8649229fdca441cb63844424d9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 3 19:38:00 2014 +0100

    dpkg-buildpackage: Add config file support
    
    The new configuration file is buildpackage.conf under either the dpkg
    system or user configuration directories.
    
    Closes: #539692, #765494

 debian/changelog             |  3 +++
 man/dpkg-buildpackage.1      | 16 ++++++++++++++++
 scripts/dpkg-buildpackage.pl |  8 ++++++++
 3 files changed, 27 insertions(+)

commit 293bd243a19149165fc4fd8830b16a51d471a5e9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 3 19:37:44 2014 +0100

    dpkg-buildpackage: Add long options
    
    Add new long options for any short option that is a useful configurable
    candidate.

 debian/changelog             |   2 +
 man/dpkg-buildpackage.1      | 127 ++++++++++++++++++++------------
 scripts/dpkg-buildpackage.pl | 170 +++++++++++++++++++++++--------------------
 3 files changed, 171 insertions(+), 128 deletions(-)

commit 73c307b0d003149258efb620195ec03d08544378
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 3 19:36:46 2014 +0100

    Dpkg::Conf: Add support for system and user config loading

 debian/changelog     |  1 +
 scripts/Dpkg/Conf.pm | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

commit 24a4f968635d60dde8bd2077d652096119e8d4f9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 22 17:10:59 2016 +0200

    Revert "Dpkg::Conf: Switch implementation to be hash based"
    
    This reverts commit 94e241761c06ab112ec3e899dd9449784928c6c5.
    
    This change broke backwards compatibility in multiple ways. The
    format_argv option was set by default, the order was not preserved,
    which was important for dpkg.cfg files, and duplicate option names
    stopped being supported.
    
    Add regression tests to avoid similar changes in the future.
    
    Closes: #824938

 debian/changelog                 |  6 ++++
 scripts/Dpkg/Conf.pm             | 78 +++++++++++++---------------------------
 scripts/t/Dpkg_Conf.t            | 64 ++++++++++++++++-----------------
 scripts/t/Dpkg_Conf/config-mixed |  5 ++-
 4 files changed, 66 insertions(+), 87 deletions(-)

commit 8b3cd883be8d5236f2c78b245bc7e0bd8f712888
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 6 23:31:38 2016 +0200

    Dpkg::Substvars: Validate source version in set_version_substvars()

 debian/changelog          | 2 ++
 scripts/Dpkg/Substvars.pm | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit ea22158eb8b0dcaf42b0cdacd5b4560764f353c8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 03:19:17 2016 +0200

    Dpkg::Changelog: Add new Timestamp field to output
    
    This field contains the date of the entry in seconds since the epoch. To
    make it easier to retrieve the date in a format that is easier to handle.

 debian/changelog                   |  2 ++
 man/dpkg-parsechangelog.1          | 11 +++++++++++
 scripts/Dpkg/Changelog.pm          |  8 ++++++++
 scripts/Dpkg/Control/FieldsCore.pm |  5 ++++-
 scripts/t/Dpkg_Changelog.t         |  4 ++++
 5 files changed, 29 insertions(+), 1 deletion(-)

commit 4e8550c8e2a4f5aab5b803df0ea77c50e089d2dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 03:19:17 2016 +0200

    Dpkg::Changelog: Add a getter for the Time::Piece object
    
    Make it possible to retrieve the already parsed Time::Piece object,
    instead of having to reparse it.

 debian/changelog                       |  1 +
 scripts/Dpkg/Changelog/Entry.pm        | 16 +++++++++++++++-
 scripts/Dpkg/Changelog/Entry/Debian.pm | 15 +++++++++++++--
 3 files changed, 29 insertions(+), 3 deletions(-)

commit d1629d0ec1b2619a1f2bd6839f975335e9cb6484
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 18 00:26:42 2016 +0200

    scripts: Replace changelog program parsers with perl modules
    
    Using programs to implement the custom changelog parsers was very
    inefficient as it required to parse the custom changelog, output deb822
    formatted entries to then parse that and output again with the desired
    format.
    
    These were implemented as programs because at the time the perl code
    in dpkg was not using perl modules, so it was not easy to extend. Using
    perl modules now is cleaner and allows for a faster implementation.
    
    In addition there's no known users in Debian, so it was deemed safe to
    remove the support without a transition.

 debian/changelog                    |   1 +
 debian/libdpkg-perl.install         |   1 -
 doc/README.feature-removal-schedule |  25 ++++
 man/dpkg-parsechangelog.1           |  34 ++---
 scripts/Dpkg/Changelog/Parse.pm     | 251 ++++++++++++++----------------------
 scripts/Makefile.am                 |   7 +-
 scripts/changelog/.gitignore        |   1 -
 scripts/changelog/debian.pl         | 138 --------------------
 scripts/dpkg-parsechangelog.pl      |   5 +-
 scripts/po/POTFILES.in              |   1 -
 10 files changed, 135 insertions(+), 329 deletions(-)

commit 852242677f4bc308f17564660927dbd8569c3d2e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 16:18:39 2016 +0200

    Dpkg::Changelog: Add new format_range() method
    
    Deprecate dpkg() and rfc822() methods by this new method, which has a
    more clear name and generic interface.

 debian/changelog                |   2 +
 scripts/Dpkg/Changelog.pm       | 192 +++++++++++++++++++++++++++-------------
 scripts/Dpkg/Changelog/Parse.pm |   4 +-
 scripts/changelog/debian.pl     |   9 +-
 scripts/t/Dpkg_Changelog.t      |  16 ++--
 5 files changed, 145 insertions(+), 78 deletions(-)

commit c7fc55a0b1d82dd2056d8f0a35d016f976ba6fab
Author: Steven Chamberlain <steven@pyro.eu.org>
Date:   Tue May 10 03:17:29 2016 +0200

    Dpkg::Vendor::Debian: Do not disable PIE buildflags on */kFreeBSD anymore
    
    The flag should work on all current */kFreeBSD systems now.
    
    Closes: #823877
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit ae799cf4b90d97fa29803bbb84f711e106f4466a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 20:49:36 2016 +0200

    dpkg-source: Move -q option to the General options section in --help output

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

commit 0082e22eb7a49ccdeab35bd8899526c48f9a1428
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 20:46:03 2016 +0200

    dpkg-source: Document various long options in --help output

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

commit 707dcbf39165396bf852790e7d309d4cf78123cc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 17:09:52 2016 +0200

    test: Bump ValuesAndExpressions::RequireNumberSeparators minimum to 99999
    
    Up to 5 digits should be considered visually clear.

 debian/changelog      | 3 +++
 t/critic/perlcriticrc | 4 ++++
 2 files changed, 7 insertions(+)

commit 346b6eb35c7b94cadd1bd0e228aa7faae63b3e00
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 15 02:07:10 2016 +0200

    Dpkg::Changelog::Entry::Debian: Mark example with C<>

 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e5b4e9a0c9ba1cd20f7f4f56e6c8bd6b3d9b0797
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 27 01:14:33 2016 +0200

    Dpkg: Use warnings::warnif() instead of carp() for deprecated warnings
    
    Suggested-by: Niels Thykier <niels@thykier.net>

 debian/changelog                       | 2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 9 ++++++---
 scripts/Dpkg/Checksums.pm              | 9 ++++++---
 scripts/Dpkg/Deps.pm                   | 6 ++----
 scripts/Dpkg/Gettext.pm                | 4 ++--
 scripts/Dpkg/Substvars.pm              | 6 ++++--
 6 files changed, 22 insertions(+), 14 deletions(-)

commit b2ce10a6200a933ad244c3f1a9bd605b41800ad0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 18 01:12:02 2016 +0200

    scripts: Fix typos in POD

 scripts/Dpkg/Arch.pm               | 2 +-
 scripts/Dpkg/BuildOptions.pm       | 2 +-
 scripts/Dpkg/Control/FieldsCore.pm | 2 +-
 scripts/Dpkg/Deps.pm               | 2 +-
 scripts/Dpkg/Index.pm              | 2 +-
 scripts/Dpkg/Vendor/Debian.pm      | 4 ++--
 scripts/Dpkg/Vendor/Default.pm     | 6 +++---
 scripts/Dpkg/Vendor/Ubuntu.pm      | 4 ++--
 scripts/Dpkg/Version.pm            | 2 +-
 9 files changed, 13 insertions(+), 13 deletions(-)

commit 779de6b3ca6358e1a4a5641a228a3537f10d572f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 25 20:44:52 2016 +0200

    dpkg: Fix typo in debug output
    
    Warned-by: lintian

 src/divertdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1b09bbc32b5b5fa838ac308f9698eebd56e268d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 12:56:29 2016 +0200

    man: Merge ENVIRONMENT sections in dpkg-buildflags(1)

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

commit d1735cc1a0a87d4abeb91733f3f8a2957a4c1163
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 22 19:20:04 2016 +0200

    man: Document interaction between PIE and libraries
    
    Based-on-text-by: Christian Seiler <christian@iwakd.de> on debian-devel

 debian/changelog      |  2 ++
 man/dpkg-buildflags.1 | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit 31b965e71beb1964e378b856f64d8c8611aed51b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 18 03:01:29 2016 +0200

    man: Document the tar entry size limitation for deb(5) format

 debian/changelog | 1 +
 man/deb.5        | 2 ++
 2 files changed, 3 insertions(+)

commit 09844a76f03d80d861641780fca5a2fb71e32dc3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 18 01:22:58 2016 +0200

    man: Clarify the format of the db:Status-Abbrev virtual field
    
    Closes: #824515

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

commit b4682659183bc8faaf092a28b6b22647a765efa5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 02:42:12 2016 +0200

    man: Improve dpkg-buildpackage(1) on environment expectations

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

commit e1635ee3f89c1a0af48d789da700150aa04cda38
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 13 02:03:44 2016 +0200

    man: Fix typos

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

commit 41a27b2ec48d40539afbf2071f06fb36bf9b414c
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sun Jun 12 20:24:46 2016 +0200

    po: Update Simplified Chinese programs translations
    
    Closes: #824873
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/zh_CN.po      | 87 ++++++++++++++++++--------------------------------------
 2 files changed, 29 insertions(+), 59 deletions(-)

commit 177d85ef4ed54fabf60cc2ff1e9e8c5a5b4ff604
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon May 9 21:08:33 2016 +0200

    Update German translation of manual pages
    
    Update to 2628t.

 man/po/de.po | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 01262f4dfb05812ca1104edf50718e7f1a2be14c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon May 9 19:16:16 2016 +0200

    Update German scripts translation
    
    Update to 586t.

 debian/changelog |  6 ++++++
 scripts/po/de.po | 17 ++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 94ff2317a78cb2a61353f768eb9bb3b48a549f18
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon May 9 20:35:01 2016 +0200

    German dpkg translation update
    
    Update to 1092t.

 debian/changelog |  3 ++-
 po/de.po         | 34 ++++++++--------------------------
 2 files changed, 10 insertions(+), 27 deletions(-)

commit 533b48e2ade3b4fe78ee3b1ff0e89dcf00c233f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 9 05:10:56 2016 +0200

    Bump version to 1.18.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit a6cd8e3d2b88e89c9bb613ae937c578d5d305bf3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 9 03:19:59 2016 +0200

    Release 1.18.7

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

commit 4c4cade866e2c15cd2f3840d907861e4c6ea0af2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 9 03:27:24 2016 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 265 +++++++++++++++++++++++++-----------------------
 man/po/dpkg-man.pot     |  39 ++++---
 man/po/es.po            |  25 ++++-
 man/po/fr.po            |  25 ++++-
 man/po/hu.po            |  25 ++++-
 man/po/it.po            |  25 ++++-
 man/po/ja.po            |  25 ++++-
 man/po/nl.po            |  25 ++++-
 man/po/pl.po            |  25 ++++-
 man/po/pt_BR.po         |  25 ++++-
 man/po/ru.po            |  25 ++++-
 man/po/sv.po            |  25 ++++-
 man/po/zh_CN.po         |  25 ++++-
 po/ast.po               |  59 ++++++-----
 po/bs.po                |  27 +++--
 po/ca.po                |  53 ++++++----
 po/cs.po                |  53 ++++++----
 po/da.po                |  53 ++++++----
 po/de.po                |  53 ++++++----
 po/dpkg.pot             |  29 +++---
 po/dz.po                |  43 ++++----
 po/el.po                |  37 +++----
 po/eo.po                |  53 ++++++----
 po/es.po                |  53 ++++++----
 po/et.po                |  39 +++----
 po/eu.po                |  53 ++++++----
 po/fr.po                |  53 ++++++----
 po/gl.po                |  53 +++++-----
 po/hu.po                |  43 ++++----
 po/id.po                |  57 ++++++-----
 po/it.po                |  55 ++++++----
 po/ja.po                |  53 ++++++----
 po/km.po                |  43 ++++----
 po/ko.po                |  57 ++++++-----
 po/ku.po                |  30 +++---
 po/lt.po                |  32 +++---
 po/mr.po                |  43 ++++----
 po/nb.po                |  57 ++++++-----
 po/ne.po                |  43 ++++----
 po/nl.po                |  53 ++++++----
 po/nn.po                |  40 ++++----
 po/pa.po                |  39 +++----
 po/pl.po                |  53 ++++++----
 po/pt.po                |  53 ++++++----
 po/pt_BR.po             |  63 +++++++-----
 po/ro.po                |  57 ++++++-----
 po/ru.po                |  53 ++++++----
 po/sk.po                |  53 ++++++----
 po/sv.po                |  53 ++++++----
 po/th.po                |  53 ++++++----
 po/tl.po                |  40 ++++----
 po/tr.po                |  53 ++++++----
 po/vi.po                |  53 ++++++----
 po/zh_CN.po             |  53 ++++++----
 po/zh_TW.po             |  53 ++++++----
 scripts/po/ca.po        |  14 ++-
 scripts/po/de.po        |  14 ++-
 scripts/po/dpkg-dev.pot |   7 +-
 scripts/po/es.po        |   5 +-
 scripts/po/fr.po        |  14 ++-
 scripts/po/pl.po        |  14 ++-
 scripts/po/ru.po        |  14 ++-
 scripts/po/sv.po        |  14 ++-
 94 files changed, 1670 insertions(+), 1115 deletions(-)

commit d078868c0df78a4a711314445f176b5252a5e433
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 9 04:02:54 2016 +0200

    arch: Clarify column descriptions in table files
    
    Prompted-by: Wookey <wookey@debian.org>

 abitable         |  4 ++--
 cputable         | 16 ++++++++--------
 debian/changelog |  1 +
 ostable          | 12 ++++++------
 4 files changed, 17 insertions(+), 16 deletions(-)

commit 56799b5381710a15386d584d7dbd18f4daf3e234
Author: Ben Hutchings <ben@decadent.org.uk>
Date:   Tue May 3 00:53:25 2016 +0200

    arch: Bump the GNU triplet cpu from i386 to i686
    
    This matches toolchain changes.
    
    Closes: #823619
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable         | 2 +-
 debian/changelog | 3 +++
 debian/rules     | 7 -------
 3 files changed, 4 insertions(+), 8 deletions(-)

commit 608f93858f2fc44e86538fbf585d4e0fa9cf7743
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 17:52:57 2016 +0200

    Dpkg::Deps: Add support for tests dependencies
    
    These include package names with the usually invalid character ‘@’.
    Used when parsing debian/tests/control files.

 debian/changelog      |  3 +++
 scripts/Dpkg/Deps.pm  | 23 ++++++++++++++++++++++-
 scripts/t/Dpkg_Deps.t | 10 +++++++++-
 3 files changed, 34 insertions(+), 2 deletions(-)

commit 9233e3897e388d5b907d92a4d67a6b5c16f9bb0f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 17:47:15 2016 +0200

    Dpkg::Deps: Refactor options for Dpkg::Deps::Simple->new into a new hash

 scripts/Dpkg/Deps.pm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 4e1e0e78412060de420d2fa7f8a24231d6eff9bb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 01:21:44 2016 +0200

    libdpkg: Rework error message handling to use variable buffers
    
    We'll use variable buffers to avoid truncation. We fallback to use the
    emergency error message buffer, so that at least we can output
    something.
    
    Prompted-by: Manuel A. Fernandez Montecelo <mafm@debian.org>

 debian/changelog   |   5 +++
 lib/dpkg/ehandle.c | 104 +++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 91 insertions(+), 18 deletions(-)

commit 7b1652626d343b661794b4f1eb670eb14f984456
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 02:42:31 2016 +0200

    libdpkg: Refactor and colorize abort printing into a new function

 debian/changelog   |  1 +
 lib/dpkg/ehandle.c | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 21e6e04881868c5ed5fc520ea14037c0482292bb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 02:20:05 2016 +0200

    libdpkg: Reorder ehandle functions
    
    Sort them in a more logical order.

 lib/dpkg/ehandle.c | 126 ++++++++++++++++++++++++++---------------------------
 1 file changed, 63 insertions(+), 63 deletions(-)

commit 99d596bf629c06d7b5d66825c4ca49141bbcc7e9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 01:20:47 2016 +0200

    libdpkg: Do not use fixed size strings in reporting functions

 debian/changelog  |  1 +
 lib/dpkg/report.c | 20 ++++++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 5982d9503c425d4435d542947632a4c7c2646005
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 01:20:16 2016 +0200

    libdpkg: Do not use fixed size buffers in options module

 debian/changelog   | 1 +
 lib/dpkg/options.c | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 58876fceaf5de97a2ae609ba023d69445d6b0b41
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 01:17:13 2016 +0200

    dselect: Do not use fixed size strings for menu entries

 debian/changelog  |  1 +
 dselect/main.cc   | 15 ++++++++-------
 dselect/method.cc |  5 +----
 3 files changed, 10 insertions(+), 11 deletions(-)

commit 836dc7412c1d5d5fa3825fc5d2761ca1388d38c3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 01:16:32 2016 +0200

    libdpkg: Add new fmt and vfmt varbuf methods

 lib/dpkg/varbuf.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 6c9dbd427d085ce0bba878e294d1c8c20d1112cd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 01:15:38 2016 +0200

    s-s-d: Use a heap allocated formatted string for what to stop

 debian/changelog          |  4 ++++
 utils/start-stop-daemon.c | 29 ++++++++++++++++++-----------
 2 files changed, 22 insertions(+), 11 deletions(-)

commit a558a21ae7f04751f7f5dfe724cd9d5f95905734
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 5 20:13:56 2016 +0200

    dpkg-source: Add new --require-strong-checksums option and change default
    
    Erroring out when no strong checksums are present is very harsh, as we
    do not even do something similar for invalid/unknown/expired signatures
    which means doing this for checksums has really no point.
    
    Add a new command-line option to force the behavior to be strict, and
    change to a warning.
    
    Regression introduced in commit 040973c7a1e50b78ef042ef5ffbfff0440c24700.
    
    Closes: #823428
    Reported-by: Niko Tyni <ntyni@debian.org>

 debian/changelog               |  5 +++++
 man/dpkg-source.1              |  5 +++++
 scripts/Dpkg/Source/Package.pm | 23 +++++++++++++++++++++--
 scripts/dpkg-source.pl         |  5 +++++
 4 files changed, 36 insertions(+), 2 deletions(-)

commit a234261b4e7929bab7035d8223e2abd3801a3b9b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 4 21:39:17 2016 +0200

    Dpkg: Relax dependency restriction parsing to allow sloppy spaces
    
    Allow sloppy spaces again around versions, architectures and profile
    restrictions, so that we do not fail on previously accepted dependencies.
    
    Regression introduced in commit bd17966babf8705e8f02c808f646dfa149828256.
    
    Closes: #823431
    Reported-by: Niko Tyni <ntyni@debian.org>

 debian/changelog              |  4 ++++
 scripts/Dpkg/BuildProfiles.pm |  4 ++--
 scripts/Dpkg/Deps.pm          |  2 +-
 scripts/t/Dpkg_Deps.t         | 14 +++++++++++++-
 4 files changed, 20 insertions(+), 4 deletions(-)

commit abbdf5b8384482c1527d7dc5f55f9640f5d957ce
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 17:29:54 2016 +0200

    man: Shorten example symbol names in dpkg-gensymbols(1)
    
    This fixes a mandb warning due to very long strings in the Dutch man page
    translation that is part of a block quote, and cannot be line wrapped.
    
    Unfuzzy all translations.
    
    Warned-by: lintian

 debian/changelog      |  5 +++++
 man/dpkg-gensymbols.1 | 12 ++++++------
 man/po/de.po          | 26 +++++++++++++-------------
 man/po/es.po          | 16 ++++++++--------
 man/po/fr.po          | 14 +++++++-------
 man/po/hu.po          | 14 +++++++-------
 man/po/it.po          | 16 ++++++++--------
 man/po/ja.po          | 16 ++++++++--------
 man/po/nl.po          | 24 ++++++++++++------------
 man/po/pl.po          | 16 ++++++++--------
 man/po/pt_BR.po       | 14 +++++++-------
 man/po/ru.po          | 14 +++++++-------
 man/po/sv.po          | 16 ++++++++--------
 man/po/zh_CN.po       | 14 +++++++-------
 14 files changed, 111 insertions(+), 106 deletions(-)

commit 724ae36a3994af259a56bcd5b7147634741511ac
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 8 13:59:48 2016 +0200

    Update German scripts translation
    
    Update to 586t.

 debian/changelog |   3 ++
 scripts/po/de.po | 145 ++++++++++---------------------------------------------
 2 files changed, 28 insertions(+), 120 deletions(-)

commit c3c607c12ebc2f9007855a74ea39fc0a30815630
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 8 13:56:18 2016 +0200

    Update German translation of manual pages
    
    Update to 2626t.

 man/po/de.po | 70 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 31 insertions(+), 39 deletions(-)

commit 474f97603b921bb098a9489169d1d7b5e125837f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 5 20:27:15 2016 +0200

    Update German translation of manual pages
    
    Update to 2620t4f2t.

 debian/changelog |   3 +-
 man/po/de.po     | 380 +++++++++++++++++++++----------------------------------
 2 files changed, 147 insertions(+), 236 deletions(-)

commit 8f7bd27930b5da644b38c6cc38de8874ee9ebcfa
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 5 18:17:34 2016 +0200

    Fix typo

 man/dpkg.1      | 2 +-
 man/po/es.po    | 4 ++--
 man/po/fr.po    | 4 ++--
 man/po/hu.po    | 4 ++--
 man/po/it.po    | 4 ++--
 man/po/ja.po    | 4 ++--
 man/po/nl.po    | 4 ++--
 man/po/pl.po    | 4 ++--
 man/po/pt_BR.po | 4 ++--
 man/po/ru.po    | 4 ++--
 man/po/sv.po    | 4 ++--
 man/po/zh_CN.po | 4 ++--
 12 files changed, 23 insertions(+), 23 deletions(-)

commit 692399ad61daad3a78183fab67010c59cf8568bf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 21:07:23 2016 +0200

    Bump version to 1.18.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit a55af61da2b84db7cf8fad9c291f2df50ba06c1e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 20:17:18 2016 +0200

    Release 1.18.6

 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4e3993e3e650ebf44a49be007fac4ec255ca3290
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 19:42:57 2016 +0200

    s-s-d: Initialize nentries from sysctl(2) on */kFreeBSD

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

commit 7d184c737fde3cb9a02647cfd277a4cd8a7deed3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 19:23:08 2016 +0200

    s-s-d: Rename sysctl() name variables to mib
    
    This is the common name used for the first argument, and avoids the
    variable name clash with the function argument with the same name.
    
    This fixes a build failure on */kFreeBSD systems.

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

commit 776bbabb4533d9d48c6356744839e10338ace2b8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 19:15:01 2016 +0200

    dpkg: Fix off-by-one array allocation
    
    We need two entries more than the current nfiles, one for the next one
    and one for the final NULL.

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

commit 4b5023759c9ed35581e3174c6fce09ac8be8589f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 19:14:31 2016 +0200

    dpkg: Use m_strdup() instead of strdup()

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

commit c931762286a22626b4f9958d457248a027bfc0f7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 18:11:06 2016 +0200

    dpkg: Fix file queue tail assignment in file queue pop
    
    When we are popping a file from the files queue, we might end up messing
    it up. To check for the side-effects on the file-system one should look
    for files with .dpkg-new extension for packages that have been fully
    configured and where those files are not listed as owned by them. These
    packages will need to be reinstalled.
    
    Closes: #823288

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

commit 6f71f80300f2afabfdaa655aabae0a9374061c6f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 18:08:32 2016 +0200

    libdpkg: Fix doxygen annotations

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

commit 151bb81382611be1ec1cb3a27f297e515c840521
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon May 2 19:55:13 2016 +0200

    German dpkg translation update
    
    Update to 1091t.

 debian/changelog |  3 +++
 po/de.po         | 40 +++++++++++++++++-----------------------
 2 files changed, 20 insertions(+), 23 deletions(-)

commit ea538cdb5b70ce527f4f51e1671fdd13c7b61f91
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 05:37:48 2016 +0200

    debian: Bump Standards-Version to 3.9.8 (no changes needed)

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

commit ca3e44931dfbde851e363835a8fe3b1e1b1d72ad
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 05:35:41 2016 +0200

    Bump version to 1.18.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c9e4c2e707ae7824bc9bf4fccc938c6b22cfbded
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 05:09:30 2016 +0200

    t-control-no-arch: New dpkg-deb considers missing Architecture field an error

 Feature.mk                 |  1 +
 t-control-no-arch/Makefile | 13 +++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 050aedfa419c307d3dd77208dcc87f73ddc695f5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 04:16:51 2016 +0200

    Release 1.18.5

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

commit 97931f84a599593818761c7dd13f4739e025e7a7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 04:26:09 2016 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |   28 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |  853 ++++--
 man/po/dpkg-man.pot     | 2318 +++++++++++---
 man/po/es.po            | 2984 ++++++++++++++----
 man/po/fr.po            | 3024 +++++++++++++++----
 man/po/hu.po            | 2679 ++++++++++++----
 man/po/it.po            | 2995 ++++++++++++++----
 man/po/ja.po            | 2970 ++++++++++++++----
 man/po/nl.po            | 7714 ++++++++++++++++++++++++++++++-----------------
 man/po/pl.po            | 2983 ++++++++++++++----
 man/po/pt_BR.po         | 2364 ++++++++++++---
 man/po/ru.po            | 2673 ++++++++++++----
 man/po/sv.po            | 3020 +++++++++++++++----
 man/po/zh_CN.po         | 2393 ++++++++++++---
 po/ast.po               |  393 +--
 po/bs.po                |  230 +-
 po/ca.po                |  347 ++-
 po/cs.po                |  341 ++-
 po/da.po                |  341 ++-
 po/de.po                |   58 +-
 po/dpkg.pot             |  221 +-
 po/dz.po                |  378 +--
 po/el.po                |  398 +--
 po/eo.po                |  345 ++-
 po/es.po                |  352 ++-
 po/et.po                |  351 ++-
 po/eu.po                |  349 ++-
 po/fr.po                |  349 ++-
 po/gl.po                |  397 +--
 po/hu.po                |  366 ++-
 po/id.po                |  393 +--
 po/it.po                |  349 ++-
 po/ja.po                |  344 ++-
 po/km.po                |  378 +--
 po/ko.po                |  381 +--
 po/ku.po                |  306 +-
 po/lt.po                |  372 +--
 po/mr.po                |  376 +--
 po/nb.po                |  379 +--
 po/ne.po                |  382 +--
 po/nl.po                |  350 ++-
 po/nn.po                |  372 +--
 po/pa.po                |  330 +-
 po/pl.po                |  353 ++-
 po/pt.po                |  455 ++-
 po/pt_BR.po             |  397 +--
 po/ro.po                |  385 +--
 po/ru.po                |  351 ++-
 po/sk.po                |  349 ++-
 po/sv.po                |  339 ++-
 po/th.po                |  331 +-
 po/tl.po                |  374 +--
 po/tr.po                |  345 ++-
 po/vi.po                |  338 ++-
 po/zh_CN.po             |  331 +-
 po/zh_TW.po             |  341 ++-
 scripts/po/ca.po        |  281 +-
 scripts/po/de.po        |  160 +-
 scripts/po/dpkg-dev.pot |  217 +-
 scripts/po/es.po        |  261 +-
 scripts/po/fr.po        |  370 ++-
 scripts/po/pl.po        |  289 +-
 scripts/po/ru.po        |  288 +-
 scripts/po/sv.po        |  286 +-
 94 files changed, 40029 insertions(+), 15800 deletions(-)

commit 85651f17887d4c9f82a61b97aa13a50aa714d0eb
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Mon Nov 9 22:16:10 2015 +0100

    dpkg: Add new --force-script-chrootless option
    
    Currently, dpkg chroots to the instdir before invoking maintainer
    scripts. The new force flag will inhibit the chroot call. The user
    is supposed to know that the packages being operated on does support
    this new mode of operation. Thus the force flag is marked as dangerous.
    
    [guillem@debian.org:
     - Rename force option to --force-script-chrootless.
     - Reword force option description in man page.
     - Reactor changedir variable. ]
    
    Ref: #804624
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 ++
 man/dpkg.1       | 10 +++++++++-
 src/main.c       |  3 +++
 src/main.h       |  1 +
 src/script.c     |  9 +++++----
 5 files changed, 20 insertions(+), 5 deletions(-)

commit 1a1cb120d14c9e77e7e560587f444cb1bfc6da5c
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Mon Nov 9 22:07:52 2015 +0100

    dpkg: Export variable DPKG_ROOT in maintainer scripts
    
    This variable holds the value of instdir. It is supposed to be used
    in maintainer scripts. It should be prepended to all paths that are
    operated on. Currently, dpkg chroots to the instdir before invoking
    maintainer scripts, so when it does that DPKG_ROOT is set to the empty
    string. Thus currently, DPKG_ROOT is always empty.
    
    [guillem@debian.org:
     - Reword man page to clarify current status. ]
    
    Closes: #804624
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 ++
 man/dpkg.1       | 10 ++++++++++
 src/main.c       |  2 ++
 src/script.c     |  2 ++
 4 files changed, 16 insertions(+)

commit eb58be2f272cf619971d66e40d368111ac0d3dbc
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Thu Mar 24 13:19:28 2016 -0400

    Dpkg::Vendor::Debian: Add fixdebugpath to reproducible feature
    
    This feature normalizes the path stored in debug symbols, so that
    these symbols can be built reproducibly regardless of the location
    of the build in the larger filesystem.
    
    It defaults to off, but should be enabled by systems trying to
    generate reproducible packages.
    
    [guillem@debian.org:
     - Add additional build flags.
     - Rename feature name.
     - Import Cwd module with require instead of use. ]
    
    Closes: #819194
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              |  2 ++
 man/dpkg-buildflags.1         | 10 ++++++++++
 scripts/Dpkg/Vendor/Debian.pm | 14 ++++++++++++++
 3 files changed, 26 insertions(+)

commit f02d1c55ced66f3885c88d2c2431983f1c525454
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 24 00:13:53 2016 +0200

    scripts: Remove -s option argument parsing that does not match
    
    The -si and -sn arguments are handled in previous code branches.

 scripts/Dpkg/Source/Package/V1.pm | 4 ++--
 scripts/dpkg-buildpackage.pl      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 194d3fe7ac2f3d30b252f1f7660ae46187dcae3f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 18 11:00:03 2016 +0200

    dpkg-genchanges: Add new -O option
    
    This unifies this command with other commands outputting a generated
    file.

 debian/changelog           |  1 +
 man/dpkg-genchanges.1      |  6 +++++-
 scripts/dpkg-genchanges.pl | 13 ++++++++++---
 3 files changed, 16 insertions(+), 4 deletions(-)

commit 5792b38b091945aaf13082c5749194417d4aaec3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 16 12:19:17 2016 +0200

    dpkg-shlibdeps: Add new -I option to ignore package build directories
    
    This option can be used to completely ignore local package build trees,
    for example in cases where've got multiple compatible builds of the same
    shared library, which provide use the same SONAME, and we want all our
    local objects to use the same single library instead of whatever came
    first. Using -x in the above case does not work, because that just
    removes the dependency after processing, so we end up with missing
    dependencies.
    
    Closes: #821025

 debian/changelog          |  2 ++
 man/dpkg-shlibdeps.1      |  5 +++++
 scripts/dpkg-shlibdeps.pl | 31 +++++++++++++++++++++++--------
 3 files changed, 30 insertions(+), 8 deletions(-)

commit c26060b71e8c69e2306fa570628b58ab306c99d8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 2 13:37:53 2015 +0200

    Dpkg::Source::Package: Include upstream orig tarball signatures
    
    If there are upstream signatures for orig.tar files, pick them up and
    include them in the .dsc file.
    
    See: #759478

 debian/changelog                  | 2 ++
 man/dpkg-source.1                 | 8 ++++++++
 scripts/Dpkg/Source/Package/V1.pm | 3 +++
 scripts/Dpkg/Source/Package/V2.pm | 2 ++
 scripts/dpkg-genchanges.pl        | 1 +
 5 files changed, 16 insertions(+)

commit d01212f2d7e59fc713c66b5d60421ac2296c1463
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 23 18:34:31 2016 +0200

    Dpkg::Source::Package::V1: Allow detached upstream orig tarball signatures
    
    Upstream orig tarballs usually come with detached signatures, which would
    be useful to have in the source package, as an additional check that could
    be performed to verify its integrity and provenance.
    
    Fixes: #759478
    Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V1.pm | 3 +++
 2 files changed, 5 insertions(+)

commit 396e17158165df0a62f032dd95f23901e8da2ade
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 10 00:06:04 2016 +0200

    Dpkg::Changelog: Handle undef versions
    
    When the changelog entry header line has an empty versions, the code was
    trying to use an undef version to access a hash.

 debian/changelog          | 2 ++
 scripts/Dpkg/Changelog.pm | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit bc2068676fe68ff4080ddee254622ee689ad28ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 19:45:14 2016 +0200

    scripts: Add support for new --build option to define build type
    
    This simplifies the way to select what to build, and makes it both
    easier to remember, and easier to deal with in the code. The current
    set of split single options are really a mess.

 debian/changelog             |  3 ++
 man/dpkg-buildpackage.1      | 76 ++++++++++++++++++++++++++++----------------
 man/dpkg-genchanges.1        | 56 +++++++++++++++++++++-----------
 scripts/Dpkg/Build/Types.pm  | 54 ++++++++++++++++++++++++++++++-
 scripts/dpkg-buildpackage.pl | 13 ++++----
 scripts/dpkg-genchanges.pl   |  6 +++-
 scripts/t/Dpkg_Build_Types.t | 15 +++++++--
 7 files changed, 168 insertions(+), 55 deletions(-)

commit e731c1fcca81470e08f81ded165243bc5f05f8d0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 1 17:20:16 2016 +0200

    Dpkg::Build::Types: Allow disabling the checks in set_build_type()
    
    This makes it possible to test the different code paths.

 scripts/Dpkg/Build/Types.pm  | 10 +++++++---
 scripts/t/Dpkg_Build_Types.t | 13 ++++++++++++-
 2 files changed, 19 insertions(+), 4 deletions(-)

commit 3baee8a7d507d7d24ba9a8762399c54129efc1d7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 6 17:33:26 2016 +0200

    Dpkg::Build::Types: Clarify build type functions
    
    Distinguish build_has_any from build_has_all. Rename build_has_not into
    build_has_none.
    
    Fix scripts to use the correct bits check function.

 scripts/Dpkg/Build/Types.pm  | 18 +++++++++---------
 scripts/dpkg-buildpackage.pl | 18 +++++++++---------
 scripts/dpkg-genchanges.pl   | 18 +++++++++---------
 scripts/t/Dpkg_Build_Types.t | 16 ++++++++--------
 4 files changed, 35 insertions(+), 35 deletions(-)

commit dd064b2138478d9a53beefa7a873425d1738e4cb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 6 17:33:26 2016 +0200

    Dpkg::Build::Types: Add new build_has_any function
    
    Fix regression introduced in commit d122537d6df899dc1d0599e0a24ee3b27f0d9e18.
    
    These instances need to trigger whenever there is any bit set.

 scripts/Dpkg/Build/Types.pm  | 19 +++++++++++++++++--
 scripts/dpkg-buildpackage.pl |  4 ++--
 scripts/dpkg-genchanges.pl   |  2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)

commit 9c9fc468fe445bf7a531c89135bc06d66ced58dc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 1 16:06:31 2016 +0200

    Dpkg::Build::Types: Remove BUILD_SOURCE composite constants
    
    These are very specialized and not used often, let's compose them from
    basic types when needed.

 scripts/Dpkg/Build/Types.pm  | 20 ++------------------
 scripts/dpkg-buildpackage.pl |  4 ++--
 scripts/dpkg-genchanges.pl   |  4 ++--
 scripts/t/Dpkg_Build_Types.t |  9 +++++----
 4 files changed, 11 insertions(+), 26 deletions(-)

commit e0c33c729c395dd8592c91723065d723246dab31
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 18:01:16 2015 +0200

    libdpkg, scripts: Add very basic color support
    
    This adds disabled by default color output, that can be enabled with
    the new DPKG_COLOR environment variable.
    
    The colors are currently hard-coded ANSI escape sequences, but will be
    made configurable eventually.

 check.am                      |   1 +
 debian/changelog              |   3 +
 lib/dpkg/Makefile.am          |   2 +
 lib/dpkg/color.c              |  74 ++++++++++++++++++++++++
 lib/dpkg/color.h              |  87 ++++++++++++++++++++++++++++
 lib/dpkg/ehandle.c            |  10 +++-
 lib/dpkg/libdpkg.map          |   5 ++
 lib/dpkg/report.c             |  11 +++-
 man/dpkg-buildpackage.1       |   5 ++
 man/dpkg.1                    |   5 ++
 scripts/Dpkg/Changelog.pm     |   6 +-
 scripts/Dpkg/ErrorHandling.pm | 129 ++++++++++++++++++++++++++++++++++++++----
 scripts/dpkg-buildflags.pl    |  10 ++--
 13 files changed, 324 insertions(+), 24 deletions(-)

commit 5833b05c482cc8346dd6e7c8785e76f85ed52d4d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 18:01:16 2015 +0200

    scripts: Refactor command printing into new printcmd() function

 scripts/Dpkg/ErrorHandling.pm | 8 ++++++++
 scripts/dpkg-buildpackage.pl  | 6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit d2a1a297eed6a9f90d400c7314ba0d59441e011f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 13:36:46 2016 +0200

    Dpkg::ErrorHandling: Add new notice() reporting function

 scripts/Dpkg/ErrorHandling.pm | 6 ++++++
 1 file changed, 6 insertions(+)

commit 579db424c7224009f74056245b46740fc2cfccaf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 13:36:46 2016 +0200

    scripts: Switch raw information output to use info()

 debian/changelog             | 1 +
 scripts/dpkg-buildpackage.pl | 6 +++---
 scripts/dpkg-genchanges.pl   | 6 ++++--
 3 files changed, 8 insertions(+), 5 deletions(-)

commit 829326ae59424d98ce3e12d9360dfb572ac43f0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 17:05:47 2016 +0200

    dpkg-deb: Promote a print to a warning for missing control files

 debian/changelog | 1 +
 dpkg-deb/info.c  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit db8d2e8a85fe0623edea396a76b5ab3cd8542e1b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 12 00:55:20 2016 +0200

    dpkg-deb: Use info() instead of plain printf()

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

commit 79990a172ac01713028a795b177f53e544ba3223
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 12 00:25:19 2016 +0200

    libdpkg: Add new info() reporting function

 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/report.c    | 13 +++++++++++++
 lib/dpkg/report.h    |  2 ++
 3 files changed, 16 insertions(+)

commit 0a4a59224418b994ef421b7a2abb0ae561397107
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 25 00:20:58 2016 +0200

    dselect: Rename info screenpart to info_body

 dselect/baselist.cc | 6 +++---
 dselect/dselect.h   | 2 +-
 dselect/main.cc     | 4 ++--
 dselect/methlist.cc | 2 +-
 dselect/pkginfo.cc  | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

commit 0ebb97e4f208d5dec759cfb12b7c0caea6d99894
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 25 00:13:34 2016 +0200

    dselect: Rename info variable into depinfo

 dselect/pkgsublist.cc | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

commit 6dcc38a354432f9d4d4f24b6ccc8c4a29472e1e4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 25 00:05:32 2016 +0200

    dselect: Remove intermediate pkgbin info variable

 dselect/pkgtop.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit a53b82ce38c2eca43e5fbbfbf82d9129fcdf7418
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 21:11:33 2016 +0200

    dpkg-source: Use context gettext functions for "<none>" string

 scripts/dpkg-source.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7fdaf8df9877bd6516b4c1ff027b96a3936f456c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 21:07:37 2016 +0200

    perl: Fix various perl critic regressions

 lib/dpkg/t/t-tree.t          |  2 +-
 lib/dpkg/t/t-trigdeferred.t  | 10 +++++-----
 scripts/Dpkg/Arch.pm         |  2 +-
 scripts/Dpkg/Source/Patch.pm |  4 ++--
 scripts/dpkg-source.pl       |  4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

commit 580246792085f4bfd3433e11cff523145df32662
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 24 02:10:22 2015 +0100

    dpkg: Pass <new-version> to maintscript actions that cannot get it otherwise
    
    The upgrade actions and their rollback counterparts do not have access
    to the new binary package which is somewhere on the filesystem depending
    on how dpkg was invoked, nor to its metadata. If the maintainer script
    wants to know the <new-version>, it needs to be turned into a template
    and that version instantiated at build-time, which is cumbersome.
    
    So we now pass <new-version> when these upgrade actions are already
    getting <old-version>, but not on the cases where they do not get any
    argument at all, as that's their differentiator.
    
    Prompted-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>

 debian/changelog    | 9 +++++++++
 debian/dpkg.postrm  | 6 +++---
 debian/dpkg.preinst | 4 ++--
 debian/dpkg.prerm   | 2 +-
 src/cleanup.c       | 2 ++
 src/script.c        | 1 +
 src/unpack.c        | 2 ++
 7 files changed, 20 insertions(+), 6 deletions(-)

commit 3cf9613ae1ccd2a3aea9738055946da8eae7f505
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 01:33:06 2016 +0200

    Dpkg::Source::Package: Use GnuPG instead of gpg to refer to the software
    
    The message is confusing as it refers to the command, but we might use
    gpg2, also the message talks about the command not being installed when
    in this context it would be expected a package. Instead use the software
    name GnuPG.

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

commit fbdbddc0a8454bbee8d0958086b5be3dd774843d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 21:17:22 2016 +0200

    dpkg-maintscript-helper: Decouple local declaration from command assignment
    
    The assignment within an export/local/declare builtin masks the command
    return value, which means that if we are running with «set -e» the
    shell will not notice an error from the command.
    
    Warned-by: shellcheck

 debian/changelog                   |  3 +++
 scripts/dpkg-maintscript-helper.sh | 10 ++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit e98186307142dab197d74e08b7f19eb336b3464e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 20:59:03 2016 +0200

    dpkg-maintscript-helper: Do safe matching of directories containing conffiles
    
    By using a variable for the grep match we are exposed to metacharacters
    acting as part of the regular expression.
    
    Proposed-by: Carsten Hey <carsten@debian.org>

 debian/changelog                   |  4 ++++
 scripts/dpkg-maintscript-helper.sh | 14 +++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 4690386097e0afe099106e1b0a0ff9eda34eb9a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 13:37:12 2016 +0200

    Rename new R6 O32 MIPS architectures to remove the 32 suffix
    
    The new arch names for the R6 O32 variants do not follow the same
    convention as the pre-existing O32 architectures. Which is rather
    confusing. In addition the confusion would be worsened by having
    mips32r6 and mipsn32r6 for the O32 and N32 ABIs.
    
    Signed-off-by: YunQiang Su <wzssyqa@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 174b5a5e63b105b34f9c6ebd37d9c1a58f21ff63
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 20 00:11:32 2016 +0200

    build: Use a single po4a opt argument instead of the same per language

 debian/changelog |  1 +
 man/po/po4a.cfg  | 13 +------------
 2 files changed, 2 insertions(+), 12 deletions(-)

commit 11912fc691d60acaa84d50ea5e325248a97b0ba3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 19 17:23:09 2016 +0200

    build: Quote dirname argument
    
    We should protect this argument in case the user has the source tree
    in a pathname with spaces.
    
    Reported-by: Carsten Hey <carsten@debian.org>

 debian/changelog | 2 ++
 run-script       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit d668f81e2b3b4d45853ed29e7b325b8e69c22622
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 21:14:26 2016 +0200

    build: Use spaces instead of tabs to separate pod2man options

 scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 14df95486dda61dc7b094a05c69b5175716eb342
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 10:07:20 2016 +0200

    build: Add t.tmp to libdpkg .gitignore file

 lib/dpkg/t/.gitignore | 1 +
 1 file changed, 1 insertion(+)

commit f3c014ef289008188ac375d9ef2ec2440b9bbb2d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 22 02:21:31 2016 +0200

    man: Add missing value for Standards-Version field in dsc(5)
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog | 2 ++
 man/dsc.5        | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 28aa601435d4e5029bf9d1d3ea0764e642f847f7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 20 10:59:33 2016 +0200

    man: Make explicit that deb-control(5) documents the binary control file

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

commit 44e59a551c9fa988aa0732e7312da7f5027e13f2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 20 10:59:33 2016 +0200

    man: Remove wrong mention that deb-control(5) support comments

 debian/changelog  | 1 +
 man/deb-control.5 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8771da184eea6f58dd04a7e5076fd2b209fdd390
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 20 10:43:13 2016 +0200

    man: Clarify what characters constitute the deb822(5) syntax
    
    Use Unicode code points and their printable characters to make it clear
    what exact characters or ranges we are talking about.
    
    Based-on-a-patch-by: Ben Finney <ben@benfinney.id.au>

 debian/changelog |  3 +++
 man/deb822.5     | 38 +++++++++++++++++++++-----------------
 2 files changed, 24 insertions(+), 17 deletions(-)

commit e2aa86cd78c7ad8e91a655f9f8d82c31c8196046
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 20 10:21:15 2016 +0200

    man: Document in deb822(5) that deb-origin(5) also supports comments
    
    Prompted-by: Ben Finney <ben@benfinney.id.au>

 debian/changelog | 1 +
 man/deb822.5     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 18335f84bf75a6be078bf2365c1f780b59524a0a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 11:38:29 2016 +0200

    man: Document that i386 does not suffer performance loss due to PIE anymore
    
    Commit e49be6015dcdcc3ef62ab6bbf58de5053e7dd8ad did not update the
    dpkg-buildflags documentation to reflect the fact that at least i386
    does not suffer from performance loss due to PIE when using gcc >= 5.
    
    Reported-by: Niels Thykier <niels@thykier.net>

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

commit 12ec6c3c77bab3b90baf8538db9011b88078c7f8
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Thu Apr 28 11:52:41 2016 +0200

    po: Update Dutch translations
    
    Update programs translations and add new man page translations.
    
    [guillem@debian.org:
     - Remove spurious ‘|’ near dpkg --remove string.
     - Hook man page translation into build system.
     - Update copyright years. ]
    
    Closes: #822797, #822798
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |     4 +
 man/.gitignore   |     1 +
 man/po/nl.add    |     1 +
 man/po/nl.po     | 22466 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg  |     2 +-
 po/nl.po         |   225 +-
 6 files changed, 22586 insertions(+), 113 deletions(-)

commit 4cb5c8bda45ddb6158838301ab295d78fe256abf
Author: Takuma Yamada <tyamada@takumayamada.com>
Date:   Sat Apr 16 12:59:15 2016 +0200

    po: Update Japanese programs translations
    
    Closes: #819939, #819940
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  4 ++++
 dselect/po/ja.po | 73 +++++++++++++++++++++++++++-----------------------------
 po/ja.po         | 25 +++++++++----------
 3 files changed, 52 insertions(+), 50 deletions(-)

commit 2ce30377b69eb9f2031158574f2939c82826882b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 11 23:17:57 2016 +0200

    debian: Fix typos in changelog
    
    Reported-by: Niels Thykier <niels@thykier.net> (patching typo)

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0f4d57a2c4b4b4f1cd085e824c394cf6fbe38012
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Apr 21 11:35:37 2016 +0200

    Review and removal of FIXMEs for stable translation

 man/po/de.po | 36 ++++++++++--------------------------
 1 file changed, 10 insertions(+), 26 deletions(-)

commit 99df81a42d25b0343dfa3af1e55b608275e707e0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Apr 21 11:11:53 2016 +0200

    Update German translation of manual pages
    
    Update to 2600t1f.

 man/po/de.po | 39 +++++++++++++++++++++++++++++++++------
 1 file changed, 33 insertions(+), 6 deletions(-)

commit 9de362025a8ae6056693d9ea401542e66911cbbf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Apr 20 15:49:18 2016 +0200

    Update German translation of manual pages
    
    Update to 2590t2f9u.

 man/po/de.po | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

commit 80fad0397ca380fb58787f378b6fe767a27719e2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 18 11:38:56 2016 +0200

    Update German translation of manual pages
    
    Update to 2583t2f16u.

 man/po/de.po | 490 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 324 insertions(+), 166 deletions(-)

commit 6a9675acd9c609d4a950049ac29378a1312decbb
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 3 07:15:28 2016 +0200

    Update German scripts translation
    
    Update to 585t.

 scripts/po/de.po | 57 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 35 insertions(+), 22 deletions(-)

commit 043fc3dbe87a61e4b425a096405319147c698fde
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Apr 1 19:32:51 2016 +0200

    German dpkg translation update
    
    Update to 1092t.

 debian/changelog |   1 +
 po/de.po         | 309 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 162 insertions(+), 148 deletions(-)

commit e49be6015dcdcc3ef62ab6bbf58de5053e7dd8ad
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 00:46:36 2016 +0200

    debian: Enable all hardening flags
    
    Starting with gcc-5 there is no performance loss when enabling PIE on
    i386, so there is no point in not enabling it.
    
    Ref: https://software.intel.com/en-us/blogs/2014/12/26/new-optimizations-for-x86-in-upcoming-gcc-50-32bit-pic-mode

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

commit eb2fbf2f77e7fb9bc01ee15aed9aa77e0080e488
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 12 02:49:15 2015 +0200

    Dpkg::Changelog::Entry::Debian: Do not parse entry multiple times
    
    Add new parse_header() and parse_trailer() methods, and deprecate
    check_header() and check_trailer(). This way we just parse the entry
    once and the getters can use the pre-parsed values.

 debian/changelog                       |   3 +
 scripts/Dpkg/Changelog/Debian.pm       |   4 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm | 121 +++++++++++++++++++++------------
 3 files changed, 84 insertions(+), 44 deletions(-)

commit 94e241761c06ab112ec3e899dd9449784928c6c5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 27 17:30:37 2016 +0200

    Dpkg::Conf: Switch implementation to be hash based
    
    Store the options in a hash instead of a list so that we can more easily
    retrieve them. And add two accessors and an option to the filter method
    to control its behavior.

 debian/changelog      |  2 ++
 scripts/Dpkg/Conf.pm  | 88 ++++++++++++++++++++++++++++++++++++++++-----------
 scripts/t/Dpkg_Conf.t | 54 +++++++++++++++++--------------
 3 files changed, 103 insertions(+), 41 deletions(-)

commit 1fc3455ebaa71ad6e34e7a95d89d4bdd2718fa7a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 10:26:31 2016 +0100

    Dpkg::Control::HashCore: Remove unused Dpkg::Checksums import

 scripts/Dpkg/Control/HashCore.pm | 1 -
 1 file changed, 1 deletion(-)

commit 040973c7a1e50b78ef042ef5ffbfff0440c24700
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 23 10:25:47 2016 +0100

    Dpkg::Source::Package: Error out on sources w/o any strong digest
    
    This is used by dpkg-source --extract, which can still be disabled with
    --no-check.

 debian/changelog               | 3 +++
 scripts/Dpkg/Source/Package.pm | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit f8cecc73587e81b29acc7dc19d8c60da3eb61215
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 23 10:25:47 2016 +0100

    Dpkg::Checksums: Add strong digest marking support
    
    This will make it possible to error out when a source package only
    contains no strong digests.

 debian/changelog           |  1 +
 scripts/Dpkg/Checksums.pm  | 33 ++++++++++++++++++++++++++++++---
 scripts/t/Dpkg_Checksums.t |  3 ++-
 3 files changed, 33 insertions(+), 4 deletions(-)

commit b970f032e13e4296b9c0eaa91d507b30bee17f1b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 23 23:49:16 2016 +0100

    scripts/t: Use is() instead of ok() to test for undef

 scripts/t/Dpkg_Deps.t | 2 +-
 scripts/t/Dpkg_Path.t | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit bd17966babf8705e8f02c808f646dfa149828256
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 6 14:29:08 2016 +0100

    Dpkg::Deps: Make the dependency parser more strict
    
    Do not allow obviously broken dependencies.
    
    Closes: #784806

 debian/changelog      |  1 +
 scripts/Dpkg/Deps.pm  | 10 ++++++----
 scripts/t/Dpkg_Deps.t | 10 +++++++++-
 3 files changed, 16 insertions(+), 5 deletions(-)

commit d355b340f3a6cde7fc1cb5649d82fbebd3b97ea1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 5 13:10:42 2016 +0100

    scripts: Use new Dpkg::Arch functions to validate and parse architectures
    
    Closes: #784808

 debian/changelog           |  2 ++
 scripts/Dpkg/Deps.pm       |  4 ++--
 scripts/dpkg-genchanges.pl |  6 +++---
 scripts/dpkg-gencontrol.pl | 11 +++--------
 scripts/dpkg-source.pl     |  7 +++----
 5 files changed, 13 insertions(+), 17 deletions(-)

commit b61fee98a751d163ea99d2667328de6f8b663520
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 6 19:26:13 2016 +0100

    Dpkg::Arch: Add new functions to validate and parse architecture names

 debian/changelog      |  1 +
 scripts/Dpkg/Arch.pm  | 42 +++++++++++++++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Arch.t | 24 +++++++++++++++++++++++-
 3 files changed, 65 insertions(+), 2 deletions(-)

commit 09300f0f870f19ad1123f9a798f7c702912f3b55
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 27 12:44:41 2016 +0100

    dpkg-deb, scripts: Make the Architecture field mandatory on package builds
    
    We still accept source and binary packages with missing or empty
    Architecture fields, but when building either of these, we require
    the field to be present.

 debian/changelog               |  1 +
 dpkg-deb/build.c               | 15 +++++----------
 scripts/Dpkg/Source/Package.pm |  4 ++--
 scripts/dpkg-genchanges.pl     |  2 +-
 scripts/dpkg-gencontrol.pl     |  8 ++++----
 5 files changed, 13 insertions(+), 17 deletions(-)

commit fb391b608a5bb9eda6bbb79674083e75425ab195
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 02:10:09 2016 +0200

    build: Do not require passing the perl interpreter to run-script
    
    We will try to use the PERL environment variable or fallback to use perl
    for the scripts interpreter.

 debian/changelog | 1 +
 debian/rules     | 2 +-
 m4/dpkg-arch.m4  | 2 +-
 run-script       | 8 ++++----
 4 files changed, 7 insertions(+), 6 deletions(-)

commit 55d3a40e1b4113bb61558bc6106912910abe16f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 20 23:19:13 2016 +0100

    build: Make git log invocation immune to local configuration
    
    Some of the options that can be configured globally can leak local
    repository information when generating the ChangeLog, such as the
    --decorate=long option for example.

 Makefile.am      | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

commit c12278e352c68e72c114ac67c23985a744cb59b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 5 02:35:27 2016 +0100

    build: Add a configuration summary to configure output
    
    Remove the notices printed inbetween the checks as this is now printed
    as part of the summary.

 configure.ac     | 37 +++++++++++++++++++++++++++++++++++++
 debian/changelog |  1 +
 m4/dpkg-build.m4 |  2 --
 3 files changed, 38 insertions(+), 2 deletions(-)

commit a7f0f2c6e0551f16142b249ccd6f6f1485256dd9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 5 02:33:59 2016 +0100

    build: Set have_libfoo for required libraries detected

 m4/dpkg-libs.m4 | 3 +++
 1 file changed, 3 insertions(+)

commit 11d243dc17e2c55418af79f6af997e30a57bd099
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 5 02:30:18 2016 +0100

    build: Make it possible to build without system libmd

 debian/changelog |  1 +
 m4/dpkg-libs.m4  | 22 +++++++++++++++++-----
 2 files changed, 18 insertions(+), 5 deletions(-)

commit e2e1d11a1367c724aa4a6e42d4e129ade0090eb6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 4 01:32:52 2016 +0100

    build: Split libps and libkvm detection into their own macros and variables
    
    Do not tie these libraries in a single variable for start-stop-daemon,
    instead move the usage to the Makefile.am.

 configure.ac      |  3 ++-
 debian/changelog  |  1 +
 m4/dpkg-libs.m4   | 25 ++++++++++++++++++-------
 utils/Makefile.am |  4 +++-
 4 files changed, 24 insertions(+), 9 deletions(-)

commit 5637c205ed403dc1ff363f9c7550ab923be5831b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 4 01:29:15 2016 +0100

    build: Remove unused UA_LIBS variable

 debian/changelog  | 1 +
 utils/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit ab7871885c9463a484cc8ce1589ba32c321b7f56
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 27 18:16:37 2016 +0200

    dpkg-query: Refactor pkg_array_match_pattenr()

 src/querycmd.c | 139 +++++++++++++++++++++++----------------------------------
 1 file changed, 57 insertions(+), 82 deletions(-)

commit 3d258742dfe5cd18e4e06a5fbd855b99bb95046e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 02:30:59 2016 +0100

    dpkg-query: Be more strict when parsing the COLUMNS environment variable
    
    Use strtol() instead of atoi() which does not make it possible to check
    for many error conditions.

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

commit ecd4baa091619cbbdd70043129dd992573580371
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 27 17:49:35 2016 +0200

    libdpkg: Move gettext.h header inclusions outside extern blocks
    
    Our local <gettext.h> includes <cstdlib> when included from C++ code,
    and this was being done inside an extern "C" block.
    
    Reported-by: Kai Kang <kai.kang@windriver.com>

 lib/dpkg/i18n.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit e5193b65c713e81ed8d895757be01fce946a19df
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 02:27:57 2016 +0100

    libdpkg: Namespace tar function names

 lib/dpkg/tarfn.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit c4584dd6ca809d02d03c10200cefd43d5039b0a2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 02:26:17 2016 +0100

    libdpkg: Rewrite the trigger deferred file parser from flex to manual
    
    The format is very simple, and a simple hand-written parser is smaller
    and avoids a build dependency.
    
    The reduction in the generated artifacts is non-insignificant. On
    linux-amd64 it's an overall reduction of 30KiB on stripped binaries.

 README                                      |   1 -
 configure.ac                                |   2 -
 debian/changelog                            |   3 +
 debian/control                              |   2 +-
 lib/dpkg/.gitignore                         |   1 -
 lib/dpkg/Makefile.am                        |   2 +-
 lib/dpkg/{trigdeferred.l => trigdeferred.c} | 151 +++++++++++++++++-----------
 po/POTFILES.in                              |   2 +-
 8 files changed, 99 insertions(+), 65 deletions(-)

commit 08ca3174ca1a7fd7d9ba7fd1a3b136ea1a34b0d6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 2 01:03:15 2016 +0100

    libdpkg: Add a unit test for the trigger deferred parser

 debian/changelog            |   1 +
 lib/dpkg/t/.gitignore       |   1 +
 lib/dpkg/t/Makefile.am      |   2 +
 lib/dpkg/t/c-trigdeferred.c |  96 ++++++++++++++++++++++++++++++++++
 lib/dpkg/t/t-trigdeferred.t | 123 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 223 insertions(+)

commit feaea05f7267762fe0b844e9b8d61d99a9909110
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 11:53:26 2016 +0100

    dpkg: Do not error out when failing to open the SE label db on permissive mode
    
    If we are running in permissive mode (non-enforced) we should not
    consider SE Linux issues as errors.
    
    Closes: #811037

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

commit 94e11e11b5a77d3be7b049316971a9b617b5cc54
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 15 00:41:59 2015 +0100

    dpkg: Search for debsig-verify in PATH instead of using an absolute path
    
    Check that the command exists in the PATH before using it. This makes it
    future proof, and friendlier to other systems that might not be using
    the same filesystem layout.
    
    It also makes it possible to use a local debsig-verify in a path such as
    /usr/local/bin.

 debian/changelog | 1 +
 lib/dpkg/dpkg.h  | 2 +-
 src/unpack.c     | 7 ++++---
 3 files changed, 6 insertions(+), 4 deletions(-)

commit ccc09502395899eef8def40f4ef9b28cec74899e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 15 00:26:47 2015 +0100

    dpkg: Factor find_command() out from checkpath()

 src/help.c | 62 +++++++++++++++++++++++++++++++++++---------------------------
 src/main.h |  1 +
 2 files changed, 36 insertions(+), 27 deletions(-)

commit e8f3c9e67608002e835051e46067fa9d5d80b9e2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 22 10:30:54 2016 +0100

    Dpkg::Changelog::Debian: Move SEE ALSO section to the end

 debian/changelog                 | 1 +
 scripts/Dpkg/Changelog/Debian.pm | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 140f6e31a841b658502217950d8252589de8ccff
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 29 09:35:51 2016 +0200

    man: Switch output encoding to UTF-8
    
    Recent man-db implementations support man pages encoded in UTF-8, so
    there's no point anymore in generating man pages with legacy encodings.

 debian/changelog |  1 +
 man/po/po4a.cfg  | 24 ++++++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)

commit 9175ca644354d05a9d2229ebd2a05026cdb53db7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 28 00:45:12 2016 +0200

    man: Add list of flags set by bug feature area

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

commit 1a8528bf2cdf34087ba34189ad450899d29b281f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 4 17:39:51 2016 +0100

    man: Fix grammar in dpkg-deb(1) man page
    
    Reported-by: Dilyan Palauzov <dilyan.palauzov@aegee.org>

 man/dpkg-deb.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1699781842381c905dc1f2c2b9c822ef0472926d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 02:31:41 2016 +0100

    man, scripts: Fix typos in documentation
    
    Warned-by: lintian

 man/deb-src-control.5 | 3 ++-
 scripts/Dpkg/Conf.pm  | 2 +-
 scripts/Dpkg/Deps.pm  | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

commit fa72f4b18f88bab1dae78a5e519512807dec1e6c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 22 10:29:18 2016 +0100

    man, Dpkg::Vendor: Document the format of the origin filename
    
    Prompted-by: Martin Michlmayr <tbm@debian.org>

 debian/changelog       |  1 +
 man/deb-origin.5       | 13 +++++++++++--
 scripts/Dpkg/Vendor.pm |  9 ++++++++-
 3 files changed, 20 insertions(+), 3 deletions(-)

commit 27dc82138de8e641938f48c908b54af6ba6668bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 27 12:33:44 2016 +0100

    man: Update field requirements of control file formats to match dpkg reality
    
    Document all fields that are just recommended instead of required, or
    simply add if they are recommended and did not mention the fact before.

 debian/changelog      | 1 +
 man/deb-changes.5     | 4 ++--
 man/deb-control.5     | 6 +++---
 man/deb-src-control.5 | 4 ++--
 man/dsc.5             | 6 +++---
 5 files changed, 11 insertions(+), 10 deletions(-)

commit a8dece2602dc4975becb62ddccd67f181ee0dec9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 7 16:48:34 2014 +0200

    s-s-d: Switch kFreeBSD to use sysctl(3)
    
    Avoid libkvm-dev to make sure we always use the low-level sysctl(3)
    interface.

 debian/changelog          |   2 +
 debian/control            |   1 -
 utils/start-stop-daemon.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 104 insertions(+), 1 deletion(-)

commit 1fb6ccf6688321dc7d663ea2b1c86459efe91250
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 20 22:38:42 2012 +0100

    s-s-d: Unify --help output with the rest of the tools

 debian/changelog          |  1 +
 utils/start-stop-daemon.c | 90 +++++++++++++++++++++++++++--------------------
 2 files changed, 53 insertions(+), 38 deletions(-)

commit 026c72c3a205547f99de05e0adcc5684a7a094fa
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 20 19:11:15 2016 +0100

    Various translation fixes
    
    Found during review on debian-l10n-german

 scripts/po/de.po | 88 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

commit 848f149326b7d840e0b19c5a54bd44f6d864f4b4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 20 18:57:24 2016 +0100

    Update German translation of manual pages
    
    Update to 2540t3f54u.

 man/po/de.po | 36 +++++++++++++++++++++++++++++++++---
 1 file changed, 33 insertions(+), 3 deletions(-)

commit 2adbfc3ca7a859f05899fcb2b4b071870e735654
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Mar 13 12:22:39 2016 +0100

    Update German translation of manual pages
    
    Update to 2530t3f64u.

 man/po/de.po | 300 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 139 insertions(+), 161 deletions(-)

commit 7a7c8fd0bf2b916e08efc22e051e47cfaae8e98e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 11 21:03:08 2016 +0100

    Update German translation of manual pages
    
    Update to 2480t24f93u.
    
    Also include fixes noted during review on debian-l10n-german.

 man/po/de.po | 256 +++++++++++++++++++----------------------------------------
 1 file changed, 82 insertions(+), 174 deletions(-)

commit ab89ff367e9b2f15ec65fc3a932526073ca3c4b4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 11 20:59:15 2016 +0100

    Fix typo

 man/dsc.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4a0b6174ae16e334ca2819e36dee1bf8efeb9927
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Mar 10 21:35:13 2016 +0100

    Update German translation of manual pages
    
    Update to 2441t52f104u.

 debian/changelog |    3 +
 man/po/de.add    |    2 +-
 man/po/de.po     | 2413 ++++++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 2001 insertions(+), 417 deletions(-)

commit 62d1cdf98ceb380c8524e1617a98aade77fb6899
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 9 21:25:31 2016 +0100

    Updated German scripts translation

 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

commit d4fb613acab691ec66dd2d1e150b6341c09cf0b3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 9 21:22:04 2016 +0100

    Update German scripts translation
    
    Update to 584t.
    
    Also includes various fixes found on debian-l10n-german

 scripts/po/de.po | 284 +++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 215 insertions(+), 69 deletions(-)

commit d2cad80b4caaae0751f1877bacedce9059dd01b3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 6 20:14:01 2016 +0100

    t-deb-format: Use non-empty ar members to workaround binutils regression
    
    Bug-Debian: https://bugs.debian.org/813006

 t-deb-format/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 067ebda9af9b8df3d9c267ccc00ddb82a2bb0a97
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 26 10:52:57 2016 +0100

    dpkg: Remove FIND usage, use treewalk instead

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

commit 513a6a9b568d3d65cc19f3caa72ce32a0af391a2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 26 10:51:57 2016 +0100

    dpkg-deb: Use the treewalk module to build the .deb control member
    
    We reduce external dependencies on commands, and get sorted file lists.
    
    Closes: #719845

 debian/changelog |  2 ++
 dpkg-deb/build.c | 48 +++++++++++++++++++++++++-----------------------
 2 files changed, 27 insertions(+), 23 deletions(-)

commit 231ba4312b8b215a2e388461d19a2b0d1b7f53c1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 26 10:51:04 2016 +0100

    dpkg-deb: Use the treewalk module to build the .deb data member
    
    We reduce external dependencies on commands, avoid a read syscall per
    byte on the pipe, reduce code substantially, and get sorted file lists.

 debian/changelog |  1 +
 dpkg-deb/build.c | 86 ++++++++++++++------------------------------------------
 2 files changed, 22 insertions(+), 65 deletions(-)

commit c2989c39ecfe9b917dbbc0c6087c7b5df9f28d23
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 26 10:49:42 2016 +0100

    libdpkg: New treewalk module
    
    This has the nice properties of avoiding duplicated stat(2) calls,
    not calling find(1), and sorting the output w/o stalling on the
    entire input being slurped and sorted.

 debian/changelog        |   3 +
 lib/dpkg/Makefile.am    |   2 +
 lib/dpkg/t/.gitignore   |   1 +
 lib/dpkg/t/Makefile.am  |   2 +
 lib/dpkg/t/t-tree.t     | 160 +++++++++++++++
 lib/dpkg/t/t-treewalk.c | 132 ++++++++++++
 lib/dpkg/treewalk.c     | 534 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/treewalk.h     |  88 ++++++++
 po/POTFILES.in          |   1 +
 9 files changed, 923 insertions(+)

commit 40f5f8f76b023092f10eca8ab34b87fffbe3d207
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 11:36:20 2016 +0100

    Dpkg::Index: Check existence of search criteria
    
    When checking a regex or a string match we should avoid comparing
    against undefined fields, as those produce perl warnings, and will
    never match anyway.
    
    We leave the CODE references alone, as the caller might want to check
    if the field value is undefined.
    
    Closes: #780906
    Based-on-patch-by: Daniel Dehennin <daniel.dehennin@baby-gnu.org>

 debian/changelog      | 3 +++
 scripts/Dpkg/Index.pm | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 0500e0e73c609aaa8499cd73fb8b6e7b12be2f68
Author: Carsten Hey <carsten@debian.org>
Date:   Sun Feb 21 12:07:01 2016 +0100

    dpkg-maintscript-helper: Allow broken versions starting with a dash
    
    Such versions are not allowed by dpkg by default, but existing systems
    might have them on installed packages, or the user might have used
    --force-bad-version.
    
    Allow these versions in the version comparison, so that old packages
    can be fixed using the maintscript-helper.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  2 ++
 scripts/dpkg-maintscript-helper.sh | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 678e4a0def7808d90ca476dd9a4f55b8cb285c6e
Author: Carsten Hey <carsten@debian.org>
Date:   Sat Feb 20 10:26:29 2016 +0100

    dpkg-maintscript-helper: Anchor pathnames in sed and grep regexes
    
    Make conffile checks a bit more robust, by anchoring them at the
    beginning of the string. This requires both «dpkg-query -W -f» and
    md5sum(1) to prepended a space but nothing else to pathnames.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 2969b2690f05af1bb3dca635cb5aabaf4ff006ba
Author: Carsten Hey <carsten@debian.org>
Date:   Sat Feb 20 10:25:28 2016 +0100

    dpkg-maintscript-helper: Quote shell variables
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  2 ++
 scripts/dpkg-maintscript-helper.sh | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 9fb91dd0a2629f605f2a6d1aed7a6e8b96f90670
Author: Carsten Hey <carsten@debian.org>
Date:   Fri Feb 19 11:00:23 2016 +0100

    dpkg-maintscript-helper: Use fixed string matching for pathnames
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 6143e43239bd1e36652ad7a3fac850edbc8c76a7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 10:11:37 2016 +0100

    dpkg: Update unpack.c header comment
    
    The function is not huge any longer, just big, as it has been refactored
    substantially over time. And although it can still be reduced further, it
    is definitely not the defining trait of this file anymore.

 src/unpack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4edadf9234bff7dce1a34cc1fd35fc4e29591e5e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 09:56:28 2016 +0100

    dpkg: Refactor pkg_check_depcon()

 src/unpack.c | 126 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 68 insertions(+), 58 deletions(-)

commit 3e3458881624cf349e8c0684d3b69111c37c720d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 09:21:49 2016 +0100

    dpkg: Refactor pkg_deconfigure_others()

 src/unpack.c | 99 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 53 insertions(+), 46 deletions(-)

commit b2d2b8a433a8e947fd6a820b9fa77a6a250d0b02
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 1 00:35:09 2014 +0200

    libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’

 lib/dpkg/dump.c      |  8 ++++----
 lib/dpkg/pkg-array.c |  8 ++++----
 src/enquiry.c        | 28 ++++++++++++++--------------
 src/help.c           |  8 ++++----
 src/packages.c       |  8 ++++----
 src/remove.c         | 12 ++++++------
 src/select.c         |  8 ++++----
 src/trigproc.c       | 16 ++++++++--------
 src/unpack.c         | 14 +++++++-------
 src/verify.c         |  8 ++++----
 10 files changed, 59 insertions(+), 59 deletions(-)

commit 7a4322e6f24d981a490e885efe2bfaf9ddcbb7f2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 00:48:51 2016 +0100

    dpkg: Refactor pkg_remove_old_files()

 src/unpack.c | 305 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 159 insertions(+), 146 deletions(-)

commit a39a8926794be400f24c9cb665e4028fd4f351ca
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 00:14:12 2016 +0100

    dpkg: Refactor pkg_update_fields()

 src/unpack.c | 159 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 85 insertions(+), 74 deletions(-)

commit 0aa4f9dc6fc5733f61b9d56a13c00bc294dd1e46
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 15 17:49:13 2016 +0100

    dpkg: Refactor pkg_disappear_others()

 src/unpack.c | 186 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 108 insertions(+), 78 deletions(-)

commit b482ce05b80a1cc27f23a3a6ad7887ae589fbe56
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 15 17:41:16 2016 +0100

    dpkg: Refactor pkg_remove_backup_files()

 src/unpack.c | 43 ++++++++++++++++++++++++++-----------------
 1 file changed, 26 insertions(+), 17 deletions(-)

commit 3e5881036f4800631f925ab78241d9a68b048ea7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 15 17:25:41 2016 +0100

    dpkg: Refactor pkg_remove_files_from_others()

 src/unpack.c | 125 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 69 insertions(+), 56 deletions(-)

commit 02c42aa6ddb9eb350ff34a80e9632c195b0db813
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 00:24:58 2016 +0100

    dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()

 src/archives.c | 15 ++-------------
 src/archives.h |  3 ---
 src/unpack.c   |  2 +-
 3 files changed, 3 insertions(+), 17 deletions(-)

commit 91fc77d76c59a010a33651bc286c4b127f21b0a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 20 00:24:05 2016 +0100

    dpkg: Switch remove_file_from_list() to tar_filenamenode_queue_pop()
    
    The new function uses a namespaced function name, and is not based on
    tarcontext, nor gets an unused tar_entry argument any more.

 src/archives.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 68a1aec292a37aae6ff552b51de75d02e00e4c91
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 01:33:23 2016 +0100

    dpkg: Switch tarcontext newfilesp member into a filenamenode_queue

 src/archives.c |  8 ++++----
 src/archives.h |  3 ++-
 src/unpack.c   | 20 ++++++++++----------
 3 files changed, 16 insertions(+), 15 deletions(-)

commit e37401bdf52b1ed61ac4620cb9361554382a7598
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 18 17:57:30 2016 +0100

    dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()
    
    Make the function less general, as we are using an extraction specific
    obstack.

 src/archives.c | 32 ++++++++++++++++----------------
 src/archives.h |  4 ++++
 src/main.h     |  5 -----
 src/unpack.c   |  4 ++--
 4 files changed, 22 insertions(+), 23 deletions(-)

commit 4b86f722f1a147580c365f2fcd33606644fc565b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 18 17:55:23 2016 +0100

    dpkg: Fix memory leak when unpacking conffiles
    
    We keep a queue of conffile filenodenames, and never free it. We should
    be using instead the obstack allocator, so that when we are done with
    this package the list entries get all released at the same time.

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

commit 13b5c7b4b9e492a27c6f592414fb253720f006c4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 26 17:53:35 2016 +0100

    dpkg: Encapsulate obstack usage inside new tar_pool functions
    
    These functions hide tar obstack usage, and stop requiring an explicit
    initialization, so that we can always safely call the allocator and it
    will always start from a known good state.

 src/archives.c | 48 ++++++++++++++++++++++++++++++------------------
 1 file changed, 30 insertions(+), 18 deletions(-)

commit 9c6738c3fed06c9e8a81b8118d79789c25df6594
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 09:27:40 2016 +0100

    dpkg: Add a new struct invoke_list to store invoke hooks
    
    This gets rid of the pointer to pointer to pointer handling, by
    simplifying and structuring things a bit.

 src/main.c | 35 ++++++++++++++++-------------------
 src/main.h |  4 ++++
 2 files changed, 20 insertions(+), 19 deletions(-)

commit 73648a0ac41522727ff67ac4a47ddca74cea5c62
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 09:26:22 2016 +0100

    dpkg: Use a node instead the head pointer to traverse the namenode list

 src/filesdb.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b66ea0592eecdfe323a6f0f4c8a74111b5d01953
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 17 00:19:42 2016 +0100

    man: Clarify that deb-symbols(5) documents the binary format subset
    
    The template symbol files are described in dpkg-gensymbols(1).
    
    Closes: #795163

 debian/changelog  | 3 +++
 man/deb-symbols.5 | 4 ++++
 2 files changed, 7 insertions(+)

commit 6033ef0550a7ad189f857ac366ae9745013ccf77
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 21 09:22:46 2016 +0100

    build: Use AC_SUBST instead of AC_DEFINE for BUILD_DEVEL_DOCS

 debian/changelog | 2 ++
 m4/dpkg-build.m4 | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit d0971206b7f6c00ea82965b10cfda56248cc56c7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 16 00:48:12 2016 +0100

    build: Add new gcc-6 warnings

 m4/dpkg-compiler.m4 | 2 ++
 1 file changed, 2 insertions(+)

commit 465a927a09fe640f96b60dabf91f4d27eac077f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:17:38 2016 +0100

    u-a: Remove useless alternative_has_slave() before alternative_get_slave()
    
    This gets rid of a warning with gcc-6, that does not understand that we
    never pass a NULL ‘sl’ pointer as we have checked previously if it has
    slaves via alternative_has_slave().
    
    And gets rid of unneeded calls to alternative_has_slave(), which
    internally do alternative_get_slave() anyway.

 utils/update-alternatives.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit f52a476c69716bd7f94a6c0c1bc83e6f4795c016
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:17:38 2016 +0100

    u-a: Move check for new slave inside alternative_evolve_slave()
    
    Let's move all the logic concerning checking if the slave link needs to
    be updated local to the function that was doing so.

 utils/update-alternatives.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 964f92016dd3d05b80d9500109cd37bd14a737da
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:47:04 2016 +0100

    u-a: Move alternative temporary extension to the build system
    
    This removes another dpkg-specific string from the code to make life
    easier for downstreams using update-alternatives on non-dpkg based
    systems.

 debian/changelog            | 2 ++
 utils/Makefile.am           | 1 +
 utils/update-alternatives.c | 2 --
 3 files changed, 3 insertions(+), 2 deletions(-)

commit cb93a53a1da27d7a1286c068b9f79d39b481e8e3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 19:43:08 2016 +0100

    u-a: Generalize admindir environment variable handling
    
    This variable is currently set by dpkg, but other package managers or
    callers might set it with a different name on other downstream projects.
    Let's move the variable name to the build system so that third parties
    do not have to modify the code going on to remove a dpkg-specific name.

 debian/changelog            |  3 +++
 utils/Makefile.am           |  4 ++++
 utils/update-alternatives.c | 10 ++++++----
 3 files changed, 13 insertions(+), 4 deletions(-)

commit d266282998c59533704bfd9b019065732d5a41da
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 15 20:31:08 2016 +0100

    t-provides-self: New test case
    
    Prompted-by: Julian Andres Klode <jak@debian.org>

 Makefile                                          |   1 +
 t-provides-self/Makefile                          | 291 ++++++++++++++++++++++
 t-provides-self/pkg-breaks-eq/DEBIAN/control      |   8 +
 t-provides-self/pkg-breaks-ge/DEBIAN/control      |   8 +
 t-provides-self/pkg-breaks-le/DEBIAN/control      |   8 +
 t-provides-self/pkg-breaks/DEBIAN/control         |   8 +
 t-provides-self/pkg-conflicts-eq/DEBIAN/control   |   8 +
 t-provides-self/pkg-conflicts-ge/DEBIAN/control   |   8 +
 t-provides-self/pkg-conflicts-le/DEBIAN/control   |   8 +
 t-provides-self/pkg-conflicts/DEBIAN/control      |   8 +
 t-provides-self/pkg-depends-eq/DEBIAN/control     |   8 +
 t-provides-self/pkg-depends-ge/DEBIAN/control     |   8 +
 t-provides-self/pkg-depends-le/DEBIAN/control     |   8 +
 t-provides-self/pkg-depends/DEBIAN/control        |   8 +
 t-provides-self/pkg-predepends-eq/DEBIAN/control  |   8 +
 t-provides-self/pkg-predepends-ge/DEBIAN/control  |   8 +
 t-provides-self/pkg-predepends-le/DEBIAN/control  |   8 +
 t-provides-self/pkg-predepends/DEBIAN/control     |   8 +
 t-provides-self/pkg-provides-10-20/DEBIAN/control |   8 +
 t-provides-self/pkg-provides-10/DEBIAN/control    |   8 +
 t-provides-self/pkg-provides-20/DEBIAN/control    |   8 +
 t-provides-self/pkg-provides/DEBIAN/control       |   8 +
 22 files changed, 452 insertions(+)

commit fe5139a65c7997ec77d0dec556eff8c55945f60c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 9 19:14:06 2016 +0100

    man: Fix documentation for package flags
    
    The “reinstreq” flag was mispelled, and the “ok” flag was missing.

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

commit 536d46d7f6982052a28c4a57683843119fa0b2c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 6 22:18:28 2016 +0100

    test: Add a unit test to compile perl code with warnings
    
    With «use warnings» some inermodule issues such as redefinitions of
    symbols are not catched, because that is too late.
    
    Define PERL in the unit test environment so that we can invoke the
    detected interpreter.
    
    And disable the now redundant syntax_ok() check from the strict.t unit
    test.

 Makefile.am              |  1 +
 check.am                 |  1 +
 debian/changelog         |  2 ++
 t/strict.t               |  3 +--
 t/{strict.t => syntax.t} | 28 +++++++++++++++++++---------
 5 files changed, 24 insertions(+), 11 deletions(-)

commit 8adc184ffabb309894345185704eab54a75874d0
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Sat Feb 6 02:26:48 2016 +0100

    Add MIPS R6 architectures to arch tables
    
    MIPS R6 is a new release of MIPS32 and MIPS64. R6 is not fully compatible
    with R5-, as it adds and *removes* some instructions, and adds emulation
    of the removed instructions in the kernel, so old binaries can still run
    on new R6 CPUs, but at a significant performance cost.
    
    Closes: #807340
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable              | 4 ++++
 debian/changelog      | 2 ++
 scripts/t/Dpkg_Arch.t | 2 +-
 triplettable          | 4 ++++
 4 files changed, 11 insertions(+), 1 deletion(-)

commit 6d7d92b8d5f5e25cebae6bf2c72515d14102550b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 8 15:59:38 2015 +0200

    dpkg-source: Add backend-specific --help options support
    
    This will print source format specific options depending on the
    --format version specified.

 debian/changelog                         |  1 +
 man/dpkg-source.1                        |  2 ++
 scripts/Dpkg/Source/Package.pm           |  4 +++
 scripts/Dpkg/Source/Package/V1.pm        | 60 ++++++++++++++++++++++++++++++++
 scripts/Dpkg/Source/Package/V2.pm        | 52 +++++++++++++++++++++++++++
 scripts/Dpkg/Source/Package/V3/Custom.pm | 12 +++++++
 scripts/Dpkg/Source/Package/V3/Git.pm    | 20 +++++++++++
 scripts/Dpkg/Source/Package/V3/Quilt.pm  | 20 +++++++++++
 scripts/dpkg-source.pl                   | 50 ++++++++++++++++++++++++--
 9 files changed, 218 insertions(+), 3 deletions(-)

commit 52e7aad6962ddbb4a247b331e3a25597fcf4ce9c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 31 11:22:17 2016 +0100

    dpkg-genchanges: Check first for build type to short-circuit boolean expressions
    
    This way we reduce the checks to perform on the architectures. And it
    could allow to avoid computing the host architecture when doing source
    only builds.

 debian/changelog           |  2 ++
 scripts/dpkg-genchanges.pl | 10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit ddde04a8b60d6abce48ff857eda34495b3ebf059
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 30 10:02:36 2016 +0100

    Dpkg::BuildEnv: Rename to Dpkg::Build::Env

 scripts/Dpkg/Arch.pm                       |  6 ++--
 scripts/Dpkg/{BuildEnv.pm => Build/Env.pm} |  6 ++--
 scripts/Dpkg/BuildFlags.pm                 | 34 ++++++++++----------
 scripts/Dpkg/BuildOptions.pm               |  6 ++--
 scripts/Dpkg/BuildProfiles.pm              |  8 ++---
 scripts/Dpkg/Vendor.pm                     |  6 ++--
 scripts/Makefile.am                        |  4 +--
 scripts/dpkg-buildflags.pl                 |  3 +-
 scripts/po/POTFILES.in                     |  2 +-
 scripts/t/Dpkg_BuildEnv.t                  | 50 ------------------------------
 scripts/t/Dpkg_Build_Env.t                 | 50 ++++++++++++++++++++++++++++++
 11 files changed, 88 insertions(+), 87 deletions(-)

commit d122537d6df899dc1d0599e0a24ee3b27f0d9e18
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 29 19:44:40 2016 +0100

    scripts: Use new Dpkg::Build::Types module instead of ad-hoc code

 scripts/dpkg-buildpackage.pl | 73 ++++++++++----------------------------------
 scripts/dpkg-genchanges.pl   | 67 +++++++++-------------------------------
 2 files changed, 31 insertions(+), 109 deletions(-)

commit 6e28595c2dd54f38b7e005355692996179e2c557
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 29 22:46:11 2016 +0100

    Dpkg::Build::Types: Add new module

 scripts/Dpkg/Build/Types.pm  | 192 +++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am          |   2 +
 scripts/po/POTFILES.in       |   1 +
 scripts/t/Dpkg_Build_Types.t |  43 ++++++++++
 4 files changed, 238 insertions(+)

commit ba511d919ea9bfe727fefb897a5503be93f1cade
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 30 09:37:05 2016 +0100

    Dpkg::Vendor::Debian: Do not enable stack-protector on nios2
    
    This gcc target does not support stack-protector.
    
    Acked-by: Marek Vasut <marex@denx.de>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 4a2c19ed61d5b8c57f33526bf3566ac6213adae2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 31 11:01:12 2016 +0100

    man: Packages are automatically forgotten only if they contain no user data
    
    If a package in the database contains a selection for example, then it
    will not be forgotten.
    
    Closes: #813179

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

commit 5540c4d2e979ef35a118dfa1b76f62536db96943
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 5 18:22:08 2016 +0100

    man: Clarify pathname filters behavior
    
    Document a bit how the filters work internally so that their behavior
    is more easily understood.
    
    Closes: #811267

 debian/changelog |  2 ++
 man/dpkg.1       | 15 ++++++++++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

commit 44d4104fc13673d2a7ea4cc28efbda1136cd7340
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 29 10:53:48 2016 +0100

    doc: Update coding style
    
    Add a new section for troff style. Add a subsection for C++ extensions.
    Update perl style to mention that the development checks need to pass,
    that private modules can use POD but need to be marked as such, and
    to update indentation and alignment to use soft tabs only.

 doc/coding-style.txt | 50 +++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 39 insertions(+), 11 deletions(-)

commit dad9d31e26201422e057a4f4cd3702f53061f113
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 26 13:38:39 2016 +0100

    Update mailmap

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

commit 73b2046e49e356f8c018b4d0f53bc673a1ec620d
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Mon Jan 18 02:46:33 2016 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #809517
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 114 ++++++++++++++++---------------------------------------
 2 files changed, 34 insertions(+), 81 deletions(-)

commit 39c8339430567dfc943ed2535bf3a541b779ffb4
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Thu Jan 14 08:39:35 2016 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  4 ++-
 po/vi.po         | 78 ++++++++++++--------------------------------------------
 2 files changed, 19 insertions(+), 63 deletions(-)

commit 0c3262ca0a3345fb4bc16d55f3adbd97d0f75b52
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 14:00:25 2016 +0100

    debian: Clarify where to find the GPL-2 license
    
    Move text about location of GPL-2 on Debian systems into a Comment
    field, and add the stock reference to the gnu.org site in case the
    license is not provided with the source code.

 debian/changelog | 1 +
 debian/copyright | 3 +++
 2 files changed, 4 insertions(+)

commit 0c6d938277828f241b107adf01f13d39cf574ec0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 24 13:59:07 2016 +0100

    Use https:// URLs instead of http:// or git:// when possible (round three)
    
    This covers docs, code comments and packaging, which includes the dpkg git
    repository, copyright format URL and examples in man pages among others.

 README                 | 1 -
 TODO                   | 2 +-
 debian/changelog       | 6 +++++-
 debian/control         | 2 +-
 debian/copyright       | 2 +-
 lib/dpkg/c-ctype.c     | 2 +-
 lib/dpkg/c-ctype.h     | 2 +-
 lib/dpkg/t/t-c-ctype.c | 2 +-
 man/deb-src-control.5  | 2 +-
 9 files changed, 12 insertions(+), 9 deletions(-)

commit 3456a88215ad7cd124f84da865a0a86b71ac96db
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 26 12:25:55 2016 +0100

    dpkg: Detect non-regular file archive arguments earlier
    
    We cannot handle anything else that is not a regular file (excluding
    symlinks to them), so detect this earlier and error out in such case.

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

commit 521e84da3a2b9ad62d5dbab0f4e1794aef149996
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 26 00:57:32 2016 +0100

    dpkg: Use ohshit() instead of internerr() for unhandled dpkg-split exit codes
    
    If dpkg-split exits with an unhandled exit code we should not abort
    dpkg, we should just handle the error in the same way we handle errors
    from debsig-verify or dpkg-deb.
    
    Closes: #812679

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

commit b52810ec8cc3415796a687a0bba6a6c70b9d53af
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 18 02:09:03 2016 +0100

    dpkg: Check that all passed archive filenames exist before queueing them
    
    We can prevent many bad situations by performing earlier checks on
    the archives. We'll start now by checking if the passed filenames do
    actually exist. And we can move some other checks here piece by piece.
    
    Closes: #809963

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

commit 250d932511216b7d5f03cd317ed696624818e84e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 18 02:09:03 2016 +0100

    dpkg: Print the archive filename when it cannot be accessed

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

commit 4313ec68d8fe5d4ccd8f345b576a0ddbe27a4931
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 20:46:48 2016 +0100

    Dpkg::Source::Patch: Only warn once when a diff patches a file multiple times
    
    Reword the warning message to make it clear that the diff might be
    patching the file more than once, not just twice, which might be
    incorrect. And only emit a single warning.

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

commit 3f11ae3b3db909f4a6fb6faba21f9688ff33a5e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 16 20:40:45 2016 +0100

    Dpkg::Source: Make patching a file multiple times fatal for first quilt patch
    
    When we check if the first quilt patch in a series can be applied, we
    use «patch --dry-run» with other options, but that cannot work if the
    same diff patches a file multiple times, as patch does not record the
    previous state in memory.
    
    We are alredy detecting this condition, but only emitting a warning,
    instead make it possible to turn it into a fatal error.
    
    Closes: #810720
    Reported-by: Apollon Oikonomopoulos <apoikos@debian.org>

 debian/changelog                        | 3 +++
 scripts/Dpkg/Source/Package/V3/Quilt.pm | 2 +-
 scripts/Dpkg/Source/Patch.pm            | 9 +++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)

commit f18ebb4a64a92678d2c0ebd1a4dde2993b1b9577
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 3 19:08:09 2016 +0100

    Dpkg: Fix typos in documentation

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

commit 2f211a5f257712ef629cef03c2422425aa42ea12
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 26 12:36:21 2016 +0100

    Dpkg::Control::Types: Move constant comments into their own line
    
    This gets rid of the need to align the comments when longer constants
    are added, and unifies the style with the rest of the code base.

 scripts/Dpkg/Control/Types.pm | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)

commit 4b88120061f92ba94441afe9f88421325d99b305
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 3 18:56:28 2016 +0100

    Dpkg::Control: Add new CTRL_COPYRIGHT control block types
    
    The types are CTRL_COPYRIGHT_HEADER, CTRL_COPYRIGHT_FILES and
    CTRL_COPYRIGHT_LICENSE. These describe the different control blocks
    of a machine readable debian/copyright file, as specified in
    <https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/>.

 debian/changelog                   |  2 ++
 scripts/Dpkg/Control.pm            | 27 ++++++++++++++++++++++++++-
 scripts/Dpkg/Control/FieldsCore.pm | 35 ++++++++++++++++++++++++++++++++---
 scripts/Dpkg/Control/Types.pm      |  9 +++++++++
 scripts/Dpkg/Index.pm              |  8 ++++++++
 5 files changed, 77 insertions(+), 4 deletions(-)

commit cf66d0e6f0e81db7757af9af7eee39de028f2d24
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 08:34:26 2012 +0200

    Dpkg::Control: Add new CTRL_REPO_RELEASE control block type

 debian/changelog                   |  2 ++
 scripts/Dpkg/Control.pm            | 23 +++++++++++++++++------
 scripts/Dpkg/Control/FieldsCore.pm | 35 +++++++++++++++++++++++++++++++----
 scripts/Dpkg/Control/Types.pm      |  3 +++
 4 files changed, 53 insertions(+), 10 deletions(-)

commit 9497c00cf86c449115353284908198ee7567e440
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 30 02:20:34 2015 +0100

    dselect: Use EOF instead of ERR for fgetc() errors
    
    The macro ERR is a curses one, use EOF which is a stdio value.
    
    Warned-by: gcc-6

 dselect/method.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 742cb8c4fd0990867dd437cf52dd86ccabdf5f05
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 30 02:19:32 2015 +0100

    dselect: Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK
    
    This fcntl(2) sub-command returns either EACCES or EAGAIN on error.
    
    Warned-by: gcc-6

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

commit c399906c2d576d523deacccd60d6072864279874
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 30 02:18:28 2015 +0100

    dselect: Implement delete operator with size argument
    
    The C++14 spec states that if the delete operator is defined then the
    one with a size argument must also be implemented.
    
    Warned-by: gcc-6

 debian/changelog | 2 ++
 dselect/main.cc  | 6 ++++++
 2 files changed, 8 insertions(+)

commit 6ca0dfd078e9ac9303b2cbede58c239f06531a47
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 29 02:52:17 2015 +0100

    scripts: Do not abort when traversing symlinks to directories
    
    dpkg-scanpackages and dpkg-scansources started using File::Find since
    commit 3f8099b21bbb934d03c340fef1925824465e0571, but did not get
    passed «follow_skip => 2».
    
    Closes: #809219

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

commit 35a7c62b3863429e89e527e4ab0bccc34e4c820f
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Tue Dec 29 17:33:26 2015 +0000

    updated Portuguese translation

 debian/changelog |   3 +
 po/pt.po         | 204 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 99 insertions(+), 108 deletions(-)

commit 36e272e27c16460109604b1fa942e06187bc287c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 28 04:36:24 2015 +0100

    libdpkg: Print correct integer parse error for short-only options
    
    Some options do not provide a long name, we should handle that and
    print an appropriate message, instead of passing NULL to printf.
    
    Closes: #809174

 debian/changelog   | 2 ++
 lib/dpkg/options.c | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 5cd5b4ff027d1397992ad086a306efdcc5553f79
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 21 16:18:04 2015 +0200

    man: Document and improve C/C++ programs exit codes

 debian/changelog        |  1 +
 man/dpkg-deb.1          | 10 ++++++++++
 man/dpkg-divert.1       | 10 ++++++++++
 man/dpkg-query.1        | 12 +++++++++---
 man/dpkg-split.1        |  7 ++++---
 man/dpkg-statoverride.1 | 17 +++++++++++++++--
 man/dpkg-trigger.1      | 14 ++++++++++++++
 man/dpkg-vendor.1       |  6 +++---
 man/dpkg.1              | 18 ++++++++++++++++--
 man/dselect.1           | 10 ++++++++++
 10 files changed, 92 insertions(+), 13 deletions(-)

commit 17ab352ea8b4735eac13bd00c6394c50c0f49ba7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 03:48:31 2015 +0200

    man: Add new deb822(5) man page
    
    Adapted from the Debian policy manual.

 debian/changelog         |   1 +
 debian/dpkg-dev.manpages |   1 +
 man/Makefile.am          |   1 +
 man/deb822.5             | 135 +++++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg          |   3 ++
 5 files changed, 141 insertions(+)

commit 2c0016a31f42fc8b3aefb334fbacc3941d66a950
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 03:09:45 2015 +0200

    man: Document Source field version in deb-control(5)

 debian/changelog  | 1 +
 man/deb-control.5 | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 5bfa947cd4e8c40541bdfc71450c7030dedb3e2e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 01:11:04 2015 +0200

    man: Add missing quotes

 debian/changelog |  1 +
 man/dpkg-deb.1   |  4 ++--
 man/dpkg-query.1 |  4 ++--
 man/dpkg.1       | 19 ++++++++++---------
 4 files changed, 15 insertions(+), 13 deletions(-)

commit ed25cf75f04bd50f0841795f12d5f2234e4bd531
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 01:09:04 2015 +0200

    man: Fix reference to --record-avail instead of inexistent --avail

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

commit 1e375ee0ff72ec42998c520a6deb92b106fa78ed
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 00:13:42 2015 +0200

    man: Mark Maintainer field as bold in deb-src-control(5)

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

commit 6d4221b2adfbc1610b89e0c01f833258d6f71839
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 20:56:16 2015 +0200

    man: Move --audit description just after --verify in dpkg(1)
    
    These commands are related and belong together.

 debian/changelog |  1 +
 man/dpkg.1       | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 65468d2a7ede58706c0949ac7e7feebab3eabee6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 20:52:58 2015 +0200

    man: Fix --remove and --purge summary formatting in dpkg(1)

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

commit a7456aa961e25f4385b4e3dc14962a16b0edcdd8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 20:40:40 2015 +0200

    man: Remove superfluous SEE ALSO references from dpkg-source(1)

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

commit a52e0f2202be518b24becbbd22866b162dad11db
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 13 11:39:39 2014 +0200

    doc, man: Remove Debian specific policy references
    
    Debian, although a primary one, is just one of the many "downstreams",
    and dpkg should document everything it implements, so adding references
    to the Debian policy makes it more confusing for people that use dpkg
    in non-Debian systems.

 debian/changelog                 |  1 +
 doc/triggers.txt                 |  6 +++---
 man/deb-control.5                |  8 +++-----
 man/deb-override.5               |  5 ++---
 man/deb-shlibs.5                 |  3 +--
 man/deb-src-control.5            | 18 ++++++------------
 man/dpkg-buildpackage.1          |  5 +++--
 man/dselect.1                    |  6 ++----
 scripts/Dpkg/Changelog/Debian.pm |  8 ++------
 9 files changed, 23 insertions(+), 37 deletions(-)

commit 04c342b3cc12b626725183480d8487f33e827398
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 6 01:34:40 2014 +0200

    man: Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages

 TODO                      |   7 --
 debian/changelog          |   1 +
 debian/dpkg-dev.manpages  |   3 +
 man/Makefile.am           |   6 +-
 man/deb-changelog.5       | 169 ++++++++++++++++++++++++++++++++++
 man/deb-changes.5         | 188 ++++++++++++++++++++++++++++++++++++++
 man/dpkg-genchanges.1     |   4 +-
 man/dpkg-gencontrol.1     |   1 +
 man/dpkg-parsechangelog.1 |   3 +
 man/dpkg-source.1         |   2 +
 man/dsc.5                 | 228 ++++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg           |   9 ++
 12 files changed, 612 insertions(+), 9 deletions(-)

commit 38ac205718000f455113269eb835db3d6312ce20
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 7 16:06:00 2015 +0200

    man: Document missing fields
    
    Add information about the Install-Size, Built-For-Profiles and
    Build-Profiles fields.

 debian/changelog      |  2 ++
 man/deb-control.5     | 10 ++++++++++
 man/deb-src-control.5 | 15 +++++++++++++++
 3 files changed, 27 insertions(+)

commit 79c82da555743dc1a6ad8b814fba667a18ec6410
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 20:19:31 2015 +0200

    man: Add references to man pages describing file formats

 debian/changelog      | 1 +
 man/dpkg-genchanges.1 | 6 ++++++
 man/dpkg-gencontrol.1 | 6 ++++++
 man/dpkg-source.1     | 3 +++
 4 files changed, 16 insertions(+)

commit 07427198de298bd08c131a9796a8d4bcadeb2b0a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 9 16:49:39 2015 +0200

    man: Mark debian changelog format in bold

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

commit cba1e2479c69e2cee676c4a49438c5746736daf1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 7 15:28:59 2015 +0200

    man: Say value instead of option in deb-control(5)

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

commit b50f8d4247f9c68f83783a9c6fc0c1d28960f7d4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 25 14:21:34 2015 +0100

    Bump version to 1.18.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 39ac56b186ba3fb0082156084a86aed07562fc3a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 25 13:20:42 2015 +0100

    Release 1.18.4

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

commit 8a96426df61ba02e40b7e7bf306f3e240bf37634
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 25 13:46:45 2015 +0100

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 103 ++++++++++++++++++++++-----------
 man/po/dpkg-man.pot     |  94 ++++++++++++++++++++++--------
 man/po/es.po            | 118 +++++++++++++++++++++++++++++---------
 man/po/fr.po            | 149 ++++++++++++++++++++++++++++++++++++------------
 man/po/hu.po            |  94 ++++++++++++++++++++++--------
 man/po/it.po            | 142 ++++++++++++++++++++++++++++++++++-----------
 man/po/ja.po            | 118 +++++++++++++++++++++++++++++---------
 man/po/pl.po            | 121 ++++++++++++++++++++++++++++++---------
 man/po/pt_BR.po         |  98 ++++++++++++++++++++++---------
 man/po/ru.po            |  98 +++++++++++++++++++++++--------
 man/po/sv.po            | 143 +++++++++++++++++++++++++++++++++++-----------
 man/po/zh_CN.po         |  96 +++++++++++++++++++++++--------
 po/ast.po               |  22 +++----
 po/bs.po                |  20 +++----
 po/ca.po                |  20 ++++---
 po/cs.po                |  20 ++++---
 po/da.po                |  22 +++----
 po/de.po                |  20 ++++---
 po/dpkg.pot             |  20 +++----
 po/dz.po                |  22 +++----
 po/el.po                |  22 +++----
 po/eo.po                |  20 ++++---
 po/es.po                |  20 ++++---
 po/et.po                |  20 +++----
 po/eu.po                |  20 ++++---
 po/fr.po                |  20 ++++---
 po/gl.po                |  22 +++----
 po/hu.po                |  22 +++----
 po/id.po                |  22 +++----
 po/it.po                |  20 ++++---
 po/ja.po                |  20 ++++---
 po/km.po                |  22 +++----
 po/ko.po                |  22 +++----
 po/ku.po                |  20 +++----
 po/lt.po                |  22 +++----
 po/mr.po                |  22 +++----
 po/nb.po                |  22 +++----
 po/ne.po                |  22 +++----
 po/nl.po                |  20 ++++---
 po/nn.po                |  22 +++----
 po/pa.po                |  22 +++----
 po/pl.po                |  20 ++++---
 po/pt.po                |  20 ++++---
 po/pt_BR.po             |  22 +++----
 po/ro.po                |  22 +++----
 po/ru.po                |  20 ++++---
 po/sk.po                |  20 ++++---
 po/sv.po                |  20 ++++---
 po/th.po                |  20 ++++---
 po/tl.po                |  22 +++----
 po/tr.po                |  20 ++++---
 po/vi.po                |  20 ++++---
 po/zh_CN.po             |  20 ++++---
 po/zh_TW.po             |  20 ++++---
 scripts/po/ca.po        |  50 ++++++++--------
 scripts/po/de.po        |  29 +++++-----
 scripts/po/dpkg-dev.pot |  30 +++-------
 scripts/po/es.po        |  45 +++++++--------
 scripts/po/fr.po        |  47 ++++++++-------
 scripts/po/pl.po        |  50 ++++++++--------
 scripts/po/ru.po        |  50 ++++++++--------
 scripts/po/sv.po        |  50 ++++++++--------
 93 files changed, 1699 insertions(+), 966 deletions(-)

commit 27d4807a75aa86dd608e6393e8ab2d9a739f1da9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 25 04:42:08 2015 +0100

    debian: Add missing Build-Depends for restriction formula support
    
    Although these are really not needed, as they are available already from
    Debian stable, it makes it obvious for people who might want to backport
    dpkg to older suites or distributions.
    
    Warned-by; lintian

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

commit b027759978c6c1e44f9a73bcf641b4dbe56e9c51
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 25 04:31:19 2015 +0100

    debian: Fix typo in copyright file
    
    Warned-by: lintian

 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bf9d1edb80b8b70765c6427fb289751a8c10083e
Author: Julian R <debian@styxxx.de>
Date:   Sun Dec 6 08:49:07 2015 +0100

    po: Fix small typo in German man page translation
    
    Closes: #807156
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit bcd050da05b79ac0c57ac8eb47746926630c44a6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 22 02:23:31 2015 +0100

    Dpkg::Control::FieldsCore: Add support for Build-Essential field
    
    Closes: #806315

 debian/changelog                   | 2 ++
 man/deb-control.5                  | 5 +++++
 man/deb-src-control.5              | 2 ++
 scripts/Dpkg/Control/FieldsCore.pm | 3 +++
 4 files changed, 12 insertions(+)

commit 0258d07b2a8adcdb524702fb6d83366191263679
Author: Paul Wise <pabs@debian.org>
Date:   Tue Dec 22 02:15:12 2015 +0100

    Dpkg::Vendor::Debian: Enable timeless build flag feature by default
    
    Closes: #805872
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 man/dpkg-buildflags.1         | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

commit db4f3d717895fcc2348579670a58ed95a7f0f4a7
Author: Marek Vasut <marex@denx.de>
Date:   Thu Dec 24 12:32:03 2015 +0100

    Add NIOS2 support to cputable
    
    NIOS2 is a little endian soft-core by Altera.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable              | 1 +
 debian/changelog      | 1 +
 scripts/t/Dpkg_Arch.t | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

commit 0b15d3dfb913c2bd6ea687c4061618c58b5e2c0a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 20 21:24:12 2015 +0100

    dpkg-architecture: Fix usage of -s after other action options
    
    We should always initialize the required variables, otherwise previous
    action options might reset $req_vars and we get unexpected results.
    
    Reported-by: Niels Thykier <niels@thykier.net>

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

commit 9455819299d52d5bda2a12aeb8ece691472c6713
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 23 00:27:29 2015 +0100

    man: Add a subsection separating external from internal environment variables

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

commit 90c148e2846892aab2f36c1774e4022a19299ce0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 23 00:07:21 2015 +0100

    man: Clarify in dpkg-query(1) when binary:Package gets arch-qualified
    
    In commit d658a8ec1110c9b3b20987cd903a54f59801117f the semantics of
    the arch-qualifications changed, update the documentation to reflect
    that.
    
    Closes: #801958

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

commit ef02d7c9450762676d470368dc50f9201e5de5ed
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 20 06:55:30 2015 +0100

    doc: Update maintainers

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

commit 873b44e35962bf3be07c8950d768610d0a5710a5
Author: Yuri Gribov <tetra2005@gmail.com>
Date:   Thu Dec 24 12:22:26 2015 +0100

    dpkg: Fix physical file offset comparison
    
    The comparison function pkg_sorter_by_listfile_phys_offs passed to qsort
    does not satisfy qsort symmetry requirements, for some inputs
    
      pkg_sorter_by_listfile_phys_offs(a, b) != -
      pkg_sorter_by_listfile_phys_offs(b, a)
    
    This may cause various qsort misbehaviors e.g. failing to properly sort
    the input array (on some platforms qsort could even abort although that
    seems to not be the case for glibc-based systems).
    
    Closes: #808912
    Signed-off-by: Guillem Jover <guillem@debian.org>
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog | 2 ++
 src/filesdb.c    | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 673e96778382fdfbbbce8130cbb95785e7abf39a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 20 05:57:02 2015 +0100

    libdpkg: Add experimental multithreaded xz compressor support
    
    This should speed up compression on multicore systems. This code has
    only been build tested against latest xz-utils git tree, but not run
    tested, as the package in Debian is too old. Rrquires xz >= 5.2.0.

 debian/changelog    |  2 ++
 lib/dpkg/compress.c | 20 +++++++++++++++++++-
 m4/dpkg-libs.m4     |  3 +++
 3 files changed, 24 insertions(+), 1 deletion(-)

commit bc8657eda0fdde4856989385b61122eac1a4b3d9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Dec 20 06:29:07 2015 +0100

    Update German translation of manual pages
    
    Update to 2417t.
    
    Also include fixes noted during review on debian-l10n-german.

 man/po/de.po | 188 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 108 insertions(+), 80 deletions(-)

commit 15713d12c478d25b99e952cb481063952947460c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Dec 20 06:05:04 2015 +0100

    Update German scripts translation
    
    Update to 550t.
    
    Also includes various fixes found on debian-l10n-german

 scripts/po/de.po | 127 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 60 insertions(+), 67 deletions(-)

commit c50e8dc2e9557181676808be96ae7594bf48ce8b
Author: Hanno Böck <hanno@hboeck.de>
Date:   Thu Nov 19 01:31:19 2015 +0100

    libdpkg: Fix an off-by-one read access in ar member name variable
    
    The problem here is that due to the previous loop the variable ‘i’ can
    be -1 and thus the expression in the conditional reads invalid memory.
    
    [guillem@debian.org:
     - Remove surrounding parenthesis. ]
    
    Warned-by: afl
    Signed-off-by: Guillem Jover <guillem@debian.org>
    Stable-Candidate: 1.16.x 1.17.x

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

commit c66cdd38c195a44c33e73d016372ac0ef775c4de
Author: Hanno Böck <hanno@hboeck.de>
Date:   Thu Nov 19 20:03:10 2015 +0100

    dpkg-deb: Fix off-by-one write access on ctrllenbuf variable
    
    This affects old format .deb packages.
    
    Fixes: CVE-2015-0860
    Warned-by: afl
    Signed-off-by: Guillem Jover <guillem@debian.org>
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog   | 5 ++++-
 dpkg-deb/extract.c | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 77337a8b0f6f789d79032486157f6d9260c2c53e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 15 15:44:16 2015 +0100

    build: Try to use latest gettext available
    
    Using AM_GNU_GETTEXT_REQUIRE_VERSION specifies the minimal required
    gettext version, but tries to use tha latest supported version
    available on the system, so we can take advantage of any fixes and
    improvements.
    
    We cannot remove AM_GNU_GETTEXT_VERSION() for backwards compatibility
    reasons, otherwise older autopoint and autoreconf versions would not
    be able to know what is the minimal required gettext versions.

 configure.ac     | 8 ++++++++
 debian/changelog | 2 ++
 2 files changed, 10 insertions(+)

commit a199f52ec15a4f12e5be453d77563dccbe660766
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 15 15:42:42 2015 +0100

    po: Update Makevars from latest gettext 0.19.6 template

 dselect/po/Makevars | 25 +++++++++++++++++++++++++
 po/Makevars         | 25 +++++++++++++++++++++++++
 scripts/po/Makevars | 25 +++++++++++++++++++++++++
 3 files changed, 75 insertions(+)

commit a1d208fa56300c8545207ddf30d2762e7bf0f5c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 03:06:20 2015 +0100

    dpkg-checkbuilddeps: Exit with 1 on unsatisfied dependencies
    
    Regression introduced in commit d287060bb1a45f5de33eb27034a7d8b27b039dbb.
    
    We cannot rely on die's error code as it might be anything.
    
    Prompted-by: David Kalnischkies <david@kalnischkies.de>

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

commit 522a3ba2853b41602d5452be598d5ccb4d326621
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 3 15:39:30 2015 +0100

    dpkg: Add support for DPKG_MAINTSCRIPT_DEBUG environment variable
    
    This variable will be set on the maintainer scripts environment to
    either 0 or 1, depending on whether dpkg was called with --debug
    requesting maintainer scripts debugging output.

 debian/changelog | 1 +
 man/dpkg.1       | 6 ++++++
 src/script.c     | 5 +++++
 3 files changed, 12 insertions(+)

commit d7c33d07f37d522a14eb86265cf8a3aed169b9b3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 04:44:05 2015 +0100

    scripts/t: Improve test coverage

 debian/changelog               |  2 ++
 scripts/t/Dpkg_Arch.t          | 30 ++++++++++++++++++++++++++++--
 scripts/t/Dpkg_BuildEnv.t      | 27 +++++++++++++++++++++++++--
 scripts/t/Dpkg_BuildFlags.t    | 29 +++++++++++++++++++++++++++--
 scripts/t/Dpkg_BuildProfiles.t | 16 ++++++++++++++--
 scripts/t/Dpkg_Dist_Files.t    |  4 +++-
 scripts/t/Dpkg_Exit.t          | 35 +++++++++++++++++++++++++++++++++--
 scripts/t/Dpkg_Package.t       |  4 +++-
 scripts/t/Dpkg_Substvars.t     | 29 ++++++++++++++++++++++++-----
 scripts/t/Dpkg_Vars.t          | 15 +++++++++++++--
 scripts/t/Dpkg_Version.t       | 14 +++++++++++++-
 11 files changed, 185 insertions(+), 20 deletions(-)

commit d92794f4a8db43959b06d4191860dcc27e5ddcbf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 27 20:15:35 2015 +0100

    Dpkg::Source::Package: Add ‘.gitreview’ to the default ignore list

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

commit db5de206928c9eb6d686b83e64d31fd1cfc40915
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 04:44:05 2015 +0100

    Dpkg::Arch: Make the host gnu type retrieval more compiler agnostic
    
    Rename get_gcc_host_gnu_type() to get_host_gnu_type(), and use a hash to
    store the values per compiler name, so that we can keep track of different
    output depending on the compiler selected.
    
    Update the warning messages to not assume that CC is pointing to gcc.

 debian/changelog             |  2 ++
 scripts/Dpkg/Arch.pm         | 39 +++++++++++++++++++++------------------
 scripts/dpkg-architecture.pl | 10 +++++-----
 3 files changed, 28 insertions(+), 23 deletions(-)

commit 78b312b01d05471030f58d2c5d550fc068cb84c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 7 17:38:40 2015 +0100

    Dpkg::Arch: Add a new set_host_gnu_type()
    
    This function makes it possible to get get_raw_host_arch() out from the
    block containing the local $gcc_host_gnu_type variable, reducing the
    nesting level.

 scripts/Dpkg/Arch.pm | 60 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 34 insertions(+), 26 deletions(-)

commit fd4f223dd179917ca0d7d800660e53b969c46c84
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 12 23:02:39 2015 +0100

    Dpkg::Arch: Handle an undef architecture argument in debarch_to_debtriplet()

 scripts/Dpkg/Arch.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 254fb06ea089d5d77d40d33b6ad8374c56ff55f6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 1 21:32:28 2015 +0100

    Dpkg::BuildFlags: Document supported feature areas

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

commit 31257982ef24a9e7dfe66df456fcd174ab75de7b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 03:29:44 2015 +0100

    man: Clarify role of Build-Depends in deb-src-control(5)
    
    Make it clearer when does the field apply, and what is it equivalent to.
    
    Prompted-by: Johannes Schauer <j.schauer@email.de>

 debian/changelog      |  2 ++
 man/deb-src-control.5 | 13 ++++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 128ed95e865acfe99ceec1460a1513c59ad10514
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 2 19:35:00 2015 +0100

    man: Document that dpkg-buildpacakge -nc -S implies -d

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

commit c193ca1aa220e09d6acbdea264b3f0b8a97db5d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 25 01:38:43 2015 +0200

    libdpkg: Document pkg-show module

 lib/dpkg/pkg-show.c | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

commit be3cbc2ef633524f8dac876f77a300ed4ce956f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 8 11:33:40 2015 +0100

    build: Do not quote the interpreter argument
    
    This makes it possible again to pass options to the interpreter.

 run-script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3af91bcb364140590ed3736f562dfe849bb6b72
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 30 02:35:00 2015 +0100

    build: Add an configure option to choose the kind of documentation
    
    The option --disable-devel-docs can be used to override the current
    default, which is to build development documentation.

 configure.ac     |  2 ++
 debian/changelog |  2 ++
 doc/Doxyfile.in  |  6 +++---
 m4/dpkg-build.m4 | 17 +++++++++++++++++
 4 files changed, 24 insertions(+), 3 deletions(-)

commit c5e8c926397056044711ee9649d74c5dda2f21dc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 1 03:55:30 2015 +0100

    build: Descend into scripts on coverage-clean rule

 Makefile.am      | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

commit c666a362de03187d91b6076d71b0b6c101f93302
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 30 02:35:00 2015 +0100

    doc: Update test suite directory in Doxygen configuration

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d2acde144b064a11f45cf6109a8ec003d58aecb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 30 02:13:28 2015 +0100

    doc: Update Doxygen configuration from version 1.8.9.1

 doc/Doxyfile.in | 238 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 135 insertions(+), 103 deletions(-)

commit cb55c5b4f0662d83d3df4da25f2f87373fabe11d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 25 01:29:05 2015 +0200

    libdpkg: Rename pkg_summary to pkgbin_summary
    
    This makes the function name consistent with the existing coding
    convention, and the other functions that require a pkgbin to operate.

 lib/dpkg/libdpkg.map  | 2 +-
 lib/dpkg/pkg-format.c | 2 +-
 lib/dpkg/pkg-show.c   | 2 +-
 lib/dpkg/pkg-show.h   | 4 ++--
 src/enquiry.c         | 2 +-
 src/querycmd.c        | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

commit df5deb4f20c96ffd573e8900de6981a2c3024b2a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 21 16:54:29 2015 +0200

    dpkg-trigger: Move exit from command function to its call site
    
    This makes it explicit that the code flow stops at the call site instead
    of requiring the reader to know that this specific function never returns.

 src/trigcmd.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 97a8d2695cad465a6c9d0f4469644a8ba6f778d0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 21 16:52:56 2015 +0200

    dpkg-divert: Return from a command function instead of directly exiting
    
    This makes it possible to perform any necessary normal cleanup before
    exiting, and unifies the usage with all other command functions.

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

commit 9c311e1a445868630f8c8e4600d7539599e49ce5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 21 16:48:47 2015 +0200

    u-a: Merge all action handling into a single if-else-if block
    
    Introduce two boolean variables to track when to log the command-line
    arguments when modifying anything on the system, and another one when
    modifying a single alternative to initialize and update it.
    
    This unifies the code, and will make it easier to switch it into a
    shared library in the future.

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 45 ++++++++++++++++++++++++++++-----------------
 2 files changed, 30 insertions(+), 17 deletions(-)

commit e6bb801e5a30bbb4499308a81dc0c5fd25676045
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 18 15:42:38 2015 +0200

    u-a: Switch xasprintf() to return an allocated string
    
    It should make the code more clear, and in many cases it avoids having
    to use a temporary variable.

 utils/update-alternatives.c | 59 +++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 32 deletions(-)

commit 0db77512a15877ca25384b775406323a2302c125
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 18 15:34:45 2015 +0200

    Use new str_fmt() instead of m_asprintf()
    
    It should make the code more clear, and in many cases it avoids having
    to use a temporary variable.

 dpkg-deb/build.c       | 13 +++++--------
 dpkg-deb/extract.c     |  2 +-
 dpkg-deb/info.c        |  4 ++--
 dpkg-split/queue.c     |  6 +++---
 dpkg-split/split.c     |  2 +-
 lib/dpkg/atomic-file.c |  4 ++--
 lib/dpkg/dbdir.c       |  6 +-----
 lib/dpkg/dir.c         |  2 +-
 lib/dpkg/error.c       |  2 +-
 lib/dpkg/options.c     |  8 ++++----
 lib/dpkg/path.c        |  5 +----
 lib/dpkg/tarfn.c       |  8 ++------
 lib/dpkg/triglib.c     |  6 +-----
 src/archives.c         |  5 +----
 src/divertcmd.c        | 12 ++++--------
 src/main.c             | 10 ++--------
 src/script.c           |  2 +-
 17 files changed, 33 insertions(+), 64 deletions(-)

commit 302829039a4dba8a37fa31dfc0e06ca4a8e5a04b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 18 06:10:56 2015 +0200

    libdpkg: Add new str_fmt()
    
    This function is easier and more natural to use than m_asprintf(), and
    we currently never use the returned length anyway.

 lib/dpkg/dpkg.h       |  1 +
 lib/dpkg/libdpkg.map  |  1 +
 lib/dpkg/string.c     | 23 ++++++++++++++++++++++-
 lib/dpkg/string.h     |  3 ++-
 lib/dpkg/t/t-string.c | 19 +++++++++++++++++--
 5 files changed, 43 insertions(+), 4 deletions(-)

commit 0e50ba17b2df7d84b88567d2d82b8e83febd4f11
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 15 20:31:05 2015 +0100

    Fixes and improvements
    
    Noticed while proofreading the scripts translations on debian-l10n-german

 man/po/de.po | 77 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

commit 11b784200def36033925f0b5480a7f475a8c7631
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Nov 11 21:04:09 2015 +0100

    Fixes and improvements
    
    Fix typo noticed by Ben Wiederhake and reported on debian-l10n-german.
    Improvements stemming from proofreading of the scripts translation.

 man/po/de.po | 70 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

commit 649a1d30026029ca1744144c9b5f641e58015b71
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 1 11:49:23 2015 +0100

    Various (important) translation fixes
    
    Found during review on debian-l10n-german

 scripts/po/de.po | 576 +++++++++++++++++++++++++++----------------------------
 1 file changed, 285 insertions(+), 291 deletions(-)

commit 7a91341446851cd3594a8b752823b8c1f26d652a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 13 17:39:53 2015 +0200

    dpkg-deb: Refactor tarball packing into a new function

 dpkg-deb/build.c | 87 ++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 56 insertions(+), 31 deletions(-)

commit 6559530d5e0298a57bce3b71703538d6fd225635
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 14 05:00:25 2015 +0200

    dpkg-deb: Generate the control build dir just once

 dpkg-deb/build.c | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

commit af5a9c80d49839d44c1ea87e17e50be27e09204f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 05:54:25 2015 +0200

    dpkg: Fix varbuf memory leaks
    
    In «dpkg --verify» and the dpkg infodb format upgrade logic.
    
    Both are not big leaks, the first is bound by the amount of packages,
    as the varbuf is reused for each file on each package, and the second
    is just one instance of a leaked varbuf.
    
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog     | 1 +
 src/infodb-upgrade.c | 1 +
 src/verify.c         | 2 ++
 3 files changed, 4 insertions(+)

commit 931d9ade22f16c406769fe90e8397b3b53d15aa8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 04:27:40 2015 +0200

    libdpkg: Remove varbuf terminate() method
    
    The string() method already NUL terminates the buffer, so there is never
    any need to explicitly terminate it beforehand.

 dselect/methlist.cc   |  1 -
 dselect/pkginfo.cc    |  4 +---
 dselect/pkgsublist.cc |  1 -
 lib/dpkg/varbuf.h     | 10 +---------
 4 files changed, 2 insertions(+), 14 deletions(-)

commit e7a32556af38b5630412de406d2f0842150ff086
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 04:25:56 2015 +0200

    libdpkg: Add new varbuf_get_str()

 lib/dpkg/t/t-varbuf.c | 34 ++++++++++++++++++++++++++++++++--
 lib/dpkg/varbuf.c     | 10 +++++++++-
 lib/dpkg/varbuf.h     |  3 ++-
 3 files changed, 43 insertions(+), 4 deletions(-)

commit da97e399c2ad884dbed77ccb2f960cfd354df25e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 20 02:24:37 2014 +0200

    libdpkg: Add varbuf_snapshot() and varbuf_rollback() support
    
    This adds a proper interface to snapshot a varbuf state and it rollback
    so that a common stem can be reused on multiple instances.

 lib/dpkg/t/t-varbuf.c | 34 +++++++++++++++++++++++++++++++++-
 lib/dpkg/varbuf.c     | 14 +++++++++++++-
 lib/dpkg/varbuf.h     |  7 +++++++
 src/archives.c        | 11 ++++++-----
 src/archives.h        |  2 +-
 src/infodb-access.c   |  6 +++---
 src/infodb-upgrade.c  |  8 ++++----
 src/remove.c          | 25 ++++++++++++++-----------
 src/unpack.c          |  4 ++--
 9 files changed, 83 insertions(+), 28 deletions(-)

commit 10d77ba878eb998b3eede0c5ac7917a901de05b0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 10 16:06:41 2015 +0200

    libdpkg: Config-Version should also be initialized on triggers-pending
    
    A package in triggers-pending state should be considered an installed
    package, by not doing so we might end up not passing the correct version
    to the configure maintainer script and making it look like we are doing
    a configuration for a first install, instead of an upgrade.
    
    Closes: #801156
    Reported-by: Andreas Beckmann <anbe@debian.org>
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog |  4 ++++
 lib/dpkg/parse.c | 19 ++++++++++++-------
 2 files changed, 16 insertions(+), 7 deletions(-)

commit b0f1071aaff431f68825c1b749f6c6ab58475a9d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 16:57:01 2015 +0200

    build: Quote paths in run-scripts
    
    This makes the script more robust, although the source tree is not
    really prepared to be built on paths with spaces.

 run-script | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 91d50f40621cb797a53e8df7b9f1381dd2a8915b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 16:51:38 2015 +0200

    build: Add the dselect/methods directory to the TAP::Harness library paths
    
    This is not currently used, but it makes sure these modules are visible
    for future tests.

 check.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 17aeccf7d53858900a419b924b018d0992af8fe9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 16:50:29 2015 +0200

    build: Use absolute buildir pathnames in PATH variable
    
    This makes sure that even if any subprocess changes directory, the PATH
    environment variable will keep being correct.

 check.am         | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f02217095bb294ab1eac879e495ffa23398ff7b6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 9 16:55:35 2015 +0200

    build: Set PERL5LIB globally for the test suite to the local modules directory
    
    Regression introduced in commit 34b26c7db232b300991df5fb6f52707b381df28f.
    
    Some functional tests are passing through makefile and exec barriers,
    where the lib parameter for TAP::Harness is lost. Reintroduce the
    explicit global setting of PERL5LIB so that it gets inherited for all
    subprocesses.
    
    Closes: #801329
    Reported-by: Jérémy Bobbio <lunar@debian.org>
    Stable-Candidate: 1.17.x

 Makefile.am      | 1 -
 check.am         | 1 +
 debian/changelog | 4 ++++
 3 files changed, 5 insertions(+), 1 deletion(-)

commit f3b8dfb3bdf030ca4ce2a1491f103fb9061b49c7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 3 16:11:14 2015 +0200

    Update Heiko Schlittermann's email address

 AUTHORS                         | 2 +-
 THANKS                          | 2 +-
 debian/copyright                | 2 +-
 dselect/methods/multicd/install | 2 +-
 dselect/methods/multicd/setup   | 2 +-
 dselect/methods/multicd/update  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit afbbf703ebdcc11b12353ccc8bca93bf901def0a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 3 16:09:05 2015 +0200

    Update Ian Jackson's email address

 AUTHORS                         | 2 +-
 THANKS                          | 2 +-
 debian/copyright                | 4 ++--
 dpkg-deb/build.c                | 2 +-
 dpkg-deb/dpkg-deb.h             | 2 +-
 dpkg-deb/extract.c              | 2 +-
 dpkg-deb/info.c                 | 2 +-
 dpkg-deb/main.c                 | 2 +-
 dpkg-split/dpkg-split.h         | 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/basetop.cc              | 2 +-
 dselect/bindings.cc             | 2 +-
 dselect/bindings.h              | 2 +-
 dselect/curkeys.cc              | 2 +-
 dselect/dselect.h               | 2 +-
 dselect/helpmsgs.cc             | 2 +-
 dselect/helpmsgs.h              | 2 +-
 dselect/keyoverride             | 2 +-
 dselect/main.cc                 | 2 +-
 dselect/methkeys.cc             | 2 +-
 dselect/methlist.cc             | 2 +-
 dselect/method.cc               | 2 +-
 dselect/method.h                | 2 +-
 dselect/methods/multicd/install | 2 +-
 dselect/methods/multicd/setup   | 4 ++--
 dselect/methods/multicd/update  | 2 +-
 dselect/methparse.cc            | 2 +-
 dselect/mkcurkeys.pl            | 2 +-
 dselect/pkgcmds.cc              | 2 +-
 dselect/pkgdepcon.cc            | 2 +-
 dselect/pkgdisplay.cc           | 2 +-
 dselect/pkginfo.cc              | 2 +-
 dselect/pkgkeys.cc              | 2 +-
 dselect/pkglist.cc              | 2 +-
 dselect/pkglist.h               | 2 +-
 dselect/pkgsublist.cc           | 2 +-
 dselect/pkgtop.cc               | 2 +-
 dselect/po/ja.po                | 2 +-
 lib/compat/alphasort.c          | 2 +-
 lib/compat/compat.h             | 2 +-
 lib/compat/scandir.c            | 2 +-
 lib/compat/snprintf.c           | 2 +-
 lib/compat/strerror.c           | 2 +-
 lib/compat/strsignal.c          | 2 +-
 lib/compat/unsetenv.c           | 2 +-
 lib/compat/vsnprintf.c          | 2 +-
 lib/dpkg/cleanup.c              | 2 +-
 lib/dpkg/dbmodify.c             | 2 +-
 lib/dpkg/debug.c                | 2 +-
 lib/dpkg/depcon.c               | 2 +-
 lib/dpkg/dlist.h                | 2 +-
 lib/dpkg/dpkg-db.h              | 2 +-
 lib/dpkg/dpkg.h                 | 2 +-
 lib/dpkg/dump.c                 | 2 +-
 lib/dpkg/ehandle.c              | 2 +-
 lib/dpkg/ehandle.h              | 2 +-
 lib/dpkg/fields.c               | 2 +-
 lib/dpkg/file.c                 | 2 +-
 lib/dpkg/mlib.c                 | 2 +-
 lib/dpkg/namevalue.h            | 2 +-
 lib/dpkg/nfmalloc.c             | 2 +-
 lib/dpkg/options.c              | 2 +-
 lib/dpkg/options.h              | 2 +-
 lib/dpkg/parse.c                | 2 +-
 lib/dpkg/parsedump.h            | 2 +-
 lib/dpkg/parsehelp.c            | 2 +-
 lib/dpkg/path-remove.c          | 2 +-
 lib/dpkg/path.c                 | 2 +-
 lib/dpkg/pkg-array.c            | 2 +-
 lib/dpkg/pkg-db.c               | 2 +-
 lib/dpkg/pkg-namevalue.c        | 2 +-
 lib/dpkg/pkg-show.c             | 2 +-
 lib/dpkg/pkg.c                  | 2 +-
 lib/dpkg/string.c               | 2 +-
 lib/dpkg/subproc.c              | 2 +-
 lib/dpkg/trigdeferred.h         | 2 +-
 lib/dpkg/trigdeferred.l         | 2 +-
 lib/dpkg/triglib.c              | 2 +-
 lib/dpkg/triglib.h              | 2 +-
 lib/dpkg/trigname.c             | 2 +-
 lib/dpkg/trignote.c             | 2 +-
 lib/dpkg/utils.c                | 2 +-
 lib/dpkg/varbuf.c               | 2 +-
 lib/dpkg/varbuf.h               | 2 +-
 lib/dpkg/version.c              | 2 +-
 lib/dpkg/version.h              | 2 +-
 man/deb-old.5                   | 2 +-
 man/deb-substvars.5             | 2 +-
 man/deb.5                       | 2 +-
 man/dpkg-deb.1                  | 2 +-
 man/dpkg-distaddfile.1          | 2 +-
 man/dpkg-divert.1               | 2 +-
 man/dpkg-genchanges.1           | 2 +-
 man/dpkg-gencontrol.1           | 2 +-
 man/dpkg-parsechangelog.1       | 2 +-
 man/dpkg-shlibdeps.1            | 2 +-
 man/dpkg-source.1               | 2 +-
 man/dpkg-split.1                | 2 +-
 man/dpkg.1                      | 2 +-
 man/po/de.po                    | 2 +-
 man/po/fr.po                    | 4 ++--
 man/po/pl.po                    | 2 +-
 man/po/ru.po                    | 2 +-
 man/po/sv.po                    | 2 +-
 po/ja.po                        | 2 +-
 scripts/Dpkg/Vendor/Ubuntu.pm   | 2 +-
 scripts/Dpkg/Version.pm         | 2 +-
 scripts/dpkg-source.pl          | 2 +-
 src/archives.c                  | 2 +-
 src/archives.h                  | 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/filesdb.h                   | 2 +-
 src/help.c                      | 2 +-
 src/infodb-access.c             | 2 +-
 src/infodb-upgrade.c            | 2 +-
 src/main.c                      | 2 +-
 src/main.h                      | 2 +-
 src/packages.c                  | 2 +-
 src/querycmd.c                  | 2 +-
 src/remove.c                    | 2 +-
 src/script.c                    | 2 +-
 src/select.c                    | 2 +-
 src/statdb.c                    | 2 +-
 src/trigcmd.c                   | 2 +-
 src/trigproc.c                  | 2 +-
 src/unpack.c                    | 2 +-
 src/update.c                    | 2 +-
 utils/update-alternatives.c     | 2 +-
 140 files changed, 143 insertions(+), 143 deletions(-)

commit a243173bd78e50555ef98ab5af6451a44c84f3de
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Fri Oct 2 18:21:33 2015 +0200

    po: Update Dutch programs translation
    
    Closes: #800513
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/nl.po         | 69 ++++++++++++--------------------------------------------
 2 files changed, 16 insertions(+), 54 deletions(-)

commit 0171e6d57b73b92ebc6b7448eb367477af0bc6f3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 21:30:17 2015 +0200

    t-deb-newline: New test case

 Feature.mk                                | 1 +
 Makefile                                  | 3 +++
 t-deb-newline/Makefile                    | 8 ++++++++
 t-deb-newline/pkg-newline/DEBIAN/control  | 7 +++++++
 "t-deb-newline/pkg-newline/file\nnewline" | 0
 5 files changed, 19 insertions(+)

commit a2760d848085a8278af8fc34aa9239b0493c0af4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 17 21:23:10 2015 +0200

    build: Make the test cases runable independently
    
    Move the feature checks into its own file so that we can make the
    individual test cases use the same logic.

 Feature.mk | 43 +++++++++++++++++++++++++++++++++++++++++++
 Makefile   | 33 ++-------------------------------
 Test.mk    |  6 ++++++
 3 files changed, 51 insertions(+), 31 deletions(-)

commit 7e46e388f635c33c37c8d7e27aa20b440344956a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 18 00:42:39 2015 +0200

    build: Rework DPKG_HAS_CONFIGURE_WITH_IMPLICIT_TRIGGER_PENDING setup
    
    Explicitly undefine the variable on dpkg >= 1.17.x for now, and change
    the comment on 1.18.x for when it is fixed.

 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 893514e4bb60bca7e8078932db932afa52af5bb6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 11 15:06:27 2015 +0200

    t-triggers-configure: New test case
    
    Bug-Debian: https://bugs.debian.org/801156

 Makefile                                           |  6 +++++-
 t-triggers-configure/Makefile                      | 22 ++++++++++++++++++++++
 t-triggers-configure/pkg-activate/DEBIAN/control   |  7 +++++++
 .../pkg-activate/test/trigger/test-file            |  1 +
 t-triggers-configure/pkg-interest-0/DEBIAN/control |  7 +++++++
 .../pkg-interest-0/DEBIAN/triggers                 |  1 +
 t-triggers-configure/pkg-interest-1/DEBIAN/control |  7 +++++++
 .../pkg-interest-1/DEBIAN/postinst                 | 15 +++++++++++++++
 .../pkg-interest-1/DEBIAN/triggers                 |  1 +
 9 files changed, 66 insertions(+), 1 deletion(-)

commit 81b7c4d9a6cf884b3b8062d4cd591c5aec91e8c1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Oct 6 19:40:19 2015 +0200

    Update German translation of manual pages
    
    Update to 2415t.
    
    Also include fixes noted during review on debian-l10n-german.

 debian/changelog |   3 ++
 man/po/de.po     | 139 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 75 insertions(+), 67 deletions(-)

commit 3f8099b21bbb934d03c340fef1925824465e0571
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 2 13:57:57 2015 +0200

    scripts: Switch all find(1) command calls to File::Find
    
    The find(1) command has subtle behavior differences depending on the
    implementation (for example BSD vs GNU), the perl module is more portable
    and has a more consistent behavior, such as always canonicalizing the
    pathnames.
    
    Closes: #800649

 debian/changelog             |  3 +++
 scripts/dpkg-scanpackages.pl | 28 ++++++++++++++--------------
 scripts/dpkg-scansources.pl  | 15 ++++++++-------
 3 files changed, 25 insertions(+), 21 deletions(-)

commit a1bb7029b2cd3507ee27434af10354f4fad0f331
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 29 02:35:49 2015 +0200

    man: Clarify that the md5sum check on «dpkg --verify»
    
    Mention that it is performed on the file contents, and failures denote
    changed content.
    
    Closes: #760248

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

commit 2be668a86abd464ebfba4257abaef09b57a63098
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 28 15:52:10 2015 +0200

    man: Move target architecture description to the TERMS section
    
    People expect the terms to be described in the section of the same name,
    instead of on some random command-line option.
    
    Closes: #799046

 debian/changelog        | 5 +++++
 man/dpkg-architecture.1 | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 856da9cf1198abd433124c75d74507bfbf5eae65
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Mon Sep 28 15:33:07 2015 +0200

    po: Update Turkish programs translation
    
    Closes: #799875
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/tr.po         | 80 +++++++++++++-------------------------------------------
 2 files changed, 19 insertions(+), 62 deletions(-)

commit f22ad4d12318c55b599d29ca46be9c137107a550
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Sep 22 19:50:49 2015 +0200

    Update German scripts translation
    
    Update to 552t.
    
    Also includes various fixes found e.g. on debian-l10n-german

 debian/changelog |  3 +++
 scripts/po/de.po | 69 +++++++++++++++++++++++++++-----------------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

commit d85bfcff7315b627edc0fb623574afbe6491eb0c
Author: Kenshi Muto <kmuto@debian.org>
Date:   Mon Sep 21 18:31:10 2015 +0200

    po: Update Japanese program translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +-
 po/ja.po         | 246 +++++++++++++++++--------------------------------------
 2 files changed, 76 insertions(+), 173 deletions(-)

commit f47156235d5b46609963f99d6ba996c473433c94
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 21 07:49:16 2015 +0200

    Bump version to 1.18.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit ef4ebe74db2d2e16f4758eb708ff97014720a7e6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 21 07:11:51 2015 +0200

    Release 1.18.3

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

commit cc61d0133e403cfdcfb6086bbaa55806319ecc11
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 21 07:17:31 2015 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  20 ++--
 dselect/po/ca.po        |  25 +++--
 dselect/po/cs.po        |  25 +++--
 dselect/po/da.po        |  25 +++--
 dselect/po/de.po        |  25 +++--
 dselect/po/dselect.pot  |  24 ++---
 dselect/po/el.po        |  25 +++--
 dselect/po/es.po        |  25 +++--
 dselect/po/et.po        |  25 +++--
 dselect/po/eu.po        |  25 +++--
 dselect/po/fr.po        |  36 ++++---
 dselect/po/gl.po        |  25 +++--
 dselect/po/hu.po        |  20 ++--
 dselect/po/id.po        |  25 +++--
 dselect/po/it.po        |  25 +++--
 dselect/po/ja.po        |  25 +++--
 dselect/po/ko.po        |  25 +++--
 dselect/po/nb.po        |  25 +++--
 dselect/po/nl.po        |  25 +++--
 dselect/po/nn.po        |  25 +++--
 dselect/po/pl.po        |  25 +++--
 dselect/po/pt.po        |  25 +++--
 dselect/po/pt_BR.po     |  25 +++--
 dselect/po/ro.po        |  25 +++--
 dselect/po/ru.po        |  25 +++--
 dselect/po/sk.po        |  25 +++--
 dselect/po/sv.po        |  25 +++--
 dselect/po/tl.po        |  25 +++--
 dselect/po/vi.po        |  25 +++--
 dselect/po/zh_CN.po     |  25 +++--
 dselect/po/zh_TW.po     |  25 +++--
 man/po/de.po            |  45 ++++----
 man/po/dpkg-man.pot     |  56 ++++------
 man/po/es.po            | 105 ++++++++++---------
 man/po/fr.po            | 105 ++++++++++---------
 man/po/hu.po            |  80 ++++++++-------
 man/po/it.po            | 111 +++++++++++---------
 man/po/ja.po            | 105 ++++++++++---------
 man/po/pl.po            | 105 ++++++++++---------
 man/po/pt_BR.po         |  76 +++++++-------
 man/po/ru.po            |  80 ++++++++-------
 man/po/sv.po            | 105 ++++++++++---------
 man/po/zh_CN.po         |  71 ++++++-------
 po/ast.po               | 131 +++++++++++++-----------
 po/bs.po                | 101 +++++++++---------
 po/ca.po                | 259 +++++++++++++++++++++++++++++-----------------
 po/cs.po                | 127 ++++++++++++-----------
 po/da.po                | 127 ++++++++++++-----------
 po/de.po                | 129 ++++++++++++-----------
 po/dpkg.pot             | 101 +++++++++---------
 po/dz.po                | 124 +++++++++++-----------
 po/el.po                | 126 ++++++++++++-----------
 po/eo.po                | 127 ++++++++++++-----------
 po/es.po                | 129 ++++++++++++-----------
 po/et.po                | 124 +++++++++++-----------
 po/eu.po                | 129 ++++++++++++-----------
 po/fr.po                | 265 ++++++++++++++++++++++++++++++++----------------
 po/gl.po                | 126 ++++++++++++-----------
 po/hu.po                | 122 +++++++++++-----------
 po/id.po                | 139 +++++++++++++------------
 po/it.po                | 129 ++++++++++++-----------
 po/ja.po                | 129 ++++++++++++-----------
 po/km.po                | 122 +++++++++++-----------
 po/ko.po                | 137 ++++++++++++++-----------
 po/ku.po                | 105 ++++++++++---------
 po/lt.po                | 112 ++++++++++----------
 po/mr.po                | 122 +++++++++++-----------
 po/nb.po                | 135 +++++++++++++-----------
 po/ne.po                | 122 +++++++++++-----------
 po/nl.po                | 131 +++++++++++++-----------
 po/nn.po                | 114 +++++++++++----------
 po/pa.po                | 112 ++++++++++----------
 po/pl.po                | 127 ++++++++++++-----------
 po/pt.po                | 133 +++++++++++++-----------
 po/pt_BR.po             | 124 +++++++++++-----------
 po/ro.po                | 135 +++++++++++++-----------
 po/ru.po                | 131 +++++++++++++-----------
 po/sk.po                | 131 +++++++++++++-----------
 po/sv.po                | 127 ++++++++++++-----------
 po/th.po                | 125 +++++++++++++----------
 po/tl.po                | 116 +++++++++++----------
 po/tr.po                | 131 +++++++++++++-----------
 po/vi.po                | 142 ++++++++++++++------------
 po/zh_CN.po             | 125 +++++++++++++----------
 po/zh_TW.po             | 125 +++++++++++++----------
 scripts/po/ca.po        |  50 ++++++---
 scripts/po/de.po        |  41 ++++----
 scripts/po/dpkg-dev.pot |  36 ++++---
 scripts/po/es.po        |  50 ++++++---
 scripts/po/fr.po        | 211 ++++++++++++++++++++++++++------------
 scripts/po/pl.po        |  50 ++++++---
 scripts/po/ru.po        |  50 ++++++---
 scripts/po/sv.po        |  50 ++++++---
 93 files changed, 4333 insertions(+), 3552 deletions(-)

commit 6c07fabfd53228a5c51596f2f26c8872c141833a
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Thu Sep 17 09:41:35 2015 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 176098fb7eb9279339f418ac6c11653ddbe5a859
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Sep 17 17:31:29 2015 +0200

    s-s-d: Do not set changegroup unconditionally
    
    Commit 3db7a6eb4fd16b4cea475009bd80be3a41ada014 would always set
    changegroup in the --chuid option, even if no colon is given on the
    commandline.
    
    [guillem@debian.org:
     - Avoid an else from a fatal if. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 utils/start-stop-daemon.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit d287060bb1a45f5de33eb27034a7d8b27b039dbb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 18:14:00 2015 +0200

    scripts: Use error() and errormsg() instead of printing on STDERR directly
    
    This way any transformation done for error messages gets applied
    consistently to all error output.

 scripts/Dpkg/Source/Package/V1.pm | 3 +--
 scripts/dpkg-checkbuilddeps.pl    | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

commit 9a54c92f8b09bf2b267b34542ed907a6fa791e09
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 18:01:37 2015 +0200

    Dpkg::Gettext: Add new function N_

 debian/copyright        |  1 +
 scripts/Dpkg/Gettext.pm | 28 +++++++++++++++++++++++++---
 scripts/po/Makevars     |  3 ++-
 3 files changed, 28 insertions(+), 4 deletions(-)

commit a603506740df8e83d441c72f1de234b9ba709693
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 02:03:53 2015 +0200

    dselect: Initialize all baselist member variables
    
    Warned-by: coverity

 dselect/baselist.cc | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

commit 9a75ba2a93f349bc74fd80068bc4abc5a44f728b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 02:03:32 2015 +0200

    dselect: Move sigwinch baselist member variables into setupsigwinch()

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

commit 21e982448e8dda1ac6c534303a8ba4f54b46127e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 17 02:00:14 2015 +0200

    dselect: Refactor SIGWINCH signal blocking and unblocking
    
    This way we can move the sigset_t sigwinchset declaration into the
    new sigwinch_mask() member function instead of having it as a member
    variable.

 dselect/baselist.cc | 21 ++++++++++++++++++---
 dselect/dselect.h   |  3 ++-
 dselect/methlist.cc |  6 ++----
 dselect/pkglist.cc  |  6 ++----
 4 files changed, 24 insertions(+), 12 deletions(-)

commit 908261815da543e2b9a4ec046e6859e68ea26431
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 16 02:14:31 2015 +0200

    libdpkg: Do not try to release the triggers lock on dry-run
    
    We were installing a dummy cleanup handler, but removing it on some
    error conditions when returning from trigdef_update_start(), but
    trigdef_process_done() was expecting to always have a cleanup handler
    to pop.
    
    Reported-by: David Kalnischkies <david@kalnischkies.de>

 debian/changelog        |  2 ++
 lib/dpkg/trigdeferred.l | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit f467eb0f53d3b78e8565790e8caf008b60abac66
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 15:28:39 2015 +0200

    libdpkg: Fix inadvertent license change back from GPL2 to GPL2+
    
    In commit b95907e6e0f3f25136fb2ebcc8d3489efb208dea, several functions
    were refactored out from src/filesdb.c (with a GPL2+ license), into
    lib/utils.c (with a GPL2 license), inadvertently making them change
    license.
    
    Ian clarified that this was a mistake in:
    
      <https://lists.debian.org/debian-dpkg/2015/08/msg00029.html>
    
    Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 1 +
 debian/copyright | 8 +-------
 lib/dpkg/utils.c | 7 +++++--
 3 files changed, 7 insertions(+), 9 deletions(-)

commit b67c481e2e12b6239b1642e7e52fe29db7e94f28
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 15:33:54 2015 +0200

    dselect: Switch multicd method license from GPL2 to GPL2+
    
    All authors have agreed to the change:
    
      Heiko   in <https://lists.debian.org/debian-dpkg/2010/04/msg00057.html>
      Martin  in <https://lists.debian.org/debian-dpkg/2010/04/msg00055.html>
      Ian     in <https://lists.debian.org/debian-dpkg/2015/08/msg00029.html>
      Raphaël in <https://lists.debian.org/debian-dpkg/2010/04/msg00054.html>
      Guillem with this commit.
    
    Signed-off-by: Heiko Schlittermann <hs@schlittermann.de>
    Signed-off-by: Martin Schulze <joey@infodrom.org>
    Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                |  2 ++
 debian/copyright                | 10 +---------
 dselect/methods/multicd/install |  5 +++--
 dselect/methods/multicd/setup   |  5 +++--
 dselect/methods/multicd/update  |  5 +++--
 5 files changed, 12 insertions(+), 15 deletions(-)

commit c7413c2c4fd3db02bc6aa9c5513b8490faea63d4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 20:59:50 2015 +0200

    s-s-d: Remove now unused xstrdup() function
    
    Warned-by: gcc

 utils/start-stop-daemon.c | 11 -----------
 1 file changed, 11 deletions(-)

commit 571df9b2933bbd34c11ba4536875e8c3803e0342
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 20:56:36 2015 +0200

    u-a: Do not try to free() a «const char *»
    
    The returned value is always allocated now, and the call sites are
    respinsible for its release, so it should not have been a «const char *»
    pointer, modify the call tree to make it «char *».
    
    Warned-by: gcc

 utils/update-alternatives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit ae83a2d9838e3f6a4cfc4b49a94681537147142b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 23:21:26 2015 +0200

    dpkg-shlibdeps: Move regex variable inside function
    
    The function is defined after its first call site, so the regex variable
    is not found when compiling the code.

 scripts/dpkg-shlibdeps.pl | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit b83c018366b00a804b34598234b7df1bcdeec832
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 21:52:42 2015 +0200

    t: Filter out any environment variable starting with DEB_ in mk.t
    
    These might affect the test results, and make them fail.

 debian/changelog | 2 ++
 scripts/t/mk.t   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit be89151850c2cd592bd676810ebf2a3ea4122d3d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 16 13:34:40 2015 +0200

    t: Separate perl-critic tests with blank lines to make them more readable

 t/critic/perlcriticrc | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

commit 2fe0977d0895a91b7a8f5a669dc9dde5277dc936
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 19:45:58 2015 +0200

    t: Disable perl-critic RegularExpressions::ProhibitEnumeratedClasses
    
    We work primarily with ASCII, so we want to specify the exact characters
    to match.

 t/critic/perlcriticrc | 3 +++
 1 file changed, 3 insertions(+)

commit 7af0e3ba84361d4df748e43b372e2abe2f3d9c11
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 16 22:31:22 2015 +0200

    Correct incorrect translation as spotted by Sven Joachim <svenjoac@gmx.de>

 scripts/po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 40d2c52132ff600a3bc74fb197b484670164ce55
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 16 20:50:23 2015 +0200

    Update German translation of manual pages
    
    Update to 2415t.

 debian/changelog |   3 ++
 man/po/de.po     | 120 +++++++++++++++++++++++++++----------------------------
 2 files changed, 63 insertions(+), 60 deletions(-)

commit 0f5492abafa79b49f8f18a8873c359ce09162d00
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 16 19:48:54 2015 +0200

    Update German scripts translation
    
    Update to 553t.

 scripts/po/de.po | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

commit bc07306f4e975bcca1b4197a35341e928fef1c89
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 21:27:20 2015 +0200

    s-s-d: Fix short-lived memory leak when parsing --chuid
    
    Introduced in commit 3db7a6eb4fd16b4cea475009bd80be3a41ada014.
    
    Warned-by: coverity

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit de6b7323ff3929d70a849de28bb4606ab32360a5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 21:22:30 2015 +0200

    u-a: Fix memory leak in alternative_config_all()
    
    Warned-by: coverity

 utils/update-alternatives.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 244f260024836a0a9a04b1f42f4858d1ee142af7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 02:42:49 2015 +0200

    man: Mark each individual required field as such
    
    Do not use segregated sections for required and optional fields, they
    are more difficult to organize this way.

 debian/changelog  |  2 ++
 man/deb-control.5 | 12 +++++-------
 man/deb-origin.5  |  5 ++---
 3 files changed, 9 insertions(+), 10 deletions(-)

commit bb24616fe84b225214469d925c3db573166924dd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 15 02:38:40 2015 +0200

    man: Add missing dashes to package-list in deb-src-control(5)

 debian/changelog      | 1 +
 man/deb-src-control.5 | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 9043cdef192332f3a0fc710731d3bf7e73aaa3aa
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 16:37:07 2015 +0200

    debian: Use --with-devlibdir to only switch libdpkg-dev to a multiarch dir
    
    The perl plugins and dselect methods need to use the non-multiarch
    directory, or things break. We can use now the new option to only
    install the C libdpkg files in a multiarch enabled path.
    
    The fix from commit 3ce3a7adeb8c815734a35b95aee96bacd1aafde4 was not
    correct, as libdpkg.pc was not moved to the multiarch directory and
    was making the build fail, because it needs to have a libdir matching
    the directory where the library was installed.

 debian/changelog | 5 ++---
 debian/rules     | 7 +------
 2 files changed, 3 insertions(+), 9 deletions(-)

commit eae0b17537596dc5589598c4724feb14c5d7e949
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 16:14:42 2015 +0200

    build: Add a new --with-devlibdir configure option
    
    This will make it possible to use a different directory for the C libdpkg
    files to the dselect methods and perl plugins directory.

 configure.ac           | 2 ++
 debian/changelog       | 2 ++
 lib/dpkg/Makefile.am   | 4 ++--
 lib/dpkg/libdpkg.pc.in | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

commit 23020a4da876727a0b1c412bf287cf80ba1cfc66
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 04:45:15 2015 +0200

    perl: Split overlong regexes into multiline extended regexes
    
    This should make the regular expressions easier to read and understand,
    and allows to add comments describing specific parts.
    
    Addresses RegularExpressions::RequireExtendedFormatting.
    
    Warned-by: perlcritic

 debian/changelog                       |  1 +
 dselect/methods/Dselect/Ftp.pm         | 11 ++++--
 scripts/Dpkg/Changelog/Debian.pm       | 66 +++++++++++++++++++++++++++++-----
 scripts/Dpkg/Changelog/Entry/Debian.pm | 35 +++++++++++++++---
 scripts/Dpkg/Shlibs/Objdump.pm         | 15 ++++++--
 scripts/dpkg-shlibdeps.pl              | 14 +++++++-
 src/t/dpkg_divert.t                    | 12 +++++--
 t/critic.t                             |  1 +
 t/critic/perlcriticrc                  |  7 ++--
 9 files changed, 141 insertions(+), 21 deletions(-)

commit bc7701399f90ec24fc54ca7d893d2088a188b4d8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 14 03:48:48 2015 +0200

    t: Fix coding style

 src/t/dpkg_divert.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e65aa3db04eb908c9507d5d356a95cedb890814d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 6 21:25:00 2015 +0200

    dpkg-deb: Fix off-by-one write access on versionbuf variable
    
    Closes: #798324
    Warned-by: afl
    Reported-by: Jacek Wielemborek <d33tah@gmail.com>
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog   | 2 ++
 dpkg-deb/extract.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 64acb4e4b98d7abe7436d83f0d64f0a3238fe5f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 1 19:04:57 2015 +0200

    dpkg: Fix --verify with --root
    
    The code was not taking into account the root prefix when verifying
    pathnames, which resulted in all files failing to verify.

 debian/changelog | 1 +
 src/verify.c     | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 21f5898d846a1cd69bdc6849e2097168cde02fdf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 15:52:28 2015 +0200

    Dpkg::Changelog::Entry::Debian: Catch bogus month names
    
    Check if the month is a valid abbreviated month name, with proper
    capitalization, and check explicitly for unabbreviated month names,
    otherwise the error message might be too confusing.

 debian/changelog                       |  2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 21 +++++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

commit f2471e8f413d86b2f483c1fc73daac7967ab0b68
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 18 15:52:28 2015 +0200

    Dpkg::Changelog::Entry::Debian: Do not abort on Time::Piece parse errors
    
    The Date::Parse str2time() function returns undef on parse errors, but
    Time::Piece strptime() aborts, so to preserve the previous behavior we
    need to trap any such errors, and handle them ourselves, as the caller
    might want to warn instead.
    
    Closes: #795936

 debian/changelog                       | 3 +++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 98b4330b2cde21512a87a751553b48e2b83e5b55
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 31 05:07:18 2015 +0200

    Dpkg::Source::Package::V2: Do not warn when removing an empty subdirectory
    
    When extracting a source package, do not warn if the pathname to remove
    is an empty directory, just silently remove it, as it might be part of
    a git repository, as a submodule for example.
    
    Closes: #796671

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

commit 90153db09cea93c94f7b1520e81814361cc5fcde
Author: Steven Chamberlain <steven@pyro.eu.org>
Date:   Mon Aug 31 04:40:53 2015 +0200

    Add new kfreebsd-armhf support
    
    Closes: #796283
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 ostable          | 1 +
 triplettable     | 1 +
 3 files changed, 4 insertions(+)

commit 51f3204e3d8b66af121da86c3b885d95ee509164
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 8 02:49:15 2015 +0200

    u-a: Remove subcall and surrounding code
    
    This function and macros are unused, now that all commands have been
    reimplemented fully as built-ins.

 utils/update-alternatives.c | 51 ---------------------------------------------
 1 file changed, 51 deletions(-)

commit 9e93806ab9d6f719ad24fc2567f5810ba69315d2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 8 02:40:27 2015 +0200

    u-a: Reimplement --set-selections as a built-in command
    
    Do not execute itself with --set or --auto for each alternative to
    set a selection for, just handle them in-process.

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 22 ++++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit c9c7a4e39babc7467c42d1c9808c83c05ed2e9bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 8 01:57:37 2015 +0200

    u-a: Reimplement --all as a fully built-in command
    
    Do not execute itself with --config for each alternative to configure,
    just handle them all in-process.

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 39 +++++++++++++++++++++++++--------------
 2 files changed, 27 insertions(+), 14 deletions(-)

commit 0fd9fb9b031efc0241e0beca6ae66de1820cbc5b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 12 17:30:03 2015 +0200

    u-a: Move selection functions after alternative_update()
    
    We will need to use functions defined further down the file, so let's
    move these ones after alternative_update().

 utils/update-alternatives.c | 246 ++++++++++++++++++++++----------------------
 1 file changed, 123 insertions(+), 123 deletions(-)

commit 3b839f916b5b7a209eab9acef50281ebd50b42fd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 7 19:13:01 2015 +0200

    u-a: Refactor config, remove, set_manual and set_auto actions
    
    This simplifies the main() function, and will allow reusing some of
    these new functions to avoid having to call itself.

 utils/update-alternatives.c | 136 +++++++++++++++++++++++++++++---------------
 1 file changed, 89 insertions(+), 47 deletions(-)

commit 73b937b90836e15a56e75bd86814e32b825ef9eb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 7 19:11:23 2015 +0200

    u-a: Rename alternative_remove to alternative_remove_files
    
    We will use this name for the actual alternative remove action.

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e8fb0382021ccb2baf704a19653477250952a844
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 18 20:56:11 2014 +0100

    u-a: Move current best alternative from the trail to the head
    
    No callers have been found in Debian parsing the best version of an
    alternative.

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 11 +++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 55661248cc3028446b9e73eb17e41fa12aad2b54
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 18 20:55:24 2014 +0100

    u-a: Print master and slave links on --display

 debian/changelog            | 1 +
 man/update-alternatives.1   | 1 +
 utils/update-alternatives.c | 3 +++
 3 files changed, 5 insertions(+)

commit 93748e328ff3912d3503b323881a2df556d80fad
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 7 03:35:57 2015 +0200

    libdpkg: Do not fallback to strlen() when using strcspn()
    
    The strcspn() function always returns the requested length, there is no
    need to fallback to strlen().

 lib/dpkg/pkg-format.c | 4 ----
 lib/dpkg/pkg-show.c   | 9 ++-------
 2 files changed, 2 insertions(+), 11 deletions(-)

commit 7d493c3ce4c816ba2142f29066f26f6bc4b63b54
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 22:04:43 2014 +0200

    libdpkg, dpkg-divert: Mark unimportant unlink() return code as unwanted
    
    Make it explicit that we do not care about the return code of these
    unlink() calls.
    
    Warned-by: coverity

 lib/dpkg/cleanup.c  | 2 +-
 lib/dpkg/dbmodify.c | 2 +-
 src/divertcmd.c     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 3db7a6eb4fd16b4cea475009bd80be3a41ada014
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 1 16:34:24 2014 +0200

    s-s-d: Fix short-lived memory leaks
    
    As a side effect now a missing group after ‘:’ on --chuid is a fatal
    error.
    
    Warned-by: coverity

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 43 ++++++++++++++++++++++++++++++-------------
 2 files changed, 32 insertions(+), 13 deletions(-)

commit 3ce3a7adeb8c815734a35b95aee96bacd1aafde4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 9 05:38:12 2015 +0200

    debian: Do not change libdir for the entire dpkg
    
    This changes too many directories that are expected to be non-multiarch
    aware. Instead perform the moving to the correct multiarch directories
    in debian/rules.
    
    Closes: #794977

 debian/changelog            | 3 +++
 debian/dselect.install      | 2 +-
 debian/libdpkg-perl.install | 2 +-
 debian/rules                | 7 ++++++-
 4 files changed, 11 insertions(+), 3 deletions(-)

commit 56a777da0bc20dd1c49564e2a97fc7fdfe93aa51
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 9 05:25:28 2015 +0200

    debian: Use an intermediate variable to hold debian/tmp

 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 6b421f74021f21fb2dae97f3caacdf9e3c805b29
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 9 05:49:06 2015 +0200

    debian: Remove unneeded --sourcedir options from dh_install calls
    
    With debhelper compatibility 7 and above, debian/tmp is used by default.

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

commit 87dfde5acfeb60f2b647902663c300068f85942d
Author: Sébastien Poher <sbphr@volted.net>
Date:   Fri Sep 11 17:03:12 2015 +0200

    po: Update French translations
    
    Closes: #798369, #798370, #798371
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   5 +
 dselect/po/fr.po |  96 ++++-------
 po/fr.po         | 247 +++++++++------------------
 scripts/po/fr.po | 495 ++++++++++++-------------------------------------------
 4 files changed, 210 insertions(+), 633 deletions(-)

commit 2239f86b2249dedc457350af959367eb0258ada4
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Aug 9 11:10:20 2015 +0200

    German dpkg translation update
    
        Update to 1093t.

 debian/changelog |  1 +
 po/de.po         | 77 +++++++++++++-------------------------------------------
 2 files changed, 19 insertions(+), 59 deletions(-)

commit c8f18f5e6e51dd6985d7e519b2e0fb2e1504d6a4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Aug 6 20:33:16 2015 +0200

    Update German scripts translation
    
    Update to 551t.

 debian/changelog |  3 +++
 scripts/po/de.po | 26 ++++++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

commit 629f06716634ce80997555b337c987e8e9191105
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 21:32:51 2015 +0200

    doc: Fix typos for --predep-package option name
    
    Closes: #794688
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 debian/changelog | 4 +++-
 man/dpkg.1       | 2 +-
 man/po/de.po     | 6 +++---
 src/main.c       | 2 +-
 4 files changed, 8 insertions(+), 6 deletions(-)

commit bec92eed801f0f3c36ea40d4a80ab84078889eb7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 6 02:05:37 2015 +0200

    scripts/t: Get the reference build flags from dpkg-buildflags.pl
    
    The build flags might change depending on the architecture, so instead of
    hardcoding them, retrieve them from the source's tree dpkg-buildflags.pl.
    
    Closes: #794694

 debian/changelog           |  4 ++++
 scripts/t/mk.t             |  4 ++++
 scripts/t/mk/buildflags.mk | 18 +++++++++---------
 3 files changed, 17 insertions(+), 9 deletions(-)

commit 84790a78dab74e4813cbdfdcaae1ca3ce13ee99e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 6 01:58:41 2015 +0200

    scripts/t: Generalize get_arch_vars() into cmd_get_vars()

 scripts/t/mk.t | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

commit afef8fbf76e4d87ea8ab824370507f5017a4818e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 21:27:41 2015 +0200

    Dpkg::Changelog::Entry::Debian: Only warn on invalid week days
    
    Regression introduced in commit 7a71b4b78e8a81158c45073dee05b0d1cc46b71c.
    
    The previous implementation using Date::Parse ignored invalid week
    days, and the new one using Time::Piece is strict, so we get fatal
    errors. Validate the week day ourselves, emit a warning in case of
    an invalid value, and ignore it when passing the value to strptime
    from Time::Piece.
    
    Reported-by: Jakub Wilk <jwilk@debian.org>

 debian/changelog                       |  6 ++++++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 15 ++++++++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)

commit bacb47ef2cee950c9c167b9cb6a95ecd0a051634
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 6 03:20:54 2015 +0200

    debian: Add changelog entry for previous commit

 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 331b057e7bce80895be20062fd7673d5df2e32b0
Author: Jordi Mallach <jordi@debian.org>
Date:   Wed Aug 5 12:37:46 2015 +0200

    Update Catalan translation.

 po/ca.po | 471 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 196 insertions(+), 275 deletions(-)

commit 2563cb0d19ce9f6105691183b1ef16551dba9ccc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 5 03:11:05 2015 +0200

    Bump version to 1.18.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 5459d330c73cdcfd1327bc93c0ebddc2da4a3a3a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 3 15:41:05 2015 +0200

    Release 1.18.2

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ddc5c0c9579d60c13474361933d12b248d2c6dff
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 4 21:02:16 2015 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            |  60 ++++----
 man/po/dpkg-man.pot     | 255 ++++++++++++++++++++++++++++-----
 man/po/es.po            | 344 +++++++++++++++++++++++++++++++++++++--------
 man/po/fr.po            | 367 ++++++++++++++++++++++++++++++++++++++++--------
 man/po/hu.po            | 308 ++++++++++++++++++++++++++++++++--------
 man/po/it.po            | 363 +++++++++++++++++++++++++++++++++++++++--------
 man/po/ja.po            | 343 ++++++++++++++++++++++++++++++++++++--------
 man/po/pl.po            | 344 +++++++++++++++++++++++++++++++++++++--------
 man/po/pt_BR.po         | 308 ++++++++++++++++++++++++++++++++--------
 man/po/ru.po            | 310 ++++++++++++++++++++++++++++++++--------
 man/po/sv.po            | 365 +++++++++++++++++++++++++++++++++++++++--------
 man/po/zh_CN.po         | 303 +++++++++++++++++++++++++++++++--------
 po/ast.po               |  41 +++---
 po/bs.po                |  21 +--
 po/ca.po                |  79 ++++++++---
 po/cs.po                |  79 ++++++++---
 po/da.po                |  79 ++++++++---
 po/de.po                |  81 ++++++++---
 po/dpkg.pot             |  23 +--
 po/dz.po                |  41 +++---
 po/el.po                |  41 +++---
 po/eo.po                |  79 ++++++++---
 po/es.po                |  79 ++++++++---
 po/et.po                |  43 +++---
 po/eu.po                |  79 ++++++++---
 po/fr.po                |  77 +++++++---
 po/gl.po                |  41 +++---
 po/hu.po                |  41 +++---
 po/id.po                |  43 +++---
 po/it.po                |  79 ++++++++---
 po/ja.po                |  79 ++++++++---
 po/km.po                |  43 +++---
 po/ko.po                |  41 +++---
 po/ku.po                |  21 +--
 po/lt.po                |  41 +++---
 po/mr.po                |  41 +++---
 po/nb.po                |  41 +++---
 po/ne.po                |  39 ++---
 po/nl.po                |  79 ++++++++---
 po/nn.po                | 271 ++++++++++++-----------------------
 po/pa.po                |  41 +++---
 po/pl.po                |  81 ++++++++---
 po/pt.po                |  79 ++++++++---
 po/pt_BR.po             |  41 +++---
 po/ro.po                |  41 +++---
 po/ru.po                |  79 ++++++++---
 po/sk.po                |  45 +++---
 po/sv.po                |  79 ++++++++---
 po/th.po                |  79 ++++++++---
 po/tl.po                | 313 +++++++++++++++--------------------------
 po/tr.po                |  79 ++++++++---
 po/vi.po                |  97 +++++++++----
 po/zh_CN.po             |  79 ++++++++---
 po/zh_TW.po             |  47 ++++---
 scripts/po/ca.po        |  46 ++++--
 scripts/po/de.po        |  23 +--
 scripts/po/dpkg-dev.pot |  32 +++--
 scripts/po/es.po        |  46 ++++--
 scripts/po/fr.po        |  46 ++++--
 scripts/po/pl.po        |  46 ++++--
 scripts/po/ru.po        |  46 ++++--
 scripts/po/sv.po        |  46 ++++--
 93 files changed, 5135 insertions(+), 1852 deletions(-)

commit 3b19e2209a125698dad25f6e16a2f0d0c976a990
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 4 21:52:23 2015 +0200

    man: Fix formatting and grammar errors
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/dpkg-buildpackage.1 |  4 ++--
 man/dpkg.1              |  4 ++--
 man/po/de.po            | 14 +++++++-------
 3 files changed, 11 insertions(+), 11 deletions(-)

commit c40e5458b70df36767f11828bb51cbba8ae4ebc8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 4 19:45:27 2015 +0200

    scripts/t: Delete DEB_VENDOR from the environment to get reliable results

 debian/changelog        | 1 +
 scripts/t/Dpkg_Vendor.t | 3 +++
 2 files changed, 4 insertions(+)

commit f9d80776cbb11fe6f07366ce0836df1d5f911456
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 4 19:20:27 2015 +0200

    scripts/t: Add test cases for the makefile snippets

 debian/changelog              |  1 +
 scripts/Makefile.am           |  9 ++++-
 scripts/t/mk.t                | 76 +++++++++++++++++++++++++++++++++++++++++++
 scripts/t/mk/architecture.mk  | 30 +++++++++++++++++
 scripts/t/mk/buildflags.mk    | 14 ++++++++
 scripts/t/mk/debian/changelog |  5 +++
 scripts/t/mk/pkg-info.mk      |  9 +++++
 scripts/t/mk/vendor.mk        |  5 +++
 8 files changed, 148 insertions(+), 1 deletion(-)

commit 8bc91e0955c99f48fbc177ba77d84a8d851cfa8c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 2 02:02:02 2015 +0200

    Dpkg::Shlibs::Objdump: Support spaces in symbol names
    
    The ELF spec does not disallow symbols with embedded spaces, so we
    should really be supporting those. This is required by Go shared
    libraries.
    
    Closes: #785344
    Based-on-patch-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                         |   3 +
 scripts/Dpkg/Shlibs/Objdump.pm           |  12 +--
 scripts/Makefile.am                      |  23 +++++-
 scripts/t/Dpkg_Shlibs.t                  |  38 +++++++++-
 scripts/t/Dpkg_Shlibs/.gitignore         |   1 +
 scripts/t/Dpkg_Shlibs/objdump.spacesyms  | 124 +++++++++++++++++++++++++++++++
 scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl |  37 +++++++++
 scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl |  25 +++++++
 scripts/t/Dpkg_Shlibs/spacesyms.map      |   7 ++
 9 files changed, 262 insertions(+), 8 deletions(-)

commit 411de2793a8ab522fb68c4ecd13d310332ed8af9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 1 23:05:17 2015 +0200

    Dpkg::Deps: Make the dependency comparison deep
    
    We have to check the whole dependency tree, and not only compare the
    first alternative from a Dpkg::Deps::Multiple. This allows sorting
    them in a reproducible way.
    
    Closes: #792491
    Based-on-patch-by: Chris Lamb <lamby@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog      |  3 +++
 scripts/Dpkg/Deps.pm  | 43 ++++++++++++++++++++++++-------------------
 scripts/t/Dpkg_Deps.t |  4 ++--
 3 files changed, 29 insertions(+), 21 deletions(-)

commit 0ccd2f60fc794296e925ce5da242bc7aebefd0f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 1 23:00:30 2015 +0200

    scripts: Use none instead of ah-hoc checks
    
    This simplifies the code, and fixes a false positive on perl critic
    (ControlStructures::ProhibitUntilBlocks), due to the word "until"
    appearing in the block.

 scripts/Dpkg/Changelog/Parse.pm |  7 ++-----
 scripts/changelog/debian.pl     | 11 +++++------
 2 files changed, 7 insertions(+), 11 deletions(-)

commit 2b5045c492fd4f1f0f6f3114e7b444014fe446c4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 31 17:40:10 2015 +0200

    dpkg-source: Add an optional essential=yes key/value to Package-List
    
    This makes this information available in the Sources package files, so
    that when bootstrapping a new architecture all Essential:yes packages
    are known in advance.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog       | 3 +++
 scripts/dpkg-source.pl | 4 ++++
 2 files changed, 7 insertions(+)

commit 14dff6e0c34443bcc0be402627549d891df4813b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 1 11:05:03 2015 +0200

    libdpkg: Set used signals in test suite to their default action
    
    This fixes build failures when SIGINT, SIGTERM or SIGPIPE are set to
    ignore the signals.

 debian/changelog       | 3 +++
 lib/dpkg/t/t-subproc.c | 7 +++++++
 2 files changed, 10 insertions(+)

commit c59cbc409f4d4c3f3ffd899be9c97b5ad87d1412
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 30 18:18:21 2015 +0200

    Update German translation of manual pages
    
    Update to 2418t.

 man/po/de.po | 114 ++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 85 insertions(+), 29 deletions(-)

commit 4cd20132a184035e267dfc275ca2cfbc3174b87d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 30 17:56:57 2015 +0200

    Update German scripts translation
    
    Update to 550t.

 scripts/po/de.po | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit dc505ca07a9037079299aca4aeabe513d514a32e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 30 05:38:28 2015 +0200

    scripts/mk: Add an extra level of escaping for double evals
    
    Regression introduced in commit 486241a9d3521ed093be9a02b00f4d404dc39b35.
    
    Otherwise the values are not computed lazily, many of which are quite
    expensive. Rename dpkg_late_eval to dpkg_lazy_eval so that the other
    makefiles can be intermixed with the ones needing the extra level of
    escaping.
    
    Closes: #793330

 debian/changelog           | 3 +++
 scripts/mk/architecture.mk | 4 ++--
 scripts/mk/buildflags.mk   | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

commit 3ba3e1619ce07aaddbe38782cab4554f5148d14d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 21 07:39:41 2015 +0200

    debian: Mark libio-string-perl as <!nocheck>
    
    This allows building the package without running the test suite, and
    not requiring build dependencies specific to the test suite. Which
    makes it easier to bootstrap an architecture.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

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

commit 795c00ee8a2b322c6729a5cbfee8af326d6e3a7c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 03:13:56 2015 +0200

    debian: Make the libdpkg-dev package Multi-Arch:same

 debian/changelog            | 2 ++
 debian/control              | 1 +
 debian/dselect.install      | 2 +-
 debian/libdpkg-dev.install  | 4 ++--
 debian/libdpkg-perl.install | 2 +-
 debian/rules                | 2 ++
 6 files changed, 9 insertions(+), 4 deletions(-)

commit 6703756a6c7610549a1f05d0e87cddac3fc563d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 27 03:09:26 2015 +0200

    debian: Group all dpkg-architecture variables together

 debian/rules | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 02e2060504f1c8dbbe5dec8211beaf945350c789
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 13 16:33:58 2015 +0200

    Dpkg::Source::Archive: Future-proof tar invocations
    
    The function options should come before any other option. And at least
    the --owner and --group options might become positional in the same way
    --no-recursion did with tar > 1.28, according to upstream. Suffle
    options around to make sure this does not cause any problems in the
    future.

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

commit fcfe4f3aa2f3cb7f8179d4f2fe6dd65e75f7bbdf
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date:   Mon Jul 13 16:29:09 2015 +0200

    dpkg-deb: Move tar option --no-recursion before -T
    
    With tar > 1.28 the --no-recursion option is now positional, and needs
    to be passed before the -T option, otherwise the tarball will end up
    with duplicated entries.
    
    Stable-Candidate: 1.16.x 1.17.x
    Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 4 ++++
 dpkg-deb/build.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit ca4f306f0dd8a3019360a3677e3306b629573956
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 22 00:18:46 2015 +0200

    libdpkg: Replace FSF address by pointing to the gnu.org URL
    
    Use the <http://www.gnu.org/licenses/> URL, instead of the outdated FSF
    address, which is way more stable, as the latter has changed several
    times in the past.

 lib/dpkg/t/t-tarextract.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 4970a0bfb40325d651b20f418a11ef82964a1d87
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 22 13:19:45 2015 +0200

    libdpkg: Document functions with Doxygen markup

 lib/dpkg/path-remove.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 8d09898b4fce5ad1409cf3bbdf502d1b8d7d774d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 16 01:33:43 2015 +0200

    libdpkg: Only use the SHELL environment variable for interactive shells
    
    SHELL is the user preferred shell, but it does not guarantee a POSIX
    shell. Use it only for interactive shells, and use «sh» otherwise.
    
    Closes: #788819
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog   |  2 ++
 lib/dpkg/command.c | 14 ++++++++------
 man/dpkg.1         |  5 +++--
 3 files changed, 13 insertions(+), 8 deletions(-)

commit 777915108d9d36d022dc4fc4151a615fc95e5032
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 16 01:31:10 2015 +0200

    libdpkg: Use CRC64 for xz integrity checks
    
    This is the default CRC used by the xz command-line tool, align with
    it and switch from CRC32 to CRC64. It should provide slightly better
    detection against damaged data, at a negligible speed difference.

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

commit bba1ceccf591850c47dfc5ec9883c6af9dab34f7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 7 10:41:15 2015 +0200

    libcompat: Use string_to_security_class() instead of literal SECCLASS values
    
    The <selinux/flask.h> header is deprecated, and warns to use
    string_to_security_class() instead of macro values.

 debian/changelog     | 3 +++
 lib/compat/selinux.c | 8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 02eabc99813dcee64ee5016f1e878c408b639328
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 29 19:19:18 2015 +0200

    libcompat: Try to use NSIG when sys_siglist is defined
    
    We cannot compute the size of the array with sizeof when the only thing
    we have is an extern declaration. Try to use NSIG, and fallback to 32
    items in case it is not defined.
    
    Prompted-by: Igor Pashev <pashev.igor@gmail.com>

 debian/changelog       | 3 +++
 lib/compat/strsignal.c | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 98b3341f5f46866208862ff40e4336ff1a7e1cd3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 5 23:59:24 2015 +0200

    dpkg-checkbuilddeps: Add support for ignoring built-in build dependencies
    
    There is currently no way to require that «Build-Essential: yes»
    packages be installed, so on Debian-based systems we have to rely on
    the build-essential metapackage, which is slightly wrong.
    
    In addition users that know what they are doing, might want to disable
    only the implicit build dependencies and conflicts, but not the entire
    dependency checks, and there was no way to do that.
    
    Add new «dpkg-buildpackage --ignore-builtin-builddeps» and
    «dpkg-checkbuilddeps -I» options.
    
    Closes: #480638, #571671

 debian/changelog               | 3 +++
 man/dpkg-buildpackage.1        | 7 ++++++-
 man/dpkg-checkbuilddeps.1      | 9 +++++++--
 scripts/dpkg-buildpackage.pl   | 4 ++++
 scripts/dpkg-checkbuilddeps.pl | 9 +++++++--
 5 files changed, 27 insertions(+), 5 deletions(-)

commit 2d6bf271b4aff616a8dd591975b0c219e02d0ef5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 2 05:01:35 2015 +0200

    dpkg-checkbuilddeps: Move build-essential:native to a new vendor hook
    
    This package is distribution specific, and it does not belong in the
    generic build dependency checker.

 debian/changelog               |  2 ++
 scripts/Dpkg/Vendor/Debian.pm  |  4 ++++
 scripts/Dpkg/Vendor/Default.pm | 16 ++++++++++++++++
 scripts/dpkg-checkbuilddeps.pl |  9 +++++++--
 4 files changed, 29 insertions(+), 2 deletions(-)

commit 1063e2e684a5e2fcc71608217c9171c9f2bdee0c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 21:14:19 2015 +0200

    dpkg-gencontrol: Add the correct filename to debian/files
    
    When overriding the Package field, we have to take that into account
    while generating the filename to add to debian/files, as the field
    overrides happen after all field values have been computed.
    
    Reported-by: Niels Thykier <niels@thykier.net>

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

commit 89d9dd6870349fd3e103ae26ea072b80f2f46c84
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 05:20:00 2015 +0200

    dpkg-gencontrol: Use $oppackage only to get a control file's package name
    
    The authoritative package name later on should come from the actual
    fields.

 scripts/dpkg-gencontrol.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit ec206658f9196eed04789d551d43651383e3fbc4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 29 04:05:05 2015 +0200

    dpkg-buildpackage: Add new -J option
    
    This option behaves in the same way as -j, except that it does not set
    the MAKEFLAGS environment variable, and as such it is safer to use with
    any package including those that are not parallel-build safe.

 debian/changelog             |  1 +
 man/dpkg-buildpackage.1      |  6 ++++++
 scripts/dpkg-buildpackage.pl | 16 ++++++++++++----
 3 files changed, 19 insertions(+), 4 deletions(-)

commit 6d6c0d9cb77e57a8e9cf5d09979006980ac53f57
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 30 06:37:22 2015 +0200

    Dpkg::Changelog::Parse: Set a default filename in changelog_parse()
    
    Regression introduced in commit 43556e0a9f216d59b4bc1a0f4e6e10e9afea3f7d,
    during a botched rebase.

 scripts/Dpkg/Changelog/Parse.pm | 1 +
 1 file changed, 1 insertion(+)

commit 186b975683340d848b00d92c9352a3158a418eef
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 30 06:18:09 2015 +0200

    build: Add t/Dpkg_Changelog/date-format to test_data
    
    Missed in commit 7a71b4b78e8a81158c45073dee05b0d1cc46b71c.

 scripts/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 9ce2e10f76760a817a0be70df25b0829127fe9e9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jul 29 20:44:26 2015 +0200

    Update German scripts translation
    
    Update to 550t.

 debian/changelog |  3 +++
 scripts/po/de.po | 13 +++++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

commit 354bdeeee01d3faf8c19e13f7fcbd6ee5cc7b83a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 19 16:32:08 2015 +0200

    Dpkg::Dist::Files: Allow colons (:) in added filenames
    
    Regression introduced in commit ab15fd24dd1a8207ab1463410338f24283989f7c.
    
    Packages can contain colons in their filenames if the upstream version
    contains colons.
    
    Reported-by: Jakub Wilk <jwilk@debian.org>

 debian/changelog            |  3 +++
 scripts/Dpkg/Dist/Files.pm  |  4 ++--
 scripts/t/Dpkg_Dist_Files.t | 42 ++++++++++++++++++++++++++----------------
 3 files changed, 31 insertions(+), 18 deletions(-)

commit 227b930b29ebe942992eb5c5f9563ac81be7ab47
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 2 04:14:11 2015 +0200

    Dpkg::Vendor::Debian: Disable thread sanitizer when address is enabled
    
    These are mutually incompatible, prefer the address sanitizer when both
    are enabled at the same time.

 debian/changelog              | 3 +++
 scripts/Dpkg/Vendor/Debian.pm | 5 +++++
 2 files changed, 8 insertions(+)

commit a779ef95e8eef38b2cfc300d422aa54e900b4d64
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 9 01:54:18 2015 +0200

    Dpkg::Source::Package::V2: Do not exclude pre-existing symlinks for debian/
    
    This effectively reverts commit 867c88dadccff6e285c48dadccb61f9001b50d9b.
    
    There is no point in excluding pre-existing symlinks when unpacking the
    packaging tarball, as GNU tar will make sure to unlink any symlink
    before extracting an object replacing it. So there should be no danger
    of escaping the directory.
    
    Closes: #790073, #791535

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

commit 3f7960bca703219e89016af0d583288ffc928446
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 18:57:51 2015 +0200

    Dpkg::Source::Package::V2: Make the BinaryFiles package self-contained
    
    Explicitly import File::Spec, to avoid relying on the other imports in
    the same file.

 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V2.pm | 1 +
 2 files changed, 3 insertions(+)

commit 81b7b5c3435a571b82938d1179c77803ac88be76
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 25 19:00:20 2015 +0200

    Dpkg::Source::Package::V2: Import make_path from File::Path
    
    Regression introduced in commit 5e59d94a17051b1185c591a1fc3eed00e3b01070.
    
    Closes: #789957

 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 8c038a0891e758b3cbd399023ed7307ea7b6f6d7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 21 02:36:15 2015 +0200

    Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUS
    
    This field is part of the status field.

 debian/changelog                   | 1 +
 scripts/Dpkg/Control/FieldsCore.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 95d9b43f8ad87bcfc180bd3cd9631c1f7ea83569
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 22 13:15:03 2015 +0200

    Dpkg::Control::HashCore: Remove trailing space before handling dot-separators
    
    Regression introduced in commit aea291e3db1ac0414dcf005a0a607e78bdd77a5e.
    
    Any spaces after the blank line dot-separator should be stripped before
    handling the dot-separator, otherwise we get duplicated dots in field
    contents.
    
    Closes: #789580
    Stable-Candidate: 1.16.x 1.17.x

 debian/changelog                 | 3 +++
 scripts/Dpkg/Control/HashCore.pm | 2 +-
 scripts/t/Dpkg_Control.t         | 2 ++
 scripts/t/Dpkg_Control/control-1 | 1 +
 4 files changed, 7 insertions(+), 1 deletion(-)

commit 43556e0a9f216d59b4bc1a0f4e6e10e9afea3f7d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 08:00:05 2015 +0200

    Dpkg::Changelog::Parse: Use a builtin parser when the input format is "debian"
    
    When the input format is "debian" (either forced or detected), just use
    a builtin implementation instead of forking the external plugin, parsing
    the changelog, outputting the result, and parsing that again.
    
    The external plugin can be used by forcing it through a new option to
    changelog_parse().

 debian/changelog                |  3 ++
 scripts/Dpkg/Changelog/Parse.pm | 78 +++++++++++++++++++++++++++++++++++++++--
 2 files changed, 79 insertions(+), 2 deletions(-)

commit 0ac9c7b49920a795dee9ded28c1f54218926ce96
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 28 19:48:14 2015 +0200

    Dpkg::Changelog::Parse: Remove intermediate variable $changelogfile

 scripts/Dpkg/Changelog/Parse.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit c2c755d0924ef9aea32cd81ab7871fb511b2c2a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 25 06:26:25 2015 +0200

    Dpkg::Changelog::Parse: Factor out _changelog_detect_format

 scripts/Dpkg/Changelog/Parse.pm | 39 ++++++++++++++++++++++++---------------
 1 file changed, 24 insertions(+), 15 deletions(-)

commit 06f6460c855992021c727faffc29e1c81ca5cd80
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 29 00:56:49 2015 +0200

    Dpkg::Changelog::Parse: Move options setup to changelog_parse_plugin start

 scripts/Dpkg/Changelog/Parse.pm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 8c368c0005e7e26105f440be2b623d23b6bd7fcb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 08:00:05 2015 +0200

    Dpkg::Changelog::Parse: Refactor changelog_parse into changelog_parse_plugin

 debian/changelog                |  1 +
 scripts/Dpkg/Changelog/Parse.pm | 34 +++++++++++++++++++++++++++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)

commit 99a71f73902004f96dcc672b0ee4321e1e074ecd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 08:00:05 2015 +0200

    Dpkg::Changelog::Parse: Fix changelog_parse documentation
    
    Fix typos, grammar and style issues.

 debian/changelog                |  1 +
 scripts/Dpkg/Changelog/Parse.pm | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit 8f222426e6e9254150f09b579766a839c02910de
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 11 01:08:43 2015 +0200

    Dpkg::Changelog::Entry::Debian: Simplify distribution splitting
    
    Use «split(' ', $string)», instead of removing the heading whitespace
    and then using «split(/\s+/, $string)». This should be faster too.

 debian/changelog                       | 1 +
 scripts/Dpkg/Changelog/Entry/Debian.pm | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 7a71b4b78e8a81158c45073dee05b0d1cc46b71c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 2 22:41:30 2015 +0200

    Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::Parse
    
    The new module is in the perl core distribution, which reduces the build
    and run-time dependencies, helping with architecture bootstrapping.
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

 README                                 |  1 -
 debian/changelog                       |  3 +++
 debian/control                         |  4 ++--
 scripts/Dpkg/Changelog/Entry/Debian.pm | 10 ++++++++--
 scripts/t/Dpkg_Changelog.t             | 12 ++++++++++--
 scripts/t/Dpkg_Changelog/date-format   | 17 +++++++++++++++++
 6 files changed, 40 insertions(+), 7 deletions(-)

commit 9849eff1e45bcd0c341a6ffb8675874a478fad9b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 1 05:10:08 2015 +0200

    Dpkg::Changelog::Entry::Debian: Remove non-functional timezone name support
    
    The Debian changelog trailer regex intended to support a timezone name
    inside parenthesis, like this:
    
     -- Name <mail@example.org>  Sat, 30 May 2015 03:18:43 +0200 (CEST)
    
    is bogus, and it only accepts one character. As in:
    
     -- Name <mail@example.org>  Sat, 30 May 2015 03:18:43 +0200 (C)
    
    which while also "valid", as per RFC822, they are pretty much useless
    as per RFC5322. The implementation has kept that part unchanged since
    its inception in dpkg 1.3.0, 1996-08.
    
    So let's just drop it instead of fixing the regex, given that the
    timezone name has never been accepted, many time-parsing functions
    ignore it, it is redundant, declared obsolete by RFC5322 and Debian
    policy dropped an explicit reference to it due to bug #569174.

 debian/changelog                       | 3 +++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit c84b88a553be23c4b1cb35c1e8fdba3299703204
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jul 28 20:20:56 2015 +0200

    Update German translation of manual pages
    
    Update to 2413t.

 man/po/de.po | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 223 insertions(+), 39 deletions(-)

commit 9f4d51f8a2d390af885f6926d68107681943f013
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 24 06:15:01 2015 +0200

    Dpkg::Arch: Document and mark the module as public
    
    Expose only the functions that are stable and public, the reset should
    be considered private for now.

 debian/changelog     |   1 +
 debian/control       |   1 +
 scripts/Dpkg/Arch.pm | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 119 insertions(+), 1 deletion(-)

commit 03727d83bade2f8c5b1b3c084814694129e0917a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 10 16:55:26 2015 +0200

    Dpkg::Changelog: Fix POD syntax on verbatim paragraph

 debian/changelog          |  1 +
 scripts/Dpkg/Changelog.pm | 23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 11 deletions(-)

commit 43e7940b48d7ec0b9f56e87a38862ce3bc8e4238
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 25 06:08:53 2015 +0200

    Dpkg: Say FUNCTIONS instead of METHODS when appropriate

 debian/changelog     | 1 +
 scripts/Dpkg/IPC.pm  | 2 +-
 scripts/Dpkg/Path.pm | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 604b44f89f6d4a80a7afae1885eba2f9b1b30e1d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 2 22:39:10 2015 +0200

    Dpkg: Remove my keyword from POD function prototypes

 debian/changelog                       |  1 +
 scripts/Dpkg/BuildEnv.pm               |  4 ++--
 scripts/Dpkg/BuildFlags.pm             |  4 ++--
 scripts/Dpkg/BuildOptions.pm           |  2 +-
 scripts/Dpkg/BuildProfiles.pm          |  4 ++--
 scripts/Dpkg/Changelog.pm              |  6 +++---
 scripts/Dpkg/Changelog/Entry.pm        | 16 ++++++++--------
 scripts/Dpkg/Changelog/Entry/Debian.pm | 12 ++++++------
 scripts/Dpkg/Changelog/Parse.pm        |  2 +-
 scripts/Dpkg/Checksums.pm              |  2 +-
 scripts/Dpkg/Compression.pm            |  8 ++++----
 scripts/Dpkg/Compression/FileHandle.pm |  6 +++---
 scripts/Dpkg/Compression/Process.pm    |  6 +++---
 scripts/Dpkg/Conf.pm                   |  2 +-
 scripts/Dpkg/Control.pm                |  2 +-
 scripts/Dpkg/Control/FieldsCore.pm     |  2 +-
 scripts/Dpkg/Control/HashCore.pm       |  6 +++---
 scripts/Dpkg/Deps.pm                   | 10 +++++-----
 scripts/Dpkg/Gettext.pm                |  6 +++---
 scripts/Dpkg/IPC.pm                    |  2 +-
 scripts/Dpkg/Index.pm                  | 14 +++++++-------
 scripts/Dpkg/Path.pm                   | 10 +++++-----
 scripts/Dpkg/Source/Package.pm         |  4 ++--
 scripts/Dpkg/Substvars.pm              |  2 +-
 scripts/Dpkg/Version.pm                | 10 +++++-----
 25 files changed, 72 insertions(+), 71 deletions(-)

commit e2e40913fad1eb5d3155e1f93d75991ab933b73c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 28 05:57:29 2015 +0200

    doc: Fix multiple typos
    
    Warned-by: spellintian

 ChangeLog.old                     | 24 ++++++++++++------------
 TODO                              |  4 ++--
 debian/changelog                  | 18 +++++++++---------
 dselect/po/zh_TW.po               |  4 ++--
 scripts/Dpkg/Source/Package/V2.pm |  2 +-
 scripts/dpkg-shlibdeps.pl         |  2 +-
 6 files changed, 27 insertions(+), 27 deletions(-)

commit 6b16edc08b4cf7253e3349fcd98142d5aee629a8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 18:55:52 2015 +0200

    man: Document multiarch triplet in dpkg-architecture(1) TERMS section
    
    Also make it a bit more clear by changing the “GNU system type” example
    to use something else than i386, which is the only current difference
    between these terms.

 debian/changelog        |  1 +
 man/dpkg-architecture.1 | 12 ++++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 1a2bd5d89332f4e6fcde0451a679f5f3b537a198
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 18:55:52 2015 +0200

    man: Clarify that an architecture wildcard is a Debian thing

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

commit 609c9132d1ba404f9d5f956708714a3513b73a62
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 18:55:52 2015 +0200

    man: Document abitable in dpkg-architecture(1)

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

commit 41925f2a449e61ae81820fd0a81072eeb4601bc1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 03:43:59 2015 +0200

    Document --yet-to-unpack, --predep-packages and --assert-<feature> commands
    
    Both in «dpkg --help» and dpkg(1). Mark them as supported.
    
    Prompted-by: Johannes Schauer <j.schauer@email.de>

 debian/changelog |  2 ++
 man/dpkg.1       | 36 ++++++++++++++++++++++++++++++++++++
 src/main.c       | 15 ++++++++-------
 3 files changed, 46 insertions(+), 7 deletions(-)

commit 4c34663ee96ade8a3daad1e588691d6a0cfaeed5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 03:36:34 2015 +0200

    man: Add a missing colon to separate a --force option

 man/dpkg.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 08f4215663282ed07b249c412ccc613c4cfdf275
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 00:31:58 2015 +0200

    man: Clarify when some features where added
    
    The version information was in a confusing place, move closer to the
    added feature, and add missing version information.

 debian/changelog        | 1 +
 man/dpkg-buildflags.1   | 4 ++--
 man/dpkg-buildpackage.1 | 4 ++--
 man/dpkg.1              | 4 +++-
 4 files changed, 8 insertions(+), 5 deletions(-)

commit 70657337fcec98fa52ad256ee57520d3d81a9c4a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 26 00:15:39 2015 +0200

    man: Fix typo in dpkg-scanpackages(1)

 man/dpkg-scanpackages.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 648beca3fb751ca1fe0a5ff7a6bf5525e41a466e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 28 19:36:32 2015 +0200

    man: Document DPKG_HOOK_ACTION also in ENVIRONMENT section

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

commit e8fedc0a30b15959c772dee519e2c91ffb07cb92
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 9 04:36:34 2015 +0200

    man: Use the feature area name in the subsection title
    
    Using something else is more confusing as it does not match with the
    actual feature name.

 debian/changelog      | 1 +
 man/dpkg-buildflags.1 | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit c1bb547fc7a3714d3573cfddccb0356d52b469bd
Author: Chris Lamb <lamby@debian.org>
Date:   Thu Jun 4 19:42:39 2015 +0200

    man: Fix grammar in dpkg-architecture(1)
    
    Closes: #787616
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog        | 3 +++
 man/dpkg-architecture.1 | 2 +-
 man/po/de.po            | 2 +-
 man/po/dpkg-man.pot     | 2 +-
 man/po/es.po            | 4 ++--
 man/po/fr.po            | 2 +-
 man/po/hu.po            | 2 +-
 man/po/it.po            | 2 +-
 man/po/ja.po            | 4 ++--
 man/po/pl.po            | 4 ++--
 man/po/pt_BR.po         | 2 +-
 man/po/ru.po            | 2 +-
 man/po/sv.po            | 2 +-
 man/po/zh_CN.po         | 2 +-
 14 files changed, 19 insertions(+), 16 deletions(-)

commit 42497e69ab8676301d223a05b7259dd93e0f33f6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 16:33:41 2015 +0200

    po: Revert bogus removal of fuzzy markers
    
    Regression introduced in commit de997dd555c2fd16418e90c54f06ac105eb7ed39.
    This fixes the damage caused by msguntypot.
    
    Warned-by: i18nspector

 po/hu.po | 10 +++++-----
 po/id.po |  4 ++--
 po/ko.po |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 180b9ee409be170f8adfd413d566794a7d11956e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 26 16:13:40 2015 +0200

    po: Fix plural form translations for single plural languages
    
    Regression introduced in commit de997dd555c2fd16418e90c54f06ac105eb7ed39,
    due to brokenness in msguntypot.
    
    Warned-by: i18nspector
    Closes: #790025

 debian/changelog |  3 +++
 po/hu.po         | 23 +++++++----------------
 po/id.po         | 29 ++++++++++-------------------
 po/ja.po         | 27 +++++++++------------------
 po/ko.po         | 29 ++++++++++-------------------
 po/th.po         | 27 +++++++++------------------
 6 files changed, 48 insertions(+), 90 deletions(-)

commit 9bd1242502996b0858c782b7e23ea55827148a71
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Thu Jun 25 17:47:41 2015 +0200

    po: Update Dutch translations
    
    [guillem@debian.org:
     - Do not translate «none» in dpkg-deb --help output.
     - Remove surplus format specifier in a string. ]
    
    Closes: #789096, #789097
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    4 +-
 dselect/po/nl.po |   97 +-
 po/nl.po         | 3988 +++++++++++++++++++++++++-----------------------------
 3 files changed, 1896 insertions(+), 2193 deletions(-)

commit ebdacc3f1f58a5111bee73c615df81f62f1aa093
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Thu Jun 11 11:25:54 2015 +0200

    po: Update Turkish programs translation
    
    Closes: #788211
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/tr.po         | 104 +++++++++++++++++++++++++++----------------------------
 2 files changed, 52 insertions(+), 53 deletions(-)

commit c2cfd39b9cebc94457514409c327d1ff6ebfc180
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sun Jun 7 12:51:39 2015 +0000

    po: Update Simplified Chinese programs translation
    
    Closes: #787986
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/zh_CN.po      | 14 ++++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

commit 8a1b9a26cf3d75873a360d4994183f54a3764f8e
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Tue May 19 15:59:30 2015 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  3 +++
 po/vi.po         | 44 +++++++++++++++++++-------------------------
 2 files changed, 22 insertions(+), 25 deletions(-)

commit 4f39a9a91b45a0cc0f77d896ac298f03d762d693
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 31 00:26:11 2015 +0200

    t-file-conflicts: Rename from t-conflict-file

 Makefile                                                   | 2 +-
 {t-conflict-file => t-file-conflicts}/Makefile             | 0
 {t-conflict-file => t-file-conflicts}/pkg-a/DEBIAN/control | 0
 {t-conflict-file => t-file-conflicts}/pkg-a/test-conflict  | 0
 {t-conflict-file => t-file-conflicts}/pkg-b/DEBIAN/control | 0
 {t-conflict-file => t-file-conflicts}/pkg-b/test-conflict  | 0
 6 files changed, 1 insertion(+), 1 deletion(-)

commit 8c07fa1722353e703015133e4dcd469bd81f4310
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 24 07:10:41 2015 +0200

    t-conflicts: New test case

 Makefile                         |  5 +++++
 t-conflicts/Makefile             | 15 +++++++++++++++
 t-conflicts/pkg-a/DEBIAN/control |  8 ++++++++
 t-conflicts/pkg-b/DEBIAN/control |  7 +++++++
 4 files changed, 35 insertions(+)

commit d881246161b118a5de1575fafc71a60211470569
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 30 12:47:30 2015 +0200

    Update German translation of manual pages
    
    Update to 2389t.

 debian/changelog |  3 +++
 man/po/de.po     | 34 +++++++---------------------------
 2 files changed, 10 insertions(+), 27 deletions(-)

commit 1b8c20ad2f817099015f9f286c7935e53fb56594
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 30 03:18:59 2015 +0200

    Bump version to 1.18.2

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4280417c17d1e85fc36ba558c3bbe6c8c1f034aa
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 29 19:44:23 2015 +0200

    Release 1.18.1

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

commit 96ce5e6548f10a1950080ec2bec32cc1d46183b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 30 01:06:49 2015 +0200

    po: Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  2 +-
 dselect/po/ca.po        |  2 +-
 dselect/po/cs.po        |  2 +-
 dselect/po/da.po        |  2 +-
 dselect/po/de.po        |  4 ++--
 dselect/po/dselect.pot  |  4 ++--
 dselect/po/el.po        |  2 +-
 dselect/po/es.po        |  2 +-
 dselect/po/et.po        |  2 +-
 dselect/po/eu.po        |  2 +-
 dselect/po/fr.po        |  2 +-
 dselect/po/gl.po        |  2 +-
 dselect/po/hu.po        |  2 +-
 dselect/po/id.po        |  2 +-
 dselect/po/it.po        |  2 +-
 dselect/po/ja.po        |  2 +-
 dselect/po/ko.po        |  2 +-
 dselect/po/nb.po        |  2 +-
 dselect/po/nl.po        |  2 +-
 dselect/po/nn.po        |  2 +-
 dselect/po/pl.po        |  2 +-
 dselect/po/pt.po        |  2 +-
 dselect/po/pt_BR.po     |  2 +-
 dselect/po/ro.po        |  2 +-
 dselect/po/ru.po        |  2 +-
 dselect/po/sk.po        |  2 +-
 dselect/po/sv.po        |  2 +-
 dselect/po/tl.po        |  2 +-
 dselect/po/vi.po        |  2 +-
 dselect/po/zh_CN.po     |  2 +-
 dselect/po/zh_TW.po     |  2 +-
 man/po/de.po            | 37 ++++++++++++++++++++++++++++---------
 man/po/dpkg-man.pot     | 19 +++++++++----------
 man/po/es.po            | 17 ++++++++---------
 man/po/fr.po            | 17 ++++++++---------
 man/po/hu.po            | 17 ++++++++---------
 man/po/it.po            | 17 ++++++++---------
 man/po/ja.po            | 17 ++++++++---------
 man/po/pl.po            | 17 ++++++++---------
 man/po/pt_BR.po         | 17 ++++++++---------
 man/po/ru.po            | 17 ++++++++---------
 man/po/sv.po            | 17 ++++++++---------
 man/po/zh_CN.po         | 17 ++++++++---------
 po/ast.po               | 14 +++++++++++++-
 po/bs.po                | 12 +++++++++++-
 po/ca.po                | 14 +++++++++++++-
 po/cs.po                | 14 +++++++++++++-
 po/da.po                | 14 +++++++++++++-
 po/de.po                | 14 +++++++++++++-
 po/dpkg.pot             | 14 ++++++++++++--
 po/dz.po                | 14 +++++++++++++-
 po/el.po                | 14 +++++++++++++-
 po/eo.po                | 14 +++++++++++++-
 po/es.po                | 14 +++++++++++++-
 po/et.po                | 14 +++++++++++++-
 po/eu.po                | 14 +++++++++++++-
 po/fr.po                | 14 +++++++++++++-
 po/gl.po                | 14 +++++++++++++-
 po/hu.po                | 14 +++++++++++++-
 po/id.po                | 14 +++++++++++++-
 po/it.po                | 14 +++++++++++++-
 po/ja.po                | 14 +++++++++++++-
 po/km.po                | 14 +++++++++++++-
 po/ko.po                | 14 +++++++++++++-
 po/ku.po                | 12 +++++++++++-
 po/lt.po                | 14 +++++++++++++-
 po/mr.po                | 14 +++++++++++++-
 po/nb.po                | 14 +++++++++++++-
 po/ne.po                | 14 +++++++++++++-
 po/nl.po                | 14 +++++++++++++-
 po/nn.po                | 14 +++++++++++++-
 po/pa.po                | 12 +++++++++++-
 po/pl.po                | 14 +++++++++++++-
 po/pt.po                | 14 +++++++++++++-
 po/pt_BR.po             | 14 +++++++++++++-
 po/ro.po                | 14 +++++++++++++-
 po/ru.po                | 14 +++++++++++++-
 po/sk.po                | 14 +++++++++++++-
 po/sv.po                | 14 +++++++++++++-
 po/th.po                | 14 +++++++++++++-
 po/tl.po                | 14 +++++++++++++-
 po/tr.po                | 14 +++++++++++++-
 po/vi.po                | 14 +++++++++++++-
 po/zh_CN.po             | 14 +++++++++++++-
 po/zh_TW.po             | 14 +++++++++++++-
 scripts/po/ca.po        |  2 +-
 scripts/po/de.po        |  2 +-
 scripts/po/dpkg-dev.pot |  4 ++--
 scripts/po/es.po        |  2 +-
 scripts/po/fr.po        |  2 +-
 scripts/po/pl.po        |  2 +-
 scripts/po/ru.po        |  2 +-
 scripts/po/sv.po        |  2 +-
 93 files changed, 698 insertions(+), 194 deletions(-)

commit 0ced7a67b687fd2a3f906c24739ae7d82d594cc5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 28 00:22:31 2015 +0200

    Revert "dpkg-gensymbols: Use the original template symbols file when diffing"
    
    This reverts commit 9251cc40db1793d01ad0c27408fb0f170c067772.
    
    There's too much information not being preserved in the symbols files to
    be able to regenerate templates for them. Although the #PACKAGE# pattern
    has been fixed, there is still comments, #include directives and symbols
    order. Let's revert it and consider the request that prompted the change
    requires too much work for too little gain.
    
    Closes: #785937, #786840

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

commit 2ae3e07e436175b8424534539c63565bb70f67f2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 25 06:00:54 2015 +0200

    dpkg-deb: Set correct default compression value for control.tar.gz member
    
    Regression introduced in commit f1f9887b8f96965d6046857d12fda24c053c6d4b.
    
    The compressor independent way to denote the default value has been to
    use -1, but that needs to be fixed up to the actual default value per
    compressor, before the compressor specific setup.
    
    When using the gzip command-line tool this is a fatal error as it does
    not recognize the argument «-c-1». When using the zlib shared library
    this makes the code always default to the compression level 1, as ‘-’
    is ignored by gzdopen().
    
    The current minimal fix is to call compressor_check_params() when
    setting up the default control.tar compressor paramaters, although
    that makes the API hard to use correctly. This will be improved in
    the future.
    
    Closes: #786654

 debian/changelog | 4 ++++
 dpkg-deb/build.c | 2 ++
 2 files changed, 6 insertions(+)

commit 0fc916a4a8cf43cf22abd720bd14d8ca355366ff
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 27 19:31:51 2015 +0200

    dpkg-shlibdeps: Reformat map/grep/keys usage to make it easier to read
    
    It was not clear with a quick visual scan if these were all part of the
    same statement.

 scripts/dpkg-shlibdeps.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 2a708a80d1849b615e83be4709c346ca3994da6a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 27 19:30:31 2015 +0200

    dpkg-shlibdeps: Initialize $warnings with ORed constants instead of a literal
    
    This makes the assignment easier to understand.

 scripts/dpkg-shlibdeps.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d4ffe3118cc8132910e80bb90999032523c90212
Author: Maximilian Schwerin <maximilian.schwerin@tigris.de>
Date:   Wed May 20 09:56:42 2015 +0200

    dpkg-scansources: Sort output by package name and version
    
    This is useful if multiple versions of the same package are kept
    together in the same repository.
    
    [guillem@debian.org:
     - Minor code formatting fix. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog            | 2 ++
 scripts/dpkg-scansources.pl | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit dbdb71563e75a96cee24955db4d9981be8f7f8e9
Author: Maximilian Schwerin <maximilian.schwerin@tigris.de>
Date:   Wed May 20 09:56:41 2015 +0200

    dpkg-scanpackages: Sort output by package name and version
    
    This is useful if multiple versions of the same package are kept
    together in the same repository.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit d54b2f1ce614d51b6c9d25e9bb6e94557564db5e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 29 20:37:09 2015 +0200

    build: Use system libmd if available
    
    This fixes a build failure on at least FreeBSD, and possibly other
    BSD systems, where the md5.h header provided by libmd maps the md5
    functions to namespaced ones, and then there is a mismatch between
    the always included functions from libcompat and from libmd.

 configure.ac           |  1 +
 debian/changelog       |  1 +
 lib/compat/Makefile.am |  3 ++-
 lib/dpkg/Makefile.am   |  4 +++-
 lib/dpkg/libdpkg.pc.in |  2 +-
 m4/dpkg-libs.m4        | 16 +++++++++++++++-
 6 files changed, 23 insertions(+), 4 deletions(-)

commit 07655bd782222b94b84dce2a4200a3a2c04c4d69
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 14 23:58:19 2015 +0100

    build: Move PACKAGE_RELEASE definition from dpkg.h to configure.ac
    
    There's no need to expose this macro in the API header. More so when the
    PACKAGE_VERSION macro is only defined in config.h which is not installed
    by default on the system.

 configure.ac    | 2 ++
 lib/dpkg/dpkg.h | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

commit acf1c3f037184ae513fafe4c4adc43b2d57fc95d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 14 23:57:17 2015 +0100

    libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
    
    This avoids confusing the project-wide macro with the DPKG_VERSION_
    namespaced ones.

 dpkg-deb/main.c   | 2 +-
 dpkg-split/main.c | 2 +-
 dselect/main.cc   | 4 ++--
 lib/dpkg/dpkg.h   | 2 +-
 src/divertcmd.c   | 2 +-
 src/main.c        | 2 +-
 src/querycmd.c    | 2 +-
 src/statcmd.c     | 2 +-
 src/trigcmd.c     | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

commit bf316c32edf2487d8b4b691ffb82fec368b92a2b
Author: Ian Jackson <iwj@ubuntu.com>
Date:   Sat Apr 18 19:47:54 2015 +0200

    dpkg: Honor Conflicts/Breaks/Pre-Depends for packages in unpacked and half states
    
    Closes: #377860
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 src/depcon.c     | 5 +++++
 2 files changed, 7 insertions(+)

commit 7366ce825ae2ab7feb73fe5458323fc79b8baa6f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 18 19:56:05 2015 +0200

    dpkg: Sort PKG_STAT_ switch cases in descending order

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

commit 734381f8f57cdf78ebf7c62b58698b59ad96434f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 23:24:38 2015 +0100

    dpkg-buildpackage: Make -j override any parallel option in DEB_BUILD_OPTIONS
    
    The commit a24fa4c525934922a6035470556051d50ad4da02 changed the
    semantics in the opposite direction. Which does not make any sense
    at all, and goes against any current practice.

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

commit c65e2c63e0735decb4b0a249f793e30df9848bfe
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 23:24:38 2015 +0100

    man: Remove spurious = from argless parallel option in dpkg-buildpackage

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

commit 8e8c7b7fdefa0087ceb2e1ed304124f348f790a1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 22 07:58:47 2015 +0200

    Dpkg::Shlibs::SymbolFile: Use map instead of foreach to initialize the hash

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

commit b24e5502d6963a1efe0940b31ae6ffc0c9ac6584
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 27 20:56:56 2015 +0200

    dpkg: Simplify sehandle handling
    
    Remove pointless dpkg_selabel_get_handle() function, rename
    dpkg_sehandle to sehandle, and change dpkg_selabel_set_context() to
    access the variable directly.

 src/selinux.c | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

commit 2600dd55f20f2921b50a63803c22a2816ec07607
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 27 20:50:51 2015 +0200

    dpkg: Set the SE Linux file context even without a file type in mode
    
    If the mode does not have a file type, for whatever reason, the
    libselinux labelling code will try to match on the pathname, which
    is better than no labelling at all.
    
    This should never happen in practice, but it is a safer assumption
    and more future proof.

 debian/changelog | 1 +
 src/selinux.c    | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

commit 66cf80b20ae2a9ca5764dd1f7053afe1bf9597ed
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 21:10:45 2015 +0200

    dpkg: Fix setting the SE Linux context when a file has a statoverride
    
    We need to pass the file type in the mode so that the SE labelling
    function does anything at all.
    
    Closes: #786435

 debian/changelog |  2 ++
 src/archives.c   | 18 ++++++++++--------
 src/statcmd.c    | 10 ++++++----
 3 files changed, 18 insertions(+), 12 deletions(-)

commit c5b1985591f15294cd73229126490b35c29ce88d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 21:08:24 2015 +0200

    libdpkg: Use ~S_IFMT instead of hardcoded 07777 literal in chmod() call

 lib/dpkg/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9163f5e583b4202f6119a7f645792e320a12c7fd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 20:10:37 2015 +0200

    scripts, dselsect/methods: Switch from `` to operator qx()

 dselect/methods/Dselect/Ftp.pm        | 4 ++--
 dselect/methods/ftp/install.pl        | 8 ++++----
 dselect/methods/ftp/setup.pl          | 6 +++---
 dselect/methods/ftp/update.pl         | 2 +-
 scripts/Dpkg/Arch.pm                  | 4 ++--
 scripts/Dpkg/Source/Package/V3/Git.pm | 2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

commit cd8c1f2573064f81c56e3552fa5c84a321dd4db2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 21 19:54:07 2015 +0200

    Dpkg::Compression: Fix the current default compressor in the documentation

 debian/changelog            | 2 ++
 scripts/Dpkg/Compression.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 89c443f4d4bf27b8c1a57708b9fd83344d93bc65
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 21:32:11 2015 +0200

    Dpkg::Shlibs::SymbolFile: Do not replace #PACKAGE# in template mode
    
    These markers get instantiated when generating the output files,
    replacing them when generating a template is wrong.

 debian/changelog                  |  1 +
 scripts/Dpkg/Shlibs/SymbolFile.pm | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit d633338e57d140b6273d11ef54a3f3823c229524
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 29 07:34:18 2015 +0200

    Dpkg::BuildProfiles: Initialize $cache_profiles when setting them
    
    We should consider the value being cached when we set it manually.

 scripts/Dpkg/BuildProfiles.pm | 1 +
 1 file changed, 1 insertion(+)

commit 79ad650071220b43e10338034be442f7b3eea567
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 14:49:56 2015 +0200

    scripts: Use the state keyword
    
    This moves the variables closer to the block they are being used in. And
    protects them from external access.

 debian/changelog               |  1 +
 scripts/Dpkg/Arch.pm           | 49 +++++++++++++++++---------------
 scripts/Dpkg/Shlibs.pm         |  3 +-
 scripts/Dpkg/Shlibs/Objdump.pm | 63 +++++++++++++++++++++---------------------
 scripts/Dpkg/Vendor.pm         |  5 ++--
 5 files changed, 63 insertions(+), 58 deletions(-)

commit e4baa20f727c041f7dba60c18fc434053f13fa98
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 14:47:11 2015 +0200

    scripts: Use non-destructive substitutions inside map
    
    This avoids having to use a temporary variable, and makes the code more
    clear.

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

commit 8cb07a12ca16b099f368f78cd46ecec338e95367
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 14:45:34 2015 +0200

    scripts: Add missing strict and warnings pragmas for submodules

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 3 +++
 scripts/Dpkg/Shlibs/Objdump.pm   | 3 +++
 3 files changed, 8 insertions(+)

commit 018dd2fd3bd73fe5218d6aef09e7bab54de652ca
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 20 14:43:54 2015 +0200

    doc: Bump minimal Perl version to 5.14.2
    
    The current version in Debian oldstable (wheezy) is 5.14.2.

 doc/coding-style.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1086dec9c8f292789ada307a324f54e3a21c8769
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Wed May 27 19:29:09 2015 +0200

    po: Update Simplified Chinese programs translation
    
    Closes: #786377
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/zh_CN.po      | 40 ++++++++++++++++++----------------------
 2 files changed, 19 insertions(+), 22 deletions(-)

commit 8365e0e1e53cde1f0b064ab65d50602dec1feff2
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri May 22 16:54:42 2015 +0200

    German dselect translation update
    
    Update to 276t.

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

commit 438db7a31e074691e70e8ace7fff91631030624b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 16 23:00:05 2015 +0100

    dpkg-deb, dpkg: Do not allow pathnames with embedded newlines
    
    None of the deb toolchain supports embedded newlines in filenames, we
    could try to escape them but then we'd need to add support in other
    tools to unescape these too, and this does not sem worth the trouble.
    
    Closes: #720761

 debian/changelog | 2 ++
 dpkg-deb/build.c | 2 ++
 src/archives.c   | 4 ++++
 3 files changed, 8 insertions(+)

commit 2739012645f59d15ec9bae8e519d7ae6624b504c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 23:24:30 2015 +0200

    libdpkg: Cast c_isbits() c argument to unsigned char when indexing the array
    
    We need c to wrap around as an unsigned char when it is -1 (i.e. EOF).

 debian/changelog   | 4 ++++
 lib/dpkg/c-ctype.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit d760ee8968b11715efb62047896ace32a8c40676
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 19 04:13:21 2015 +0200

    debian: Fix typos in changelog
    
    Reported-by: Niels Thykier <niels@thykier.net> (variable typo)

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

commit ebe8a053e09bf0b1d9d28f7234f0f06aef91c11f
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon May 18 21:07:08 2015 +0200

    German dpkg translation update
    
    Update to 1091t.

 debian/changelog |   3 ++
 po/de.po         | 125 +++++++++++++++++++++++--------------------------------
 2 files changed, 54 insertions(+), 74 deletions(-)

commit 841381f3e8c2360703974a5bcd1386762aaeaa53
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon May 18 19:52:13 2015 +0200

    Update German translation of manual pages
    
    Update to 2389t.

 debian/changelog |  3 ++-
 man/po/de.po     | 10 +++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

commit 9d21b34f2f6c0af2582a526da6f87ec3b89cde2c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 16:08:52 2015 +0200

    Bump version to 1.18.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d1ee0ce8b6c72b15bca23227434cd2fe9d82a476
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 15:08:38 2015 +0200

    Release 1.18.0

 debian/changelog | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 936050b34639aabb413f4a0d1b7ce95dd5205d16
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 18 15:26:19 2015 +0200

    po: Regenerate .pot files and merge .po files with them

 man/po/de.po            | 198 ++++++++++++++++++++-------------------
 man/po/dpkg-man.pot     | 157 +++++++++++++++++--------------
 man/po/es.po            | 214 ++++++++++++++++++++++++++++--------------
 man/po/fr.po            | 240 +++++++++++++++++++++++++++++++++--------------
 man/po/hu.po            | 177 +++++++++++++++++++++--------------
 man/po/it.po            | 241 ++++++++++++++++++++++++++++++++++--------------
 man/po/ja.po            | 214 ++++++++++++++++++++++++++++--------------
 man/po/pl.po            | 214 ++++++++++++++++++++++++++++--------------
 man/po/pt_BR.po         | 157 +++++++++++++++++--------------
 man/po/ru.po            | 174 ++++++++++++++++++++--------------
 man/po/sv.po            | 240 +++++++++++++++++++++++++++++++++--------------
 man/po/zh_CN.po         | 165 +++++++++++++++++++--------------
 po/ast.po               |  31 +++++--
 po/bs.po                |  15 +--
 po/ca.po                |  31 +++++--
 po/cs.po                |  34 ++++---
 po/da.po                |  31 +++++--
 po/de.po                |  31 +++++--
 po/dpkg.pot             |  13 ++-
 po/dz.po                |  39 +++++---
 po/el.po                |  36 +++++---
 po/eo.po                |  31 +++++--
 po/es.po                |  34 ++++---
 po/et.po                |  34 ++++---
 po/eu.po                |  31 +++++--
 po/fr.po                |  43 ++++++---
 po/gl.po                |  36 +++++---
 po/hu.po                |  37 +++++---
 po/id.po                |  31 +++++--
 po/it.po                |  31 +++++--
 po/ja.po                |  31 +++++--
 po/km.po                |  37 +++++---
 po/ko.po                |  31 +++++--
 po/ku.po                |  23 +++--
 po/lt.po                |  34 ++++---
 po/mr.po                |  37 +++++---
 po/nb.po                |  33 ++++---
 po/ne.po                |  36 +++++---
 po/nl.po                |  37 +++++---
 po/nn.po                |  38 +++++---
 po/pa.po                |  23 +++--
 po/pl.po                |  31 +++++--
 po/pt.po                |  33 ++++---
 po/pt_BR.po             |  38 +++++---
 po/ro.po                |  31 +++++--
 po/ru.po                |  31 +++++--
 po/sk.po                |  31 +++++--
 po/sv.po                |  31 +++++--
 po/th.po                |  31 +++++--
 po/tl.po                |  38 +++++---
 po/tr.po                |  35 +++++--
 po/vi.po                |  34 +++++--
 po/zh_CN.po             |  35 +++++--
 po/zh_TW.po             |  31 +++++--
 scripts/po/ca.po        | 118 +++++++++++++-----------
 scripts/po/de.po        |  31 +++----
 scripts/po/dpkg-dev.pot |  78 ++++++++--------
 scripts/po/es.po        | 115 ++++++++++++-----------
 scripts/po/fr.po        | 116 ++++++++++++-----------
 scripts/po/pl.po        | 116 ++++++++++++-----------
 scripts/po/ru.po        | 110 +++++++++++-----------
 scripts/po/sv.po        | 116 ++++++++++++-----------
 62 files changed, 2890 insertions(+), 1660 deletions(-)

commit d658a8ec1110c9b3b20987cd903a54f59801117f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 17 04:54:47 2015 +0200

    libdpkg: Consider foreign packages ambiguous in need of arch-qualifier
    
    With cross-arch dependencies, foreign arch-qualified dependencies and
    foreign packages become really ambiguous in error messages, but also
    on the usual progress reporting.
    
    Arch-qualifying foreign packages should be backwards compatible, because
    if a user had foreign packages installed on a pre-multiarch dpkg, then
    that was already out of spec. And if they do now, it means they have
    enabled multiarch. Keeping Multi-Arch:same packages always arch-qualified
    still makes sense because those will not appear on a non-Multi-Arch
    enabled distribution, and are required to distinguish which instance we
    are referring to.

 debian/changelog    | 1 +
 lib/dpkg/pkg-show.c | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 6289376d25637a55e468d154c8c4e78aa26f1f30
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 17 19:41:00 2015 +0200

    dpkg: When upgrading, copy over the cached arch-qualified package name
    
    We need to make sure that the cached arch-qualified package name is
    updated too, or we might end up with the wrong arch-qualified package
    name on cross-upgrades.

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

commit 8f28c5172ce9c1a765222311afabbefb5a9bf1d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 18 21:36:29 2015 +0200

    Dpkg::Shlibs: Reorder library directories
    
    The correct order is:
    
      «dpkg-shlibdeps -l» > ENV{LD_LIBRARY_PATHS} > cross-multiarch >
      DEFAULT_LIBRARY_PATH > ld.so.conf > DEFAULT_MULTILIB_PATH
    
    This preserves the ld.so behavior, gives preference to the cross paths,
    and preserves -l and ENV{LD_LIBRARY_PATHS} as the ones to override all
    the rest.

 debian/changelog       |  3 +++
 scripts/Dpkg/Shlibs.pm | 26 ++++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit 37b7e396bef84e73b9290c1e746e867bf7009850
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 15 17:05:04 2015 +0200

    Dpkg::Shlibs: Remove ancient multilib paths
    
    The /emul/ia32-linux/lib and /emul/ia32-linux/usr/lib paths, inherited
    from ia64, have long been unused, since Debian squeeze. It's about time
    to get rid of them.

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

commit 93da43460d292198c02c5f0a8b0bf4929c0dd915
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 15 02:41:44 2015 +0200

    Dpkg::Shlibs: Do not add cross-root directories to default search list
    
    There's no reason to include these in the default search library list
    anymore, as multiarch has superseded this usage for a long time, and no
    package in Debian should be shipping libraries in those paths neither
    other packages linking against those. Not including the paths avoids
    polluting the search list.
    
    If a user outside Debian wants to use a cross-root layout, the
    «dpkg-shlibdeps -l» option can be used to specify those.

 debian/changelog       |  2 ++
 scripts/Dpkg/Shlibs.pm | 11 +----------
 2 files changed, 3 insertions(+), 10 deletions(-)

commit 7b52b5fa9d855ce1f3d78bd2795ccb40a22feda2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 15 14:50:24 2015 +0200

    Dpkg::Shlibs: Fix add_library_dir to initialize the library paths if needed
    
    We need to initialize the paths, otherwise a subsequent initialization
    will discard any paths added with this function.
    
    Regression introduced in commit 96e0d5d129fd963b3ef254580985c54bb717b5af.

 scripts/Dpkg/Shlibs.pm  |  3 +++
 scripts/t/Dpkg_Shlibs.t | 15 +++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit 4c64976c089756201ecf6e0c60285f14a922764a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 16 06:41:55 2015 +0200

    scripts/t: Remove unused use Data::Dumper

 scripts/t/Dpkg_Shlibs.t | 2 --
 1 file changed, 2 deletions(-)

commit 1ca7f6ff559a98215ce2e13fb8a8f4c4b42b28f9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 16 06:38:31 2015 +0200

    scripts/t: Swap is_deeply() got and expected arguments

 scripts/t/Dpkg_Shlibs.t | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9470e136e954de5821428d4b18b50cb634a23a2d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 14 18:18:59 2015 +0200

    scripts: Document dpkg version when module versions got bumped
    
    This has two purposes, first it will make it easier to know if the
    module version needs to be bumped for the current development release,
    and second it will make it easier for users to know how "old" that
    module version is, and to which dpkg series and specific version it
    corresponds to.

 debian/changelog                       |  1 +
 scripts/Dpkg.pm                        |  4 ++--
 scripts/Dpkg/BuildFlags.pm             |  8 ++++----
 scripts/Dpkg/BuildOptions.pm           |  4 ++--
 scripts/Dpkg/BuildProfiles.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 |  4 ++--
 scripts/Dpkg/Changelog/Parse.pm        |  2 +-
 scripts/Dpkg/Checksums.pm              |  6 +++---
 scripts/Dpkg/Compression.pm            |  6 +++---
 scripts/Dpkg/Compression/FileHandle.pm |  4 ++--
 scripts/Dpkg/Compression/Process.pm    |  2 +-
 scripts/Dpkg/Conf.pm                   |  4 ++--
 scripts/Dpkg/Control.pm                |  2 +-
 scripts/Dpkg/Control/Changelog.pm      |  2 +-
 scripts/Dpkg/Control/Fields.pm         |  2 +-
 scripts/Dpkg/Control/FieldsCore.pm     |  2 +-
 scripts/Dpkg/Control/Hash.pm           |  2 +-
 scripts/Dpkg/Control/HashCore.pm       |  4 ++--
 scripts/Dpkg/Control/Info.pm           |  4 ++--
 scripts/Dpkg/Deps.pm                   | 12 ++++++------
 scripts/Dpkg/Exit.pm                   |  4 ++--
 scripts/Dpkg/Gettext.pm                | 12 ++++--------
 scripts/Dpkg/IPC.pm                    |  6 +++---
 scripts/Dpkg/Index.pm                  |  2 +-
 scripts/Dpkg/Interface/Storable.pm     |  2 +-
 scripts/Dpkg/Path.pm                   | 10 +++++-----
 scripts/Dpkg/Source/Package.pm         |  4 ++--
 scripts/Dpkg/Substvars.pm              | 10 +++++-----
 scripts/Dpkg/Vendor.pm                 |  4 ++--
 scripts/Dpkg/Version.pm                |  4 ++--
 33 files changed, 69 insertions(+), 72 deletions(-)

commit 448faad0f04d7f56e5b708ff76213fe0f92c2ae2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 14 17:19:03 2015 +0200

    Dpkg::Dist::Files: Allow ~ in added filenames
    
    When we are constructing a .changes file we add the source artifacts
    to the distribution manually, before loading the distribution list
    from debian/files.
    
    We should allow ~ in the filename as that's a valid character in a
    version number.
    
    Regression introduced in commit ab15fd24dd1a8207ab1463410338f24283989f7c.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 scripts/Dpkg/Dist/Files.pm  |  2 +-
 scripts/t/Dpkg_Dist_Files.t | 29 ++++++++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)

commit 915151a10317220fcf7d3b821020c94808fad155
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 01:41:54 2015 +0200

    scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles

 debian/changelog                       |  1 +
 scripts/Dpkg/BuildFlags.pm             |  2 +-
 scripts/Dpkg/BuildOptions.pm           |  2 +-
 scripts/Dpkg/Changelog.pm              |  4 ++--
 scripts/Dpkg/Changelog/Debian.pm       |  4 ++--
 scripts/Dpkg/Changelog/Entry.pm        |  2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm |  2 +-
 scripts/Dpkg/Changelog/Parse.pm        |  4 ++--
 scripts/Dpkg/Checksums.pm              |  2 +-
 scripts/Dpkg/Conf.pm                   |  2 +-
 scripts/Dpkg/Control.pm                |  2 +-
 scripts/Dpkg/Control/Changelog.pm      |  2 +-
 scripts/Dpkg/Control/HashCore.pm       |  2 +-
 scripts/Dpkg/Control/Info.pm           |  2 +-
 scripts/Dpkg/Deps.pm                   |  2 +-
 scripts/Dpkg/Index.pm                  |  2 +-
 scripts/Dpkg/Source/Package.pm         | 10 ++++++++--
 scripts/Dpkg/Vendor/Default.pm         |  2 +-
 scripts/Dpkg/Version.pm                |  2 +-
 19 files changed, 29 insertions(+), 22 deletions(-)

commit 32655cdb3a933bcafbc999fa156ed075938c176b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 00:59:39 2015 +0200

    scripts/t: Reduce timeout from 5 to 1 in test case
    
    The invoked sleep is 10 seconds, so reducing the timeout to 1 second
    should be safe, as this is all time bounded. This also speeds up the
    test suite.

 debian/changelog     | 1 +
 scripts/t/Dpkg_IPC.t | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8729c1bcfab023e864acf5c19ca97c6d1ea283a8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 00:57:51 2015 +0200

    scripts/t: Do not use a timeout when testing cat I/O
    
    While a 5 seconds timeout should be usually safe, it pretty much depends
    on the system being fast enough, and not being under any other load.
    
    This also ties unrelated checks together, and unnecessarily slows down
    the test suite.

 debian/changelog     | 1 +
 scripts/t/Dpkg_IPC.t | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 5f5f7c3b90839005060ef58ea3e1abcf214b018f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 12 00:49:29 2015 +0200

    Dpkg::IPC: Kill the process when reaching timeout in wait_child()
    
    If we reached the timeout while waiting for the process to terminate,
    we should not leave the dangling process running astray.

 debian/changelog    |  1 +
 scripts/Dpkg/IPC.pm | 11 ++++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit bd290bf49f15246092d592c38b9f36366c1edbd1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 11 17:44:34 2015 +0200

    dselect: Remove outdated local copy of the Debian README.mirrors.txt file
    
    This file was a very outdated copy from before 2001, the user is better
    served by downloading it once they are doing the setup, in case they use
    Debian. There's no point in doing it ourselves, as the download methods
    need a major revamp anyway.
    
    Closes: #784966

 debian/changelog                       |   3 +
 dselect/methods/Dselect/Ftp.pm         |  11 +-
 dselect/methods/Makefile.am            |   1 -
 dselect/methods/ftp/README.mirrors.txt | 259 ---------------------------------
 4 files changed, 7 insertions(+), 267 deletions(-)

commit 2a2977862fe0dc0826e2fb0af4dad2a0c3f8c365
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 4 08:12:44 2015 +0200

    libdpkg: Fix typo in Doxygen documentation
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/arch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee36bf55d5666f72e925737bc850ec20267d8220
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 25 19:32:30 2015 +0100

    libdpkg: Mention (^Z) instead of char for the MSDOS end of file character
    
    Let's not use unneeded abbreviations, but in this case instead of just
    expanding “char”, we'll say “(^Z)” like in the other error message
    instance.

 debian/changelog | 1 +
 lib/dpkg/parse.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 66ef975101966d528e479e749ff7529eaceac7e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 21 11:58:58 2015 +0100

    libdpkg: Rename parse_EOF() to parse_at_eof()
    
    There's no actual reason to have EOF uppercased, just lowercase and have
    the function be more descriptive.

 lib/dpkg/parse.c     | 24 ++++++++++++------------
 lib/dpkg/parsedump.h |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

commit 67090e4a5210b688ff24619590f28e7d63830479
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 20 22:59:55 2015 +0100

    libdpkg: Rename filter symbols to digest
    
    This clarifies the current functionality of this set of symbols.

 lib/dpkg/buffer.c    | 60 ++++++++++++++++++++++++++--------------------------
 lib/dpkg/buffer.h    | 20 +++++++++---------
 lib/dpkg/libdpkg.map |  2 +-
 3 files changed, 41 insertions(+), 41 deletions(-)

commit 5bcdaa5eac7178031e3cb6035df58a12a4a1fa2a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 19 13:51:22 2015 +0100

    libdpkg: Handle libtool executables in progname unit test

 debian/changelog        | 1 +
 lib/dpkg/t/t-progname.c | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit df62aa18e2e0d0d67183199f57b761dba6e9c721
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 19 13:47:05 2015 +0100

    libdpkg: Add missing dpkg_error functions to the map file

 lib/dpkg/libdpkg.map | 3 +++
 1 file changed, 3 insertions(+)

commit 20a5b3509e94c1a349657c2a9e656d5ddbe558b6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 18 23:08:34 2015 +0100

    dpkg-shlibdeps: Use Dpkg::Substvars instead of ad-hoc parsing the file

 scripts/dpkg-shlibdeps.pl | 33 +++++++++++++--------------------
 1 file changed, 13 insertions(+), 20 deletions(-)

commit 9aa0a60a2491caeed59af5fd760c064b3be3cc00
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 18 22:42:23 2015 +0100

    Dpkg::Substvars: Add new filter() method

 debian/changelog                    |  1 +
 scripts/Dpkg/Substvars.pm           | 27 +++++++++++++++++++++++++--
 scripts/Makefile.am                 |  1 +
 scripts/t/Dpkg_Substvars.t          | 36 +++++++++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Substvars/substvars2 |  7 +++++++
 5 files changed, 69 insertions(+), 3 deletions(-)

commit a58dd78cb1667a26961f07ba80f0f2d676e41959
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 18 23:18:11 2015 +0100

    Dpkg::Dist::Files: Add new filter() method

 scripts/Dpkg/Dist/Files.pm  | 14 ++++++++++++++
 scripts/t/Dpkg_Dist_Files.t | 33 ++++++++++++++++++++++++++++++++-
 2 files changed, 46 insertions(+), 1 deletion(-)

commit b9cec509388cb444b1acf4baa69c90a4ef9e9241
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 22:55:03 2015 +0200

    Dpkg::Dist::Files: Add new reset() method

 scripts/Dpkg/Dist/Files.pm | 6 ++++++
 1 file changed, 6 insertions(+)

commit 5b62b3a0ff0692a111447e71581f2e4659e97595
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 18 23:24:34 2015 +0100

    Dpkg::Conf: Improve filter function
    
    Use stub functions when the user does not provide them, to allow
    filtering with a single grep().

 scripts/Dpkg/Conf.pm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit f3deda236b2fe425a1d1ff79e8d894f7047fedaa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 13 23:23:27 2015 +0200

    scripts/t: Add test cases for Dpkg::Checksums

 debian/changelog                |  2 +-
 scripts/Makefile.am             |  3 ++
 scripts/t/Dpkg_Checksums.t      | 99 ++++++++++++++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Checksums/data-1 |  1 +
 scripts/t/Dpkg_Checksums/data-2 |  1 +
 scripts/t/Dpkg_Checksums/empty  |  0
 6 files changed, 103 insertions(+), 3 deletions(-)

commit b2567f003544ab36b8c7a04aa6cc76f481a9b5f7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 13 17:47:06 2015 +0200

    scripts/t: Remove note that Dpkg_Getopt.t needs actual test cases
    
    The module already has 100% code coverage.

 scripts/t/Dpkg_Getopt.t | 2 --
 1 file changed, 2 deletions(-)

commit 94340b6b3f02450373f97dba607eb2887f4b6628
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 13 17:33:35 2015 +0200

    scripts/t: Add test cases for Dpkg::Conf

 debian/changelog                 |  1 +
 scripts/Makefile.am              |  1 +
 scripts/t/Dpkg_Conf.t            | 92 +++++++++++++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Conf/config-mixed | 23 ++++++++++
 4 files changed, 115 insertions(+), 2 deletions(-)

commit e2047c6fae9dec683013e814ece7b13a96cdce37
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 10 05:08:52 2015 +0200

    Dpkg::Control::HashCore: Use proper quotes
    
    Reverts partial regression introduced with cherry pick in commit
    aea291e3db1ac0414dcf005a0a607e78bdd77a5e.

 scripts/Dpkg/Control/HashCore.pm | 2 +-
 scripts/po/de.po                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 369b8aa9127069f2569eb8ac27b50b42c3a141ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 17 18:44:11 2015 +0200

    man: Fix spelling error
    
    Regression introduced in commit 30d45ed5ccc3b9cf1f7cc745a1f293137ec958aa.
    
    Warned-by: lintian

 man/update-alternatives.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 696fdb1c68b4ee1ffcb83dbb30b8b761b5be2eef
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Sun May 17 20:04:26 2015 +0200

    po: Update Turkish programs translation
    
    Closes: #785096
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/tr.po         | 426 +++++++++++++++++++++++--------------------------------
 2 files changed, 182 insertions(+), 245 deletions(-)

commit ae364b54a4f8a20ef808911fed702bbe06c4aee5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 18 19:31:55 2015 +0200

    t-conflict: Rename to t-conflict-file

 Makefile                                             | 2 +-
 {t-conflict => t-conflict-file}/Makefile             | 0
 {t-conflict => t-conflict-file}/pkg-a/DEBIAN/control | 0
 {t-conflict => t-conflict-file}/pkg-a/test-conflict  | 0
 {t-conflict => t-conflict-file}/pkg-b/DEBIAN/control | 0
 {t-conflict => t-conflict-file}/pkg-b/test-conflict  | 0
 6 files changed, 1 insertion(+), 1 deletion(-)

commit 9b40bf6c311815cbbf49aa8e0bdc9bf786816f50
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 10 05:50:14 2015 +0200

    Update German translation of manual pages
    
    Update to 2389t.

 man/po/de.po | 151 ++++++++++-------------------------------------------------
 1 file changed, 24 insertions(+), 127 deletions(-)

commit ac6d5f6bedc88fe5f50264818afb70a14dd5d3cc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 9 18:49:04 2015 +0200

    Update German translation of manual pages
    
    Update to 2370t18f1u.

 man/po/de.po | 1465 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 756 insertions(+), 709 deletions(-)

commit 7de08d413aed20cb1f2ad7c36a6396ba3bf7afd9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 9 13:27:32 2015 +0200

    Update German scripts translation
    
    Update to 552t.

 scripts/po/de.po | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

commit 18e044bb6b6d776a0a10dc045c00fbe8441df593
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 8 06:27:35 2015 +0200

    dpkg-genchanges: Remove intermediate @f variable

 scripts/dpkg-genchanges.pl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 983e21eca2967b0c8e65f786ebd1b0e04ba52919
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 8 06:24:49 2015 +0200

    dpkg-genchanges: Annotate any non-deb binaries with their package type
    
    Make it more generic, and annotate not just udebs with their package
    type.

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

commit 5bd832f53875e7ed40a5f303f877c28cafa2899d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 4 05:44:38 2015 +0200

    dpkg-genchanges: Allow binary packages not found in debian/control
    
    We are already warning when a binary package is not found in
    debian/control, there's no actual reason to then error out because they
    do not have a section or priority in that debian/control file.

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

commit 401f09ecf4735e2df774b17a5a771f4a1e191ba9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 4 05:44:38 2015 +0200

    dpkg-genchanges: Merge two loops traversing the same keys

 scripts/dpkg-genchanges.pl | 2 --
 1 file changed, 2 deletions(-)

commit 61088cb90955feeeac9fb6564b4b8c5c845831a1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 4 06:02:55 2015 +0200

    dpkg-genchanges: Skip files based on the architecture from the filename
    
    Instead of using the architecture from the package in the debian/control
    file, just use the one coming from the filename, as we rely too on the
    package name from the filename to get to the architecture.

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

commit ddbf6f259a1c6fd07db7db4cf022cbf1cf1da669
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 4 09:28:03 2015 +0200

    dpkg-genchanges: Use the checksums files list when building the Files field
    
    This should guarantee that the output order is always the same as the
    other Checksum fields, even if debian/files entries change order.

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

commit e69de9edc7d30172be68e92c3fe1e61329d0431a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 5 00:08:04 2015 +0200

    dpkg-genchanges: Fix error message on empty dsc file
    
    Pass the argument for the format string to the correct function call.

 debian/changelog           | 1 +
 scripts/dpkg-genchanges.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit b36dc1c825378fbd96502336b0a5835ceb33f9ae
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 24 23:57:35 2015 +0100

    dpkg-genchanges: Fix perl warning when parsing BY-HAND file entries
    
    Cherry picked from commit 23e354ae1211a754fdafd6718e3e61398f6c1d37.
    
    Regression introduced in commit e1749d77a44ee1c82c2d047cf9be4b071554832d.
    
    Closes: #781074

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

commit 2c1bc6002ed100c29e1567683d75c36e58ea6f0c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 30 01:16:11 2015 +0200

    dpkg-source: Remove stray whitespace in shebang
    
    Spotted-by: Justin F. Hallett <thesin@users.sf.net>

 scripts/dpkg-source.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ab15fd24dd1a8207ab1463410338f24283989f7c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 13 23:59:55 2015 +0100

    Dpkg::Dist::Files: Parse filename on add_file() to initialize files values

 scripts/Dpkg/Dist/Files.pm  | 15 ++++++---------
 scripts/t/Dpkg_Dist_Files.t | 16 +++++++++++++++-
 2 files changed, 21 insertions(+), 10 deletions(-)

commit 715a507fc59c7cf679c7fedcd8f336697893ed27
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 13 23:59:55 2015 +0100

    Dpkg::Dist::Files: Factor file parsing into a new member function

 scripts/Dpkg/Dist/Files.pm | 48 ++++++++++++++++++++++++++++++----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

commit e974a079d91f1dcb0eb2b61fe3c825d714f299d6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 27 15:11:21 2015 +0200

    Dpkg::Dist::Files: Always sort the files list on output
    
    This guarantees the debian/files and anything parsing it via this module
    get reproducible results regardless of things such as parallel builds.
    
    Reported-by: Jérémy Bobbio <lunar@debian.org>

 debian/changelog            |  3 +++
 scripts/Dpkg/Dist/Files.pm  | 14 +++-----------
 scripts/t/Dpkg_Dist_Files.t | 18 ++++++++++--------
 3 files changed, 16 insertions(+), 19 deletions(-)

commit 1dc1c04ca808b0c9efc2c83eeb1de7a32f7b110f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 24 23:51:26 2015 +0200

    dpkg-statoverride: Fix error messages on invalid uid/git/mode syntax errors
    
    When parsing command-line arguments we should not say that the error
    comes from the statoverride file.

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

commit db5c277534f955dc983bb81814df9ea08076c71e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed May 6 14:39:14 2015 +0200

    po: Update German man pages translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/po/de.po | 414 +++++++++++------------------------------------------------
 1 file changed, 74 insertions(+), 340 deletions(-)

commit 4503bec2779ba43e80fd605f8428e4af8669bf69
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Sun May 3 15:52:08 2015 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/vi.po         | 324 +++++++++++++++++++++++++------------------------------
 2 files changed, 147 insertions(+), 178 deletions(-)

commit 2ffe6c3acf4cf0b79e6bf752bcaf2737a9e1e998
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Apr 24 01:56:56 2015 +0200

    po: Update Simplified Chinese programs translation
    
    Closes: #782326
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 ++
 po/zh_CN.po      | 102 ++++++++++++++++++++++---------------------------------
 2 files changed, 43 insertions(+), 62 deletions(-)

commit 1e61694dcd22ac8b16b55325c31ccc4bcf312f1b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 4 05:41:44 2015 +0200

    build: Allow running scripts from outside the source tree

 debian/rules |  2 +-
 run-script   | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

commit de6bbfc869da500094a584d95c8d584ae5f75dea
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 23 18:54:18 2015 +0200

    build: Pass -Wall to automake in AM_INIT_AUTOMAKE
    
    When we switched from the gnu to foreign flavor the warnings got more
    lax, bring them up a notch.

 configure.ac     | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit a7caec3d1ac3b299f56c54dca206049f2fc5cf18
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 23 18:50:58 2015 +0200

    build: Call AM_PROG_AR
    
    Even though we use libtool to link static libraries, it still requires
    AM_PROG_AR to be called to detect the archiver to use.
    
    Warned-by: automake

 configure.ac     | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

commit 1efac5a7b353d3294f61e3e528c729f18dca459a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 23 18:43:17 2015 +0200

    build: Pass CC to the test suite
    
    If the build system does not have gcc available, the Dpkg::Arch module
    requires the CC environment variable to be set so that we can detect
    the host system.

 check.am         | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

commit 4436eea426184745c8d882f43ab2bee150d2d4a9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 23 18:38:33 2015 +0200

    build: Use single suffix rules instead of non-portable %-pattern rules

 debian/changelog            | 1 +
 dselect/methods/Makefile.am | 4 +++-
 scripts/Makefile.am         | 6 ++++--
 3 files changed, 8 insertions(+), 3 deletions(-)

commit 454137cb3972d3365ee9b0e71cd97f32219e25be
Author: Roderich Schupp <roderich.schupp@gmail.com>
Date:   Fri Apr 24 01:47:29 2015 +0200

    Dpkg::Control::Info: Do not print on undef filehandle in output()
    
    Closes: #781887
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog             | 2 ++
 scripts/Dpkg/Control/Info.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 7e85106707c5ddea3381bc985e0c916507915bcc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 17:18:15 2015 +0200

    Dpkg::Control::Info: Allow not loading the file in the constuctor
    
    Accept an %opts argument for the constructor, and accept either passing
    a filename option as undef, or a scalar undef.
    
    Closes: #782019

 debian/changelog             |  3 +++
 scripts/Dpkg/Control/Info.pm | 30 ++++++++++++++++++++++--------
 2 files changed, 25 insertions(+), 8 deletions(-)

commit 2a76ceda76f462cea6f50ac740ed95c343ec409e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 20:48:47 2015 +0200

    Dpkg::Source::Patch: Pass PATCH_GET envvar instead of -g0 to patch
    
    For GNU patch the default value for -g is already 0, but that option is
    not available in other systems, such as FreeBSD. Let's switch to use the
    environment variable PATCH_GET, so that we make sure it gets set to a
    known value, and so that we can stop using the unportable option.

 debian/changelog             | 3 +++
 scripts/Dpkg/Source/Patch.pm | 8 ++++----
 scripts/Dpkg/Source/Quilt.pm | 4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)

commit aea291e3db1ac0414dcf005a0a607e78bdd77a5e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 19 22:51:46 2015 +0100

    Dpkg::Control::HashCore: Fix OpenPGP Armor Header Line parsing
    
    Cherry picked from commit b4ccfe4982161b8beb44f1d0c98f791c4f238edd.
    
    We should only accept [\r\t ] as trailing whitespace, although RFC4880
    does not clarify what whitespace really maps to, we should really match
    the GnuPG implementation anyway, as that is what we use to verify the
    signatures.
    
    Fixes: CVE-2015-0840
    Reported-by: Jann Horn <jann@thejh.net>

 debian/changelog                                |  5 +++++
 scripts/Dpkg/Control/HashCore.pm                | 21 ++++++++++++---------
 scripts/Makefile.am                             |  1 +
 scripts/t/Dpkg_Control.t                        |  5 ++++-
 scripts/t/Dpkg_Control/bogus-armor-formfeed.dsc | 19 +++++++++++++++++++
 5 files changed, 41 insertions(+), 10 deletions(-)

commit 60b2a4fa317f0b473043b13fff16c52a812ad800
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 18:38:15 2015 +0200

    scripts/t: Skip test cases when there is no c++filt available
    
    In principle we require c++filt at run-time, but for now let's not fail
    these tests on such systems.

 debian/changelog                |  1 +
 scripts/t/Dpkg_Shlibs.t         |  9 +++++++++
 scripts/t/Dpkg_Shlibs_Cppfilt.t | 10 +++++++++-
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 349f9c3569cb978f1cc0e69ac00d573d99581a18
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 23 21:06:32 2015 +0200

    s-s-d: Cleanup timespec_mul()

 utils/start-stop-daemon.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 033b2950694fc3fa6d90dca34de1e4f8fa06c934
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 09:07:42 2015 +0200

    s-s-d: Switch to use a monotonic clock if available
    
    Use clock_gettime(CLOCK_MONOTONIC) if available instead of
    gettimeofday() which gets affected by abrupt system clock changes, and
    might mess with the timeout calculations.
    
    Closes: #783014
    Suggested-by: Jose M Calhariz <jose.calhariz@hds.com>

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

commit 7131cdd1dacf12ba9735cc62f0d1691d60e8cc72
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 22 21:28:24 2015 +0200

    s-s-d: Switch to use timespec instead of timeval
    
    Switch to use pselect() instead of select().

 utils/start-stop-daemon.c | 76 +++++++++++++++++++++++++++++++++--------------
 1 file changed, 53 insertions(+), 23 deletions(-)

commit c8c665f47a7353aeb078460a296d51dbd2a6620f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 1 22:22:04 2015 +0100

    s-s-d: Do not leak kvm descriptors
    
    Cherry picked from commit eaa073bc37901a6d8c46abc9fa5e7ec5551df04b.
    
    We should close the kvm instances after every operation, so not to leak
    them, as they might exhaust the file descriptor pool, or leak into the
    started process.
    
    Closes: #779467
    Based-on-patch-by: Jeff Epler <jepler@unpythonic.net>

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 44 ++++++++++++++++++++++++++++++++++----------
 2 files changed, 36 insertions(+), 10 deletions(-)

commit e51c293832dd71645c7e2eff530e2a3bdca1b458
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Apr 30 21:04:58 2015 +0200

    Update German translation of manual pages
    
    Update to 2320t67f1u.

 man/po/de.po | 99 ++++++++++--------------------------------------------------
 1 file changed, 16 insertions(+), 83 deletions(-)

commit 6a7d94d9fbccfbbf32b363fd9eacff266c349fbb
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Apr 25 21:44:43 2015 +0200

    Update German translation of manual pages
    
    Update to 2310t77f1u.

 man/po/de.po | 334 ++++++++++-------------------------------------------------
 1 file changed, 56 insertions(+), 278 deletions(-)

commit f30d926803492c98e4baa9b32e7e2bae86d931bd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 07:34:40 2015 +0200

    src/t: Fix dpkg-divert.t when skipping test due to missing /dev/full
    
    We need to restore the admindir permissions or the subsequent
    non-skipped test will not pass.

 src/t/dpkg_divert.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit ff8419c7967af14bdc1d1aa629f7c355ae065817
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 22:26:05 2015 +0100

    dpkg-gensymbols: Use an intermediate variable to keep the file label

 scripts/dpkg-gensymbols.pl | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 9251cc40db1793d01ad0c27408fb0f170c067772
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 16 23:53:16 2015 +0100

    dpkg-gensymbols: Use the original template symbols file when diffing
    
    We should not create a new template symbols file, because the output
    might change (different sorting order for example) relative to the
    original.
    
    Closes: #773718

 debian/changelog           | 4 ++++
 scripts/dpkg-gensymbols.pl | 9 ++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 30caac9aa9e2559fc899caa88ae284b530ff524e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 17 22:25:32 2015 +0100

    scripts: Move each statement into its own line

 scripts/Dpkg/Conf.pm              | 3 ++-
 scripts/Dpkg/Source/Package/V2.pm | 4 +++-
 scripts/Dpkg/Source/Patch.pm      | 2 +-
 scripts/Dpkg/Substvars.pm         | 4 +++-
 scripts/dpkg-gensymbols.pl        | 4 +++-
 5 files changed, 12 insertions(+), 5 deletions(-)

commit c0e93b4815598b884eb68abd40601f0035022ef4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 3 17:06:26 2015 +0200

    libdpkg: Remove unused LIST_CHECKNODE_PART and LIST_CHECKNODE macros
    
    Instead of adding a missing “#include <assert.h>” to the header file,
    just remove the unused macros.
    
    Prompted-by: Niels Thykier <niels@thykier.net>

 lib/dpkg/dlist.h | 13 -------------
 1 file changed, 13 deletions(-)

commit 4d7f9ffbefde64ba28c6dc87a1c9a823cc7f56d7
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 3 16:16:00 2015 +0200

    Remove some unnecessary includes of assert.h
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

 dpkg-deb/extract.c | 1 -
 dpkg-deb/main.c    | 1 -
 dpkg-split/main.c  | 1 -
 dpkg-split/queue.c | 1 -
 lib/dpkg/ehandle.c | 1 -
 lib/dpkg/log.c     | 1 -
 src/help.c         | 1 -
 7 files changed, 7 deletions(-)

commit 3a5e0d6cd99c92cfe7c22fb33c636bf15bcf4728
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 12 23:53:30 2015 +0100

    dpkg: Use badusage() instead of ohshit() for command-line errors

 debian/changelog | 1 +
 dpkg-deb/main.c  | 4 ++--
 src/trigcmd.c    | 8 ++++----
 3 files changed, 7 insertions(+), 6 deletions(-)

commit 6d987d5647075275f7261e1b7f9c7d157cfc40fb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 06:27:09 2015 +0200

    scripts/t: Do not use system() string form
    
    This passes the arguments as a list, and stops ignoring stderr.

 scripts/t/Dpkg_Shlibs.t      | 2 +-
 scripts/t/merge_changelogs.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1d01c619ff52e5d1ed44a3e2c95be7cd7fa48e90
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 05:34:06 2015 +0200

    src/t: Fix dpkg-divert.t to work even w/o /dev/full
    
    The /dev/full device is not usually available outside of Linux, and we
    should not rely on it.

 debian/changelog    |  1 +
 src/t/dpkg_divert.t | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 16fd072481648412b413ecfa0b4efdb867dab10c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 05:34:06 2015 +0200

    src/t: Fix dpkg-divert.t to work on BSD userland
    
    On FreeBSD «rm -rf» cannot traverse a directory with mode 000, so we
    need to remove it beforehand.

 debian/changelog    | 2 ++
 src/t/dpkg_divert.t | 2 ++
 2 files changed, 4 insertions(+)

commit 5843f277d94c8dc100440525e9d5b9c98836d58f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 21 05:33:09 2015 +0200

    scripts/t: Fix typo

 scripts/t/Dpkg_Source_Patch.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 56ee0496fa49df716db16f8b948412714e2c7378
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 20 23:58:55 2015 +0200

    Update amd64 GNU cpu regex in cputable to match amd64 too
    
    FreeBSD outputs amd64 as the cpu, so we need to match that in addition
    to x86_64.

 cputable         | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 63be043d93aa1a7979b8e0f4f638ecf8485eca03
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 17:18:50 2015 +0200

    man: Clarify interaction between arch-qualifiers and Multi-Arch:foreign
    
    This should improve over commit 0fec5cfcf2cc07ea7ac3a20855ecef276d6e34c4.

 man/deb-control.5 | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 93600b77bec6cb583b65fb817a2b13212c2d0b44
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 19 17:18:50 2015 +0200

    man: Clarify implicit arch-qualifiers in Provides field
    
    This corrects the wording to match the implementation. The change in
    commit 0fec5cfcf2cc07ea7ac3a20855ecef276d6e34c4 missed the fact that
    Provides was bundled with the fields that get :any as an implicit
    arch-qualifier. Split the Provides field description as it's different
    enough from the other group to merit being described separately.

 man/deb-control.5 | 42 ++++++++++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 16 deletions(-)

commit 0b27f55d8531c82cf78bdc17e0539548cf153828
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 2 04:57:03 2015 +0200

    man: Document that apt might expect Packages.xz too

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

commit 30d45ed5ccc3b9cf1f7cc745a1f293137ec958aa
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 26 23:58:43 2015 +0100

    man: Remove unneeded u-a references from options descriptions

 debian/changelog          |  1 +
 man/update-alternatives.1 | 10 ++++------
 2 files changed, 5 insertions(+), 6 deletions(-)

commit 7beeb8d100a19f619d7a1173bf379dfd4513bbf7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 22 23:49:19 2015 +0100

    man: Clarify that dpkg-buildpackage -jN forces parallel builds
    
    This forces the parallel builds regardless of the packaging or upstream
    build systems supporting them.
    
    Closes: #780866

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

commit bdf093f58b51b5d5cdeb9fa8e941bc14190d6eac
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 30 22:44:49 2015 +0200

    debian: Rework installed documentation

 debian/changelog         | 2 ++
 debian/dselect.docs      | 1 -
 debian/libdpkg-dev.docs  | 1 -
 debian/libdpkg-perl.docs | 1 +
 4 files changed, 3 insertions(+), 2 deletions(-)

commit 094e49827757a7273e740985fe0c931c147be1b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 29 03:19:05 2015 +0200

    debian: Get rid of backward compatibility pseudo-tags from bug reports
    
    All bug reports should have been renamed by now, there's no need to list
    the old tags anymore.

 debian/changelog |   1 +
 debian/usertags  | 104 +++++++++++++++++++++++++++----------------------------
 2 files changed, 52 insertions(+), 53 deletions(-)

commit f85e380f63d1511df17dc24376e1b746369baf90
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 28 17:13:21 2015 +0100

    debian: Update my copyright years

 debian/copyright                   | 2 +-
 dpkg-deb/build.c                   | 2 +-
 dpkg-deb/info.c                    | 1 +
 dpkg-split/split.c                 | 2 +-
 dselect/main.cc                    | 2 +-
 dselect/methparse.cc               | 1 +
 dselect/pkgdisplay.cc              | 1 +
 get-version                        | 2 +-
 lib/dpkg/command.h                 | 2 +-
 lib/dpkg/compress.c                | 2 +-
 lib/dpkg/dpkg.h                    | 2 +-
 lib/dpkg/error.c                   | 2 +-
 lib/dpkg/error.h                   | 2 +-
 lib/dpkg/fields.c                  | 2 +-
 lib/dpkg/mlib.c                    | 1 +
 lib/dpkg/namevalue.c               | 2 +-
 lib/dpkg/namevalue.h               | 2 +-
 lib/dpkg/options.c                 | 2 +-
 lib/dpkg/parse.c                   | 2 +-
 lib/dpkg/path-remove.c             | 2 +-
 lib/dpkg/path.h                    | 2 +-
 lib/dpkg/pkg-format.c              | 2 +-
 lib/dpkg/pkg-namevalue.c           | 2 +-
 lib/dpkg/pkg-spec.c                | 2 +-
 lib/dpkg/tarfn.c                   | 2 +-
 lib/dpkg/triglib.c                 | 2 +-
 man/deb-control.5                  | 2 +-
 man/deb-src-control.5              | 2 +-
 man/deb-symbols.5                  | 1 +
 man/deb-triggers.5                 | 2 +-
 man/deb-version.5                  | 1 +
 man/dpkg-architecture.1            | 2 +-
 man/dpkg-buildflags.1              | 2 +-
 man/dpkg-buildpackage.1            | 2 +-
 man/dpkg-deb.1                     | 2 +-
 man/dpkg-divert.1                  | 2 +-
 man/dpkg-genchanges.1              | 2 +-
 man/dpkg-gencontrol.1              | 2 +-
 man/dpkg-gensymbols.1              | 2 +-
 man/dpkg-maintscript-helper.1      | 2 +-
 man/dpkg-name.1                    | 2 +-
 man/dpkg-parsechangelog.1          | 2 +-
 man/dpkg-shlibdeps.1               | 2 +-
 man/dpkg-source.1                  | 2 +-
 man/dpkg-statoverride.1            | 2 +-
 man/dpkg-trigger.1                 | 2 +-
 man/dpkg.1                         | 2 +-
 man/dpkg.cfg.5                     | 2 +-
 man/dselect.1                      | 2 +-
 man/dselect.cfg.5                  | 2 +-
 man/start-stop-daemon.8            | 2 +-
 man/update-alternatives.1          | 2 +-
 scripts/Dpkg/Arch.pm               | 2 +-
 scripts/Dpkg/BuildOptions.pm       | 1 +
 scripts/Dpkg/Changelog/Debian.pm   | 2 +-
 scripts/Dpkg/Changelog/Parse.pm    | 1 +
 scripts/Dpkg/Control/HashCore.pm   | 1 +
 scripts/Dpkg/Control/Info.pm       | 1 +
 scripts/Dpkg/IPC.pm                | 2 +-
 scripts/Dpkg/Shlibs.pm             | 1 +
 scripts/Dpkg/Shlibs/Cppfilt.pm     | 1 +
 scripts/Dpkg/Source/Functions.pm   | 2 ++
 scripts/Dpkg/Source/Package.pm     | 1 +
 scripts/Dpkg/Source/Package/V1.pm  | 1 +
 scripts/Dpkg/Source/Package/V2.pm  | 2 +-
 scripts/Dpkg/Source/Patch.pm       | 1 +
 scripts/Dpkg/Util.pm               | 2 +-
 scripts/Dpkg/Vendor/Debian.pm      | 1 +
 scripts/changelog/debian.pl        | 2 +-
 scripts/dpkg-checkbuilddeps.pl     | 2 +-
 scripts/dpkg-maintscript-helper.sh | 2 +-
 scripts/dpkg-name.pl               | 2 +-
 scripts/dpkg-scansources.pl        | 2 +-
 src/archives.c                     | 2 +-
 src/archives.h                     | 1 +
 src/cleanup.c                      | 2 +-
 src/configure.c                    | 2 +-
 src/enquiry.c                      | 2 +-
 src/help.c                         | 2 +-
 src/main.c                         | 2 +-
 src/main.h                         | 2 +-
 src/remove.c                       | 2 +-
 src/select.c                       | 2 +-
 src/selinux.c                      | 2 +-
 src/statcmd.c                      | 2 +-
 src/unpack.c                       | 2 +-
 src/verify.c                       | 2 +-
 utils/update-alternatives.c        | 2 +-
 88 files changed, 89 insertions(+), 70 deletions(-)

commit dc1c7ec2dd5e401c708a29397c928db75a877133
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 28 17:12:21 2015 +0100

    debian: Add missing public modules to dpkg-dev package description

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

commit 493a4848d066476ebb009d68ff3f506cbeeaf884
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 27 23:02:35 2015 +0100

    debian: Name each public-domain license with a different name

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

commit d37c3c8c93f6f9345dac4cb08014e23f8bdd9a13
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 27 23:00:01 2015 +0100

    debian: Switch to debhelper compatibility level 9

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

commit 8dfc4cd2e65b359e9e408d26b218add28d406f47
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Apr 18 18:41:35 2015 +0200

    Update German translation of manual pages
    
    Update to 2270t117f1u.

 man/po/de.po | 878 +++++++++++------------------------------------------------
 1 file changed, 162 insertions(+), 716 deletions(-)

commit 5c8486359563fbe9844d278e2878018dd59613a4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Apr 18 18:12:25 2015 +0200

    Fix typo (missing space)

 man/dpkg-buildpackage.1 | 2 +-
 man/po/es.po            | 4 ++--
 man/po/fr.po            | 4 ++--
 man/po/hu.po            | 4 ++--
 man/po/it.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 ++--
 man/po/zh_CN.po         | 4 ++--
 11 files changed, 21 insertions(+), 21 deletions(-)

commit 8cb89b00cbd28b5e8b7d859ca01559a658980de0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 9 01:30:54 2015 +0200

    build: Handle multiple dpkg series gracefully
    
    Allow to specify which dpkg series we want to test. Default to the
    current one in dpkg.git master. And unify make variable usage that
    conditionalizes test on available features.

 Makefile                 | 43 +++++++++++++++++++++++++++++++++++++++++--
 README                   |  3 +++
 t-deb-conffiles/Makefile |  6 ++++++
 t-deb-format/Makefile    | 20 +++++++++++++-------
 t-provides/Makefile      | 10 ++++++++++
 t-triggers/Makefile      |  4 +++-
 6 files changed, 76 insertions(+), 10 deletions(-)

commit ea71ee3497d27f1c7f6642a0abb90bc08059bf9c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 12 19:09:28 2015 +0200

    Update German translation of manual pages
    
    Update to 2160t227f1u.

 man/po/de.add |   2 +-
 man/po/de.po  | 933 ++++++++++++----------------------------------------------
 2 files changed, 193 insertions(+), 742 deletions(-)

commit ae597c8f928ab88423d6e9bba7d3a484507e29a9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 12 07:06:54 2015 +0200

    Update German scripts translation
    
    Update to 550t.

 scripts/po/de.po | 322 +++++++++++++++----------------------------------------
 1 file changed, 88 insertions(+), 234 deletions(-)

commit d3c86b4d290bcee0fc7d26ec0574f6856f9d2096
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 10 03:18:08 2015 +0100

    po: Remove useless language and maintainer names from LINGUAS files
    
    The information should be kept in the .po files, having it here just
    duplicates it and makes it more costly to keep it sync.

 dselect/po/LINGUAS | 65 +---------------------------------------
 po/LINGUAS         | 87 +-----------------------------------------------------
 scripts/po/LINGUAS | 19 +-----------
 3 files changed, 3 insertions(+), 168 deletions(-)

commit 0b36380ef444360e59662f9e12778dc9d71a5ba3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 5 21:26:16 2015 +0100

    dpkg-name: Use Dpkg::Version instead of manually stripping the epoch

 scripts/dpkg-name.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 1f7907c2e9c6740b406919661185240cf9365cd5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 4 04:17:13 2015 +0100

    dpkg-scansources: Move main() into outer scope
    
    There's no point in the main() function, just move the code out of it,
    to conform with the rest of the codebase. This also gets rid of the
    $exit variable, which was serving not purpose at all, as the main()
    function was always returning 0.

 scripts/dpkg-scansources.pl | 85 ++++++++++++++++++++-------------------------
 1 file changed, 38 insertions(+), 47 deletions(-)

commit 6ec2138f61e47817fabf0806859449faf35d7f06
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 4 04:08:09 2015 +0100

    dpkg-scansources: Handle parsed source control data just once
    
    Move all control data processing after having parsed it. Sort the
    entries if necessary, and then print them.

 scripts/dpkg-scansources.pl | 28 +++++++++-------------------
 1 file changed, 9 insertions(+), 19 deletions(-)

commit a2215c7dab34adced59dca6a6d9139e997b083d3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 4 03:40:47 2015 +0100

    dpkg-scanpackages: Create the dpkg-deb pipe using open instead of Dpkg::IPC

 scripts/dpkg-scanpackages.pl | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 15c0c8429903ef08ada0fd735dc8140db45a59e3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 4 03:26:26 2015 +0100

    dpkg-shlibdeps: Say substvars instead of varlist in error messages

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

commit d9de01ec25be9d4fe5a7d06fdcb8341d5960ecb0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 3 23:46:09 2015 +0100

    scripts: Pass a list to open() for commands instead of a string

 scripts/dpkg-scansources.pl  | 2 +-
 scripts/t/Dpkg_Compression.t | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 208b323fd273463c5669f6ed68c1b11f673df0a3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 3 23:23:20 2015 +0100

    scripts: Change version() functions to never exit

 scripts/dpkg-checkbuilddeps.pl | 3 +--
 scripts/dpkg-scanpackages.pl   | 3 +--
 scripts/dpkg-scansources.pl    | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

commit 710252f8a4c5d89b2ad94d7c1171256cb87939ef
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 3 23:12:52 2015 +0100

    dpkg-scansources: Use syserr() instead of close_msg()
    
    Remove now unnecessary function.

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

commit f2dad32eb544c69bc802c3180d675896545da8a5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 2 03:10:37 2015 +0100

    dpkg-scanpackages: Use a scalar variable instead of an IO::Handle

 scripts/dpkg-scanpackages.pl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 5864c7885661f9332f2d7cf81fd0bc56a127fc97
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 2 03:16:00 2015 +0100

    dpkg-scanpackages: Remove unused IO::File

 scripts/dpkg-scanpackages.pl | 1 -
 1 file changed, 1 deletion(-)

commit 3ccceb8acb2f552df3392a0538438f3a433a0406
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 2 02:34:56 2015 +0100

    Dpkg::Shlibs::Cppfilt: Remove unused IO::Handle

 scripts/Dpkg/Shlibs/Cppfilt.pm | 1 -
 1 file changed, 1 deletion(-)

commit 303685d1ecbb3a933adf877850bdb1a75f21bfc0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 1 15:33:07 2015 +0100

    dpkg-scanpackages: Rework error handling on missing Package field

 scripts/dpkg-scanpackages.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 00d4a39b2aed1b6c387d3da0d93a85c8141df23f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 28 23:59:23 2015 +0100

    dpkg-scanpackages: Factor out deb processing into a new process_deb() function

 scripts/dpkg-scanpackages.pl | 124 +++++++++++++++++++++++--------------------
 1 file changed, 65 insertions(+), 59 deletions(-)

commit 869b66753c6b1530ef3ec7961810372b80b42397
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 28 23:45:25 2015 +0100

    dpkg-scansources: Use proper constants instead of constant subs

 scripts/dpkg-scansources.pl | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit f027f743929abca7c1351c5f8150e10272072415
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 10 04:39:54 2015 +0200

    dpkg-maintscript-helper: Fix logic in symlink argument check
    
    The check was inverted.
    
    Regression introduced in commit 4266c68bc4516d706544555026b00c5be759b24c.

 scripts/dpkg-maintscript-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 24c37ae5a5c701ad54ae842031e1db3556f29875
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 8 06:13:34 2015 +0200

    man: Use .TQ to separate different but related options in dpkg(1)

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

commit 0bb21c41598380bcf228a258368ac643c5b66cae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 8 06:04:58 2015 +0200

    man: Use .IP and .br instead of .PP and .in +5

 man/deb-triggers.5 | 28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)

commit 1c7fbcdb7ca2175658d0d8d6ec2b6ab2582bdc09
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 7 05:23:44 2015 +0200

    man: Fix option values and pathname markup in dpkg-deb(1)

 debian/changelog |  1 +
 man/dpkg-deb.1   | 29 +++++++++++++++--------------
 2 files changed, 16 insertions(+), 14 deletions(-)

commit 961545d6a5835ffe6f22266e8f7bf68f118efe5e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 7 05:17:35 2015 +0200

    man: Say control-field-name instead of control-file-field in dpkg-deb(1)

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

commit a786f2c8c8a669fe4b723f641ceb49df53a3d122
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 6 23:39:22 2015 +0200

    man: Say archive instead of filename for dpkg-deb option in dpkg(1)

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

commit 023e0d4f2f98af7f9b1cbc3d905cd8cdc586c924
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 6 23:38:17 2015 +0200

    man: Say output instead of display for dpkg-deb tar-file option

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

commit 9a15bba98030d93613f69cf145c060c658a5017a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 6 23:36:27 2015 +0200

    man: Add missing period to a sentence in dselect(1)

 man/dselect.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 280274123fbadcd3051f997fd8bf57546fa2b18e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 6 23:34:41 2015 +0200

    man: Mark dselect(1) color attributes in bold

 debian/changelog | 1 +
 man/dselect.1    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 786fc80f2d66b77915cead6155ec5cc464a10c6b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 6 23:32:49 2015 +0200

    man: Lowercase warning and note admonitions in s-s-d(8)

 debian/changelog        | 1 +
 man/start-stop-daemon.8 | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit de997dd555c2fd16418e90c54f06ac105eb7ed39
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 6 23:30:37 2015 +0200

    po: Unfuzzy translations

 dselect/po/bs.po        | 108 ++++++------
 dselect/po/ca.po        | 108 ++++++------
 dselect/po/cs.po        | 108 ++++++------
 dselect/po/da.po        | 108 ++++++------
 dselect/po/de.po        | 108 ++++++------
 dselect/po/dselect.pot  | 108 ++++++------
 dselect/po/el.po        | 108 ++++++------
 dselect/po/es.po        | 108 ++++++------
 dselect/po/et.po        | 108 ++++++------
 dselect/po/eu.po        | 108 ++++++------
 dselect/po/fr.po        | 108 ++++++------
 dselect/po/gl.po        | 108 ++++++------
 dselect/po/hu.po        | 108 ++++++------
 dselect/po/id.po        | 108 ++++++------
 dselect/po/it.po        | 108 ++++++------
 dselect/po/ja.po        | 108 ++++++------
 dselect/po/ko.po        | 108 ++++++------
 dselect/po/nb.po        | 108 ++++++------
 dselect/po/nl.po        | 108 ++++++------
 dselect/po/nn.po        | 108 ++++++------
 dselect/po/pl.po        | 108 ++++++------
 dselect/po/pt.po        | 108 ++++++------
 dselect/po/pt_BR.po     | 108 ++++++------
 dselect/po/ro.po        | 108 ++++++------
 dselect/po/ru.po        | 108 ++++++------
 dselect/po/sk.po        | 108 ++++++------
 dselect/po/sv.po        | 108 ++++++------
 dselect/po/tl.po        | 108 ++++++------
 dselect/po/vi.po        | 108 ++++++------
 dselect/po/zh_CN.po     | 108 ++++++------
 dselect/po/zh_TW.po     | 108 ++++++------
 po/ast.po               | 418 ++++++++++++++++++++++----------------------
 po/bs.po                | 417 ++++++++++++++++++++++----------------------
 po/ca.po                | 417 ++++++++++++++++++++++----------------------
 po/cs.po                | 417 ++++++++++++++++++++++----------------------
 po/da.po                | 417 ++++++++++++++++++++++----------------------
 po/de.po                | 420 ++++++++++++++++++++++----------------------
 po/dpkg.pot             | 415 ++++++++++++++++++++++----------------------
 po/dz.po                | 418 ++++++++++++++++++++++----------------------
 po/el.po                | 418 ++++++++++++++++++++++----------------------
 po/eo.po                | 417 ++++++++++++++++++++++----------------------
 po/es.po                | 417 ++++++++++++++++++++++----------------------
 po/et.po                | 418 ++++++++++++++++++++++----------------------
 po/eu.po                | 417 ++++++++++++++++++++++----------------------
 po/fr.po                | 417 ++++++++++++++++++++++----------------------
 po/gl.po                | 418 ++++++++++++++++++++++----------------------
 po/hu.po                | 453 ++++++++++++++++++++++++------------------------
 po/id.po                | 452 +++++++++++++++++++++++------------------------
 po/it.po                | 417 ++++++++++++++++++++++----------------------
 po/ja.po                | 442 +++++++++++++++++++++++-----------------------
 po/km.po                | 418 ++++++++++++++++++++++----------------------
 po/ko.po                | 452 +++++++++++++++++++++++------------------------
 po/ku.po                | 418 ++++++++++++++++++++++----------------------
 po/lt.po                | 418 ++++++++++++++++++++++----------------------
 po/mr.po                | 418 ++++++++++++++++++++++----------------------
 po/nb.po                | 418 ++++++++++++++++++++++----------------------
 po/ne.po                | 418 ++++++++++++++++++++++----------------------
 po/nl.po                | 418 ++++++++++++++++++++++----------------------
 po/nn.po                | 418 ++++++++++++++++++++++----------------------
 po/pa.po                | 418 ++++++++++++++++++++++----------------------
 po/pl.po                | 417 ++++++++++++++++++++++----------------------
 po/pt.po                | 417 ++++++++++++++++++++++----------------------
 po/pt_BR.po             | 418 ++++++++++++++++++++++----------------------
 po/ro.po                | 418 ++++++++++++++++++++++----------------------
 po/ru.po                | 417 ++++++++++++++++++++++----------------------
 po/sk.po                | 417 ++++++++++++++++++++++----------------------
 po/sv.po                | 417 ++++++++++++++++++++++----------------------
 po/th.po                | 442 +++++++++++++++++++++++-----------------------
 po/tl.po                | 418 ++++++++++++++++++++++----------------------
 po/tr.po                | 417 ++++++++++++++++++++++----------------------
 po/vi.po                | 442 +++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 417 ++++++++++++++++++++++----------------------
 po/zh_TW.po             | 417 ++++++++++++++++++++++----------------------
 scripts/po/ca.po        |  94 +++++-----
 scripts/po/de.po        |  94 +++++-----
 scripts/po/dpkg-dev.pot |  94 +++++-----
 scripts/po/es.po        |  94 +++++-----
 scripts/po/fr.po        |  94 +++++-----
 scripts/po/pl.po        |  96 +++++-----
 scripts/po/ru.po        |  96 +++++-----
 scripts/po/sv.po        |  94 +++++-----
 81 files changed, 10814 insertions(+), 11003 deletions(-)

commit d465dca48fb9c7c03aedf6fd8f266d22085d2bec
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 27 09:44:08 2015 +0100

    Consistently use proper quotation marks all over the place
    
    That is "" or '', and not the unbalanced `' pair.

 TODO                                     |  2 +-
 debian/changelog                         |  2 +
 debian/dpkg-dev.preinst                  |  2 +-
 debian/dpkg.postinst                     |  2 +-
 debian/dpkg.postrm                       |  2 +-
 debian/dpkg.preinst                      |  2 +-
 debian/dpkg.prerm                        |  2 +-
 debian/dselect.preinst                   |  2 +-
 dpkg-deb/build.c                         | 28 ++++++------
 dpkg-deb/extract.c                       |  7 +--
 dpkg-deb/info.c                          | 18 ++++----
 dpkg-deb/main.c                          |  6 +--
 dpkg-split/info.c                        | 44 +++++++++++--------
 dpkg-split/join.c                        |  8 ++--
 dpkg-split/main.c                        |  4 +-
 dpkg-split/queue.c                       | 25 ++++++-----
 dpkg-split/split.c                       |  4 +-
 dselect/basecmds.cc                      |  4 +-
 dselect/helpmsgs.cc                      | 66 ++++++++++++++---------------
 dselect/main.cc                          |  7 +--
 dselect/methlist.cc                      |  2 +-
 dselect/methods/multicd/install          |  2 +-
 dselect/methparse.cc                     | 29 +++++++------
 dselect/pkginfo.cc                       |  2 +-
 lib/dpkg/arch.c                          |  4 +-
 lib/dpkg/atomic-file.c                   |  6 +--
 lib/dpkg/dbmodify.c                      | 19 +++++----
 lib/dpkg/dump.c                          |  2 +-
 lib/dpkg/fields.c                        | 46 ++++++++++----------
 lib/dpkg/options.c                       |  8 ++--
 lib/dpkg/parse.c                         | 20 ++++-----
 lib/dpkg/parsehelp.c                     |  2 +-
 lib/dpkg/trigdeferred.l                  | 26 ++++++------
 lib/dpkg/triglib.c                       | 38 ++++++++---------
 lib/dpkg/utils.c                         |  6 +--
 scripts/Dpkg/Changelog/Entry/Debian.pm   |  2 +-
 scripts/Dpkg/Control/HashCore.pm         |  2 +-
 scripts/Dpkg/Source/Functions.pm         |  2 +-
 scripts/Dpkg/Source/Package.pm           |  2 +-
 scripts/Dpkg/Source/Package/V1.pm        | 20 ++++-----
 scripts/Dpkg/Source/Package/V2.pm        | 15 ++++---
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 10 ++---
 scripts/Dpkg/Source/Package/V3/Custom.pm |  2 +-
 scripts/Dpkg/Source/Package/V3/Git.pm    |  8 ++--
 scripts/Dpkg/Source/Package/V3/Native.pm |  6 +--
 scripts/Dpkg/Source/Package/V3/Quilt.pm  |  2 +-
 scripts/Dpkg/Source/Patch.pm             | 29 +++++++------
 scripts/Dpkg/Source/Quilt.pm             |  2 +-
 scripts/Dpkg/Substvars.pm                |  2 +-
 scripts/Dpkg/Version.pm                  |  2 +-
 scripts/dpkg-architecture.pl             |  2 +-
 scripts/dpkg-buildflags.pl               |  2 +-
 scripts/dpkg-distaddfile.pl              |  2 +-
 scripts/dpkg-genchanges.pl               |  2 +-
 scripts/dpkg-gencontrol.pl               | 12 +++---
 scripts/dpkg-gensymbols.pl               |  2 +-
 scripts/dpkg-name.pl                     |  2 +-
 scripts/dpkg-parsechangelog.pl           |  2 +-
 scripts/dpkg-scanpackages.pl             |  2 +-
 scripts/dpkg-scansources.pl              |  2 +-
 scripts/dpkg-shlibdeps.pl                | 14 +++---
 scripts/dpkg-source.pl                   |  8 ++--
 scripts/dpkg-vendor.pl                   |  2 +-
 src/archives.c                           | 73 ++++++++++++++++----------------
 src/cleanup.c                            |  9 ++--
 src/configure.c                          | 12 +++---
 src/divertcmd.c                          | 14 +++---
 src/divertdb.c                           |  2 +-
 src/filesdb.c                            |  6 +--
 src/infodb-access.c                      |  2 +-
 src/infodb-upgrade.c                     | 10 ++---
 src/main.c                               |  8 ++--
 src/packages.c                           |  2 +-
 src/querycmd.c                           |  4 +-
 src/remove.c                             | 12 +++---
 src/script.c                             | 12 +++---
 src/statcmd.c                            |  4 +-
 src/trigcmd.c                            |  2 +-
 src/unpack.c                             | 20 ++++-----
 utils/update-alternatives.c              | 12 +++---
 80 files changed, 421 insertions(+), 392 deletions(-)

commit 9929591b148577bec771400e003c820afcb9175d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 28 17:44:00 2015 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  662 ++--
 dselect/po/ca.po        |  709 ++--
 dselect/po/cs.po        |  709 ++--
 dselect/po/da.po        |  711 ++--
 dselect/po/de.po        |  713 ++--
 dselect/po/dselect.pot  |  621 ++--
 dselect/po/el.po        |  693 ++--
 dselect/po/es.po        |  709 ++--
 dselect/po/et.po        |  693 ++--
 dselect/po/eu.po        |  709 ++--
 dselect/po/fr.po        |  709 ++--
 dselect/po/gl.po        |  698 ++--
 dselect/po/hu.po        |  673 ++--
 dselect/po/id.po        |  698 ++--
 dselect/po/it.po        |  698 ++--
 dselect/po/ja.po        |  709 ++--
 dselect/po/ko.po        |  698 ++--
 dselect/po/nb.po        |  709 ++--
 dselect/po/nl.po        |  709 ++--
 dselect/po/nn.po        |  693 ++--
 dselect/po/pl.po        |  709 ++--
 dselect/po/pt.po        |  709 ++--
 dselect/po/pt_BR.po     |  698 ++--
 dselect/po/ro.po        |  698 ++--
 dselect/po/ru.po        |  709 ++--
 dselect/po/sk.po        |  709 ++--
 dselect/po/sv.po        |  709 ++--
 dselect/po/tl.po        |  693 ++--
 dselect/po/vi.po        |  709 ++--
 dselect/po/zh_CN.po     |  698 ++--
 dselect/po/zh_TW.po     |  709 ++--
 man/po/de.po            | 3491 ++++++++++++++-----
 man/po/dpkg-man.pot     | 6606 ++++++++++++++++++-----------------
 man/po/es.po            | 8023 +++++++++++++++++++++++++------------------
 man/po/fr.po            | 8679 ++++++++++++++++++++++++++++------------------
 man/po/hu.po            | 6942 +++++++++++++++++++------------------
 man/po/it.po            | 8360 ++++++++++++++++++++++++++------------------
 man/po/ja.po            | 8035 +++++++++++++++++++++++++------------------
 man/po/pl.po            | 8033 +++++++++++++++++++++++++------------------
 man/po/pt_BR.po         | 6803 +++++++++++++++++++-----------------
 man/po/ru.po            | 6925 +++++++++++++++++++------------------
 man/po/sv.po            | 8751 +++++++++++++++++++++++++++++------------------
 man/po/zh_CN.po         | 6908 ++++++++++++++++++++-----------------
 po/ast.po               | 2447 ++++++-------
 po/bs.po                | 2368 +++++++------
 po/ca.po                | 2445 ++++++-------
 po/cs.po                | 2439 ++++++-------
 po/da.po                | 2441 ++++++-------
 po/de.po                | 2442 ++++++-------
 po/dpkg.pot             | 2348 +++++++------
 po/dz.po                | 2430 ++++++-------
 po/el.po                | 2437 ++++++-------
 po/eo.po                | 2439 ++++++-------
 po/es.po                | 2443 ++++++-------
 po/et.po                | 2407 ++++++-------
 po/eu.po                | 2439 ++++++-------
 po/fr.po                | 2443 ++++++-------
 po/gl.po                | 2439 ++++++-------
 po/hu.po                | 2423 ++++++-------
 po/id.po                | 2436 ++++++-------
 po/it.po                | 2441 ++++++-------
 po/ja.po                | 2437 ++++++-------
 po/km.po                | 2430 ++++++-------
 po/ko.po                | 2436 ++++++-------
 po/ku.po                | 2370 +++++++------
 po/lt.po                | 2423 ++++++-------
 po/mr.po                | 2430 ++++++-------
 po/nb.po                | 2444 ++++++-------
 po/ne.po                | 2430 ++++++-------
 po/nl.po                | 2430 ++++++-------
 po/nn.po                | 2420 ++++++-------
 po/pa.po                | 2389 +++++++------
 po/pl.po                | 2439 ++++++-------
 po/pt.po                | 2439 ++++++-------
 po/pt_BR.po             | 2438 ++++++-------
 po/ro.po                | 2438 ++++++-------
 po/ru.po                | 2439 ++++++-------
 po/sk.po                | 2440 ++++++-------
 po/sv.po                | 2439 ++++++-------
 po/th.po                | 2439 ++++++-------
 po/tl.po                | 2420 ++++++-------
 po/tr.po                | 2443 ++++++-------
 po/vi.po                | 2441 ++++++-------
 po/zh_CN.po             | 2439 ++++++-------
 po/zh_TW.po             | 2439 ++++++-------
 scripts/po/ca.po        | 1836 +++++-----
 scripts/po/de.po        |  371 +-
 scripts/po/dpkg-dev.pot | 1454 ++++----
 scripts/po/es.po        | 1740 +++++-----
 scripts/po/fr.po        | 1822 +++++-----
 scripts/po/pl.po        | 1825 +++++-----
 scripts/po/ru.po        | 1826 +++++-----
 scripts/po/sv.po        | 1825 +++++-----
 93 files changed, 121007 insertions(+), 102960 deletions(-)

commit e5f2ffb3c2bae264482e705d7db7c7f1066d3908
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 9 23:49:42 2015 +0100

    man: Use various groff escape sequences for quoting characters

 debian/changelog              |  1 +
 man/deb-control.5             | 61 ++++++++++++++++++++---------------
 man/deb-old.5                 |  2 +-
 man/deb-origin.5              |  2 +-
 man/deb-src-control.5         | 60 +++++++++++++++++++---------------
 man/deb-symbols.5             |  6 ++--
 man/deb-triggers.5            | 14 ++++----
 man/deb-version.5             | 14 ++++----
 man/deb.5                     |  4 +--
 man/dpkg-buildflags.1         | 16 ++++-----
 man/dpkg-deb.1                |  4 +--
 man/dpkg-divert.1             |  4 +--
 man/dpkg-gensymbols.1         | 13 ++++----
 man/dpkg-maintscript-helper.1 |  2 +-
 man/dpkg-name.1               | 19 +++++------
 man/dpkg-parsechangelog.1     |  9 +++---
 man/dpkg-query.1              | 18 ++++++-----
 man/dpkg-shlibdeps.1          | 10 +++---
 man/dpkg-source.1             | 75 +++++++++++++++++++++++--------------------
 man/dpkg-statoverride.1       | 10 +++---
 man/dpkg.1                    | 47 ++++++++++++++-------------
 man/dpkg.cfg.5                |  2 +-
 man/dselect.1                 | 63 +++++++++++++++++++-----------------
 man/dselect.cfg.5             |  2 +-
 man/start-stop-daemon.8       |  2 +-
 man/update-alternatives.1     |  5 +--
 26 files changed, 253 insertions(+), 212 deletions(-)

commit f19ad168659fe39efdcc4ce53dc0eea1190f3a3e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 23:23:37 2015 +0100

    man: Mark field names in bold

 debian/changelog        | 1 +
 man/deb-control.5       | 8 ++++----
 man/dpkg-scanpackages.1 | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

commit 48f05b0655d38fae51a45cbfa3269c1bb1464d91
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 23:20:07 2015 +0100

    man: Separate multi-line hanging tag paragraphs with .TQ

 debian/changelog      | 1 +
 man/deb-control.5     | 1 +
 man/dpkg-buildflags.1 | 4 +++-
 3 files changed, 5 insertions(+), 1 deletion(-)

commit 4c8db8e1b96b10fef1ef956ee33fe3bf531983cf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 8 23:18:12 2015 +0100

    man: Mark some words and commands as non-hyphenable

 debian/changelog        |  1 +
 man/deb-control.5       |  6 +++---
 man/deb-src-control.5   |  2 +-
 man/dpkg-architecture.1 | 12 ++++++------
 man/dpkg-buildflags.1   |  6 +++---
 man/dpkg-buildpackage.1 |  4 ++--
 6 files changed, 16 insertions(+), 15 deletions(-)

commit 2a49e06717f9e4e7884df6741c5a462e6d920285
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 7 23:56:39 2015 +0100

    man: Document that dpkg performs sanity checks on PATH

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

commit 329e09e34f91b9efab4718b0d5d98c6c0d445779
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 6 23:44:55 2015 +0100

    man: Document in dpkg-buildflags(1) that DEB_VENDOR influences the execution

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

commit 2c3253a0fb9579206377c4531a596f7a24104222
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 7 20:17:59 2015 +0200

    debian: Group changelog entries per type of change
    
    This should help to easily see related changes, or skip entire sections
    if the reader is not interested.

 debian/changelog | 167 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 86 insertions(+), 81 deletions(-)

commit 4d0426565fb665f42812ded7256c543293fdc606
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 7 08:47:46 2015 +0200

    libdpkg: Add path-remove.c to POTFILES
    
    Missed in commit f603dc5d087325ba52807ec55777de485bc87128.

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 4c1b9c849df104452feba43faf68bc04b0b868c2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 27 09:46:52 2015 +0100

    man: Document that dpkg-source is sometimes better than dpkg-buildpackage -S
    
    Suggested-by: Johannes Schauer <j.schauer@email.de>

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

commit 292a21f821680f4ee6e1bbbf9b31d965a2b9a19a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 27 00:55:20 2015 +0100

    scripts: Move "(default)" annotations in --help output after option description

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

commit 34e90e894f489f73f4df094367ba2dda2915ffcc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 26 23:30:02 2015 +0100

    dpkg-buildpackage: Make dependency checks fatal for -S
    
    When we are doing a source-only build the dependency checks are required
    to be able to safely call the clean target. If the user also specifies
    -nc then the dependency checks will be omitted.

 debian/changelog             | 1 +
 scripts/dpkg-buildpackage.pl | 8 +-------
 2 files changed, 2 insertions(+), 7 deletions(-)

commit d198a81b12addaacf6d726f3334dea48e4598f43
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 26 23:17:28 2015 +0100

    dpkg-buildpackage: Disable dependency checks on -S -nc
    
    If we are only doing a source build and request not to clean, then
    there's no need to check the build dependencies, as clean is the only
    thing in a source-only build that requires them.

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

commit 770965969c0ec9edc91ab9cdada5c97b022809dd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 2 23:56:02 2015 +0200

    dpkg: Add --ctrl-tarfile forwarding command for dpkg-deb

 debian/changelog | 1 +
 man/dpkg.1       | 2 ++
 src/main.c       | 6 ++++--
 3 files changed, 7 insertions(+), 2 deletions(-)

commit f79acb2abcecc8aa8e28ca85e149789aa98fc723
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 27 11:05:50 2015 +0100

    man: Document that timestamps are reset for format 3.0 (quilt) too
    
    Prompted-by: Niko Tyni <ntyni@debian.org> (in #759404)

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

commit cd9def7469966513036a4db842d74112a2627703
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 24 23:47:06 2015 +0100

    man: Document version when new features were introduced
    
    This should make it easier for people to know when it is safe to use
    a feature, or if those features are available in older versions, for
    example when backporting packages.

 debian/changelog          |  1 +
 man/deb-symbols.5         |  6 ++-
 man/dpkg-architecture.1   |  5 ++-
 man/dpkg-buildflags.1     |  7 ++--
 man/dpkg-buildpackage.1   | 71 +++++++++++++++++++++-------------
 man/dpkg-checkbuilddeps.1 | 16 ++++----
 man/dpkg-deb.1            | 15 +++++---
 man/dpkg-divert.1         |  3 +-
 man/dpkg-genchanges.1     | 19 +++++----
 man/dpkg-gencontrol.1     |  6 +--
 man/dpkg-query.1          | 11 ++++--
 man/dpkg-scanpackages.1   | 16 +++++---
 man/dpkg-scansources.1    | 12 ++++--
 man/dpkg-shlibdeps.1      | 22 +++++++----
 man/dpkg-source.1         | 98 ++++++++++++++++++++++++++++++-----------------
 man/dpkg-trigger.1        |  4 +-
 man/dpkg.1                | 72 ++++++++++++++++++++--------------
 man/start-stop-daemon.8   | 25 +++++++-----
 man/update-alternatives.1 | 11 +++---
 19 files changed, 258 insertions(+), 162 deletions(-)

commit 9271979407212c5f7f28bb3b97b3dd9a34d1c1c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 1 20:46:58 2015 +0200

    man: Properly terminate a bold marking in dpkg(1)

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

commit d0cac1673a0f0c23d7e13de963ce9f3910a297fe
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 5 23:59:04 2015 +0100

    man: Place short options before long ones

 debian/changelog           |  2 ++
 dselect/main.cc            | 12 ++++++------
 man/dpkg-mergechangelogs.1 |  2 +-
 man/dselect.1              |  2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)

commit ce65b8610bf1cee865d64e072f0a018b02d8dad0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 3 04:12:59 2015 +0200

    man: Mark --format values in bold

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

commit 889fa8de40c5b4a5c55ab9496cbc95c32299bea2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 14:48:40 2014 +0200

    man: Move description of --all option as the first range option

 man/dpkg-parsechangelog.1 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit f650c023943601bf6386a24ede9b409986e590e8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 14:48:40 2014 +0200

    man: Capitalize dpkg-parsechangelog option dscriptions

 debian/changelog          |  1 +
 man/dpkg-parsechangelog.1 | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit c91c10793d4aa7279e487dd8525a2237b13b1303
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 5 06:40:06 2015 +0200

    dselect: Document -? option

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

commit afdcbb5b2138b7cc8fb47edcb42c1fb11aa4ffc3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 5 06:22:43 2015 +0200

    dselect: Improve color-spec --help output

 debian/changelog |  1 +
 dselect/main.cc  | 23 ++++++++++++-----------
 man/dselect.1    |  2 +-
 3 files changed, 14 insertions(+), 12 deletions(-)

commit 99bc249f9f8ad94a3f11b0a57f2c261267f3c989
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 5 05:24:44 2015 +0200

    dselect: Improve commands listing in --help output
    
    Print them before options and list them one on each line with a
    description.

 debian/changelog | 2 ++
 dselect/main.cc  | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit f602b6017b6c7ffe4f807f83c06ff46e673c7d2c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 5 06:08:23 2015 +0200

    dselect: Say command instead of action

 debian/changelog |  1 +
 dselect/main.cc  |  4 ++--
 man/dselect.1    | 18 +++++++++---------
 3 files changed, 12 insertions(+), 11 deletions(-)

commit d96afaf15c1f4e343aad1af8dfc95c7bdaef5c48
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 14:48:40 2014 +0200

    dpkg-parsechangelog: Rename changelogfile argument to changelog-file
    
    This makes the name consistent with all other instances in the code
    base.

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

commit 148c86fcdff45fbf97c114505d6f8039b52d7d94
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 14:48:40 2014 +0200

    dpkg-parsechangelog: Normalize command-line parsing
    
    This allows them to accept «-ovalue», «-o value», «--option=value» and
    «--option value», which are the common option formats people expect.
    
    Closes: #693951

 debian/changelog               |   3 ++
 man/dpkg-parsechangelog.1      |  24 +++++----
 scripts/changelog/debian.pl    |  38 ++++++--------
 scripts/dpkg-parsechangelog.pl | 114 +++++++++++++++++++++--------------------
 4 files changed, 94 insertions(+), 85 deletions(-)

commit 767035bc168e2d85a52dd0ff499706f821053ec3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Apr 1 18:31:01 2015 +0200

    Update German translation of manual pages
    
    Update to 2376t.

 man/po/de.po | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 89 insertions(+), 6 deletions(-)

commit 996ead57b175935fdfcc524974082a50c52f7047
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 26 02:05:50 2015 +0100

    debian: Fix typo in changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6edbe55eba1656cc0b29bf4bf40dd915b5c1d5a6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 25 23:32:37 2015 +0100

    build: Remove unused AC_CHECK_DECLS for strnlen
    
    This is not used since we moved away from the original strnlen.h header
    in commit d73c292dab981991d73bb3678b0ee13f664c869a.

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

commit 30b1eb3d4e4b68f9da82f2bec098796386864376
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 4 18:46:12 2015 +0100

    libcompat: Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined
    
    Cherry picked from commit 4e872b317ef6d69d3daab1058ddfa7a8940a06a6.
    
    For declarations the autoconf test always defines the preprocessor
    symbol to either 0 or 1, contrary to other tests where it's either
    undefined or 1.
    
    Closes: #777044
    Based-on-patch-by: Alex Potapenko <opotapenko@gmail.com>

 debian/changelog       | 3 +++
 lib/compat/strsignal.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit caf11a34878e3f1ac7fe883be6c993e8fcef121a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 2 23:37:28 2015 +0100

    dpkg-statoverride: Do not accept unknown user or group names on --add
    
    Cherry picked from commit 5c58085b746d234066ea94d386182cfc72c612ba.
    
    We should not allow adding user or group names to the database that do
    not exist in the system passwd database, as the main dpkg program uses
    strict parsing and will fail with an unrecoverable fatal error if it
    cannot find a matching name for a uid/gid.
    
    Regression introduced in commit e4d6db177fad401ddc8432cf0e2c64e4fcf7bc0d,
    where we went from too strict to too lax parsing.
    
    Closes: #775124

 debian/changelog |  2 ++
 src/statcmd.c    | 10 ++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

commit c005f4e35a4f91a250cb0108ab5644ce7e1d064c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 21 22:43:55 2014 +0200

    Dpkg::Vendor::Debian: Add sanitize feature area
    
    This feature area includes the features “address”, “thread”, “leak” and
    “undefined”, all disabled by default.
    
    Cloess: #760741

 debian/changelog              |  3 +++
 man/dpkg-buildflags.1         | 27 ++++++++++++++++++++--
 scripts/Dpkg/Vendor/Debian.pm | 52 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+), 2 deletions(-)

commit fd9a1ad6a1b94e2e739f74ef0e556d0eda99dcc7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 22 21:02:16 2015 +0100

    Dpkg::Gettext: Add support for context functions

 scripts/Dpkg/Gettext.pm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit e88280bba6f2fbb5504159757a64a03b5a5424af
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 21 23:46:34 2015 +0100

    Dpkg::Gettext: Add support for $DEFAULT_TEXT_DOMAIN
    
    This allows to get localized messages even when the program has called
    textdomain() with a different value than the one used in the Dpkg perl
    modules. It also allows the user to set a different default domain name.

 debian/changelog        |  2 ++
 scripts/Dpkg/Gettext.pm | 39 ++++++++++++++++++++++++++++++++-------
 2 files changed, 34 insertions(+), 7 deletions(-)

commit 596c09c45952cebdd34dcaa42e5f29d1938ae4d7
Author: Mathias Behrle <mathiasb@m9s.biz>
Date:   Wed Feb 25 13:47:46 2015 +0100

    dpkg-maintscript-helper: Support moving a conffile not being shipped
    
    When the conffile stops being shipped, it might make sense to move it
    somewhere else to preserve it. Do not fail if the new conffile does not
    exist.
    
    Closes: #767003
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4266c68bc4516d706544555026b00c5be759b24c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 21 17:00:06 2015 +0100

    dpkg-maintscript-helper: Handle symlinks and pathnames ending in slash
    
    For symlinks, error out as the argument is obviously bogus. For
    pathnames just strip the trailing slash, as this is a common way to
    name directories.
    
    Closes: #771752

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 595395466b0820b8231bb4ef373b976e9bb8152a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 20 02:16:10 2015 +0100

    dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()
    
    Change the signature to take a pkginfo instead of a list of conffiles.
    And turn the while loop into a for loop.

 src/help.c   | 21 ++++++++++++++-------
 src/main.h   |  2 +-
 src/remove.c |  2 +-
 src/unpack.c |  4 ++--
 src/verify.c |  2 +-
 5 files changed, 19 insertions(+), 12 deletions(-)

commit ce4f0311e6e7a7b5125c4e881a0f2d3a8e1eea45
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 6 06:03:24 2014 +0200

    dpkg-split: Parse deb control file directly from stdin
    
    This reduces the dpkg-deb calls to just one instead of one per field. In
    addition we also reduce the parsing and dumping to a single instance.

 dpkg-split/split.c | 54 ++++++++++++++++++++++--------------------------------
 1 file changed, 22 insertions(+), 32 deletions(-)

commit 02d0c3228bbbd12a19bea77816ded88f7dd5f78e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 25 18:51:07 2015 +0100

    libdpkg: Export parsedb functions in the map file
    
    These will be used soon by the dpkg programs.

 lib/dpkg/libdpkg.map | 5 +++++
 1 file changed, 5 insertions(+)

commit d6aeb1f2b3352c17a182e1db9dcca62000cc9623
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 20 00:33:14 2015 +0100

    dpkg-deb: Use path_remove_tree() instead of direcly calling «rm -rf»

 dpkg-deb/info.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

commit f603dc5d087325ba52807ec55777de485bc87128
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 19 23:50:14 2015 +0100

    libdpkg: Move path removal functions to path-remove module

 lib/dpkg/Makefile.am   |   1 +
 lib/dpkg/libdpkg.map   |   4 ++
 lib/dpkg/path-remove.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/path.h        |   8 +++
 src/archives.c         |  35 ------------
 src/archives.h         |   2 -
 src/cleanup.c          |   1 +
 src/help.c             |  65 ----------------------
 src/main.h             |   3 --
 src/remove.c           |   1 +
 10 files changed, 158 insertions(+), 105 deletions(-)

commit ca2eb8ec82fd6450ad283279b8ad16c6b13b3433
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 19 23:57:19 2015 +0100

    libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()

 src/archives.c | 8 ++++----
 src/help.c     | 9 +++++----
 src/main.h     | 2 +-
 src/remove.c   | 4 ++--
 src/unpack.c   | 4 ++--
 5 files changed, 14 insertions(+), 13 deletions(-)

commit cd552708022da5924c4066e1d4e462a461532f40
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 26 00:07:05 2015 +0100

    libdpkg: Fix trig_activate_start() calling sequence comment

 lib/dpkg/triglib.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit ee6ff7f97b55026a3d4a5baaa8611723b05347fa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 25 23:59:17 2015 +0100

    libdpkg: Duplicate trig_activating_name just once in trig_activate_start()
    
    Instead of on each *_start() function. This should also avoid mistakes
    like the ones fixed in commit c39373bdc04c83e33f92bf374236bf04a894ae93.

 lib/dpkg/triglib.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5c2e744fa8c69435d20eec4d3dcfcd66798edc43
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 25 23:50:00 2015 +0100

    libdpkg: Rename struct symlinkList to tar_symlink_entry

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

commit 0d458827e376719a11f24c158fb4cc83f06be064
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Mar 31 20:59:31 2015 +0200

    Update German scripts translation
    
    Update to 547t.

 debian/changelog |    3 +
 scripts/po/de.po | 1386 ++++++++++++++++++++++++++----------------------------
 2 files changed, 674 insertions(+), 715 deletions(-)

commit 9df9fbbfe26328f2392ecfde1b4f0c427c728392
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 18 20:02:02 2015 +0100

    dselect: Improve available state sorting order strings
    
    Switch to use terms that are more common in package managers, and as
    such should be more familiar to new users.

 debian/changelog      |  1 +
 dselect/pkgdisplay.cc | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 5ff29d575f5910ce861d587e96f288b1464a476b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 18 20:03:37 2015 +0100

    Dpkg::Source::Patch: Add missing preposition in error message

 debian/changelog             | 1 +
 scripts/Dpkg/Source/Patch.pm | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit d23fc91c07075c8fe4b4d8da2076619e14cc22a3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 18 18:43:14 2015 +0100

    dpkg-genchanges: Clarify changes description open error

 debian/changelog           | 1 +
 scripts/dpkg-genchanges.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit c97cd956ed6f0dc69f72915d2f7dc7303fff0d88
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 17 03:41:05 2015 +0100

    dpkg-scanpackages: Merge the same warning messages into a single line

 debian/changelog             |  1 +
 scripts/dpkg-scanpackages.pl | 15 +++++++--------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit d195b23cffcf807a35125869c7989ee1542ef61d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 17 03:17:19 2015 +0100

    Say directory instead of dir in output messages

 debian/changelog                  | 1 +
 dselect/methods/multicd/setup     | 4 ++--
 scripts/Dpkg/Source/Functions.pm  | 2 +-
 scripts/Dpkg/Source/Package/V1.pm | 4 ++--
 scripts/dpkg-gencontrol.pl        | 2 +-
 scripts/dpkg-gensymbols.pl        | 2 +-
 scripts/dpkg-name.pl              | 4 ++--
 scripts/dpkg-scanpackages.pl      | 2 +-
 src/remove.c                      | 2 +-
 9 files changed, 12 insertions(+), 11 deletions(-)

commit 19d98528e6dd7dd4d82f3d1d564f443382fd5f99
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 17 01:34:37 2015 +0100

    Use "<enter>" instead of "return" or "enter" in input prompts
    
    This should make it more clear we are talking about the key and not
    something else.

 debian/changelog             | 1 +
 dselect/methods/ftp/setup.pl | 2 +-
 scripts/dpkg-buildpackage.pl | 2 +-
 utils/update-alternatives.c  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

commit 453132199086db399401668a2c572b32c9f71717
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 17 01:19:08 2015 +0100

    Expand EOF and eof into "end of file" in error messages

 debian/changelog                 |  1 +
 dselect/methparse.cc             | 15 ++++++++++-----
 lib/dpkg/parse.c                 | 16 ++++++----------
 lib/dpkg/utils.c                 |  2 +-
 scripts/Dpkg/Changelog/Debian.pm |  7 ++++---
 scripts/Dpkg/Control/HashCore.pm |  2 +-
 src/configure.c                  |  2 +-
 src/main.c                       |  3 ++-
 src/select.c                     |  6 ++++--
 src/t/dpkg_divert.t              |  6 ++++--
 10 files changed, 34 insertions(+), 26 deletions(-)

commit c6d00a09743e4fa4d531a341f0113c43a2669972
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 16 23:58:39 2015 +0100

    scripts: Uppercase field names in error messages

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

commit d1ca4be7f80e040a325c653336b6182c0ec024ee
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 16 23:57:51 2015 +0100

    dpkg-name: Say package instead of it in warning message

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

commit a609805efa566bbe02485566e65bbac2dbf666f4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 16 23:54:27 2015 +0100

    Dpkg::Changelog::Parse: Say execute instead of exec in error message

 debian/changelog                | 2 ++
 scripts/Dpkg/Changelog/Parse.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 2a6d9275c0bdd44f306adf816cfcec95204d0e54
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 15 23:58:34 2015 +0100

    libdpkg: Simplify namevalue parsing code
    
    This removes the special fallback value from the name/value table,
    so that we cannot accidentally parse it as a valid value.

 dselect/pkgdisplay.cc    |  1 -
 lib/dpkg/fields.c        | 87 ++++++++++++++++++++++++++++++------------------
 lib/dpkg/namevalue.c     |  8 ++---
 lib/dpkg/namevalue.h     |  2 --
 lib/dpkg/pkg-namevalue.c |  1 -
 5 files changed, 56 insertions(+), 43 deletions(-)

commit e512a2cbae3727d2ede9060944bb532d998b3c00
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 14 23:56:25 2015 +0100

    dpkg: Use dpkg_error_print() instead of explicitly printing a dpkg_error

 src/enquiry.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

commit 7614571bb8ef84ca6e4b6de4b93a9bcc2ebbef73
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 14 23:55:08 2015 +0100

    libdpkg: Add new dpkg_error_print() function

 lib/dpkg/error.c     | 18 ++++++++++++++++++
 lib/dpkg/error.h     |  3 +++
 lib/dpkg/libdpkg.map |  1 +
 3 files changed, 22 insertions(+)

commit 24ee92a45643e428717b052b50e91d62029ad71f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 21 10:25:36 2012 +0100

    libdpkg: Change m_vasprintf() to assume it is more prone to succeed

 lib/dpkg/mlib.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 670e9d691f0ca4d8dd1c693a8cb47218404f76ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 21:52:29 2012 +0100

    libdpkg: Factor out new m_vasprintf() from m_asprintf()

 lib/dpkg/dpkg.h      |  2 ++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/mlib.c      | 18 ++++++++++++++----
 3 files changed, 17 insertions(+), 4 deletions(-)

commit 6b4ff833d2f171da3740f00e90b0613db72a5601
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 13 04:22:58 2015 +0100

    dpkg-query: Do not fail on -W and -l when multiple arguments match a package
    
    We should not short-circuit on first match for a package, as that
    produces bogus errors when the following arguments do match those
    packages as well, either because they are repeated or because they
    are sub or super-patterns.
    
    Closes: #588505

 debian/changelog |  2 ++
 src/querycmd.c   | 27 +++++++++++++++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)

commit 8f3f34cf26325a4cd9e0f3f53aaa113632ff9077
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 13 04:36:19 2015 +0100

    dpkg-query: Use pkg_array_foreach() instead of ad-hoc traversal

 src/querycmd.c | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

commit 55553c41c15ddcf93b3c3a7ee42feccff4366bb9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 13 04:30:54 2015 +0100

    libdpkg: Add new pkg_array_foreach() function

 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/pkg-array.c | 25 ++++++++++++++++++++++++-
 lib/dpkg/pkg-array.h |  6 +++++-
 3 files changed, 30 insertions(+), 2 deletions(-)

commit 0cf46b6e677ef5f64d6543db9786ba892229f44e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 12 02:49:13 2015 +0100

    debian: Only use stackprotectorstrong when building with gcc >= 4.9
    
    This allows to build the package on old systems, such as Debian wheezy.

 debian/changelog | 1 +
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+)

commit dd0f24f2edd15342fbd5fedbfd2c269c71406315
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 11 20:03:05 2015 +0100

    scripts/t: Ignore stderr from «dpkg --compare-versions» if it does not fail
    
    Since commit ed4ce62868d2d03d87b24741cae4ace5a0d6056a, the command will
    emit warnings when using the deprecated operators '<' and '>'.

 scripts/t/Dpkg_Version.t | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 01abe8afb95f4bafb1f192fb3fe451a95cd2e3f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 15 23:18:31 2015 +0100

    perl: Rework use and exporter declarations
    
    Place 'use' strict and warnings first, then Exporter 'our' declarations,
    then Test module imports, then system module imports, then Dpkg module
    imports, then 'use' parent and overload pragmas, separated by a blank
    line for each block.
    
    Split each exported symbol declaration into its own line to ease
    modifications.

 dselect/methods/Dselect/Ftp.pm           | 17 +++++++++++++----
 scripts/Dpkg.pm                          | 17 +++++++++++++++--
 scripts/Dpkg/Arch.pm                     | 32 ++++++++++++++++++++++----------
 scripts/Dpkg/BuildProfiles.pm            |  8 ++++++--
 scripts/Dpkg/Changelog/Debian.pm         |  3 ++-
 scripts/Dpkg/Changelog/Entry/Debian.pm   | 15 ++++++++++-----
 scripts/Dpkg/Changelog/Parse.pm          |  8 +++++---
 scripts/Dpkg/Checksums.pm                | 10 ++++++----
 scripts/Dpkg/Compression.pm              | 25 +++++++++++++++----------
 scripts/Dpkg/Compression/FileHandle.pm   |  6 +++---
 scripts/Dpkg/Control.pm                  | 21 +++++++++++++++------
 scripts/Dpkg/Control/Changelog.pm        |  1 +
 scripts/Dpkg/Control/Fields.pm           |  3 +--
 scripts/Dpkg/Control/FieldsCore.pm       | 29 ++++++++++++++++++++---------
 scripts/Dpkg/Control/Types.pm            | 16 +++++++++++++---
 scripts/Dpkg/Deps.pm                     | 13 +++++++++----
 scripts/Dpkg/Dist/Files.pm               |  4 ++--
 scripts/Dpkg/ErrorHandling.pm            | 20 +++++++++++++++-----
 scripts/Dpkg/Exit.pm                     |  7 +++++--
 scripts/Dpkg/File.pm                     |  9 ++++++---
 scripts/Dpkg/Getopt.pm                   |  4 +++-
 scripts/Dpkg/Gettext.pm                  |  8 +++++++-
 scripts/Dpkg/IPC.pm                      | 11 +++++++----
 scripts/Dpkg/Package.pm                  |  8 +++++---
 scripts/Dpkg/Path.pm                     | 16 +++++++++++-----
 scripts/Dpkg/Shlibs.pm                   | 10 +++++++---
 scripts/Dpkg/Shlibs/Cppfilt.pm           | 11 +++++++----
 scripts/Dpkg/Shlibs/Objdump.pm           |  4 ++--
 scripts/Dpkg/Shlibs/Symbol.pm            |  3 ++-
 scripts/Dpkg/Source/Archive.pm           | 10 +++++-----
 scripts/Dpkg/Source/Functions.pm         | 10 +++++++---
 scripts/Dpkg/Source/Package.pm           | 19 ++++++++++---------
 scripts/Dpkg/Source/Package/V1.pm        | 12 ++++++------
 scripts/Dpkg/Source/Package/V2.pm        | 20 ++++++++++----------
 scripts/Dpkg/Source/Package/V3/Bzr.pm    |  4 ++--
 scripts/Dpkg/Source/Package/V3/Custom.pm |  4 ++--
 scripts/Dpkg/Source/Package/V3/Git.pm    |  4 ++--
 scripts/Dpkg/Source/Package/V3/Native.pm |  8 ++++----
 scripts/Dpkg/Source/Package/V3/Quilt.pm  |  8 ++++----
 scripts/Dpkg/Source/Patch.pm             | 10 +++++-----
 scripts/Dpkg/Source/Quilt.pm             | 12 ++++++------
 scripts/Dpkg/Substvars.pm                |  6 +++---
 scripts/Dpkg/Util.pm                     |  9 +++++++--
 scripts/Dpkg/Vars.pm                     |  9 ++++++---
 scripts/Dpkg/Vendor.pm                   | 14 ++++++++++----
 scripts/Dpkg/Vendor/Debian.pm            |  4 ++--
 scripts/Dpkg/Version.pm                  | 26 ++++++++++++++++++--------
 scripts/Test/Dpkg.pm                     |  4 +++-
 scripts/dpkg-distaddfile.pl              |  1 +
 scripts/dpkg-genchanges.pl               |  1 +
 scripts/dpkg-mergechangelogs.pl          |  6 +++---
 scripts/dpkg-source.pl                   |  8 ++++----
 scripts/t/Dpkg_Control.t                 |  1 +
 scripts/t/Dpkg_Shlibs.t                  |  1 +
 54 files changed, 358 insertions(+), 192 deletions(-)

commit 046ad868331a9f1581837404449b4320e6d09c36
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 12 01:34:14 2015 +0100

    Dpkg::Gettext: Use parenthesis on carp call to tell perl it is a function
    
    Because we are using 'require' instead of 'use', perl does not know that
    the symbol is a function instead of a bareword.

 scripts/Dpkg/Gettext.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19966da8950830948181ee707858384d3a11effb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 11 06:50:35 2015 +0100

    dpkg-statoverride: Set the SE Linux context on --update
    
    When we update the file, we should apply the SE Linux context in the
    same way we are doing while unpacking binary packages.
    
    Closes: #690361

 debian/changelog | 1 +
 src/Makefile.am  | 5 +++++
 src/statcmd.c    | 4 ++++
 3 files changed, 10 insertions(+)

commit ad959d4c7bced43649b1aefc30beadc06f93111a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 11 06:46:42 2015 +0100

    dpkg: Move SE Linux support into a separate file
    
    This will allow to use the code in dpkg-statoverride, and unclutters
    the tar handling code.

 po/POTFILES.in  |   1 +
 src/Makefile.am |   1 +
 src/archives.c  |  99 +---------------------------------------
 src/main.h      |   6 +++
 src/selinux.c   | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 148 insertions(+), 98 deletions(-)

commit 18bfaa4e7588e5607be04c0f64842190d95008a4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 4 19:05:43 2014 +0100

    debian: Remove old trigger related Breaks/Conflicts from dpkg

 debian/changelog              |  1 +
 debian/control                | 42 +-----------------------------------------
 debian/dpkg.lintian-overrides |  2 --
 3 files changed, 2 insertions(+), 43 deletions(-)

commit d389058aecf5bf2b14bbbd7ef97d33f7b76ec158
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 21 01:19:41 2015 +0100

    build: Disable tests for trigger processing with dependency checks

 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

commit 2a9111dd62bdfb6c07683db62d7f67c5eec45f73
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 11 20:34:03 2015 +0100

    Update German translation of manual pages
    
    Update to 2366t.

 man/po/de.po | 627 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 327 insertions(+), 300 deletions(-)

commit 10ff6c4fc598dbc9697c825a8c8e1bf25caa2fcb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Feb 11 08:33:21 2015 +0100

    debian: drop myself from Uploaders

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

commit 473bd89d5163c2e247f391cf470cae84deba323d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 4 22:52:17 2015 +0100

    doc: Bump DOT_GRAPH_MAX_NODES from 50 to 100
    
    This avoids doxygen truncating the graphs due to too many nodes, and
    the accompanying warnings.

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e1e109ad87dab86d155524f02417fc20e2874d59
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 26 21:37:07 2014 +0100

    build: Map % back to :
    
    Although we do not have any epochs (and should never need one!), it
    serves as an example script for others to use.

 get-version | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 57554c38e9a2208a4c0e004b67ceda98b7439fda
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 26 21:37:07 2014 +0100

    build: Use tr instead of sed to map _ to ~

 get-version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eb06339d12cc9797db9a6c069ab3d287db2102aa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 23:04:18 2015 +0100

    Dpkg::BuildOptions: Fix typo

 scripts/Dpkg/BuildOptions.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5e97e572b749e111ef9cf1b796e6af06846b0092
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 26 21:35:18 2014 +0100

    Dpkg::Source::Package: Add ‘.mailmap’ to the default ignore lists

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

commit d3d8d778d7e00eceb0073123caf6ca718ae9e82c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 16 18:25:29 2014 +0100

    dpkg-deb: Add support for reading the archive from standard input
    
    All commands reading archives support this, except for --raw-extract
    that does not.
    
    Closes: #616614
    Based-on-patch-by: Johannes Schauer <j.schauer@email.de>

 debian/changelog   | 3 +++
 dpkg-deb/extract.c | 8 +++++++-
 man/dpkg-deb.1     | 8 ++++++++
 3 files changed, 18 insertions(+), 1 deletion(-)

commit c3972f49f90ed4cc94421c4be5af523df7dd23c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 7 20:41:46 2015 +0100

    dpkg-deb: Fix compressor subprocess name
    
    This has not been a gzip-only compressor for a long time, update the
    code to reflect this.

 dpkg-deb/build.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit dfb3c1b8f54352b3db05494ff408d42ead808ef6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 7 20:02:52 2015 +0100

    dpkg-deb: Avoid an intermediate variable for the version string

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

commit b7c8836813228c4d7517dde292df7bca835ab0bb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 9 19:54:18 2015 +0100

    dpkg: Fix --audit to report missing and empty architecture fields
    
    The parser always converts the value from DPKG_ARCH_NONE to
    DPKG_ARCH_EMPTY, so we will handle both here to avoid any such
    problem in the future.
    
    Regression introduced in commit 0238c795df88925c6579f740c7681ade22e88625.

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

commit 753374a4e1fbbd013127b5c8cb832c7014f479a1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 9 19:41:23 2015 +0100

    libdpkg: Clarify that pkg_spec error messages should print empty architectures
    
    The error message should print the passed package specifier, even if the
    architecture qualifier was empty, otherwise it could seem confusing. So
    state that we only want to handle the DPKG_ARCH_NONE case, and implicitly
    ignore DPKG_ARCH_EMPTY.

 lib/dpkg/pkg-spec.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit b008da395dc30c0e59530ed4370134582d90ec65
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 7 20:00:06 2015 +0100

    dpkg-deb: Handle properly missing and empty architecture fields
    
    The parser always converts the value from DPKG_ARCH_NONE to
    DPKG_ARCH_EMPTY, so we will handle both here to avoid any such problem
    in the future.
    
    Regression introduced in commit 0238c795df88925c6579f740c7681ade22e88625.

 debian/changelog | 2 ++
 dpkg-deb/build.c | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 462714edc7c2244a06ee2b9ccd33f4064b692378
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 6 21:18:55 2015 +0100

    dpkg-deb: Factor out check_control_file() from check_control_area()

 dpkg-deb/build.c | 26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

commit 59c4fca8bf9dfe6b3e35432abb09e3243e022f00
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 6 21:18:55 2015 +0100

    dpkg-deb: Rename check_new_pkg() to check_control_area()

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

commit 2aeff6e069580bae18b0e936b140cedbb7befa18
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 14 17:34:10 2014 +0100

    dpkg-deb, libdpkg: Fix short-lived memory leaks
    
    Closes: #769515

 debian/changelog    | 1 +
 dpkg-deb/build.c    | 2 ++
 dpkg-deb/info.c     | 2 ++
 lib/dpkg/compress.c | 4 ++++
 4 files changed, 9 insertions(+)

commit b284e7dc76923be937d6402536674e65a1e2eddb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 8 03:59:37 2015 +0100

    dpkg-deb: Rename pkg_get_pathname() to gen_dest_pathname_from_pkg()

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

commit cde1ec7b97ebda0c110ad9eaab331e0d160b2766
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 31 17:12:06 2015 +0100

    dpkg-deb: Move destination pathname generation into a new function
    
    Always allocate the pathname, and return NULL in case we cannot generate
    one, delegating it to the code that parses the control file.

 dpkg-deb/build.c | 72 ++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 46 insertions(+), 26 deletions(-)

commit 7720ab422764ce9d24977ad541dc7ed825d933be
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 8 23:32:34 2015 +0100

    libdpkg: Do not silently eat a standalone ‘-’ in the command-line parser
    
    A single dash is commonly used to refer to standard input, and having
    to use ‘--’ to stop the parser is very cumbersome. Besides, there's no
    reason a standalone ‘-’ should be silently ignored.

 debian/changelog   | 1 +
 lib/dpkg/options.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 76bfda78aacf06ca01b9b4b813689193b21910dc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 6 21:09:24 2014 +0100

    libdpkg: Trim whitespace from the end of config file lines
    
    This will stop passing strange spaces to the option handlers, and avoids
    an unintelligible error message about unbalanced quotes when using quoted
    arguments.
    
    Ref: #762031
    Reported-by: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>

 debian/changelog   |  2 ++
 lib/dpkg/options.c | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 279a55c16156f8f9a232481e732fe900c07ae7a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 9 00:21:52 2014 +0100

    dpkg: Add comment describing pkg_istobe values

 src/main.h | 5 +++++
 1 file changed, 5 insertions(+)

commit 68c4b0b5268614a0d6a710627e8e42f90b7208b1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 30 02:58:28 2015 +0100

    man: Move man pages from section 8 to 1
    
    These programs were moved from …/sbin/ to …/bin/ but the man pages
    did not follow suit.

 debian/changelog                                     | 2 ++
 debian/dpkg.manpages                                 | 6 +++---
 man/Makefile.am                                      | 6 +++---
 man/{dpkg-divert.8 => dpkg-divert.1}                 | 4 ++--
 man/{dpkg-statoverride.8 => dpkg-statoverride.1}     | 4 ++--
 man/po/po4a.cfg                                      | 6 +++---
 man/{update-alternatives.8 => update-alternatives.1} | 4 ++--
 7 files changed, 17 insertions(+), 15 deletions(-)

commit 365de3ae4de86f84ed2f028344980a6a592d5b35
Author: Tomas Pospisek <tpo_hp@sourcepole.ch>
Date:   Thu Jan 29 23:53:01 2015 +0100

    man: Document the obsolete dpkg --compare-versions operators in dpkg(1)
    
    [guillem@debian.org:
     - Tiny wording and formatting tweaks. ]
    
    Closes: #776551
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit ed4ce62868d2d03d87b24741cae4ace5a0d6056a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 29 23:50:10 2015 +0100

    dpkg: Warn on obsolete '<' and '>' operators in --compare-versions
    
    These have very confusing semantics, and for the same reason that they
    should be avoided in package control data, they should be avoided on
    the command-line. Emit a warning for unsuspecting users that might get
    trapped by these operators.

 debian/changelog | 1 +
 src/enquiry.c    | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit ce37b28cac7e6608f68646071f8e8bea957af339
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 8 04:03:09 2015 +0100

    debian: Fix changelog formatting

 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit f183e4d39ffacc90d8a3db9be54cc8be9b00bb8d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jan 29 22:36:57 2015 +0100

    Update German translation of manual pages
    
    Update to 2364t.

 debian/changelog |    3 +
 man/po/de.po     | 5314 ++++++++++++++++++++++++++++--------------------------
 2 files changed, 2736 insertions(+), 2581 deletions(-)

commit ae736c6f93f507f7b1e00b002e26d8bfcd62f72c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 28 21:29:19 2015 +0100

    libdpkg: Make virtinfos a static variable
    
    Warned-by: clang

 lib/dpkg/pkg-format.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 39dac7ef6dd31823075d43a202a1a4a5ac13b98d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 28 21:28:26 2015 +0100

    libdpkg: Mark functions as DPKG_ATTR_NORET
    
    Warned-by: clang

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

commit 23a058153c9cf0be2cb49b41cf9581c7ccf6ee50
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 27 19:21:44 2015 +0100

    dpkg-genchanges: Use strftime() instead of unportable «date -R»
    
    The latter is not specified in POSIX, and is not widely portable.
    
    We have to temporarily set LC_TIME to 'C', to get the output specified
    by RFC-2822.

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

commit 67d6106e54018059092db674787dc6a2994f1379
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 27 18:05:36 2015 +0100

    dpkg: Fix indentation

 src/unpack.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3010654eeed22f91c7dd018482b4c814042a4a6d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 27 18:05:19 2015 +0100

    libcompat: Remove dangling blank line

 lib/compat/alphasort.c | 1 -
 1 file changed, 1 deletion(-)

commit 8c5be590854ff613ed234dcc8d1d24d7ed638626
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 26 17:05:18 2015 +0100

    libdpkg: Remove unneeded braces in if statement

 lib/dpkg/tarfn.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit dbafc0431b45fca65ee2a4b2fff40fed918d1d23
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 26 17:01:10 2015 +0100

    libdpkg: Remove useless trailing ‘;’ in for (;;) block

 lib/dpkg/tarfn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e66be31b1e40cf2b147c5940b860c72a7e85d81a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 24 01:40:04 2015 +0100

    build: Add new gcc 5 warnings
    
    Warn on features not present in ISO C99 but present in ISO C11,
    on sizeof for an array argument, on switch keyword with bool
    values, and logical not on the left handside of a comparison.

 m4/dpkg-compiler.m4 | 4 ++++
 1 file changed, 4 insertions(+)

commit 4ec629eaee8edf37d06cfada82eb5d59001a200a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 28 19:04:11 2015 +0100

    build: Check for -Wformat-security with -Wformat
    
    This flag does not work anymore in gcc 5 w/o also passing -Wformat.

 m4/dpkg-compiler.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1cf30e78ad84c3f0808d3dae6587cca910c1171f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 22 02:39:29 2015 +0100

    build: Make va_copy check cross-compilable
    
    We are only checking if the va_copy symbol is available, do not try to
    run the test program.

 debian/changelog |  2 ++
 m4/dpkg-funcs.m4 | 31 ++++++++++++++-----------------
 2 files changed, 16 insertions(+), 17 deletions(-)

commit 5294116c6d0f290fd13096d3b70904159078ecf3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 22 02:09:07 2015 +0100

    build: When cross-building assume a working snprintf on SUS >= v3
    
    SUSv2 and earlier had conflicting semantics with the C99 snprintf()
    ones. Because we expect a C99 environment, assume that if we are using
    SUSv3 or newer then we have a working snprintf() implementation.

 debian/changelog |  2 ++
 m4/dpkg-funcs.m4 | 19 +++++++++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 950be3fcbdf373d43dea6f5b18fcf3c61747fd33
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 22 00:36:18 2015 +0100

    build: Rework DPKG_C_C99 macro to define HAVE_C_C99 just once
    
    Use the opportunity to fix the indentation.

 m4/dpkg-compiler.m4 | 53 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 23 deletions(-)

commit a4938a097f33f22ccaef453ba015898f89ecd508
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 20 13:58:36 2015 +0100

    build: Use mv instead of «cp -p»
    
    There's no point in preserving the file metadata if we are going to
    overwrite it from a shell redirection.

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

commit 04725ad2b4b9077f4af5bc3781519c08cb6eb069
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 20 13:57:29 2015 +0100

    build: Always pass -f to rm calls

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

commit 9ed7d4d47b73ffe67e1f7d31f899a1dfd43d490b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 20 02:37:20 2015 +0100

    dpkg-gencontrol: Rework Installed-Size field default value computation
    
    Switch from «du» to File::Find, and accumulate size usage per filesystem
    object, on 1 KiB units. Use the actual size only for regular files and
    symlinks, and just 1 KiB for any other filesystem object type.
    
    This guarantees a constant and reproducible size regardless of the
    build system filesystem being used.
    
    Document how the value is computed, and that it is just a size
    approximation.
    
    Closes: #650077

 debian/changelog           |  4 ++++
 man/deb-substvars.5        | 19 ++++++++++++-------
 scripts/dpkg-gencontrol.pl | 43 ++++++++++++++++++++++---------------------
 3 files changed, 38 insertions(+), 28 deletions(-)

commit d5bbe517c05e6e3712636726a1bcf7b22c3fd17b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 20 02:19:04 2015 +0100

    Dpkg::Checksums: Switch from using programs to Digest modules
    
    This was one cause for portability problems, as the checksum programs
    have different names on different systems, they also have different
    output.
    
    Obsolete the program property, now that we are not making using any of
    those programs.

 debian/changelog          |  2 ++
 scripts/Dpkg/Checksums.pm | 58 ++++++++++++++++++++++++++---------------------
 2 files changed, 34 insertions(+), 26 deletions(-)

commit b021f2d380679e57b75cce508a35087bf3c7a71f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 19 20:41:53 2015 +0100

    build: Wrap file references in man page PO files

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

commit 2ed75691a974b8456b26d83e984c56e6933f8331
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 18 21:12:37 2015 +0100

    build: Bump gettext version to 0.19
    
    This allows us to use the new --add-location option with the file
    argument, which will remove a huge amount diff noise on source code
    changes, while still retaining the useful origin of the string.

 README              | 2 +-
 configure.ac        | 2 +-
 debian/changelog    | 3 +++
 debian/control      | 2 +-
 dselect/po/Makevars | 5 +++--
 man/Makefile.am     | 1 +
 po/Makevars         | 5 +++--
 scripts/po/Makevars | 5 +++--
 8 files changed, 16 insertions(+), 9 deletions(-)

commit 106b0a0b3f818293cc5cb2bb567ec687a4254b33
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 18 02:07:01 2015 +0100

    scripts: Remove unused «use Dpkg»

 scripts/Dpkg/Changelog.pm                | 1 -
 scripts/Dpkg/Checksums.pm                | 1 -
 scripts/Dpkg/Source/Package/V2.pm        | 1 -
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 1 -
 scripts/Dpkg/Source/Package/V3/Custom.pm | 1 -
 scripts/Dpkg/Source/Package/V3/Git.pm    | 1 -
 scripts/Dpkg/Source/Package/V3/Native.pm | 1 -
 scripts/Dpkg/Source/Package/V3/Quilt.pm  | 1 -
 scripts/Dpkg/Source/Patch.pm             | 1 -
 scripts/t/Dpkg_Vendor.t                  | 1 -
 10 files changed, 10 deletions(-)

commit b815aaeb6f28ee7027ea2a1c66262efa17d706a6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 13 14:20:04 2015 +0100

    dpkg-shlibdeps: Use dpkg-query instead of dpkg for --search
    
    This has the effect of honoring the admindir passed as an environment
    variable, as dpkg sets the variable unconditionally, but dpkg-query
    does honor it.
    
    Closes: #775258

 debian/changelog          | 2 ++
 scripts/dpkg-shlibdeps.pl | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 79076f9b6161fec2e048f03b3daaa5b81bb723ab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 2 00:06:02 2014 +0100

    dpkg-scansources: Fix perl uninitialized value usage on missing Binary field

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

commit 5604301adaa4c10c455a560407a01898adf7af9e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 28 03:46:15 2015 +0100

    Dpkg::IPC: Document function signatures

 debian/changelog    | 1 +
 scripts/Dpkg/IPC.pm | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit f25418fe3ae04d1a8d439dd14c4ab411ef1770ac
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 2 19:33:25 2015 +0100

    Dpkg::Util: Update comment to mention new implementations from List::Util

 scripts/Dpkg/Util.pm | 3 +++
 1 file changed, 3 insertions(+)

commit 0c388b9842662ec332642ac7e1344cd2d48c2dc4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 1 23:51:59 2014 +0100

    Dpkg::Source::Package::V2: Use TMPDIR instead of manually setting DIR

 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 44915e38da1f4e5fc692f0e5e24c0dee620eb965
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 1 23:47:56 2014 +0100

    Dpkg::Source::Patch: Enable sub-second timestamps with Time::HiRes
    
    We should have a recent enough Perl now.

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

commit 5e59d94a17051b1185c591a1fc3eed00e3b01070
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 1 22:11:29 2014 +0100

    perl: Switch from legacy File::Path functions to new ones
    
    Use make_path() instead of mkpath(), and remove_tree() instead of
    rmtree().

 debian/changelog                  | 1 +
 dselect/methods/ftp/install.pl    | 8 ++++----
 scripts/Dpkg/Source/Package/V2.pm | 8 ++++----
 scripts/Dpkg/Source/Patch.pm      | 4 ++--
 scripts/dpkg-name.pl              | 4 ++--
 5 files changed, 13 insertions(+), 12 deletions(-)

commit 200e5fd6572ca67d2d26c2da0c53ded782626225
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Sat Dec 6 01:36:25 2014 +0100

    Dpkg::Shlibs: Prefer multiarch paths to multilib ones
    
    Match the ld.so path resolution logic, by preferring multiarch paths
    over multilib or cross paths.
    
    [guillem@debian.org:
     - Adapt to current code. ]
    
    Closes: #772184
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog       | 2 ++
 scripts/Dpkg/Shlibs.pm | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 99c025a516ea775187e6834f2f37246297f1a304
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 30 21:54:00 2014 +0100

    Dpkg::Shlibs: Split multiarch cross-compilation libraries from toolchain ones
    
    Split them so that we can mark the toolchain cross-compilation libraries
    as deprecated, and in the future possibly just hide them by default.

 scripts/Dpkg/Shlibs.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 845d011793a67c211a3ed93ea399a95fc331808b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 30 21:54:00 2014 +0100

    Dpkg::Shlibs: Do not use an intermediate library path variable
    
    Assign directly to @librarypaths when adding the cross-compilation
    library paths.

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

commit 0a297195aa68c7e5a5066d80504bc6e18887f97d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 30 21:54:00 2014 +0100

    Dpkg::Shlibs: Detangle deprecated multilib paths into their own variables
    
    This will allow in the future to hide these by default and avoid
    polluting the default paths.

 scripts/Dpkg/Shlibs.pm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 9a005b87fce1fa542d8d033a0eecdb0a0aff0334
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 30 21:37:22 2014 +0100

    Dpkg::Shlibs: Remove support for GCC_TARGET environment variable
    
    This was a temporary workaround for very old gcc toolchains.
    
    See: #453267

 debian/changelog       | 2 ++
 scripts/Dpkg/Shlibs.pm | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 96e0d5d129fd963b3ef254580985c54bb717b5af
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 23 21:19:44 2014 +0100

    Dpkg::Shlibs: Move @librarypaths setup into new setup_library_paths() function
    
    This avoids inflicting the cost of the setup on any code loading the
    module. It also makes it easier to unit test the module.

 scripts/Dpkg/Shlibs.pm | 97 ++++++++++++++++++++++++++++----------------------
 1 file changed, 55 insertions(+), 42 deletions(-)

commit fe4bec2900e867f4fc68622dfe035aaced0b2359
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 12 21:17:38 2015 +0100

    Dpkg::Shlibs: Rename reset_library_paths() to blank_library_paths()
    
    This will allow to initialize the library paths to be an empty array,
    instead of just resetting it after the fact, which means the new name
    will make more sense.

 scripts/Dpkg/Shlibs.pm  | 10 +++++-----
 scripts/t/Dpkg_Shlibs.t |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

commit cc8dcb869da29be73f969ec972f24356b6c038ce
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 23 21:19:44 2014 +0100

    test: Remove unused @save_paths variable

 scripts/t/Dpkg_Shlibs.t | 1 -
 1 file changed, 1 deletion(-)

commit ea1357d0f153c9a0534ea301f7d7ef2262343249
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 22 23:59:39 2014 +0100

    Dpkg: Use shift instead of @_ on single argument unpacking

 scripts/Dpkg/Arch.pm                    | 16 ++++++++--------
 scripts/Dpkg/BuildEnv.pm                |  4 ++--
 scripts/Dpkg/BuildFlags.pm              | 23 +++++++++++++++--------
 scripts/Dpkg/BuildOptions.pm            |  2 +-
 scripts/Dpkg/Changelog.pm               |  8 ++++----
 scripts/Dpkg/Changelog/Entry.pm         |  8 ++++----
 scripts/Dpkg/Changelog/Entry/Debian.pm  | 26 +++++++++++++-------------
 scripts/Dpkg/Checksums.pm               |  7 ++++---
 scripts/Dpkg/Compression.pm             |  6 +++---
 scripts/Dpkg/Compression/FileHandle.pm  |  6 +++---
 scripts/Dpkg/Compression/Process.pm     |  4 ++--
 scripts/Dpkg/Conf.pm                    |  2 +-
 scripts/Dpkg/Control.pm                 |  2 +-
 scripts/Dpkg/Control/FieldsCore.pm      |  2 +-
 scripts/Dpkg/Control/HashCore.pm        |  2 +-
 scripts/Dpkg/Deps.pm                    |  8 ++++----
 scripts/Dpkg/Dist/Files.pm              |  2 +-
 scripts/Dpkg/File.pm                    |  2 +-
 scripts/Dpkg/Index.pm                   |  4 ++--
 scripts/Dpkg/Interface/Storable.pm      |  2 +-
 scripts/Dpkg/Shlibs.pm                  |  2 +-
 scripts/Dpkg/Shlibs/Objdump.pm          | 10 +++++-----
 scripts/Dpkg/Shlibs/Symbol.pm           |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm       |  8 ++++----
 scripts/Dpkg/Source/Archive.pm          |  3 ++-
 scripts/Dpkg/Source/Functions.pm        |  8 ++++----
 scripts/Dpkg/Source/Package.pm          | 12 ++++++------
 scripts/Dpkg/Source/Package/V1.pm       |  3 ++-
 scripts/Dpkg/Source/Package/V2.pm       | 12 ++++++------
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  4 ++--
 scripts/Dpkg/Source/Patch.pm            |  4 ++--
 scripts/Dpkg/Source/Quilt.pm            | 24 ++++++++++++------------
 scripts/Dpkg/Substvars.pm               |  2 +-
 scripts/Dpkg/Vendor/Default.pm          |  2 +-
 scripts/Dpkg/Vendor/Ubuntu.pm           |  2 +-
 scripts/Dpkg/Version.pm                 |  4 ++--
 scripts/dpkg-architecture.pl            |  2 +-
 scripts/dpkg-buildpackage.pl            |  6 +++---
 scripts/dpkg-name.pl                    |  6 +++---
 scripts/dpkg-source.pl                  |  2 +-
 scripts/t/Dpkg_Compression.t            |  2 +-
 scripts/t/Dpkg_Control.t                |  2 +-
 scripts/t/Dpkg_Deps.t                   |  2 +-
 43 files changed, 135 insertions(+), 125 deletions(-)

commit 609750150cdf265ff8ed7477613ea319399cb0ad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 18 22:05:53 2014 +0100

    Dpkg::Arch: Refactor table loading into a common function
    
    The loading is always the same, the difference is just in the parsing
    logic.

 scripts/Dpkg/Arch.pm | 74 ++++++++++++++++++----------------------------------
 1 file changed, 25 insertions(+), 49 deletions(-)

commit add97a770e54a9f691f7abacc6eb5be876027645
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 18 22:05:53 2014 +0100

    Dpkg::Arch: Assume abitable is always present
    
    Switch the conditional loading of the abitable to expect it to always
    exist, and bump libdpkg-perl depends on dpkg to 1.16.3, the version
    introducing the file.
    
    This will allow some refactoring.

 debian/changelog     |  2 ++
 debian/control       |  2 +-
 scripts/Dpkg/Arch.pm | 18 ++++++------------
 3 files changed, 9 insertions(+), 13 deletions(-)

commit 061c572fdade80049d96db839d60d89e7387f607
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 18 23:56:10 2014 +0100

    test: Move use strict and warnings as the first directives

 scripts/t/Dpkg_Arch.t         |  4 ++--
 scripts/t/Dpkg_BuildOptions.t |  1 +
 scripts/t/Dpkg_Changelog.t    |  1 +
 scripts/t/Dpkg_Deps.t         |  1 +
 scripts/t/Dpkg_IPC.t          |  1 +
 scripts/t/Dpkg_Substvars.t    |  4 ++--
 scripts/t/Dpkg_Version.t      |  1 +
 scripts/t/merge_changelogs.t  |  3 ++-
 src/t/dpkg_divert.t           |  8 +++++---
 utils/t/update_alternatives.t | 12 +++++++-----
 10 files changed, 23 insertions(+), 13 deletions(-)

commit 8d557d6c8ea6f370e00d13eaa6234b2ef2d800dc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 17 10:40:45 2014 +0100

    test: Check perl code compilation, warnings and strictness

 Makefile.am      |  8 ++++++++
 README           |  1 +
 debian/changelog |  2 ++
 t/strict.t       | 40 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 51 insertions(+)

commit f38b214a69052741625e36e265f8b3e47959fa11
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 21 01:59:06 2015 +0100

    test: Add new common Test::Dpkg module
    
    This will centralize common testsuite functions.

 README               |  1 -
 scripts/Makefile.am  |  4 ++++
 scripts/Test/Dpkg.pm | 39 +++++++++++++++++++++++++++++++++++++++
 t/critic.t           |  8 ++------
 4 files changed, 45 insertions(+), 7 deletions(-)

commit ace4a0e8f7b6d468eb62f847734c4deeb616ec13
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 28 15:13:47 2014 +0200

    test: Rename TAP test directories from test to t

 Makefile.am                          | 6 +++---
 configure.ac                         | 2 +-
 lib/dpkg/Makefile.am                 | 2 +-
 lib/dpkg/{test => t}/.gitignore      | 0
 lib/dpkg/{test => t}/Makefile.am     | 0
 lib/dpkg/{test => t}/t-ar.c          | 0
 lib/dpkg/{test => t}/t-arch.c        | 0
 lib/dpkg/{test => t}/t-buffer.c      | 0
 lib/dpkg/{test => t}/t-c-ctype.c     | 0
 lib/dpkg/{test => t}/t-command.c     | 0
 lib/dpkg/{test => t}/t-deb-version.c | 0
 lib/dpkg/{test => t}/t-error.c       | 0
 lib/dpkg/{test => t}/t-macros.c      | 0
 lib/dpkg/{test => t}/t-mod-db.c      | 0
 lib/dpkg/{test => t}/t-path.c        | 0
 lib/dpkg/{test => t}/t-pkg-list.c    | 0
 lib/dpkg/{test => t}/t-pkg-queue.c   | 0
 lib/dpkg/{test => t}/t-pkginfo.c     | 0
 lib/dpkg/{test => t}/t-progname.c    | 0
 lib/dpkg/{test => t}/t-string.c      | 0
 lib/dpkg/{test => t}/t-subproc.c     | 0
 lib/dpkg/{test => t}/t-tar.t         | 0
 lib/dpkg/{test => t}/t-tarextract.c  | 0
 lib/dpkg/{test => t}/t-test-skip.c   | 0
 lib/dpkg/{test => t}/t-test.c        | 0
 lib/dpkg/{test => t}/t-trigger.c     | 0
 lib/dpkg/{test => t}/t-varbuf.c      | 0
 lib/dpkg/{test => t}/t-version.c     | 0
 {test => t}/critic.t                 | 4 ++--
 {test => t}/critic/perlcriticrc      | 0
 {test => t}/pod.t                    | 0
 31 files changed, 7 insertions(+), 7 deletions(-)

commit e0b76a5e48404babba62342a682a2b6c3ad79a08
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 27 20:01:18 2015 +0100

    test: Fix perlcritic errors in t-tar.t
    
    Fixes ValuesAndExpressions::RequireQuotedHeredocTerminator and
    ValuesAndExpressions::ProhibitInterpolationOfLiterals.

 lib/dpkg/test/t-tar.t | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 96ff574ed0269199d0f6caa98a65fb14a9486684
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 21 01:05:53 2015 +0100

    build: Rename perl scripts to have a .pl extension
    
    This allows to easily replace the shebang at installation time to use
    the system perl interpreter and will make it easier to analyze all
    perl scripts in the source tree.

 Makefile.am                                 |  4 ++--
 doc/{lcov-inject => lcov-inject.pl}         |  2 +-
 dselect/methods/Makefile.am                 | 27 +++++++++++++++++++++++----
 dselect/methods/ftp/.gitignore              |  3 +++
 dselect/methods/ftp/{install => install.pl} |  0
 dselect/methods/ftp/{setup => setup.pl}     |  0
 dselect/methods/ftp/{update => update.pl}   |  0
 7 files changed, 29 insertions(+), 7 deletions(-)

commit d7676a0374c682a8291e3bc11cae549d14dce04b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 6 21:45:18 2014 +0100

    Remove trailing newline from string literal in warning calls

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

commit 6e56dce4194d7a4de56c0a9111020e19e5963bf2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 29 17:03:48 2014 +0100

    scripts: Rename and deprecate _g function with g_
    
    The old function name was inconsistent with the other gettext family
    of short aliases which has already caused some code typos, and functions
    starting with underscore are considered by convention private in Perl.

 debian/changelog                         |   1 +
 scripts/Dpkg/Arch.pm                     |  12 ++--
 scripts/Dpkg/BuildFlags.pm               |   6 +-
 scripts/Dpkg/BuildOptions.pm             |   2 +-
 scripts/Dpkg/Changelog.pm                |  40 +++++------
 scripts/Dpkg/Changelog/Debian.pm         |  24 +++----
 scripts/Dpkg/Changelog/Entry/Debian.pm   |  20 +++---
 scripts/Dpkg/Changelog/Parse.pm          |  16 ++---
 scripts/Dpkg/Checksums.pm                |  14 ++--
 scripts/Dpkg/Compression.pm              |   4 +-
 scripts/Dpkg/Compression/FileHandle.pm   |   4 +-
 scripts/Dpkg/Compression/Process.pm      |   6 +-
 scripts/Dpkg/Conf.pm                     |   4 +-
 scripts/Dpkg/Control.pm                  |  20 +++---
 scripts/Dpkg/Control/FieldsCore.pm       |   4 +-
 scripts/Dpkg/Control/HashCore.pm         |  22 +++----
 scripts/Dpkg/Control/Info.pm             |   6 +-
 scripts/Dpkg/Deps.pm                     |   4 +-
 scripts/Dpkg/Dist/Files.pm               |   4 +-
 scripts/Dpkg/ErrorHandling.pm            |  18 ++---
 scripts/Dpkg/File.pm                     |   6 +-
 scripts/Dpkg/Gettext.pm                  |  27 ++++++--
 scripts/Dpkg/IPC.pm                      |  28 ++++----
 scripts/Dpkg/Interface/Storable.pm       |  10 +--
 scripts/Dpkg/Package.pm                  |   6 +-
 scripts/Dpkg/Shlibs.pm                   |   2 +-
 scripts/Dpkg/Shlibs/Cppfilt.pm           |   2 +-
 scripts/Dpkg/Shlibs/Objdump.pm           |   8 +--
 scripts/Dpkg/Shlibs/Symbol.pm            |   4 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm        |  10 +--
 scripts/Dpkg/Source/Archive.pm           |  12 ++--
 scripts/Dpkg/Source/Functions.pm         |  12 ++--
 scripts/Dpkg/Source/Package.pm           |  44 ++++++-------
 scripts/Dpkg/Source/Package/V1.pm        |  84 +++++++++++------------
 scripts/Dpkg/Source/Package/V2.pm        | 108 +++++++++++++++---------------
 scripts/Dpkg/Source/Package/V3/Bzr.pm    |  32 ++++-----
 scripts/Dpkg/Source/Package/V3/Custom.pm |   6 +-
 scripts/Dpkg/Source/Package/V3/Git.pm    |  36 +++++-----
 scripts/Dpkg/Source/Package/V3/Native.pm |  18 ++---
 scripts/Dpkg/Source/Package/V3/Quilt.pm  |  16 ++---
 scripts/Dpkg/Source/Patch.pm             | 110 +++++++++++++++----------------
 scripts/Dpkg/Source/Quilt.pm             |  42 ++++++------
 scripts/Dpkg/Substvars.pm                |  10 +--
 scripts/Dpkg/Vars.pm                     |   4 +-
 scripts/Dpkg/Vendor.pm                   |   2 +-
 scripts/Dpkg/Vendor/Debian.pm            |   6 +-
 scripts/Dpkg/Vendor/Ubuntu.pm            |  10 +--
 scripts/Dpkg/Version.pm                  |  12 ++--
 scripts/changelog/debian.pl              |  12 ++--
 scripts/dpkg-architecture.pl             |  24 +++----
 scripts/dpkg-buildflags.pl               |  18 ++---
 scripts/dpkg-buildpackage.pl             |  92 +++++++++++++-------------
 scripts/dpkg-checkbuilddeps.pl           |  18 ++---
 scripts/dpkg-distaddfile.pl              |  18 ++---
 scripts/dpkg-genchanges.pl               |  54 +++++++--------
 scripts/dpkg-gencontrol.pl               |  60 ++++++++---------
 scripts/dpkg-gensymbols.pl               |  42 ++++++------
 scripts/dpkg-mergechangelogs.pl          |  16 ++---
 scripts/dpkg-name.pl                     |  38 +++++------
 scripts/dpkg-parsechangelog.pl           |  14 ++--
 scripts/dpkg-scanpackages.pl             |  48 +++++++-------
 scripts/dpkg-scansources.pl              |  22 +++----
 scripts/dpkg-shlibdeps.pl                |  72 ++++++++++----------
 scripts/dpkg-source.pl                   |  78 +++++++++++-----------
 scripts/dpkg-vendor.pl                   |  22 +++----
 scripts/po/Makevars                      |   2 +-
 66 files changed, 783 insertions(+), 765 deletions(-)

commit 08ce938d42f01ebe939f8a527f7b02ec017d3cc7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 29 12:34:42 2014 +0100

    dpkg-gensymbols: Add support for arch-bits and arch-endian tags
    
    These allow to tag symbols as being only relevant on architectures with
    specific bits or endianness. The current supported values are 32 and 64
    for arch-bits, and little and big for arch-endian.
    
    They can also be combined by using multiple tags on the same symbol.
    
    Closes: #630342

 debian/changelog                              |  2 +
 man/dpkg-gensymbols.1                         | 39 +++++++++---
 scripts/Dpkg/Shlibs/Symbol.pm                 | 17 +++--
 scripts/Makefile.am                           | 10 ++-
 scripts/t/Dpkg_Shlibs.t                       | 55 ++++++++++++++--
 scripts/t/Dpkg_Shlibs/basictags.c             | 42 +++++++++++--
 scripts/t/Dpkg_Shlibs/basictags.symbols       |  9 ++-
 scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 | 85 ++++++++++++++-----------
 scripts/t/Dpkg_Shlibs/objdump.basictags-i386  | 90 +++++++++++++++------------
 scripts/t/Dpkg_Shlibs/objdump.basictags-mips  | 84 +++++++++++++++++++++++++
 10 files changed, 331 insertions(+), 102 deletions(-)

commit 2edb74f777af3dbab2a7bdfc75ab60b8d70fa2a7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 29 02:59:00 2014 +0100

    Dpkg::Shlibs::Symbol: Use new debarch_is_concerned() instead of Dpkg::Deps
    
    Stop abusing the Dpkg::Deps object just to get the architecture
    computation from it.

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

commit e5b233d01ae5914e492316fb2b6e1278a2a7541e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 29 02:59:00 2014 +0100

    Dpkg::Arch: Add new debarch_is_concerned()
    
    Factor out from Dpkg::Deps::Simple::arch_is_concerned().

 scripts/Dpkg/Arch.pm | 29 +++++++++++++++++++++++++++++
 scripts/Dpkg/Deps.pm | 25 ++-----------------------
 2 files changed, 31 insertions(+), 23 deletions(-)

commit baccc432ff05e2c75328c9c3597b3b53bd3986e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 28 20:14:48 2014 +0100

    libdpkg: Remove now unused cistype() functions
    
    These have a suboptimal license and implementation. Just get rid of
    them.

 debian/copyright     |  1 -
 lib/dpkg/dpkg.h      |  4 ----
 lib/dpkg/libdpkg.map |  1 -
 lib/dpkg/utils.c     | 23 -----------------------
 4 files changed, 29 deletions(-)

commit 45dcca46d83ea52d683afa4b486d9321148b46cf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 28 20:14:48 2014 +0100

    Switch code to use the new C locale character type functions

 debian/changelog       |  2 ++
 dpkg-deb/build.c       |  4 ++--
 dpkg-deb/info.c        |  4 ++--
 dpkg-split/info.c      |  5 +++--
 dpkg-split/split.c     | 10 +++++-----
 dselect/baselist.cc    |  5 +++--
 dselect/methparse.cc   | 26 +++++++++++++++-----------
 dselect/pkgtop.cc      |  4 ++--
 lib/dpkg/arch.c        |  6 +++---
 lib/dpkg/dbmodify.c    |  5 +++--
 lib/dpkg/deb-version.c |  5 +++--
 lib/dpkg/fields.c      | 49 ++++++++++++++++++++++++++++++++-----------------
 lib/dpkg/options.c     |  9 +++++----
 lib/dpkg/parse.c       | 14 +++++++-------
 lib/dpkg/parsehelp.c   | 19 ++++++++++---------
 lib/dpkg/pkg-db.c      |  7 +++++--
 lib/dpkg/string.c      |  3 ++-
 lib/dpkg/triglib.c     |  9 +++++----
 lib/dpkg/version.c     | 14 +++++++-------
 src/main.c             | 12 ++++++++----
 src/remove.c           |  5 +++--
 src/select.c           | 16 ++++++++++------
 src/unpack.c           |  4 ++--
 23 files changed, 139 insertions(+), 98 deletions(-)

commit 8183122e10463954453d756f4a037f9ea3f1c5c5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 28 19:55:54 2014 +0100

    libdpkg: Add new pure ASCII C locale character type functions
    
    These do not get affected by the user locale, nor by the character
    encodings. For dpkg control data, we always want to use ASCII.

 lib/dpkg/Makefile.am      |   2 +
 lib/dpkg/c-ctype.c        | 186 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/c-ctype.h        | 130 ++++++++++++++++++++++++++++++++
 lib/dpkg/libdpkg.map      |   1 +
 lib/dpkg/test/.gitignore  |   1 +
 lib/dpkg/test/Makefile.am |   1 +
 lib/dpkg/test/t-c-ctype.c | 107 ++++++++++++++++++++++++++
 po/POTFILES.in            |   1 +
 8 files changed, 429 insertions(+)

commit 83e8c53c46f0e83ec25b4ecbdeaf9a1c13a4a1e3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 28 19:49:50 2014 +0100

    Remove unused <ctype.h> includes

 dpkg-deb/extract.c | 1 -
 dpkg-deb/main.c    | 1 -
 dselect/method.cc  | 1 -
 dselect/pkginfo.cc | 1 -
 lib/dpkg/dump.c    | 1 -
 src/archives.c     | 1 -
 src/cleanup.c      | 1 -
 src/errors.c       | 1 -
 src/packages.c     | 1 -
 9 files changed, 9 deletions(-)

commit c73cbff5355b5a8f6856ce10c3a84910e36f177c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 17 16:37:10 2015 +0100

    libdpkg: Add missing symbols to the version script
    
    Some of these where accidentally dropped, reinstate them for now.

 lib/dpkg/libdpkg.map | 8 ++++++++
 1 file changed, 8 insertions(+)

commit d8e6c56b20a1cbf1897f34db5f93d7aea0265a1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 10 05:14:54 2015 +0100

    libdpkg: Change m_calloc() signature to take also a nmemb argument
    
    We are using these on arrays, so we end up having to compute the total
    size from the number of members and the member size. Just delegate the
    computation to the underlaying call which should ideally also handle
    overflows and similar. And we can always pass nmemb=1 from the call
    sites if needed.

 lib/dpkg/dpkg.h | 2 +-
 lib/dpkg/mlib.c | 4 ++--
 src/querycmd.c  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 9af7e8d0684103f683fe2a72eddf5459f0fa95a0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 8 10:28:29 2015 +0100

    debian: Document the postinst triggered invocation in the comment header

 debian/changelog     | 2 ++
 debian/dpkg.postinst | 3 +++
 2 files changed, 5 insertions(+)

commit bf1e76621ddfb652b16616f6b481f09290fc2355
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 17 13:22:37 2015 +0100

    man: Document dpkg-query --search behavior
    
    Add how the pattern is interpreted as a substring match, or as a literal
    path lookup. And explain how some metacharacters behave.
    
    Closes: #775379

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

commit a70815c94ad9d1f6a649a203e3608a2566c1d972
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 17 21:00:14 2015 +0100

    dpkg-query: Only trim trailing "/" and "/." from pathnames in --search
    
    We should not be trimming those characters from substring matches, or we
    might get very confusing results.
    
    This was actually the intention behind commit
    af9e264518c4cab8e70788d0724d362ef25534d6, but somehow failed at it.

 debian/changelog |  2 ++
 src/querycmd.c   | 23 +++++++++--------------
 2 files changed, 11 insertions(+), 14 deletions(-)

commit 3802dd1144df87b637bbe8b8351f467fe49e4674
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 17 20:32:39 2015 +0100

    man: Use “wildcard characters” instead of “wildchars” in dpkg-query(1)

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

commit 74d64b44768dbe4cf1a672f9ff982d160e5734e3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 3 19:16:28 2014 +0100

    man: Document that current feature areas only work on Debian and derivatives

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

commit d8fc005f2ddd679530664290e21a7d8bd37c5b86
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 23 23:06:37 2014 +0100

    man: Fix and update Arch substvar description in deb-substvars(5)

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

commit 9d70c7a6582b2d70dc7e520e31c459c5dd5b7fd2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 21 22:45:18 2014 +0100

    man: Improve dpkg-maintscript-helper pkgname argument documentation
    
    Clarify how the package name gets generated when empty or omitted, and
    when it sould be arch-qualified or not depending on whether the package
    is Multi-Arch:same.
    
    Closes: #776072

 debian/changelog              |  2 ++
 man/dpkg-maintscript-helper.1 | 12 ++++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 188b3057315d3aa1d11044d98ddc828ab6358670
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 18 02:26:31 2014 +0100

    man: Update dpkg --log documentation
    
    Add missing actions, and describe the startup messages.
    
    Closes: #773398

 debian/changelog | 2 ++
 man/dpkg.1       | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 971317da57f10432e38c9ea414001c0461c1ed24
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 15 21:27:14 2014 +0100

    man: Add the version when dpkg-deb --raw-extract was added

 debian/changelog | 1 +
 man/dpkg-deb.1   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 453d6bfd6c39deb59b41c34d602f49065ba6f2cd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 10 19:55:31 2014 +0100

    man: Document versioned Provides

 debian/changelog  | 1 +
 man/deb-control.5 | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 0fec5cfcf2cc07ea7ac3a20855ecef276d6e34c4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 10 19:40:22 2014 +0100

    man: Document arch-qualifiers for dependency fields
    
    Closes: #768842
    Reported-by: Johannes Schauer <j.schauer@email.de>

 debian/changelog      |  4 +++-
 man/deb-control.5     | 21 ++++++++++++++++-----
 man/deb-src-control.5 | 14 +++++++++++++-
 3 files changed, 32 insertions(+), 7 deletions(-)

commit 84e5efe254400b5df570fd1a5e70aeedf8b0632d
Author: Peter Krefting <peter@softwolves.pp.se>
Date:   Wed Jan 14 23:04:25 2015 +0100

    Remove references to my @debian.org email address

 THANKS             | 2 +-
 dselect/po/LINGUAS | 2 +-
 dselect/po/sv.po   | 4 ++--
 man/po/sv.po       | 4 ++--
 po/LINGUAS         | 2 +-
 po/sv.po           | 4 ++--
 scripts/po/LINGUAS | 2 +-
 scripts/po/sv.po   | 4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

commit ff261dbd5d08f25b4a7b90d5999602806c6c9919
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 9 23:53:18 2014 +0100

    Bump version to 1.18.0

 TODO             | 2 +-
 debian/changelog | 6 ++++++
 scripts/Dpkg.pm  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 84a3a0408e778454c7fb110d6556f05548d23fd7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 23 17:45:58 2014 +0100

    Release 1.17.23

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c8da1924469f5a4de3709ec22ac43bf1c183af42
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 23 19:19:32 2014 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   8 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |  26 ++--
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |  65 ++------
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |  86 +++--------
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 po/ast.po               |  16 +-
 po/bs.po                |  16 +-
 po/ca.po                |  41 ++---
 po/cs.po                |  16 +-
 po/da.po                |  16 +-
 po/de.po                |  16 +-
 po/dpkg.pot             |  18 +--
 po/dz.po                |  16 +-
 po/el.po                |  16 +-
 po/eo.po                |  19 +--
 po/es.po                | 142 +++++++++++------
 po/et.po                |  16 +-
 po/eu.po                |  16 +-
 po/fr.po                |  19 +--
 po/gl.po                |  16 +-
 po/hu.po                |  16 +-
 po/id.po                |  16 +-
 po/it.po                |  16 +-
 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                |  16 +-
 po/pt.po                | 156 ++++++-------------
 po/pt_BR.po             |  16 +-
 po/ro.po                |  16 +-
 po/ru.po                |  16 +-
 po/sk.po                |  16 +-
 po/sv.po                |  20 +--
 po/th.po                |  78 +++++-----
 po/tl.po                |  16 +-
 po/tr.po                |  16 +-
 po/vi.po                |  16 +-
 po/zh_CN.po             |  16 +-
 po/zh_TW.po             |  16 +-
 scripts/po/ca.po        | 401 +++++++++++++++++++++++++++++++-----------------
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        | 101 ++++++++----
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 81 files changed, 930 insertions(+), 864 deletions(-)

commit 810f7b321048167747e9a320c7f0978d65f64074
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 11 23:50:37 2014 +0100

    debian: Add versioned Breaks on packages creating trigger cycles
    
    There are two groups of packages, ones where the old version of the
    packages produced trigger cycles as they were using awaiting trigger
    directives, but are fixed now, which get a << versioned Breaks on the
    fixed version. And packages that are still not fixed that get a <=
    versioned Breaks on the broken version.

 debian/changelog |  4 ++++
 debian/control   | 15 +++++++++++++++
 2 files changed, 19 insertions(+)

commit fa1cfce24dc7c0659cb16b4a6ff09f660e318731
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 29 15:56:15 2014 +0100

    libdpkg, dpkg: Fix out-of-bounds read accesses
    
    Limit the buffer accesses to the size of the buffer being accessed. This
    affects reads done when parsing field and trigger names, or checking the
    package ownership of conffiles and directories.
    
    Use a new length member for struct fieldinfo and nickname to avoid
    recomputing the same known length over and over again, but use strlen()
    instead for arbitrary fields, conffiles and directories to avoid
    increaseing the memory footprint too much.
    
    Reported-by: Joshua Rogers <megamansec@gmail.com>

 debian/changelog      |  3 ++
 lib/dpkg/parse.c      | 84 +++++++++++++++++++++++++--------------------------
 lib/dpkg/parsedump.h  |  6 ++++
 lib/dpkg/pkg-format.c | 16 +++++-----
 lib/dpkg/triglib.c    |  4 +--
 src/help.c            |  3 +-
 6 files changed, 63 insertions(+), 53 deletions(-)

commit f58eee9edbfc876d92af50323e1492b676a705d4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 5 09:41:00 2014 +0100

    dpkg: Reset trigger cycle tracking on unsatisfied dependencies during trigproc
    
    If we are not going to process triggers due to an unsatisfied
    dependency, we should reset the trigger cycle tracking information
    so that we do not end up reporting bogus cycle errors.
    
    Closes: #771730

 debian/changelog | 2 ++
 src/trigproc.c   | 7 +++++++
 2 files changed, 9 insertions(+)

commit 6bcd4f46ff8bc671edde3d48a2e87df44526a5f6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 23 01:35:58 2014 +0100

    t-triggers-depfarcycle: Rework test case

 t-triggers-depfarcycle/Makefile                    | 25 ++++++++++++++++------
 t-triggers-depfarcycle/pkg-files-1/DEBIAN/control  |  8 -------
 .../pkg-files-1/test/trigger/test-file             |  1 -
 .../{pkg-files-0 => pkg-files}/DEBIAN/control      |  0
 .../test/trigger/test-file                         |  0
 5 files changed, 18 insertions(+), 16 deletions(-)

commit fa8344a6cfa7edd288eda45cc7ab6c71dd35f46b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 23 01:35:31 2014 +0100

    t-triggers-halt: New test case

 Makefile                                         |  1 +
 t-triggers-halt/Makefile                         | 26 ++++++++++++++++++++++++
 t-triggers-halt/pkg-depends/DEBIAN/control       |  8 ++++++++
 t-triggers-halt/pkg-files/DEBIAN/control         |  7 +++++++
 t-triggers-halt/pkg-files/test/trigger/test-file |  1 +
 t-triggers-halt/pkg-remove/DEBIAN/control        |  7 +++++++
 t-triggers-halt/pkg-trigger/DEBIAN/control       |  8 ++++++++
 t-triggers-halt/pkg-trigger/DEBIAN/postinst      | 23 +++++++++++++++++++++
 t-triggers-halt/pkg-trigger/DEBIAN/triggers      |  1 +
 9 files changed, 82 insertions(+)

commit 99850c9d8e6296345495f7583f446a3fe0189473
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 16 04:29:09 2014 +0100

    t-triggers-selfcycle: New test case

 Makefile                                           |  1 +
 t-triggers-selfcycle/Makefile                      | 25 ++++++++++++++++++++++
 .../pkg-trigger-activate/DEBIAN/control            |  7 ++++++
 .../pkg-trigger-activate/DEBIAN/postinst           | 10 +++++++++
 .../pkg-trigger-activate/DEBIAN/triggers           |  2 ++
 .../pkg-trigger-unpack/DEBIAN/control              |  7 ++++++
 .../pkg-trigger-unpack/DEBIAN/postinst             | 10 +++++++++
 .../pkg-trigger-unpack/DEBIAN/triggers             |  1 +
 .../pkg-trigger-unpack/test/trigger/test-file      |  1 +
 9 files changed, 64 insertions(+)

commit c183855743b5d9fba922e014e59beec43b2821b3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 16 04:25:03 2014 +0100

    t-triggers-depends: Improve test case

 t-triggers-depends/Makefile                        | 27 +++++++++++-----------
 .../{pkg-files => pkg-activate}/DEBIAN/control     |  4 ++--
 .../pkg-activate/test/trigger/trigger-file         |  1 +
 .../{pkg-depends-0 => pkg-depended}/DEBIAN/control |  4 ++--
 t-triggers-depends/pkg-depends-1/DEBIAN/control    |  7 ------
 .../pkg-files/test/trigger/test-file               |  1 -
 .../{pkg-trigger => pkg-interest}/DEBIAN/control   |  4 ++--
 t-triggers-depends/pkg-interest/DEBIAN/postinst    | 16 +++++++++++++
 .../{pkg-trigger => pkg-interest}/DEBIAN/triggers  |  0
 t-triggers-depends/pkg-trigger/DEBIAN/postinst     | 16 -------------
 10 files changed, 37 insertions(+), 43 deletions(-)

commit deb2686df6aa25bd6446ed1a73cb8f96dbf7e935
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 16 04:22:54 2014 +0100

    test: Use DPKG_CONFIGURE instead of its expanded form

 t-triggers-cycle/Makefile       | 2 +-
 t-triggers-depcycle/Makefile    | 2 +-
 t-triggers-depends/Makefile     | 2 +-
 t-triggers-depfarcycle/Makefile | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit ee6a54cdd64edbd038bd01664995c4849186aedd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 19 18:48:35 2014 +0100

    build: Specify a --log for dpkg
    
    This avoids polluting the system log file with the test runs.

 Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2a7390d1108b221cc2fa34923f723caff9b0a2d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 6 00:11:14 2014 +0100

    libdpkg: Skip tar extractor tests if tar is not GNU tar >= 1.27
    
    This allows building on older systems.

 debian/changelog      |  1 +
 lib/dpkg/test/t-tar.t | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit ad1f3e78510415b26fc27cedf6c0ab4ab4c463b0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 5 23:29:03 2014 +0100

    dselect: Use a matching group instead of ${^MATCH} in s///
    
    It seems that this is not supported or does not work in perl 5.14.0,
    although it should be since 5.10.0. Switch to a group matching to
    allow using older perl version from stable.

 debian/changelog     | 3 +++
 dselect/mkcurkeys.pl | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 085763c09419bfe6f238963a362d2dd47d62b974
Author: Łukasz Dulny <bartekchom@poczta.onet.pl>
Date:   Mon Dec 22 22:31:58 2014 +0100

    po: Update Polish dselect translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/po/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit eac7221429adc2ebcabedea2d3d162ea49b46357
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 16 04:20:08 2014 +0100

    build: Do not pass -r to rm for db/arch
    
    This is a file, there is no need to recurse on it.

 db-regen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 103ceecee3fd76a776c0984f6bae0b29154c8c70
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 7 15:38:50 2014 +0100

    build: Allow creating an out-of-tree dpkg database

 db-regen | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 40aa4a8efc5f7f499be4f7a494897e70f2089b22
Author: Theppitak Karoonboonyanan <thep@debian.org>
Date:   Sat Dec 13 23:17:40 2014 +0100

    po: Update Thai programs translation
    
    Closes: #772965
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/th.po         | 239 ++++++++++++++++++-------------------------------------
 2 files changed, 80 insertions(+), 160 deletions(-)

commit 6affd8b5ce898d81c68567e5f008bb0ecd8af5ea
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 2 19:04:18 2014 +0100

    po: Update Catalan translations

 debian/changelog |    3 +
 dselect/po/ca.po |  197 +++----
 po/ca.po         |  114 ++--
 scripts/po/ca.po | 1513 +++++++++++++++++++++++++++++++-----------------------
 4 files changed, 1008 insertions(+), 819 deletions(-)

commit 231d3c11b5657cda7a11d424b9762f6dd4f7dd07
Author: Felipe E. F. de Castro <fefcas@gmail.com>
Date:   Tue Dec 9 01:03:33 2014 +0100

    po: Update Esperanto programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/eo.po         | 690 +++++++++++++++++--------------------------------------
 2 files changed, 209 insertions(+), 482 deletions(-)

commit 3291d8bb2f96d2a5d83f2aca602ef53d0438c0eb
Author: Hans Fredrik Nordhaug <hansfn@gmail.com>
Date:   Sat Dec 6 09:28:59 2014 +0100

    po: Update Norwegian Bokmål dselect translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 dselect/po/nb.po | 61 ++++++++++++++++++++++----------------------------------
 2 files changed, 25 insertions(+), 37 deletions(-)

commit e38c125bd463fc98060a1f491487b1f9a6b13a66
Author: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>
Date:   Wed Dec 3 10:55:11 2014 +0100

    po: Update Basque programs translation
    
    Closes: #771893
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/eu.po         | 2404 ++++++++++++++++++++----------------------------------
 2 files changed, 891 insertions(+), 1514 deletions(-)

commit 700b2528940d3386ed1f737cbf80c5dadd12b469
Author: Milo Casagrande <milo@milo.name>
Date:   Tue Dec 2 15:46:55 2014 +0100

    po: Update Italian programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/it.po         | 66 +++++++++++++-------------------------------------------
 2 files changed, 16 insertions(+), 51 deletions(-)

commit a2af3e6d3e1b4a51362611b96291ec87336b5ab0
Author: Sébastien Poher <sbphr@volted.net>
Date:   Tue Dec 2 07:03:10 2014 +0100

    po: Update French translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 ++
 man/po/fr.po     | 11 +----------
 po/fr.po         | 13 ++++---------
 3 files changed, 7 insertions(+), 19 deletions(-)

commit a7a0c9d66a3431b2475b158445fc2705ebc5b58e
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Mon Dec 1 08:32:33 2014 +0700

    po: Update Vietnamese dselect translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 dselect/po/vi.po | 466 +++++++++++++++++++++++++------------------------------
 2 files changed, 209 insertions(+), 258 deletions(-)

commit 86a843c99a3370ed889fe24c2ca8b952af3b2a1b
Author: Beatrice Torracca <beatricet@libero.it>
Date:   Tue Dec 2 06:08:58 2014 +0100

    po: Update Italian man pages translation
    
    [guillem@debian.org:
     - Fix POD markup. ]
    
    Closes: #771673
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    3 +
 man/po/it.po     | 1923 +++++++++++++++++++++++++++++++-----------------------
 2 files changed, 1109 insertions(+), 817 deletions(-)

commit 8c06cbc0f5eb0756c7f67070002d3f7dd1879932
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Tue Dec 2 06:04:28 2014 +0100

    po: Update Russian translations
    
    Closes: #771682, #771691, #772841
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +
 dselect/po/ru.po |  78 ++----
 po/ru.po         | 142 +++--------
 scripts/po/ru.po | 740 ++++++++++++++++++-------------------------------------
 4 files changed, 290 insertions(+), 673 deletions(-)

commit 9bbfbdc2c51a5707da6b71dd8c93665ece10385b
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sun Nov 30 17:56:14 2014 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #771264
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 200 +++++++++++++++++++++++++++----------------------------
 2 files changed, 98 insertions(+), 103 deletions(-)

commit 50f9eae2d048fa3a96d6e32138618e8b36f52cb9
Author: Łukasz Dulny <BartekChom@poczta.onet.pl>
Date:   Sun Nov 30 17:49:42 2014 +0100

    po: Update Polish translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 +
 dselect/po/pl.po |  73 +----
 scripts/po/pl.po | 952 +++++++++++++++++++------------------------------------
 3 files changed, 347 insertions(+), 682 deletions(-)

commit 740adcbfe6fe5807ac986d980f69593ac8b33b1f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 4 23:47:40 2014 +0100

    po: Revert spurious PO-Revision-Date changes
    
    The fixes in commit 2d1948951f6309ed4a287b4a2a9a2776040f3a04 for
    Language-Team addresses did not update any string, revert the
    PO-Revision-Date field update to be able to tell which translations
    are stale.

 dselect/po/it.po | 2 +-
 po/nl.po         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit af8faeebf27d347f948a73a356876af91c78f078
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 4 23:47:40 2014 +0100

    po: Update Language-Team email addresses
    
    Several of these email addresses where blank, no longer valid, or the
    mailing list rejected non-subscriber posts. Prefer lists in Debian
    servers.

 dselect/po/id.po    | 2 +-
 dselect/po/sk.po    | 2 +-
 dselect/po/zh_CN.po | 2 +-
 dselect/po/zh_TW.po | 2 +-
 po/id.po            | 2 +-
 po/it.po            | 2 +-
 po/sk.po            | 2 +-
 po/tr.po            | 2 +-
 po/zh_TW.po         | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

commit a385487cb08c5c755fab75e57a22ad00a5e548f3
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Tue Dec 2 20:30:20 2014 +0100

    Update dselect translation to Spanish

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

commit 6f256bd13d10453bfdb693a3e0cdccaf8fb01e62
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Tue Dec 2 20:25:30 2014 +0100

    Fix errors in translation

 po/es.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 501edbfd6cfe5225dd553f92e1e8fe583c4bedd3
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Tue Dec 2 20:24:32 2014 +0100

    Partial update

 scripts/po/es.po | 315 +++++++++++++++++++++----------------------------------
 1 file changed, 118 insertions(+), 197 deletions(-)

commit 07cf5ca27c9a1ef0f90fb9e113bc3a413c0cb6ab
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Tue Dec 2 19:56:52 2014 +0100

    Updated Spanish translation

 debian/changelog |   1 +
 po/es.po         | 711 ++++++++++++++++---------------------------------------
 2 files changed, 206 insertions(+), 506 deletions(-)

commit bc1442eeb69034949a1c4508cef0edc907fa2f80
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Sun Nov 30 13:30:13 2014 +0000

    Updated Portuguese translation

 debian/changelog |  1 +
 dselect/po/pt.po | 96 ++++++++++++++++++++++----------------------------------
 2 files changed, 38 insertions(+), 59 deletions(-)

commit cceae4ee00d4e10c3fd9ebf8b03c3ad9eb506666
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Sun Nov 30 11:59:03 2014 +0000

    Updated Portuguese translation
    
    Update to 1090t

 debian/changelog |   1 +
 po/pt.po         | 118 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 56 insertions(+), 63 deletions(-)

commit 6803c52c5b086f833f427ffe20ecf0aa7b567fbc
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Nov 30 10:15:35 2014 +0100

    Update Swedish translation
    
    po/sv.po: 1090t0f0u

 debian/changelog |  1 +
 po/sv.po         | 21 ++++++++-------------
 2 files changed, 9 insertions(+), 13 deletions(-)

commit 6f1046517a187ae455b7c9e82d2dba0d9800320e
Author: Miroslav Kure <kurem@debian.cz>
Date:   Sat Nov 29 11:54:00 2014 +0100

    po: Update Czech translation

 debian/changelog |   6 +++-
 dselect/po/cs.po |  22 +++++-------
 po/cs.po         | 103 +++++++++----------------------------------------------
 3 files changed, 30 insertions(+), 101 deletions(-)

commit c7fbb47a14099d04da2243e8135340891de06a91
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 28 02:41:35 2014 +0100

    Bump version to 1.17.23

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 384c3bd70cd0ef568716eef267a15d20fa3b2d2b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 28 02:02:51 2014 +0100

    Release 1.17.22

 debian/changelog | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 66a7ae62157c0246d74ec7f9f08a4564e7ce12d0
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Fri Nov 28 07:35:23 2014 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/vi.po | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

commit 2d1948951f6309ed4a287b4a2a9a2776040f3a04
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 28 01:49:25 2014 +0100

    po: Fix mailing list addresses
    
    These bounced in the call for translations.

 dselect/po/it.po | 4 ++--
 po/nl.po         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 69fe02658332607dbf48fc6d73d21175871960ba
Author: Kenshi Muto <kmuto@debian.org>
Date:   Fri Nov 28 01:35:12 2014 +0100

    po: Update Japanese translations
    
    Closes: #771255, #771256
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +
 dselect/po/ja.po |  72 ++-----
 po/ja.po         | 575 ++++++++++++++-----------------------------------------
 3 files changed, 160 insertions(+), 489 deletions(-)

commit 4d7b094e8186c815b4a7865a43c56c0095c302a8
Author: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
Date:   Fri Nov 28 01:09:47 2014 +0100

    po: Update Dutch dselect translation
    
    Closes: #771237
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 dselect/po/nl.po | 532 +++++++++++++++++++++++++------------------------------
 2 files changed, 238 insertions(+), 295 deletions(-)

commit 726a498d775feab41d6f23ab01fc9b8fe32459f0
Author: Joe Dalton <joedalton2@yahoo.dk>
Date:   Fri Nov 28 00:59:20 2014 +0100

    po: Update Danish translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +
 dselect/po/da.po | 233 ++++++++++++++++++++++---------------------------------
 po/da.po         | 202 ++++++++---------------------------------------
 3 files changed, 129 insertions(+), 308 deletions(-)

commit 8da3a78b0cfa604e6d7ccc5bcb11680e24c901cf
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Fri Nov 28 00:56:04 2014 +0100

    po: Update Turkish programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/tr.po         | 54 +++++++++++++++++++-----------------------------------
 2 files changed, 20 insertions(+), 35 deletions(-)

commit 8fd232ff8473763a90e74d755313e37b8f26bc0a
Author: Łukasz Dulny <BartekChom@poczta.onet.pl>
Date:   Fri Nov 28 00:50:14 2014 +0100

    po: Update Polish programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/pl.po         | 143 +++++++++++++------------------------------------------
 2 files changed, 34 insertions(+), 110 deletions(-)

commit f411ec437d01ac9370332abee9b99843004e64ff
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 27 17:59:43 2014 +0100

    po: Update Catalan programs translation

 debian/changelog |  1 +
 po/ca.po         | 27 ++++++---------------------
 2 files changed, 7 insertions(+), 21 deletions(-)

commit 6a2ece23c4d8f56cc1bc0b42d9e340a77ef81fa4
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Nov 27 17:21:55 2014 +0100

    German dpkg translation update
    
    Update to 1090t.

 po/de.po | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

commit fe163ddfd2d7c8c776655ddd833101c40c3b0389
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 26 20:00:48 2014 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/dpkg-man.pot     |    8 +-
 man/po/es.po            |    6 +-
 man/po/hu.po            |    6 +-
 man/po/it.po            |    6 +-
 man/po/ja.po            |    6 +-
 man/po/pl.po            |    6 +-
 man/po/pt_BR.po         |    6 +-
 man/po/ru.po            |    6 +-
 man/po/zh_CN.po         | 1990 ++++++++++++++++++++++++-----------------------
 po/ast.po               |  306 ++++----
 po/bs.po                |  299 +++----
 po/ca.po                |  306 ++++----
 po/cs.po                |  306 ++++----
 po/da.po                |  306 ++++----
 po/de.po                |  306 ++++----
 po/dpkg.pot             |  301 +++----
 po/dz.po                |  306 ++++----
 po/el.po                |  306 ++++----
 po/eo.po                |  306 ++++----
 po/es.po                |  306 ++++----
 po/et.po                |  306 ++++----
 po/eu.po                |  306 ++++----
 po/fr.po                |  318 ++++----
 po/gl.po                |  306 ++++----
 po/hu.po                |  306 ++++----
 po/id.po                |  306 ++++----
 po/it.po                |  306 ++++----
 po/ja.po                |  306 ++++----
 po/km.po                |  306 ++++----
 po/ko.po                |  306 ++++----
 po/ku.po                |  306 ++++----
 po/lt.po                |  306 ++++----
 po/mr.po                |  306 ++++----
 po/nb.po                |  306 ++++----
 po/ne.po                |  306 ++++----
 po/nl.po                |  306 ++++----
 po/nn.po                |  306 ++++----
 po/pa.po                |  310 ++++----
 po/pl.po                |  306 ++++----
 po/pt.po                |  306 ++++----
 po/pt_BR.po             |  306 ++++----
 po/ro.po                |  306 ++++----
 po/ru.po                |  306 ++++----
 po/sk.po                |  306 ++++----
 po/sv.po                |  310 ++++----
 po/th.po                |  306 ++++----
 po/tl.po                |  306 ++++----
 po/tr.po                |  306 ++++----
 po/vi.po                |  319 ++++----
 po/zh_CN.po             |  327 ++++----
 po/zh_TW.po             |  306 ++++----
 scripts/po/ca.po        |    2 +-
 scripts/po/de.po        |    5 +-
 scripts/po/dpkg-dev.pot |    4 +-
 scripts/po/es.po        |    2 +-
 scripts/po/fr.po        |   74 +-
 scripts/po/pl.po        |    2 +-
 scripts/po/ru.po        |    2 +-
 scripts/po/sv.po        |    2 +-
 90 files changed, 7955 insertions(+), 7136 deletions(-)

commit 75a857d79d3d3a5cb8367bbd49d5e89bb94af0a1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 14 18:35:32 2014 +0100

    libdpkg: Register all pending triggers for deferred processing
    
    Trigger processing on the deferred stage is just opportunistic, but
    we enqueue all currently pending triggers that might have been
    activated on a previous unpack run, only when being called as
    «dpkg --configure pkgname…».
    
    This is a mostly conformant workaround for frontends like apt that do
    not correctly call «dpkg --configure -a» or «dpkg --triggers-only -a»
    after their normal runs, and leave packages in triggers-pending and
    triggers-awaited states.
    
    Closes: #766758

 debian/changelog |  5 +++++
 src/main.h       |  1 +
 src/packages.c   |  3 +++
 src/trigproc.c   | 38 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 47 insertions(+)

commit 54526e8773218199ef588c17509ec6fc5c044da7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 13 23:49:15 2014 +0100

    dpkg: Do not ignore trigger cycles for direct dependencies
    
    These are just normal trigger cycles, and as such should not be special
    cased. And a strict reading of the triggers spec does not allow them
    either. It might make sense to allow self-cycles, but avoiding cycles
    from direct dependencies does not make much sense.

 debian/changelog |  2 ++
 src/packages.c   | 18 ------------------
 2 files changed, 2 insertions(+), 18 deletions(-)

commit 9a9ba74915876449b1fe20d4b76ab759f7d09d86
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 13 12:10:42 2014 +0100

    dpkg: Fail on trigger processing when it is required to progress
    
    Trigger processing is sometimes required and sometimes opportunistic.
    When trying to make progress on the packages queue, we need to consider
    it an error if the dependencies cannot be satisfied in this run. But if
    we are running the deferred trigger processing, then we should not fail,
    as that's just opportunistic.
    
    Closes: #768852

 debian/changelog |  3 +++
 src/main.h       |  9 ++++++++-
 src/packages.c   |  2 +-
 src/trigproc.c   | 20 +++++++++++++++++---
 src/unpack.c     |  2 +-
 5 files changed, 30 insertions(+), 6 deletions(-)

commit c4e109999d90e99199754e3e419ef90477b2a046
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 11 19:49:48 2014 +0100

    dpkg: Restore multiple processing checks for packages and archives
    
    The notices about duplicate entries not being processed got suppressed
    when the requeueing insertion protection got enabled. Add a new variable
    to track when packages or archives have been processed more than once.
    
    Regression introduced in commit ce27f5dc0c3dc6ed7656d09784ea461407765d7d.

 debian/changelog |  2 ++
 src/filesdb.c    |  1 +
 src/main.h       |  2 ++
 src/packages.c   | 19 +++++++++++++------
 src/unpack.c     |  2 +-
 5 files changed, 19 insertions(+), 7 deletions(-)

commit b1c19bc87eb661f074e63a2aa5c8ac9e55e3fac4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 12 10:17:08 2014 +0100

    libdpkg, dpkg: Normalize tar entry uid and gid only in dpkg unpack
    
    The tar extractor should be independent from the current system, so that
    testing it can be made reproducible.
    
    Move the preference over the system user and group names to the actual
    dpkg unpack code.
    
    Regression introduced in commit f71e02c8e913884bfbf9d97b58ded4591b823cdb.
    
    Closes: #769211

 debian/changelog |  2 ++
 lib/dpkg/tarfn.c | 37 +++++++++++++++++++++++++------------
 lib/dpkg/tarfn.h |  3 +++
 src/archives.c   |  2 ++
 4 files changed, 32 insertions(+), 12 deletions(-)

commit bd3f720ca063c581ca5c446ba8bb9b3318d6dd3d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 12 00:57:55 2014 +0100

    libdpkg: Fix fd_allocate_size() function to build on Mac OS X
    
    Add missing semicolons to fcntl() call, and rename fs_preallocate_setup()
    call sites to fd_preallocate_setup() on Mac OS X codepath.
    
    Regression introduced in commit 87b0b20b86407baf1deb4e91b3fd839e01228ac8.
    
    Reported-by: Dominyk Tiller <dominyktiller@gmail.com>

 debian/changelog | 2 ++
 lib/dpkg/fdio.c  | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 611305ef0e85092cc24887e040c19e9e808dd633
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 11 17:37:04 2014 +0100

    libdpkg: Do not match partial field names in control files
    
    There is currently no instance of any misspelled field names known to
    dpkg in Debian. Only known field names are possibly affected.
    
    Regression introduced in commit 864e230e90de1cef94c81f10582e6d99717d593b.
    
    Closes: #769119

 debian/changelog | 2 ++
 lib/dpkg/parse.c | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 446f11df6302716c2a1f993761ee54ecb44d42bb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 7 20:49:26 2014 +0100

    libdpkg: Escape package and architecture on control file parsing warning
    
    The package and architecture names are injected into a variable that is
    used as a format string. Because these are user controlled, we need to
    format-escape them so that they become inert.
    
    Regression introduced in commmit 3be2cf607868adb9a2c0e5af06f20168a072eeb6.
    
    Fixes: CVE-2014-8625
    Closes: #768485
    Reporteb-by: Joshua Rogers <megamansec@gmail.com>

 debian/changelog     |  5 +++++
 lib/dpkg/parsehelp.c | 11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

commit b89caa796ac54ca86db33c6b06e72a122975bf0e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 19 21:49:08 2014 +0100

    debian: Add Breaks on man-db, fontconfig and readahead-fedora
    
    The old versions of these packages produced trigger cycles as they
    were using awaiting trigger directives.
    
    Closes: #768599

 debian/changelog | 2 ++
 debian/control   | 4 ++++
 2 files changed, 6 insertions(+)

commit a213746672a3e12a8ef6b86ccf04594bf30e8fba
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 9 00:51:42 2014 +0100

    debian: Reintroduce u-a, dpkg-divert and dpkg-statoverride compat symlinks
    
    There are still packages using those paths, but the relevant lintian
    check did not list any, so these got removed prematurely.

 Makefile.am       | 1 +
 TODO              | 2 ++
 debian/changelog  | 4 ++++
 debian/dpkg.links | 3 +++
 4 files changed, 10 insertions(+)

commit e04dd68c0a36e465a656a9e78830dcf28e455242
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 17 00:55:20 2014 +0100

    man: Bump minimal version for dir_to_symlink and symlink_to_dir commands
    
    The minimal version for dir_to_symlink with all current features is
    1.17.13, and for symlink_to_dir is 1.17.14. But to make it simpler,
    let's just say the latter. This also avoids unnecessary translator
    work.
    
    Missed in commits 7fe9dcdd57c083180a7994957d1e5217d28e970a and
    a92a3ac5056363e9c21c48187f6ff965481742f4.
    
    Closes: #769843

 debian/changelog              |  2 ++
 man/dpkg-maintscript-helper.1 |  4 ++--
 man/po/de.po                  | 10 +++++-----
 man/po/fr.po                  | 10 +++++-----
 man/po/sv.po                  | 10 +++++-----
 5 files changed, 19 insertions(+), 17 deletions(-)

commit 2d3adc759c37bf73c12730c79b73dc26ca171c7d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 6 18:13:27 2014 +0100

    man: Add when dpkg-deb --ctrl-tarfile got introduced
    
    Missed in commit 03c0873bd720a4f93db0cc4764fa98d3dbcadede.

 debian/changelog    |  3 +++
 man/dpkg-deb.1      |  2 +-
 man/po/de.po        | 12 +++++++-----
 man/po/dpkg-man.pot |  8 ++++----
 man/po/es.po        |  8 ++++----
 man/po/fr.po        | 12 ++++++------
 man/po/hu.po        |  8 ++++----
 man/po/it.po        |  8 ++++----
 man/po/ja.po        |  8 ++++----
 man/po/pl.po        |  8 ++++----
 man/po/pt_BR.po     |  8 ++++----
 man/po/ru.po        |  8 ++++----
 man/po/sv.po        | 14 +++++++-------
 13 files changed, 56 insertions(+), 51 deletions(-)

commit e05713d1c730233ef3190e2bc7d0d575bd326615
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sat Nov 1 17:01:57 2014 +0100

    po: Add new Simplified Chinese man pages translation
    
    [guillem@debian.org:
     - Add build infrastructure. ]
    
    Closes: #767573
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |     1 +
 man/po/po4a.cfg  |     5 +-
 man/po/zh_CN.add |     0
 man/po/zh_CN.po  | 16919 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 16923 insertions(+), 2 deletions(-)

commit ef41da3479b6c0d116b2e5492b82903c8a6c3432
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Nov 21 22:42:11 2014 +0100

    po: Update Simplified Chinese translation
    
    Closes: #770280
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   2 +-
 po/zh_CN.po      | 393 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 198 insertions(+), 197 deletions(-)

commit b20bdcf93553ff4db4e95a56af02d3e2b7b7e2ef
Author: Sébastien Poher <sbphr@volted.net>
Date:   Thu Nov 6 17:51:35 2014 +0100

    po: Update French translations
    
    Closes: #767918, #767934
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +-
 dselect/po/fr.po |  40 +++++----
 man/po/fr.po     | 253 +++++++++++++++++++++++++++++++++++++------------------
 3 files changed, 195 insertions(+), 101 deletions(-)

commit 5b2ed55f981a852d1bff4769fb8952e3165a2e3f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 19 20:47:46 2014 +0100

    t-triggers: Take into account temporary workaround for apt
    
    For now we need to make «dpkg --configure pkgname» process any pending
    triggers, because apt is not doing it by itself. During the 1.18.x cycle
    this workaround will be reverted. Make the test cope with this for now.

 t-triggers/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c0959bfdba2ef5847a9d15836b537642565ef79a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 19 18:08:04 2014 +0100

    t-deb-split: Only ignore the data file not the entire packaging

 t-deb-split/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3d9de7c5a3e27550ffec17df4d9bf26cafaf7d73
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 14 00:19:49 2014 +0100

    t-queue-process-deconf-dupe: Add file Replaces

 t-queue-process-deconf-dupe/pkg-a-0/test-move    | 0
 t-queue-process-deconf-dupe/pkg-b/DEBIAN/control | 1 +
 t-queue-process-deconf-dupe/pkg-b/test-move      | 0
 3 files changed, 1 insertion(+)

commit e1370b289d1cd746044b34215ac3f07329671f78
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 14 00:19:49 2014 +0100

    t-breaks-queue-dupe: Rename to t-queue-process-deconf-dupe

 Makefile                                                                | 2 +-
 {t-breaks-queue-dupe => t-queue-process-deconf-dupe}/Makefile           | 0
 .../pkg-a-0/DEBIAN/control                                              | 0
 {t-breaks-queue-dupe => t-queue-process-deconf-dupe}/pkg-a-0/test-a     | 0
 .../pkg-a-1/DEBIAN/control                                              | 0
 {t-breaks-queue-dupe => t-queue-process-deconf-dupe}/pkg-a-1/test-a     | 0
 .../pkg-b/DEBIAN/control                                                | 0
 {t-breaks-queue-dupe => t-queue-process-deconf-dupe}/pkg-b/test-b       | 0
 8 files changed, 1 insertion(+), 1 deletion(-)

commit 6c27633904c42a75be9974461c83d382aaa825f0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 14 01:15:30 2014 +0100

    t-triggers-depcycle: Do not break trigger cycles for direct dependencies

 t-triggers-depcycle/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6ec6dde0d8e3ca15bed1bfc5706a280ab2826e63
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 14 00:17:08 2014 +0100

    t-control-bogus: Add new test cases

 t-control-bogus/Makefile                                   | 12 ++++++++++++
 t-control-bogus/pkg-bogus-fieldname-empty/DEBIAN/control   |  8 ++++++++
 t-control-bogus/pkg-bogus-fieldname-partial/DEBIAN/control |  7 +++++++
 t-control-bogus/pkg-bogus-format-string/DEBIAN/control     |  7 +++++++
 4 files changed, 34 insertions(+)

commit f9d8c9d6221fcb6f6846db2cc868ed910400167a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 6 00:48:37 2014 +0100

    t-maintscript-leak: Add new test case
    
    Check for file descriptor leaks on kFreeBSD and Linux.

 Makefile                                                |  1 +
 t-maintscript-leak/Makefile                             | 14 ++++++++++++++
 t-maintscript-leak/pkg-maintscript-leak/DEBIAN/control  |  7 +++++++
 t-maintscript-leak/pkg-maintscript-leak/DEBIAN/postinst | 16 ++++++++++++++++
 t-maintscript-leak/pkg-maintscript-leak/DEBIAN/postrm   | 16 ++++++++++++++++
 t-maintscript-leak/pkg-maintscript-leak/DEBIAN/preinst  | 16 ++++++++++++++++
 t-maintscript-leak/pkg-maintscript-leak/DEBIAN/prerm    | 16 ++++++++++++++++
 7 files changed, 86 insertions(+)

commit f55564caa3d2c67e74e28f55bc408169c8886a2e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 1 20:49:20 2014 +0100

    t-breaks-queue-dupe: Add new test case
    
    Ref: #578872

 Makefile                                   |  1 +
 t-breaks-queue-dupe/Makefile               | 12 ++++++++++++
 t-breaks-queue-dupe/pkg-a-0/DEBIAN/control |  7 +++++++
 t-breaks-queue-dupe/pkg-a-0/test-a         |  0
 t-breaks-queue-dupe/pkg-a-1/DEBIAN/control |  7 +++++++
 t-breaks-queue-dupe/pkg-a-1/test-a         |  0
 t-breaks-queue-dupe/pkg-b/DEBIAN/control   |  8 ++++++++
 t-breaks-queue-dupe/pkg-b/test-b           |  0
 8 files changed, 35 insertions(+)

commit c195722ccb13c5f669a001fc2aee0c84d11d39f3
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Fri Oct 31 21:30:51 2014 +0100

    po: Update Simplified Chinese programs translation
    
    Closes: #766724
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 197 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 100 insertions(+), 98 deletions(-)

commit 3efab5944128cee4f7151ec6de17865e3a6b41e3
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Sat Oct 25 13:47:12 2014 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/vi.po         | 15 ++++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

commit 39491c823ff0a5e8e4c87749f00438ffdaee027d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Oct 31 19:16:57 2014 +0100

    Add missing markup to fix build

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

commit aadff2b8ee0237297452585e01f5c6ba92f5f98a
Author: Peter Krefting <peterk@debian.org>
Date:   Thu Oct 30 21:13:09 2014 +0100

    dpkg-architecture: Fix typo in manual page

 man/dpkg-architecture.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/it.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 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

commit 8994131a323cb600234a83b391670c2998ae51c6
Author: Peter Krefting <peterk@debian.org>
Date:   Thu Oct 30 21:11:17 2014 +0100

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

 debian/changelog |    1 +
 man/po/sv.po     | 1235 +++++++++++++++++++-----------------------------------
 2 files changed, 437 insertions(+), 799 deletions(-)

commit 3f1aeb438dfa3232b4fb3f7c677d273fd603c9d5
Author: Peter Krefting <peterk@debian.org>
Date:   Thu Oct 30 15:10:31 2014 +0100

    Update Swedish translation
    
    po/sv.po: 1088t0f0u
    dselect/po/sv.po: 27t0f0u
    scripts/po/sv.po: 554t0f0u

 debian/changelog |   5 +
 dselect/po/sv.po |  74 +++---------
 po/sv.po         | 127 +++++---------------
 scripts/po/sv.po | 360 +++++++++++++++++--------------------------------------
 4 files changed, 160 insertions(+), 406 deletions(-)

commit 464a64c748201c906ed70123edf4832e53373081
Author: Sébastien Poher <sbphr@volted.net>
Date:   Mon Oct 27 10:41:07 2014 -0400

    Update French translation
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 dselect/po/fr.po |  24 ++---
 man/po/fr.po     | 322 ++++++++++++-------------------------------------------
 po/fr.po         |  41 +++----
 scripts/po/fr.po | 127 +++++++++-------------
 4 files changed, 138 insertions(+), 376 deletions(-)

commit 88ef88c9b396ef36bb7d139e264389ab8d7ac126
Author: Sébastien Poher <sbphr@volted.net>
Date:   Sun Oct 26 15:49:24 2014 -0400

    Update French translation
    
    man/po/fr.po: 2306t41f3u
    dselect/po/fr.po: 271t3f4u
    scripts/po/fr.po: 541t8f5u
    po/fr.po: 1084t4f
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog |   3 +
 dselect/po/fr.po |  62 +----
 man/po/fr.po     | 796 ++++++++++++++++++++++---------------------------------
 po/fr.po         | 127 +++------
 scripts/po/fr.po | 145 +++++-----
 5 files changed, 435 insertions(+), 698 deletions(-)

commit e9ee490e3c0699ab32b9535860b882a209cb0325
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Oct 25 21:44:47 2014 +0200

    Revert "Sven closed #766311 in 9bd52bb4baf0e6f0e5afac2c00e85e75506077ed"
    
    This reverts commit 615a7ff35e2772f5a3f395a209e8230b12a72935.
    
    The bug got already closed in dpkg 1.17.21.

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed381030c69ffe4bac8e0389176b3ca211b04afd
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 25 21:13:29 2014 +0200

    Update German scripts translation
    
    Update to 554t.

 scripts/po/de.po | 33 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

commit 615a7ff35e2772f5a3f395a209e8230b12a72935
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 25 21:06:16 2014 +0200

    Sven closed #766311 in 9bd52bb4baf0e6f0e5afac2c00e85e75506077ed

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fb2d229038e0daf7184243f074b0e1cdad8d30e8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 25 20:57:53 2014 +0200

    Update German translation of manual pages
    
    Update to 2339t.

 debian/changelog |   6 ++++
 man/po/de.po     | 102 +++++++++++++++----------------------------------------
 2 files changed, 34 insertions(+), 74 deletions(-)

commit 3af65628b74d36952a8221c73fb194c90fe01eab
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Oct 25 10:24:27 2014 +0200

    German dpkg translation update
    
    Update to 1088t.

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

commit 2d77f3d9547f721f1ee5b985b2197b59cd8adc28
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 25 03:45:59 2014 +0200

    Bump version to 1.17.22

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 6fc9e281551e0d851e38249679688bbabbad5c5f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 25 02:24:41 2014 +0200

    Release 1.17.21

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit fc43f4610d42a36755900f00286fc5868614fd77
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 25 03:05:40 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 221 +++++++++++++++++++++++++++++++++---------------
 man/po/dpkg-man.pot     | 192 ++++++++++++++++++++++++++---------------
 man/po/es.po            | 221 +++++++++++++++++++++++++++++++++---------------
 man/po/fr.po            | 219 ++++++++++++++++++++++++++++++++---------------
 man/po/hu.po            | 194 +++++++++++++++++++++++++++---------------
 man/po/it.po            | 209 ++++++++++++++++++++++++++++++---------------
 man/po/ja.po            | 220 ++++++++++++++++++++++++++++++++---------------
 man/po/pl.po            | 221 +++++++++++++++++++++++++++++++++---------------
 man/po/pt_BR.po         | 194 +++++++++++++++++++++++++++---------------
 man/po/ru.po            | 195 +++++++++++++++++++++++++++---------------
 man/po/sv.po            | 217 ++++++++++++++++++++++++++++++++---------------
 po/ast.po               |  52 +++++++-----
 po/bs.po                |  39 ++++-----
 po/ca.po                |  52 +++++++-----
 po/cs.po                |  52 +++++++-----
 po/da.po                |  52 +++++++-----
 po/de.po                |  52 +++++++-----
 po/dpkg.pot             |  41 ++++-----
 po/dz.po                |  61 ++++++++-----
 po/el.po                |  52 +++++++-----
 po/eo.po                |  52 +++++++-----
 po/es.po                |  52 +++++++-----
 po/et.po                |  39 ++++-----
 po/eu.po                |  52 +++++++-----
 po/fr.po                |  52 +++++++-----
 po/gl.po                |  52 +++++++-----
 po/hu.po                |  60 ++++++++-----
 po/id.po                |  52 +++++++-----
 po/it.po                |  52 +++++++-----
 po/ja.po                |  52 +++++++-----
 po/km.po                |  60 ++++++++-----
 po/ko.po                |  52 +++++++-----
 po/ku.po                |  39 ++++-----
 po/lt.po                |  39 ++++-----
 po/mr.po                |  49 ++++++-----
 po/nb.po                |  52 +++++++-----
 po/ne.po                |  62 +++++++++-----
 po/nl.po                |  60 ++++++++-----
 po/nn.po                |  39 ++++-----
 po/pa.po                |  60 ++++++++-----
 po/pl.po                |  52 +++++++-----
 po/pt.po                |  52 +++++++-----
 po/pt_BR.po             |  52 +++++++-----
 po/ro.po                |  52 +++++++-----
 po/ru.po                |  52 +++++++-----
 po/sk.po                |  52 +++++++-----
 po/sv.po                |  52 +++++++-----
 po/th.po                |  52 +++++++-----
 po/tl.po                |  39 ++++-----
 po/tr.po                |  52 +++++++-----
 po/vi.po                |  52 +++++++-----
 po/zh_CN.po             |  91 +++++++-------------
 po/zh_TW.po             |  52 +++++++-----
 scripts/po/ca.po        | 152 +++++++++++++++++----------------
 scripts/po/de.po        | 152 +++++++++++++++++----------------
 scripts/po/dpkg-dev.pot | 154 +++++++++++++++++----------------
 scripts/po/es.po        | 152 +++++++++++++++++----------------
 scripts/po/fr.po        | 152 +++++++++++++++++----------------
 scripts/po/pl.po        | 152 +++++++++++++++++----------------
 scripts/po/ru.po        | 152 +++++++++++++++++----------------
 scripts/po/sv.po        | 152 +++++++++++++++++----------------
 92 files changed, 3540 insertions(+), 2227 deletions(-)

commit d87a05a75c14ca42ea5545ca76ab24c3bbb297e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 25 02:26:36 2014 +0200

    doc: Update features removal schedule
    
    - The -u, --udeb dpkg-scanpackages options got removed, state that.
    - Remove the entry about obsolete fields, as these need to be preserved
      for backward compatibility, they are part of the external interface
      to be able to handle ancient binary packages.

 debian/changelog                    |  5 +++++
 doc/README.feature-removal-schedule | 11 +----------
 2 files changed, 6 insertions(+), 10 deletions(-)

commit 317083c11091dcd9e2b1a36677964aaaa0b53c1c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 24 15:18:11 2014 +0200

    dpkg: Perform trigger cycle detection earlier or later depending on dependtry
    
    Do trigger cycle detection after dependency checks in dependtry <= 1,
    and before dependency cycle breaking in dependtry > 1. This makes sure
    to always catch trigger cycles, but still gives the opportunity to try
    to process triggers for packages that are not yet ready in the first
    dependtry, but which might be a bit later on, without wrongly detecting
    avoidable and bogus trigger cycles.
    
    Closes: #766557

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

commit a67c4ccd2d72d01d3c0e5f9a152d685ef8d86a1d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 15 15:36:34 2014 +0200

    dpkg: Add explicit await trigger directives and command-line options
    
    The current default of awaiting is really bad, because most packages
    do not really require to be put in a triggers-awaited status. Also
    maintainers tend to use it instead of the -noawait variant, making
    trigger cycles more common.
    
    Changing the default behavior was not an option, as precisely doing
    so would affect the packages that would break when not put in a
    triggers-awaited status.
    
    Instead we'll add explicit await variants for the triggers, and
    dpkg-trigger, and probably deprecate the implicit ones during the
    1.18.x cycle. Maybe, and only maybe it can be switched to be the
    noawait variants in 1.19.x or 1.20.x, perhaps.

 debian/changelog   |  4 ++++
 lib/dpkg/triglib.c | 14 ++++++++++++--
 man/deb-triggers.5 | 17 +++++++++++++++--
 man/dpkg-trigger.1 |  4 ++++
 src/trigcmd.c      | 14 +++++++-------
 5 files changed, 42 insertions(+), 11 deletions(-)

commit 0196624315bc4d0d9763caf586edab1106cc1da2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 24 09:34:42 2014 +0200

    dpkg-parsechangelog: Accept -S value in addition to -Svalue
    
    Instead of rewording the man page and the --help output, just accept
    what is to be expected from the documentation.
    
    Closes: #766559

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

commit 5e4830d28fd7c8354a82b0b1c3a07d94946bee64
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 24 09:32:58 2014 +0200

    dpkg-parsechangelog: Do not accept values bundled with long option names
    
    The parser was accepting things like «--count10», which is just broken.
    Instead allow only «--count=10» in addition to «--count 10».

 debian/changelog               | 3 +++
 scripts/dpkg-parsechangelog.pl | 8 ++------
 2 files changed, 5 insertions(+), 6 deletions(-)

commit 563ec9322ed2544bd18fb320e60d525496c8ea88
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 24 09:31:34 2014 +0200

    dpkg-genchanges(1): Document -g and -G options
    
    Missed in commit e161b733cf23716f35328afcd6f0ac23dc4f8e03.
    
    Closes: #766568

 debian/changelog      |  1 +
 man/dpkg-genchanges.1 | 12 ++++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit f22d73c3d22194ffc85d7c56b0a084448636e82d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 24 02:47:04 2014 +0200

    dpkg-source: Error out on obsolete Build-Profiles syntax
    
    Switch the warning into an error, and stop doing the backward
    compatibility mapping now that only doxygen is using the obsolete
    syntax.

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

commit 9e26996fa45cd5fc1c5b92025fddf3cac5c7b1a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 25 00:41:20 2014 +0200

    debian: Require patch >= 2.7 to get git-style diff support
    
    This guarantees that we get a reproducible behavior, as previous patch
    versions did not support git-style diffs.

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

commit 853d6296c0a7afc290266cc56f5132adaa371c3a
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sat Oct 25 00:52:17 2014 +0200

    po: Update Simplified Chinese program translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/zh_CN.po      | 137 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 66 insertions(+), 72 deletions(-)

commit d52c9520fb328d5e65d6109b847aa3e891c5cae7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 24 02:46:44 2014 +0200

    po: Update Catalan translations

 debian/changelog |   4 ++
 po/ca.po         |  21 +++---
 scripts/po/ca.po | 192 +++++++++++++++++++------------------------------------
 3 files changed, 76 insertions(+), 141 deletions(-)

commit 550722473370c877c1111fad4b9fe073347d65f0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 25 00:31:08 2014 +0200

    t-triggers: Add explicit await test cases

 t-triggers/Makefile                           | 20 +++++++++++++++-----
 t-triggers/pkg-trig-cmd/DEBIAN/postinst       |  3 +++
 t-triggers/pkg-trig-cmd/DEBIAN/postrm         |  3 +++
 t-triggers/pkg-trig-cmd/DEBIAN/preinst        |  3 +++
 t-triggers/pkg-trig-cmd/DEBIAN/prerm          |  3 +++
 t-triggers/pkg-triggers-await/DEBIAN/control  |  7 +++++++
 t-triggers/pkg-triggers-await/DEBIAN/postinst | 13 +++++++++++++
 t-triggers/pkg-triggers-await/DEBIAN/triggers |  2 ++
 8 files changed, 49 insertions(+), 5 deletions(-)

commit 9bd52bb4baf0e6f0e5afac2c00e85e75506077ed
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Oct 23 17:52:46 2014 +0200

    German dpkg translation update
    
    Update to 1088t.

 debian/changelog |  3 ++-
 po/de.po         | 16 +++++++---------
 2 files changed, 9 insertions(+), 10 deletions(-)

commit e1558a226b101eaabf55e9e5f7c5943550a2e184
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 23 02:12:23 2014 +0200

    Bump version to 1.17.21

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 824353a6a263b0a2a2bc424dbdb28c544a5ff624
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 23 00:43:14 2014 +0200

    Release 1.17.20

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

commit 4191c2cd8c955172df853658f8e5ddc1f5584ef8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 23 01:06:46 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            |   6 +-
 man/po/dpkg-man.pot     |   6 +-
 man/po/es.po            |   6 +-
 man/po/fr.po            |   6 +-
 man/po/hu.po            |   4 +-
 man/po/it.po            |   6 +-
 man/po/ja.po            |   6 +-
 man/po/pl.po            |   6 +-
 man/po/pt_BR.po         |   4 +-
 man/po/ru.po            |   6 +-
 man/po/sv.po            |   6 +-
 po/ast.po               | 162 ++++++++++++++++++++++++----------------------
 po/bs.po                | 161 ++++++++++++++++++++++++----------------------
 po/ca.po                | 165 ++++++++++++++++++++++++-----------------------
 po/cs.po                | 165 ++++++++++++++++++++++++-----------------------
 po/da.po                | 165 ++++++++++++++++++++++++-----------------------
 po/de.po                | 165 ++++++++++++++++++++++++-----------------------
 po/dpkg.pot             | 163 +++++++++++++++++++++++-----------------------
 po/dz.po                | 161 ++++++++++++++++++++++++----------------------
 po/el.po                | 161 ++++++++++++++++++++++++----------------------
 po/eo.po                | 165 ++++++++++++++++++++++++-----------------------
 po/es.po                | 165 ++++++++++++++++++++++++-----------------------
 po/et.po                | 161 ++++++++++++++++++++++++----------------------
 po/eu.po                | 162 ++++++++++++++++++++++++----------------------
 po/fr.po                | 165 ++++++++++++++++++++++++-----------------------
 po/gl.po                | 161 ++++++++++++++++++++++++----------------------
 po/hu.po                | 161 ++++++++++++++++++++++++----------------------
 po/id.po                | 162 ++++++++++++++++++++++++----------------------
 po/it.po                | 165 ++++++++++++++++++++++++-----------------------
 po/ja.po                | 165 ++++++++++++++++++++++++-----------------------
 po/km.po                | 161 ++++++++++++++++++++++++----------------------
 po/ko.po                | 162 ++++++++++++++++++++++++----------------------
 po/ku.po                | 161 ++++++++++++++++++++++++----------------------
 po/lt.po                | 161 ++++++++++++++++++++++++----------------------
 po/mr.po                | 161 ++++++++++++++++++++++++----------------------
 po/nb.po                | 162 ++++++++++++++++++++++++----------------------
 po/ne.po                | 161 ++++++++++++++++++++++++----------------------
 po/nl.po                | 161 ++++++++++++++++++++++++----------------------
 po/nn.po                | 161 ++++++++++++++++++++++++----------------------
 po/pa.po                | 161 ++++++++++++++++++++++++----------------------
 po/pl.po                | 165 ++++++++++++++++++++++++-----------------------
 po/pt.po                | 165 ++++++++++++++++++++++++-----------------------
 po/pt_BR.po             | 161 ++++++++++++++++++++++++----------------------
 po/ro.po                | 162 ++++++++++++++++++++++++----------------------
 po/ru.po                | 165 ++++++++++++++++++++++++-----------------------
 po/sk.po                | 165 ++++++++++++++++++++++++-----------------------
 po/sv.po                | 165 ++++++++++++++++++++++++-----------------------
 po/th.po                | 165 ++++++++++++++++++++++++-----------------------
 po/tl.po                | 161 ++++++++++++++++++++++++----------------------
 po/tr.po                | 165 ++++++++++++++++++++++++-----------------------
 po/vi.po                | 168 +++++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 168 +++++++++++++++++++++++++-----------------------
 po/zh_TW.po             | 165 ++++++++++++++++++++++++-----------------------
 scripts/po/ca.po        | 105 +++++++++++++++++-------------
 scripts/po/de.po        | 108 ++++++++++++++++++-------------
 scripts/po/dpkg-dev.pot | 107 +++++++++++++++++-------------
 scripts/po/es.po        | 111 +++++++++++++++++++-------------
 scripts/po/fr.po        | 113 ++++++++++++++++++--------------
 scripts/po/pl.po        | 111 +++++++++++++++++++-------------
 scripts/po/ru.po        | 114 +++++++++++++++++++-------------
 scripts/po/sv.po        | 108 ++++++++++++++++++-------------
 92 files changed, 4135 insertions(+), 3720 deletions(-)

commit fe0982b81b6812af15ac6070e9f9fa67ea85e623
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 22 23:40:46 2014 +0200

    dpkg(1): Reword description for installed status
    
    Prompted-by: #752123

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

commit 26a5f85e7bd5cb974d23fef543d9a69caa3726bf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 22 19:01:51 2014 +0200

    u-a: Inline alternative status description into translatable string
    
    This makes it possible to correctly translate the string.
    
    Required-by: #766311

 debian/changelog            | 2 ++
 utils/update-alternatives.c | 9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 2d5eb396c21b773b50fdd2bbe0cbce0bac1c94b6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 22 14:59:36 2014 +0200

    po: Unfuzzy strings

 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 4 ++--
 scripts/po/dpkg-dev.pot | 2 +-
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 4 ++--
 scripts/po/ru.po        | 4 ++--
 scripts/po/sv.po        | 4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

commit c5aa5d8e00d076a4ca4b35ab8f2a3eb082bb6cd5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 14 20:05:54 2014 +0200

    Dpkg::Source::Package::V2: Allow detached upstream signatures
    
    Upstream tarballs usually come with detached signatures, which would be
    useful to have in the source package, as an additional check that could
    be performed to verify its integrity and provenance.
    
    For now just allow the detached signatures to be listed in the file
    fields in the source control file (.dsc).
    
    Closes: #759478
    Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

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

commit 9ee62ecfc8937f24a82805a424564997042dd984
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 22 22:29:21 2014 +0200

    dpkg: Make the initial dependtry be 1 instead of 0
    
    This gets rid of an unused dependtry step, which got accidentally
    introduced when the perl dpkg was rewritten in C, ages ago.

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

commit edeed5695089a283a0abffcf0044fc9bf1c3a0b8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 22 14:04:30 2014 +0200

    dpkg: Make sure to always switch to the next dependtry after no progress
    
    We might get into a situation where we are making no progress, and
    dependencies_ok() is still telling us that we can make progress by
    fixing some triggers awaited package, but if those packages require
    a dependency cycle to be broken we will get stuck and not progress to
    the next dependtry.
    
    Add an additional hard limit where we will jump dependtry, in case we
    are not making any progress. This is a safety net that was removed when
    triggers got introduced, but that only became active when adding the
    dependency checks to trigproc(), although it was never future-proof.
    
    Regression introduced in commit 10440009b68f59eeed4cb1b56547e3cf356aa540
    and commit e121d882c92099d1f1aa9eedd0c0e90806a44efa.
    
    Closes: #766242, #766322

 debian/changelog |  4 ++++
 src/packages.c   | 10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit e65a01f242a218828ec205467fb6203515fde48a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 22 14:03:56 2014 +0200

    dpkg: Add a debug line for each package processed in the queue
    
    This gives a general overview of the current progress.

 src/packages.c | 3 +++
 1 file changed, 3 insertions(+)

commit ce27f5dc0c3dc6ed7656d09784ea461407765d7d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 21 23:18:26 2014 +0200

    dpkg: Add a requeueing insertion protection for process_queue()
    
    We should not requeue packages already in the queue. Just protect it
    in a similar way in how the deferred triggers queue is protected. In
    the future these can be unified.

 debian/changelog | 3 +++
 src/filesdb.c    | 1 +
 src/main.h       | 2 ++
 src/packages.c   | 7 +++++++
 4 files changed, 13 insertions(+)

commit 2867df049d99250b59c3449669541e370182af43
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Wed Oct 22 15:24:58 2014 +0700

    po: Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 1 +
 po/vi.po         | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 3f918d69c608ab87c7d0f12c8ad36ade1ed8c1e3
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Tue Oct 21 10:18:34 2014 +0200

    po: Update Simplified Chinese program translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/zh_CN.po      | 15 +++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 8f86502b9d72f9a5f3c170ae22226295a30484d3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 21 10:17:45 2014 +0200

    debian: Correct Zhou Mo name

 .mailmap         | 1 +
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit ee77bc3b16a7f3feb0658193b00d07a57c8aa673
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Oct 20 18:52:30 2014 +0200

    German dpkg translation update
    
    Update to 1087t, thanks to Helge Kreutzmann for his suggestions.

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

commit c15691f73c83b9f453145b7b5e1f9d360720c6d6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 20 16:06:42 2014 +0200

    Bump version to 1.17.20

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 2846468164a5cb5e008409bc5288df30a31b05f6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 20 15:17:53 2014 +0200

    Release 1.17.19

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

commit 63e09e806236dfe588407e951f5b8169756cc90b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 20 15:26:14 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 536 ++++++++++++++++++++++++++----------------------
 man/po/dpkg-man.pot     | 442 ++++++++++++++++++++-------------------
 man/po/es.po            | 466 ++++++++++++++++++++++-------------------
 man/po/fr.po            | 476 +++++++++++++++++++++++-------------------
 man/po/hu.po            | 444 ++++++++++++++++++++-------------------
 man/po/it.po            | 476 +++++++++++++++++++++++-------------------
 man/po/ja.po            | 466 ++++++++++++++++++++++-------------------
 man/po/pl.po            | 466 ++++++++++++++++++++++-------------------
 man/po/pt_BR.po         | 444 ++++++++++++++++++++-------------------
 man/po/ru.po            | 444 ++++++++++++++++++++-------------------
 man/po/sv.po            | 476 +++++++++++++++++++++++-------------------
 po/ast.po               |  69 ++++---
 po/bs.po                |  63 +++---
 po/ca.po                |  69 ++++---
 po/cs.po                |  68 +++---
 po/da.po                |  68 +++---
 po/de.po                |  68 +++---
 po/dpkg.pot             |  65 +++---
 po/dz.po                |  68 +++---
 po/el.po                |  68 +++---
 po/eo.po                |  68 +++---
 po/es.po                |  69 ++++---
 po/et.po                |  69 ++++---
 po/eu.po                |  68 +++---
 po/fr.po                |  68 +++---
 po/gl.po                |  68 +++---
 po/hu.po                |  68 +++---
 po/id.po                |  69 ++++---
 po/it.po                |  72 +++----
 po/ja.po                |  68 +++---
 po/km.po                |  68 +++---
 po/ko.po                |  68 +++---
 po/ku.po                |  68 +++---
 po/lt.po                |  68 +++---
 po/mr.po                |  68 +++---
 po/nb.po                |  68 +++---
 po/ne.po                |  68 +++---
 po/nl.po                |  68 +++---
 po/nn.po                |  68 +++---
 po/pa.po                |  68 +++---
 po/pl.po                |  68 +++---
 po/pt.po                |  69 ++++---
 po/pt_BR.po             |  69 ++++---
 po/ro.po                |  68 +++---
 po/ru.po                |  69 ++++---
 po/sk.po                |  68 +++---
 po/sv.po                |  68 +++---
 po/th.po                |  68 +++---
 po/tl.po                |  69 ++++---
 po/tr.po                | 118 ++++-------
 po/vi.po                |  68 +++---
 po/zh_CN.po             |  68 +++---
 po/zh_TW.po             |  68 +++---
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |  37 +++-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 92 files changed, 4490 insertions(+), 3674 deletions(-)

commit d3264ed3251cda9083ba8c717926e3dfb97f1a9d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 18 04:49:33 2014 +0200

    dpkg: Rework dependency problem debug and notices on trigproc()
    
    The dependencies_ok() function already prints adequate debugging
    information, there's no point repeating it in the call site.
    
    Add also a notice() in case we end up forcing the dependency.

 debian/changelog |  1 +
 src/trigproc.c   | 18 +++++++-----------
 2 files changed, 8 insertions(+), 11 deletions(-)

commit e121d882c92099d1f1aa9eedd0c0e90806a44efa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 15 15:30:28 2014 +0200

    dpkg: Fix trigger dependency checks and cycle detection
    
    Break dependency cycles on dependtry > 1 in trigproc(), before calling
    dependencies_ok(). But if we have a dependency cycle where a package A
    awaits triggers and package P has them pending, and both depend on each
    other, the dependency cycle breaking code is not smart enough to break
    it at the correct place, as the relationship is directional. So we handle
    it specially on deppossi_ok_found(), in case we are in the cycle breaking
    dependtry. Otherwise we just defer it, but do not record that it can be
    fixed by trigger processing, because we would get into an inifite loop.
    
    Move trigger cycle detection after dependency checks, so that it does
    not detect bogus trigger cycles that would have been avoided simply by
    the dependency checks and cycle breaking code.
    
    Regression introduced in commit 35c1c59cfad75d75b3d98974ad201f95d932adb6.
    
    Closes: #765434, #765668, #765734, #765781, #765789, #765952

 debian/changelog |  3 +++
 src/packages.c   | 18 ++++++++++++++++++
 src/trigproc.c   | 10 +++++++---
 3 files changed, 28 insertions(+), 3 deletions(-)

commit 17630063debf3183b61bd82fddd2bed484e0c954
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 19 14:02:07 2014 +0200

    dpkg: Reverse --verify-format logic to accept 'rpm' as valid
    
    Closes: #765907

 debian/changelog | 2 ++
 src/main.h       | 2 +-
 src/verify.c     | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 1f57f1f06c7fe1cbcdaa1242049b7b23aa9135aa
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 18 23:17:56 2014 +0200

    dpkg: Add invoke hooks for add-architecture and remove-architecture
    
    Prompted-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog | 2 ++
 man/dpkg.1       | 3 ++-
 src/main.c       | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)

commit 6df7eb8f84400af6c0d38ead029c0257c890fdd4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 17 14:36:17 2014 +0200

    scripts/t: Enable and fix minimal :native arch-qualifier tests

 scripts/t/Dpkg_Deps.t | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1c1823e0751f4aa47f16d97a3eaf854a4af414fe
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 19 05:23:09 2014 +0200

    s-s-d(8): Mention --pid and --ppid in the DESCRIPTION section

 debian/changelog        | 1 +
 man/start-stop-daemon.8 | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit d163f7f5c06261b7126856246be971e86580a1e9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 16 22:34:35 2014 +0200

    s-s-d: Add a new --remove-pidfile option
    
    This is the counter-option to --make-pidfile, so that programs that need
    their pidfile created can use an option to remove them without needing
    to do that manually.

 debian/changelog          |  1 +
 man/start-stop-daemon.8   | 11 ++++++++++-
 utils/start-stop-daemon.c | 19 +++++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)

commit af9a54d1f985a3c513adda9a44e4cc3bf7240ab3
Author: Zhou Mo <cdluminate@gmail.com>
Date:   Sat Oct 18 23:30:21 2014 +0200

    po: Update Simplified Chinese programs translation
    
    Closes: #765693
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/zh_CN.po      | 2070 +++++++++++++++++++-----------------------------------
 2 files changed, 732 insertions(+), 1339 deletions(-)

commit 4c1001ed39c0f1bad09e6a38585858fb373e8ef6
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Oct 18 04:53:58 2014 +0200

    po: Update Italian programs translation
    
    Closes: #765748
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/it.po         | 161 ++++++++++++++++++++-----------------------------------
 2 files changed, 58 insertions(+), 104 deletions(-)

commit c1d14ed88e50f02596fdc33d5f223f7bddb0a815
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 20 01:24:38 2014 +0200

    t-triggers: Add trigger and dependency cycle test cases

 Makefile                                           |  3 +++
 t-triggers-cycle/Makefile                          | 21 ++++++++++++++++++
 t-triggers-cycle/pkg-depends/DEBIAN/control        |  7 ++++++
 t-triggers-cycle/pkg-trigger-a/DEBIAN/control      |  8 +++++++
 t-triggers-cycle/pkg-trigger-a/DEBIAN/postinst     | 20 +++++++++++++++++
 t-triggers-cycle/pkg-trigger-a/DEBIAN/triggers     |  1 +
 t-triggers-cycle/pkg-trigger-b/DEBIAN/control      |  8 +++++++
 t-triggers-cycle/pkg-trigger-b/DEBIAN/postinst     | 20 +++++++++++++++++
 t-triggers-cycle/pkg-trigger-b/DEBIAN/triggers     |  1 +
 t-triggers-depcycle/Makefile                       | 25 ++++++++++++++++++++++
 t-triggers-depcycle/pkg-depends-0/DEBIAN/control   |  7 ++++++
 t-triggers-depcycle/pkg-depends-1/DEBIAN/control   |  8 +++++++
 t-triggers-depcycle/pkg-files-0/DEBIAN/control     |  8 +++++++
 .../pkg-files-0/test/trigger/test-file             |  1 +
 t-triggers-depcycle/pkg-files-1/DEBIAN/control     |  8 +++++++
 .../pkg-files-1/test/trigger/test-file             |  1 +
 t-triggers-depcycle/pkg-trigger/DEBIAN/control     |  8 +++++++
 t-triggers-depcycle/pkg-trigger/DEBIAN/postinst    | 23 ++++++++++++++++++++
 t-triggers-depcycle/pkg-trigger/DEBIAN/triggers    |  1 +
 t-triggers-depfarcycle/Makefile                    | 25 ++++++++++++++++++++++
 .../pkg-depends-a/DEBIAN/control                   |  8 +++++++
 .../pkg-depends-b/DEBIAN/control                   |  8 +++++++
 t-triggers-depfarcycle/pkg-files-0/DEBIAN/control  |  8 +++++++
 .../pkg-files-0/test/trigger/test-file             |  1 +
 t-triggers-depfarcycle/pkg-files-1/DEBIAN/control  |  8 +++++++
 .../pkg-files-1/test/trigger/test-file             |  1 +
 t-triggers-depfarcycle/pkg-trigger/DEBIAN/control  |  8 +++++++
 t-triggers-depfarcycle/pkg-trigger/DEBIAN/postinst | 16 ++++++++++++++
 t-triggers-depfarcycle/pkg-trigger/DEBIAN/triggers |  1 +
 29 files changed, 263 insertions(+)

commit f7b328a12c21ed6d4d0bdc17bc45fb4545165bb3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 13 21:03:14 2014 +0200

    s-s-d: Create a pidfile even when not backgrounding ourselves
    
    Regression introduced in commit 29778da537e2ff1a0f032db33dde43413b7345ef.
    
    When the user asked us to create the pidfile, but _not_ to background
    ourselves, we should still create the pidfile.
    
    This usage is somewhat dubious, as s-s-d has an option to background,
    which is better in any way, as it will make sure to return error codes
    in case the program cannot be started for whatever reason. But it's
    still a regression.
    
    Closes: #765110

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

commit 1bc921f8c8bcad83158cd240da4ecb266d9dc62f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 13 11:17:22 2014 +0200

    debian: Bump the Breaks on devscripts to 2.14.10
    
    Due to the new dpkg-architecture command-line parsing strictness
    introduced in 1.17.17.
    
    Closes: #764965

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

commit eaded13dba7476659441accdac1f663f475ab5b5
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Mon Oct 13 11:18:58 2014 +0200

    po: Update Turkish programs translation
    
    Closes: #764942
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 3 +++
 po/tr.po         | 9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 78a6aac2559648d1a0e0b4926e23aed67d8b81fb
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Oct 13 21:10:07 2014 +0200

    Update German scripts translation
    
    Update to 550t.

 debian/changelog |   3 ++
 scripts/po/de.po | 100 ++++++++++++++++++++++++-------------------------------
 2 files changed, 47 insertions(+), 56 deletions(-)

commit 2bbe5ccc5ec29999524df1ec770d626a09313e9d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 12 21:24:10 2014 +0200

    Update German translation of manual pages
    
    Update to 2339t.

 debian/changelog |   3 +-
 man/po/de.po     | 677 +++++++++++++++++++------------------------------------
 2 files changed, 233 insertions(+), 447 deletions(-)

commit b83451ce4c75742daa219bfc81bdef95e413af0c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 16:42:10 2014 +0200

    Bump version to 1.17.19

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 45a0a65b2ccf4c29bbf0ba95583a14f4c1bb2185
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 15:47:49 2014 +0200

    Release 1.17.18

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

commit 8f0122e0c439de1ee4521a9009427aa3704de521
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 15:16:41 2014 +0200

    dpkg-shlibdeps: Handle empty minimum versions when initializing them
    
    If the minimum version is empty (which means it was 0), we cannot use it
    to compare against the existing minimum version if that exists, and we
    should not be overwritting that, either.
    
    Regression introduced in commit 51c55641fb6c66e149ea93c344cb788c68978c75.
    
    Closes: #764929

 debian/changelog          | 5 +++++
 scripts/dpkg-shlibdeps.pl | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 8f28a4db519461cf529616dd627a634e3a1fa56c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 15:40:10 2014 +0200

    po: Update Catalan translations

 debian/changelog |  4 +++
 dselect/po/ca.po | 68 +++++++++----------------------------------
 po/ca.po         | 88 ++++++++++----------------------------------------------
 3 files changed, 32 insertions(+), 128 deletions(-)

commit 06cee0299cfc821bfcd1ee2dd7c54ac75095ae37
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Oct 12 09:11:55 2014 +0200

    German dselect translation update
    
    Update to 278t.

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

commit 0b3bf6654af546eece8d19a00859ea109e26a0b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 07:00:25 2014 +0200

    Bump version to 1.17.18

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit fbfc2aa1c004aa9e6088f5c5e9a9bcb6abbea66a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 04:59:36 2014 +0200

    Release 1.17.17

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

commit 148d7edd0da215a7d93b92c89c7aaf035f9e4d4d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 12 05:37:50 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   32 +-
 dselect/po/ca.po        |   36 +-
 dselect/po/cs.po        |   36 +-
 dselect/po/da.po        |   36 +-
 dselect/po/de.po        |   36 +-
 dselect/po/dselect.pot  |   34 +-
 dselect/po/el.po        |   36 +-
 dselect/po/es.po        |   36 +-
 dselect/po/et.po        |   36 +-
 dselect/po/eu.po        |   36 +-
 dselect/po/fr.po        |   36 +-
 dselect/po/gl.po        |   36 +-
 dselect/po/hu.po        |   36 +-
 dselect/po/id.po        |   36 +-
 dselect/po/it.po        |   36 +-
 dselect/po/ja.po        |   36 +-
 dselect/po/ko.po        |   37 +-
 dselect/po/nb.po        |   36 +-
 dselect/po/nl.po        |   36 +-
 dselect/po/nn.po        |   36 +-
 dselect/po/pl.po        |   36 +-
 dselect/po/pt.po        |   36 +-
 dselect/po/pt_BR.po     |   36 +-
 dselect/po/ro.po        |   36 +-
 dselect/po/ru.po        |   36 +-
 dselect/po/sk.po        |   36 +-
 dselect/po/sv.po        |   36 +-
 dselect/po/tl.po        |   36 +-
 dselect/po/vi.po        |   36 +-
 dselect/po/zh_CN.po     |   36 +-
 dselect/po/zh_TW.po     |   36 +-
 man/po/de.po            |  688 +++++++++++++++++-------------
 man/po/dpkg-man.pot     |  566 ++++++++++++------------
 man/po/es.po            |  677 ++++++++++++++++-------------
 man/po/fr.po            |  688 +++++++++++++++++-------------
 man/po/hu.po            |  631 ++++++++++++++-------------
 man/po/it.po            |  673 ++++++++++++++++-------------
 man/po/ja.po            |  675 ++++++++++++++++-------------
 man/po/pl.po            |  679 ++++++++++++++++-------------
 man/po/pt_BR.po         |  627 ++++++++++++++-------------
 man/po/ru.po            |  627 ++++++++++++++-------------
 man/po/sv.po            |  687 +++++++++++++++++-------------
 po/ast.po               |   28 +-
 po/bs.po                |   28 +-
 po/ca.po                |   28 +-
 po/cs.po                |   28 +-
 po/da.po                |   28 +-
 po/de.po                |   28 +-
 po/dpkg.pot             |   32 +-
 po/dz.po                |   28 +-
 po/el.po                |   28 +-
 po/eo.po                |   28 +-
 po/es.po                |   28 +-
 po/et.po                |   28 +-
 po/eu.po                |   28 +-
 po/fr.po                |   28 +-
 po/gl.po                |   28 +-
 po/hu.po                |   28 +-
 po/id.po                |   28 +-
 po/it.po                |   28 +-
 po/ja.po                |   28 +-
 po/km.po                |   28 +-
 po/ko.po                |   28 +-
 po/ku.po                |   28 +-
 po/lt.po                |   28 +-
 po/mr.po                |   28 +-
 po/nb.po                |   28 +-
 po/ne.po                |   28 +-
 po/nl.po                |   28 +-
 po/nn.po                |   28 +-
 po/pa.po                |   28 +-
 po/pl.po                |   28 +-
 po/pt.po                |   28 +-
 po/pt_BR.po             |   28 +-
 po/ro.po                |   28 +-
 po/ru.po                |   28 +-
 po/sk.po                |   28 +-
 po/sv.po                |   28 +-
 po/th.po                |   28 +-
 po/tl.po                |   28 +-
 po/tr.po                |   28 +-
 po/vi.po                |   28 +-
 po/zh_CN.po             |   28 +-
 po/zh_TW.po             |   28 +-
 scripts/po/ca.po        | 1045 +++++++++++++++++++++++----------------------
 scripts/po/de.po        | 1085 +++++++++++++++++++++++++----------------------
 scripts/po/dpkg-dev.pot | 1044 +++++++++++++++++++++++----------------------
 scripts/po/es.po        | 1040 ++++++++++++++++++++++++---------------------
 scripts/po/fr.po        | 1068 ++++++++++++++++++++++++----------------------
 scripts/po/pl.po        | 1032 +++++++++++++++++++++++---------------------
 scripts/po/ru.po        | 1028 +++++++++++++++++++++++---------------------
 scripts/po/sv.po        | 1026 +++++++++++++++++++++++---------------------
 92 files changed, 10090 insertions(+), 7787 deletions(-)

commit 9b08b531fd0dcaa0da2558929172ce21c2d312b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 22:13:12 2014 +0200

    scripts: Document private modules as such in a CHANGES section
    
    This is to try to make sure, that even if documented, people will not
    accidentally rely on private modules, that have not API stability
    guarantees.

 debian/changelog               | 1 +
 scripts/Dpkg/BuildEnv.pm       | 6 ++++++
 scripts/Dpkg/Control/Types.pm  | 6 ++++++
 scripts/Dpkg/Vendor/Debian.pm  | 8 ++++++++
 scripts/Dpkg/Vendor/Default.pm | 6 ++++++
 scripts/Dpkg/Vendor/Ubuntu.pm  | 6 ++++++
 6 files changed, 33 insertions(+)

commit 916aa6d3bbfa0d0290f5ba74706f71a68f6da0cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 16:17:12 2014 +0200

    scripts: Remove EXPORTED from POD section titles
    
    These are clearly exported, otherwise they would not be documented.

 debian/changelog            | 1 +
 scripts/Dpkg/Checksums.pm   | 2 +-
 scripts/Dpkg/Compression.pm | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 8d886702ff54efcd19dcf674cb92ea125a4822ca
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 15:58:15 2014 +0200

    scripts: Document all public module versions in a CHANGES section
    
    This makes it clear what is the current version of the module, and that
    it is a public interface.

 debian/changelog                       | 1 +
 scripts/Dpkg/BuildFlags.pm             | 4 ++++
 scripts/Dpkg/BuildOptions.pm           | 4 ++++
 scripts/Dpkg/Changelog.pm              | 6 ++++++
 scripts/Dpkg/Changelog/Debian.pm       | 6 ++++++
 scripts/Dpkg/Changelog/Entry.pm        | 6 ++++++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 4 ++++
 scripts/Dpkg/Changelog/Parse.pm        | 6 ++++++
 scripts/Dpkg/Checksums.pm              | 4 ++++
 scripts/Dpkg/Compression.pm            | 4 ++++
 scripts/Dpkg/Compression/FileHandle.pm | 4 ++++
 scripts/Dpkg/Compression/Process.pm    | 6 ++++++
 scripts/Dpkg/Conf.pm                   | 4 ++++
 scripts/Dpkg/Control.pm                | 6 ++++++
 scripts/Dpkg/Control/Changelog.pm      | 6 ++++++
 scripts/Dpkg/Control/Fields.pm         | 6 ++++++
 scripts/Dpkg/Control/FieldsCore.pm     | 6 ++++++
 scripts/Dpkg/Control/Hash.pm           | 6 ++++++
 scripts/Dpkg/Control/HashCore.pm       | 4 ++++
 scripts/Dpkg/Control/Info.pm           | 6 ++++++
 scripts/Dpkg/Deps.pm                   | 4 ++++
 scripts/Dpkg/Exit.pm                   | 4 ++++
 scripts/Dpkg/IPC.pm                    | 4 ++++
 scripts/Dpkg/Index.pm                  | 6 ++++++
 scripts/Dpkg/Interface/Storable.pm     | 6 ++++++
 scripts/Dpkg/Path.pm                   | 4 ++++
 scripts/Dpkg/Source/Package.pm         | 4 ++++
 scripts/Dpkg/Substvars.pm              | 4 ++++
 scripts/Dpkg/Vendor.pm                 | 4 ++++
 scripts/Dpkg/Version.pm                | 4 ++++
 30 files changed, 143 insertions(+)

commit 1b7cbd6176575f926526b380475e9f055121e01e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 00:50:26 2014 +0200

    Dpkg::BuildProfiles: Mark the module as a public interface

 debian/changelog              | 1 +
 debian/control                | 1 +
 scripts/Dpkg/BuildProfiles.pm | 8 +++++++-
 3 files changed, 9 insertions(+), 1 deletion(-)

commit 9faba94aeacc7f8a85a785d7cf1334cf340208fe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 21:37:37 2014 +0200

    Dpkg::Gettext: Move exporter code close to the top

 scripts/Dpkg/Gettext.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 726492a9c7e032ea37e4838b70994d7d7fe7c3b3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 16:11:03 2014 +0200

    Dpkg::Gettext: Document public module

 debian/changelog        |  1 +
 scripts/Dpkg/Gettext.pm | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

commit 9a456ae165ff9d6f21a4d8581e3bce8c572bdb25
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 16:31:33 2014 +0200

    Dpkg: Document public module

 debian/changelog |  1 +
 debian/control   |  1 +
 scripts/Dpkg.pm  | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)

commit 98183cda83b5f1622e1c7a3189bca05f416f44d6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 00:51:39 2014 +0200

    debian: List Dpkg::Exit and Dpkg::Interface::Storable as public modules

 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

commit d54542f573336abe87676547f1b01cda5726c71e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 9 16:02:05 2014 +0200

    scripts: Do not modify the topic variable values in list functions
    
    Fixes ControlStructures::ProhibitMutatingListFunctions.
    
    Warned-by: perlcritic

 debian/changelog                  |  1 +
 scripts/Dpkg/Source/Package/V1.pm |  3 ++-
 scripts/dpkg-shlibdeps.pl         | 11 ++++++-----
 test/critic.t                     |  1 +
 test/critic/perlcriticrc          |  3 +++
 5 files changed, 13 insertions(+), 6 deletions(-)

commit b4d79c218d72c4cae356c4dcbdd531d13913cea7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 8 15:30:01 2014 +0200

    scripts/t: Use nocheck instead of notest in build profile tests
    
    The name for the equivalent DEB_BUILD_OPTIONS value is nocheck, so avoid
    possible confusion and spreading through cargo-culting.

 scripts/t/Dpkg_Deps.t | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

commit e16a76d241f0c69e96bcfdc96b360cc7c82a9f48
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 05:45:24 2014 +0200

    dpkg-buildpackage: Add support for host and target long flags
    
    These are passed through to dpkg-architecture if specified.
    
    This restores the ability to specify the target architecture when
    building cross-compilers.
    
    Regression introduced in commit f29ed62d0c340869752c61d55a2df74159c31625.
    
    Reported-by: Helmut Grohne <helmut@subdivi.de>

 debian/changelog             |  5 +++++
 man/dpkg-buildpackage.1      | 17 +++++++++++++----
 scripts/dpkg-buildpackage.pl | 43 +++++++++++++++++++++++++++++++++----------
 3 files changed, 51 insertions(+), 14 deletions(-)

commit b91283794a8ef658968cf555ca3b9a274ace46cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 05:29:01 2014 +0200

    dpkg-architecture: Add long command and option names for all short options

 debian/changelog             |   1 +
 man/dpkg-architecture.1      |  62 +++++++++++++------------
 scripts/dpkg-architecture.pl | 105 ++++++++++++++++++++++---------------------
 3 files changed, 89 insertions(+), 79 deletions(-)

commit a8e036317bc203372949315519ed9474fb504a16
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 14:48:40 2014 +0200

    dpkg-architecture: Normalize ARGV parsing
    
    This allows to accept «-ovalue», «-o value», «--option=value» and
    «--option value», which are the common option formats people expect.

 debian/changelog             |  2 ++
 scripts/dpkg-architecture.pl | 67 ++++++++++++++++++++++++--------------------
 2 files changed, 38 insertions(+), 31 deletions(-)

commit 0a2a1af94495be0b8204f827abc09e20a11dd447
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 17:40:36 2014 +0200

    dpkg-architecture: Use || instead of conditional to assign _ARCH variables

 scripts/dpkg-architecture.pl | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

commit 8509ed25cc643a93bfc8beaecfe2f4de7d584f9a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 17:28:28 2014 +0200

    dpkg-architecture: Initialize DEB_TARGET_ARCH variable w/o DEB_HOST_ARCH
    
    Because the code did not state that the DEB_TARGET_ARCH requires the
    DEB_HOST_ARCH variable to be set, it was getting undefined values.
    
    Just initialize to the host value w/o assuming it has already been set.

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

commit 6f1097093f9a0db8b0cebf77a567e222a854c86c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 05:38:01 2014 +0200

    Dpkg::Getopt: New private module

 debian/changelog        |  1 +
 scripts/Dpkg/Getopt.pm  | 43 +++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am     |  2 ++
 scripts/po/POTFILES.in  |  1 +
 scripts/t/Dpkg_Getopt.t | 37 +++++++++++++++++++++++++++++++++++++
 5 files changed, 84 insertions(+)

commit e68f081acd9f1c210d3464b0a5e2c732e1b5c025
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 19:28:23 2014 +0200

    scripts/mk: Set DEB_TARGET_ variables from architecture.mk
    
    Missed in commit f29ed62d0c340869752c61d55a2df74159c31625.

 debian/changelog           | 2 ++
 scripts/mk/architecture.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 218d22c82fd2ec6d865fcbc1442873726f9b22d2
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Fri Oct 10 17:55:54 2014 +0200

    Dpkg::BuildProfiles: Allow multiple whitespace in get_build_profiles()
    
    This makes the DEB_BUILD_PROFILES environment variable parsing more lax.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 4 ++++
 scripts/Dpkg/BuildProfiles.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 51c55641fb6c66e149ea93c344cb788c68978c75
Author: Jérémy Bobbio <lunar@debian.org>
Date:   Fri Oct 10 17:15:13 2014 +0200

    dpkg-shlibdeps: Initialize with correct minimum version from a symbols file
    
    When initializing the minimum version for a dependency, we have to use
    the greater one from any SONAME present in that symbols file, because
    the shared libraries might not have been available before that version
    for example.
    
    This also guarantees a reproducible output, as the minimum version
    selected is not dependant on the hash order.
    
    Closes: #764721
    
    [guillem@debian.org:
     - Reword debugging message. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          |  3 +++
 scripts/dpkg-shlibdeps.pl | 10 +++-------
 2 files changed, 6 insertions(+), 7 deletions(-)

commit f7dec25b625c5a917633329867f08c5378cadd78
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 16:44:11 2014 +0200

    dpkg-genchanges: Add missing Dpkg::BuildProfiles imports
    
    Regression introduced in commit 61e228eb7b68b85529dc8e9c9c49ef7f51a797bb.
    
    Closes: #764216
    
    Reported-by: Johannes Schauer <j.schauer@email.de>

 debian/changelog           | 3 +++
 scripts/dpkg-genchanges.pl | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 216c509b1daee0e2a9e0e095c5e862cf16e181c0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 13:54:16 2014 +0200

    dpkg: Do not write the database when changing selections with --dry-run
    
    Closes: #764673

 debian/changelog |  2 ++
 src/select.c     | 17 +++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 35c1c59cfad75d75b3d98974ad201f95d932adb6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 27 19:43:55 2012 +0200

    dpkg: Defer trigger processing if the packages do not fulfill dependencies
    
    The spec specified this behavior, but the code never abided by it.
    Change it now that most of the packages with trigger cycles have been
    switched to noawaiting triggers. The rest will make dpkg bail out on
    upgrade.
    
    We might need to add appropriate versioned Breaks before the Debian
    release to get a smoother distribution upgrade.
    
    Closes: #671711

 debian/changelog |  2 ++
 src/trigproc.c   | 23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+)

commit 02405cbb877a14ad8441e1a312cb56720f20df47
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 19:43:08 2014 +0200

    dselect: Mark for translation and improve sthfailed() strings

 debian/changelog  |  1 +
 dselect/method.cc | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 6669f360063b59bd0e4e70895947f6f370bcc3fc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 19:41:50 2014 +0200

    dpkg: Mark for translation and unify "rm cleanup" string
    
    Use an already existing string to avoid introducing a new string for
    translation.

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

commit ae3faa43f7f425e8c4ce72bc3beef3c9e8703ae4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 10 16:50:36 2014 +0200

    doc, scripts: Fix typos in comments

 ChangeLog.old                                 |  2 +-
 debian/changelog                              |  1 +
 scripts/dpkg-shlibdeps.pl                     | 10 +++++-----
 scripts/t/merge_changelogs/ch-b               |  2 +-
 scripts/t/merge_changelogs/ch-merged          |  2 +-
 scripts/t/merge_changelogs/ch-merged-basic    |  2 +-
 scripts/t/merge_changelogs/ch-merged-pr       |  2 +-
 scripts/t/merge_changelogs/ch-merged-pr-basic |  2 +-
 8 files changed, 12 insertions(+), 11 deletions(-)

commit 57dfc48c6cf40c0982eaabfc7a3c02b94f139221
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 20:13:33 2014 +0200

    po: Sort POTFILES
    
    This makes it easier to see if files are missing.

 scripts/po/POTFILES.in | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 7754e5f1dae24fad85171f2391dc82f4235fbfe1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 11 20:11:39 2014 +0200

    po: Add missing perl programs and modules to POTFILES

 debian/changelog       | 4 ++++
 scripts/po/POTFILES.in | 3 +++
 2 files changed, 7 insertions(+)

commit 6f5610cc0eedbf0895de46130dffb96f77f7d367
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Mon Oct 6 09:16:43 2014 +0700

    po: Update Vietnamese program translations
    
    - Update 2 new strings.
    - Change meaning of stat.
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/vi.po         | 101 ++++++++++++++-----------------------------------------
 2 files changed, 27 insertions(+), 75 deletions(-)

commit bc87a5df2f538281b82c31eea3cbcb08df5d893f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Oct 8 20:47:04 2014 +0200

    Update German scripts translation
    
    Update to 545t1f1u.

 scripts/po/de.po | 34 ++++++++++++++--------------------
 1 file changed, 14 insertions(+), 20 deletions(-)

commit 55fe060f5c23ec489a95545eebfc32d25fe52b6c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Oct 6 21:17:12 2014 +0200

    Update German scripts translation
    
    Update to 543t1f1u.

 debian/changelog |  3 ++
 scripts/po/de.po | 85 +++++++++++++++++++-------------------------------------
 2 files changed, 31 insertions(+), 57 deletions(-)

commit 72993d7142f9b9feb72ceffd3ed2bc2a1d7890ac
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Oct 6 18:30:44 2014 +0200

    German dpkg translation update
    
    Update to 1083t3u.

 debian/changelog |  3 ++-
 po/de.po         | 63 +++++++-------------------------------------------------
 2 files changed, 9 insertions(+), 57 deletions(-)

commit 37dd6556a214c2cf0dc5f5069835fbe62d2e73ff
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 13:47:14 2014 +0200

    Bump version to 1.17.17

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d344b6cf462f4b90a6bd2c5d777453fb3f68272e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 13:29:24 2014 +0200

    Release 1.17.16

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

commit 0ccf9ad2298cf426c1a3fc741497d483b056e04c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 13:10:19 2014 +0200

    libdpkg: Set umask to 0 when creating symlinks in test suite to normalize results
    
    POSIX specifies that symlinks have undefined permissions in their mode,
    so their setting is system dependent. Linux does not honor the umask
    for symlinks, other systems like Hurd or kFreeBSD do, which means we
    get different results due to this.
    
    Regression introduced in commit f71e02c8e913884bfbf9d97b58ded4591b823cdb.
    
    Closes: #764171

 debian/changelog      |  5 +++++
 lib/dpkg/test/t-tar.t | 10 +++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 09b0ee85aea1767a3f980be4fe7d77eabef6f549
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 13:04:21 2014 +0200

    Dpkg::Source::Patch: Switch remaining topic to named variable in analyze()
    
    The loop in the function was expecting $line to be filled by its last
    part, and by working on the topic variable it was not getting updated.
    Switch all topic variable usages in that funtion so that we can restore
    working source unpacking.
    
    Regression introduced in commmit 0d5e17af7391fb0d3a3c695dac40f8df41f8b11c.
    
    Closes: #764206
    
    Addresses BuiltinFunctions::ProhibitUselessTopic.
    
    Warned-by: perlcritic

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

commit 9f5611d93395b216a0de8ec1af5726ac0ddd0924
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 03:42:44 2014 +0200

    man: Set the copyright holder for the original code
    
    This is similar to commit a17d469cc3d5ccca9daa84f98fed3cc8e51e656d,
    but this was just never assigned a proper copyright holder so it
    defaulted to the FSF, which is not correct.

 configure.ac     | 1 +
 debian/changelog | 2 +-
 man/Makefile.am  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

commit 5ed1d7ef8a526511e613c77363fc9da756039000
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 03:42:06 2014 +0200

    po: Use the same name as the Maintainer field for the copyright holder

 dselect/po/Makevars | 2 +-
 po/Makevars         | 2 +-
 scripts/po/Makevars | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 36eda4c1bc6bd1fb4797a1cde25e8595949c29fd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 03:37:28 2014 +0200

    Bump version to 1.17.16

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 3bdb2496c6b7fdb7766d3a056d7815ba545ff247
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 03:22:03 2014 +0200

    Release 1.17.15

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

commit 50d95392fb8efc3f4691535350a6908838ad5a78
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 03:18:04 2014 +0200

    libdpkg: Set umask to the expected value of 0022 in tar test case
    
    There's no guarantee the build system will have the same umask as any
    other system. Make sure to set it to what we expect.

 debian/changelog      | 2 ++
 lib/dpkg/test/t-tar.t | 3 +++
 2 files changed, 5 insertions(+)

commit 36f8d0019d9fbe3b2ce23a341887ebe33c94ca88
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Wed Oct 1 16:58:18 2014 +0200

    dpkg-buildflags: Do not blacklist pie and stackprotector on mips/mipsel
    
    pie is blacklisted on mips and mipsel, according to the comments due
    to #526961. This bug has been fixed more than 4 years ago, it's time
    to reactivate pie support.
    
    Similarly strack-protector support has been added on mips and mipsel
    in gcc 4.6 so we can now activate it too.
    
    Closes: #763672
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 3 ++-
 scripts/Dpkg/Vendor/Debian.pm | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 2a250d64021800e6f2f58c87dbdc014fc10dcdb6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 02:43:57 2014 +0200

    Bump version to 1.17.15

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0a8c971b020eded716a196a9a5d1cf083d42e882
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 00:11:48 2014 +0200

    Release 1.17.14

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

commit 1951e200bc4f65c584616f0a1f1e0c1f87d38ccc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 00:57:37 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    6 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            | 1944 +++++++++++++++++++++++++++++-----------------
 man/po/dpkg-man.pot     | 1566 ++++++++++++++++++++++---------------
 man/po/es.po            | 1896 ++++++++++++++++++++++++++++-----------------
 man/po/fr.po            | 1954 +++++++++++++++++++++++++++++-----------------
 man/po/hu.po            | 1649 +++++++++++++++++++++++----------------
 man/po/it.po            | 1811 +++++++++++++++++++++++++++----------------
 man/po/ja.po            | 1891 ++++++++++++++++++++++++++++-----------------
 man/po/pl.po            | 1895 ++++++++++++++++++++++++++++-----------------
 man/po/pt_BR.po         | 1647 +++++++++++++++++++++++----------------
 man/po/ru.po            | 1650 +++++++++++++++++++++++----------------
 man/po/sv.po            | 1955 ++++++++++++++++++++++++++++++-----------------
 po/ast.po               |  636 ++++++++-------
 po/bs.po                |  620 ++++++++-------
 po/ca.po                |  691 +++++++++--------
 po/cs.po                |  688 +++++++++--------
 po/da.po                |  686 +++++++++--------
 po/de.po                |  684 +++++++++--------
 po/dpkg.pot             |  624 ++++++++-------
 po/dz.po                |  635 ++++++++-------
 po/el.po                |  635 ++++++++-------
 po/eo.po                |  650 ++++++++--------
 po/es.po                |  652 ++++++++--------
 po/et.po                |  631 ++++++++-------
 po/eu.po                |  636 ++++++++-------
 po/fr.po                |  688 +++++++++--------
 po/gl.po                |  635 ++++++++-------
 po/hu.po                |  630 ++++++++-------
 po/id.po                |  634 ++++++++-------
 po/it.po                |  688 +++++++++--------
 po/ja.po                |  648 ++++++++--------
 po/km.po                |  628 ++++++++-------
 po/ko.po                |  634 ++++++++-------
 po/ku.po                |  624 ++++++++-------
 po/lt.po                |  632 ++++++++-------
 po/mr.po                |  628 ++++++++-------
 po/nb.po                |  636 ++++++++-------
 po/ne.po                |  633 ++++++++-------
 po/nl.po                |  635 ++++++++-------
 po/nn.po                |  747 +++++++++---------
 po/pa.po                |  624 ++++++++-------
 po/pl.po                |  688 +++++++++--------
 po/pt.po                |  686 +++++++++--------
 po/pt_BR.po             |  635 ++++++++-------
 po/ro.po                |  636 ++++++++-------
 po/ru.po                |  686 +++++++++--------
 po/sk.po                |  652 ++++++++--------
 po/sv.po                |  688 +++++++++--------
 po/th.po                |  646 ++++++++--------
 po/tl.po                |  763 +++++++++---------
 po/tr.po                |  688 +++++++++--------
 po/vi.po                |  686 +++++++++--------
 po/zh_CN.po             |  632 ++++++++-------
 po/zh_TW.po             |  648 ++++++++--------
 scripts/po/ca.po        |  660 ++++++++--------
 scripts/po/de.po        |  738 ++++++++++--------
 scripts/po/dpkg-dev.pot |  650 ++++++++--------
 scripts/po/es.po        |  749 +++++++++---------
 scripts/po/fr.po        |  754 +++++++++---------
 scripts/po/pl.po        |  729 ++++++++++--------
 scripts/po/ru.po        |  736 +++++++++---------
 scripts/po/sv.po        |  730 ++++++++++--------
 92 files changed, 29573 insertions(+), 23643 deletions(-)

commit f71e02c8e913884bfbf9d97b58ded4591b823cdb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 1 05:02:43 2014 +0200

    libdpkg: Add new tar extractor test cases
    
    Test the different supported tar formats, and verify that we can parse
    them correctly.

 debian/changelog             |   1 +
 lib/dpkg/test/.gitignore     |   2 +
 lib/dpkg/test/Makefile.am    |  22 ++++++-
 lib/dpkg/test/t-tar.t        | 141 +++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/test/t-tarextract.c | 125 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 288 insertions(+), 3 deletions(-)

commit b59b7403a713f5f28ad16b61183197e4fba9a588
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 1 05:00:46 2014 +0200

    libdpkg: Record user and group name in tar_entry
    
    This will allow tar extractors to get to that information too.

 lib/dpkg/tarfn.c | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

commit bc684d1e438855f3232f6bc73209e74e7f2589a7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 1 05:00:46 2014 +0200

    libdpkg: Make the uname and gname file_stat members non-const
    
    We need to allocate and free them.

 lib/dpkg/file.h | 4 ++--
 src/statcmd.c   | 4 ++--
 src/statdb.c    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 67e532374a9562da5d94140b8a28a217d0372706
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 1 05:00:46 2014 +0200

    libdpkg: Refactor tar_entry copying into tar_entry_copy()

 lib/dpkg/tarfn.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 4c406e07d26018896902d475b8a1c0e9f6474efc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 28 20:31:50 2014 +0200

    libdpkg: Consider a hardlink tar entry as a regular file for mode values
    
    The hardlink gets converted into a regular file on extract, so use the
    same mode as a regular file would have instead of 0.

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

commit a8c984c339753c07c41022588ebcd8a2c0af3aa1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 27 04:54:42 2014 +0200

    dpkg: Document optional -C argument in --help output
    
    Closes: #763000

 debian/changelog | 1 +
 src/main.c       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 3eab05ef9de9959c0e67f23d020ed1fa06b16d49
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 05:45:25 2014 +0200

    dpkg: Double the filesdb hash table size to the closest 2^18 prime
    
    Times have changed, and it's common to have at least these many files.
    This reduces the amount of collisions. Eventually we should switch to
    dynamically growing hash tables.

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

commit 67c4ac7e7a9c8a8c20d0796b5a58e8f4797c3d7b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 05:43:56 2014 +0200

    dpkg: Switch the filesdb module to use the FNV hash function
    
    Use it instead of what seems to be a custom hash function. This seems
    to reduce dispersion somewhat.
    
    As a side effect this fixes an integer overflow.
    
    Addresses: #760741
    
    Warned-by: ASan
    Reported-by: Bálint Réczey <balint@balintreczey.hu>

 debian/changelog |  3 +++
 src/filesdb.c    | 15 +++++----------
 2 files changed, 8 insertions(+), 10 deletions(-)

commit c8cd4cc0c17b43fec77595324f64e22dcc15f3e1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 27 21:19:13 2014 +0200

    libdpkg: Switch to the recommended FNV-1a variant
    
    This should give better dispersion. And the function is way way less
    complex than the possible future MurmurHash3 or xxHash candidates.

 debian/changelog         |  2 ++
 lib/dpkg/strhash.c       |  4 ++--
 lib/dpkg/test/t-string.c | 34 +++++++++++++++++-----------------
 3 files changed, 21 insertions(+), 19 deletions(-)

commit c342c6d0bb9c418743bdb27e2ec0e1601033f02b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 05:42:13 2014 +0200

    libdpkg: Move the FNV hash function into a new strhash module
    
    This will allow using the hash function in other parts of the code.
    The additional changes are:
    
     - Fix an incorrect value in a comment.
     - Uppercase preprocessor macros.
     - Add unit tests.

 debian/changelog         |  1 +
 lib/dpkg/Makefile.am     |  1 +
 lib/dpkg/libdpkg.map     |  1 +
 lib/dpkg/pkg-db.c        | 23 +++-------------------
 lib/dpkg/strhash.c       | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/string.h        |  2 ++
 lib/dpkg/test/t-string.c | 27 +++++++++++++++++++++++++-
 7 files changed, 84 insertions(+), 21 deletions(-)

commit a8b3ff906c1d01082c435ede40f6241529c9e409
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 05:42:13 2014 +0200

    libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULL
    
    This makes the header stand alone.

 lib/dpkg/string.h | 1 +
 1 file changed, 1 insertion(+)

commit 9b9acf81bac908889d0db3631c53277329bafb80
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 01:21:56 2014 +0200

    libdpkg: Fix off-by-one error in command argv size calculation
    
    We need a ghost byte for the terminating NUL character, so add it up
    to the requested needed bytes.
    
    Closes: #760690
    
    Warned-by: valgrind
    Based-on-patch-by: Bálint Réczey <balint@balintreczey.hu>

 debian/changelog   | 2 ++
 lib/dpkg/command.c | 3 +++
 2 files changed, 5 insertions(+)

commit 183fcc5b4cbe9ca1d89011ef4b37cee1e2c8c856
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 25 21:05:08 2014 +0200

    dpkg: Do not print pointers in debug output messages
    
    This does not give any meaningful information, besides the pointers
    being equal or different. Print an actual file or package name instead.

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

commit 8f3c317bf1b565b50e30b493f9c769ae1ad51c31
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 2 06:56:22 2014 +0200

    dpkg-source: Rework command parsing and add --build and --extract aliases
    
    This uses the long command names w/o the -- to select the actions to
    take, rewords some usage error messages to be more generic and
    maintainable (by not listing each command supported), and add the long
    aliases for the most common commands.

 debian/changelog       |  1 +
 man/dpkg-source.1      | 26 ++++++++++--------
 scripts/dpkg-source.pl | 73 +++++++++++++++++++++++++++-----------------------
 3 files changed, 55 insertions(+), 45 deletions(-)

commit f88c908b5f058d592d87f89b58d9c0b7f34d8194
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 30 23:47:40 2014 +0200

    scripts: Unpack arguments just once
    
    Addresses Subroutines::RequireArgUnpacking.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog.pm           |  3 +--
 scripts/Dpkg/Compression/Process.pm | 10 ++++++----
 scripts/Dpkg/Deps.pm                |  4 ++--
 scripts/Dpkg/IPC.pm                 |  6 ++++--
 scripts/Dpkg/Shlibs/Symbol.pm       | 10 +++-------
 scripts/Dpkg/Shlibs/SymbolFile.pm   |  3 +--
 6 files changed, 17 insertions(+), 19 deletions(-)

commit 4502f420bd22eab1634d5a9c710c79d58e13e76e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 30 21:25:40 2014 +0200

    scripts: Unpack arguments instead of accessing @_ directly
    
    Addresses Subroutines::RequireArgUnpacking.
    
    Warned-by: perlcritic

 scripts/Dpkg/Compression.pm             |  4 +++-
 scripts/Dpkg/Control/FieldsCore.pm      |  9 ++++++---
 scripts/Dpkg/Gettext.pm                 |  7 ++++---
 scripts/Dpkg/Shlibs/Symbol.pm           | 28 +++++++++++++++++++++-------
 scripts/Dpkg/Source/Package.pm          |  5 ++---
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  8 +++++---
 scripts/Dpkg/Version.pm                 |  4 +++-
 scripts/dpkg-mergechangelogs.pl         |  6 ++++--
 scripts/dpkg-source.pl                  |  4 +++-
 9 files changed, 51 insertions(+), 24 deletions(-)

commit 386e46306f1f6dbb84296f9be1379de10b1cc535
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 25 18:42:49 2014 +0200

    scripts/t: Make sure temporary files are always cleaned up
    
    If the test suite is interrupted or it fails in the middle, the
    temporary files will not be unlinked. Switch to use the native
    File::Temp support for removal.

 debian/changelog             | 2 ++
 scripts/t/Dpkg_IPC.t         | 7 ++-----
 scripts/t/merge_changelogs.t | 9 ++++-----
 3 files changed, 8 insertions(+), 10 deletions(-)

commit 49a77f01c54c422637dfdec6bf8a6d3203debc38
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 25 01:47:11 2014 +0200

    dpkg-architecture: Say arch-wildcard instead of arch-alias in --help output
    
    The latter is an old name for the architecture wildcards.

 debian/changelog             | 1 +
 scripts/dpkg-architecture.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 1987e8e3e18537aae6d259aca16f78a69b576527
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 25 01:44:32 2014 +0200

    dpkg-architecture: Add architecture restriction options for -L
    
    This allows to select specific subsets of all valid known architectures,
    matching by wildcard (-W), endianness (-E) or bits (-B). The restricting
    options can be combined, or omitted altogether.
    
    Closes: #762635

 debian/changelog             |  4 ++++
 man/dpkg-architecture.1      | 14 ++++++++++++++
 scripts/dpkg-architecture.pl | 22 ++++++++++++++++++++--
 3 files changed, 38 insertions(+), 2 deletions(-)

commit ac00888ad6b66c913e99718816730c942056feef
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 25 01:32:08 2014 +0200

    dpkg-architecture: Move -L actual code close to the other commands
    
    We can do this now that the variables initialized are performed on
    demand, so that we can request no variables at all. This makes the
    code more consistent on when to act on the given commands.

 scripts/dpkg-architecture.pl | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

commit 175ba3203008090ff7206ee15598923d101439d9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 24 14:40:15 2014 +0200

    dpkg-scanpackages: Add a new --hash option to enable specific file checksums
    
    This allows to restrict the file checksums generated to the specified
    comma-separated list.
    
    Requested-by: Thorsten Glaser <tg@debian.org>

 debian/changelog             |  2 ++
 man/dpkg-scanpackages.1      |  7 ++++++-
 scripts/dpkg-scanpackages.pl | 12 ++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

commit e301741dc2464654c04798c5c09ebaaa5fbbd1e6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 23 16:39:27 2014 +0200

    dpkg-buildpackage: Do not pipe the files to sign to GnuPG
    
    When GnuPG uses the gpg-agent it is unable to detect the correct tty
    configuration if stdin is a pipe instead of the current terminal.
    
    Copy the file to sign to a temporary directory and append to it a
    newline, and pass that as an actual command-line argument.
    
    Closes: #762391

 debian/changelog             |  3 +++
 scripts/dpkg-buildpackage.pl | 28 ++++++++++++++++++----------
 2 files changed, 21 insertions(+), 10 deletions(-)

commit 8a54695dd467a25eac3d1df5f1aea7bdf73be7c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 20 09:55:49 2014 +0200

    dpkg-deb: Remove arbitrary filename limit
    
    The limit was lifted when the code switched from a constant sized string
    to a dynamic one via varbuf.

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

commit e9a73826b1a310ac34d2cfc1ab278e0f930f5dc6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 20 02:14:09 2014 +0200

    dpkg: Use varbuf_end_str() instead of varbuf_add_char() with explicit '\0'

 src/infodb-access.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a1920c132369534dd18157dafa4758c44d555ddd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 20 02:05:19 2014 +0200

    dpkg: Never try to remove the root directory or its backups
    
    It should never have backups around, and we should never try to remove
    it as it can never be removed anyway.
    
    This also causes problems with setups where the root directory is
    read-only with a read-write overlay or a symlink farm.
    
    Requested-by: sepero111@gmx.com

 debian/changelog |  3 +++
 src/remove.c     | 24 ++++++++++++++----------
 src/unpack.c     |  8 ++++++++
 3 files changed, 25 insertions(+), 10 deletions(-)

commit f524ee7c6d1d95fa83f263eee126bae27b148782
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 15 16:04:56 2014 +0200

    dpkg: Normalize instdir by removing trailing '/' and '/.'
    
    This gets rid of several inconsistencies and doubled «/» in syscalls
    and output messages.

 debian/changelog |  3 +++
 src/archives.c   | 14 +++-----------
 src/configure.c  |  2 --
 src/main.c       | 19 ++++++++++++++++---
 src/unpack.c     |  1 -
 5 files changed, 22 insertions(+), 17 deletions(-)

commit d2efd3e2702487f4f60ff8fc00f7a67ce42d0169
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 20 02:03:35 2014 +0200

    dpkg: Use an intermediate variable for namenodetouse() return value

 src/unpack.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 98956c26a2d8039b8ec66231910fc9418329c09b
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date:   Tue Aug 19 07:57:03 2014 +0200

    scripts: Update restriction formula syntax
    
     - The restriction list parsing now reflects the changes at
       <https://wiki.debian.org/BuildProfileSpec> which were agreed upon
       in the bootstrap sprint 2014 in Paris.
     - Restriction lists are now restriction formulas.
     - Restriction formulas are given in disjunctive normal form expression:
           pkg <bar baz> <blub>
     - Removal of the implicit prefix/namespace mechanic.
     - Since there can be more than one <> block, the regex in
       parse_string() in Dpkg::Deps is now greedy.
     - Construct the profiles entry of the Packages-List field by converting
       the "<bar baz> <blub>" syntax into "bar,baz+blub".
     - Include a temporary compatibility mapping for the old way to write
       the Build-Profiles field in binary packages which can be removed once
       all affected source packages have moved to the new syntax.
     - Adjust testcases.
    
    Closes: #760158
    
    [guillem@debian.org:
     - Add a warning when using the old syntax in dpkg-source.
     - Move comments before the regexes, not besides them in dpkg-source.
     - Change from an xnor to == in evaluate_restriction_formula().
     - Move the Dpkg::Util import close to the other Dpkg imports.
     - Add test cases for the new parse_build_profiles() behavior. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               | 11 ++++++++++
 man/deb-src-control.5          | 17 ++++++++------
 man/dpkg-buildpackage.1        | 14 ++++++------
 man/dpkg-checkbuilddeps.1      |  7 +++---
 scripts/Dpkg/BuildProfiles.pm  | 49 +++++++++++++++++++++--------------------
 scripts/Dpkg/Deps.pm           | 13 ++++++-----
 scripts/dpkg-source.pl         | 27 +++++++++++++++++++++--
 scripts/t/Dpkg_BuildProfiles.t | 25 +++++++++++++++++----
 scripts/t/Dpkg_Deps.t          | 50 ++++++++++++++++++++++++------------------
 9 files changed, 139 insertions(+), 74 deletions(-)

commit 61e228eb7b68b85529dc8e9c9c49ef7f51a797bb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 19 07:57:03 2014 +0200

    dpkg-genchanges: Handle omitted packages due to build profiles
    
    Properly handle the absence of packages in DEBIAN/control depending
    on build profiles, so that we do not emit bogus warnings anymore.
    
    Closes: #758191
    
    Based-on-patch-by: Johannes Schauer <j.schauer@email.de>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              |  2 ++
 scripts/Dpkg/BuildProfiles.pm | 42 +++++++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Deps.pm          | 31 ++-----------------------------
 scripts/dpkg-genchanges.pl    | 12 ++++++++++--
 4 files changed, 55 insertions(+), 32 deletions(-)

commit 1eb338d799a3887f82a5181bfc667ba6c6892364
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 2 00:51:49 2014 +0200

    Dpkg::BuildProfiles: Add new parse_build_profile()
    
    Use it everywhere instead of inline code.

 scripts/Dpkg/BuildProfiles.pm  | 14 +++++++++++++-
 scripts/Dpkg/Deps.pm           |  3 ++-
 scripts/t/Dpkg_BuildProfiles.t |  9 +++++++--
 3 files changed, 22 insertions(+), 4 deletions(-)

commit 13ae3fa02e85ec76cafad83e033365f43e6debe7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 12 14:14:51 2014 +0200

    Dpkg::Source::Package: Use a simple string match instead of a regex
    
    Addresses RegularExpressions::ProhibitFixedStringMatches.
    
    Warned-by: perlcritic

 scripts/Dpkg/Source/Package/V1.pm       |  6 +++---
 scripts/Dpkg/Source/Package/V2.pm       | 24 ++++++++++++------------
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  4 ++--
 3 files changed, 17 insertions(+), 17 deletions(-)

commit 24df99399ba5b63dc354ff49ea8622a8ca1cd17d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 12 06:08:37 2014 +0200

    perl: Use length instead of /^$/ to test for an empty string
    
    Addresses RegularExpressions::ProhibitFixedStringMatches.
    
    Warned-by: perlcritic

 dselect/methods/ftp/install       |  4 ++--
 scripts/Dpkg/Conf.pm              |  3 ++-
 scripts/Dpkg/Control/HashCore.pm  |  6 +++---
 scripts/Dpkg/Source/Package/V2.pm |  2 +-
 scripts/Dpkg/Source/Patch.pm      | 12 ++++++++----
 5 files changed, 16 insertions(+), 11 deletions(-)

commit e7ec307653c124fa6c2a68385beddbd2f3a4f091
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 11 23:47:52 2014 +0200

    Dpkg::Arch: Map i786 to i386 for the multiarch pathname
    
    Missed in commit 7386defdaebf4746dc074a118bf7430cecf7a57f.

 debian/changelog     | 1 +
 scripts/Dpkg/Arch.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 52230e6fe98fdd1b2de2651e95d4f7afb74c7fed
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 11 20:55:36 2014 +0200

    Dpkg::Source::Package::V2: Rename %origtar to %addonfile
    
    Make it clear that these are the addon tarballs.

 scripts/Dpkg/Source/Package/V2.pm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 6821616fc62734abc60ab98ae7bc6b37db772457
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 2 06:03:00 2014 +0200

    libdpkg: Add new SUBPROC_RETSIGNO to return the signal number
    
    This will allow to replace some ad-hoc code in debsig-verify.

 lib/dpkg/subproc.c | 2 ++
 lib/dpkg/subproc.h | 2 ++
 2 files changed, 4 insertions(+)

commit b097b5cf5dd032ccc6bc946d837da5d2c5baad6f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 2 06:01:09 2014 +0200

    libdpkg: Also return an error code for unhandled subprocess status

 lib/dpkg/subproc.c | 3 +++
 1 file changed, 3 insertions(+)

commit b8a6ab4c5c88463bfe8ff1e13cddbf397c950c61
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 1 19:56:11 2014 +0200

    libdpkg: Namespace and reword subproc flags

 dpkg-deb/extract.c        |  2 +-
 dpkg-split/split.c        |  2 +-
 dselect/method.cc         |  2 +-
 lib/dpkg/file.c           |  2 +-
 lib/dpkg/subproc.c        | 14 +++++++-------
 lib/dpkg/subproc.h        | 22 +++++++++++++++-------
 lib/dpkg/test/t-command.c |  2 +-
 lib/dpkg/test/t-subproc.c | 13 +++++++------
 src/archives.c            |  2 +-
 src/configure.c           |  4 ++--
 src/script.c              |  2 +-
 src/unpack.c              |  6 +++---
 12 files changed, 41 insertions(+), 32 deletions(-)

commit cece29526d506b89b54cc80a6c400f9f58f36286
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 23 09:05:33 2012 +0200

    libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()
    
    This hides the fact that to restore the signals we are doing a
    pop_cleanup().

 dselect/method.cc    | 2 +-
 lib/dpkg/libdpkg.map | 1 +
 lib/dpkg/subproc.c   | 6 ++++++
 lib/dpkg/subproc.h   | 1 +
 src/script.c         | 4 ++--
 5 files changed, 11 insertions(+), 3 deletions(-)

commit 054129e47776db138d367b16a3f1552426d1051d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 23 08:58:10 2012 +0200

    libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()

 dselect/method.cc    | 2 +-
 lib/dpkg/libdpkg.map | 2 +-
 lib/dpkg/subproc.c   | 2 +-
 lib/dpkg/subproc.h   | 2 +-
 src/script.c         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit b6fda271b84fef4b24c5876cebe17511a0890264
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 23 08:55:35 2012 +0200

    libdpkg: Refactor setting and resetting a single signal into new functions

 lib/dpkg/subproc.c | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

commit 59427cc7a4b5289168a3b6a9598fe2c0eb6bf475
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 10 15:37:18 2014 +0200

    libdpkg: Rename subproc_wait_check() to subproc_reap()

 dpkg-deb/build.c          | 10 +++++-----
 dpkg-deb/extract.c        |  8 ++++----
 dpkg-deb/info.c           |  2 +-
 dpkg-split/split.c        |  2 +-
 dselect/method.cc         |  2 +-
 lib/dpkg/compress.c       |  2 +-
 lib/dpkg/file.c           |  2 +-
 lib/dpkg/libdpkg.map      |  2 +-
 lib/dpkg/subproc.c        |  2 +-
 lib/dpkg/subproc.h        |  2 +-
 lib/dpkg/test/t-command.c |  8 ++++----
 lib/dpkg/test/t-subproc.c | 12 ++++++------
 src/archives.c            |  2 +-
 src/configure.c           |  4 ++--
 src/help.c                |  2 +-
 src/script.c              |  2 +-
 src/unpack.c              |  8 ++++----
 17 files changed, 36 insertions(+), 36 deletions(-)

commit f7be86add268ad27c99c86a55fb2ad12d2fc8da7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 10 15:34:22 2014 +0200

    libdpkg: Make subproc_wait() and subproc_check() private

 lib/dpkg/libdpkg.map | 2 --
 lib/dpkg/subproc.c   | 4 ++--
 lib/dpkg/subproc.h   | 2 --
 3 files changed, 2 insertions(+), 6 deletions(-)

commit 398875d07d87fb65a4965ffbfe8b860f526a4ad8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 10 15:31:41 2014 +0200

    libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()
    
    Add a new PROCNOCHECK flag to disable the checks and to make both calls
    equivalent.

 lib/dpkg/file.c    | 2 +-
 lib/dpkg/subproc.c | 9 +++++++--
 lib/dpkg/subproc.h | 1 +
 src/configure.c    | 4 ++--
 src/unpack.c       | 2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)

commit 5c4fdbe903f5006eee3337a1b2c08c1cfe114191
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 10 12:56:16 2014 +0200

    dpkg, dselect: Use subproc_wait_check() instead of ad-hoc code in call sites

 dselect/method.cc | 8 ++++----
 src/unpack.c      | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

commit a34bbbbc918c30a1f6bc403c62512d3c4afb3cbc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 10 12:28:42 2014 +0200

    u-a(8): Fix prerm invocation arguments
    
    It is usually called in prerm's remove and deconfigure, not install.
    
    Closes: #761025
    
    Reported-by: jre <jre.winesim@gmail.com>

 debian/changelog          | 2 ++
 man/update-alternatives.8 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 90c2e4c9e0231b15d4f93be120fcc01dd22ea82e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 5 01:48:52 2014 +0200

    s-s-d: Do not fail when kvm_getprocs() cannot find any process
    
    Return NULL, and let the call sites return false themselves. This fixes
    the code failing on retries when the process has disappeared.

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 10 +++++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 8fbe533b5b335ca08c0478687ea30a9a96f3fc6a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 3 04:52:04 2014 +0200

    s-s-d: On kFreeBSD do not make kvm_openfiles() open /dev/mem
    
    We do not need that file, as we are not using any kvm_read(3) call,
    either explicitly or implicitly. Everything is retrieved through
    sysctl(2).
    
    libkvm from FreeBSD allows to pass /dev/null as the memory file to
    denote that we do not need it.
    
    This will make s-s-d work again on jails which do not usually have
    /dev/mem available.
    
    Reported-by: Steven Chamberlain <steven@pyro.eu.org>

 debian/changelog          | 3 +++
 utils/start-stop-daemon.c | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit c0817d3bcf59fa88c655c730a56285d52342aba4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 6 07:22:50 2014 +0200

    s-s-d: Refactor KVM code
    
    Create two new functions, ssd_kvm_open() and ssd_kvm_get_procs().

 utils/start-stop-daemon.c | 83 +++++++++++++++++++++++++----------------------
 1 file changed, 44 insertions(+), 39 deletions(-)

commit 8f686fbeb1d3bc5ed2f4b3f5a5f79d17ab61c868
Author: Christos Trochalakis <yatiohi@ideopolis.gr>
Date:   Thu Oct 2 17:00:31 2014 +0200

    s-s-d: Do not abort on --stop when only pid or ppid options are specified
    
    When running with «--stop» and only pid or ppid as matching options,
    start-stop-daemon aborts with a "no match option" error.
    
    «pid» and «ppid» are proper matching options, so they should be enough
    to proceed.
    
    Missed in commits 80de58344cb38ab085ca2c7808f4f7b3be1d2422 and
    3fabf94e0b5fe1bcdea26fecee1c87e74fab98b2.
    
    Closes: #763767
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 4 ++++
 2 files changed, 6 insertions(+)

commit e63048c680f151026237f2411e2bfebe2722f73d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 9 15:40:45 2014 +0200

    s-s-d: Make sure the pidfile is always created with a 022 umask
    
    Although this got partially corrected with the fix for the background
    and pidfile creation bug, it still migth happen that the parent had a
    too restrictive umask.
    
    Closes: #760222
    
    Reported-by: Will Conley <willconley3@gmail.com>

 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 29778da537e2ff1a0f032db33dde43413b7345ef
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 9 15:14:51 2014 +0200

    s-s-d: Do not exit from first parent before the pidfile has been created
    
    When using the --background option combined with --make-pidfile, the
    parent process might end up exiting before the child's pidfile has been
    created, which might confuse service supervising programs.
    
    Fix the race condition by making the first parent wait for the second
    one, so that it can safely create the pidfile if required.
    
    Closes: #686420
    
    Based-on-patch-by: Nir Soffer <nirs@hyperms.com>

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

commit f27abd5a083c07bd367423f67cedf94b3d33b3f8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 9 15:08:44 2014 +0200

    s-s-d: Move write_pidfile() before daemonize()
    
    We'll be needing to call the former in the latter.

 utils/start-stop-daemon.c | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

commit 877057869d5ae7cc3a0c7911ab905275b41d1d09
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 9 14:47:39 2014 +0200

    s-s-d: Abort if the system or compatibility setsid() fails
    
    This requires to check the setpgid() return value in the setsid()
    compatibility function.

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

commit 1fab3f69a9c8991c3431a0cca3e49446f6a161e2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 8 01:31:11 2014 +0200

    arch: Remove lpia architecture support
    
    This architecture was a bad idea from the start, but was added
    regardless to make life for the Ubuntu people easier. This mistake
    will not be repeated again. Remove it to stop people thinking this
    might somehow set a precedent.
    
    Ref: <https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-November/000643.html>

 debian/changelog | 1 +
 ostable          | 1 -
 triplettable     | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

commit b851df1817ebaf60a95ae6478824c0e732890fc0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 5 22:02:28 2014 +0200

    libdpkg: Fix error message from buffer_copy() read and write function
    
    The buffer_read() and buffer_write() function error codes should have
    higher precedence than a possible error from a truncated stream, otherwise
    we will get confusing or just wrong error messages.
    
    Regression introduced in commit ded3dfed77b7fd268914e19e8081b43c9233cc05.
    
    Closes: #759498

 debian/changelog  | 3 +++
 lib/dpkg/buffer.c | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 8ac9b317f6fabdaf6c8fb723fe7063bb9f5414b5
Author: Paul Wise <pabs@debian.org>
Date:   Sat Sep 27 05:07:44 2014 +0200

    Dpkg::Vendor::Debian: Add a timeless feature in the reproducible area
    
    This will add approproriate options to warn about __TIME__, __DATE__ and
    __TIMESTAMP__ macros.
    
    Closes: #762683
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 man/dpkg-buildflags.1         | 7 +++++++
 scripts/Dpkg/Vendor/Debian.pm | 6 ++++++
 3 files changed, 15 insertions(+)

commit 24ce14e24fd53887efcff43b66eaaf7ad1de7be4
Author: Paul Wise <pabs@debian.org>
Date:   Sat Sep 27 05:04:05 2014 +0200

    Dpkg::Vendor::Debian: Add support for a reproducible feature area
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              |  2 ++
 man/dpkg-buildflags.1         |  9 +++++++--
 scripts/Dpkg/Vendor/Debian.pm | 17 +++++++++++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)

commit 3885b21c26616dc79976f640769cf25be029ccf3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 27 05:00:11 2014 +0200

    Dpkg::Vendor::Debian: Fix comments wording

 scripts/Dpkg/Vendor/Debian.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 60652d3854e28e64e68dbd589036bfc67b0ce058
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 18:50:38 2014 +0200

    dpkg-buildflags: Honor feature area settings from DEB_BUILD_OPTIONS
    
    This allows users to specify build flags from specific area features.
    These settings will be overridden by any subsequent settings from
    DEB_BUILD_MAINT_OPTIONS, in the same way other build flags are affected,
    so that the maintainer can disable specific things that might be broken.

 man/dpkg-buildflags.1         | 14 +++++++++-----
 scripts/Dpkg/Vendor/Debian.pm | 22 +++++++++++++++-------
 2 files changed, 24 insertions(+), 12 deletions(-)

commit 155d680222e349a2143f0d13e7addae23cf91a67
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 18:50:38 2014 +0200

    scripts/mk: Pass DEB_BUILD_OPTIONS to dpkg-buildflags
    
    The build flags depend on options specified in DEB_BUILD_OPTIONS,
    otherwise things like noopt do not work.

 debian/changelog         | 2 ++
 scripts/mk/buildflags.mk | 1 +
 2 files changed, 3 insertions(+)

commit 794c651d0933099ee684e95d08d5d799ead1a04b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 18:13:42 2014 +0200

    dpkg-buildflags: Reverse exit logic to check for errors
    
    Instead of defaulting to exiting with an error, and bailing out on
    successful operations, reverse the logic as there are fewer error
    exit codepaths. This also reduces code nesting.

 scripts/dpkg-buildflags.pl | 36 +++++++++++++-----------------------
 1 file changed, 13 insertions(+), 23 deletions(-)

commit 6775adf4af978a8fcd4fdafa955fff3970a047a0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 17:30:58 2014 +0200

    dpkg-buildflags: Fold list action handling with the other actions if block

 scripts/dpkg-buildflags.pl | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit f60868c4dae719b10a391063c3ae93e5f82f1d38
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 7 01:24:45 2014 +0200

    dpkg-buildflags: Add a canary feature to the qa feature area
    
    This can be used to test the propagation of build flags by checking the
    build logs for any omission.
    
    Closes: #628516

 debian/changelog              |  2 ++
 man/dpkg-buildflags.1         |  9 +++++++++
 scripts/Dpkg/Vendor/Debian.pm | 12 ++++++++++++
 3 files changed, 23 insertions(+)

commit 1f0936a4bf4b56af2c18af27ee78a0842e0e002c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 5 13:45:09 2014 +0200

    dpkg-buildflags: Add a bug feature to the qa feature area
    
    This feature will enable fatal warnings for code that can pose
    actual problems.
    
    Closes: #682659

 debian/changelog              |  2 ++
 man/dpkg-buildflags.1         |  4 ++++
 scripts/Dpkg/Vendor/Debian.pm | 10 ++++++++++
 3 files changed, 16 insertions(+)

commit 14904c35f056e5bef24275f3af0d295ad6a529e5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 5 13:45:09 2014 +0200

    dpkg-buildflags: Add a new qa feature area
    
    This will allow to add various Quality Assurance features that can be
    used to avoid common errors.

 debian/changelog              |  1 +
 man/dpkg-buildflags.1         | 11 ++++++++---
 scripts/Dpkg/Vendor/Debian.pm | 17 +++++++++++++++++
 3 files changed, 26 insertions(+), 3 deletions(-)

commit 94597f68a82e55f193e8313781bd55356363e388
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 5 13:45:09 2014 +0200

    Dpkg::Vendor::Debian: Prefix add_hardening_flags with _ to mark as private

 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f905ed36cb5dcb3506c04fd4b38f36446418993b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 5 13:41:57 2014 +0200

    dpkg-buildflags(1): Move generic feature area details to the section top
    
    These are valid for any future feature area, so share the information to
    avoid having to repeat it on each subsection.

 debian/changelog      |  1 +
 man/dpkg-buildflags.1 | 28 +++++++++++++++-------------
 2 files changed, 16 insertions(+), 13 deletions(-)

commit a92a3ac5056363e9c21c48187f6ff965481742f4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 4 13:54:28 2014 +0200

    dpkg-maintscript-helper: Add support for relative symlinks to symlink_to_dir
    
    Suggested-by: Don Armstrong <don@debian.org>

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

commit bf46f08e0f1d5999a0c1518ffa9931651e95931f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 4 13:48:01 2014 +0200

    Dpkg::Deps: Add new deps_iterate() function
    
    Closes: #759747
    
    Based-on-patch-by: Dima Kogan <dima@secretsauce.net>

 debian/changelog      |  2 ++
 scripts/Dpkg/Deps.pm  | 41 +++++++++++++++++++++++++++++++++++++++--
 scripts/t/Dpkg_Deps.t | 19 ++++++++++++++++++-
 3 files changed, 59 insertions(+), 3 deletions(-)

commit 778367253dcba95e007a5024f6decbaeb974c665
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 1 17:14:58 2014 +0200

    dpkg-maintscript-helper(1): Add a mention of packaging helpers support
    
    Mention that packaging helper might support dpkg-maintscript-helper
    natively, and add an explicit reference to dh_installdeb(1), debhelper
    being the most commonly used helper, w/o going into the actual details.
    
    Closes: #759754

 debian/changelog              |  3 +++
 man/dpkg-maintscript-helper.1 | 11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 5cc36d8e80e38e8cb32d009695edce3cd1ae381a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 30 02:54:31 2014 +0200

    Dpkg::Deps::KnownFacts: Add support for versioned Provides
    
    This got missed in commit 5bb02fe80e9f40dcad9703a72f67cf615ff217b5.

 debian/changelog      |  2 ++
 scripts/Dpkg/Deps.pm  | 16 +++++++++++-----
 scripts/t/Dpkg_Deps.t | 35 ++++++++++++++++++++++++++++++++++-
 3 files changed, 47 insertions(+), 6 deletions(-)

commit dc8ea230f2a49f29bc22fcba6a5f22429e3f6c91
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 30 02:54:11 2014 +0200

    Dpkg::Deps: Emit a warning when using the obsolete check_package() function

 debian/changelog     | 1 +
 scripts/Dpkg/Deps.pm | 6 ++++++
 2 files changed, 7 insertions(+)

commit fe60460326c3e37d21bdb031d063b84780c82eba
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 30 02:31:29 2014 +0200

    perl: Do not use the topic variable unnecessarily
    
    Fixes BuiltinFunctions::ProhibitUselessTopic
    and RegularExpressions::ProhibitUselessTopic.
    
    Warned-by: perlcritic

 scripts/Dpkg/Checksums.pm             | 2 +-
 scripts/Dpkg/Control/HashCore.pm      | 8 ++++----
 scripts/Dpkg/Deps.pm                  | 2 +-
 scripts/Dpkg/Shlibs/Objdump.pm        | 2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm     | 4 ++--
 scripts/Dpkg/Source/Package/V2.pm     | 6 +++---
 scripts/Dpkg/Source/Package/V3/Bzr.pm | 4 ++--
 scripts/Dpkg/Source/Quilt.pm          | 4 ++--
 scripts/dpkg-buildpackage.pl          | 2 +-
 scripts/dpkg-gensymbols.pl            | 2 +-
 scripts/dpkg-scansources.pl           | 2 +-
 scripts/dpkg-shlibdeps.pl             | 4 ++--
 test/critic.t                         | 2 ++
 13 files changed, 23 insertions(+), 21 deletions(-)

commit c6df3fdc4f57da160c5bb6877a7e9aea93cc2eb7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 30 17:02:54 2014 +0200

    dselect: Parse the system curses.h header instead of dselect-curses.h
    
    Regression introduced in commit 51926eebbba1f20c3bf994e7364512a1c63a25f2.
    
    Because our local header file that decides which curses header to
    include also matches on curses.h, we've been processing that header all
    this time, meaning we've defaulted to the builtin and override keys only.

 debian/changelog    | 3 +++
 dselect/Makefile.am | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit b4e6a1c8bd4b37e2192797ceeac3001e4ed1c7f4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 30 17:01:01 2014 +0200

    dselect: Quote the FTP package name instead of trying to manually escape it

 dselect/methods/ftp/install | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 0d5e17af7391fb0d3a3c695dac40f8df41f8b11c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 30 04:33:42 2014 +0200

    scripts: Use named variables instead of using the topic variable
    
    Switch code that uses roughly more explicit instances of the topic
    variable than implicit ones.
    
    Addresses BuiltinFunctions::ProhibitUselessTopic.
    
    Warned-by: perlcritic

 dselect/methods/ftp/install         | 24 ++++++++++----------
 dselect/mkcurkeys.pl                | 45 ++++++++++++++++++++-----------------
 scripts/Dpkg/Arch.pm                |  7 ++----
 scripts/Dpkg/Changelog.pm           | 14 ++++++------
 scripts/Dpkg/Changelog/Parse.pm     | 10 ++++-----
 scripts/Dpkg/Compression/Process.pm |  6 ++---
 scripts/Dpkg/Control/HashCore.pm    | 10 ++++-----
 scripts/Dpkg/IPC.pm                 | 26 ++++++++++-----------
 scripts/Dpkg/Shlibs/Cppfilt.pm      | 16 ++++++-------
 scripts/Dpkg/Source/Package.pm      |  6 ++---
 scripts/Dpkg/Source/Package/V2.pm   | 20 ++++++++---------
 scripts/Dpkg/Source/Patch.pm        | 32 +++++++++++++++-----------
 scripts/Dpkg/Source/Quilt.pm        | 22 +++++++++++-------
 scripts/dpkg-scanpackages.pl        | 13 +++++------
 scripts/dpkg-shlibdeps.pl           | 24 ++++++++++----------
 15 files changed, 144 insertions(+), 131 deletions(-)

commit f85c96ff672cfd9c1526a8387f088dbfc51df569
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 29 19:27:02 2014 +0200

    dselect: Remove unnecessary handling of obsolete Package_Revision field
    
    This is automatically handled by «dpkg-deb --field» now that it uses
    the libdpkg deb822 parser.

 debian/changelog            | 2 ++
 dselect/methods/ftp/install | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 2e5f5b658c7c7153d3131e7224d9c337c0be1164
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 29 19:17:09 2014 +0200

    dpkg-deb: Stop warning on unknown arbitrary fields
    
    The rest of the tools, particularly the ones in dpkg-dev, do not emit
    such warnings, so doing it when building the binary packages is a bit
    pointless, and usually annoys maintainers or downstream developers who
    end up disabling this code anyway.
    
    This might have served a purpose some time ago, to easily spot typos
    in field names, but we do have other means to check for those now,
    like more strict parsing in dpkg, which will warn or error on required
    fields, or tools like lintian which do a thorough check on the produced
    packages.

 debian/changelog      |  1 +
 dpkg-deb/build.c      | 38 --------------------------------------
 man/deb-src-control.5 |  3 +--
 3 files changed, 2 insertions(+), 40 deletions(-)

commit 49e2e69055d5c42f2b9536468b51d30f18344bf9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 27 13:49:17 2014 +0200

    dpkg-genchanges: Fix order of Files field in generated .changes file
    
    Regression introduced in commit e1749d77a44ee1c82c2d047cf9be4b071554832d.
    
    As the code switched to use the list of files to be distributed instead
    of the files with checksums, the order changed. Move the code around to
    inject the source files first into the distributed files so that we
    recover the old behavior, and make it consistent with the Checksums
    fields.

 debian/changelog           |   2 +
 scripts/dpkg-genchanges.pl | 147 ++++++++++++++++++++++-----------------------
 2 files changed, 75 insertions(+), 74 deletions(-)

commit 4c67c44847ad068bb24cc5d5f94f5f9e349c1d24
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 27 13:49:17 2014 +0200

    dpkg-genchanges: Do not repeat dsc name in multiple places
    
    Use a single variable to track the name. Reduce the scope of the $dsc
    variable.

 scripts/dpkg-genchanges.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 7625c1359d479cff42d15aa5551cac23c1ac7ebb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 27 13:49:17 2014 +0200

    dpkg-genchanges: Merge fallback Section and Priority value assignments
    
    This makes the code more clear, and will make sure to emit a warning
    also when the fields have an explicit '-' value.

 debian/changelog           |  2 ++
 scripts/dpkg-genchanges.pl | 26 ++++++++------------------
 2 files changed, 10 insertions(+), 18 deletions(-)

commit 13871b788efbd6dafc19a24b537229eef46a854c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 27 13:12:27 2014 +0200

    dpkg-genchanges: Do not use an intermediate variable with the upload dir
    
    We only use it in one place, just inline the $uploadfilesdir variable
    there.

 scripts/dpkg-genchanges.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit e1666917ab7d28506b2f379d4e6af12cb015f072
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 27 13:10:37 2014 +0200

    dpkg-genchanges: Use $include directly instead of convenience is_ functions
    
    These were testing for the wrong thing, by checking for the reverse.
    Remove the unnecessary functions and check for what we actually want,
    which should make the code more clear.

 scripts/dpkg-genchanges.pl | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 1fa66ec98b8eb9c5305f2c58ce2f261ec3697c84
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 14 13:30:39 2014 +0200

    scripts: Place Commands: before Options: in --help output

 debian/changelog             |  2 ++
 scripts/dpkg-architecture.pl | 18 +++++++++---------
 scripts/dpkg-vendor.pl       | 10 +++++-----
 3 files changed, 16 insertions(+), 14 deletions(-)

commit 9c81361552de98c234c75fc6c26928e3eae7983e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 14 13:19:44 2014 +0200

    dpkg-architecture: Clarify that -a, -t, -e and -i work with the host system
    
    Stating that these handle the “current” architecture makes no sense, and
    it's not more clear. Just say clearly what they work with.

 debian/changelog             |  1 +
 man/dpkg-architecture.1      | 25 +++++++++++++------------
 scripts/dpkg-architecture.pl |  8 ++++----
 3 files changed, 18 insertions(+), 16 deletions(-)

commit f29ed62d0c340869752c61d55a2df74159c31625
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 23 18:25:07 2014 +0200

    dpkg-architecture: Add support for target information
    
    This adds support for the DEB_TARGET_ family of variables, which denote
    the machine the compiler should be building for.
    
    If the user did not specify them on the command line they will default
    to the host architecture.

 debian/changelog             |  4 ++++
 man/dpkg-architecture.1      | 31 +++++++++++++++++++++++-
 scripts/dpkg-architecture.pl | 57 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 89 insertions(+), 3 deletions(-)

commit 17aaa7eeddc04cc2a133a3c56ed5650d3f90cbe3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 28 11:59:25 2014 +0200

    dpkg-architecture: Refactor check_arch_coherency()

 scripts/dpkg-architecture.pl | 57 +++++++++++++++++++++++++-------------------
 1 file changed, 33 insertions(+), 24 deletions(-)

commit 03c0873bd720a4f93db0cc4764fa98d3dbcadede
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 20 11:23:11 2014 +0200

    dpkg-deb: Add new --ctrl-tarfile command
    
    This allows to easily extract the entire control member in tar format,
    for further processing.

 debian/changelog    |  1 +
 dpkg-deb/dpkg-deb.h |  1 +
 dpkg-deb/extract.c  | 17 +++++++++++++++++
 dpkg-deb/main.c     |  2 ++
 man/dpkg-deb.1      | 13 +++++++++++--
 5 files changed, 32 insertions(+), 2 deletions(-)

commit 81f0fdb71a029abdb4cb9d404c55ba5871cd3cf5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 20 11:06:45 2014 +0200

    dpkg-source: Fix perl warning when typing Ctrl-D on patch name prompt
    
    When prompting the user for a patch name, if they type Ctrl-D the
    variable reading from STDIN will be initialized to undef, but we were
    acting on it anyway. Catch that case.

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

commit 941f8c810fd050c91a18a6c7ead6b34c8d12ead3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 1 01:31:33 2014 +0200

    dpkg: Factor out deb_parse_conffiles() from process_archive()

 src/unpack.c | 177 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 103 insertions(+), 74 deletions(-)

commit bbe34bf13e7d6fcbe9b5702e9826526160796771
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 5 05:04:12 2014 +0200

    dpkg: Rename newconff_append() to filenamenode_queue_push()
    
    The function is not conffile specific, so let's make that clear.
    Rename also the local variables to make sense in the new context.

 src/archives.c | 18 +++++++++---------
 src/main.h     |  4 ++--
 src/unpack.c   |  4 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)

commit 43af9a7184ed1468e6479af41d6eb0f3a1abe5c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 1 01:24:03 2014 +0200

    dpkg: Use struct filelist instead of two fileinlist to track newconffiles

 src/archives.c | 12 ++++++++----
 src/main.h     |  7 +++++--
 src/unpack.c   | 14 +++++++-------
 3 files changed, 20 insertions(+), 13 deletions(-)

commit b67c9f74ce7a6343cd5b128afc68736965d2ba3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 1 01:00:51 2014 +0200

    dpkg: Add new struct filenamenode_queue

 src/filesdb.h | 7 +++++++
 1 file changed, 7 insertions(+)

commit 4c65eaf4a1e9692f48d680a366e2fa91cca0a116
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 1 01:11:19 2014 +0200

    dpkg: Remove static from pointer variables
    
    These were supposedly static to cater to the push_cleanup() needs,
    but as these are pointers they are unaffected by an unrolled stack.

 src/unpack.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 2db3d929026f2512dc4a1358a099bcd82b556beb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 31 21:31:22 2014 +0200

    libdpkg: Rename pkg_db_iter_next_pkg() local variable r to pkg

 lib/dpkg/pkg-db.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 9c68ece4293dcd844000a731edc20572c9240b5f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 3 20:01:43 2014 +0200

    build: Split test_programs and test_scripts out of test_cases
    
    We do not need TEST_PREFIX anymore, as the prefixes are implicit for
    each typo of test case. Use the build directory for compiled programs
    and the source directory for scripts.

 Makefile.am               |  4 ++--
 check.am                  | 11 +++++------
 lib/dpkg/test/Makefile.am |  4 +---
 scripts/Makefile.am       |  4 ++--
 src/Makefile.am           |  5 +++--
 utils/Makefile.am         |  5 +++--
 6 files changed, 16 insertions(+), 17 deletions(-)

commit 9540bc984b08c5936c5aad2f1cab15f3b3560b84
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 2 05:00:46 2014 +0200

    build: Fix compiler flag detection with non-GCC compilers
    
    We enable -Werror when checking the flags so that on compilers like
    clang which just emit a warning on unknown warning options, instead
    of erroring out, we get proper detection.
    
    We could just use stuff like -Werror=unknown-warning-option and
    -Werror=unused-command-line-argument, but then we would need to detect
    if those are available as they might make the compiler error out if
    they are no supported. So just using the blanket -Werror, although more
    broad, makes the code less complicated.

 debian/changelog    | 1 +
 m4/dpkg-compiler.m4 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit e695dc22e239788db1cb5d9e2a5ab2578c225263
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 6 07:24:55 2014 +0200

    build: Disable unused run-time type information for dselect
    
    The dselect codebase does not make use of RTTI (run-time type
    information), so including support for it is a waste.

 debian/changelog    | 1 +
 dselect/Makefile.am | 2 ++
 2 files changed, 3 insertions(+)

commit 11e417e08ba07587c28e2073fab9d04df4d58bfe
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 3 20:25:58 2014 +0200

    debian: Bump Standards-Version to 3.9.6 (no changes needed)

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

commit e1846c60ac3e303b7f2a13e5b4a693e915f8ee0a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 23 21:12:40 2014 +0200

    debian: Switch copyright to machine-readable format 1.0
    
    And extensively update the information within.

 debian/changelog |   2 +
 debian/copyright | 239 +++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 181 insertions(+), 60 deletions(-)

commit a17d469cc3d5ccca9daa84f98fed3cc8e51e656d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 3 17:28:21 2014 +0200

    po: The copyright holder for the original code is not SPI
    
    This was changed to not claim the copyright was assigned to the FSF, but
    the new holder is not correct either.
    
    The claims in the translations are all probably wrong due to this, but
    that might require asking the translators.

 debian/changelog    | 1 +
 dselect/po/Makevars | 2 +-
 po/Makevars         | 2 +-
 scripts/po/Makevars | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

commit bc54a48f0ac140b8fdf37401a8bc69446243e20b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 3 06:46:13 2014 +0200

    po: Fix mismatched format string in Catalan translation
    
    Warned-by: i18nspector

 debian/changelog | 1 +
 po/ca.po         | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c0536fef2860c0481c5fbb13c3b3d28e4cbaf59d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 20 11:15:35 2014 +0200

    po: Fix '--' to '-' on translations for single character options

 debian/changelog | 3 +++
 po/cs.po         | 4 ++--
 po/de.po         | 2 +-
 po/es.po         | 4 ++--
 po/pl.po         | 2 +-
 po/sv.po         | 4 ++--
 6 files changed, 11 insertions(+), 8 deletions(-)

commit f67b2b629959107238a8d596a2f3b049a835cbe1
Author: Mert Dirik <mertdirik@gmail.com>
Date:   Fri Oct 3 06:34:45 2014 +0200

    po: Add Turkish program translations
    
    Closes: #763825
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/LINGUAS       |    3 +
 po/tr.po         | 6433 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 6437 insertions(+)

commit 2ea951ed8f8e490bbf36a3be7917a97502c05a6e
Author: Łukasz Dulny <bartekchom@poczta.onet.pl>
Date:   Tue Sep 30 17:22:10 2014 +0200

    po: Update Polish program translations
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/pl.po         | 592 ++++++++++++++++++-------------------------------------
 2 files changed, 188 insertions(+), 405 deletions(-)

commit 8dd4210524139b357593e4f27d0fd1d7d8e240d6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 4 13:19:04 2014 +0200

    po: Fix Italian man page translations
    
    The translated strings for some dpkg-deb arguments were swapped.
    
    Closes: #759149
    
    Reported-by: xor <xor@paranoici.org>

 debian/changelog | 2 ++
 man/po/it.po     | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit cb4d4423f4c890082af0bdd09fba92ba7386d479
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 6 00:26:25 2014 +0200

    debian: Move changelog entry around

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit af33c5a14275e81f16c3fa49a3b45c620aedf17d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 26 01:14:46 2014 +0200

    doc: Do not add timestamps to Doxygen output
    
    The API documentation is not shipped in any binary packages but it might
    in the future. Given that it already contains the project version down
    to a git commit if necessary and the Doxygen version, there's really no
    need for the timestamp.

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 271336835dd2b7874793086c65af1430e8530852
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 12 21:33:53 2014 +0200

    doc: Update Doxygen configuration from version 1.8.8
    
    This gets rid of some warnings due to deprecated options.

 doc/Doxyfile.in | 2348 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 1405 insertions(+), 943 deletions(-)

commit 3ea5ac4e6bd9a79414afa1a88cf9e1e1b12a0073
Author: Miroslav Kure <kurem@debian.cz>
Date:   Sun Oct 5 06:19:04 2014 +0200

    Czech translation update

 debian/changelog | 3 +++
 po/cs.po         | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit fa6b85bb66ebae0734aa908c4b24abeb180c67f8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Sep 25 23:26:13 2014 +0200

    Update German translation of manual pages
    
    Update to 2289t.

 man/po/de.po | 51 ++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 17 deletions(-)

commit 205357f14cd1bb9d6ad2ca5fa6c916d6b9e2d17c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 25 16:02:16 2014 +0200

    deb-triggers(5): explain better why {interest,activate}-noawait should be favored
    
    Christoph Biedl asked me in #762031 to integrate more explanations why
    the *-noawait directives should be preferred.

 debian/changelog   | 4 ++++
 man/deb-triggers.5 | 9 ++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 29422bfdb78282d3c8a64ebb586bd723d89ab0e4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Aug 22 09:57:29 2014 +0200

    Update German translation of manual pages
    
    Update to 2288t.

 debian/changelog |   3 +-
 man/po/de.po     | 130 +++++++++++++++++++++----------------------------------
 2 files changed, 52 insertions(+), 81 deletions(-)

commit 40cdb8236e2e739f9f1fd33f790a27e750e11855
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 19 20:33:41 2014 +0200

    Bump version to 1.17.14

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9f7937f78805ce4022236add3d76809f4071fd30
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 17 15:35:34 2014 +0200

    Release 1.17.13

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

commit c5363f315832465082ca51e347c60e6c3d7762e5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 17 15:56:45 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   4 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 659 +++++++++++++++++++++++-------------------
 man/po/dpkg-man.pot     | 567 +++++++++++++++++++-----------------
 man/po/es.po            | 624 ++++++++++++++++++++++------------------
 man/po/fr.po            | 750 +++++++++++++++++++++++++++---------------------
 man/po/hu.po            | 579 ++++++++++++++++++++-----------------
 man/po/it.po            | 635 ++++++++++++++++++++++------------------
 man/po/ja.po            | 624 ++++++++++++++++++++++------------------
 man/po/pl.po            | 629 ++++++++++++++++++++++------------------
 man/po/pt_BR.po         | 596 ++++++++++++++++++++------------------
 man/po/ru.po            | 601 ++++++++++++++++++++------------------
 man/po/sv.po            | 634 ++++++++++++++++++++++------------------
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |  17 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   6 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/vi.po                |  11 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |  66 +++--
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 91 files changed, 3936 insertions(+), 3220 deletions(-)

commit d69cf19881732900ff964f1f10545b51e3de4282
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 5 05:25:46 2014 +0200

    s-s-d: Switch GNU/kFreeBSD systems to use libkvm
    
    Use libkvm instead of relying on linprocfs, which is not the native
    procfs on kFreeBSD, and it is usually not mounted as FreeBSD programs
    do not expect it to be present.
    
    This stops making the code handle GNU/kFreeBSD as if it was a
    Linux-based system.

 debian/changelog          | 3 +++
 debian/control            | 1 +
 utils/start-stop-daemon.c | 4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

commit 5fb63f2db08482d5d553105e4ed3055426aa3a87
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 16 13:18:34 2014 +0200

    libcompat: Only test the strerror() if sys_errlist and sys_nerr are present
    
    These are deprecated symbols, and some systems which do have strerror()
    do not have these variables, most notably GNU/Hurd. So do not try to test
    the current implementation there as it will fail.
    
    Closes: #758199

 configure.ac           |  1 +
 debian/changelog       |  2 ++
 lib/compat/Makefile.am |  5 ++++-
 lib/compat/strerror.c  |  4 +++-
 m4/dpkg-types.m4       | 16 ++++++++++++++++
 5 files changed, 26 insertions(+), 2 deletions(-)

commit 294cd0e0ec711d9578ae97f09a76eb045a7bf6b9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 19:53:20 2014 +0200

    scripts: Revert some unsafe //= usages back to ||=
    
    This reverts some of the unsafe assignments, as the variable might have
    contained a value evaluating to false, and we are assigning non-false
    values.
    
    This specifically fixes dpkg-source --commit and -b not working any
    longer.
    
    Regression introduced in commit b0337f001bee1f3791cb87505b1330c9bf83e2be.
    
    Closes: #758426
    
    Reported-by: Neil Williams <codehelp@debian.org>

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

commit 914e739cf4ecdcd7120fbb7f203a26c03cc30ba9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 19 09:53:05 2014 +0200

    dpkg-maintscript-helper: Fix symlink_to_dir to assure absolute pathnames
    
    We must ensure that the original symlink and symlink targets are
    absolute pathnames. For the latter it is easier to make sure the
    filesystem symlink target matches the argument passed, as we can
    canonicalize the argument.

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

commit 9445ed7ce79e697ade95d1bddb68b30f54bdb6be
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 19 10:12:39 2014 +0200

    Add test cases for switching directories from and to relative symlink targets

 Makefile                                           |  6 +-
 .../Makefile                                       |  0
 .../pkg-dir-conffile-0/DEBIAN/conffiles            |  0
 .../pkg-dir-conffile-0/DEBIAN/control              |  0
 .../pkg-dir-conffile-0/test-path/file-conf         |  0
 .../pkg-dir-conffile-1/DEBIAN/control              |  0
 .../pkg-dir-conffile-1/DEBIAN/postinst             |  0
 .../pkg-dir-conffile-1/DEBIAN/postrm               |  0
 .../pkg-dir-conffile-1/DEBIAN/preinst              |  0
 .../pkg-dir-conffile-1/test-path                   |  0
 .../pkg-dir-file-moved/DEBIAN/control              |  0
 .../pkg-dir-file-moved/test-dir/file-normal        |  0
 .../pkg-dir-file-other/DEBIAN/control              |  0
 .../pkg-dir-file-other/test-path/file-other        |  0
 .../pkg-dir-symlink-ext-0/DEBIAN/control           |  0
 .../pkg-dir-symlink-ext-0/test-path/file-normal    |  0
 .../pkg-dir-symlink-ext-1/DEBIAN/control           |  0
 .../pkg-dir-symlink-ext-1/DEBIAN/postinst          |  0
 .../pkg-dir-symlink-ext-1/DEBIAN/postrm            |  0
 .../pkg-dir-symlink-ext-1/DEBIAN/preinst           |  0
 .../pkg-dir-symlink-ext-1/test-path                |  0
 .../pkg-dir-symlink-int-0/DEBIAN/control           |  0
 .../pkg-dir-symlink-int-0/test-path/file-normal    |  0
 .../pkg-dir-symlink-int-1/DEBIAN/control           |  0
 .../pkg-dir-symlink-int-1/DEBIAN/postinst          |  0
 .../pkg-dir-symlink-int-1/DEBIAN/postrm            |  0
 .../pkg-dir-symlink-int-1/DEBIAN/preinst           |  0
 .../pkg-dir-symlink-int-1/test-dir/file-other      |  0
 .../pkg-dir-symlink-int-1/test-path                |  0
 .../Makefile                                       | 90 +++++++++++-----------
 .../pkg-dir-conffile-0/DEBIAN/conffiles            |  1 +
 .../pkg-dir-conffile-0/DEBIAN/control              |  0
 .../test-path/test-subpath}/file-conf              |  0
 .../pkg-dir-conffile-1/DEBIAN/control              |  0
 .../pkg-dir-conffile-1/DEBIAN/postinst             |  6 ++
 .../pkg-dir-conffile-1/DEBIAN/postrm               |  6 ++
 .../pkg-dir-conffile-1/DEBIAN/preinst              |  6 ++
 .../pkg-dir-conffile-1/test-path/test-subpath      |  1 +
 .../pkg-dir-file-moved/DEBIAN/control              |  0
 .../pkg-dir-file-moved/test-dir/file-normal        |  0
 .../pkg-dir-file-other/DEBIAN/control              |  0
 .../test-path/test-subpath}/file-other             |  0
 .../pkg-dir-symlink-ext-0/DEBIAN/control           |  0
 .../test-path/test-subpath}/file-normal            |  0
 .../pkg-dir-symlink-ext-1/DEBIAN/control           |  0
 .../pkg-dir-symlink-ext-1/DEBIAN/postinst          |  6 ++
 .../pkg-dir-symlink-ext-1/DEBIAN/postrm            |  6 ++
 .../pkg-dir-symlink-ext-1/DEBIAN/preinst           |  6 ++
 .../pkg-dir-symlink-ext-1/test-path/test-subpath   |  1 +
 .../pkg-dir-symlink-int-0/DEBIAN/control           |  0
 .../test-path/test-subpath}/file-normal            |  0
 .../pkg-dir-symlink-int-1/DEBIAN/control           |  0
 .../pkg-dir-symlink-int-1/DEBIAN/postinst          |  6 ++
 .../pkg-dir-symlink-int-1/DEBIAN/postrm            |  6 ++
 .../pkg-dir-symlink-int-1/DEBIAN/preinst           |  6 ++
 .../pkg-dir-symlink-int-1/test-dir}/file-other     |  0
 .../pkg-dir-symlink-int-1/test-path/test-subpath   |  1 +
 .../Makefile                                       |  0
 .../pkg-dir-real/DEBIAN/control                    |  0
 .../pkg-dir-real/test-dir/file-dir                 |  0
 .../pkg-dir-symlink-0/DEBIAN/control               |  0
 .../pkg-dir-symlink-0/test-symlink                 |  0
 .../pkg-dir-symlink-1/DEBIAN/control               |  0
 .../pkg-dir-symlink-1/DEBIAN/postinst              |  0
 .../pkg-dir-symlink-1/DEBIAN/postrm                |  0
 .../pkg-dir-symlink-1/DEBIAN/preinst               |  0
 .../pkg-dir-symlink-1/test-symlink/file-owned      |  0
 .../Makefile                                       |  8 +-
 .../pkg-dir-real/DEBIAN/control                    |  0
 .../pkg-dir-real/test-dir/file-dir                 |  0
 .../pkg-dir-symlink-0/DEBIAN/control               |  0
 .../pkg-dir-symlink-0/test-path/test-symlink       |  1 +
 .../pkg-dir-symlink-1/DEBIAN/control               |  0
 .../pkg-dir-symlink-1/DEBIAN/postinst              |  6 ++
 .../pkg-dir-symlink-1/DEBIAN/postrm                |  6 ++
 .../pkg-dir-symlink-1/DEBIAN/preinst               |  6 ++
 .../test-path}/test-symlink/file-owned             |  0
 77 files changed, 130 insertions(+), 51 deletions(-)

commit 7fe9dcdd57c083180a7994957d1e5217d28e970a
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Mon Aug 18 08:20:53 2014 +0200

    dpkg-maintscript-helper: Fix dir_to_symlink to handle relative symlink targets
    
    When invoking dir_to_symlink, dpkg-maintscript-helper was assuming the
    target to be absolute, but Debian policy 10.5 requires relative symlinks
    in a few places. So it now works with relative targets.
    
    Signed-off-by: Helmut Grohne <helmut@subdivi.de>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  2 ++
 man/dpkg-maintscript-helper.1      |  7 ++++---
 scripts/dpkg-maintscript-helper.sh | 12 ++++++++++--
 3 files changed, 16 insertions(+), 5 deletions(-)

commit 78623bf34188a2f0f97b51da829abcee199b3f67
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 18 12:14:03 2014 +0200

    dpkg-maintscript-helper(1): Remove duplicate “of the”

 debian/changelog              | 1 +
 man/dpkg-maintscript-helper.1 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 244324044fb832901c1de6619ac0bf261a76abc5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 16 12:25:11 2014 +0200

    dpkg(1): Split --remove and --purge options
    
    This makes it easier to see at a glance the differences between the
    options, and allows to more easily describe the specifics of each.
    
    This also clarifies on which package states each option can operate.
    
    Closes: #576338

 debian/changelog |  2 ++
 man/dpkg.1       | 52 +++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 37 insertions(+), 17 deletions(-)

commit d3cbd092424b8a3e16ca9c4e4bcf068d93952382
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 22:20:30 2014 +0200

    dpkg-query(1): Merge binary:Package descriptions

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

commit db398ae92f4fd5f8147154ce2e0286d9e8009212
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Aug 15 17:32:01 2014 +0200

    German dselect translation update
    
    Update to 271t.

 debian/changelog |  1 +
 dselect/po/de.po | 49 +++++++------------------------------------------
 2 files changed, 8 insertions(+), 42 deletions(-)

commit 4f73dc68e84c06008850e9fc44440517657a0d78
Author: Romain Francoise <rfrancoise@debian.org>
Date:   Mon Aug 11 10:17:22 2014 +0200

    dpkg-buildflags: Remove arch blacklist from stackprotectorstrong option
    
    As of gcc-defaults 1.130 all architectures have moved to GCC 4.9, so we
    can remove the architecture blacklist for stackprotectorstrong.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 6 ------
 2 files changed, 2 insertions(+), 6 deletions(-)

commit 4ed6ea9d09853cd75c56439ce5aa76492c6bd542
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 15:43:56 2014 +0200

    dpkg-deb: Remove unbalanced trailing single-quote in error message
    
    Reported-by: Trần Ngọc Quân <vnwildman@gmail.com>

 debian/changelog | 4 ++++
 dpkg-deb/main.c  | 2 +-
 po/ast.po        | 2 +-
 po/bs.po         | 2 +-
 po/ca.po         | 2 +-
 po/cs.po         | 2 +-
 po/da.po         | 2 +-
 po/de.po         | 2 +-
 po/dz.po         | 2 +-
 po/el.po         | 2 +-
 po/eo.po         | 4 ++--
 po/es.po         | 2 +-
 po/et.po         | 2 +-
 po/eu.po         | 8 ++++----
 po/fr.po         | 2 +-
 po/gl.po         | 2 +-
 po/hu.po         | 2 +-
 po/id.po         | 8 ++++----
 po/it.po         | 2 +-
 po/ja.po         | 2 +-
 po/km.po         | 2 +-
 po/ko.po         | 4 ++--
 po/ku.po         | 2 +-
 po/lt.po         | 2 +-
 po/mr.po         | 2 +-
 po/nb.po         | 8 ++++----
 po/ne.po         | 2 +-
 po/nl.po         | 2 +-
 po/nn.po         | 2 +-
 po/pa.po         | 2 +-
 po/pl.po         | 2 +-
 po/pt.po         | 4 ++--
 po/pt_BR.po      | 2 +-
 po/ro.po         | 4 ++--
 po/ru.po         | 2 +-
 po/sk.po         | 2 +-
 po/sv.po         | 2 +-
 po/th.po         | 2 +-
 po/tl.po         | 2 +-
 po/vi.po         | 4 ++--
 po/zh_CN.po      | 4 ++--
 po/zh_TW.po      | 2 +-
 42 files changed, 60 insertions(+), 56 deletions(-)

commit 59e6e1563a88f47d0011ee62bc3c7b763fb9ab4f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 15:26:53 2014 +0200

    dpkg-shlibdeps: Do not unnecessarily interpolate strings
    
    This mostly reverts commit 2379a80fbdc49084894b448a49d6859486b92d02,
    which would make the perlcritic test fail.

 scripts/dpkg-shlibdeps.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5e6fe1e575d397791e62dc20265c09e737e45a9f
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Fri Aug 15 15:58:20 2014 +0200

    Update Vietnamese program translations
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/vi.po         | 73 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 38 insertions(+), 36 deletions(-)

commit cb750fdcf6bd8950ea4433e6f6af818419c1b1d5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Aug 15 15:33:34 2014 +0200

    Update German translation of manual pages
    
    Update to 2282t.

 debian/changelog |  1 +
 man/po/de.po     | 65 ++++++++++++++++++++++++++------------------------------
 2 files changed, 31 insertions(+), 35 deletions(-)

commit 2379a80fbdc49084894b448a49d6859486b92d02
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 15 14:12:42 2014 +0200

    dpkg-shlibdeps: fix error string embedding literal '\n' instead of the expected newline
    
    Update the translation strings accordingly.
    
    Error introduced in 7104dc16110603687b85c6e2b9a0170b17caab8c.

 scripts/dpkg-shlibdeps.pl |  8 ++++----
 scripts/po/ca.po          |  6 +++---
 scripts/po/de.po          | 10 +++++-----
 scripts/po/dpkg-dev.pot   |  4 ++--
 scripts/po/es.po          |  6 +++---
 scripts/po/fr.po          |  6 +++---
 scripts/po/pl.po          |  6 +++---
 scripts/po/ru.po          |  6 +++---
 scripts/po/sv.po          |  6 +++---
 9 files changed, 29 insertions(+), 29 deletions(-)

commit f8b8f253c11fc257aaadbeca2c01a237c2ada503
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 15 14:05:08 2014 +0200

    Update French translation of scripts and manual pages

 debian/changelog |   5 +-
 man/po/fr.po     | 260 ++++++++++++--------------------------
 scripts/po/fr.po | 373 +++++++++++++++++--------------------------------------
 3 files changed, 196 insertions(+), 442 deletions(-)

commit 25cd13277bc627b4fccecb342d11c2cc1c752c8e
Author: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>
Date:   Fri Aug 15 10:32:33 2014 +0200

    Update French translation of manual pages

 debian/changelog |    3 +
 man/po/fr.po     | 3834 +++++++++++++++++++++---------------------------------
 2 files changed, 1468 insertions(+), 2369 deletions(-)

commit 4b72b02378c9a2d032123c9274494046c926d9b4
Author: Miroslav Kure <kurem@debian.cz>
Date:   Fri Aug 15 11:30:25 2014 +0200

    Czech dpkg/dselect translation update

 debian/changelog |   3 +-
 dselect/po/cs.po |  46 +----
 po/cs.po         | 621 +++++++++++++++++--------------------------------------
 3 files changed, 201 insertions(+), 469 deletions(-)

commit ecd5e8e7790e4c3ca7bb1b60fdc511733444d0bc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 04:38:34 2014 +0200

    Bump version to 1.17.13

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 5fb7e7e63bf5f5fd323138d281f2ed5e1a83c0dd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 03:30:46 2014 +0200

    Release 1.17.12

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

commit c707a59f4d003a9c4e6498ab5c8e9ffd4b0e6d21
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 03:59:49 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 212 +++++++++++++++++---------------
 dselect/po/ca.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/cs.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/da.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/de.po        | 250 +++++++++++++++++++++----------------
 dselect/po/dselect.pot  | 210 +++++++++++++++++---------------
 dselect/po/el.po        | 212 +++++++++++++++++---------------
 dselect/po/es.po        | 246 ++++++++++++++++++++++---------------
 dselect/po/et.po        | 263 ++++++++++++++++++++++++---------------
 dselect/po/eu.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/fr.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/gl.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/hu.po        | 212 +++++++++++++++++---------------
 dselect/po/id.po        | 212 +++++++++++++++++---------------
 dselect/po/it.po        | 212 +++++++++++++++++---------------
 dselect/po/ja.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/ko.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/nb.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/nl.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/nn.po        | 212 +++++++++++++++++---------------
 dselect/po/pl.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/pt.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/pt_BR.po     | 244 ++++++++++++++++++++++---------------
 dselect/po/ro.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/ru.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/sk.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/sv.po        | 244 ++++++++++++++++++++++---------------
 dselect/po/tl.po        | 212 +++++++++++++++++---------------
 dselect/po/vi.po        | 212 +++++++++++++++++---------------
 dselect/po/zh_CN.po     | 212 +++++++++++++++++---------------
 dselect/po/zh_TW.po     | 244 ++++++++++++++++++++++---------------
 man/po/de.po            | 318 ++++++++++++++++++++++++++++++++----------------
 man/po/dpkg-man.pot     | 212 ++++++++++++++++++++++----------
 man/po/es.po            | 280 +++++++++++++++++++++++++++++-------------
 man/po/fr.po            | 280 +++++++++++++++++++++++++++++-------------
 man/po/hu.po            | 220 +++++++++++++++++++++++----------
 man/po/it.po            | 282 +++++++++++++++++++++++++++++-------------
 man/po/ja.po            | 280 +++++++++++++++++++++++++++++-------------
 man/po/pl.po            | 280 +++++++++++++++++++++++++++++-------------
 man/po/pt_BR.po         | 219 +++++++++++++++++++++++----------
 man/po/ru.po            | 221 +++++++++++++++++++++++----------
 man/po/sv.po            | 280 +++++++++++++++++++++++++++++-------------
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                |   2 +-
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        | 142 +++++++++++----------
 scripts/po/de.po        | 150 +++++++++++------------
 scripts/po/dpkg-dev.pot | 144 +++++++++++-----------
 scripts/po/es.po        | 142 +++++++++++----------
 scripts/po/fr.po        | 142 +++++++++++----------
 scripts/po/pl.po        | 142 +++++++++++----------
 scripts/po/ru.po        | 142 +++++++++++----------
 scripts/po/sv.po        | 142 +++++++++++----------
 91 files changed, 6772 insertions(+), 4599 deletions(-)

commit ee66f6753c34b573432d07af4caeaa9b9e180466
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 02:32:39 2014 +0200

    scripts: Allow specifying the same build type option multiple times
    
    For backwards compatibility allow the same exact option, as it seems
    such invocations are found in the wild in scripts and similar.
    
    Closes: #757795

 debian/changelog             | 3 +++
 scripts/dpkg-buildpackage.pl | 2 +-
 scripts/dpkg-genchanges.pl   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 010bac3aaa682ee61afd25f430ed803f1f423f24
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 15 02:32:15 2014 +0200

    scripts: Refactor build type setting into a new set_build_type function

 scripts/dpkg-buildpackage.pl | 37 ++++++++++++++++---------------------
 scripts/dpkg-genchanges.pl   | 33 +++++++++++++++------------------
 2 files changed, 31 insertions(+), 39 deletions(-)

commit b572af443f15c6578fbfa3ad049d5d8c231bdf5b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 13 09:36:19 2014 +0200

    scripts: Use length instead of defined when checking environment variables
    
    In these cases we are not interested if the variables are defined, but
    if they have actual content.

 debian/changelog               | 2 ++
 scripts/Dpkg/BuildFlags.pm     | 4 ++--
 scripts/Dpkg/Source/Package.pm | 2 +-
 scripts/Dpkg/Vendor/Ubuntu.pm  | 2 +-
 scripts/dpkg-architecture.pl   | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)

commit 3f0c739bff65e6167cc91626fa77145247560fda
Author: Jan Blunck <jblunck@infradead.org>
Date:   Wed Aug 13 18:02:48 2014 +0200

    Dpkg::Source::Archive: Use tar --format=gnu when creating archives
    
    Explicitly instruct Dpkg::Source::Archive to use the gnu format when
    creating archives. Some versions of tar (specifically on openSUSE >= 12.2)
    have a different default tar format. This change makes the archive
    creation more consistent.
    
    Signed-off-by: Jan Blunck <jblunck@infradead.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               | 3 +++
 scripts/Dpkg/Source/Archive.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 8394f02bd4feac7bcb3607fcc25beb879031c5bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 10 20:29:47 2014 +0200

    Dpkg::Vendor::Debian: Refactor common compiler flags into intermediate variables

 scripts/Dpkg/Vendor/Debian.pm | 39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

commit f20bb6d7403d85da1994f5cec74af937ef535b80
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 11 20:40:10 2014 +0200

    s-s-d: Remove wasteful strlen() comparison before strcmp()

 utils/start-stop-daemon.c | 2 --
 1 file changed, 2 deletions(-)

commit d3d2ba1dd39ae02c92efafd4d4541d33665e48fb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 13 09:34:41 2014 +0200

    libdpkg: Set close-on-exec for the debug output
    
    This fixes a file descriptor leak on dselect subprocesses.

 debian/changelog | 1 +
 dselect/main.cc  | 2 +-
 lib/dpkg/debug.c | 6 +++++-
 lib/dpkg/debug.h | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

commit 76650b3c3ed1245db69073cdafdf1c35c8aa2eac
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 13 09:32:44 2014 +0200

    libdpkg: Set the appropriate report buffer for the debug output
    
    Do so centrally in the debug_set_output() function instead of on the
    call sites.

 dselect/main.cc  | 1 -
 lib/dpkg/debug.c | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

commit b13e29d6875a316be2139875eea4d35b3790849e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 11 15:59:41 2014 +0200

    dselect: Add new architecture columns to package list view
    
    The new columns, shown by default, can be turned off with the new ‘A’
    key, or bound to another key via the new “archdisplay” keybinding.

 debian/changelog      |  3 +++
 dselect/helpmsgs.cc   |  2 +-
 dselect/pkgcmds.cc    | 25 +++++++++++++++++++++++++
 dselect/pkgdisplay.cc | 17 +++++++++++++++++
 dselect/pkgkeys.cc    |  2 ++
 dselect/pkglist.cc    |  2 ++
 dselect/pkglist.h     |  4 ++++
 dselect/pkgtop.cc     | 18 ++++++++++++++++++
 man/dselect.1         | 19 +++++++++++--------
 9 files changed, 83 insertions(+), 9 deletions(-)

commit ced655387fa38215c61d3df5478cd4228c04b92a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 20 09:39:42 2012 +0100

    dselect: Rework columns code
    
    Add a new struct to hold each column data, and helper functions to
    handle it, so that we can easily add new columns w/o needing to have
    to manually track the current and previous column width and similar.

 debian/changelog      |   1 +
 dselect/baselist.cc   |  40 +++++++++++++++++
 dselect/dselect.h     |  16 +++++++
 dselect/methlist.cc   |  23 +++++-----
 dselect/method.h      |   5 ++-
 dselect/pkgdisplay.cc |  53 +++++++++-------------
 dselect/pkglist.h     |  16 ++++---
 dselect/pkgtop.cc     | 122 ++++++++++++++++++++++++--------------------------
 8 files changed, 161 insertions(+), 115 deletions(-)

commit 271d88e37cfd30147157acd79bcbc9d5f51ecfe7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 10 20:29:10 2014 +0200

    dselect(1): Fix formatting of last paragraphs inside --color description

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

commit 7c446c5df19cd8ab41563154014a2a96b203662a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 10 20:28:22 2014 +0200

    dpkg-query(1): Describe virtual fields
    
    Add short description to each virtual field, and mention the version
    they got introduced in dpkg.

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

commit 464ebf59ed3b91684e01255c4070f3eb7ea63af9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 10 03:37:06 2014 +0200

    libcompat: Only build the compatibility selinux code if requested
    
    If we are not using libselinux, then we cannot build the selinux
    compatibility code as it requires the library. Also fixes build failures
    on non-Linux systems, where the library is not available.
    
    Closes: #757637

 debian/changelog       | 5 +++++
 lib/compat/Makefile.am | 7 ++++++-
 m4/dpkg-libs.m4        | 5 +++--
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 1878855c4a3eaa5a544c81e24b5a990d6139ff7b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 10 17:59:01 2014 +0200

    Update German translation of manual pages
    
    Update to 2268t.

 debian/changelog |   3 ++
 man/po/de.po     | 150 +++++++++++++++----------------------------------------
 2 files changed, 43 insertions(+), 110 deletions(-)

commit f5570454c6ce871085eadc9a211ec15518fb7922
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 10 17:18:31 2014 +0200

    Update German scripts translation
    
    Update to 545t.

 debian/changelog |   3 +
 scripts/po/de.po | 208 ++++++++++++-------------------------------------------
 2 files changed, 47 insertions(+), 164 deletions(-)

commit 37eac9a01af064feb6b26b2b04dcdace8530ae02
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Aug 10 08:28:33 2014 +0200

    German dpkg translation update
    
    Update to 1085t3u.

 debian/changelog |  3 ++-
 po/de.po         | 29 ++++++++++-------------------
 2 files changed, 12 insertions(+), 20 deletions(-)

commit 619e91702c720cc1b1254570e17f1a02b113535c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 10 03:02:09 2014 +0200

    Bump version to 1.17.12

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 23b8f2a3e2650b78c4448ba437afb20f04850674
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 9 17:16:36 2014 +0200

    Release 1.17.11

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 208a117a76c736daf7bcadee8a60e8cefa9b5202
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 9 17:15:47 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   12 +-
 dselect/po/ca.po        |   12 +-
 dselect/po/cs.po        |   12 +-
 dselect/po/da.po        |   12 +-
 dselect/po/de.po        |   12 +-
 dselect/po/dselect.pot  |   14 +-
 dselect/po/el.po        |   12 +-
 dselect/po/es.po        |   12 +-
 dselect/po/et.po        |   12 +-
 dselect/po/eu.po        |   12 +-
 dselect/po/fr.po        |   12 +-
 dselect/po/gl.po        |   12 +-
 dselect/po/hu.po        |   12 +-
 dselect/po/id.po        |   12 +-
 dselect/po/it.po        |   12 +-
 dselect/po/ja.po        |   12 +-
 dselect/po/ko.po        |   12 +-
 dselect/po/nb.po        |   12 +-
 dselect/po/nl.po        |   12 +-
 dselect/po/nn.po        |   12 +-
 dselect/po/pl.po        |   12 +-
 dselect/po/pt.po        |   12 +-
 dselect/po/pt_BR.po     |   12 +-
 dselect/po/ro.po        |   12 +-
 dselect/po/ru.po        |   12 +-
 dselect/po/sk.po        |   12 +-
 dselect/po/sv.po        |   12 +-
 dselect/po/tl.po        |   12 +-
 dselect/po/vi.po        |   12 +-
 dselect/po/zh_CN.po     |   12 +-
 dselect/po/zh_TW.po     |   12 +-
 man/po/de.po            |  993 +++++++++++++++++-------------
 man/po/dpkg-man.pot     |  889 ++++++++++++++-------------
 man/po/es.po            |  947 ++++++++++++++++-------------
 man/po/fr.po            |  946 ++++++++++++++++-------------
 man/po/hu.po            |  899 +++++++++++++++-------------
 man/po/it.po            |  948 ++++++++++++++++-------------
 man/po/ja.po            |  945 ++++++++++++++++-------------
 man/po/pl.po            |  947 ++++++++++++++++-------------
 man/po/pt_BR.po         |  899 +++++++++++++++-------------
 man/po/ru.po            |  899 +++++++++++++++-------------
 man/po/sv.po            | 1084 +++++++++++++++++++--------------
 po/ast.po               |  498 +++++++--------
 po/bs.po                |  475 ++++++++-------
 po/ca.po                |  500 ++++++++--------
 po/cs.po                |  500 ++++++++--------
 po/da.po                |  512 ++++++++--------
 po/de.po                |  500 ++++++++--------
 po/dpkg.pot             |  477 ++++++++-------
 po/dz.po                |  496 +++++++--------
 po/el.po                |  496 +++++++--------
 po/eo.po                |  500 ++++++++--------
 po/es.po                |  500 ++++++++--------
 po/et.po                |  494 ++++++++-------
 po/eu.po                |  497 +++++++--------
 po/fr.po                |  607 +++++++++----------
 po/gl.po                |  496 +++++++--------
 po/hu.po                |  496 +++++++--------
 po/id.po                |  497 +++++++--------
 po/it.po                |  500 ++++++++--------
 po/ja.po                |  500 ++++++++--------
 po/km.po                |  496 +++++++--------
 po/ko.po                |  497 +++++++--------
 po/ku.po                |  480 ++++++++-------
 po/lt.po                |  496 +++++++--------
 po/mr.po                |  496 +++++++--------
 po/nb.po                |  497 +++++++--------
 po/ne.po                |  496 +++++++--------
 po/nl.po                |  496 +++++++--------
 po/nn.po                |  495 +++++++--------
 po/pa.po                |  484 +++++++--------
 po/pl.po                |  500 ++++++++--------
 po/pt.po                | 1531 +++++++++++++++++++++--------------------------
 po/pt_BR.po             |  496 +++++++--------
 po/ro.po                |  497 +++++++--------
 po/ru.po                |  502 ++++++++--------
 po/sk.po                |  500 ++++++++--------
 po/sv.po                |  504 ++++++++--------
 po/th.po                |  500 ++++++++--------
 po/tl.po                |  495 +++++++--------
 po/vi.po                |  500 ++++++++--------
 po/zh_CN.po             |  497 +++++++--------
 po/zh_TW.po             |  500 ++++++++--------
 scripts/po/ca.po        |  647 ++++++++++----------
 scripts/po/de.po        |  793 ++++++++++++++----------
 scripts/po/dpkg-dev.pot |  635 ++++++++++----------
 scripts/po/es.po        |  731 ++++++++++++----------
 scripts/po/fr.po        |  795 ++++++++++++++----------
 scripts/po/pl.po        |  729 ++++++++++++----------
 scripts/po/ru.po        |  731 ++++++++++++----------
 scripts/po/sv.po        |  789 ++++++++++++++----------
 91 files changed, 20077 insertions(+), 18039 deletions(-)

commit d6838f2dca3da5a9eb8615002a1e7fef7766b81b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 7 01:17:50 2014 +0200

    dpkg: Fix --add-architecture and --remove-architecture to take one argument
    
    These commands take exactly one argument, check that and error out.
    
    Closes: #757254

 debian/changelog | 2 ++
 src/main.c       | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit e161b733cf23716f35328afcd6f0ac23dc4f8e03
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 5 12:42:04 2014 +0200

    scripts: Add -g and -G options for source plus arch-indep/specific builds
    
    These were the last two combinations missing, just add them to let the
    user have full control over the build ouput.
    
    Closes: #756975

 debian/changelog             |  2 ++
 man/dpkg-buildpackage.1      | 16 +++++++++++++---
 scripts/dpkg-buildpackage.pl | 20 +++++++++++++++++++-
 scripts/dpkg-genchanges.pl   | 20 ++++++++++++++++++--
 4 files changed, 52 insertions(+), 6 deletions(-)

commit 0a0d2970536741905e4a6197cd4450dac0a1188a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 5 12:42:04 2014 +0200

    dpkg-genchanges: Correctly filter host arch from the Architecture field
    
    We should also filter the host arch in the same way we filter the all
    arch when the build type excludes these packages, otherwise we get
    incongruent .changes files.

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

commit c781f4c98830e7254a634cd11ab83eb53db12733
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 8 12:12:51 2014 +0200

    scripts: Only allow one build type option
    
    For dpkg-genchanges and dpkg-buildpackage, specifying more than one
    build type option seems rather confusing, as depending on the
    combination it can either fail, or make the last option win. And it
    will get even more confusing when adding the remaining options to
    cover all build type combinations. Just be consistent about this
    and fail hard when specifying conflicting build types.

 debian/changelog             |  1 +
 scripts/dpkg-buildpackage.pl | 14 +++++++-------
 scripts/dpkg-genchanges.pl   |  9 +++++----
 3 files changed, 13 insertions(+), 11 deletions(-)

commit eb0b88adf42e02e1a05261a116dd9e9860282039
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 4 18:19:07 2014 +0200

    dpkg-buildpackage: Move checkbuilddeps and target settings out of the options loop

 scripts/dpkg-buildpackage.pl | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit 175ca02107648317dfd1439bee7a633c182ce2ca
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 14 19:35:10 2014 +0100

    scripts: Unify build options description in --help output

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 10 +++++-----
 scripts/dpkg-genchanges.pl   | 12 ++++++------
 3 files changed, 13 insertions(+), 11 deletions(-)

commit acc2f23ea5a1c04c72a5e9dfc71831110f720471
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 05:39:15 2013 +0100

    dpkg-genchanges: Only print build type once
    
    If -B or -A are specified multiple times, there will be multiple
    confusing messages stating what will supposedly be including, one
    for each option appearence. Just merge the messages with the other
    build type description. While at it, reword the binary-only upload
    message to be consistent with the new merged ones.

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

commit 801e49c9081db764215f3821cbc791912dc131e1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 5 10:45:19 2014 +0200

    dpkg-gencontrol: Emit a warning when using the deprecated -is/-ip options
    
    Let users know these are without effect.

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

commit b15f3541b36feed5efe864e7e39a429bb21dee71
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 5 10:16:00 2014 +0200

    dpkg-buildpackage: Ignore DEB_CHECK_COMMAND if the command is not found
    
    This is an environment setting, that might percolate to chroots and
    similar, so it is not wise to fail hard in case the command is not
    found, contrary to when it is passed on the command line. Just ignore
    the setting in that case.

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

commit 0c8a23acb4332026eb4c043651906eada2f7ce2b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 5 10:06:50 2014 +0200

    Dpkg::Path: Change find_command() to handle an empty or undef argument
    
    This makes some call sites more natural.

 debian/changelog                  |  1 +
 scripts/Dpkg/Path.pm              | 11 ++++++++---
 scripts/Dpkg/Source/Package/V2.pm |  2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 95103016f248a4d81ca0b410768313c0e1f1871f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 31 14:35:06 2014 +0200

    Dpkg::Source::Archive: Delete the current compressor SIGPIPE disposition
    
    With some archives, the tar process will terminate prematurely if it
    finds trailing zeros, but the compressor will try to keep feeding it
    with data, although the other end of the pipe will now be gone. We
    handle this already by ignoring processes terminated by SIGPIPE, but
    if the process is ignoring SIGPIPE it might get terminated due to the
    error from the write(2) call, which we are not handling. Reset the
    SIGPIPE disposition to its default setting.
    
    Closes: #756526

 debian/changelog               | 2 ++
 scripts/Dpkg/Source/Archive.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 379a071c368b3aaef914a8bb1478fdf511ed7370
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 31 14:34:00 2014 +0200

    Dpkg::Compression::FileHandle: Add %opts to ensure_open() member
    
    This options will be passed down the the (un)compressor spawn()'s
    call.

 debian/changelog                       |  1 +
 scripts/Dpkg/Compression/FileHandle.pm | 33 +++++++++++++++++++++++----------
 2 files changed, 24 insertions(+), 10 deletions(-)

commit 747ec69e691cd7adeac3f573c348834042e82ee0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 31 13:50:04 2014 +0200

    Dpkg::IPC: Add support for sig and delete_sig spawn() options

 debian/changelog    |  1 +
 scripts/Dpkg/IPC.pm | 36 +++++++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 1 deletion(-)

commit 7104dc16110603687b85c6e2b9a0170b17caab8c
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Mon Jul 28 05:33:22 2014 +0200

    dpkg-shlibdeps: Add a hint to the error on no dependency information found
    
    Suggest in the output to check if the library is actually packaged.
    
    [guillem@debian.org:
     - Line-wrap to 80 columns.
     - Slight rewording. ]
    
    Closes: #756230
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 43c945efdf244e9124d916e3a4e028a557ed8e3c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 28 02:54:26 2014 +0200

    Dpkg::Control::HashCore: Say OpenPGP instead of PGP in comments and errors
    
    When we meant the standard (and not the tool) we should have been saying
    OpenPGP.

 debian/changelog                 |  2 ++
 scripts/Dpkg/Control/HashCore.pm | 16 ++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 53ab15cf80df8727026cee31cb8dc7899f2488e8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 28 05:26:05 2014 +0200

    scripts: Use // instead of || where appropriate
    
    Replace only safe usages, i.e. those that fallback on initialization
    values that evaluate to false anyway. Or when the API is explicit about
    the variable being undefined.

 scripts/Dpkg/Arch.pm                   |  2 +-
 scripts/Dpkg/Changelog.pm              | 22 +++++++++++-----------
 scripts/Dpkg/Changelog/Entry.pm        |  2 +-
 scripts/Dpkg/Compression/FileHandle.pm |  2 +-
 scripts/Dpkg/Deps.pm                   |  4 ++--
 scripts/Dpkg/Package.pm                |  2 +-
 scripts/Dpkg/Shlibs/Objdump.pm         |  2 +-
 scripts/Dpkg/Shlibs/Symbol.pm          |  4 ++--
 scripts/Dpkg/Source/Patch.pm           |  4 ++--
 scripts/Dpkg/Vendor/Ubuntu.pm          |  2 +-
 scripts/dpkg-checkbuilddeps.pl         |  2 +-
 scripts/dpkg-genchanges.pl             |  2 +-
 12 files changed, 25 insertions(+), 25 deletions(-)

commit b0337f001bee1f3791cb87505b1330c9bf83e2be
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 20:07:32 2014 +0200

    scripts: Use //= instead of ||= when appropriate
    
    Replace only safe usages, i.e. those that fallback on initialization
    values that evaluate to false anyway. Or when the API is explicit about
    the variable being undefined.

 scripts/Dpkg/Compression/Process.pm |  2 +-
 scripts/Dpkg/IPC.pm                 |  4 ++--
 scripts/Dpkg/Shlibs/Objdump.pm      |  2 +-
 scripts/Dpkg/Source/Archive.pm      |  8 ++++----
 scripts/Dpkg/Source/Package.pm      |  4 ++--
 scripts/Dpkg/Source/Package/V1.pm   |  8 ++++----
 scripts/Dpkg/Source/Patch.pm        | 10 +++++-----
 scripts/Dpkg/Substvars.pm           |  2 +-
 scripts/changelog/debian.pl         |  4 ++--
 scripts/dpkg-buildpackage.pl        |  2 +-
 scripts/dpkg-genchanges.pl          |  2 +-
 11 files changed, 24 insertions(+), 24 deletions(-)

commit 543ac69d2470e39f6b95a59b82fee116bc1b90d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 19:49:58 2014 +0200

    scripts: Use //= instead of explicit defined or exists checks

 scripts/Dpkg/BuildOptions.pm            |  2 +-
 scripts/Dpkg/Changelog/Parse.pm         |  4 +---
 scripts/Dpkg/Checksums.pm               |  4 ++--
 scripts/Dpkg/Deps.pm                    | 26 ++++++++++++--------------
 scripts/Dpkg/Index.pm                   |  7 +++----
 scripts/Dpkg/Shlibs/Symbol.pm           |  9 ++++-----
 scripts/Dpkg/Shlibs/SymbolFile.pm       | 10 ++++------
 scripts/Dpkg/Source/Package.pm          | 14 +++++---------
 scripts/Dpkg/Source/Package/V2.pm       | 30 ++++++++++--------------------
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  6 ++----
 scripts/Dpkg/Source/Patch.pm            | 12 ++++++------
 scripts/Dpkg/Substvars.pm               |  6 +++---
 scripts/dpkg-shlibdeps.pl               | 12 ++++--------
 13 files changed, 57 insertions(+), 85 deletions(-)

commit 0efb836c42e264dfe60cc1db9d605ef608be5524
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 19:18:30 2014 +0200

    Dpkg::Substvars: Warn on usage of deprecated Source-Version substvar

 debian/changelog          | 1 +
 scripts/Dpkg/Substvars.pm | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit cdaa15c594f66b853649c70569610e5614080979
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 16:16:11 2014 +0200

    scripts: Mark Format and Installed-Size as automatic substvars

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

commit de546f66a7fe7f35fb87fb1abb66a98ff4487ae9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 16:11:28 2014 +0200

    Dpkg::Substvars: Add automatic variable tracking
    
    This makes the code more clear and does not require to explicitly list
    the variables on output.

 debian/changelog                 |  2 ++
 scripts/Dpkg/Control/HashCore.pm |  2 +-
 scripts/Dpkg/Substvars.pm        | 28 +++++++++++++++++++++++-----
 3 files changed, 26 insertions(+), 6 deletions(-)

commit b1737a26c9a33f1bab3e886a66055fe7c30156ad
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 15:28:34 2014 +0200

    Dpkg::Substvars: Switch used tracking from a counter to a bitfield
    
    This will allow to easily add other variable attributes, and not have
    to care about one hash per attribute per variable.

 scripts/Dpkg/Substvars.pm | 48 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

commit 1da1f62fb9fb4553d68e70745c435aaf158457bd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 15:52:50 2014 +0200

    Dpkg::Substvars: Move upstream version computation into a temporary variable

 scripts/Dpkg/Substvars.pm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 0b9d10267cc204f693633909edb8a128cded89aa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 27 15:26:41 2014 +0200

    Dpkg::Substvars: Add missing trailing dot

 scripts/Dpkg/Substvars.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66bc1cdd7f2397c6982cb0079895f44a0ba006b4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 21 02:00:09 2014 +0200

    libdpkg: Remove unused pkglibdir variable from libdpkg.pc.in
    
    The replaceable string @pkglibdir@ has possibly never been instantiated
    from configure, but as the variable is unused, let's just remove it.
    
    Warned-by: lintian

 debian/changelog       | 1 +
 lib/dpkg/libdpkg.pc.in | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 7386defdaebf4746dc074a118bf7430cecf7a57f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 8 20:52:10 2014 +0200

    Update i386 architecture GNU cpu regex in cputable to match i786 too

 cputable         | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 4b9c267a21500b3d2f7bafe7d2af6100ffa8d2a9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 8 20:20:40 2014 +0200

    Bump the i386 architecture GNU triplet to i586-linux-gnu
    
    This matches the change in gcc. Somewhat reluctantly, as i386 wants to
    be its unique snowflake and use a GNU triplet not matching its baseline.
    This will cause problems when cross-building and using unmatched
    combinations of dpkg-dev and gcc.
    
    Closes: #751363

 cputable         | 2 +-
 debian/changelog | 5 +++++
 debian/rules     | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit fd8934117860821c3a5ddb11c51eb86b25ad97c0
Author: Jae Junh <jaejunh@embian.com>
Date:   Mon Jul 21 00:55:40 2014 +0200

    Add powerpcel support to cputable
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable         | 1 +
 debian/changelog | 1 +
 2 files changed, 2 insertions(+)

commit 65ad0315beecce0c76b8fc6316ceb969b1ab9179
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 21 00:47:15 2014 +0200

    dpkg-source: Print the correct removed binary filename with --include-removal
    
    When removing a binary file and using --include-removal, we get a bogus
    error message about including a pathname relative to /dev/null in
    debian/source/include-binaries.
    
    Closes: #755166

 debian/changelog                  |  2 ++
 scripts/Dpkg/Source/Package/V2.pm | 15 ++++++++-------
 scripts/Dpkg/Source/Patch.pm      | 28 +++++++++++++++-------------
 3 files changed, 25 insertions(+), 20 deletions(-)

commit 87b0b20b86407baf1deb4e91b3fd839e01228ac8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 15 21:00:52 2014 +0200

    dpkg: Try to preallocate the disk size for extracted files
    
    This might help in avoiding filesystem fragmentation, and possibly
    improve performance on some filesystems.
    
    We use the system specific methods if available, and only use
    posix_fallocate() if nothing else is available, because on some systems
    its semantics are counter to what we want to obtain here, as the libc
    library will fallback to manually writing '\0' to each block to force
    the preallocation, instead of just failing and leaving the application
    to do so if desired.

 configure.ac         |  5 +++-
 debian/changelog     |  3 +++
 lib/dpkg/fdio.c      | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/fdio.h      |  3 +++
 lib/dpkg/libdpkg.map |  1 +
 src/archives.c       |  5 ++++
 6 files changed, 91 insertions(+), 1 deletion(-)

commit 101e5beaf233e3df0eef71a88e005d79633b19bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 12 14:12:10 2014 +0200

    Dpkg::Source::Quilt: Clarify error message when patches fail to apply
    
    There are other reasons besides patches with no fuzz, mention that the
    patch could be malformed too, to make the error message less confusing.

 debian/changelog             | 3 +++
 scripts/Dpkg/Source/Quilt.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit b047237d3bf1519541de2043ab7bd01e1cad7121
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 12 03:36:32 2014 +0200

    dpkg-source: Add --format an --ignore-bad-version to --help output

 debian/changelog       | 1 +
 scripts/dpkg-source.pl | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit f2b5b096ca0bd8bde4ffff60800ad1e8d69ec71d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 11 13:41:12 2014 +0200

    dpkg-source(1): Mark the “and” between the filenames as regular format

 debian/changelog  | 1 +
 man/dpkg-source.1 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f5cf71edffe4a63c54ef4fc4eddd924382229c5d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 3 21:33:34 2014 +0200

    dpkg-buildpackage(1): Improve man page
    
    Mark DEB_CHECK_COMMAND as bold. Add final item for done hook in the
    actions sequence. Mention that -nc does not apply either when -F is
    specified. Mention that the --FOO-option options can be used multiple
    times. Fix a typo in the BUGS section.

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

commit 07a39b75cc81bacee9f011b0c628821226ae262c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 8 21:41:15 2014 +0200

    dpkg(1): Move the explanation of functional checks to the --verify command
    
    It makes more sense to have it in the --verify command description than
    on the --verify-format one.
    
    Closes: #747264

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

commit 30b1fef6064ac64584ff2701965f5118d0fd3be0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 11 13:39:06 2014 +0200

    dpkg-scanpackages: Spell nocheck option in wait_child() correctly
    
    Spotted-by: James McCoy <jamessan@debian.org> (in devscripts)

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

commit db3c4abdd24fe4c444c575f0b412ae2bbd013c1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 5 20:54:21 2014 +0200

    dpkg-source: Automatically add the Testsuite field
    
    This is a comma-separated field. The only currently known value for the
    field is autopkgtest, which requires the debian/tests/control file to
    be present, even if empty, otherwise it is a deb822-style file.
    
    Existing and unknown values will be preserved, and autopkgtest will be
    appended. If the autopkgtest value is present but there is no
    debian/tests/control file, then the value will be removed and a warning
    emitted.

 debian/changelog       |  1 +
 scripts/dpkg-source.pl | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

commit ec3bd7eac1f0170fa279ef7ee9297018e7bcb5a8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 5 19:27:58 2014 +0200

    Dpkg::Vendor::Debian: Split feature area option parsing into a function

 scripts/Dpkg/Vendor/Debian.pm | 45 +++++++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 19 deletions(-)

commit 1592301d59f92164c8e45871ee9c34f27dab1eca
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 1 17:19:32 2014 +0200

    Dpkg::Source::Patch: Add comment about ignoring the Index: pseudo-header

 scripts/Dpkg/Source/Patch.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 8aecb71520112b8e3ce168b1addc84a95bbc4ce5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 1 03:57:44 2014 +0200

    libdpkg: Add db:Status-Want, db:Status-Status and db:Status-Eflag fields
    
    These are virtual fields for the database Status field, which will allow
    easier access to the specific status values.

 debian/changelog      |  2 ++
 lib/dpkg/pkg-format.c | 36 ++++++++++++++++++++++++++++++++++++
 man/dpkg-query.1      |  3 +++
 3 files changed, 41 insertions(+)

commit 767d782ac8caa482182be6a319ab20bc935f0de6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 1 03:56:55 2014 +0200

    libdpkg: Use varbuf used member instead of strlen() over the buffer

 lib/dpkg/pkg-format.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 589602c7802ab927d7f3e4ed026601d9ca701012
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 1 03:55:37 2014 +0200

    dpkg-deb: Use parsedb() instead of an ad-hoc deb822 parser
    
    This makes sure any field fixup and sanity check is performed on
    the input, and gets reflected on the output.

 debian/changelog    |  3 ++
 dpkg-deb/dpkg-deb.h |  1 -
 dpkg-deb/info.c     | 82 ++++++++++++++++++++---------------------------------
 3 files changed, 33 insertions(+), 53 deletions(-)

commit bdfc98f46c81b56b895e436e3652b553fa106ce9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 1 02:40:11 2014 +0200

    libdpkg: Add new varbuf_add_arbfield()

 lib/dpkg/dump.c      | 18 ++++++++++++++----
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/parsedump.h |  4 ++++
 3 files changed, 19 insertions(+), 4 deletions(-)

commit 78c18f294df6956eac2bba8af31a26cfc1f24381
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 29 03:14:27 2014 +0200

    libdpkg: Refactor field search functions

 lib/dpkg/dpkg-db.h    |  6 ++++++
 lib/dpkg/parsehelp.c  | 24 ++++++++++++++++++++++++
 lib/dpkg/pkg-format.c | 28 +++++++---------------------
 3 files changed, 37 insertions(+), 21 deletions(-)

commit f7e10180d3ead4f3187ab48557d8aee3bd85ea4a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 28 18:38:48 2014 +0200

    dpkg-buildflags: Add support for new hardening flag stackprotectorstrong
    
    This flag is now part of the default set on Debian and derivatives, but
    it will fallback to stackprotector when the former is not functional or
    disabled by the user.
    
    Based-on-patch-by: Romain Francoise <rfrancoise@debian.org>

 debian/changelog              |  4 ++++
 man/dpkg-buildflags.1         | 18 ++++++++++++++++--
 scripts/Dpkg/Vendor/Debian.pm | 22 +++++++++++++++++++++-
 3 files changed, 41 insertions(+), 3 deletions(-)

commit 67ef2fc226847c8e36a1c75d7b34df8c538480f7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 01:10:06 2014 +0200

    dpkg: On removal check Depends and Pre-Depends for unpacked packages
    
    Ignoring those dependencies for packages in unpacked and half-configured
    states does not improve their progress towards an installed state, it
    actually degrades it.

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

commit 5bb02fe80e9f40dcad9703a72f67cf615ff217b5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 13 21:34:43 2012 +0200

    Add versioned Provides support
    
    - Add a new dpkg --assert-versioned-provides command.
    - Packages can provide a specific version, “virtual (= 1.0)” which will
      be honored, previously it would just be accepted when parsing.
    - Non-versioned virtual packages will not satisfy versioned dependencies.
    - Versioned virtual packages will satisfy non-versioned dependencies.
    
    This commit is very slightly based on the code reverted in commit
    7df7d53a57b9913f4a20b2c9dcd554a2d88ff9f3, which was mostly skeletal.
    
    Closes: #7330, #24934, #112131, #134582, #180316
    
    Based-on-patch-by: Ben Collins <bcollins@debian.org>

 debian/changelog      |  8 +++++
 dselect/pkgdepcon.cc  |  9 ++---
 dselect/pkgsublist.cc |  6 ++--
 lib/dpkg/depcon.c     | 40 +++++++++++++++++++++
 lib/dpkg/dpkg-db.h    |  4 +++
 src/depcon.c          | 15 ++++----
 src/enquiry.c         | 12 +++++--
 src/main.c            |  3 +-
 src/main.h            |  2 ++
 src/packages.c        | 97 ++++++++++++++++++++++++++++++++-------------------
 10 files changed, 145 insertions(+), 51 deletions(-)

commit 840d33bf1de3c65a54f87658b24be7f3e338b14c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 19 11:28:12 2014 +0200

    dpkg: Do not write to the available file when unpacking binary packages
    
    This information is not useful as dpkg has never recorded the archive
    path, so it has never been truly available for re-installation anyway.
    
    Only write to it if recording the information from the binary package
    to the available file via --record-avail.

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

commit e4d6db177fad401ddc8432cf0e2c64e4fcf7bc0d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 12 03:26:05 2010 +0200

    dpkg-statoverride: Do not abort when user and group names are unknown
    
    When parsing the statoverride database from dpkg-statoverride do
    not consider it an error and refuse to operate at all if the user
    or group names are not known to the system, just preserve them.
    
    Closes: #563307

 debian/changelog |  3 +++
 lib/dpkg/file.h  |  5 +++++
 src/archives.c   |  2 +-
 src/filesdb.h    |  7 ++++++-
 src/statcmd.c    | 14 +++++++++++++-
 src/statdb.c     | 32 +++++++++++++++++++++++++-------
 6 files changed, 53 insertions(+), 10 deletions(-)

commit b1f5d2251758c16678c1095b4d2c6be02c42f982
Author: Adam Conrad <adconrad@debian.org>
Date:   Mon Jun 9 20:15:37 2014 +0200

    Dpkg::Vendor::Debian: Do not disable stack-protector on arm64
    
    The toolchain supports it now on arm64.
    
    Closes: #751032
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 3 +++
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 92ab1bb69c3f251a2811015d94d1933b3b39e43a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 9 19:38:05 2014 +0200

    libdpkg: Fix file triggers/Unincorp descriptor leak on subprocesses
    
    Regression introduced in commit 10440009b68f59eeed4cb1b56547e3cf356aa540,
    with the initial triggers implementation.
    
    Closes: #751021

 debian/changelog        | 3 +++
 lib/dpkg/trigdeferred.l | 4 ++++
 2 files changed, 7 insertions(+)

commit 73bc422dee4accae89e800d50cb79068e77a7c31
Author: Fredrik Fornwall <fredrik@fornwall.net>
Date:   Thu Jun 19 01:40:37 2014 +0200

    Replace obsolete <sys/fcntl.h> with <fcntl.h>
    
    The standard location <fcntl.h> instead of <sys/fcntl.h> is the
    preferred one since a long time (Changelog.old mentions this change
    being made in 1996).
    
    This patch fixes the two occurrences that have slipped through, making
    the includes consistent with other files in dpkg as well as fixing
    compiling on e.g. Android which lacks <sys/fcntl.h>.
    
    Closes: #752036
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog        | 2 ++
 lib/dpkg/trigdeferred.l | 3 ++-
 src/trigproc.c          | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 586439a2fbba72d474f2c621cfa8cadde04bf9bb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 7 15:44:40 2014 +0200

    dpkg: Use filenamenodeflags enum instead of wrongly using fnnflags

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

commit 3ffc86f96b84794a238881631acb3c4947e3c082
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 8 01:59:25 2014 +0200

    libcompat: Add a setexecfilecon() function out from dpkg code
    
    This is now a fallback implementation in case libselinux is too old.

 debian/changelog       |  1 +
 lib/compat/Makefile.am |  5 ++++
 lib/compat/compat.h    |  4 +++
 lib/compat/selinux.c   | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++
 m4/dpkg-libs.m4        |  2 ++
 src/script.c           | 48 +-----------------------------
 6 files changed, 94 insertions(+), 47 deletions(-)

commit 5362b6e879ee26323d8257e474d4c94a2b242592
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 20 18:05:02 2012 +0100

    dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc code
    
    There's no point in duplicating all this code in dpkg, when this is
    provided now by libselinux.

 debian/changelog | 1 +
 m4/dpkg-libs.m4  | 4 ++++
 src/script.c     | 4 ++++
 3 files changed, 9 insertions(+)

commit f1cdf4ad022189d3e840543bc2e854c67903b40b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 9 15:39:37 2014 +0200

    dselect: Mark new and delete operators with new throw and noexcept macros
    
    Warned-by: clang++

 dselect/main.cc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 633159444e2f0c8fe1e167aff56d70601168610a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 9 15:39:37 2014 +0200

    libdpkg: Add DPKG_ATTR_THROW and DPKG_ATTR_NOEXCEPT macros

 lib/dpkg/macros.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 75a93afbe53d6d2554ed87abeb794a75373156fd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 7 12:41:23 2014 +0200

    libcompat: Do not run qsort over the scandir list if it is NULL
    
    Warned-by: coverity

 debian/changelog     | 1 +
 lib/compat/scandir.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 66c070b9b83ca500d2038252240540bc70edd922
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 7 12:26:39 2014 +0200

    libcompat: Mark compat functions with attribute printf and vprintf
    
    We duplicate these macros here too so that we can quiesce some warnings
    when building the compatibility code.

 lib/compat/compat.h | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit 338374a655d6d8ca97196cc6bca80109d955b278
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 7 12:26:39 2014 +0200

    libdpkg: Move __func__ and nullptr definitions to libcompat
    
    These are really compatibility macros for systems w/o the required
    compiler support.
    
    We need to duplicate the logic for LIBCOMPAT_GCC_VERSION, but for now
    we will keep that and DPKG_GCC_VERSION to avoid having to make compat.h
    a public header.

 lib/compat/compat.h | 21 +++++++++++++++++++++
 lib/dpkg/macros.h   | 13 -------------
 2 files changed, 21 insertions(+), 13 deletions(-)

commit f45bc2de515013c983ee9e8f6898bd3119832fc1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 7 12:26:32 2014 +0200

    libcompat: Make the library testable
    
    This will allow us to guarantee the compatibility implementations at
    least build, and can eventually be tested.

 debian/changelog       |  2 ++
 lib/compat/Makefile.am | 15 ++++++++++-
 lib/compat/alphasort.c |  2 ++
 lib/compat/asprintf.c  |  2 ++
 lib/compat/compat.h    | 69 +++++++++++++++++++++++++++++++++++++-------------
 lib/compat/scandir.c   |  2 ++
 lib/compat/snprintf.c  |  3 ++-
 lib/compat/strerror.c  |  4 +++
 lib/compat/strndup.c   |  3 +--
 lib/compat/strsignal.c |  2 ++
 lib/compat/unsetenv.c  |  2 ++
 lib/compat/vasprintf.c |  2 ++
 lib/compat/vsnprintf.c |  2 ++
 13 files changed, 88 insertions(+), 22 deletions(-)

commit 5a7ed8dcb798baec356e48466ec4c5fa4754103e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 9 02:05:38 2014 +0200

    build: Refactor compiler option checks into a new function

 m4/dpkg-compiler.m4 | 155 ++++++++++++++++++++++++++--------------------------
 1 file changed, 77 insertions(+), 78 deletions(-)

commit a499612664a4047ecb0dca533038701f7691f489
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 9 00:54:13 2014 +0200

    Update some dpkg git URLs to the new and newer (cgit switch) scheme

 README                | 2 +-
 debian/changelog      | 1 +
 debian/control        | 2 +-
 man/deb-src-control.5 | 4 ++--
 man/po/de.po          | 8 ++++----
 man/po/dpkg-man.pot   | 4 ++--
 man/po/es.po          | 8 ++++----
 man/po/fr.po          | 8 ++++----
 man/po/hu.po          | 4 ++--
 man/po/it.po          | 8 ++++----
 man/po/ja.po          | 8 ++++----
 man/po/pl.po          | 8 ++++----
 man/po/pt_BR.po       | 4 ++--
 man/po/ru.po          | 4 ++--
 man/po/sv.po          | 8 ++++----
 15 files changed, 41 insertions(+), 40 deletions(-)

commit 5904dc92b16a9dcadba1c3d35ea3d3ff1baf2e63
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 12 03:16:08 2014 +0200

    Use https:// URLs instead of http:// when possible (round two)
    
    Switch more URLs, now that these services have had SSL enabled.

 README                                 |  2 +-
 TODO                                   |  2 +-
 debian/changelog                       |  5 ++++-
 debian/control                         |  2 +-
 dselect/methods/ftp/README.mirrors.txt |  2 +-
 dselect/po/es.po                       |  6 +++---
 man/deb-origin.5                       |  2 +-
 man/deb-src-control.5                  |  2 +-
 man/dselect.1                          |  2 +-
 man/po/de.po                           | 12 ++++++------
 man/po/dpkg-man.pot                    |  6 +++---
 man/po/es.po                           | 18 +++++++++---------
 man/po/fr.po                           | 12 ++++++------
 man/po/hu.po                           |  6 +++---
 man/po/it.po                           | 12 ++++++------
 man/po/ja.po                           | 12 ++++++------
 man/po/pl.po                           | 12 ++++++------
 man/po/pt_BR.po                        |  6 +++---
 man/po/ru.po                           |  6 +++---
 man/po/sv.po                           | 12 ++++++------
 po/es.po                               |  6 +++---
 scripts/Dpkg/Changelog/Debian.pm       |  2 +-
 scripts/Dpkg/Source/Package/V2.pm      |  2 +-
 scripts/Dpkg/Vendor.pm                 |  2 +-
 scripts/Dpkg/Vendor/Debian.pm          |  2 +-
 scripts/po/es.po                       |  6 +++---
 scripts/t/origins/debian               |  2 +-
 27 files changed, 82 insertions(+), 79 deletions(-)

commit 9c66baec36b4d65e31e8122eac2baf2203def945
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 28 05:04:15 2014 +0200

    Fix Spanish translation of dpkg-query -l header
    
    The uppercase letter hints got wrongly translated, and they were not
    matching the actual printed letters in the package columns output.
    
    Closes: #756209

 debian/changelog |  1 +
 po/es.po         | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit bb4ce52fcd386d080791ab2cf1e239675042f3db
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Sun Aug 3 20:09:51 2014 +0200

    Update Portuguese programs translation
    
    Closes: #756920
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/pt.po         | 1348 ++++++++++++++++++++++++++----------------------------
 2 files changed, 658 insertions(+), 691 deletions(-)

commit d72c13b336ca62fe03ead86dc20a9c1d2e7a1e3b
Author: Joe Dalton <joedalton2@yahoo.dk>
Date:   Mon Jul 7 22:49:19 2014 +0200

    Update Danish program translations
    
    [guillem@debian.org:
     - Fix format string.
     - Remove spurious trailing dot. ]
    
    Closes: #754127
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/da.po         | 530 ++++++++++++++++---------------------------------------
 2 files changed, 156 insertions(+), 375 deletions(-)

commit f7ecbfe89f9f8a8a3f410573047ff706327e77f2
Author: Jean-Baka Domelevo Entfellner <domelevo@gmail.com>
Date:   Fri Aug 8 10:49:23 2014 +0200

    Update French program translations.
    
    With the help of Julien Patriarca.
    
    Reviewed-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog |    1 +
 po/fr.po         | 1986 ++++++++----------------------------------------------
 2 files changed, 264 insertions(+), 1723 deletions(-)

commit 9219282872e21800fefaee643d97035c85bc2e85
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 16 18:06:58 2014 +0200

    t-provides: Add test cases for upgrading the providing package

 t-provides/Makefile | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 94a46c91ea60076e2b593bba8ec661dd95d3d753
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 14 01:21:48 2014 +0200

    Use package status functions instead of using ad-hoc code

 t-conffile-replaces-disappear/Makefile            | 10 +++++-----
 t-conffile-replaces-downgrade/Makefile            |  4 ++--
 t-conffile-replaces-existing-and-upgrade/Makefile |  4 ++--
 t-conffile-replaces-existing/Makefile             |  4 ++--
 t-conffile-replaces-upgrade/Makefile              |  4 ++--
 t-conffile-replaces/Makefile                      |  4 ++--
 t-conffile-versioned-replaces-downgrade/Makefile  |  4 ++--
 t-control-bogus/Makefile                          |  4 ++--
 t-deb-lfs/Makefile                                |  4 ++--
 t-deb-split/Makefile                              |  2 +-
 t-dir-shared-replaces-lost/Makefile               |  4 ++--
 t-disappear-depended/Makefile                     |  4 ++--
 t-disappear-empty/Makefile                        |  4 ++--
 t-failinst-failrm/Makefile                        |  2 +-
 t-field-priority/Makefile                         |  5 ++---
 t-file-replaces-disappear/Makefile                | 10 +++++-----
 t-file-replaces-versioned/Makefile                |  4 ++--
 t-file-replaces/Makefile                          |  4 ++--
 t-multiarch/Makefile                              | 12 ++++++------
 t-normal/Makefile                                 |  2 +-
 t-option-dry-run/Makefile                         |  2 +-
 t-unpack-device/Makefile                          |  2 +-
 t-unpack-divert-hardlink/Makefile                 |  2 +-
 t-unpack-fifo/Makefile                            |  2 +-
 t-unpack-hardlink/Makefile                        |  2 +-
 t-unpack-symlink/Makefile                         |  2 +-
 26 files changed, 53 insertions(+), 54 deletions(-)

commit 9fbe1fe2e4fa746c1c7cbe1c16837b475b6c5904
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 13:30:07 2014 +0200

    t-failinst-failrm: Upgrade to a fixed package to be able to purge
    
    Removes a dubious «dpkg-query --control-path» usage.

 t-failinst-failrm/Makefile                                     | 10 ++++------
 .../DEBIAN/control                                             |  1 -
 .../DEBIAN/postinst                                            |  2 +-
 .../DEBIAN/prerm                                               |  3 +--
 .../DEBIAN/control                                             |  7 ++-----
 5 files changed, 8 insertions(+), 15 deletions(-)

commit 9f833d25c9700c14f032c850d807433a14759015
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 13:29:25 2014 +0200

    t-depends-versioned: Merge into t-depends

 Makefile                                           |  1 -
 t-depends-versioned/Makefile                       | 61 ---------------------
 t-depends/Makefile                                 | 63 +++++++++++++++++++++-
 .../pkg-depends-eq/DEBIAN/control                  |  0
 .../pkg-depends-ge/DEBIAN/control                  |  0
 .../pkg-depends-gt/DEBIAN/control                  |  0
 .../pkg-depends-le/DEBIAN/control                  |  0
 .../pkg-depends-lt/DEBIAN/control                  |  0
 .../pkg-version-1/DEBIAN/control                   |  0
 .../pkg-version-2/DEBIAN/control                   |  0
 .../pkg-version-3/DEBIAN/control                   |  0
 11 files changed, 61 insertions(+), 64 deletions(-)

commit 4534d62788d194d8d89adeef446eb47c1c3ecf3a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 00:26:00 2014 +0200

    t-provides: Add versioned provides tests

 t-provides/Makefile                                | 242 ++++++++++++++++++++-
 .../{pkg-provides => pkg-breaks-eq}/DEBIAN/control |   6 +-
 .../{pkg-provides => pkg-breaks-ge}/DEBIAN/control |   6 +-
 .../{pkg-provides => pkg-breaks-le}/DEBIAN/control |   6 +-
 .../{pkg-provides => pkg-breaks}/DEBIAN/control    |   6 +-
 t-provides/pkg-conflicts-eq/DEBIAN/control         |   8 +
 t-provides/pkg-conflicts-ge/DEBIAN/control         |   8 +
 t-provides/pkg-conflicts-le/DEBIAN/control         |   8 +
 .../{pkg-provides => pkg-conflicts}/DEBIAN/control |   6 +-
 t-provides/pkg-depends-eq/DEBIAN/control           |   8 +
 t-provides/pkg-depends-ge/DEBIAN/control           |   8 +
 t-provides/pkg-depends-le/DEBIAN/control           |   8 +
 t-provides/pkg-predepends-eq/DEBIAN/control        |   8 +
 t-provides/pkg-predepends-ge/DEBIAN/control        |   8 +
 t-provides/pkg-predepends-le/DEBIAN/control        |   8 +
 t-provides/pkg-predepends/DEBIAN/control           |   8 +
 t-provides/pkg-provides-10-20/DEBIAN/control       |   8 +
 .../DEBIAN/control                                 |   6 +-
 .../DEBIAN/control                                 |   6 +-
 t-provides/pkg-provides/DEBIAN/control             |   2 +-
 20 files changed, 345 insertions(+), 29 deletions(-)

commit b00595133427f55d62cff8eb3b19249344e139d1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 10:32:53 2014 +0200

    t-depends-provides: Rename to t-provides

 Makefile                                                       | 2 +-
 {t-depends-provides => t-provides}/Makefile                    | 0
 {t-depends-provides => t-provides}/pkg-depends/DEBIAN/control  | 0
 {t-depends-provides => t-provides}/pkg-provides/DEBIAN/control | 0
 4 files changed, 1 insertion(+), 1 deletion(-)

commit 7fc5e632a0b57218f40ce58b7185cb49bfefd0aa
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 00:30:40 2014 +0200

    t-provides-arch-implicit: Add new test case

 t-provides-arch-implicit/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

commit ccc8035e588b814d20b81a788132076489462be3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 00:27:17 2014 +0200

    build: Enable t-triggers-depends

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f1835372c19c9c4f56de5a871052e1b73e5fd97a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 00:47:11 2014 +0200

    build: Remove xz compressed source packages
    
    The default has changed some time ago, so we should handle that now.

 Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6f84a47a24bbc79332a0db9819b9df72c4a06970
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 20 00:28:17 2014 +0200

    build: Export PATH

 Test.mk | 1 +
 1 file changed, 1 insertion(+)

commit 2a3bccdefc1ed77b653377f4276542890096e0e5
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Jun 14 21:00:35 2014 +0100

    Update Swedish translation
    
    man/po/sv.po: 2258t0f0u
    po/sv.po: 1090t0f0u
    scripts/po/sv.po: 542t0f0u

 debian/changelog |   9 +
 man/po/sv.po     | 518 ++++++++++++++++++++-----------------------------------
 po/sv.po         |  65 ++-----
 scripts/po/sv.po |  49 ++----
 4 files changed, 224 insertions(+), 417 deletions(-)

commit 4006ec7c774a2c866dce6abf8e661a11cbc50fdd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 5 20:49:38 2014 +0200

    Bump version to 1.17.11

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit e0d235697883fc71720e831a2cf53c987b2f121e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 5 13:40:24 2014 +0200

    Release 1.17.10

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

commit 0d306fa1a499401a3a0939d5fe47a30bbd827e3d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 5 13:53:56 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   58 +--
 dselect/po/ca.po        |   58 +--
 dselect/po/cs.po        |   58 +--
 dselect/po/da.po        |   58 +--
 dselect/po/de.po        |   58 +--
 dselect/po/dselect.pot  |   60 +--
 dselect/po/el.po        |   58 +--
 dselect/po/es.po        |   58 +--
 dselect/po/et.po        |   58 +--
 dselect/po/eu.po        |   58 +--
 dselect/po/fr.po        |   58 +--
 dselect/po/gl.po        |   58 +--
 dselect/po/hu.po        |   58 +--
 dselect/po/id.po        |   58 +--
 dselect/po/it.po        |   58 +--
 dselect/po/ja.po        |   58 +--
 dselect/po/ko.po        |   58 +--
 dselect/po/nb.po        |   58 +--
 dselect/po/nl.po        |   58 +--
 dselect/po/nn.po        |   58 +--
 dselect/po/pl.po        |   58 +--
 dselect/po/pt.po        |   58 +--
 dselect/po/pt_BR.po     |   58 +--
 dselect/po/ro.po        |   58 +--
 dselect/po/ru.po        |   58 +--
 dselect/po/sk.po        |   58 +--
 dselect/po/sv.po        |   58 +--
 dselect/po/tl.po        |   58 +--
 dselect/po/vi.po        |   58 +--
 dselect/po/zh_CN.po     |   58 +--
 dselect/po/zh_TW.po     |   58 +--
 man/po/dpkg-man.pot     | 1045 +++++++++++++++++++++++--------------------
 man/po/es.po            | 1098 +++++++++++++++++++++++++--------------------
 man/po/fr.po            | 1098 +++++++++++++++++++++++++--------------------
 man/po/hu.po            | 1074 ++++++++++++++++++++++++--------------------
 man/po/it.po            | 1134 ++++++++++++++++++++++++++--------------------
 man/po/ja.po            | 1098 +++++++++++++++++++++++++--------------------
 man/po/pl.po            | 1101 +++++++++++++++++++++++++--------------------
 man/po/pt_BR.po         | 1083 ++++++++++++++++++++++++--------------------
 man/po/ru.po            | 1083 ++++++++++++++++++++++++--------------------
 man/po/sv.po            | 1140 +++++++++++++++++++++++++++--------------------
 po/ast.po               | 1002 ++++++++++++++++++++---------------------
 po/bs.po                |  986 ++++++++++++++++++++--------------------
 po/ca.po                |  992 ++++++++++++++++++++---------------------
 po/cs.po                |  992 ++++++++++++++++++++---------------------
 po/da.po                |  992 ++++++++++++++++++++---------------------
 po/de.po                |  992 ++++++++++++++++++++---------------------
 po/dpkg.pot             |  988 ++++++++++++++++++++--------------------
 po/dz.po                |  998 ++++++++++++++++++++---------------------
 po/el.po                | 1002 ++++++++++++++++++++---------------------
 po/eo.po                |  992 ++++++++++++++++++++---------------------
 po/es.po                |  992 ++++++++++++++++++++---------------------
 po/et.po                |  998 ++++++++++++++++++++---------------------
 po/eu.po                |  998 ++++++++++++++++++++---------------------
 po/fr.po                |  992 ++++++++++++++++++++---------------------
 po/gl.po                | 1000 ++++++++++++++++++++---------------------
 po/hu.po                |  998 ++++++++++++++++++++---------------------
 po/id.po                | 1000 ++++++++++++++++++++---------------------
 po/it.po                |  991 ++++++++++++++++++++--------------------
 po/ja.po                |  994 ++++++++++++++++++++---------------------
 po/km.po                |  998 ++++++++++++++++++++---------------------
 po/ko.po                | 1002 ++++++++++++++++++++---------------------
 po/ku.po                |  992 ++++++++++++++++++++---------------------
 po/lt.po                |  998 ++++++++++++++++++++---------------------
 po/mr.po                |  998 ++++++++++++++++++++---------------------
 po/nb.po                | 1000 ++++++++++++++++++++---------------------
 po/ne.po                | 1000 ++++++++++++++++++++---------------------
 po/nl.po                | 1000 ++++++++++++++++++++---------------------
 po/nn.po                | 1000 ++++++++++++++++++++---------------------
 po/pa.po                |  992 ++++++++++++++++++++---------------------
 po/pl.po                |  994 ++++++++++++++++++++---------------------
 po/pt.po                |  992 ++++++++++++++++++++---------------------
 po/pt_BR.po             |  998 ++++++++++++++++++++---------------------
 po/ro.po                | 1000 ++++++++++++++++++++---------------------
 po/ru.po                |  992 ++++++++++++++++++++---------------------
 po/sk.po                |  992 ++++++++++++++++++++---------------------
 po/sv.po                |  992 ++++++++++++++++++++---------------------
 po/th.po                |  992 ++++++++++++++++++++---------------------
 po/tl.po                | 1002 ++++++++++++++++++++---------------------
 po/vi.po                |  992 ++++++++++++++++++++---------------------
 po/zh_CN.po             |  998 ++++++++++++++++++++---------------------
 po/zh_TW.po             |  992 ++++++++++++++++++++---------------------
 scripts/po/ca.po        |  242 +++++-----
 scripts/po/de.po        |    4 +-
 scripts/po/dpkg-dev.pot |  241 +++++-----
 scripts/po/es.po        |  262 ++++++-----
 scripts/po/fr.po        |  262 ++++++-----
 scripts/po/pl.po        |  262 ++++++-----
 scripts/po/ru.po        |  262 ++++++-----
 scripts/po/sv.po        |  262 ++++++-----
 90 files changed, 28410 insertions(+), 26956 deletions(-)

commit bb2fe22738675a5a92d65aad03efcc73efd3a368
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 22 00:47:05 2014 +0200

    scripts: Add test case for patch disabling hunks
    
    This does not pose any security issue, as the hunk parser is strict, and
    will reject a patch if it considers that the hunk marker is not present.

 debian/changelog                             | 1 +
 scripts/Makefile.am                          | 1 +
 scripts/t/Dpkg_Source_Patch.t                | 5 ++++-
 scripts/t/Dpkg_Source_Patch/ghost-hunk.patch | 7 +++++++
 4 files changed, 13 insertions(+), 1 deletion(-)

commit 5348cbc981a65c3c9b05bb4d13553bda930c2d78
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 2 01:41:18 2014 +0200

    Dpkg::Source::Patch: Fix patch header parsing to avoid directory traversals
    
    The code parsing the patches was not taking into account that patches
    w/ partial or no pathname headers are still valid patches, and that
    they can specify the pathname in the Index: pseudo-header or in a
    single «+++ » pathname header, which allows doing directory traversal
    when unpacking source packages.
    
    The first vector is due to how the Index: pseudo-header is handled by
    patch. Its value gets used (on non-POSIX mode) only when both «+++ »
    and «--- » pathname headers do not provide a pathname, by either having
    an empty pathname or by the header being completely absent. The minimal
    fix for this is to just consider that we've parsed the header when we
    see a hunk header marker «@@ -». This is CVE-2014-3865 and #749183.
    
    The other vector is due to patches with only a «+++ » pathname header,
    which get skipped by the parser as it only checks for «--- » pathname
    header lines. The minimal fix for this is to also check for «+++ » when
    parsing the patch header. This is CVE-2014-3864 and #746498.
    
    The first issue is a superset of the second, and its fix is sufficient
    and covers and fixes too the second vector, as the «@@ -» marker is
    mandatory for a patch to be valid.
    
    An unspecified directory traversal vulnerability was initially reported
    in #746498 by Javier Serrano Polo <javier@jasp.net>, and while no
    information had been provided, I independently found #749183 and what
    was supposed to be #746498, which was later on published.
    
    Fixes: CVE-2014-3864, CVE-2014-3865
    Closes: #746498, #749183

 debian/changelog                              |  7 +++++++
 scripts/Dpkg/Source/Patch.pm                  |  2 +-
 scripts/Makefile.am                           |  4 ++++
 scripts/t/Dpkg_Source_Patch.t                 | 16 +++++++++++++++-
 scripts/t/Dpkg_Source_Patch/index-+++.patch   |  4 ++++
 scripts/t/Dpkg_Source_Patch/index-alone.patch |  3 +++
 scripts/t/Dpkg_Source_Patch/index-inert.patch |  8 ++++++++
 scripts/t/Dpkg_Source_Patch/partial.patch     |  3 +++
 8 files changed, 45 insertions(+), 2 deletions(-)

commit dbb9cc36ae606bc5cbdb81baae02b9067913d143
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 2 00:09:43 2014 +0200

    scripts: Add test cases for C-style encoded pathnames in patches
    
    This covers the directory traversal issues from CVE-2014-0471 and
    CVE-2014-3127.

 debian/changelog                          |  1 +
 scripts/Makefile.am                       |  1 +
 scripts/t/Dpkg_Source_Patch.t             | 30 ++++++++++++++++++++++++++++--
 scripts/t/Dpkg_Source_Patch/c-style.patch |  4 ++++
 4 files changed, 34 insertions(+), 2 deletions(-)

commit 82f803592c55e5505f8d8e66ed6b011f03a6ba45
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 4 20:25:16 2014 +0200

    debian: Update changelog entry for #746306 bug fix (CVE-2014-0471)
    
    Add attribution for the reporter, and a reference to the newly assigned
    CVE-2014-3127.

 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5eecc35eaf9075d72541d3f5ddd7b7fb6d33b8de
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 4 09:21:07 2014 +0200

    s-s-d: Add DragonFlyBSD support
    
    Closes: #734452
    
    Based-on-patch-by: Hleb Valoshka <375gnu@gmail.com>

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 13 +++++++++++++
 2 files changed, 15 insertions(+)

commit 03a46a0abffc5379847bbe067eae9633b97e9a64
Author: Hleb Valoshka <375gnu@gmail.com>
Date:   Wed Jun 4 08:51:26 2014 +0200

    Add support for DragonFlyBSD to ostable and triplettable
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 ostable          | 1 +
 triplettable     | 1 +
 3 files changed, 4 insertions(+)

commit 397448b7486b14ce3d844743c71e277a0b086141
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 5 20:04:19 2014 +0200

    Dpkg::Control::HashCore: Only skip actual empty first line field values
    
    Regression introduced in commit c2ee90f92ab6c915db774403414b2ea70c967c3e.
    
    We need to check if the value is empty, not if it's false. Add a
    regression test.

 scripts/Dpkg/Control/HashCore.pm | 2 +-
 scripts/t/Dpkg_Control.t         | 4 +++-
 scripts/t/Dpkg_Control/control-1 | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 37b310bad3ba96ce14a9a81875e4130d06b8968b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jun 4 20:44:45 2014 +0200

    Update German translation of manual pages
    
    Update to 2258t.

 man/po/de.po | 566 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 312 insertions(+), 254 deletions(-)

commit ddde22c33c712d40ab26a76e0b08515ef69b45d2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jun 4 20:33:29 2014 +0200

    Update German scripts translation
    
    Update to 542t.

 scripts/po/de.po | 96 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 50 insertions(+), 46 deletions(-)

commit 63b138afa6ca41ff33c3a282187bd2de1826c489
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 06:37:29 2014 +0200

    libdpkg: Uppercase and namespace pkgstatus enum values

 dselect/pkgcmds.cc        | 10 ++++----
 dselect/pkgdepcon.cc      | 16 ++++++------
 dselect/pkglist.cc        | 36 +++++++++++++-------------
 lib/dpkg/dbmodify.c       |  6 ++---
 lib/dpkg/dpkg-db.h        | 16 ++++++------
 lib/dpkg/dump.c           | 30 +++++++++++-----------
 lib/dpkg/parse.c          | 41 +++++++++++++++---------------
 lib/dpkg/pkg-db.c         |  2 +-
 lib/dpkg/pkg-namevalue.c  | 16 ++++++------
 lib/dpkg/pkg.c            |  8 +++---
 lib/dpkg/test/t-pkginfo.c | 38 ++++++++++++++--------------
 lib/dpkg/triglib.c        | 14 +++++------
 lib/dpkg/trignote.c       |  6 ++---
 src/archives.c            | 14 +++++------
 src/cleanup.c             | 10 ++++----
 src/configure.c           | 25 +++++++++---------
 src/depcon.c              | 61 +++++++++++++++++++++++---------------------
 src/enquiry.c             | 38 ++++++++++++++++------------
 src/filesdb.c             |  6 ++---
 src/help.c                | 16 ++++++------
 src/infodb-upgrade.c      |  2 +-
 src/main.c                |  2 +-
 src/packages.c            | 39 +++++++++++++++--------------
 src/querycmd.c            | 15 +++++------
 src/remove.c              | 31 ++++++++++++-----------
 src/script.c              | 10 ++++----
 src/select.c              |  3 ++-
 src/trigproc.c            | 26 +++++++++----------
 src/unpack.c              | 64 ++++++++++++++++++++++++-----------------------
 src/verify.c              |  2 +-
 30 files changed, 311 insertions(+), 292 deletions(-)

commit 8fc618ad8e8df6efbcd52c5d96500f65e9c1b8db
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 01:00:25 2014 +0200

    libdpkg: Uppercase and namespace pkgpriority enum values

 dpkg-deb/build.c         |  2 +-
 dselect/pkgcmds.cc       |  4 ++--
 dselect/pkglist.cc       | 14 +++++++-------
 dselect/pkglist.h        |  3 ++-
 dselect/pkgtop.cc        | 10 +++++-----
 lib/dpkg/dpkg-db.h       | 16 ++++++++--------
 lib/dpkg/dump.c          |  4 ++--
 lib/dpkg/fields.c        |  2 +-
 lib/dpkg/parse.c         |  6 +++---
 lib/dpkg/pkg-namevalue.c | 14 +++++++-------
 lib/dpkg/pkg-show.c      |  2 +-
 lib/dpkg/pkg.c           |  2 +-
 src/querycmd.c           |  2 +-
 13 files changed, 41 insertions(+), 40 deletions(-)

commit 224d0246bb59e5066de6693a18bf8654dafa135d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 00:52:37 2014 +0200

    libdpkg: Uppercase and namespace pkgeflag enum values

 dselect/pkgdepcon.cc      |  4 ++--
 lib/dpkg/dpkg-db.h        |  4 ++--
 lib/dpkg/dump.c           |  2 +-
 lib/dpkg/parse.c          |  4 ++--
 lib/dpkg/pkg-namevalue.c  |  4 ++--
 lib/dpkg/pkg.c            |  6 +++---
 lib/dpkg/test/t-pkginfo.c | 12 ++++++------
 src/archives.c            |  4 ++--
 src/cleanup.c             | 14 +++++++-------
 src/configure.c           |  2 +-
 src/enquiry.c             |  4 ++--
 src/remove.c              |  2 +-
 src/unpack.c              |  4 ++--
 13 files changed, 33 insertions(+), 33 deletions(-)

commit 2240b13459eb24c653a0c1d88987076cfaaf19ef
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 00:48:45 2014 +0200

    libdpkg: Uppercase and namespace pkgwant enum values

 dselect/pkgcmds.cc        | 28 ++++++++++++++--------------
 dselect/pkgdepcon.cc      | 14 +++++++-------
 dselect/pkglist.cc        | 12 ++++++------
 lib/dpkg/dpkg-db.h        | 12 ++++++------
 lib/dpkg/dump.c           |  2 +-
 lib/dpkg/parse.c          | 12 ++++++------
 lib/dpkg/pkg-namevalue.c  | 10 +++++-----
 lib/dpkg/pkg.c            |  4 ++--
 lib/dpkg/test/t-pkginfo.c |  4 ++--
 src/archives.c            |  5 +++--
 src/enquiry.c             |  4 ++--
 src/errors.c              |  3 ++-
 src/packages.c            |  8 ++++----
 src/querycmd.c            |  2 +-
 src/remove.c              | 14 +++++++-------
 src/select.c              |  5 +++--
 src/unpack.c              |  4 ++--
 17 files changed, 73 insertions(+), 70 deletions(-)

commit befc7844fd6273c56405f0714af3ea4eab44dcf1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 00:38:57 2014 +0200

    libdpkg: Uppercase and namespace pkgmultiarch enum values

 lib/dpkg/depcon.c        |  4 ++--
 lib/dpkg/dpkg-db.h       |  8 ++++----
 lib/dpkg/parse.c         | 16 ++++++++--------
 lib/dpkg/pkg-namevalue.c |  8 ++++----
 lib/dpkg/pkg-show.c      |  2 +-
 lib/dpkg/pkg.c           |  4 ++--
 src/archives.c           |  6 +++---
 src/infodb-access.c      |  2 +-
 src/infodb-format.c      |  2 +-
 src/infodb-upgrade.c     |  2 +-
 src/unpack.c             |  8 ++++----
 11 files changed, 31 insertions(+), 31 deletions(-)

commit 132e2b9266aae80a207720127c1f96c5719aec43
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:28:21 2014 +0200

    dpkg: Uppercase and namespace color cycle enum values
    
    The current names are way too generic, and prone to collide with actual
    color variables or similar.

 src/depcon.c  | 8 ++++----
 src/filesdb.c | 2 +-
 src/main.h    | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

commit f29cb1dbe37379680189f88c1bd0517ecfe1c34c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:27:07 2014 +0200

    libdpkg: Uppercase and reword pkg_spec_flags enum values

 lib/dpkg/pkg-spec.c | 20 ++++++++++----------
 lib/dpkg/pkg-spec.h |  8 ++++----
 src/querycmd.c      |  4 ++--
 src/select.c        |  2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)

commit d504365c196426bb9475c4a3b82f5abadfcabbc9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:25:58 2014 +0200

    dpkg-divert: Uppercase file_stat enum values

 src/divertcmd.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit cb6a7683285dd7af9074cce1c6503a61d65feff1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:24:22 2014 +0200

    dpkg: Uppercase pkg_infodb_format enum values

 src/infodb-access.c  |  4 ++--
 src/infodb-format.c  | 12 ++++++------
 src/infodb-upgrade.c |  4 ++--
 src/infodb.h         | 10 +++++-----
 4 files changed, 15 insertions(+), 15 deletions(-)

commit 2c1c66b8bd3399505c52e2e393b768e05b622818
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:21:56 2014 +0200

    dpkg: Uppercase and namespace filesdb_load_status enum and values

 src/filesdb.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 3fc4c7daf22817ae42c586d3c34d39b1be3ab252
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:20:34 2014 +0200

    dpkg: Uppercase, namespace and reword istobe enum type and values

 src/archives.c  | 15 ++++++++-------
 src/configure.c |  4 ++--
 src/depcon.c    | 56 +++++++++++++++++++++++++++++++-------------------------
 src/enquiry.c   | 13 +++++++------
 src/filesdb.c   |  3 ++-
 src/help.c      |  4 ++--
 src/main.h      | 14 +++++++-------
 src/packages.c  | 23 +++++++++++++++--------
 src/remove.c    | 11 ++++++-----
 src/unpack.c    | 12 ++++++------
 10 files changed, 86 insertions(+), 69 deletions(-)

commit 8db1203bde0dd87a12633b999abe5840095fe60c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:17:51 2014 +0200

    dpkg: Uppercase conffopt enum values and split words with underscore
    
    Also rename userrmd to USER_DEL.

 src/configure.c | 92 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

commit 9251c6e31b96a784db2f53784c921ec206efd8a3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:18:19 2014 +0200

    libdpkg: Uppercase trig_options enum values

 lib/dpkg/triglib.c | 20 ++++++++++----------
 lib/dpkg/triglib.h |  5 +++--
 2 files changed, 13 insertions(+), 12 deletions(-)

commit b22d8a95e38e187cf0e4e870cb892b42cca57ebd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:57:51 2014 +0200

    libdpkg: Uppercase trigdef enum values and separate words with underscores

 lib/dpkg/trigdeferred.h | 27 ++++++++++++++-------------
 lib/dpkg/trigdeferred.l | 29 +++++++++++++++--------------
 lib/dpkg/triglib.c      | 22 +++++++++++-----------
 src/trigcmd.c           | 18 +++++++++---------
 4 files changed, 49 insertions(+), 47 deletions(-)

commit 8d49206ec2887e0c726efea4dafe874211fbc045
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 01:30:30 2014 +0200

    dpkg: Uppercase found_status enum values

 src/packages.c | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

commit b9bb0fa75fceafbba983dfdc221274c9f0991abf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:56:09 2014 +0200

    dpkg: Uppercase dep_check enum values

 src/configure.c |  6 +++---
 src/main.h      |  6 +++---
 src/packages.c  | 16 ++++++++--------
 src/remove.c    | 14 +++++++-------
 4 files changed, 21 insertions(+), 21 deletions(-)

commit 72ba255678a0f4b940a7cc9d3f71d716077e9758
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:55:29 2014 +0200

    dpkg-split: Uppercase and reword discard_which enum values
    
    Use the more meaningful DISCARD_PART_ prefix instead of the cryptic and
    now confusing DS_ one (previously coming from the discardsome() function).

 dpkg-split/queue.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit a89ceee852b90de13977026701e818feaf06afc5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:54:51 2014 +0200

    u-a: Uppercase altdb_flags enum values

 utils/update-alternatives.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 91e2cc2b7434a101dde71f3725d358b4ccbfda66
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:54:35 2014 +0200

    u-a: Uppercase opcode enum values

 utils/update-alternatives.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 1052bbc02aac04c4d45a2d6b87d0ed538af840d7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:54:14 2014 +0200

    s-s-d: Uppercase status_code enum values

 utils/start-stop-daemon.c | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit 1dda27ffd3d162280d5e7d09fa1f1d214f4c775e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:53:08 2014 +0200

    s-s-d: Uppercase action_code enum values

 utils/start-stop-daemon.c | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit 670c99fbcd993f1e3a8236bd38ac664f8b5658dd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:51:46 2014 +0200

    libdpkg: Uppercase and expand atomic_file_flags enum values

 lib/dpkg/atomic-file.c | 4 ++--
 lib/dpkg/atomic-file.h | 4 ++--
 lib/dpkg/dump.c        | 2 +-
 src/divertcmd.c        | 2 +-
 src/statcmd.c          | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

commit 0bac29bc7ceb5e8eb7816a61720dc7ae1e4fe693
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:51:01 2014 +0200

    libdpkg: Uppercase dpkg_relation enum values

 dselect/pkgdepcon.cc      |  2 +-
 dselect/pkgsublist.cc     | 14 +++++++-------
 lib/dpkg/dump.c           | 12 ++++++------
 lib/dpkg/fields.c         | 16 ++++++++--------
 lib/dpkg/test/t-version.c | 34 +++++++++++++++++-----------------
 lib/dpkg/version.c        | 15 ++++++++-------
 lib/dpkg/version.h        | 14 +++++++-------
 src/depcon.c              |  6 +++---
 src/enquiry.c             |  4 ++--
 src/packages.c            |  8 ++++----
 src/unpack.c              |  2 +-
 11 files changed, 64 insertions(+), 63 deletions(-)

commit d3d70a975903a567c799b3f05f2cc4521a497dbf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:49:11 2014 +0200

    libdpkg: Uppercase and namespace dpkg_arch_type enum values

 dpkg-deb/build.c       |  2 +-
 lib/dpkg/arch.c        | 51 +++++++++++++++++++++++----------------------
 lib/dpkg/arch.h        | 18 ++++++++--------
 lib/dpkg/depcon.c      | 11 +++++-----
 lib/dpkg/dump.c        |  4 ++--
 lib/dpkg/fields.c      |  8 ++++----
 lib/dpkg/parse.c       | 16 ++++++++-------
 lib/dpkg/pkg-db.c      |  8 ++++----
 lib/dpkg/pkg-show.c    |  6 +++---
 lib/dpkg/pkg-spec.c    | 15 +++++++-------
 lib/dpkg/pkg.c         |  6 +++---
 lib/dpkg/test/t-arch.c | 56 +++++++++++++++++++++++++-------------------------
 src/divertcmd.c        |  4 ++--
 src/enquiry.c          | 10 ++++-----
 src/main.c             |  8 ++++----
 src/unpack.c           | 11 +++++-----
 16 files changed, 120 insertions(+), 114 deletions(-)

commit 90d16af0604d35ca7d90921f5d59d685d3f2c560
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:39:13 2014 +0200

    libdpkg: Uppercase tar related enum values

 lib/dpkg/tarfn.c | 52 +++++++++++++++++++++++------------------------
 lib/dpkg/tarfn.h | 30 +++++++++++++--------------
 src/archives.c   | 62 ++++++++++++++++++++++++++++----------------------------
 src/filters.c    |  6 +++---
 4 files changed, 75 insertions(+), 75 deletions(-)

commit 1c12ad9cfde5d73a952e64f977a2b96b8aea1f02
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:38:22 2014 +0200

    libdpkg: Uppercase handler_type enum values

 lib/dpkg/ehandle.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit eb3c2635f919fdde7b0d65b5db8eded9a428a9a1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:38:14 2014 +0200

    libdpkg: Uppercase compressor enum values

 dpkg-deb/build.c    |  6 +++---
 dpkg-deb/extract.c  | 12 +++++------
 dpkg-deb/main.c     | 18 ++++++++--------
 lib/dpkg/compress.c | 62 ++++++++++++++++++++++++++---------------------------
 lib/dpkg/compress.h | 28 ++++++++++++------------
 m4/dpkg-build.m4    |  2 +-
 6 files changed, 64 insertions(+), 64 deletions(-)

commit 3031836bd08090a6998d121056e4617d073b3194
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 4 00:19:21 2014 +0200

    build: Uppercase enum in C99 test code

 m4/dpkg-compiler.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6f5b608a28fbd67e1aa913897203b058dfa66abb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 28 00:36:52 2014 +0200

    doc: Uppercase enum values in C coding style

 doc/coding-style.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c7ad73d0a95ed527e1efe013b97cf849f3af55e9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 00:32:45 2014 +0200

    Move enum definitions out of structs
    
    This untangles the types, and makes it possible to use functions that
    use such enums as arguments from C++ code, as otherwise the enum would
    need to be declared within the struct namespace.

 dselect/pkgcmds.cc    | 63 +++++++++++++++++++++++----------------
 dselect/pkgdepcon.cc  | 35 +++++++++++-----------
 dselect/pkglist.cc    | 65 ++++++++++++++++++++--------------------
 dselect/pkglist.h     | 19 ++++++------
 dselect/pkgsublist.cc |  5 +++-
 dselect/pkgtop.cc     | 11 +++----
 lib/dpkg/dpkg-db.h    | 82 ++++++++++++++++++++++++++++++---------------------
 lib/dpkg/error.h      | 14 +++++----
 lib/dpkg/pkg-spec.h   | 22 +++++++-------
 src/filesdb.h         | 42 +++++++++++++-------------
 src/main.h            | 24 ++++++++++-----
 11 files changed, 216 insertions(+), 166 deletions(-)

commit dc2edadf0bcb624eafbcd16c92aae7691180f7a4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 14:48:12 2014 +0200

    dpkg: Give names to anonymous public enums inside structs
    
    This will help once we move them out of the structs.

 src/filesdb.h | 4 ++--
 src/main.h    | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

commit cd852844bc2471834da1b5cba980ec2c62f717ee
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 27 01:39:33 2014 +0200

    Replace non-breaking spaces with ASCII spaces

 ChangeLog.old                | 2 +-
 scripts/Dpkg/Source/Patch.pm | 2 +-
 scripts/dpkg-shlibdeps.pl    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit e6c1af78ae46aa989dcc16f90694f4bd15a1bc3e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 23 07:01:32 2014 +0200

    dpkg: Add support for per-package --audit
    
    This allows to check for specific issues with a requested package.

 debian/changelog |  1 +
 man/dpkg.1       |  5 +++--
 src/enquiry.c    | 38 ++++++++++++++++++++++++++++----------
 3 files changed, 32 insertions(+), 12 deletions(-)

commit c52a62fdf86b571f75c903523da5f5ea8bdb3c13
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 23 07:01:32 2014 +0200

    libdpkg: Add new pkg_array_init_from_names() function

 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/pkg-array.c | 26 +++++++++++++++++++++++++-
 lib/dpkg/pkg-array.h |  6 +++++-
 3 files changed, 31 insertions(+), 2 deletions(-)

commit 07255ee8bfbef08b76f41842c63f9bd3f6dd9788
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 23 07:01:32 2014 +0200

    libdpkg: Refactor dpkg_options_parse_pkgname()

 lib/dpkg/Makefile.am       |  1 +
 lib/dpkg/libdpkg.map       |  1 +
 lib/dpkg/options-parsers.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/options.h         |  5 +++++
 po/POTFILES.in             |  1 +
 src/main.c                 |  8 +------
 src/packages.c             |  8 +------
 src/querycmd.c             | 30 +++++---------------------
 src/verify.c               | 11 ++--------
 9 files changed, 70 insertions(+), 48 deletions(-)

commit 25d6273c1ac34c2a63cb23358983fa2462a4f152
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 27 15:39:54 2014 +0200

    dpkg: Use badusage() on illegal package names in --ignore-depends

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

commit b064e530891b7a193b717f848759663cd4a14e7e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 23 07:52:51 2014 +0200

    dpkg: Rename audit variables to more generic names
    
    The checks are not about bad package status information anymore, update
    variable names to match reality.

 src/enquiry.c | 55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

commit 4efe5c9a025829e89b070f8689f5d8ca40d5e398
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 23 07:12:19 2014 +0200

    dpkg(1): Document what --audit does nowadays
    
    The checks performed now are more than just checking for partially
    installed packages.

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

commit 5aa87f8bbd898081f5426ed4317c84a1b1ba7188
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 21 13:45:46 2014 +0200

    deb(5): Add media type information
    
    Add current, just approved new media type and the previous now deprecated
    ones for reference.

 debian/changelog |  1 +
 man/deb.5        | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 9e639d62c018ffe1d74b8c072732835acbc8852b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 31 10:31:56 2014 +0200

    libdpkg: Add new pkg_priority_name() function

 lib/dpkg/dpkg-db.h   |  2 ++
 lib/dpkg/dump.c      |  4 +---
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/pkg-show.c  | 16 ++++++++++++++++
 4 files changed, 20 insertions(+), 3 deletions(-)

commit f078b51a7d1a73716f322fcd3814fc025aa9d2cd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 19 12:56:04 2014 +0200

    libdpkg, dpkg: Use new status to names mapping functions
    
    This gets rid of the need to export the statusinfos and wantinfos
    variables from libdpkg.

 lib/dpkg/dbmodify.c  | 5 +++--
 lib/dpkg/dump.c      | 8 ++++----
 lib/dpkg/libdpkg.map | 2 --
 lib/dpkg/parse.c     | 6 +++---
 src/archives.c       | 4 ++--
 src/configure.c      | 6 +++---
 src/packages.c       | 3 ++-
 src/select.c         | 4 ++--
 src/trigproc.c       | 4 ++--
 9 files changed, 21 insertions(+), 21 deletions(-)

commit 6f82877d87f7ef637b12cc8e2614bea58f3f081d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 19 09:20:16 2014 +0200

    libdpkg: Add status to name mapping functions

 lib/dpkg/dpkg-db.h   |  6 +++++-
 lib/dpkg/libdpkg.map |  3 +++
 lib/dpkg/pkg-show.c  | 41 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 48 insertions(+), 2 deletions(-)

commit 8e2f4a98e014cf86483c55ea1bc0a7e0133ea8e6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 19 09:19:30 2014 +0200

    libdpkg: Move package name/value mappings to a new pkg-namevalue module
    
    This will allow other modules to use the tables, which are pretty much
    independent from any code, w/o pulling in the whole parsing code.

 lib/dpkg/Makefile.am     |  1 +
 lib/dpkg/parsehelp.c     | 52 --------------------------------
 lib/dpkg/pkg-namevalue.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 52 deletions(-)

commit f2ea976c0ae897d3ac640eb0c16a21249d2537bc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 14:28:59 2014 +0200

    Dpkg::Source::Package::V2: Do not assume sensible-editor is present
    
    This command is very Debian specific, fallback to try to use
    VISUAL, EDITOR or vi if the previous are either unset or not found.

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

commit c2ee90f92ab6c915db774403414b2ea70c967c3e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 23 15:49:01 2014 +0200

    Dpkg::Control::HashCore: Do not emit trailing space on field empty first line
    
    This spurious space is unnecessary and takes a non-insignificant amount
    of disk space on archive index files for example.
    
    Update dpkg-dev Breaks on devscripts to version << 2.14.4, as previous
    versions of debchange expect a trailing space from dpkg-parsechangelog
    output.
    
    Closes: #749044
    
    Based-on-patch-by: Johannes Schauer <j.schauer@email.de>

 debian/changelog                 |  4 ++++
 debian/control                   |  2 +-
 scripts/Dpkg/Control/HashCore.pm | 15 +++++++++------
 scripts/t/Dpkg_Changelog.t       |  8 ++++----
 scripts/t/Dpkg_Control.t         |  2 +-
 5 files changed, 19 insertions(+), 12 deletions(-)

commit 7ed4d813007158b956e493eb35b3645c96113e55
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 18 13:41:50 2014 +0200

    debian: Quiesce tar warnings in cron job by redirecting stderr to /dev/null
    
    It seems that --warning=none does not completely quiesce GNU tar
    (see #749307), so unfortunately we have to end up using more drastic
    measures, by ignoring all of stderr for now.
    
    Closes: #748544

 debian/changelog       | 2 ++
 debian/dpkg.cron.daily | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 012dbf88a913f562b4ab7901103a9549cdd4c8f6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 2 00:48:23 2014 +0200

    Update Catalan program translation

 debian/changelog |   1 +
 po/ca.po         | 640 +++++++++++++++++--------------------------------------
 2 files changed, 194 insertions(+), 447 deletions(-)

commit f051931a7b6aaa943ff75b2d275f25bc42a5b4e4
Author: Milo Casagrande <milo@milo.name>
Date:   Sun Jun 1 19:24:21 2014 +0200

    Update Italian program translation
    
    [guillem@debian.org:
     - Move package version (%s) besides package name %s.
     - Update missed translation.
     - Replace a ; with a :.
     - Fix few typos. ]
    
    Closes: #750105
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +
 po/it.po         | 612 ++++++++++++++++---------------------------------------
 2 files changed, 178 insertions(+), 437 deletions(-)

commit 6922608f5dcb0bbe9d6772a2e6b7cd58d1d5441a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 17 17:34:57 2014 +0200

    Update German translation of manual pages
    
    Update to 2251t.

 man/po/de.po | 744 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 410 insertions(+), 334 deletions(-)

commit a9efe1746ac427b0db8997413b13cf1105093c1c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 17 15:42:17 2014 +0200

    Update German scripts translation
    
    Update to 541t.

 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

commit 2b14470363c1d411411c5b03735b75650ae572f7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 17 15:40:59 2014 +0200

    Update German scripts translation
    
    Update to 541t.

 scripts/po/de.po | 162 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 82 insertions(+), 80 deletions(-)

commit 432295ab9dfced6ab98159b3442f50c69c0dea89
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 14 04:16:57 2014 +0200

    Dpkg::Source::Quilt: Refactor register() and unregister() methods
    
    Refactor the code out from Dpkg::Source::Package::V3::Quilt into two new
    methods that take care of registering and unregistering a patch from the
    series and applied_patches in-core and on-disk lists.

 scripts/Dpkg/Source/Package/V3/Quilt.pm | 60 +---------------------------
 scripts/Dpkg/Source/Quilt.pm            | 69 +++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 58 deletions(-)

commit 6b153d07845ebcc98b195d47d07638b21c43db29
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 17 03:34:04 2014 +0200

    Dpkg::Source::Package::V3::Quilt: Handle series files with no final newline
    
    Do not mangle the series files when the last line is missing a newline,
    by loading and saving the file with the added patch. This is quite ugly
    in general, but fixes the immediate problem. The code will be getting a
    general overhaul in due time.
    
    Closes: #584233

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

commit d8ec10fa65cee0fe67cf557bd48f18ac2442a5f6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 17 03:33:04 2014 +0200

    Dpkg::Source::Package::V3::Quilt: Refactor _load_file()

 scripts/Dpkg/Source/Package/V3/Quilt.pm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit f2722da230af8b5581ebc208f68e6d2ccf6de3b6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 14 04:00:41 2014 +0200

    Dpkg::Source::Quilt: Rename write_db() to save_db()
    
    This is the normal counterpart to load actions.

 scripts/Dpkg/Source/Package/V3/Quilt.pm | 2 +-
 scripts/Dpkg/Source/Quilt.pm            | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 4f333e1c25e3316f895c82eda3689f6d8a074900
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 14 03:56:51 2014 +0200

    Dpkg::Source::Quilt: Refactor write_patch_list()

 scripts/Dpkg/Source/Quilt.pm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

commit 286ba89fa57931688d2950d9c10f49dc1226f310
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 17 01:14:32 2014 +0200

    Dpkg::Source::Quilt: Add minimal test case

 debian/changelog                                        |  1 +
 scripts/Makefile.am                                     |  1 +
 scripts/t/Dpkg_Source_Quilt.t                           | 13 ++++++++++++-
 scripts/t/Dpkg_Source_Quilt/parse/debian/patches/series |  9 +++++++++
 4 files changed, 23 insertions(+), 1 deletion(-)

commit c87941de954281a8aa66d032c85657f64bfe4dce
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 15 04:08:44 2014 +0200

    Dpkg::Deps::Multiple: Add profile_is_concerned() and reduce_profiles() methods
    
    These got missed in commit 7662e0937bb064a0754d12605d80a96a17e2aadf.
    
    The current dpkg code is not using those methods, but external programs
    might need them.

 debian/changelog      |  3 +++
 scripts/Dpkg/Deps.pm  | 30 +++++++++++++++++++++++++++++-
 scripts/t/Dpkg_Deps.t | 19 ++++++++++++++++++-
 3 files changed, 50 insertions(+), 2 deletions(-)

commit f89c20f1fa074a46e9c3da9e5efa15bbfc56949d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 15 04:07:59 2014 +0200

    Dpkg::Deps: Add test cases for OR relationships

 debian/changelog      | 1 +
 scripts/t/Dpkg_Deps.t | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit a5b5f737990633e52fc9eea7684f9884bec6924b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 15 06:22:33 2014 +0200

    Dpkg: Update and fix CHANGES POD sections
    
    Do not use actual POD =item, just normal paragraphs. Split items in
    different paragraphs. Sort versions in decreasing order. Document
    missing changes in public interfaces. Qualify methods with the
    variable.

 debian/changelog                       |  1 +
 scripts/Dpkg/BuildFlags.pm             | 20 ++++++++++----------
 scripts/Dpkg/Changelog/Entry/Debian.pm |  1 +
 scripts/Dpkg/Conf.pm                   |  6 ++++++
 scripts/Dpkg/Control/HashCore.pm       |  2 +-
 scripts/Dpkg/Deps.pm                   | 22 +++++++---------------
 scripts/Dpkg/Exit.pm                   |  1 +
 scripts/Dpkg/Substvars.pm              | 15 +++++++++++++++
 8 files changed, 42 insertions(+), 26 deletions(-)

commit ad75cd9bdfb0a6322425206ab70882ad7d832125
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 15 06:26:22 2014 +0200

    Dpkg::Deps: Bump VERSION to 1.03
    
    This was missed in commit e8950d7e2d4a58f96c74782825e2edf7ceb583ca.

 debian/changelog     | 1 +
 scripts/Dpkg/Deps.pm | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 6e5a46ad3d085e9a187deb30934a22e6d618d9b7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 15 06:09:50 2014 +0200

    Dpkg::Path: Bump VERSION to 1.03
    
    This was missed in commit eb4bb268ab954748d015626a216f46f632f2371a.

 debian/changelog     | 2 ++
 scripts/Dpkg/Path.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit a4e5d3da5d67cc485f124d7348b09cd539d91104
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 14 02:53:55 2014 +0200

    dpkg-buildpackage: Add support for automatic parallel jobs selection
    
    This adds support to automatically set the number of jobs to be used by
    the build process to match the number of online processors, with the new
    -j argument «auto».
    
    It will try to infer the number of processors from getconf(1), but the
    system might not support the configuration variable, in which case it
    will fallback to not having any limit when passing the -j option to
    make.

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

commit aa9b18df5af6abacc40914aabccd765be74f7a4c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 13 23:57:59 2014 +0200

    dpkg-buildpackage(1): Document that the -j argument is optional
    
    This was clear from the --help output, but not from the man page.

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

commit 789d2428488f481cef86661d445175ea8316be4f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 14 04:40:35 2014 +0200

    dpkg-gensymbols(1): Improve symbols file maintenance documentation
    
    Add notes about checking for backwards compatibility.
    
    Closes: #746973
    
    Based-on-patch-by: "Bernhard R. Link" <brlink@debian.org>

 debian/changelog      |  3 +++
 man/dpkg-gensymbols.1 | 17 +++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit 1e214262bb68c4c966fde9fbdbd671d781b9833e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 8 18:23:51 2014 +0200

    dpkg-deb(1): Mention deprecation of bzip2 and lzma compressors

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

commit dad5ea1f6ebee41a47317a6e5df14fbcb3f2da5c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 8 18:20:34 2014 +0200

    deb(5): Change control.tar.gz reference to simply control.tar

 debian/changelog | 1 +
 man/deb.5        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 6c6c62aaa1d83743672f4bd9f45bbda2bd8a85a3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 5 06:31:37 2014 +0200

    deb-src-control(5): Expand Vcs-* into each supported field
    
    This makes it easier to search for the fields in the man page.

 debian/changelog      |  2 ++
 man/deb-src-control.5 | 16 +++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 0acc2cce961ad687ac5c64e8690c11eeec72dde2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 12 20:24:41 2014 +0200

    man: Remove spurious trailing space from msgstr
    
    This makes po4a emit a warning.

 man/po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 46d7b70a2ddf31ca51aa768c37cb08b17e3890f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 6 01:32:17 2014 +0200

    man: Attempt to clarify and improve wording of some strange constructs
    
    Reported-by: Helge Kreutzmann

 debian/changelog              |  3 +++
 man/dpkg-maintscript-helper.1 |  4 ++--
 man/dpkg-query.1              |  8 ++++----
 man/dpkg.1                    | 10 +++++-----
 4 files changed, 14 insertions(+), 11 deletions(-)

commit a5b58e2c07de26c65e0f3d098cb5a7fc462984e1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue May 6 01:32:17 2014 +0200

    man: Fix typo
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-maintscript-helper.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1e5163809eff116ff1b34956562e1f6ec0bbf370
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 6 01:33:17 2014 +0200

    perl: Fix unused capture groups false positives
    
    These are false positives, as when there's no match perl will leave
    the subpattern variables untouched. We'll just use the opportunity to
    unconfuse perlcritic, making some of those variable usages more clear
    by using intermediate variables.
    
    Fixes RegularExpressions::ProhibitUnusedCapture.
    
    Warned-by: perlcritic

 dselect/methods/ftp/install      |  4 ++--
 scripts/Dpkg/Control/HashCore.pm | 11 ++++++-----
 scripts/Dpkg/Shlibs/Objdump.pm   |  6 ++++--
 scripts/dpkg-buildpackage.pl     |  9 ++++++---
 scripts/dpkg-shlibdeps.pl        |  3 ++-
 test/critic.t                    |  1 +
 6 files changed, 21 insertions(+), 13 deletions(-)

commit 395f6ced94938c72927575e8d5b40305da321799
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 03:46:39 2013 +0100

    scripts: Switch unused capturing groups to non-capturing ones
    
    These have better runtime performance, not that it matters in many of
    the instances here though.
    
    Addresses RegularExpressions::ProhibitUnusedCapture.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog/Debian.pm      | 14 +++++++-------
 scripts/Dpkg/Source/Package/V3/Bzr.pm |  2 +-
 scripts/Dpkg/Source/Patch.pm          |  2 +-
 scripts/Dpkg/Source/Quilt.pm          |  2 +-
 scripts/Dpkg/Vendor/Debian.pm         |  8 ++++----
 scripts/dpkg-architecture.pl          |  2 +-
 scripts/dpkg-buildflags.pl            |  2 +-
 scripts/dpkg-buildpackage.pl          |  8 ++++----
 scripts/dpkg-distaddfile.pl           |  2 +-
 scripts/dpkg-genchanges.pl            |  6 +++---
 scripts/dpkg-gencontrol.pl            |  2 +-
 scripts/dpkg-gensymbols.pl            |  2 +-
 scripts/dpkg-parsechangelog.pl        |  2 +-
 scripts/dpkg-shlibdeps.pl             |  2 +-
 scripts/dpkg-source.pl                |  6 +++---
 scripts/dpkg-vendor.pl                |  2 +-
 16 files changed, 32 insertions(+), 32 deletions(-)

commit 600a530a9031341ff76b9764843c3d7a5dc1fd2f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 5 03:17:41 2014 +0200

    scripts: Use character classes instead of single character alternations
    
    Fixes RegularExpressions::ProhibitSingleCharAlternation.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog/Debian.pm | 6 +++---
 scripts/Dpkg/Deps.pm             | 2 +-
 test/critic.t                    | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

commit fa48a94434acf00681259bbe8f7acb0efad76153
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 4 16:25:21 2014 +0200

    scripts: Add template test cases for most modules
    
    This at least tests if the module in question can be use'ed correctly,
    and gives a more realistic code coverage report.
    
    The remaining modules should be covered by one of their parents.

 debian/changelog                    |  1 +
 scripts/Makefile.am                 | 17 +++++++++++++++++
 scripts/t/Dpkg_BuildEnv.t           | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_BuildFlags.t         | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_BuildProfiles.t      | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Checksums.t          | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Conf.t               | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_ErrorHandling.t      | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Exit.t               | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_File.t               | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Gettext.t            | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Index.t              | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Interface_Storable.t | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Source_Archive.t     | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Source_Functions.t   | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Source_Package.t     | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Source_Patch.t       | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Source_Quilt.t       | 27 +++++++++++++++++++++++++++
 scripts/t/Dpkg_Vars.t               | 27 +++++++++++++++++++++++++++
 19 files changed, 477 insertions(+)

commit 79a6978160ccf752d058786ab8fb61ad7fa1646a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 4 21:59:10 2014 +0200

    perl: Do not use global match variables
    
    Fixes Variables::ProhibitMatchVars.
    
    Warned-by: perlcritic

 debian/changelog                       |  1 +
 dselect/methods/disk/setup             |  6 +++---
 dselect/methods/multicd/setup          |  6 +++---
 dselect/mkcurkeys.pl                   | 12 ++++++------
 scripts/Dpkg/Changelog/Entry/Debian.pm |  4 ++--
 scripts/Dpkg/Package.pm                |  4 ++--
 scripts/Dpkg/Vendor/Ubuntu.pm          |  4 ++--
 scripts/dpkg-architecture.pl           | 20 ++++++++++----------
 scripts/dpkg-distaddfile.pl            |  4 ++--
 scripts/dpkg-gencontrol.pl             | 32 ++++++++++++++++----------------
 scripts/dpkg-gensymbols.pl             |  4 ++--
 test/critic.t                          |  1 +
 12 files changed, 50 insertions(+), 48 deletions(-)

commit 0e5d6ee28bd2bbb542405b8d1e7de5a6ecf47c1d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 02:30:23 2013 +0100

    test: Add labels to Test::More tests
    
    Fixes TestingAndDebugging::RequireTestLabels.
    
    Warned-by: perlcritic

 scripts/t/Dpkg_Changelog.t |  4 ++--
 scripts/t/Dpkg_IPC.t       |  6 +++---
 scripts/t/Dpkg_Package.t   | 10 +++++-----
 scripts/t/Dpkg_Shlibs.t    | 10 ++++++----
 src/t/dpkg_divert.t        |  8 ++++----
 test/critic.t              |  1 +
 6 files changed, 21 insertions(+), 18 deletions(-)

commit a987464f0548427c88e0f1f9d59b71c79419fd82
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 8 19:05:58 2014 +0200

    dpkg-maintscript-helper: Print only once that we are moving a conffile
    
    Move the printing to the final phase, and skip the intermediate message
    that we are moving the file aside for later processing. This information
    is redundant and really unnecessary. It also does not match the other
    actions in the script.
    
    Closes: #747370

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit abe3bb7c5b14502156973e0f060cd3234b2e7cc4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 22 08:24:44 2014 +0200

    dpkg-buildpackage: Move code inside s///eg into a function
    
    By using a closure, we makes the code more clear.

 scripts/dpkg-buildpackage.pl | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 93b30facbec3336e5a35f0825dd565650cc25a6e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 11 05:28:43 2014 +0200

    dpkg-architecture: Move -L argument to the Commands --help output section
    
    The -L argument is not an option, it's a full blown command.

 debian/changelog             | 1 +
 scripts/dpkg-architecture.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit cdff05813bc4447012174b87033560d938384803
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 21:48:23 2014 +0200

    dpkg: Switch an assert() on a volatile variable to an internerr()
    
    The assert() has a side-effect as the variable is volatile, switch it
    to an internerr() so that we always get the same result regardless of
    the build settings, NDEBUG in this case.
    
    Warned-by: coverity

 src/packages.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b766dca91159da611c6340dea347f4ef00159768
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 14 04:27:31 2014 +0200

    s-s-d: Cope with bogus OpenVZ kernels that prepend the " (deleted)" marker
    
    There are OpenVZ Linux kernels that instead of appending, prepend the
    deleted marker, making the exec check fail to match. Add a workaround
    so that those systems do not get affected.
    
    This will still be affecting any other userland tool that checks the
    /proc/PID/exe symlink, and might end up helping this behaviour to get
    entrenched, but better this than the getting strange system failures.
    
    Closes: #731530

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

commit c312296f675c345b9213e349934f43d4a2f316a0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 22:17:33 2014 +0200

    u-a: Switch from alternative_has_choice() to checking if fs is NULL
    
    We are performing the same search twice, let's just reuse the fs pointer
    to decide if we have found the choice.
    
    This was confusing coverity, and making it think that
    alternative_has_broken_slave() could get fs with a NULL value.
    
    Warned-by: coverity

 utils/update-alternatives.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 96d58c81919e45bad12fbe9ab4b7a295743f2614
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 3 03:48:01 2014 +0200

    u-a: Fix TOCTOU race in rename_mv()
    
    This does not have any security implications, but it makes the code
    more robust.
    
    Warned-by: coverity

 debian/changelog            |  1 +
 utils/update-alternatives.c | 22 +++++++++-------------
 2 files changed, 10 insertions(+), 13 deletions(-)

commit ec7488184f4065911171d22a3fafd60155dd7cc3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 3 03:39:02 2014 +0200

    u-a: Fix TOCTOU race when loading an alternative
    
    This does not have any security implications, but it makes the code
    more robust.
    
    Warned-by: coverity

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 21 ++++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 4f8369c744c345f99baa6145ce7eef48fe078928
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 3 03:59:54 2014 +0200

    libdpkg: Fix TOCTOU race in triggers database loading
    
    This is not security sensitive.
    
    Warned-by: coverity

 debian/changelog        |  1 +
 lib/dpkg/trigdeferred.l | 27 +++++++++++++--------------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit d8f78de9b0431470673409f9bffaa7fcffca7c49
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 1 04:04:42 2014 +0200

    libdpkg: Improve branch coverage for string module

 debian/changelog         |  2 ++
 lib/dpkg/test/t-string.c | 23 ++++++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)

commit ded3dfed77b7fd268914e19e8081b43c9233cc05
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 22:32:15 2014 +0200

    libdpkg: Fix memory leaks in buffer_copy() on error conditions
    
    Check for errors from subfunctions and break out of the loop to be able
    to release resources. Check also for unexpected EOF only after freeing
    resources, so that we don't end up leaking them.
    
    Warned-by: coverity

 debian/changelog  |  1 +
 lib/dpkg/buffer.c | 12 +++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 9274fe071004f02dcd64eba5f40b342e40bc2fd1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 11 08:11:22 2014 +0200

    libdpkg: Swap deb name and member name in dpkg_ar_member_get_size()
    
    Otherwise we might perform an out of bounds buffer read access in the
    error output on bogus member sizes.

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

commit df4f36e172b43bdb2336ba5a2747da439f1fc09d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 15 08:37:15 2014 +0200

    libdpkg: Make dpkg_locales_init() a public symbol

 lib/dpkg/libdpkg.map | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4149d109d6eb75ec256c9f940d3f5e867b5e6524
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 12 20:23:26 2014 +0200

    libdpkg: Add missing dpkg_program_ symbols to the version script

 lib/dpkg/libdpkg.map | 4 ++++
 1 file changed, 4 insertions(+)

commit 42f8e27790df66a088f21f357c449be0dc6a40a5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 1 03:44:33 2014 +0200

    dselect: Fix word wrapping logic
    
    The switch from integer literal to boolean literals botched one of the
    assignments, which was turned from 1 to false, fix that now, and stop
    turning parts of the code path dead.
    
    Regression introduced in commit cf21cccb98bdb31a84bbe1aa1217c712b47aedd2.
    
    Warned-by: coverity

 debian/changelog    | 1 +
 dselect/baselist.cc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 93a8d7423561f90559a00a760945e529a5e6e414
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 12 07:33:56 2014 +0200

    build: Switch to use libtool for the static libraries
    
    This makes it possible to embed libcompat inside libdpkg, so that the
    static library that we ship is self contained with the required
    compatibility code, specifically the MD5 functions.
    
    This also prepares the build system for when we start building a
    shared library, although it disables it by default.
    
    Closes: #746122

 .gitignore                |  4 ++++
 README                    |  1 +
 configure.ac              |  8 +++++++-
 debian/changelog          |  5 +++++
 dpkg-deb/Makefile.am      |  3 +--
 dpkg-split/Makefile.am    |  3 +--
 dselect/Makefile.am       |  3 +--
 lib/compat/Makefile.am    | 30 +++++++++++++++---------------
 lib/dpkg/Makefile.am      | 19 +++++++++++++++++--
 lib/dpkg/test/Makefile.am |  3 +--
 m4/dpkg-build.m4          | 11 ++++++++++-
 m4/dpkg-linker.m4         | 20 ++++++++++++++++++++
 src/Makefile.am           |  3 +--
 utils/Makefile.am         |  4 ++--
 14 files changed, 86 insertions(+), 31 deletions(-)

commit 3fb93b089cd890aadc043c79c7926682b23392bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 4 19:56:53 2014 +0200

    build: Fix lcov-inject to consider different coverage percentages
    
    The current code was not taking into account the different coverage
    ranges, with their different colors, and different images for the
    completion bar. Refactor the code into functions, while we are at it.

 doc/lcov-inject | 61 ++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 45 insertions(+), 16 deletions(-)

commit acd884519b4c4aae38ef37e26fe14cbffe2b4f78
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 1 21:44:10 2014 +0200

    build: Do not use lcov-inject first argument as target directory
    
    All arguments are files to modify.

 doc/lcov-inject | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b75d9bce9d03acbfd80ffd3eefafabcfbc07c454
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue May 6 10:25:53 2014 +0200

    dpkg-source: unpack additional tarballs in a deterministic order
    
    Reported-by: Samuel Bronson <naesten@gmail.com>
    Closes: #747148

 debian/changelog                  | 4 ++++
 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 3fd7a23c09505bd4cd54b8439219d6a2fd0610d8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Apr 30 21:06:59 2014 +0200

    Update German translation of manual pages
    
    Update to 2243t.

 debian/changelog |  3 +-
 man/po/de.po     | 89 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

commit 9c356290ddb3d9d807899bb951c02e4c19b853c1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 08:56:43 2014 +0200

    Bump version to 1.17.10

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 8c0c62688da4faa66acad269532ebbe6d50bd95f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 05:46:12 2014 +0200

    Release 1.17.9

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

commit 1759ec117f0eb067677010ee7f6d27784e5fadd1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 05:55:24 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  26 +++---
 dselect/po/ca.po        |  26 +++---
 dselect/po/cs.po        |  26 +++---
 dselect/po/da.po        |  26 +++---
 dselect/po/de.po        |  26 +++---
 dselect/po/dselect.pot  |  28 +++---
 dselect/po/el.po        |  26 +++---
 dselect/po/es.po        |  26 +++---
 dselect/po/et.po        |  26 +++---
 dselect/po/eu.po        |  26 +++---
 dselect/po/fr.po        |  26 +++---
 dselect/po/gl.po        |  26 +++---
 dselect/po/hu.po        |  26 +++---
 dselect/po/id.po        |  26 +++---
 dselect/po/it.po        |  26 +++---
 dselect/po/ja.po        |  26 +++---
 dselect/po/ko.po        |  26 +++---
 dselect/po/nb.po        |  26 +++---
 dselect/po/nl.po        |  26 +++---
 dselect/po/nn.po        |  26 +++---
 dselect/po/pl.po        |  26 +++---
 dselect/po/pt.po        |  26 +++---
 dselect/po/pt_BR.po     |  26 +++---
 dselect/po/ro.po        |  26 +++---
 dselect/po/ru.po        |  26 +++---
 dselect/po/sk.po        |  26 +++---
 dselect/po/sv.po        |  26 +++---
 dselect/po/tl.po        |  26 +++---
 dselect/po/vi.po        |  26 +++---
 dselect/po/zh_CN.po     |  26 +++---
 dselect/po/zh_TW.po     |  26 +++---
 man/po/dpkg-man.pot     |   4 +-
 po/ast.po               | 222 +++++++++++++++++++++++------------------------
 po/bs.po                | 222 +++++++++++++++++++++++------------------------
 po/ca.po                | 222 +++++++++++++++++++++++------------------------
 po/cs.po                | 222 +++++++++++++++++++++++------------------------
 po/da.po                | 222 +++++++++++++++++++++++------------------------
 po/de.po                | 222 +++++++++++++++++++++++------------------------
 po/dpkg.pot             | 224 ++++++++++++++++++++++++------------------------
 po/dz.po                | 222 +++++++++++++++++++++++------------------------
 po/el.po                | 222 +++++++++++++++++++++++------------------------
 po/eo.po                | 222 +++++++++++++++++++++++------------------------
 po/es.po                | 222 +++++++++++++++++++++++------------------------
 po/et.po                | 222 +++++++++++++++++++++++------------------------
 po/eu.po                | 222 +++++++++++++++++++++++------------------------
 po/fr.po                | 222 +++++++++++++++++++++++------------------------
 po/gl.po                | 222 +++++++++++++++++++++++------------------------
 po/hu.po                | 222 +++++++++++++++++++++++------------------------
 po/id.po                | 222 +++++++++++++++++++++++------------------------
 po/it.po                | 222 +++++++++++++++++++++++------------------------
 po/ja.po                | 222 +++++++++++++++++++++++------------------------
 po/km.po                | 222 +++++++++++++++++++++++------------------------
 po/ko.po                | 222 +++++++++++++++++++++++------------------------
 po/ku.po                | 222 +++++++++++++++++++++++------------------------
 po/lt.po                | 222 +++++++++++++++++++++++------------------------
 po/mr.po                | 222 +++++++++++++++++++++++------------------------
 po/nb.po                | 222 +++++++++++++++++++++++------------------------
 po/ne.po                | 222 +++++++++++++++++++++++------------------------
 po/nl.po                | 222 +++++++++++++++++++++++------------------------
 po/nn.po                | 222 +++++++++++++++++++++++------------------------
 po/pa.po                | 222 +++++++++++++++++++++++------------------------
 po/pl.po                | 222 +++++++++++++++++++++++------------------------
 po/pt.po                | 222 +++++++++++++++++++++++------------------------
 po/pt_BR.po             | 222 +++++++++++++++++++++++------------------------
 po/ro.po                | 222 +++++++++++++++++++++++------------------------
 po/ru.po                | 222 +++++++++++++++++++++++------------------------
 po/sk.po                | 222 +++++++++++++++++++++++------------------------
 po/sv.po                | 222 +++++++++++++++++++++++------------------------
 po/th.po                | 222 +++++++++++++++++++++++------------------------
 po/tl.po                | 222 +++++++++++++++++++++++------------------------
 po/vi.po                | 222 +++++++++++++++++++++++------------------------
 po/zh_CN.po             | 222 +++++++++++++++++++++++------------------------
 po/zh_TW.po             | 222 +++++++++++++++++++++++------------------------
 scripts/po/ca.po        |  72 ++++++++--------
 scripts/po/de.po        |  77 +++++++++--------
 scripts/po/dpkg-dev.pot |  69 +++++++--------
 scripts/po/es.po        |  74 ++++++++--------
 scripts/po/fr.po        |  74 ++++++++--------
 scripts/po/pl.po        |  73 ++++++++--------
 scripts/po/ru.po        |  73 ++++++++--------
 scripts/po/sv.po        |  73 ++++++++--------
 81 files changed, 5247 insertions(+), 5254 deletions(-)

commit 5daf50d5e45aece8b2acf5688f234cca49bc33c7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 05:40:33 2014 +0200

    build: Make test suite errors fatal again
    
    We need to check in the aggregated results if any test had any problem,
    and die accordingly.
    
    Regression introduced in commit 34b26c7db232b300991df5fb6f52707b381df28f.
    
    Closes: #746331

 check.am         | 3 ++-
 debian/changelog | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 8cd7aa2c68ed1648cd517c4e724eab8f1b6eebdc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 05:35:39 2014 +0200

    libdpkg: Mark the command_get_pager() tests on a tty as TODO
    
    The build daemon environment does not expose a controlling terminal.
    Mark these as possibly failing and as such non-fatal.

 debian/changelog          |  2 ++
 lib/dpkg/test/t-command.c | 18 ++++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 00e2aadcdc9d86655963df13068afd85eca2ed83
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 22:15:58 2014 +0200

    s-s-d: Fix off-by-one stack buffer overrun on GNU/Linux and GNU/kFreeBSD
    
    This might happen if the executable pathname is longer than
    _POSIX_PATH_MAX. Although this should not have security implications
    as the buffer is surrounded by two arrays (so those catch accesses
    even if the stack grows up or down), and we are compiling with
    -fstack-protector anyway.
    
    We just need to always leave room for the final NUL character.
    
    Warned-by: coverity

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

commit 2579acce1f6add74150790e806d859c3f3f8d362
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 22:07:29 2014 +0200

    u-a: Fix memory leaks in alternative_parse_fileset()
    
    Free prio_str and master_file.
    
    Warned-by: coverity

 debian/changelog            | 1 +
 utils/update-alternatives.c | 4 ++++
 2 files changed, 5 insertions(+)

commit 00e3728ddb52b98d20d2f4ee789f9d55898b1781
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 29 03:12:21 2014 +0200

    dselect: Assign desc->desc instead of checking if desc is not nullptr
    
    If we've not found any description we end up in the sentinel entry that
    contains nullptr for desc->action and desc->desc, but definitely not
    nullptr for desc. Just assigning desc->desc will do the right thing.
    
    Warned-by: coverity

 dselect/bindings.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3df20bdb86cb217ee55c12c8f2277f3af787bf71
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 21:44:17 2014 +0200

    dselect: Fix memory leak in set_color()
    
    Warned-by: coverity

 debian/changelog | 1 +
 dselect/main.cc  | 2 ++
 2 files changed, 3 insertions(+)

commit a94d04a1927a28987f3163e707c651d4b4350a73
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 21:34:53 2014 +0200

    dselect: Do not leak keybindings from describenext()
    
    The code affected is currently unused.
    
    Warned-by: coverity

 debian/changelog    | 1 +
 dselect/baselist.cc | 1 +
 2 files changed, 2 insertions(+)

commit 3c05293dac0e485b8042cbdef82f3369fb751595
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 21:20:16 2014 +0200

    dpkg-split: Fix short lived memory leaks in mksplit()
    
    Warned-by: coverity

 debian/changelog   | 1 +
 dpkg-split/split.c | 4 ++++
 2 files changed, 5 insertions(+)

commit dd0ec1036fb5fdf8b0462edf357d72d491b3c8aa
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 29 03:02:08 2014 +0200

    dpkg: Annotate case statements that fall through with a comment
    
    Be explicit, so that code readers or static analyzers do not get
    confused.
    
    Warned-by: coverity

 src/configure.c | 1 +
 src/packages.c  | 1 +
 2 files changed, 2 insertions(+)

commit b6788715227adb30ba41b5a049d1cbfb9e3ff1d7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 21:54:52 2014 +0200

    dpkg: Do not leak the filepackages_iterator in dir_is_used_by_others()
    
    Warned-by: coverity

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

commit 055717db09c9b6de7bf3cd9e12fd579d8002e565
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 20:48:14 2014 +0200

    libdpkg: Do not leak long tar names on bogus tar archives
    
    Make sure we free the long names, in case of a bogus or truncated
    tar archive with long entries not followed by a normal entry.
    
    Warned-by: coverity

 debian/changelog | 1 +
 lib/dpkg/tarfn.c | 4 ++++
 2 files changed, 5 insertions(+)

commit 99e299736daf81e9ffcf9d40cdc5085748c6dfbe
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 29 06:36:44 2014 +0200

    libcompat: Make sure P_tmpdir is always defined
    
    This will guarantee the macro constant is always defined, which allows
    us to remove an equivalent code branch, which in normal conditions is
    dead code.
    
    As a side effect this unconfuses static code analyzers like cppcheck or
    coverity.

 configure.ac        | 1 +
 lib/compat/compat.h | 4 ++++
 lib/dpkg/path.c     | 4 ----
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 6f2a7a736c0c2873c3415c1cd1eb8b5c7c42c4b5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 29 14:51:54 2014 +0200

    debian: Switch alternative database backups from xz to gzip
    
    Switch the alternatives database backups from xz to gzip, as the latter
    is Essential and we can rely on it being always present, using xz here
    is not worth the trouble, disk space savings, or possible additional
    dependencies.
    
    Closes: #746354

 debian/changelog       |  1 +
 debian/dpkg.cron.daily | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit a12eb58959d0a10584a428f4a3103a49204c410f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 30 02:28:45 2014 +0200

    Dpkg::Source::Patch: Outright reject C-style filenames in patches
    
    Because patch only started recognizing C-style filenames in diffs
    in version 2.7, it's not safe to assume one behaviour or the other,
    as the system might or might not have a recent enough version, or
    a GNU patch program at all. There's also no reason we should be
    supporting this kind of strange encoded filenames in patches, when
    we have not done so up to now.
    
    Let's just ban these types of diffs and be done with it.
    
    Fixes: CVE-2014-0471
    Closes: #746306

 debian/changelog             |  4 ++++
 scripts/Dpkg/Source/Patch.pm | 32 +-------------------------------
 2 files changed, 5 insertions(+), 31 deletions(-)

commit 1c7de0bd723f701ac4e38579ac2e92e65fb98f11
Author: Steve Petruzzello <dlist@bluewin.ch>
Date:   Wed Apr 30 03:19:10 2014 +0200

    Update French scripts translation
    
    Closes: #746350
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 scripts/po/fr.po | 653 +++++++++++++++++++------------------------------------
 2 files changed, 225 insertions(+), 429 deletions(-)

commit f2b80a0c3d3224525e12210ae8f4cb6bf38352d7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 29 21:35:41 2014 +0200

    Fix debian/changelog formatting

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9260ba126c7f27e45e414fa84e3657413f378d87
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 29 21:34:34 2014 +0200

    Update German translation of manual pages
    
    Update to 2234t4f5u.

 debian/changelog |   5 +-
 man/po/de.po     | 195 ++++++++++++++-----------------------------------------
 2 files changed, 51 insertions(+), 149 deletions(-)

commit 56d84eb9549fe6b31355d6eb6bdc70aad774929c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 28 21:07:42 2014 +0200

    Update German scripts translation
    
    Update to 541t.

 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 9caa9005a50fed01881409833fcddd3292f0ae11
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 28 19:57:26 2014 +0200

    Update German scripts translation
    
    Update to 541t.

 scripts/po/de.po | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit 7dc7e3244230ceb6731f66baa74a70029a878a28
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 15:41:58 2014 +0200

    Bump version to 1.17.9

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit c9feb7a20b04f9fd05fe8c268b31dee4f5f7c11d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 13:33:26 2014 +0200

    Release 1.17.8

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

commit 98b7dea7bfef4bab01d9377f19767860f4ca0d06
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 14:55:28 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            | 1187 ++++++++++++++++++++++++++---------------------
 man/po/dpkg-man.pot     | 1087 +++++++++++++++++++++++--------------------
 man/po/es.po            | 1150 ++++++++++++++++++++++++---------------------
 man/po/fr.po            | 1150 ++++++++++++++++++++++++---------------------
 man/po/hu.po            | 1100 +++++++++++++++++++++++--------------------
 man/po/it.po            | 1134 +++++++++++++++++++++++---------------------
 man/po/ja.po            | 1150 ++++++++++++++++++++++++---------------------
 man/po/pl.po            | 1150 ++++++++++++++++++++++++---------------------
 man/po/pt_BR.po         | 1097 +++++++++++++++++++++++--------------------
 man/po/ru.po            | 1099 +++++++++++++++++++++++--------------------
 man/po/sv.po            | 1179 +++++++++++++++++++++++++---------------------
 po/ast.po               |   24 +-
 po/bs.po                |   24 +-
 po/ca.po                |   24 +-
 po/cs.po                |   24 +-
 po/da.po                |   24 +-
 po/de.po                |    2 +-
 po/dpkg.pot             |   26 +-
 po/dz.po                |   24 +-
 po/el.po                |   24 +-
 po/eo.po                |   24 +-
 po/es.po                |   24 +-
 po/et.po                |   24 +-
 po/eu.po                |   24 +-
 po/fr.po                |   24 +-
 po/gl.po                |   24 +-
 po/hu.po                |   24 +-
 po/id.po                |   24 +-
 po/it.po                |   24 +-
 po/ja.po                |   24 +-
 po/km.po                |   24 +-
 po/ko.po                |   24 +-
 po/ku.po                |   24 +-
 po/lt.po                |   24 +-
 po/mr.po                |   24 +-
 po/nb.po                |   24 +-
 po/ne.po                |   24 +-
 po/nl.po                |   24 +-
 po/nn.po                |   24 +-
 po/pa.po                |   24 +-
 po/pl.po                |   24 +-
 po/pt.po                |   24 +-
 po/pt_BR.po             |   24 +-
 po/ro.po                |   24 +-
 po/ru.po                |    2 +-
 po/sk.po                |   24 +-
 po/sv.po                |   24 +-
 po/th.po                |   24 +-
 po/tl.po                |   24 +-
 po/vi.po                |   63 +--
 po/zh_CN.po             |   24 +-
 po/zh_TW.po             |   24 +-
 scripts/po/ca.po        |   68 +--
 scripts/po/de.po        |   73 +--
 scripts/po/dpkg-dev.pot |   70 +--
 scripts/po/es.po        |   70 +--
 scripts/po/fr.po        |   70 +--
 scripts/po/pl.po        |   70 +--
 scripts/po/ru.po        |   70 +--
 scripts/po/sv.po        |   73 +--
 91 files changed, 7595 insertions(+), 6497 deletions(-)

commit a82651188476841d190c58693f95827d61959b51
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 15 08:15:44 2014 +0200

    Dpkg::Source::Patch: Correctly parse C-style diff filenames
    
    We need to strip the surrounding quotes, and unescape any escape
    sequence, so that we check the same files that the patch program will
    be using, otherwise a malicious package could overpass those checks,
    and perform directory traversal attacks on source package unpacking.
    
    Fixes: CVE-2014-0471
    
    Reported-by: Jakub Wilk <jwilk@debian.org>

 debian/changelog             |  3 +++
 scripts/Dpkg/Source/Patch.pm | 59 ++++++++++++++++++++++++++++++++++++--------
 2 files changed, 52 insertions(+), 10 deletions(-)

commit d4dfad8cff69c245516abc570d0bba1f614c1443
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 06:24:46 2014 +0200

    build: Enable failed test case reporting from the TAP::Harness
    
    Set the «failures» argument for the harness, so that we can get the
    failing test case entries, particularly important for the C test suite,
    as perl will not report a line number for those.

 check.am         | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

commit b029a83ea643d1b0893dd6946604d10dd11eff4e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 27 04:51:08 2014 +0200

    build: Use the perl TAP::Harness for the C test suite
    
    The automake TAP driver only appeared once the parallel test runner
    allowed custom drivers after 1.11, which we were not requesting in
    the AM_INIT_AUTOMAKE call.
    
    But simply requesting a later version is not good enough, as Debian
    stable (wheezy) is still only shipping automake 1.11. Instead just switch
    to use the perl TAP::Harness infrastructure for the C test suite too.
    
    Regression introduced in commit d9833ac0b6b66e9dfaff272f6d0a25373bfff091.

 configure.ac              | 1 -
 debian/changelog          | 3 +++
 lib/dpkg/test/Makefile.am | 7 +++++--
 3 files changed, 8 insertions(+), 3 deletions(-)

commit 1f73ec4ecbac379558ffbef60f827782826b9539
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 14:11:48 2014 +0200

    build: Add new TEST_PREFIX variable to control test case execution paths
    
    This is required as the perl test cases are in srcdir, but C based test
    cases are going to be in builddir.

 check.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 34b26c7db232b300991df5fb6f52707b381df28f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 06:24:46 2014 +0200

    build: Switch test runner from Test::Harness to TAP::Harness
    
    The latter is the recommended module for new code, the former being just
    a compatibility wrapper around it. And it will allow to set more detailed
    options for the harness that are not exposed through the Test::Harness
    wrapper.
    
    We use a make variable instead of inlining the perl code in the make
    recipe due to the way make escapes backslashes inside single-quotes
    in recipes, which disturbs the semantics of the perl code.

 check.am         | 14 ++++++++++----
 debian/changelog |  1 +
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 15c4eb9f7223dcc309b46ba89b2b3081e2f9a2a7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 13:02:15 2014 +0200

    dpkg(1): Improve wording for --verify and --verify-format
    
    Closes: #733057

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

commit deeb5efc57607b02703d145a1a74bba502cbc0e6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 28 07:32:55 2014 +0200

    dpkg-maintscript-helper: Document environment requirements for supports
    
    Closes: #739634

 debian/changelog              | 2 ++
 man/dpkg-maintscript-helper.1 | 9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 2408a8d606ac5463070abe892c750050e4e44019
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Mon Apr 28 09:15:52 2014 +0700

    Update and review Vietnamese program translations
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/vi.po         | 58 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 30 insertions(+), 29 deletions(-)

commit a5046e81f3b7bbfa252253b54f186c65cbe3cdf0
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Apr 27 14:42:02 2014 +0200

    German dpkg translation update
    
    Update to 1088t2u.

 debian/changelog |  1 +
 po/de.po         | 86 ++++++++++++++++----------------------------------------
 2 files changed, 25 insertions(+), 62 deletions(-)

commit 151d6965f8807101f86aceddebd2262e241c6c8b
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sun Apr 27 02:51:37 2014 +0200

    Update Russian program translations
    
    Closes: #745869
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 +
 po/ru.po         | 584 ++++++++++++++++++-------------------------------------
 2 files changed, 189 insertions(+), 399 deletions(-)

commit 85a8d37cc4d02a405785aded7ef911bcd326ac22
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 22 10:37:37 2014 +0200

    libcompat: Fix comparison between signed and unsigned in strsignal()

 lib/compat/strsignal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d73c292dab981991d73bb3678b0ee13f664c869a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 16:18:06 2014 +0200

    libcompat: Declare strnlen() prototype in compat.h
    
    Remove now unused strnlen.h header.

 lib/compat/Makefile.am |  2 +-
 lib/compat/compat.h    |  6 ++++--
 lib/compat/strnlen.c   |  2 +-
 lib/compat/strnlen.h   | 32 --------------------------------
 4 files changed, 6 insertions(+), 36 deletions(-)

commit efc8feeb9a995a3cfa97a6428921e4c6820a48ce
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 22 10:10:17 2014 +0200

    libdpkg: Add missing <string.h> header
    
    These are currently shadowed by the <string.h> inclusion from
    <compat/strnlen.h>.

 lib/dpkg/error.c     | 1 +
 lib/dpkg/namevalue.c | 1 +
 lib/dpkg/trignote.c  | 2 ++
 lib/dpkg/varbuf.h    | 1 +
 4 files changed, 5 insertions(+)

commit 5a20d9d36d7db0a17def3515c0da7de4e03906a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 15:32:04 2014 +0200

    libdpkg: Add test cases for str_is_set() and str_is_unset()

 lib/dpkg/test/t-string.c | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit d3df3e21d58249722fcfe63aaa47fad0878a680d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 03:15:16 2014 +0200

    libdpkg: Add test cases for dpkg_error functions

 lib/dpkg/test/.gitignore  |  1 +
 lib/dpkg/test/Makefile.am |  1 +
 lib/dpkg/test/t-error.c   | 82 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 84 insertions(+)

commit c2fbf5fc71f92553fbeebcedbe80d0d61b70db24
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 03:12:56 2014 +0200

    libdpkg: Use new DPKG_VERSION_OBJECT instead of local version macro
    
    Use the new macro instead of the local one with a generic and
    ambiguous name.

 lib/dpkg/test/t-version.c | 71 +++++++++++++++++++++++------------------------
 1 file changed, 34 insertions(+), 37 deletions(-)

commit ef88152dc868f3ea7962448bd729e70c4ca08ff6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 03:12:56 2014 +0200

    libdpkg: Add new DPKG_VERSION_OBJECT macro

 lib/dpkg/version.h | 6 ++++++
 1 file changed, 6 insertions(+)

commit e231f923b771285f20bfc8825e8cfe179ab97847
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 03:11:59 2014 +0200

    libdpkg: Move test_warn() and test_error() to dpkg/test.h
    
    These are generic test macros that can be reused by other test cases.

 lib/dpkg/test.h           | 12 ++++++++++++
 lib/dpkg/test/t-version.c | 11 -----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 1a27a761f5630b845ad0155760294e448b417517
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 15:39:46 2014 +0200

    libdpkg: Handle space-only strings when parsing versions
    
    Consider these empty strings too.

 debian/changelog          | 1 +
 lib/dpkg/parsehelp.c      | 7 ++++---
 lib/dpkg/test/t-version.c | 4 +++-
 3 files changed, 8 insertions(+), 4 deletions(-)

commit cb9a0d64081b5aa3741c78556f83a86eb16c3df6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 20:11:18 2014 +0200

    libdpkg: Add test cases for parseversion() branch coverage

 lib/dpkg/test/t-version.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit 095464713625ed3e499ab1a0c146905fbb79786c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 03:05:12 2014 +0200

    libdpkg: Add test cases for dpkg_ar_member_is_illegal()

 lib/dpkg/test/t-ar.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit fceb4381db95c250598498fae7eb4e785b7c6d10
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 02:53:21 2014 +0200

    libdpkg: Add test cases for unmatched str_match_end()

 lib/dpkg/test/t-string.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f1db062ae39da54475fe29122fddf61c9b8bd721
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 02:52:56 2014 +0200

    libdpkg: Add test cases for growing command argv

 lib/dpkg/test/t-command.c | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit a666682166c712b8b434b009206e658d99c5627c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 02:37:11 2014 +0200

    libdpkg: Add test cases for command_get_pager()

 lib/dpkg/test/t-command.c | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

commit f7b96f72e5f495858ba1afb1221f580aa9ba7a73
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 02:18:39 2014 +0200

    libdpkg: Add test cases for dpkg_arch_describe()

 debian/changelog       |  1 +
 lib/dpkg/test/t-arch.c | 24 +++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

commit 3c1044570cb188dd7d32245a27e4c944db97baf9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 03:36:39 2014 +0200

    Dpkg::Vendor: Add test cases for get_vendor_dir()

 scripts/t/Dpkg_Vendor.t | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit b253ce5a1c7741dd46929fddab69c5a27677c888
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 03:36:18 2014 +0200

    Dpkg::Deps: Add test cases for deps_concat()

 scripts/t/Dpkg_Deps.t | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 757999904994ce29b4e13615d3c6b1502e85d84a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 03:22:57 2014 +0200

    Dpkg::Dist:Files: Add test cases for get_file()

 debian/changelog            |  2 ++
 scripts/t/Dpkg_Dist_Files.t | 14 +++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit f87633813519bcce2f7ef0f573a55d436382a6e8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 03:26:55 2014 +0200

    build: Add project version to the C code coverage report

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 165921053e1a4f74290849843588dda4ab099116
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 03:25:10 2014 +0200

    build: Stop using a local lcov-prolog template
    
    Newer lcov versions already produce UTF-8 encoded output, so there's no
    need to use our local html prolog.
    
    Ref: #590562

 Makefile.am     | 2 --
 doc/lcov-prolog | 8 --------
 2 files changed, 10 deletions(-)

commit ef1e51a9a2ec51a6a5e603bfeae84c10b9cf53c9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 03:19:53 2014 +0200

    build: Remove top_builddir value from Perl coverage report
    
    Do not expose the builddir in the html output.

 scripts/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 8dcb3372f43444dd08095ec55c0e82bf84974719
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 03:16:38 2014 +0200

    build: Inject a Perl coverage index entry into the lcov report
    
    Add correct summary values, create a percentage bar, and remove the
    lcov-epilog template, which was being inserted in every and each
    generated lcov html file, not just the indices.
    
    The injection should be considered fragile, as it depends on the input
    report not changing its structure. But this is no worse than using the
    local prolog and epilog html templates.

 Makefile.am     | 11 +++++++--
 doc/lcov-epilog |  8 -------
 doc/lcov-inject | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 10 deletions(-)

commit 54c36750fefd670885d161716b08f2cf1a662e61
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 01:31:44 2014 +0200

    build: Enable back lcov branch coverage
    
    This got disabled by default starting with lcov 1.10, enable it back
    to get the full coverage report.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit abf7e757c1fc9c8e12fd1b4546ddc7ff64f394cb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 01:30:37 2014 +0200

    build: Use LCOV_OPTS in all lcov related invocations
    
    Switch from --checksum to --rc geninfo_checksum=1 so that it can be
    passed to all commands, even the ones that do not recognize --checksum.

 Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 3d42412b38d52baf48f07c18b616b2ff51cddbce
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 25 01:19:29 2014 +0200

    build: Use --coverage instead of -fprofile-arcs and -ftest-coverage
    
    Noticed while investigating the lack of branch coverage. It appears the
    option is supported for a very long time, at least since gcc 4.1.x.

 m4/dpkg-coverage.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a1e0856703533fa3bb8f0647006714aba5c89df7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 15:21:24 2014 +0200

    build: Add descriptive titles before each coverage section

 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

commit 25774c03fa79abff8af94b3f42cec5ffb34a969e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 15:20:35 2014 +0200

    build: Generate a C code coverage text report on stdout
    
    Print a text report to stdout, like with the Perl coverage.

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit c8ea9114c5ad1b48ae1f326c826dc0be32817a25
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 24 15:18:52 2014 +0200

    build: Use 'rm -f' instead of implicit GNU make RM variable

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

commit 4bd80e698556dd74365706141537e3893d77659d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 17:07:18 2014 +0200

    debian: Do not emit tar warnings from dpkg cron file
    
    Ref: #745592, #745651

 debian/changelog       | 2 +-
 debian/dpkg.cron.daily | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit fa18a297ad65d6e6eca196c7086292642203eeca
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 26 17:05:58 2014 +0200

    debian: Use a variable to track the alternatives database name

 debian/dpkg.cron.daily | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 08a4313ff5334f8c64379315b2a301531b267c60
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 23 11:46:32 2014 +0200

    debian: Do not backup nonexistent database files
    
    The arch database only exists if the user has more than one architecture
    configured.
    
    Closes: #745592, #745651

 debian/changelog       | 3 ++-
 debian/dpkg.cron.daily | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 3b5ef6a7dc6ba1571e3acdc19e872e73c8c8c225
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 21 17:59:33 2014 +0200

    Bump version to 1.17.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 3ee521be308cd0e2fe6d9d49f38d3a78d925080e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 21 05:04:11 2014 +0200

    Release 1.17.7

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 31601c1e6289b423fa9dd53fc05e39805f6c646e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 4 23:51:01 2014 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            | 1368 +++++++++++++++++++++++++---------------------
 man/po/dpkg-man.pot     | 1144 ++++++++++++++++++++-------------------
 man/po/es.po            | 1240 ++++++++++++++++++++++--------------------
 man/po/fr.po            | 1240 ++++++++++++++++++++++--------------------
 man/po/hu.po            | 1185 +++++++++++++++++++++-------------------
 man/po/it.po            | 1238 +++++++++++++++++++++++-------------------
 man/po/ja.po            | 1238 ++++++++++++++++++++++--------------------
 man/po/pl.po            | 1238 ++++++++++++++++++++++--------------------
 man/po/pt_BR.po         | 1181 +++++++++++++++++++++-------------------
 man/po/ru.po            | 1193 +++++++++++++++++++++-------------------
 man/po/sv.po            | 1378 ++++++++++++++++++++++++++---------------------
 po/ast.po               |  220 ++++----
 po/bs.po                |  216 ++++----
 po/ca.po                |  223 ++++----
 po/cs.po                |  223 ++++----
 po/da.po                |  223 ++++----
 po/de.po                |  261 +++++----
 po/dpkg.pot             |  218 ++++----
 po/dz.po                |  220 ++++----
 po/el.po                |  220 ++++----
 po/eo.po                |  223 ++++----
 po/es.po                |  223 ++++----
 po/et.po                |  220 ++++----
 po/eu.po                |  220 ++++----
 po/fr.po                |  224 ++++----
 po/gl.po                |  220 ++++----
 po/hu.po                |  220 ++++----
 po/id.po                |  220 ++++----
 po/it.po                |  225 ++++----
 po/ja.po                |  223 ++++----
 po/km.po                |  220 ++++----
 po/ko.po                |  220 ++++----
 po/ku.po                |  219 ++++----
 po/lt.po                |  219 ++++----
 po/mr.po                |  220 ++++----
 po/nb.po                |  220 ++++----
 po/ne.po                |  220 ++++----
 po/nl.po                |  220 ++++----
 po/nn.po                |  220 ++++----
 po/pa.po                |  219 ++++----
 po/pl.po                |  223 ++++----
 po/pt.po                |  223 ++++----
 po/pt_BR.po             |  222 ++++----
 po/ro.po                |  220 ++++----
 po/ru.po                |  223 ++++----
 po/sk.po                |  223 ++++----
 po/sv.po                |  265 +++++----
 po/th.po                |  261 +++++----
 po/tl.po                |  220 ++++----
 po/vi.po                |  261 +++++----
 po/zh_CN.po             |  220 ++++----
 po/zh_TW.po             |  223 ++++----
 scripts/po/ca.po        |  675 ++++++++++++-----------
 scripts/po/de.po        |  666 ++++++++++++-----------
 scripts/po/dpkg-dev.pot |  641 +++++++++++-----------
 scripts/po/es.po        |  676 ++++++++++++-----------
 scripts/po/fr.po        |  681 ++++++++++++-----------
 scripts/po/pl.po        |  670 ++++++++++++-----------
 scripts/po/ru.po        |  670 ++++++++++++-----------
 scripts/po/sv.po        |  666 ++++++++++++-----------
 91 files changed, 14902 insertions(+), 13373 deletions(-)

commit f32d4b924e1ed4b6ae0c59cd28ed91029da64d20
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 13 16:22:39 2014 +0200

    debian: Be verbose on make check errors by printing the test suite log

 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit b89a125dbc0fa5d1672a140489dcc8ea7db6af00
Author: Andreas Beckmann <anbe@debian.org>
Date:   Sun Feb 16 23:52:10 2014 +0100

    debian: Add Conflicts against obsolete packages using install-info in their prerm
    
    These packages have been removed after they were released with lenny
    or squeeze, but they may survive dist-upgrades to wheezy and jessie.
    
    Since their prerm uses install-info they cannot be removed any longer
    after installing dpkg 1.17.x and there is no upgrade path to a fixed
    package version. So use Conflicts, because these packages need to be
    removed (with their prerm) before a dpkg that would disallow to
    subsequently remove them is upgraded. Breaks would only at most
    request to deconfigure them.
    
    All Conflicts have the form PACKAGE (<< VERSION). If the source package
    still exists, the VERSION that dropped the problematic PACKAGE was used.
    Otherwise the next possible maintainer upload VERSION that could
    reintroduce PACKAGE into sid was used.
    
    [guillem@debian.org:
     - Replace Breaks with Conflicts.
     - Update lintian-overrides. ]
    
    Closes: #735159
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              |  3 +++
 debian/control                | 20 ++++++++++++++++++++
 debian/dpkg.lintian-overrides |  2 ++
 3 files changed, 25 insertions(+)

commit c531799acff35a3605c1481028812f40b574355c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 30 05:20:44 2014 +0200

    debian: Backup all databases with user percolated data
    
    We want to backup all databases that have possible user data, in case
    something went wrong, or one of the databases got lost or similar.

 debian/changelog       |  1 +
 debian/dpkg.cron.daily | 30 +++++++++++++++++++++++++-----
 2 files changed, 26 insertions(+), 5 deletions(-)

commit 14ba15362deea88bb1a4e571bf28e2f79dfb9aad
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 5 17:03:18 2014 +0200

    dpkg-deb: Use --no-unquote when using -T to avoid mangling filenames
    
    We get the filenames from find(1), so we should not be letting tar
    mangle them, or it might create unexpected results.
    
    Closes: #743687
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog | 2 ++
 dpkg-deb/build.c | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 9c049f43b8597ae6241f52aceee0647a4b2c79f3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 13 01:48:28 2014 +0100

    dpkg-deb: Deprecate compressing .deb files with bzip2
    
    This compressor has been superseded by xz when it comes to compression
    ratio, and in cases where higher compatibility or raw speed is desired
    gzip is still the better option.
    
    Issue a warning for now for the -Zbzip2 option value, the support for
    that value will get disabled at a later point.

 debian/changelog                    |  5 +++++
 doc/README.feature-removal-schedule | 11 +++++++++++
 dpkg-deb/main.c                     |  2 ++
 3 files changed, 18 insertions(+)

commit 15e690628d282badc1a7dd5ecf27012c5f9fefa9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 9 08:14:52 2014 +0200

    dpkg: On --verify error out on not-installed packages
    
    This makes the behaviour of this command consistent with other commands
    taking package names as arguments.

 debian/changelog |  1 +
 src/verify.c     | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 97f282bc09a32d95df9596a1c6c4165c5ca4db52
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 20:08:13 2014 +0100

    dpkg: Add support for loading Packages-files from pipes or stdin
    
    This allows loading Packages files in --update-avail and --merge-avail
    from pipes, or stdin if the argument is omitted or is ‘-’.
    
    Closes: #357093, #367297

 debian/changelog |  3 +++
 man/dpkg.1       | 12 +++++++++---
 src/main.c       |  4 ++--
 src/update.c     | 10 +++++++---
 4 files changed, 21 insertions(+), 8 deletions(-)

commit a26fce6a81fbe2804e9fc28de172e9a6c69d1679
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 20:08:13 2014 +0100

    libdpkg: Add support for interpreting filename '-' as stdin
    
    Add a new flag so that the caller can request this new interpretation
    explicitly w/o needing to change the semantics of the filename for the
    normal case.

 lib/dpkg/dpkg-db.h | 2 ++
 lib/dpkg/parse.c   | 4 ++++
 2 files changed, 6 insertions(+)

commit dcc9d6d7f4dd06e79b601b453570b124e1285bfe
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 19:52:22 2014 +0100

    libdpkg: Allow loading deb822 package stanzas from a pipe

 lib/dpkg/parse.c | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

commit 97e6268256a62927e85bf3a137fc22a111753d87
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 19:19:28 2014 +0100

    libdpkg: Refactor parsedb_load() out from parsedb_open()
    
    And move the call to parsedb() to detangle the opening operation from
    the loading one.

 lib/dpkg/parse.c     | 21 +++++++++++++++------
 lib/dpkg/parsedump.h |  2 ++
 2 files changed, 17 insertions(+), 6 deletions(-)

commit 7d98d267c8d276e78fb2cf8a315780c7ddebb620
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 19:19:28 2014 +0100

    libdpkg: Refactor parsedb_parse() out from parsedb()

 lib/dpkg/parse.c     | 39 +++++++++++++++++++++++++++------------
 lib/dpkg/parsedump.h |  2 ++
 2 files changed, 29 insertions(+), 12 deletions(-)

commit 509b759c93deca71e8709e5d8f82514820f3d9c1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 21 02:39:49 2014 +0200

    libdpkg: Move parsedb descriptor closure to parsedb_close()
    
    Add a new parsedb flag to track if we need to close the file descriptor.

 lib/dpkg/dpkg-db.h |  2 ++
 lib/dpkg/parse.c   | 14 ++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit ef11a50ff851781a05bb49adf1d34a11192ab64e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 19:38:40 2014 +0100

    libdpkg: Refactor parsedb_new() out from parsedb_open()

 lib/dpkg/parse.c     | 23 ++++++++++++++++++-----
 lib/dpkg/parsedump.h |  2 ++
 2 files changed, 20 insertions(+), 5 deletions(-)

commit a0225b5d8acbd553074373f1b90da631f35bee1a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 27 19:38:40 2014 +0100

    libdpkg: Rename parse_close() to parsedb_close()

 lib/dpkg/parse.c     | 6 +++---
 lib/dpkg/parsedump.h | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 584dffcc0e9f85782ddecca6b24e5b5ac82d3361
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 21 03:50:31 2014 +0200

    libdpkg: Rename parse_open() to parsedb_open()

 lib/dpkg/parse.c     | 4 ++--
 lib/dpkg/parsedump.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 880d5ba027ba13d91697838f4cc2151b866b840b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 8 00:47:22 2014 +0200

    libdpkg: Move parser fd into parsedb_state
    
    This removes a function static variable, as it is now allocated inside a
    structure in the heap, so push_cleanup will always be able to access it,
    and makes parsedb() a bit more reentrable and easier to refactor.

 lib/dpkg/parse.c     | 13 +++++++------
 lib/dpkg/parsedump.h |  1 +
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 16405d6edf30d9169f73e11a0a7d797aa7c5de20
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 8 00:43:33 2014 +0200

    libdpkg: Allocate parsedb_state on the heap

 lib/dpkg/parse.c     | 34 +++++++++++++++++++---------------
 lib/dpkg/parsedump.h |  4 ++--
 2 files changed, 21 insertions(+), 17 deletions(-)

commit 97ffe228c96b815a2dc3a689b70b6827d0cb255b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 24 06:00:01 2014 +0100

    dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code

 dpkg-split/split.c | 18 +++++++-----------
 src/packages.c     | 12 +++++-------
 2 files changed, 12 insertions(+), 18 deletions(-)

commit 9933a758c0a8c40dc7977e3d0c101c70d511aee3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 24 06:00:01 2014 +0100

    libdpkg: Add new str_match_end() function

 lib/dpkg/libdpkg.map     |  1 +
 lib/dpkg/string.c        | 23 ++++++++++++++++++++++-
 lib/dpkg/string.h        |  4 +++-
 lib/dpkg/test/t-string.c | 13 +++++++++++--
 4 files changed, 37 insertions(+), 4 deletions(-)

commit 4e6079bb6756db9567c44079706df4e0abf0a46a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 27 04:21:25 2014 +0100

    libdpkg: Add new struct dpkg_ar_member to handle in-core ar headers

 lib/dpkg/ar.c | 37 ++++++++++++++++++++++++++++---------
 lib/dpkg/ar.h | 16 +++++++++++++++-
 2 files changed, 43 insertions(+), 10 deletions(-)

commit d9833ac0b6b66e9dfaff272f6d0a25373bfff091
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 19 21:40:03 2014 +0100

    libdpkg: Switch test suite to use TAP
    
    This has the following benefits. It stops using assert() for the test
    framework, it prints a more descriptive message, it performs all test
    cases even if one fails. It allows to skip specific cases, or mark as
    todo.
    
    This also switches the build system to use the automake TAP driver.

 configure.ac                            |  1 +
 debian/changelog                        |  1 +
 lib/dpkg/test.h                         | 64 +++++++++++++++++++++++++++------
 lib/dpkg/test/.gitignore                |  1 +
 lib/dpkg/test/Makefile.am               |  2 ++
 lib/dpkg/test/t-ar.c                    |  2 ++
 lib/dpkg/test/t-arch.c                  |  2 ++
 lib/dpkg/test/t-buffer.c                |  2 ++
 lib/dpkg/test/t-command.c               |  2 ++
 lib/dpkg/test/t-deb-version.c           |  2 ++
 lib/dpkg/test/t-macros.c                |  2 ++
 lib/dpkg/test/t-mod-db.c                |  2 ++
 lib/dpkg/test/t-path.c                  |  2 ++
 lib/dpkg/test/t-pkg-list.c              |  2 ++
 lib/dpkg/test/t-pkg-queue.c             |  2 ++
 lib/dpkg/test/t-pkginfo.c               |  2 ++
 lib/dpkg/test/t-progname.c              |  2 ++
 lib/dpkg/test/t-string.c                |  2 ++
 lib/dpkg/test/t-subproc.c               |  5 ++-
 lib/dpkg/test/{t-ar.c => t-test-skip.c} | 23 +++---------
 lib/dpkg/test/t-test.c                  | 18 +++++++++-
 lib/dpkg/test/t-trigger.c               |  2 ++
 lib/dpkg/test/t-varbuf.c                |  2 ++
 lib/dpkg/test/t-version.c               |  2 ++
 24 files changed, 117 insertions(+), 30 deletions(-)

commit 75e991baaeb1d27dd81c1366573b4e765bd49d9e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 9 03:49:56 2014 +0200

    libdpkg: Use new test_alloc() macro to test memory allocations
    
    Use this instead of normal pass/fail macros, as it will test_bail()
    on errors, exiting with a proper exit code.

 debian/changelog           |  1 +
 lib/dpkg/test.h            | 16 ++++++++++++++++
 lib/dpkg/test/t-arch.c     |  2 +-
 lib/dpkg/test/t-buffer.c   |  3 +--
 lib/dpkg/test/t-path.c     | 17 ++++++-----------
 lib/dpkg/test/t-pkg-list.c | 14 +++++++-------
 lib/dpkg/test/t-version.c  |  4 ++--
 7 files changed, 34 insertions(+), 23 deletions(-)

commit c0ee47fb7540063935020177a842801b79286ed7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 19 21:40:03 2014 +0100

    libdpkg: Add new test_bail() macro

 lib/dpkg/test.h | 7 +++++++
 1 file changed, 7 insertions(+)

commit 01c11fcafd5b48f3a3f2c8fc2e84f0d53336711f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 9 06:35:00 2014 +0200

    libdpkg: Test command_exec() exit code
    
    Do not expect the test program to just fail.

 debian/changelog          | 1 +
 lib/dpkg/test/t-command.c | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit c008407f8f6373a28694ea4c45cc75cfef9438f0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 19 21:40:03 2014 +0100

    libdpkg: Do not unnecessarily shut up stdout in t-subproc
    
    The only problematic output comes from stderr.

 debian/changelog          | 2 ++
 lib/dpkg/test/t-subproc.c | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 07413972ae2ff9fafc08d862e4ed05985f182a5f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 9 20:28:48 2014 +0200

    libdpkg, dpkg-deb: Fix compound literal usage with C99 compilers
    
    We cannot portably assign a compound literal to a static variable,
    as the expression is not constant. GCC accepts these for backwards
    compatibility in its C89 mode, but not in its C99 mode.

 debian/changelog       |  2 ++
 dpkg-deb/main.c        |  4 ++--
 lib/dpkg/deb-version.h | 10 ++++++++--
 lib/dpkg/pkg-queue.h   | 10 ++++++++--
 4 files changed, 20 insertions(+), 6 deletions(-)

commit 639786e29c72baf6b1f0b2ca1cada34df54d8dff
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 9 20:14:22 2014 +0200

    build: Test for required compound literals
    
    And clarify the comment on the designated initializers.

 debian/changelog     | 1 +
 doc/coding-style.txt | 3 ++-
 m4/dpkg-compiler.m4  | 6 +++++-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 09d43d4f21f6b70c0c1aff2711a1503d7ecf8a35
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 12 05:14:35 2014 +0100

    build: Set TAR variable at build time instead of hardcoding it
    
    This allows for non-GNU systems to use another value for their GNU tar,
    which usually is either gnutar or gtar.

 configure.ac     |  3 ++-
 debian/changelog |  3 +++
 lib/dpkg/dpkg.h  |  1 -
 m4/dpkg-progs.m4 | 10 ++++++++++
 4 files changed, 15 insertions(+), 2 deletions(-)

commit e07b0622e82ecac1131dd0f1443b19555fc53f44
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 3 08:36:23 2014 +0200

    build: Do not link s-s-d against libihash and libshouldbeinlibc on GNU/Hurd
    
    These libraries are not used now, and the linking is unnecessary and
    superfluous.
    
    The libps interfaces used to expose or required the caller to use
    functions from those other libraries long time ago, not anymore though.

 debian/changelog | 2 ++
 m4/dpkg-libs.m4  | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 3fabf94e0b5fe1bcdea26fecee1c87e74fab98b2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 26 17:26:26 2014 +0100

    s-s-d: Add a new --ppid matching option
    
    This allows to check for processes with a specific parent PID.
    
    Suggested-by: Alex Mestiashvili <mailatgoogl@gmail.com>

 debian/changelog          |  2 +
 man/start-stop-daemon.8   |  8 +++-
 utils/start-stop-daemon.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 99 insertions(+), 4 deletions(-)

commit 861e165c26d2f62e658d95aedd2746ce0c7445e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 20 04:30:23 2014 +0200

    s-s-d: Detect system specific headers at configure time
    
    Instead of hardcoding their usage depending on system macros.

 configure.ac              |  5 +++--
 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 31 ++++++++++++++++---------------
 3 files changed, 21 insertions(+), 17 deletions(-)

commit eb2981da25b8d68036406e135b891b91139a2601
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 20 04:30:23 2014 +0200

    s-s-d: Move Hurd specific headers after all standard headers

 utils/start-stop-daemon.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d12071e4aa2b2e137a3a1ab76408b4d68ab67181
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 5 07:44:02 2014 +0200

    s-s-d: Fix OpenBSD KVM code to use current kinfo_proc layout

 debian/changelog          | 1 +
 utils/start-stop-daemon.c | 6 ++++++
 2 files changed, 7 insertions(+)

commit 8d708158339cd0503580a810814b97e48926a3d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 5 06:51:33 2014 +0200

    s-s-d: Add a native FreeBSD pid_is_exec() method
    
    Use the KERN_PROC_PATHNAME sysctl interface to retrieve the process
    pathname. This will allow to stop requiring the linprocfs fileystem
    which is not the native procfs and is not usually mounted by default
    anyway.
    
    This still has the problem that the pathname cannot be retrieved when
    the inode has been unlinked, in the same way as when accessing the
    /proc/<PID>/exe symlink from linprocfs.

 debian/changelog          |  4 ++++
 utils/start-stop-daemon.c | 26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit 559895751cb775e47e2f6466de10a55a5ee7587c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 5 05:24:22 2014 +0200

    s-s-d: Fix FreeBSD KVM code to use current kinfo_proc layout

 debian/changelog          |  1 +
 utils/start-stop-daemon.c | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

commit 02901d4027d0ac49a8a1f88e954da61ea3f625d2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 5 05:24:22 2014 +0200

    s-s-d: Add a generic KVM implementation for do_procinit()
    
    This uses the traditional BSD kinfo_proc layout.

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

commit cc05292a2d745fd2798153b423663dd673b0dcba
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 18 19:55:26 2014 +0200

    s-s-d: Remove unnecessary pointer reference and dereference dance

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7a1b2fb6872d3d2641704d9d08ed0f99757774db
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 26 20:35:04 2014 +0100

    s-s-d: Use symbolic names for option codes

 utils/start-stop-daemon.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 51e4a23b56464da01481969d141aa5a41ad3b2ef
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 26 17:21:36 2014 +0100

    s-s-d: Refactor Linux comm retrieval and switch to use /proc/PID/status
    
    This trades parsing ambiguities due to process names with ‘)’ for ones
    with embedded ‘\n’. But it should be more robust and future proof in
    general, and allows to retrieve any field by name, which makes the code
    more clear and reusable.

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

commit d3611d0d83151f0405506419111bc9cc4066af68
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 13 06:56:44 2014 +0200

    dpkg-buildflags: Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS
    
    Add default values in Debian and derivatives for these flags.
    
    Distinguish FFLAGS from FCFLAGS by mentioning that the former is for the
    Fortran 77 compiler and the latter for the Fortran 9x compiler.
    
    Closes: #744326

 debian/changelog              |  2 ++
 man/dpkg-buildflags.1         | 20 ++++++++++++++++----
 scripts/Dpkg/BuildFlags.pm    |  9 +++++++++
 scripts/Dpkg/Vendor/Debian.pm |  8 ++++++++
 scripts/Dpkg/Vendor/Ubuntu.pm |  3 ++-
 scripts/mk/buildflags.mk      |  8 ++++++--
 6 files changed, 43 insertions(+), 7 deletions(-)

commit d82f11f1e7205183b19cf3983a2ce90d980119ad
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 18 07:45:43 2014 +0200

    dpkg-buildflags(1): Add missing flags affected by hardening options

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

commit 163d44a7bd33397ab3b4c68f0b74db59553a3fb7
Author: Christian Svensson <christian@cmd.nu>
Date:   Mon Jan 27 00:15:46 2014 +0100

    Add OpenRISC or1k support to cputable
    
    Closes: #736717
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable         | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

commit bbaa8eabaf0826b6213ea568c7ba3f884d352957
Author: Adam Conrad <adconrad@debian.org>
Date:   Wed Feb 12 04:41:16 2014 +0100

    Dpkg::Vendor::Ubuntu: Update ppc64el build flags support
    
    Ubuntu never ended up shipping a ppc64 architecture, instead they have
    a ppc64el one, so switch to that. And honor the noopt DEB_BUILD_OPTIONS
    flag.
    
    Closes: #738691
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              |  3 +++
 scripts/Dpkg/Vendor/Ubuntu.pm | 10 ++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit a580499ac5fa4e1e7feee69d08dfd044d790a275
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 2 16:11:19 2014 +0200

    Dpkg::Vendor: Try to load Vendor modules from the parent vendors
    
    If there's no available module for the requested vendor, try loading
    a Parent until one is found, or we fallback to Default.
    
    Closes: #735978

 debian/changelog            |  3 +++
 scripts/Dpkg/Vendor.pm      | 21 ++++++++++++++-------
 scripts/Makefile.am         |  2 ++
 scripts/t/Dpkg_Vendor.t     | 33 +++++++++++++++++++++++++++++++++
 scripts/t/origins/gnewsense |  4 ++++
 5 files changed, 56 insertions(+), 7 deletions(-)

commit 82d38b898e5d3ca243460f705c949c14a16a7c8a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 2 16:09:06 2014 +0200

    Dpkg::Vendor: Cache vendor info Control::Hash objects
    
    Avoid parsing again the current vendor file on each hook invocation,
    by caching the parsed object into a hash.

 debian/changelog       | 2 ++
 scripts/Dpkg/Vendor.pm | 4 ++++
 2 files changed, 6 insertions(+)

commit 86aabea72688567586adc472b502e06ebc28b1c2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 24 23:04:43 2014 +0100

    dpkg-buildpackage: Do not interpret the dsc filename as a regex
    
    This only affects generated .changes files, when signing a .dsc file
    with metacharacters in its filename.
    
    Closes: #742535

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

commit 03dc67940a1bcdfba6732e257fe1f35f59aea8f6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 3 06:08:45 2014 +0200

    dpkg-source: Add arch and profile information to Package-List field
    
    Add two new optional values to the Packages-List field, with
    architecture and build-profiles information. These values have the
    form «name=value1,value2», and might appear in any order after the
    mandatory values.
    
    This allows to run bootstrapping analysis over the Sources package
    indices.
    
    Requested-by: Johannes Schauer <j.schauer@email.de>
    Suggested-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog                   |  4 ++++
 scripts/Dpkg/Control/FieldsCore.pm |  4 ++++
 scripts/dpkg-source.pl             | 11 ++++++++++-
 3 files changed, 18 insertions(+), 1 deletion(-)

commit b916e61f0feb8eb37d9f00bbd4066c4f1b53babe
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 28 03:13:52 2014 +0100

    dpkg-source: Add a new extraction --ignore-bad-version option
    
    This allows to extract ancient source packages with broken versions,
    that used to be accepted at some point in time by dpkg-source.
    
    Closes: #740883

 debian/changelog                  | 2 ++
 man/dpkg-source.1                 | 5 +++++
 scripts/Dpkg/Source/Package.pm    | 8 +++++++-
 scripts/Dpkg/Source/Package/V1.pm | 4 ++++
 scripts/Dpkg/Source/Package/V2.pm | 5 +++++
 5 files changed, 23 insertions(+), 1 deletion(-)

commit 5175cc7164d1d853375bc4eb59042aa68fcc63f7
Author: Moritz Muehlenhoff <jmm@debian.org>
Date:   Sun Feb 9 03:02:46 2014 +0100

    dpkg-source: Improve warning message when ignoring file removals
    
    Hint at the --include-removal option in the warning to direct the user
    to it.
    
    Closes: #738310
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog             | 3 +++
 scripts/Dpkg/Source/Patch.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 9947ec14e51ed738ac1447f788b659fadff3bef2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 01:13:51 2014 +0100

    dpkg-genchanges: Clarify error message on binary builds w/o binaries
    
    Only load the files list file if it exists, so that we can check if
    there's any binary file being distributed.
    
    When all binary packages are for different architectures than the
    requested one, and no additional files have been shipped for
    distribution (via dpkg-distaddfile), we should error out early and
    with a better and more clear error, than just "no files list file found".
    
    Closes: #726520

 debian/changelog           | 2 ++
 scripts/dpkg-genchanges.pl | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit e1749d77a44ee1c82c2d047cf9be4b071554832d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 01:48:31 2014 +0100

    scripts: Use new Dpkg::Dist::Files module instead of ad-hoc code

 scripts/dpkg-distaddfile.pl | 24 +++++---------
 scripts/dpkg-genchanges.pl  | 77 +++++++++++++++++----------------------------
 scripts/dpkg-gencontrol.pl  | 36 +++++++++------------
 3 files changed, 51 insertions(+), 86 deletions(-)

commit b777140be7b5f542b821f8a0f1cec74ee8330f12
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 01:48:31 2014 +0100

    dpkg-genchanges: Only track attributes for distributed files

 scripts/dpkg-genchanges.pl | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 51db7754d5dbfc4efe1cf205427a37be4c0f46ec
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 01:40:34 2014 +0100

    dpkg-gencontrol: Remove unused %p2ver variable

 scripts/dpkg-genchanges.pl | 2 --
 1 file changed, 2 deletions(-)

commit 06be16451a0840a4769963f559c45367c7b24db4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 01:36:38 2014 +0100

    dpkg-genchanges: Remove unnecessary %pa2f variable
    
    The first warning never triggers, as it's using %p2f with a key for
    %pa2f. And the other warning, just uses the %pa2f hash to retrieve a
    list of package names, already kept in %p2f.

 scripts/dpkg-genchanges.pl | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

commit 545662b03074278d9b0d009b673e9702c4ea82d0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 01:31:12 2014 +0100

    dpkg-gencontrol: Split substvars pass from actual printing
    
    This will allow to switch the code to use a new Dpkg::Dist::Files
    module.

 scripts/dpkg-gencontrol.pl | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 31f280b1d73f8a76fe7ca0d58a45b41508d2a751
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 01:31:12 2014 +0100

    dpkg-gencontrol: Move setting of fallback $forcefilename before locking

 scripts/dpkg-gencontrol.pl | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit be7da07bbc26cf9b799fa6425b60025ab0e91956
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 28 01:08:01 2014 +0100

    Dpkg::Dist::Files: New perl module

 scripts/Dpkg/Dist/Files.pm             | 141 +++++++++++++++++++++++++++++++++
 scripts/Makefile.am                    |   3 +
 scripts/po/POTFILES.in                 |   1 +
 scripts/t/Dpkg_Dist_Files.t            |  95 ++++++++++++++++++++++
 scripts/t/Dpkg_Dist_Files/files-byhand |   5 ++
 5 files changed, 245 insertions(+)

commit 1469ab6fc964ffd7f83e4e842ad4cf89a48328e5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 2 03:59:47 2014 +0200

    Dpkg::Deps: Do not generate perl warnings on undef versions in deps_compare()
    
    Ref: #737731

 debian/changelog      | 2 ++
 scripts/Dpkg/Deps.pm  | 6 ++++--
 scripts/t/Dpkg_Deps.t | 6 +++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit c018d4712353cf6d6571e46ff71445e5f33af354
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 27 00:20:51 2014 +0100

    Dpkg::Control::HashCore: Document is_pgp_signed as a public option
    
    Closes: #735975

 debian/changelog                 | 2 ++
 scripts/Dpkg/Control/HashCore.pm | 7 +++++++
 2 files changed, 9 insertions(+)

commit 74e7ba89e0478355cf929e6abde534992bc13342
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 26 22:44:44 2014 +0100

    dpkg-checkbuilddeps: Split check_line into build_depends and build_conflicts
    
    The functions have less in common than what it looks like. Splitting the
    functions actually reduces the line count.

 scripts/dpkg-checkbuilddeps.pl | 48 ++++++++++++++++--------------------------
 1 file changed, 18 insertions(+), 30 deletions(-)

commit 93a41e1bd09c6eef0383eb67df5a77a28b69ec55
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 26 03:43:04 2014 +0100

    dpkg-checkbuilddeps: Move deps_parse() error checking just after the calls

 scripts/dpkg-checkbuilddeps.pl | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit 5639796e64843778a55e3e918a9d980bc3c6371d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 26 22:48:05 2014 +0100

    dpkg-checkbuilddeps: Fix bogus message on dependency parse errors
    
    Force deps_parse() return code into a scalar, so that the empty list
    does not get interpolated and ignored. Use the opportunity to reduce
    nesting.
    
    Closes: #736778

 debian/changelog               |  2 ++
 scripts/dpkg-checkbuilddeps.pl | 18 ++++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 78b91af405e5fb918ee8cdfc71856539a5f526a8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 30 18:28:15 2014 +0200

    dpkg-parsechangelog: Do not generate perl warnings on nonexistent fields

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

commit 47732d7563e18f14c2e04784852dd9a837b41701
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 10 01:54:51 2014 +0200

    test: Remove sequence number prefixes from test case filenames
    
    This stops the madness of having to invent sequence numbers to be able
    to order the test suite run. Instead we now honour the order of the
    arguments passed to the runner.

 Makefile.am                                        |   6 +-
 debian/changelog                                   |   1 +
 scripts/Makefile.am                                | 170 ++++++++++-----------
 .../200_Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf  |   1 -
 .../t/200_Dpkg_Shlibs/ld.so.conf.d/recursive.conf  |   1 -
 scripts/t/{110_Dpkg_Arch.t => Dpkg_Arch.t}         |   0
 ...300_Dpkg_BuildOptions.t => Dpkg_BuildOptions.t} |   0
 .../t/{600_Dpkg_Changelog.t => Dpkg_Changelog.t}   |   2 +-
 .../{600_Dpkg_Changelog => Dpkg_Changelog}/countme |   0
 .../{600_Dpkg_Changelog => Dpkg_Changelog}/fields  |   0
 .../misplaced-tz                                   |   0
 .../regressions                                    |   0
 .../{600_Dpkg_Changelog => Dpkg_Changelog}/shadow  |   0
 ..._Changelog_Ubuntu.t => Dpkg_Changelog_Ubuntu.t} |   2 +-
 .../{850_Dpkg_Compression.t => Dpkg_Compression.t} |   2 +-
 scripts/t/{700_Dpkg_Control.t => Dpkg_Control.t}   |   2 +-
 .../bogus-armor-double.dsc                         |   0
 .../bogus-armor-inline.dsc                         |   0
 .../bogus-armor-nested.dsc                         |   0
 .../bogus-armor-no-sig.dsc                         |   0
 .../bogus-armor-spaces.dsc                         |   0
 .../bogus-armor-trail.dsc                          |   0
 .../bogus-unsigned.dsc                             |   0
 .../t/{700_Dpkg_Control => Dpkg_Control}/control-1 |   0
 scripts/t/{400_Dpkg_Deps.t => Dpkg_Deps.t}         |   0
 scripts/t/{800_Dpkg_IPC.t => Dpkg_IPC.t}           |   0
 scripts/t/{150_Dpkg_Package.t => Dpkg_Package.t}   |   0
 scripts/t/{500_Dpkg_Path.t => Dpkg_Path.t}         |   2 +-
 scripts/t/{200_Dpkg_Shlibs.t => Dpkg_Shlibs.t}     |   4 +-
 .../t/{200_Dpkg_Shlibs => Dpkg_Shlibs}/basictags.c |   0
 .../basictags.symbols                              |   0
 .../t/{200_Dpkg_Shlibs => Dpkg_Shlibs}/ld.so.conf  |   2 +-
 .../t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf    |   1 +
 .../ld.so.conf.d/normal.conf                       |   0
 scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf  |   1 +
 .../{200_Dpkg_Shlibs => Dpkg_Shlibs}/ld.so.conf_2  |   0
 .../objdump.basictags-amd64                        |   2 +-
 .../objdump.basictags-i386                         |   2 +-
 .../objdump.blacklisted                            |   0
 .../objdump.dbd-pg                                 |   0
 .../objdump.glib-ia64                              |   0
 .../objdump.libc6-2.3                              |   0
 .../objdump.libc6-2.6                              |   0
 .../t/{200_Dpkg_Shlibs => Dpkg_Shlibs}/objdump.ls  |   0
 .../objdump.patterns                               |   2 +-
 .../{200_Dpkg_Shlibs => Dpkg_Shlibs}/objdump.space |   0
 .../{200_Dpkg_Shlibs => Dpkg_Shlibs}/patterns.cpp  |   0
 .../{200_Dpkg_Shlibs => Dpkg_Shlibs}/patterns.map  |   0
 .../patterns.symbols                               |   0
 .../symbols.blacklist-filter                       |   0
 .../symbols.blacklist-groups                       |   0
 .../symbols.blacklist-ignore                       |   0
 .../symbols.blacklisted                            |   0
 .../symbols.fake-1                                 |   0
 .../symbols.fake-2                                 |   0
 .../symbols.fake-3                                 |   0
 .../symbols.include-1                              |   0
 .../symbols.include-2                              |   0
 .../symbols.include-3                              |   0
 ...Dpkg_Shlibs_Cppfilt.t => Dpkg_Shlibs_Cppfilt.t} |   0
 .../t/{750_Dpkg_Substvars.t => Dpkg_Substvars.t}   |   6 +-
 .../substvars1                                     |   0
 scripts/t/{550_Dpkg_Util.t => Dpkg_Util.t}         |   0
 scripts/t/{100_Dpkg_Version.t => Dpkg_Version.t}   |   0
 .../{910_merge_changelogs.t => merge_changelogs.t} |   2 +-
 .../ch-a                                           |   0
 .../ch-b                                           |   0
 .../ch-badver-a                                    |   0
 .../ch-badver-b                                    |   0
 .../ch-badver-merged                               |   0
 .../ch-badver-old                                  |   0
 .../ch-merged                                      |   0
 .../ch-merged-basic                                |   0
 .../ch-merged-pr                                   |   0
 .../ch-merged-pr-basic                             |   0
 .../ch-old                                         |   0
 src/Makefile.am                                    |   2 +-
 src/t/{100_dpkg_divert.t => dpkg_divert.t}         |   2 +-
 test/{100_critic.t => critic.t}                    |   2 +-
 test/{100_critic => critic}/perlcriticrc           |   0
 test/{000_pod.t => pod.t}                          |   0
 utils/Makefile.am                                  |   2 +-
 ...update_alternatives.t => update_alternatives.t} |   2 +-
 83 files changed, 111 insertions(+), 110 deletions(-)

commit f6bb010cb94173ef851fffc255c1e5b2a3e23753
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 20 05:10:00 2014 +0200

    build: Rename Makecheck.am to just check.am
    
    The original name was confusing with Makefile.am, let's be more clear.

 Makefile.am              | 2 +-
 Makecheck.am => check.am | 0
 scripts/Makefile.am      | 2 +-
 src/Makefile.am          | 2 +-
 utils/Makefile.am        | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

commit fb728db6fa8eca35534dd7f0be85124392a57e8d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 20 05:00:38 2014 +0200

    build: Enable colors for Test::Harness
    
    This enables colors in runner ouput, although it does not seem to do
    much anyway.

 Makecheck.am     | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 2695fca526f8685fca67f5f3d6a95810297a6d44
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 20 05:00:38 2014 +0200

    build: Use Test::Harness instead of ExtUtils::Command::MM
    
    This stops using the "internal use only" module ExtUtils::Command::MM,
    and preserves the order of the modules as passed on the command line,
    which allows us to remove the sequence number prefixes.

 Makecheck.am     | 3 ++-
 debian/changelog | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit f18b4447aed248f2154e68eb4810c20a2021d6ee
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 2 03:57:17 2014 +0200

    scripts: Use // operator instead of defined and ternary operator

 scripts/Dpkg/Deps.pm           | 4 ++--
 scripts/Dpkg/Shlibs/Objdump.pm | 4 ++--
 scripts/Dpkg/Shlibs/Symbol.pm  | 2 +-
 scripts/dpkg-gensymbols.pl     | 2 +-
 scripts/dpkg-scanpackages.pl   | 2 +-
 scripts/dpkg-shlibdeps.pl      | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

commit 82e5f76256237dc9407c8f532befe94307d6d724
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 31 07:36:22 2014 +0200

    scripts: Add a space after comma

 scripts/Dpkg/Changelog.pm        | 2 +-
 scripts/Dpkg/Source/Functions.pm | 2 +-
 scripts/dpkg-genchanges.pl       | 6 +++---
 scripts/dpkg-scanpackages.pl     | 2 +-
 scripts/dpkg-shlibdeps.pl        | 2 +-
 scripts/dpkg-source.pl           | 2 +-
 scripts/t/200_Dpkg_Shlibs.t      | 2 +-
 scripts/t/750_Dpkg_Substvars.t   | 4 ++--
 8 files changed, 11 insertions(+), 11 deletions(-)

commit 76923e8e32be9188cf6236fa1d1e70c280964ceb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 30 20:42:56 2014 +0200

    scripts: Add a space after flow control statements

 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 scripts/Dpkg/Changelog/Parse.pm        | 2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm      | 3 ++-
 scripts/Dpkg/Source/Package.pm         | 2 +-
 scripts/Dpkg/Source/Patch.pm           | 4 ++--
 scripts/Dpkg/Vendor/Ubuntu.pm          | 2 +-
 scripts/dpkg-gensymbols.pl             | 2 +-
 scripts/dpkg-scansources.pl            | 2 +-
 8 files changed, 10 insertions(+), 9 deletions(-)

commit 7e7156bee2e03e6f5103b330c615387919faa94d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 30 21:20:22 2014 +0200

    scripts: Localize $_ in functions with while (<$fh>) style loops
    
    This way we make sure we don't affect the $_ value for the caller,
    in case it was being used.

 debian/changelog                      | 1 +
 scripts/Dpkg/BuildFlags.pm            | 2 ++
 scripts/Dpkg/Changelog/Debian.pm      | 1 +
 scripts/Dpkg/Changelog/Parse.pm       | 2 ++
 scripts/Dpkg/Conf.pm                  | 2 ++
 scripts/Dpkg/Control/HashCore.pm      | 1 +
 scripts/Dpkg/Shlibs.pm                | 2 ++
 scripts/Dpkg/Shlibs/Objdump.pm        | 2 ++
 scripts/Dpkg/Source/Package/V3/Bzr.pm | 2 ++
 scripts/Dpkg/Source/Package/V3/Git.pm | 4 +++-
 scripts/Dpkg/Source/Patch.pm          | 2 ++
 scripts/Dpkg/Substvars.pm             | 2 ++
 12 files changed, 22 insertions(+), 1 deletion(-)

commit ca5c1088f961a3ddd728f4681a7b8018be9bff53
Author: Richard Levitte <richard@levitte.org>
Date:   Fri Feb 14 13:47:37 2014 +0100

    dpkg-maintscript-helper: Use exit instead of return to exit a subshell
    
    Closes: #738957
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit f4998f84369dcf7dabc5a478537426b2ce23c1d7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 1 04:56:37 2014 +0200

    dpkg-maintscript-helper(1): Improve symlink<->directory switch information
    
    Document that downgrades are not supported, and clarify how to set
    prior-version.
    
    Closes: #739388

 debian/changelog              |  2 ++
 man/dpkg-maintscript-helper.1 | 21 +++++++++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

commit c62fede80a0b78a34ac39097b0776d649a0aa9af
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 28 02:55:52 2014 +0100

    dpkg-source(1): Fix indentation of "Extract options (with -x)" title

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

commit 9f13845ac19b6eeeaa3891cae1a2e15b5190f671
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 2 05:59:55 2014 +0200

    dpkg-query(1): Document the --control-path life expectancy
    
    There's still at least one scenario that can only be covered by
    --control-path, and as long as that's the case the command will
    not get removed.
    
    Ref: #699647

 debian/changelog                    |  1 +
 doc/README.feature-removal-schedule |  4 +++-
 man/dpkg-query.1                    | 11 +++++++++--
 3 files changed, 13 insertions(+), 3 deletions(-)

commit 4657c0db7944ff652b77a0fbf7988ff641d6bfb1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 01:51:31 2014 +0100

    dpkg-buildpackage(1): Clarify --check-option description
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

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

commit acbe5dd19140b01632b46b0329c1b5c0e4e5d09c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 01:49:33 2014 +0100

    dpkg-buildpackage(1): Add missing "hook" after postclean description
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/dpkg-buildpackage.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3fc6e13a4f894ef7d9a96633f56fede6f43a0511
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 1 01:53:27 2014 +0100

    deb-control(5): Clarify Multi-Arch: no field omission
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog  | 1 +
 man/deb-control.5 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 62935e85ec6f2691837a9c2401807f7d9059cb7b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 2 06:09:06 2014 +0200

    deb-symbols(5): Document that the main-dependency-template is always used
    
    The main-dependency-template always gets added, and might end up being
    combined with the template pointed by id-of-dependency-template if that
    is present.
    
    Closes: #737731

 debian/changelog  | 5 +++++
 man/deb-symbols.5 | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 6a1e52d6d68da64bdc2be24277a2d8288912cb82
Author: Theppitak Karoonboonyanan <thep@debian.org>
Date:   Fri Apr 18 07:34:19 2014 +0200

    Update Thai program translation
    
    Closes: #745032
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/th.po         | 508 ++++++++++++++++---------------------------------------
 2 files changed, 145 insertions(+), 364 deletions(-)

commit e0a9b2601d82d033cbcef6b0717f36671f6eacb5
Author: Beatrice Torracca <beatricet@libero.it>
Date:   Wed Mar 26 17:15:22 2014 +0100

    Update Italian man page translation
    
    [guillem@debian.org:
     - Replace logical NOT with NON.
     - Add missing spaces. ]
    
    Closes: #742449
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 man/po/it.po     | 1541 +++++++++++++++++++++++-------------------------------
 2 files changed, 651 insertions(+), 891 deletions(-)

commit 6c5721b05bf84b82f3afe9491e2d649c63169acd
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Mon Feb 10 08:50:06 2014 +0700

    Update and review Vietnamese program translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/vi.po         | 64 ++++++++++++++++----------------------------------------
 2 files changed, 19 insertions(+), 46 deletions(-)

commit 5d70447ad0775aefd36b4479a493f487f03b5d56
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 24 04:59:57 2014 +0100

    build: Disable parallel executions
    
    Most of the tests are serial in nature, as they perform package database
    changes, and the Makefile are written with that in mind. Avoid any
    surprises by explicitly disallowing parallel executions.

 Test.mk | 4 ++++
 1 file changed, 4 insertions(+)

commit 9a2a2e2c1b1c78acf35fb7a46352e6927516e8dc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 22 04:20:24 2014 +0100

    t-deb-format: Check uniform compression support

 t-deb-format/Makefile | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

commit 51734b6560874807757e6293e28fcce943689249
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 22 04:17:05 2014 +0100

    t-deb-lfs: Rename PKG_TFS to PKG_SFS
    
    Missed in commit c8bfb5d2d5d5998dfc1630d1a1da4f08c3a36fd2.
    
    Reported-by: Bernhard R. Link <brlink@debian.org>

 t-deb-lfs/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit db9051cc21519459b7552f5d04d2465386d0b772
Author: Игорь Пашев <pashev.igor@gmail.com>
Date:   Sat Feb 1 23:13:32 2014 +0400

    Typo in Swedish translation
    
    Hi, Peter!
    
    Your patch [1] causes FTBFS:
    
    Discard ru/update-alternatives.8 (11 of 138 strings; only 7.97%
    translated; need 80%).
    dpkg-buildpackage.1:59: (po4a::man)
                   Unknown '<' or '>' sequence. Faulty message: K?r haken
    <build> och anropar \fBdebian/rules\fP \fIbyggm?l\fP, d?refter k?rs
                   haken \fBbinary\fP f?ljt av \fBfakeroot debian/rules\fP
    \fIbin?rm?l\fP (s?vida inte
                   ett bygge av enbart k?llkod har valts med \fB\-S\fP).
    Observera att \fIbyggm?l\fP
                   och \fIbin?rm?l\fP ?r ett av \fBbuild\fP och
    \fBbinary\fP (standardval, eller om
                   \fB\-b\fP anges), \fBbuild\-arch\fP och
    \fBbinary\-arch\fP (om \fB\-B\fP anges) eller
                   \fBbuild\-indep\fP och \fBbinary\-indep\fP (om \fB\-A\fP anges).
    
    make[3]: *** [man.stamp] Error 88
    
    A fix:

 man/po/sv.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c27a16f99657a0618c3e33c51f92e28b71fd6a44
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Jan 29 10:57:09 2014 +0100

    Update Swedish translation
    
    po/sv.po: 1088t0f0u.
    man/po/sv.po: 229t0f0u.
    scripts/po/sv.po: 546t0f0u.

 debian/changelog |   3 +
 man/po/sv.po     | 385 +++++++++++++++++++++++--------------------------------
 po/sv.po         |  49 ++-----
 scripts/po/sv.po |  74 ++---------
 4 files changed, 189 insertions(+), 322 deletions(-)

commit 20d8518b28941231ad71917079da8f5bdaeca8b1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 20 11:16:12 2014 +0100

    Fix build failure due bad syntax in German's man page translation

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

commit 2ab29f5450ac1c3693753be83a2343543e9bee04
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 17 21:44:11 2014 +0100

    Update German translation of manual pages
    
    Update to 2228t0f1u.

 debian/changelog |   3 +
 man/po/de.po     | 220 ++++++++++++++++++++-----------------------------------
 2 files changed, 81 insertions(+), 142 deletions(-)

commit 29c92ffdc6d5833a14dcab907e439296e28fcbc0
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Jan 17 18:27:23 2014 +0100

    German dpkg translation update
    
    Update to 1086t2u.

 debian/changelog |  3 +++
 po/de.po         | 54 +++++++++++++++---------------------------------------
 2 files changed, 18 insertions(+), 39 deletions(-)

commit 69bc8eb17199f1aeae4ec9a3ea6a6142639a471c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 17 14:07:18 2014 +0100

    Update German scripts translation
    
    Update to 546t.

 debian/changelog |  3 ++-
 scripts/po/de.po | 76 +++++++++++---------------------------------------------
 2 files changed, 17 insertions(+), 62 deletions(-)

commit 1e059955df241caf1a6dcb8ecb47fe72d1641f8c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 16 09:14:01 2014 +0100

    dpkg-buildpackage(1): Drop duplicate word “calls”

 man/dpkg-buildpackage.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ca3e9ea4a3d218f1605757355ee88ca1572d5bb2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 19:11:41 2014 +0100

    Dpkg::Compression::FileHandle: Use croak instead of error on programming errors

 scripts/Dpkg/Compression/FileHandle.pm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 8f7135323abb5707c6e93284929c60ed667d99c6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 19:03:13 2014 +0100

    Bump version to 1.17.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4d60c8934f1db37ed64188d3549a44c26de5f63b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 05:30:01 2014 +0100

    Release 1.17.6

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

commit 8bfbf3b8eda02383ac3d178b7a97654c7b979679
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 05:29:12 2014 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   14 +-
 dselect/po/ca.po        |   14 +-
 dselect/po/cs.po        |   14 +-
 dselect/po/da.po        |   14 +-
 dselect/po/de.po        |   14 +-
 dselect/po/dselect.pot  |   16 +-
 dselect/po/el.po        |   14 +-
 dselect/po/es.po        |   14 +-
 dselect/po/et.po        |   14 +-
 dselect/po/eu.po        |   14 +-
 dselect/po/fr.po        |   14 +-
 dselect/po/gl.po        |   14 +-
 dselect/po/hu.po        |   14 +-
 dselect/po/id.po        |   14 +-
 dselect/po/it.po        |   14 +-
 dselect/po/ja.po        |   14 +-
 dselect/po/ko.po        |   14 +-
 dselect/po/nb.po        |   14 +-
 dselect/po/nl.po        |   14 +-
 dselect/po/nn.po        |   14 +-
 dselect/po/pl.po        |   14 +-
 dselect/po/pt.po        |   14 +-
 dselect/po/pt_BR.po     |   14 +-
 dselect/po/ro.po        |   14 +-
 dselect/po/ru.po        |   14 +-
 dselect/po/sk.po        |   14 +-
 dselect/po/sv.po        |   14 +-
 dselect/po/tl.po        |   14 +-
 dselect/po/vi.po        |   14 +-
 dselect/po/zh_CN.po     |   14 +-
 dselect/po/zh_TW.po     |   14 +-
 man/po/de.po            |  746 ++++++++++++++++++++++-----------
 man/po/dpkg-man.pot     |  803 ++++++++++++++++++++++-------------
 man/po/es.po            |  951 ++++++++++++++++++++++++++++--------------
 man/po/fr.po            |  954 ++++++++++++++++++++++++++++--------------
 man/po/hu.po            |  824 +++++++++++++++++++++++-------------
 man/po/it.po            |  936 +++++++++++++++++++++++++++--------------
 man/po/ja.po            |  951 ++++++++++++++++++++++++++++--------------
 man/po/pl.po            |  954 ++++++++++++++++++++++++++++--------------
 man/po/pt_BR.po         |  822 +++++++++++++++++++++++-------------
 man/po/ru.po            |  829 ++++++++++++++++++++++++-------------
 man/po/sv.po            | 1058 +++++++++++++++++++++++++++++++----------------
 po/ast.po               |  624 ++++++++++++++--------------
 po/bs.po                |  614 +++++++++++++--------------
 po/ca.po                |  623 ++++++++++++++--------------
 po/cs.po                |  624 ++++++++++++++--------------
 po/da.po                |  623 ++++++++++++++--------------
 po/de.po                |  651 +++++++++++++++--------------
 po/dpkg.pot             |  615 +++++++++++++--------------
 po/dz.po                |  622 ++++++++++++++--------------
 po/el.po                |  623 ++++++++++++++--------------
 po/eo.po                |  620 +++++++++++++--------------
 po/es.po                |  627 ++++++++++++++--------------
 po/et.po                |  621 ++++++++++++++--------------
 po/eu.po                |  623 ++++++++++++++--------------
 po/fr.po                |  623 ++++++++++++++--------------
 po/gl.po                |  623 ++++++++++++++--------------
 po/hu.po                |  619 +++++++++++++--------------
 po/id.po                |  620 +++++++++++++--------------
 po/it.po                |  624 ++++++++++++++--------------
 po/ja.po                |  646 +++++++++++++++--------------
 po/km.po                |  621 ++++++++++++++--------------
 po/ko.po                |  620 +++++++++++++--------------
 po/ku.po                |  617 +++++++++++++--------------
 po/lt.po                |  621 ++++++++++++++--------------
 po/mr.po                |  617 +++++++++++++--------------
 po/nb.po                |  623 ++++++++++++++--------------
 po/ne.po                |  619 +++++++++++++--------------
 po/nl.po                |  622 ++++++++++++++--------------
 po/nn.po                |  622 ++++++++++++++--------------
 po/pa.po                |  617 +++++++++++++--------------
 po/pl.po                |  624 ++++++++++++++--------------
 po/pt.po                |  622 ++++++++++++++--------------
 po/pt_BR.po             |  623 ++++++++++++++--------------
 po/ro.po                |  623 ++++++++++++++--------------
 po/ru.po                |  622 ++++++++++++++--------------
 po/sk.po                |  623 ++++++++++++++--------------
 po/sv.po                |  617 ++++++++++++++-------------
 po/th.po                |  618 +++++++++++++--------------
 po/tl.po                |  621 ++++++++++++++--------------
 po/vi.po                |  672 +++++++++++++++---------------
 po/zh_CN.po             |  618 +++++++++++++--------------
 po/zh_TW.po             |  618 +++++++++++++--------------
 scripts/po/ca.po        |  525 ++++++++++++-----------
 scripts/po/de.po        |  468 ++++++++++++---------
 scripts/po/dpkg-dev.pot |  501 +++++++++++-----------
 scripts/po/es.po        |  526 ++++++++++++-----------
 scripts/po/fr.po        |  526 ++++++++++++-----------
 scripts/po/pl.po        |  526 ++++++++++++-----------
 scripts/po/ru.po        |  526 ++++++++++++-----------
 scripts/po/sv.po        |  468 ++++++++++++---------
 91 files changed, 21870 insertions(+), 18025 deletions(-)

commit 6e1afb26a5c4a27eb19643835c3ba2131670ae96
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 05:16:11 2014 +0100

    po: Add P_() and C_() to dselect xgettext keywords
    
    Make sure these will not get missed in case dselect happens to start
    using them.

 dselect/po/Makevars | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0bbcd70316a3aee370fd9f6fce37bd8fb712ac43
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 05:01:06 2014 +0100

    po: Reset default xgettext keywords
    
    The convention in the project is to use the short aliases for actual
    literal translatable strings, and the long names when using variables
    or similar.

 dselect/po/Makevars | 2 +-
 po/Makevars         | 2 +-
 scripts/po/Makevars | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit ac1a0024c65506efb900bbb2a5a872b5145d4c74
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 05:13:04 2014 +0100

    po: Set the encoding of all xgettext input files to UTF-8

 dselect/po/Makevars | 2 +-
 scripts/po/Makevars | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 09abbe14148540b53332f7b85747bc698919e67b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 15 05:08:56 2014 +0100

    scripts: Use P_() instead of ngettext()

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

commit 8c00027021ef8777e914acb638999f94b3ce98c1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 12 05:29:29 2014 +0100

    dpkg-maintscript-helper: Allow missing prior-version for dir/symlink switches
    
    Closes: #733980

 debian/changelog                   | 2 ++
 scripts/dpkg-maintscript-helper.sh | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0b583bfec3e4aadf4cf6a5aec226f31dfe04e5c4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 10 19:12:09 2014 +0100

    dpkg: Fix file descriptor leaks in diversions and statoverride databases
    
    Regression introduced in commit ab56d08abe274182c0cab03425610ae61a074eff,
    while too eagerly removing fclose() calls.
    
    Closes: #734783

 debian/changelog | 2 ++
 src/divertdb.c   | 6 +++---
 src/statdb.c     | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

commit a1c7f96a044198f6a3e067b5598868a6c67920b4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 7 20:31:30 2014 +0100

    dpkg-deb: Align long options in --help ouput

 dpkg-deb/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5dd25afbfa71b37eeaaa7f1577f51263d2a2d45c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 7 04:33:17 2014 +0100

    dpkg-deb: Allow to use the same compression for control.tar as data.tar
    
    Add a new --uniform-compression, that allows to use the same compression
    parameters on the control.tar member as for the data.tar member.
    
    This is a transitional need, once a dpkg-deb supporting other control.tar
    compressions is widely deployed, ideally on stable distribution releases,
    then the default could possibly get switched.

 debian/changelog    |  2 ++
 dpkg-deb/build.c    | 21 ++++++++++++---------
 dpkg-deb/dpkg-deb.h |  1 +
 dpkg-deb/main.c     | 10 ++++++++++
 man/dpkg-deb.1      |  7 +++++++
 5 files changed, 32 insertions(+), 9 deletions(-)

commit c17be3cbfc58e5b54ae1d5ae4714460d7ae2e15c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 7 04:00:47 2014 +0100

    dpkg-deb: Accept other compressions for control.tar .deb member
    
    This includes no compression (control.tar) or xz compression
    (control.tar.xz).
    
    There's really no point allowing the deprecated lzma, or the inferior
    bzip2 at this time, when gzip and xz are superior in either speed or
    compression ratio.

 debian/changelog    |  2 ++
 dpkg-deb/build.c    |  6 +++++-
 dpkg-deb/dpkg-deb.h |  2 +-
 dpkg-deb/extract.c  | 13 +++++++++++--
 man/deb.5           |  7 +++++--
 5 files changed, 24 insertions(+), 6 deletions(-)

commit e7e052b462e794165411aa12b36324a66dcb6700
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 7 04:33:17 2014 +0100

    dpkg-deb: Use default gzip compression level instead of hardcoding it
    
    Use the global default, instead of setting it explicitly in the code.

 dpkg-deb/build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 517b54aff9bdb67768c109829cbd3631021bbddc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 13 01:38:16 2014 +0100

    libdpkg: Add new compressor_get_name() function

 lib/dpkg/compress.c  | 6 ++++++
 lib/dpkg/compress.h  | 1 +
 lib/dpkg/libdpkg.map | 1 +
 3 files changed, 8 insertions(+)

commit f1f9887b8f96965d6046857d12fda24c053c6d4b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 23:59:53 2013 +0200

    libdpkg: Fixup the compressor parameters during check instead of filter
    
    This makes sure the compressor parameters are corrected for cases like
    gzip with compression level 0, which requires to switch the parameters
    before we get the compressor extension, otherwise we'll produce binary
    packages not compliant with the deb(5) spec, even if they can be
    unpacked by dpkg-deb itself (as zlib does not have a problem considering
    uncompressed data a valid gzip file).
    
    Closes: #718295

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

commit 00b3f28b54806d814bd65ff59c978507d84e5b6c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 4 01:19:30 2014 +0100

    dpkg-query: Ignore same packages when computing screen width as when printing
    
    The code was handling a different set of packages when filtering them
    for printing as when using them to decide on the global column screen
    width.
    
    Closes: #734114

 debian/changelog |  2 ++
 src/querycmd.c   | 29 ++++++++++++++++++++++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)

commit 62019c2756e4560f930fcce0a413971b450f24e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 20:47:57 2013 +0100

    dpkg-source: Change default source package compressor for new formats to xz
    
    This does not affect V1.0, which only supports gzip compression.

 debian/changelog               | 1 +
 man/dpkg-source.1              | 4 ++--
 scripts/Dpkg/Compression.pm    | 2 +-
 scripts/Dpkg/Source/Package.pm | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

commit 583ee7f304c91fe314a70ca82a55a6c53825609e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 20:42:23 2013 +0100

    dpkg-source: Set default compression options in source format specific modules
    
    This paves the way to be able to set package format specific defaults,
    and fixes a problem with the default compression level on “3.0 (native)”
    packages, as it was being set in dpkg-source but not reset when the
    compressor was changed.
    
    Closes: #733326

 debian/changelog                  | 3 +++
 scripts/Dpkg/Source/Package.pm    | 7 +++++++
 scripts/Dpkg/Source/Package/V1.pm | 5 +++++
 scripts/dpkg-source.pl            | 5 -----
 4 files changed, 15 insertions(+), 5 deletions(-)

commit f6b8ce21bec490e6348fccbcb0086bf3909516b7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 20:39:22 2013 +0100

    Dpkg::Source::Package: Always pass compression_level explicitly
    
    When creating a Dpkg::Source::Archive or a Dpkg::Source::Patch, always
    be explicit about the compression level instead of relying on the global
    default level.

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

commit 6fd63dea78a1b340c1a9eec5fcdfc87961a427ca
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 29 20:37:46 2013 +0100

    Dpkg::Index: Do not require unused Dpkg::Compression::FileHandle

 scripts/Dpkg/Index.pm | 1 -
 1 file changed, 1 deletion(-)

commit c77ecff725cea34acc1bf21d05385ee416cd1681
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 13 02:00:43 2014 +0100

    Dpkg::Source::Package::V3::Quilt: Clarify missing revision error
    
    Closes: #719348, #733746

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

commit 3e625372f43daf4b51219629bed9b1bd437c23f0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 4 16:20:17 2014 +0100

    Dpkg::Control::FieldsCore: Add support for Testsuite source field
    
    This field is used to specify what type of test suite is present
    in the source package. The values within are comma separated.

 debian/changelog                   | 1 +
 scripts/Dpkg/Control/FieldsCore.pm | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit f1084f41e1d697fae5e1f0f105cd566d9eff0c7b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 06:14:18 2013 +0100

    dpkg-buildpackage: Add shell hooks support
    
    This adds new --hook-<hook-name> options where <hook-name> is currently
    one of:
    
      init preclean source build binary changes postclean check sign done
    
    that will execute the specified shell snippet with the following format
    subsitutions applied:
    
      %%  A single % character.
      %a  If the action is being performed (0 or 1).
      %p  The source package name.
      %v  The source package version.
      %s  The source package version w/o the epoch.
      %u  The upstream version.
    
    This implementation is based and compatible with the debuild code in
    devscripts 2.13.9.
    
    Closes: #476221

 debian/changelog             |  2 +
 man/dpkg-buildpackage.1      | 88 ++++++++++++++++++++++++++++++++------------
 scripts/dpkg-buildpackage.pl | 61 ++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+), 23 deletions(-)

commit 4132e360be869109032351c002fa25add2bb6ccc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 06:14:18 2013 +0100

    dpkg-buildpackage: Use Dpkg::Version instead of ad-hoc parsing
    
    Use the as_string() method to get a string with the epoch stripped,
    instead of stripping it manually. And pass the created object to
    version_check() to avoid doing the conversion twice.

 scripts/dpkg-buildpackage.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 2a9e9e5e6a8d86bc9b0eeffbc84affc8271d76f1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 25 22:55:48 2013 +0100

    dpkg-buildpackage: Ignore DEB_CHECK_COMMAND on DEB_BUILD_OPTIONS nocheck

 man/dpkg-buildpackage.1      | 4 ++++
 scripts/dpkg-buildpackage.pl | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit cd1cdfa01d2328b81ae0307ef024e15d6a0e309d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 25 22:29:57 2013 +0100

    dpkg-buildpackage: Recompute checksum hashes for dsc file after signing
    
    Missed in commit 31b73ef0056b6c94a257ba3f1fb111b5aed3aa4e.

 scripts/dpkg-buildpackage.pl | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

commit 6222e8f015b7054411fc18e8a053e48253294a74
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 23 03:55:08 2013 +0100

    dpkg-buildpackage: Use Dpkg::Control to parse .changes file
    
    This removes a custom parser, replaced by the proper Dpkg::Control
    type, which reduces code and will make it easier to handle updates
    in the checksums after signing has happened.

 scripts/dpkg-buildpackage.pl | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

commit 51b9177f1b981526ed917b380496960373240915
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 11 03:09:30 2014 +0100

    Dpkg::Checksums: Allow updating checksums without erroring out

 debian/changelog          |  1 +
 scripts/Dpkg/Checksums.pm | 34 ++++++++++++++++++++++++----------
 2 files changed, 25 insertions(+), 10 deletions(-)

commit fdc9a1b07c49d0f123c4541db151fcb6f08f2137
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 21 02:25:29 2013 +0100

    Dpkg::Shlibs::SymbolFile: Add support for Ignore-Blacklist-Groups field
    
    The currently available groups are aeabi and gomp.
    
    Closes: #694524

 debian/changelog                                   |  2 +
 man/deb-symbols.5                                  | 18 +++--
 scripts/Dpkg/Shlibs/SymbolFile.pm                  | 15 ++--
 scripts/Makefile.am                                |  5 ++
 scripts/t/200_Dpkg_Shlibs.t                        | 83 +++++++++++++++++++++-
 scripts/t/200_Dpkg_Shlibs/objdump.blacklisted      | 15 ++++
 scripts/t/200_Dpkg_Shlibs/symbols.blacklist-filter |  3 +
 scripts/t/200_Dpkg_Shlibs/symbols.blacklist-groups |  4 ++
 scripts/t/200_Dpkg_Shlibs/symbols.blacklist-ignore |  3 +
 scripts/t/200_Dpkg_Shlibs/symbols.blacklisted      |  4 ++
 10 files changed, 143 insertions(+), 9 deletions(-)

commit 42ccdd6ab9356c0faa072eb4e20f107aeaa8e3b7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 19 04:59:16 2013 +0100

    Dpkg::Shlibs::SymbolFile: Blacklist GOMP critical section symbols
    
    Closes: #708033

 debian/changelog                  | 1 +
 scripts/Dpkg/Shlibs/SymbolFile.pm | 4 ++++
 2 files changed, 5 insertions(+)

commit 942f05dd85a3aa534fa15c811289251f60b27b97
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 19 04:56:43 2013 +0100

    Dpkg::Shlibs::SymbolFile: Turn ARM Embedded ABI blacklist into a regex
    
    The ARM Embedded ABI spec, states that symbols prefixed with __aeabi_
    can appear in output objects, and are implementation specific, just
    ignore them all, instead of trying to keep up with the GNU toolchain.
    Not to mention that other toolchains might generate different symbols.

 debian/changelog                  |  3 +++
 scripts/Dpkg/Shlibs/SymbolFile.pm | 13 ++++---------
 2 files changed, 7 insertions(+), 9 deletions(-)

commit e4b5732b99aca6a7cbe63cef1630a715f3809b19
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 19 04:56:43 2013 +0100

    Dpkg::Shlibs::SymbolFile: Switch blacklist check into a function
    
    This will allow to easily add pattern matches for whole namespaced
    blacklists.

 scripts/Dpkg/Shlibs/SymbolFile.pm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit c9dd5ddbc9d8bde13184f1987a7019e2c59ee94f
Author: Peter Chang <dpf@google.com>
Date:   Wed Dec 18 17:14:07 2013 -0800

    libdpkg: Use makedev(3) rather than ad-hoc computations
    
    The current code does not support large major/minor device numbers, by
    using the system's makedev(3) we'll be able to use those. This affects
    at least Linux, NetBSD and OpenBSD based systems. In case the function
    is not available (such as in Mac OS X), we'll fallback to the compat
    implementation with the same current limitations.
    
    Signed-off-by: Peter Chang <dpf@google.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 4 ++++
 lib/dpkg/tarfn.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 35177204e6ac755787c8340e2da16df51b2f6e3a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 19 03:43:46 2013 +0100

    libcompat: Add new makedev(3) fallback function

 configure.ac        | 1 +
 lib/compat/compat.h | 4 ++++
 2 files changed, 5 insertions(+)

commit 1c2b693e0b9de39dd27e715ae538f87a93ad3adc
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 23:07:42 2013 +0100

    Rename return code variables from r to rc

 dselect/pkgdepcon.cc        | 32 ++++++++++++++++++--------------
 dselect/pkglist.cc          |  6 +++---
 lib/dpkg/version.c          | 22 +++++++++++-----------
 src/archives.c              | 26 ++++++++++++++------------
 src/configure.c             |  6 +++---
 src/enquiry.c               | 10 +++++-----
 src/remove.c                |  9 +++++----
 src/script.c                | 22 +++++++++++-----------
 src/unpack.c                |  6 +++---
 utils/start-stop-daemon.c   |  6 +++---
 utils/update-alternatives.c |  8 +++++---
 11 files changed, 81 insertions(+), 72 deletions(-)

commit d6341c151bc3e585170d231af9ef7db4f606ef46
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 17:53:56 2013 +0100

    Use dead_pid instead of r as variable name for waitpid() return value

 lib/dpkg/subproc.c          | 6 +++---
 utils/update-alternatives.c | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 931bb3cc2763fc8cb99e085a53f00b8598463642
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 17:48:34 2013 +0100

    dselect: Do not reuse variable r in packagelist::checksearch()
    
    Use a different variable with a more meaningful name instead.

 dselect/pkglist.cc | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit 4eca28c8bca02672b9c6c7d317c74611778ffe24
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 17:20:02 2013 +0100

    Give better names to variables in malloc replacement functions

 lib/dpkg/mlib.c             | 16 ++++++++++------
 utils/update-alternatives.c |  8 ++++----
 2 files changed, 14 insertions(+), 10 deletions(-)

commit c58d29a9ef5e8700f9003ae48c6e1667e3298d66
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 17 05:41:55 2013 +0100

    dpkg-buildpackage: Fix quoting in describe_build regexes
    
    Some of the current strings do not escape the dots correctly which means
    they will end up as regex metacharacters, matching any character instead
    of just a literal dot.

 scripts/dpkg-buildpackage.pl | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 88d27a75336a16a50b8d92f970cc16af486a9e63
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 14 19:10:17 2014 +0100

    dpkg-buildpackage: Correctly hyphenate build-only and source-only

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 42b8c07dd3784d7862fe50f1a6203896ef3dbce2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 21 01:19:30 2013 +0100

    dpkg-gensymbols(1): Fix a typo

 man/dpkg-gensymbols.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c4ce860fdea16610e0c065cb265a24048a04c17c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 20 06:45:11 2013 +0100

    man: Add mention of Multi-Arch: no value
    
    This is the default value when it gets ommitted, mention it out of
    completeness.
    
    Closes: #732648

 debian/changelog      | 1 +
 man/deb-control.5     | 8 +++++---
 man/deb-src-control.5 | 4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

commit e5e1a096e996884958e2af72144674bae55a654e
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Wed Jan 1 15:00:10 2014 +0700

    Update Vietnamese programs translation
    
    [guillem@debian.org:
     - Fix closing double quote. ]
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/vi.po         | 88 ++++++++++++++++++++++++--------------------------------
 2 files changed, 39 insertions(+), 50 deletions(-)

commit f5888e5f2bd3bbfb07b67ee67ad2e988ee0c4a76
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 10 04:42:17 2014 +0100

    po: Remove wrong FSF copyright notice in Vietnamese translations
    
    All translators that have ever worked in the Vietnamese translations:
    
      Phan Vinh Thinh <teppi@vnoss.org>, 2005.
      Clytie Siddall <clytie@riverland.net.au>, 2006-2010.
      Trần Ngọc Quân <vnwildman@gmail.com>, 2012-2013.
    
    have never assigned their copyright to the FSF, they just signed the
    copyright disclaimer:
    
      <http://translationproject.org/html/authors.html>
    
    as such the FSF copyright notice is wrong, let's just remove it.

 dselect/po/vi.po | 1 -
 po/vi.po         | 1 -
 2 files changed, 2 deletions(-)

commit 0d64781faa5b2571dd4fc95696696c895cf0daf7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jan 13 10:42:48 2014 +0100

    Fix a translation bug

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

commit b987fed5edc5f6a3aef612ed87b82cfdfe68ef3f
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Jan 12 22:10:53 2014 +0100

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

 debian/changelog |    1 +
 man/po/sv.po     | 2300 ++++++++++++++++--------------------------------------
 2 files changed, 691 insertions(+), 1610 deletions(-)

commit 6a44b5d948c2cc58e4bfacc5ac55b7202c4eed8e
Author: Peter Krefting <peterk@debian.org>
Date:   Fri Jan 10 15:39:54 2014 +0100

    Update Swedish translation
    
    po/sv.po: 1087t0f0.
    scripts/po/sv.po: 544t0f0u + a typo fix.

 debian/changelog |   4 +
 po/sv.po         | 591 +++++++++++++++++--------------------------------------
 scripts/po/sv.po | 556 ++++++++++++++++++---------------------------------
 3 files changed, 376 insertions(+), 775 deletions(-)

commit 1b015cc3e205517803d64622577d6eb5bb77a517
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 21 22:05:23 2013 +0100

    Update German translation of manual pages
    
    Update to 2203t.

 man/po/de.po | 509 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 297 insertions(+), 212 deletions(-)

commit 1ee0a74568fcbaebf24c5d66265c78e35a7e0a7b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 18 20:47:54 2013 +0100

    Update German scripts translation
    
    Update to 544t.

 scripts/po/de.po | 200 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 109 insertions(+), 91 deletions(-)

commit 80de58344cb38ab085ca2c7808f4f7b3be1d2422
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 05:34:27 2013 +0100

    s-s-d: Add new --pid option
    
    This option is useful when the user knows the pid of the process to act
    on, and wants to use some of the features from s-s-d, w/o needing to
    create a fake pid file.
    
    Closes: #253265

 debian/changelog          |  1 +
 man/start-stop-daemon.8   |  8 ++++++--
 utils/start-stop-daemon.c | 34 +++++++++++++++++++++++++++++++---
 3 files changed, 38 insertions(+), 5 deletions(-)

commit 6547d58028cacee0fc25d2bfa05d558104ba2fce
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 04:56:07 2013 +0100

    doc: Clear DOT_FONTNAME
    
    doxygen now produces a warning, let's use the default instead.

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 93d22496db5a86c723b209b5899349b7ce285b7f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 04:53:57 2013 +0100

    libdpkg: Fix JavaDoc string

 lib/dpkg/strwide.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4ab4758e01571f7dd8a0e6878149783128bb9e2c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 03:52:20 2013 +0100

    dpkg-deb, dpkg: Unify and clarify conffile name length error message
    
    Clarify the error message, by stating it's either too long or missing a
    final newline, and unify it to be the same on both dpkg-deb and dpkg.
    
    Closes: #108196

 debian/changelog | 2 ++
 dpkg-deb/build.c | 2 +-
 src/unpack.c     | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

commit a363181bda0e752130176542fb259e5a5bab24d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 03:52:20 2013 +0100

    dpkg-deb: Change conffile name length warning into an error
    
    Such packages will not be accepted by dpkg at install time anyway, so
    catch this early on, and don't let it through.

 debian/changelog |  2 ++
 dpkg-deb/build.c | 12 +++---------
 2 files changed, 5 insertions(+), 9 deletions(-)

commit 6e0998adc4ec377aedd264674f0b186c08278cde
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 03:25:31 2013 +0100

    dpkg: Fix debug string to use proper quotes

 src/enquiry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9eb6a41a9f48f18127bf5a993fdf52c2fc35d25f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 03:12:56 2013 +0100

    dpkg-deb: Remove trailing newlines from warning message
    
    Update and unfuzzy translation strings.

 debian/changelog |  1 +
 dpkg-deb/build.c |  4 ++--
 po/ast.po        | 10 ++++------
 po/ca.po         |  8 ++++----
 po/cs.po         | 10 +++++-----
 po/da.po         |  8 ++++----
 po/de.po         |  8 ++++----
 po/dz.po         |  8 ++++----
 po/el.po         | 10 ++++------
 po/eo.po         |  8 ++++----
 po/es.po         |  8 ++++----
 po/eu.po         |  8 ++++----
 po/fr.po         |  8 ++++----
 po/gl.po         |  8 ++++----
 po/hu.po         |  8 ++++----
 po/id.po         |  6 +++---
 po/it.po         |  8 ++++----
 po/ja.po         |  6 +++---
 po/ko.po         |  6 +++---
 po/lt.po         |  8 ++++----
 po/mr.po         | 10 ++++------
 po/nb.po         |  8 ++++----
 po/ne.po         |  8 ++++----
 po/nl.po         | 10 ++++------
 po/nn.po         |  8 ++++----
 po/pl.po         | 10 +++++-----
 po/pt.po         |  8 ++++----
 po/pt_BR.po      |  8 ++++----
 po/ro.po         | 10 +++++-----
 po/ru.po         | 10 +++++-----
 po/sk.po         | 10 +++++-----
 po/sv.po         |  8 ++++----
 po/th.po         |  6 +++---
 po/tl.po         | 10 ++++------
 po/vi.po         |  6 +++---
 po/zh_CN.po      |  6 +++---
 po/zh_TW.po      |  6 +++---
 37 files changed, 141 insertions(+), 150 deletions(-)

commit ff2114bd522d72488d82824ccc5c4d96997c062b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 06:29:05 2013 +0100

    dpkg-buildpackage: Detect missing sign-command before starting the build
    
    While a failure in signing the resulting built artifacts is something
    that can be easily recovered from, by just signing them again, it's
    better if we just catch this beforehand.

 debian/changelog             | 2 ++
 scripts/dpkg-buildpackage.pl | 9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit be3bb946cea90bc68fa480c580b33a99cb19906d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 06:19:40 2013 +0100

    dpkg-buildpackage: Detect missing gain-root-command even if running as root
    
    Give a proper error message instead of a failed to execute the command
    message later on.

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 16 ++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 941d93ff3c086bda22b62bd4bb69f5ae4c9654ec
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 17:54:40 2013 +0100

    dpkg-buildpackage: Assign directly from DEB_SIGN_KEYID environment
    
    The conditional checks on the environment variable are useless here, as
    the current value does not need to be preserved.

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1cef5694e585b5b89dd74470b5eef5e88da3f4ff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 05:41:30 2013 +0100

    dpkg-buildpackage: Add new --check-command and --check-option options
    
    Call the checker command on the .changes file before signing anything.
    Use the new DEB_CHECK_COMMAND environment variable as the default
    --check-command value. The command will usually be lintian.

 debian/changelog             |  3 +++
 man/dpkg-buildpackage.1      | 16 ++++++++++++++++
 scripts/dpkg-buildpackage.pl | 18 ++++++++++++++++++
 3 files changed, 37 insertions(+)

commit 17f1adad045b8e6b67aac185f0286a2f044b0723
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 04:33:00 2013 +0100

    dpkg-buildpackage: Refactor $srcmsg generation into a new function
    
    Change fileomitted() to take a $files argument, instead of using the
    global variable.

 scripts/dpkg-buildpackage.pl | 58 +++++++++++++++++++++++++-------------------
 1 file changed, 33 insertions(+), 25 deletions(-)

commit c85eeed49f0032f2af3f8838b4af4348d0d77d5a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 18:35:41 2013 +0100

    dpkg-buildpackage: Remove redundant $srcmsg assignment
    
    The setting is always overwritten, and is a duplicate of the fallback if
    case.

 scripts/dpkg-buildpackage.pl | 1 -
 1 file changed, 1 deletion(-)

commit 53baff1c11704c0b8e73754d750572a01848eb89
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 05:13:23 2013 +0100

    dpkg-buildpackage(1): Split dpkg-source --after-build step from item list
    
    This action and the final clean are unrelated, split them.

 man/dpkg-buildpackage.1 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit ac582d0e26ea9c04b579d0af3b6fbc705bd55e98
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 16:29:36 2013 +0100

    dpkg-buildpackage: Change subcommand option array settings to post-conditions

 scripts/dpkg-buildpackage.pl | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit 0eb6d80f9797bd1b68b76c7b736deb1591054efb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 16:25:22 2013 +0100

    dpkg-buildpackage: Split variable declarations

 scripts/dpkg-buildpackage.pl | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit db46f385deea56d628cad0c0b0f4f91b174de8fd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 16:19:58 2013 +0100

    dpkg-buildpackage: Pack source version related variables with similar ones

 scripts/dpkg-buildpackage.pl | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit c2674f7007c9b7b70a7c54a9c9583fe17d62140a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 06:32:44 2013 +0100

    dpkg-buildpackage: Move sign-command setup just after gain-root-command
    
    This will allow performing more thorough checks on the value, before
    printing any build progress.

 scripts/dpkg-buildpackage.pl | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 2ce819ef2d9d10b5ae8a57f8cfe9839feca1f28d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 16:11:50 2013 +0100

    dpkg-buildpackage: Adapt $signsource value wrt whether source is built
    
    Instead of checking if we are actually building any source at all,
    just fold the check into the $signsource value at setup time.

 scripts/dpkg-buildpackage.pl | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 31b73ef0056b6c94a257ba3f1fb111b5aed3aa4e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 05:11:12 2013 +0100

    dpkg-buildpackage: Move and pack signing logic at the end of the build
    
    This packs all signing in a single place, so that additional checks can
    be performed before any signing is done.

 debian/changelog             |  3 +++
 man/dpkg-buildpackage.1      | 12 +++++-------
 scripts/dpkg-buildpackage.pl | 37 +++++++++++++++----------------------
 3 files changed, 23 insertions(+), 29 deletions(-)

commit 76ff150dd4046c5849d4fcdd26c1bb115268afc7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 05:43:30 2013 +0100

    scripts: Use croak instead of internerr on programming errors in programs
    
    Although these are programs (not modules), we'll use croak here too, as
    there's no point in reintroducing the internerr function which got axed
    in commit 8c314d6c4cee9b2c5acf078958243fb72af4e3d2, because croak does a
    way better job here too.

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

commit f29cb2788da719a858fd2dbbcec72d0944787d4c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 05:37:42 2013 +0100

    scripts: Cleanup build_opt() handling
    
    - Rename binary_opt() to build_opt() in dpkg-genchanges, and change
      it to handle -S.
    - Remove function prototype.
    - Expand the ternary operator in build_opt() into a if/elsif/else
      statement.
    - Use build_opt() instead of hardcoding '-S' all over the place.

 scripts/dpkg-buildpackage.pl | 31 ++++++++++++++++++++-----------
 scripts/dpkg-genchanges.pl   | 28 +++++++++++++++++++---------
 2 files changed, 39 insertions(+), 20 deletions(-)

commit 7221318f4743d47a76c090ce914a1befd6b558d9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 16 05:01:33 2013 +0100

    dpkg-buildpackage: Check explicitly for desired build type on action decisions

 scripts/dpkg-buildpackage.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 00007d21d8e29e11e23115de5f8923e3bb805b74
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 23:22:09 2013 +0100

    dpkg-genchanges: Unify $include constant naming with dpkg-buildpackage

 scripts/dpkg-genchanges.pl | 49 +++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

commit 60f8e9e525f6bb8f56a417dba0492594212f15df
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 13 04:15:11 2013 +0100

    dpkg-buildpackage: Rename $usepause to $signpause

 scripts/dpkg-buildpackage.pl | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit b8b7a4813922b5cbdcb26d941de1e091958c89a5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 14 21:07:57 2013 +0100

    Update German translation of manual pages
    
    Update to 2193t.

 debian/changelog |  3 +++
 man/po/de.po     | 78 +++++++++++++++++---------------------------------------
 2 files changed, 27 insertions(+), 54 deletions(-)

commit f88c5e9f7b6d2edae3ef16fbce13fdfeaf1f763c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 14 20:49:19 2013 +0100

    Update German scripts translation
    
    Update to 542t.

 debian/changelog |  3 ++-
 scripts/po/de.po | 39 +++------------------------------------
 2 files changed, 5 insertions(+), 37 deletions(-)

commit 0e63c3436c59d339baf0cfad18cce5450d5dbfba
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 02:43:45 2013 +0100

    t-deb-conffiles: New test case

 Makefile                                        |  1 +
 t-deb-conffiles/Makefile                        | 15 +++++++++++++++
 t-deb-conffiles/pkg-conff-dupe/DEBIAN/conffiles |  3 +++
 t-deb-conffiles/pkg-conff-dupe/DEBIAN/control   |  7 +++++++
 t-deb-conffiles/pkg-conff-dupe/test-conffile-1  |  1 +
 t-deb-conffiles/pkg-conff-dupe/test-conffile-2  |  1 +
 t-deb-conffiles/pkg-conff-noel/DEBIAN/conffiles |  1 +
 t-deb-conffiles/pkg-conff-noel/DEBIAN/control   |  8 ++++++++
 t-deb-conffiles/pkg-conff-noel/test-conffile-1  |  1 +
 9 files changed, 38 insertions(+)

commit 6a391e714f3a7c2f155214ff29775bd2eec459d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 14 01:54:03 2013 +0100

    t-switch-dir-to-symlink: Improve test case
    
    Add new tests, and rename old ones to be more consistent and clear.

 t-switch-dir-to-symlink/Makefile                   | 122 ++++++++++++++++++---
 .../DEBIAN/control                                 |   4 +-
 .../test-dir/file-normal}                          |   0
 .../DEBIAN/control                                 |   4 +-
 .../test-path/file-other}                          |   0
 .../DEBIAN/control                                 |   2 +-
 .../test-path/file-normal}                         |   0
 .../DEBIAN/control                                 |   3 +-
 .../DEBIAN/postinst                                |   0
 .../DEBIAN/postrm                                  |   0
 .../DEBIAN/preinst                                 |   0
 .../test-path                                      |   0
 .../DEBIAN/control                                 |   2 +-
 .../test-path/file-normal}                         |   0
 .../DEBIAN/control                                 |   2 +-
 .../DEBIAN/postinst                                |   0
 .../DEBIAN/postrm                                  |   0
 .../DEBIAN/preinst                                 |   0
 .../test-dir/file-other}                           |   0
 .../test-path                                      |   0
 20 files changed, 116 insertions(+), 23 deletions(-)

commit ac1424ed67473877012a7ded5c8a6bc5f71c6dd2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 09:00:15 2013 +0100

    Bump version to 1.17.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit a365cc920906434e72ced7bdc4d505d317675674
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 08:29:50 2013 +0100

    Release 1.17.5

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

commit 620e19466d193fd309f39e4fa73a6a67b3518a9a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 08:44:15 2013 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 139 +++++++++++++++++++++++++++++++++---------------
 man/po/dpkg-man.pot     |  68 ++++++++++++++---------
 man/po/es.po            |  78 ++++++++++++++++++---------
 man/po/fr.po            |  78 ++++++++++++++++++---------
 man/po/hu.po            |  67 ++++++++++++++---------
 man/po/it.po            |  78 ++++++++++++++++++---------
 man/po/ja.po            |  78 ++++++++++++++++++---------
 man/po/pl.po            |  78 ++++++++++++++++++---------
 man/po/pt_BR.po         |  65 +++++++++++++---------
 man/po/ru.po            |  67 ++++++++++++++---------
 man/po/sv.po            |  78 ++++++++++++++++++---------
 po/ast.po               |   6 +--
 po/bs.po                |   6 +--
 po/ca.po                |   6 +--
 po/cs.po                |   6 +--
 po/da.po                |   6 +--
 po/de.po                |  12 +++--
 po/dpkg.pot             |   8 +--
 po/dz.po                |   6 +--
 po/el.po                |   6 +--
 po/eo.po                |   6 +--
 po/es.po                |   6 +--
 po/et.po                |   6 +--
 po/eu.po                |   6 +--
 po/fr.po                |   6 +--
 po/gl.po                |   6 +--
 po/hu.po                |   6 +--
 po/id.po                |   6 +--
 po/it.po                |   6 +--
 po/ja.po                |   6 +--
 po/km.po                |   6 +--
 po/ko.po                |   6 +--
 po/ku.po                |   6 +--
 po/lt.po                |   6 +--
 po/mr.po                |   6 +--
 po/nb.po                |   6 +--
 po/ne.po                |   6 +--
 po/nl.po                |   6 +--
 po/nn.po                |   6 +--
 po/pa.po                |   6 +--
 po/pl.po                |   6 +--
 po/pt.po                |   6 +--
 po/pt_BR.po             |   6 +--
 po/ro.po                |   6 +--
 po/ru.po                |   6 +--
 po/sk.po                |   6 +--
 po/sv.po                |   6 +--
 po/th.po                |   6 +--
 po/tl.po                |   6 +--
 po/vi.po                |   6 +--
 po/zh_CN.po             |   6 +--
 po/zh_TW.po             |   6 +--
 scripts/po/ca.po        |  82 ++++++++++++++--------------
 scripts/po/de.po        | 115 +++++++++++++++++++++++++--------------
 scripts/po/dpkg-dev.pot |  84 ++++++++++++++---------------
 scripts/po/es.po        |  82 ++++++++++++++--------------
 scripts/po/fr.po        |  82 ++++++++++++++--------------
 scripts/po/pl.po        |  82 ++++++++++++++--------------
 scripts/po/ru.po        |  82 ++++++++++++++--------------
 scripts/po/sv.po        |  82 ++++++++++++++--------------
 91 files changed, 1113 insertions(+), 770 deletions(-)

commit 42978175bb28b878207d78eefc45d58eb2400260
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 12 07:19:24 2013 +0100

    dpkg-buildpackage: Mention gpg2 as one of the default sign commands
    
    Missed in commit 5c2eff43159b9643bba4884876cf6fcc8ac222ef.

 debian/changelog             |  1 +
 man/dpkg-buildpackage.1      | 13 +++++++------
 scripts/dpkg-buildpackage.pl |  3 ++-
 3 files changed, 10 insertions(+), 7 deletions(-)

commit 5177119c68b19154d091d0455b89db722686fbca
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 10 07:07:25 2013 +0100

    dpkg-maintscript-helper: Fix symlink_to_dir and dir_to_symlink commands
    
    - Always run postinst code regardless of prior-version, as the package
      might have been never configured before.
    - Be more strict when checking the expected state of paths.
    - Rename subcommand shell code to check-files-ownership.
    - Change dir_to_symlink switch code to use a staging empty directory,
      to avoid dpkg removing files from other packages, when removing the
      package old files during upgrade.
    - Bump minimal version in man page to 1.17.5.
    
    Closes: #731730

 debian/changelog                   |  10 ++++
 man/dpkg-maintscript-helper.1      |  18 ++++---
 scripts/dpkg-maintscript-helper.sh | 108 ++++++++++++++++++++++++++++---------
 3 files changed, 106 insertions(+), 30 deletions(-)

commit 4be73ca0f47886b75a9d038a657463686f605e44
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 9 18:23:16 2013 +0100

    u-a: Fix a segfault when adding a new slave link to a link group
    
    Return the correct slave link from alternative_add_slave(), instead of
    the typoed sl variable.
    
    Regression introduced in commit 9bbdca83fa1a8c817a2f8d02db493f173435a5af.
    
    Closes: #731710
    
    Reported-by: Julian Andres Klode <jak@debian.org>
    Tested-by: Julian Andres Klode <jak@debian.org>
    Tested-by: Roland Stigge <stigge@debian.org>

 debian/changelog            | 3 +++
 utils/update-alternatives.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 903d7cce6e29dde4d745bec69dd39b7b1ade1bf1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 19:57:58 2013 +0100

    libdpkg: Change non-tty output to be line buffered by default
    
    Switch it to be fully buffered only for programs that have precious and
    abundant output, not just progress reporting output (i.e. dpkg-query).
    
    This was causing out-of-order error and debug messages in relation to
    normal progress reporting, which could be very confusing.
    
    Regression introduced in commit 50c1cb4d6e8b4c3ee739646f9df05992b806ea5e.

 debian/changelog     |  7 +++++++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/report.c    | 10 +++++++++-
 lib/dpkg/report.h    |  1 +
 src/querycmd.c       |  1 +
 5 files changed, 19 insertions(+), 1 deletion(-)

commit e1885583908bc65cbe5150e7ab36596f666793a0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 7 14:49:34 2013 +0100

    Update German translation of manual pages
    
    Update to 2191t.

 debian/changelog |   3 ++
 man/po/de.po     | 142 ++++++++++++++++---------------------------------------
 2 files changed, 44 insertions(+), 101 deletions(-)

commit 900a3c8b1b35f08e99721a7f591b6610a799ec14
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 7 12:50:26 2013 +0100

    Update German scripts translation
    
    Update to 542t.

 debian/changelog |  3 +++
 scripts/po/de.po | 52 +++++-----------------------------------------------
 2 files changed, 8 insertions(+), 47 deletions(-)

commit 21e6a3ec2c4ba4a5f9478227a1c5e41c4b30f410
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Dec 7 09:03:01 2013 +0100

    German dpkg translation update
    
    Update to 1086t2u.

 debian/changelog |  3 ++-
 po/de.po         | 60 ++++++++++++++------------------------------------------
 2 files changed, 17 insertions(+), 46 deletions(-)

commit ca25fdc4eb98766c51556dc7f7148470c2bfa5a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 7 08:34:39 2013 +0100

    Bump version to 1.17.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d9d254481e5ae5f62889195a309bf563fd2851ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 7 07:35:00 2013 +0100

    Release 1.17.4

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

commit 1cdb9518d6785240b745a3dd5c4287125e9c49d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 7 07:57:28 2013 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        | 208 ++++++++++----------
 dselect/po/ca.po        | 208 ++++++++++----------
 dselect/po/cs.po        | 208 ++++++++++----------
 dselect/po/da.po        | 208 ++++++++++----------
 dselect/po/de.po        | 208 ++++++++++----------
 dselect/po/dselect.pot  | 210 ++++++++++----------
 dselect/po/el.po        | 208 ++++++++++----------
 dselect/po/es.po        | 208 ++++++++++----------
 dselect/po/et.po        | 208 ++++++++++----------
 dselect/po/eu.po        | 208 ++++++++++----------
 dselect/po/fr.po        | 208 ++++++++++----------
 dselect/po/gl.po        | 208 ++++++++++----------
 dselect/po/hu.po        | 208 ++++++++++----------
 dselect/po/id.po        | 208 ++++++++++----------
 dselect/po/it.po        | 208 ++++++++++----------
 dselect/po/ja.po        | 208 ++++++++++----------
 dselect/po/ko.po        | 208 ++++++++++----------
 dselect/po/nb.po        | 208 ++++++++++----------
 dselect/po/nl.po        | 208 ++++++++++----------
 dselect/po/nn.po        | 208 ++++++++++----------
 dselect/po/pl.po        | 208 ++++++++++----------
 dselect/po/pt.po        | 208 ++++++++++----------
 dselect/po/pt_BR.po     | 208 ++++++++++----------
 dselect/po/ro.po        | 208 ++++++++++----------
 dselect/po/ru.po        | 208 ++++++++++----------
 dselect/po/sk.po        | 208 ++++++++++----------
 dselect/po/sv.po        | 208 ++++++++++----------
 dselect/po/tl.po        | 208 ++++++++++----------
 dselect/po/vi.po        | 208 ++++++++++----------
 dselect/po/zh_CN.po     | 208 ++++++++++----------
 dselect/po/zh_TW.po     | 208 ++++++++++----------
 man/po/de.po            |   9 +-
 man/po/dpkg-man.pot     |   8 +-
 man/po/es.po            |   9 +-
 man/po/fr.po            |   9 +-
 man/po/hu.po            |   4 +-
 man/po/it.po            |   9 +-
 man/po/ja.po            |   9 +-
 man/po/pl.po            |   9 +-
 man/po/pt_BR.po         |   4 +-
 man/po/ru.po            |   4 +-
 man/po/sv.po            |  13 +-
 po/ast.po               | 491 +++++++++++++++++++++++-----------------------
 po/bs.po                | 435 +++++++++++++++++++++--------------------
 po/ca.po                | 497 ++++++++++++++++++++++++-----------------------
 po/cs.po                | 491 +++++++++++++++++++++++-----------------------
 po/da.po                | 491 +++++++++++++++++++++++-----------------------
 po/de.po                | 497 ++++++++++++++++++++++++-----------------------
 po/dpkg.pot             | 419 ++++++++++++++++++++-------------------
 po/dz.po                | 489 ++++++++++++++++++++++++----------------------
 po/el.po                | 497 ++++++++++++++++++++++++-----------------------
 po/eo.po                | 491 +++++++++++++++++++++++-----------------------
 po/es.po                | 507 +++++++++++++++++++++++++-----------------------
 po/et.po                | 491 +++++++++++++++++++++++-----------------------
 po/eu.po                | 493 +++++++++++++++++++++++-----------------------
 po/fr.po                | 505 ++++++++++++++++++++++++-----------------------
 po/gl.po                | 497 ++++++++++++++++++++++++-----------------------
 po/hu.po                | 489 ++++++++++++++++++++++++----------------------
 po/id.po                | 493 +++++++++++++++++++++++-----------------------
 po/it.po                | 505 ++++++++++++++++++++++++-----------------------
 po/ja.po                | 497 ++++++++++++++++++++++++-----------------------
 po/km.po                | 489 ++++++++++++++++++++++++----------------------
 po/ko.po                | 489 ++++++++++++++++++++++++----------------------
 po/ku.po                | 489 ++++++++++++++++++++++++----------------------
 po/lt.po                | 493 +++++++++++++++++++++++-----------------------
 po/mr.po                | 489 ++++++++++++++++++++++++----------------------
 po/nb.po                | 489 ++++++++++++++++++++++++----------------------
 po/ne.po                | 489 ++++++++++++++++++++++++----------------------
 po/nl.po                | 491 +++++++++++++++++++++++-----------------------
 po/nn.po                | 488 +++++++++++++++++++++++-----------------------
 po/pa.po                | 448 +++++++++++++++++++++---------------------
 po/pl.po                | 489 ++++++++++++++++++++++++----------------------
 po/pt.po                | 493 +++++++++++++++++++++++-----------------------
 po/pt_BR.po             | 497 ++++++++++++++++++++++++-----------------------
 po/ro.po                | 495 +++++++++++++++++++++++-----------------------
 po/ru.po                | 489 ++++++++++++++++++++++++----------------------
 po/sk.po                | 495 +++++++++++++++++++++++-----------------------
 po/sv.po                | 491 +++++++++++++++++++++++-----------------------
 po/th.po                | 489 ++++++++++++++++++++++++----------------------
 po/tl.po                | 492 +++++++++++++++++++++++-----------------------
 po/vi.po                | 496 +++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 489 ++++++++++++++++++++++++----------------------
 po/zh_TW.po             | 489 ++++++++++++++++++++++++----------------------
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   2 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 91 files changed, 13590 insertions(+), 12998 deletions(-)

commit ae25c683c0141ac5ec6554f56d6c8af6f0764b03
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 16:04:27 2013 +0100

    Use https:// URLs instead of http:// when possible

 ChangeLog.old                            |  4 ++--
 README                                   |  2 +-
 README.l10n                              |  2 +-
 TODO                                     |  2 +-
 debian/changelog                         |  4 +++-
 debian/control                           |  2 +-
 doc/coding-style.txt                     |  6 +++---
 dpkg-deb/build.c                         |  2 +-
 dpkg-deb/dpkg-deb.h                      |  2 +-
 dpkg-deb/extract.c                       |  2 +-
 dpkg-deb/info.c                          |  2 +-
 dpkg-deb/main.c                          |  2 +-
 dpkg-split/dpkg-split.h                  |  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/basetop.cc                       |  2 +-
 dselect/bindings.cc                      |  2 +-
 dselect/bindings.h                       |  2 +-
 dselect/curkeys.cc                       |  2 +-
 dselect/dselect-curses.h                 |  2 +-
 dselect/dselect.h                        |  2 +-
 dselect/helpmsgs.cc                      |  2 +-
 dselect/helpmsgs.h                       |  2 +-
 dselect/keyoverride                      |  2 +-
 dselect/main.cc                          |  2 +-
 dselect/methkeys.cc                      |  2 +-
 dselect/methlist.cc                      |  2 +-
 dselect/method.cc                        |  2 +-
 dselect/method.h                         |  2 +-
 dselect/methods/Dselect/Ftp.pm           |  2 +-
 dselect/methods/disk/install             |  2 +-
 dselect/methods/disk/setup               |  2 +-
 dselect/methods/disk/update              |  2 +-
 dselect/methods/floppy/install           |  2 +-
 dselect/methods/floppy/setup             |  2 +-
 dselect/methods/floppy/update            |  2 +-
 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 +-
 dselect/methparse.cc                     |  2 +-
 dselect/mkcurkeys.pl                     |  2 +-
 dselect/pkgcmds.cc                       |  2 +-
 dselect/pkgdepcon.cc                     |  2 +-
 dselect/pkgdisplay.cc                    |  2 +-
 dselect/pkginfo.cc                       |  2 +-
 dselect/pkgkeys.cc                       |  2 +-
 dselect/pkglist.cc                       |  2 +-
 dselect/pkglist.h                        |  2 +-
 dselect/pkgsublist.cc                    |  2 +-
 dselect/pkgtop.cc                        |  2 +-
 dselect/po/pl.po                         |  2 +-
 get-version                              |  2 +-
 lib/compat/alphasort.c                   |  2 +-
 lib/compat/asprintf.c                    |  2 +-
 lib/compat/compat.h                      |  2 +-
 lib/compat/scandir.c                     |  2 +-
 lib/compat/snprintf.c                    |  2 +-
 lib/compat/strerror.c                    |  2 +-
 lib/compat/strndup.c                     |  2 +-
 lib/compat/strsignal.c                   |  2 +-
 lib/compat/unsetenv.c                    |  2 +-
 lib/compat/vasprintf.c                   |  2 +-
 lib/compat/vsnprintf.c                   |  2 +-
 lib/dpkg/ar.c                            |  2 +-
 lib/dpkg/ar.h                            |  2 +-
 lib/dpkg/arch.c                          |  2 +-
 lib/dpkg/arch.h                          |  2 +-
 lib/dpkg/atomic-file.c                   |  2 +-
 lib/dpkg/atomic-file.h                   |  2 +-
 lib/dpkg/buffer.c                        |  2 +-
 lib/dpkg/buffer.h                        |  2 +-
 lib/dpkg/cleanup.c                       |  2 +-
 lib/dpkg/command.c                       |  2 +-
 lib/dpkg/command.h                       |  2 +-
 lib/dpkg/compress.c                      |  2 +-
 lib/dpkg/compress.h                      |  2 +-
 lib/dpkg/dbdir.c                         |  2 +-
 lib/dpkg/dbmodify.c                      |  2 +-
 lib/dpkg/deb-version.c                   |  2 +-
 lib/dpkg/deb-version.h                   |  2 +-
 lib/dpkg/debug.c                         |  2 +-
 lib/dpkg/debug.h                         |  2 +-
 lib/dpkg/depcon.c                        |  2 +-
 lib/dpkg/dir.c                           |  2 +-
 lib/dpkg/dir.h                           |  2 +-
 lib/dpkg/dlist.h                         |  2 +-
 lib/dpkg/dpkg-db.h                       |  2 +-
 lib/dpkg/dpkg.h                          |  2 +-
 lib/dpkg/dump.c                          |  2 +-
 lib/dpkg/ehandle.c                       |  2 +-
 lib/dpkg/ehandle.h                       |  2 +-
 lib/dpkg/error.c                         |  2 +-
 lib/dpkg/error.h                         |  2 +-
 lib/dpkg/fdio.c                          |  2 +-
 lib/dpkg/fdio.h                          |  2 +-
 lib/dpkg/fields.c                        |  2 +-
 lib/dpkg/file.c                          |  2 +-
 lib/dpkg/file.h                          |  2 +-
 lib/dpkg/glob.c                          |  2 +-
 lib/dpkg/glob.h                          |  2 +-
 lib/dpkg/i18n.c                          |  2 +-
 lib/dpkg/i18n.h                          |  2 +-
 lib/dpkg/log.c                           |  2 +-
 lib/dpkg/macros.h                        |  2 +-
 lib/dpkg/mlib.c                          |  2 +-
 lib/dpkg/namevalue.c                     |  2 +-
 lib/dpkg/namevalue.h                     |  2 +-
 lib/dpkg/nfmalloc.c                      |  2 +-
 lib/dpkg/options.c                       |  2 +-
 lib/dpkg/options.h                       |  2 +-
 lib/dpkg/parse.c                         |  2 +-
 lib/dpkg/parsedump.h                     |  2 +-
 lib/dpkg/parsehelp.c                     |  2 +-
 lib/dpkg/path.c                          |  2 +-
 lib/dpkg/path.h                          |  2 +-
 lib/dpkg/pkg-array.c                     |  2 +-
 lib/dpkg/pkg-array.h                     |  2 +-
 lib/dpkg/pkg-db.c                        |  2 +-
 lib/dpkg/pkg-format.c                    |  2 +-
 lib/dpkg/pkg-format.h                    |  2 +-
 lib/dpkg/pkg-list.c                      |  2 +-
 lib/dpkg/pkg-list.h                      |  2 +-
 lib/dpkg/pkg-queue.c                     |  2 +-
 lib/dpkg/pkg-queue.h                     |  2 +-
 lib/dpkg/pkg-show.c                      |  2 +-
 lib/dpkg/pkg-show.h                      |  2 +-
 lib/dpkg/pkg-spec.c                      |  2 +-
 lib/dpkg/pkg-spec.h                      |  2 +-
 lib/dpkg/pkg.c                           |  2 +-
 lib/dpkg/pkg.h                           |  2 +-
 lib/dpkg/progname.c                      |  2 +-
 lib/dpkg/progname.h                      |  2 +-
 lib/dpkg/program.c                       |  2 +-
 lib/dpkg/program.h                       |  2 +-
 lib/dpkg/progress.c                      |  2 +-
 lib/dpkg/progress.h                      |  2 +-
 lib/dpkg/report.c                        |  2 +-
 lib/dpkg/report.h                        |  2 +-
 lib/dpkg/string.c                        |  2 +-
 lib/dpkg/string.h                        |  2 +-
 lib/dpkg/strwide.c                       |  2 +-
 lib/dpkg/subproc.c                       |  2 +-
 lib/dpkg/subproc.h                       |  2 +-
 lib/dpkg/tarfn.c                         |  2 +-
 lib/dpkg/tarfn.h                         |  2 +-
 lib/dpkg/test.h                          |  2 +-
 lib/dpkg/test/t-ar.c                     |  2 +-
 lib/dpkg/test/t-arch.c                   |  2 +-
 lib/dpkg/test/t-buffer.c                 |  2 +-
 lib/dpkg/test/t-command.c                |  2 +-
 lib/dpkg/test/t-deb-version.c            |  2 +-
 lib/dpkg/test/t-macros.c                 |  2 +-
 lib/dpkg/test/t-mod-db.c                 |  2 +-
 lib/dpkg/test/t-path.c                   |  2 +-
 lib/dpkg/test/t-pkg-list.c               |  2 +-
 lib/dpkg/test/t-pkg-queue.c              |  2 +-
 lib/dpkg/test/t-pkginfo.c                |  2 +-
 lib/dpkg/test/t-progname.c               |  2 +-
 lib/dpkg/test/t-string.c                 |  2 +-
 lib/dpkg/test/t-subproc.c                |  2 +-
 lib/dpkg/test/t-test.c                   |  2 +-
 lib/dpkg/test/t-trigger.c                |  2 +-
 lib/dpkg/test/t-varbuf.c                 |  2 +-
 lib/dpkg/test/t-version.c                |  2 +-
 lib/dpkg/trigdeferred.h                  |  2 +-
 lib/dpkg/trigdeferred.l                  |  2 +-
 lib/dpkg/triglib.c                       |  2 +-
 lib/dpkg/triglib.h                       |  2 +-
 lib/dpkg/trigname.c                      |  2 +-
 lib/dpkg/trignote.c                      |  2 +-
 lib/dpkg/utils.c                         |  2 +-
 lib/dpkg/varbuf.c                        |  2 +-
 lib/dpkg/varbuf.h                        |  2 +-
 lib/dpkg/version.c                       |  2 +-
 lib/dpkg/version.h                       |  2 +-
 man/deb-control.5                        |  2 +-
 man/deb-extra-override.5                 |  2 +-
 man/deb-old.5                            |  2 +-
 man/deb-origin.5                         |  2 +-
 man/deb-override.5                       |  2 +-
 man/deb-shlibs.5                         |  2 +-
 man/deb-split.5                          |  2 +-
 man/deb-src-control.5                    |  4 ++--
 man/deb-substvars.5                      |  2 +-
 man/deb-symbols.5                        |  4 ++--
 man/deb-triggers.5                       |  2 +-
 man/deb-version.5                        |  2 +-
 man/deb.5                                |  2 +-
 man/dpkg-architecture.1                  |  2 +-
 man/dpkg-buildflags.1                    |  2 +-
 man/dpkg-buildpackage.1                  |  2 +-
 man/dpkg-checkbuilddeps.1                |  2 +-
 man/dpkg-deb.1                           |  2 +-
 man/dpkg-distaddfile.1                   |  2 +-
 man/dpkg-divert.8                        |  2 +-
 man/dpkg-genchanges.1                    |  2 +-
 man/dpkg-gencontrol.1                    |  2 +-
 man/dpkg-gensymbols.1                    |  8 ++++----
 man/dpkg-maintscript-helper.1            |  2 +-
 man/dpkg-mergechangelogs.1               |  2 +-
 man/dpkg-name.1                          |  2 +-
 man/dpkg-parsechangelog.1                |  2 +-
 man/dpkg-query.1                         |  2 +-
 man/dpkg-scanpackages.1                  |  2 +-
 man/dpkg-scansources.1                   |  2 +-
 man/dpkg-shlibdeps.1                     |  2 +-
 man/dpkg-source.1                        |  6 +++---
 man/dpkg-split.1                         |  2 +-
 man/dpkg-statoverride.8                  |  2 +-
 man/dpkg-trigger.1                       |  2 +-
 man/dpkg-vendor.1                        |  2 +-
 man/dpkg.1                               |  2 +-
 man/dpkg.cfg.5                           |  2 +-
 man/dselect.1                            |  2 +-
 man/dselect.cfg.5                        |  2 +-
 man/po/de.po                             | 32 ++++++++++++++++----------------
 man/po/dpkg-man.pot                      | 12 ++++++------
 man/po/es.po                             | 30 +++++++++++++++---------------
 man/po/fr.po                             | 30 +++++++++++++++---------------
 man/po/hu.po                             | 14 +++++++-------
 man/po/it.po                             | 24 ++++++++++++------------
 man/po/ja.po                             | 30 +++++++++++++++---------------
 man/po/pl.po                             | 30 +++++++++++++++---------------
 man/po/pt_BR.po                          | 14 +++++++-------
 man/po/ru.po                             | 14 +++++++-------
 man/po/sv.po                             | 30 +++++++++++++++---------------
 man/start-stop-daemon.8                  |  2 +-
 man/update-alternatives.8                |  2 +-
 po/pl.po                                 |  2 +-
 scripts/Dpkg.pm                          |  2 +-
 scripts/Dpkg/Arch.pm                     |  2 +-
 scripts/Dpkg/BuildEnv.pm                 |  2 +-
 scripts/Dpkg/BuildFlags.pm               |  2 +-
 scripts/Dpkg/BuildOptions.pm             |  2 +-
 scripts/Dpkg/BuildProfiles.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              |  2 +-
 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/FieldsCore.pm       |  2 +-
 scripts/Dpkg/Control/Hash.pm             |  2 +-
 scripts/Dpkg/Control/HashCore.pm         |  2 +-
 scripts/Dpkg/Control/Info.pm             |  2 +-
 scripts/Dpkg/Control/Types.pm            |  2 +-
 scripts/Dpkg/Deps.pm                     |  2 +-
 scripts/Dpkg/ErrorHandling.pm            |  2 +-
 scripts/Dpkg/Exit.pm                     |  2 +-
 scripts/Dpkg/File.pm                     |  2 +-
 scripts/Dpkg/IPC.pm                      |  2 +-
 scripts/Dpkg/Index.pm                    |  2 +-
 scripts/Dpkg/Interface/Storable.pm       |  2 +-
 scripts/Dpkg/Package.pm                  |  2 +-
 scripts/Dpkg/Path.pm                     |  2 +-
 scripts/Dpkg/Shlibs.pm                   |  2 +-
 scripts/Dpkg/Shlibs/Cppfilt.pm           |  2 +-
 scripts/Dpkg/Shlibs/Objdump.pm           |  2 +-
 scripts/Dpkg/Shlibs/Symbol.pm            |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm        |  2 +-
 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/Source/Quilt.pm             |  2 +-
 scripts/Dpkg/Substvars.pm                |  2 +-
 scripts/Dpkg/Util.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 +-
 scripts/changelog/debian.pl              |  2 +-
 scripts/dpkg-architecture.pl             |  2 +-
 scripts/dpkg-buildflags.pl               |  2 +-
 scripts/dpkg-buildpackage.pl             |  2 +-
 scripts/dpkg-checkbuilddeps.pl           |  2 +-
 scripts/dpkg-distaddfile.pl              |  2 +-
 scripts/dpkg-genchanges.pl               |  2 +-
 scripts/dpkg-gencontrol.pl               |  2 +-
 scripts/dpkg-gensymbols.pl               |  2 +-
 scripts/dpkg-maintscript-helper.sh       |  4 ++--
 scripts/dpkg-mergechangelogs.pl          |  2 +-
 scripts/dpkg-name.pl                     |  2 +-
 scripts/dpkg-parsechangelog.pl           |  2 +-
 scripts/dpkg-scanpackages.pl             |  2 +-
 scripts/dpkg-scansources.pl              |  2 +-
 scripts/dpkg-shlibdeps.pl                |  2 +-
 scripts/dpkg-source.pl                   |  2 +-
 scripts/dpkg-vendor.pl                   |  2 +-
 scripts/t/100_Dpkg_Version.t             |  2 +-
 scripts/t/110_Dpkg_Arch.t                |  2 +-
 scripts/t/150_Dpkg_Package.t             |  2 +-
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t      |  2 +-
 scripts/t/200_Dpkg_Shlibs.t              |  2 +-
 scripts/t/300_Dpkg_BuildOptions.t        |  2 +-
 scripts/t/400_Dpkg_Deps.t                |  2 +-
 scripts/t/500_Dpkg_Path.t                |  2 +-
 scripts/t/550_Dpkg_Util.t                |  2 +-
 scripts/t/600_Dpkg_Changelog.t           |  2 +-
 scripts/t/600_Dpkg_Changelog_Ubuntu.t    |  2 +-
 scripts/t/700_Dpkg_Control.t             |  2 +-
 scripts/t/750_Dpkg_Substvars.t           |  2 +-
 scripts/t/800_Dpkg_IPC.t                 |  2 +-
 scripts/t/850_Dpkg_Compression.t         |  2 +-
 scripts/t/910_merge_changelogs.t         |  2 +-
 src/archives.c                           |  2 +-
 src/archives.h                           |  2 +-
 src/cleanup.c                            |  2 +-
 src/configure.c                          |  2 +-
 src/depcon.c                             |  2 +-
 src/divertcmd.c                          |  2 +-
 src/divertdb.c                           |  2 +-
 src/enquiry.c                            |  2 +-
 src/errors.c                             |  2 +-
 src/file-match.c                         |  2 +-
 src/file-match.h                         |  2 +-
 src/filesdb-hash.c                       |  2 +-
 src/filesdb.c                            |  2 +-
 src/filesdb.h                            |  2 +-
 src/filters.c                            |  2 +-
 src/filters.h                            |  2 +-
 src/help.c                               |  2 +-
 src/infodb-access.c                      |  2 +-
 src/infodb-format.c                      |  2 +-
 src/infodb-upgrade.c                     |  2 +-
 src/infodb.h                             |  2 +-
 src/main.c                               |  2 +-
 src/main.h                               |  2 +-
 src/packages.c                           |  2 +-
 src/querycmd.c                           |  2 +-
 src/remove.c                             |  2 +-
 src/script.c                             |  2 +-
 src/select.c                             |  2 +-
 src/statcmd.c                            |  2 +-
 src/statdb.c                             |  2 +-
 src/t/100_dpkg_divert.t                  |  2 +-
 src/trigcmd.c                            |  2 +-
 src/trigproc.c                           |  2 +-
 src/unpack.c                             |  2 +-
 src/update.c                             |  2 +-
 src/verify.c                             |  2 +-
 test/000_pod.t                           |  2 +-
 test/100_critic.t                        |  2 +-
 utils/t/100_update_alternatives.t        |  2 +-
 utils/update-alternatives.c              |  2 +-
 369 files changed, 501 insertions(+), 499 deletions(-)

commit cb455941d7dcaadecdded5ca32eeb7fab54fd4bf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 07:11:44 2013 +0100

    dpkg: Rename showdiff() to show_diff()

 src/configure.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 43f4d203d023ddda063968a11c02ad125c22cac9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 13 05:21:33 2013 +0100

    dpkg: Move functions around to avoid static declaration

 src/configure.c | 265 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 130 insertions(+), 135 deletions(-)

commit 6263f5190eceec3bc30e8c8528c6388cfb1ff15f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 13 05:41:23 2013 +0100

    dpkg: Refactor show_prompt() out from promptconfaction()

 src/configure.c | 207 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 109 insertions(+), 98 deletions(-)

commit 3f46417a52669ac2d7753e544dbd4962f245c499
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 13 00:44:47 2013 +0100

    dpkg: Move newline from beginning to end of prompt strings

 src/configure.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

commit aecfb882c7debed9e76eeb9a5fdd9e12b066d814
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 13 21:02:44 2013 +0100

    dpkg: Use warningv() to print message when overriding with --force option

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

commit af7b764c5adccd4eb26ae118fd413711ce94edb9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 05:48:12 2013 +0100

    dpkg-trigger: Use enum trigdef_update_status instead of int
    
    Use the correct type to catch the trigdef_update_start() return value,
    and rename the variable to avoid confusion.

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

commit fe8204dc99f5471607176265cd76bf478d7cc2bf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 14 03:43:03 2013 +0100

    dpkg: Rename add_to_queue() to enqueue_package()

 src/cleanup.c   |  2 +-
 src/configure.c |  2 +-
 src/main.h      |  2 +-
 src/packages.c  | 10 +++++-----
 src/remove.c    |  2 +-
 src/trigproc.c  |  2 +-
 src/unpack.c    |  2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

commit b17bf8bef6c446b8fe97a88f189c1ccbe5ab094d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 21:20:55 2013 +0100

    dpkg-split: Get rid of global partqueue queue variable
    
    Change scandepot() to return the queue, and discard_parts() to take it
    as argument.

 debian/changelog        |  1 +
 dpkg-split/dpkg-split.h |  2 --
 dpkg-split/join.c       |  2 +-
 dpkg-split/main.c       |  2 --
 dpkg-split/queue.c      | 26 +++++++++++++++++---------
 5 files changed, 19 insertions(+), 14 deletions(-)

commit e6962f426e1d246e8c54a1780eb2d7a570382136
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 21:09:20 2013 +0100

    dpkg-split: Rename discard symbols
    
    Use underscores to split symbol names, and rename discardsome() to
    discard_parts().

 dpkg-split/queue.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit 9eca0910aa91eac8989b9fa78cdc9ed06fb2e998
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 12 01:05:11 2013 +0100

    dpkg-split: Make scandepot() static

 dpkg-split/dpkg-split.h | 1 -
 dpkg-split/queue.c      | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit e6793331989a7ce97af08209e536f1fb5932e993
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 22:06:29 2013 +0100

    dpkg: Reset the statoverrides from the in-core database on reload
    
    If a statoverride gets removed in a maintainer script, it will not be
    reflected on the database until after the current dpkg process has been
    restarted. So we need to reset the statoverride information whenever we
    are going to reload the statoverride database.

 debian/changelog | 3 +++
 src/statdb.c     | 7 +++++++
 2 files changed, 10 insertions(+)

commit 1b158222cceb4a9481f4fbab2e26cd0e2011a1a9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 16:58:07 2013 +0100

    dpkg: Add debug output on diversions and statoverride database loading

 debian/changelog | 1 +
 src/divertdb.c   | 3 +++
 src/statdb.c     | 3 +++
 3 files changed, 7 insertions(+)

commit ab56d08abe274182c0cab03425610ae61a074eff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 6 21:33:41 2013 +0100

    dpkg: Keep the diversions and statoverride database files open
    
    The database files must be kept open during an entire dpkg run, because
    we need to check if the files have changed, and rely on the inode number,
    which could get eagerly reused by the filesystem if these files get
    replaced multiple times in maintainer scripts.
    
    Add a code comment explaining the rationale, so that this does not happen
    again in the future.
    
    This partially reverts commit 579b90b61b24a538cf1709d7ceda0b38fec631b3.
    
    Closes: #731524

 debian/changelog |  6 +++++-
 src/divertdb.c   | 19 ++++++++++++++++---
 src/statdb.c     | 20 ++++++++++++++++----
 3 files changed, 37 insertions(+), 8 deletions(-)

commit 862a7443f712c09beba89bab061a711f0d727550
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 4 05:55:16 2013 +0100

    deb-src-control(5): Fix typo

 man/deb-src-control.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a593efae1dd5a5a1ca3b63c3955106c4d724a3fe
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 11:09:12 2013 +0100

    Bump version to 1.17.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit dddaeb2e58c1b310c2b7d7ed064b33eae16380a6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 10:19:50 2013 +0100

    Release 1.17.3

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

commit 4e647e16566436120e26be81da30a48fd9519241
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Thu Dec 5 14:48:12 2013 +0700

    Update Vietnamese programs translation
    
    Closes: #731409
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 +
 po/vi.po         | 454 ++++++++++++++++++++-----------------------------------
 2 files changed, 164 insertions(+), 294 deletions(-)

commit 80cc83904a4cc04f1b7a4ebe0439fea25bbaaf74
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 06:20:01 2013 +0100

    dselect: Use C++11 nullptr instead of 0 or NULL
    
    It is way more descriptive, and has a better type. Check for C++11
    compiler support and fallback nullptr to 0 if unavailable.

 configure.ac          |  1 +
 debian/changelog      |  3 ++
 dselect/baselist.cc   | 29 +++++++++++-------
 dselect/bindings.cc   | 14 +++++----
 dselect/main.cc       | 54 ++++++++++++++++-----------------
 dselect/methkeys.cc   | 48 +++++++++++++++---------------
 dselect/methlist.cc   |  6 ++--
 dselect/method.cc     | 18 +++++------
 dselect/methparse.cc  | 21 +++++++------
 dselect/mkcurkeys.pl  |  2 +-
 dselect/pkgcmds.cc    |  2 +-
 dselect/pkgdepcon.cc  |  7 +++--
 dselect/pkgdisplay.cc | 10 +++----
 dselect/pkginfo.cc    | 10 +++----
 dselect/pkgkeys.cc    | 82 +++++++++++++++++++++++++--------------------------
 dselect/pkglist.cc    | 46 +++++++++++++++--------------
 dselect/pkglist.h     |  3 +-
 dselect/pkgtop.cc     |  4 +--
 lib/dpkg/macros.h     |  4 +++
 m4/dpkg-compiler.m4   | 49 ++++++++++++++++++++++++++++++
 20 files changed, 244 insertions(+), 169 deletions(-)

commit cf21cccb98bdb31a84bbe1aa1217c712b47aedd2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 18 20:01:40 2013 +0100

    Switch variables from int to bool where appropriate

 dselect/baselist.cc       | 12 +++++++-----
 dselect/dselect.h         |  4 ++--
 dselect/main.cc           | 10 +++++-----
 dselect/pkgcmds.cc        |  6 +++---
 dselect/pkgdepcon.cc      | 33 +++++++++++++++++++++------------
 dselect/pkginfo.cc        |  6 +++++-
 dselect/pkglist.cc        | 22 ++++++++++++----------
 dselect/pkglist.h         | 15 ++++++++-------
 dselect/pkgsublist.cc     |  3 ++-
 utils/start-stop-daemon.c | 18 +++++++++---------
 10 files changed, 74 insertions(+), 55 deletions(-)

commit 632c785858b703042f13b6a5f7280fdd45a85f21
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 12 01:04:49 2013 +0100

    Rename cmdinfos set functions to have underscores between words

 dpkg-deb/main.c   |  4 ++--
 dpkg-split/main.c |  6 ++++--
 dselect/main.cc   | 20 +++++++++++++-------
 src/divertcmd.c   | 12 ++++++------
 src/main.c        | 46 +++++++++++++++++++++++++++++-----------------
 5 files changed, 54 insertions(+), 34 deletions(-)

commit d2b2ee44cc400af91061fa3c58c3bbdd0cf0dc60
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 07:56:26 2013 +0100

    build: Reword C99 compiler check output
    
    Specify the current compiler being used, and shorten the message
    checking for an option to enable C99 support.

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

commit dd8f8ce84ebfb4d88ab5cd1bc089a0ca73dfb595
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 20 05:27:35 2013 +0100

    build: Move DPKG_C_C99 call just after AC_PROG_CC
    
    We really want subsequent checks to take advantage of the possibly set
    flags to enable C99 features.

 configure.ac     | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 0557b5eacad4d8236f2778643b841fb3c40f6d42
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 09:03:26 2013 +0100

    build: Check availability of warning flags at build time
    
    This fixes a build failure with old g++ compilers not accepting
    -Wc++11-compat.

 TODO                |  3 --
 debian/changelog    |  3 +-
 m4/dpkg-compiler.m4 | 92 +++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 80 insertions(+), 18 deletions(-)

commit 56a2e6406721134d427c8d56d7ba2e5f5f4c2cc5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 06:51:33 2013 +0100

    Bump version to 1.17.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 55c90333c5e7faecb4c1f9b726a39ac8f5bb58b7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 04:56:47 2013 +0100

    Release 1.17.2

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

commit b943d3ec4cf95b7aa7df9825e92750d15031fa23
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 4 07:19:47 2013 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   98 +--
 dselect/po/ca.po        |   98 +--
 dselect/po/cs.po        |   98 +--
 dselect/po/da.po        |   98 +--
 dselect/po/de.po        |   98 +--
 dselect/po/dselect.pot  |  100 +--
 dselect/po/el.po        |   98 +--
 dselect/po/es.po        |   98 +--
 dselect/po/et.po        |   98 +--
 dselect/po/eu.po        |   98 +--
 dselect/po/fr.po        |   98 +--
 dselect/po/gl.po        |   98 +--
 dselect/po/hu.po        |   98 +--
 dselect/po/id.po        |   98 +--
 dselect/po/it.po        |   98 +--
 dselect/po/ja.po        |   98 +--
 dselect/po/ko.po        |   98 +--
 dselect/po/nb.po        |   98 +--
 dselect/po/nl.po        |   98 +--
 dselect/po/nn.po        |   98 +--
 dselect/po/pl.po        |   98 +--
 dselect/po/pt.po        |   98 +--
 dselect/po/pt_BR.po     |   98 +--
 dselect/po/ro.po        |   98 +--
 dselect/po/ru.po        |   98 +--
 dselect/po/sk.po        |   98 +--
 dselect/po/sv.po        |   98 +--
 dselect/po/tl.po        |   98 +--
 dselect/po/vi.po        |   98 +--
 dselect/po/zh_CN.po     |   98 +--
 dselect/po/zh_TW.po     |   98 +--
 man/po/de.po            |  721 ++++++++++------
 man/po/dpkg-man.pot     | 1709 +++++++++++++++++++++---------------
 man/po/es.po            | 2202 +++++++++++++++++++++++++++++-----------------
 man/po/fr.po            | 2211 ++++++++++++++++++++++++++++++-----------------
 man/po/hu.po            | 1791 ++++++++++++++++++++++----------------
 man/po/it.po            | 1949 +++++++++++++++++++++++++----------------
 man/po/ja.po            | 2211 ++++++++++++++++++++++++++++++-----------------
 man/po/pl.po            | 2197 +++++++++++++++++++++++++++++-----------------
 man/po/pt_BR.po         | 1784 ++++++++++++++++++++++----------------
 man/po/ru.po            | 1796 ++++++++++++++++++++++----------------
 man/po/sv.po            | 2191 +++++++++++++++++++++++++++++-----------------
 po/ast.po               | 1629 ++++++++++++++++++----------------
 po/bs.po                | 1498 +++++++++++++++++---------------
 po/ca.po                | 1701 ++++++++++++++++++++----------------
 po/cs.po                | 1690 ++++++++++++++++++++----------------
 po/da.po                | 1694 ++++++++++++++++++++----------------
 po/de.po                |  201 ++---
 po/dpkg.pot             | 1475 ++++++++++++++++---------------
 po/dz.po                | 1608 ++++++++++++++++++----------------
 po/el.po                | 1628 ++++++++++++++++++----------------
 po/eo.po                | 1698 ++++++++++++++++++++----------------
 po/es.po                | 1706 ++++++++++++++++++++----------------
 po/et.po                | 1576 +++++++++++++++++----------------
 po/eu.po                | 1632 ++++++++++++++++++----------------
 po/fr.po                | 1713 ++++++++++++++++++++----------------
 po/gl.po                | 1620 ++++++++++++++++++----------------
 po/hu.po                | 1602 ++++++++++++++++++----------------
 po/id.po                | 1624 ++++++++++++++++++----------------
 po/it.po                | 1709 ++++++++++++++++++++----------------
 po/ja.po                | 1725 ++++++++++++++++++++----------------
 po/km.po                | 1603 ++++++++++++++++++----------------
 po/ko.po                | 1622 ++++++++++++++++++----------------
 po/ku.po                | 1519 +++++++++++++++++---------------
 po/lt.po                | 1597 ++++++++++++++++++----------------
 po/mr.po                | 1601 ++++++++++++++++++----------------
 po/nb.po                | 1632 ++++++++++++++++++----------------
 po/ne.po                | 1606 ++++++++++++++++++----------------
 po/nl.po                | 1611 ++++++++++++++++++----------------
 po/nn.po                | 1596 ++++++++++++++++++----------------
 po/pa.po                | 1533 ++++++++++++++++----------------
 po/pl.po                | 1695 ++++++++++++++++++++----------------
 po/pt.po                | 1702 ++++++++++++++++++++----------------
 po/pt_BR.po             | 1617 ++++++++++++++++++----------------
 po/ro.po                | 1636 +++++++++++++++++++----------------
 po/ru.po                | 1691 ++++++++++++++++++++----------------
 po/sk.po                | 1696 ++++++++++++++++++++----------------
 po/sv.po                | 1691 ++++++++++++++++++++----------------
 po/th.po                | 1687 ++++++++++++++++++++----------------
 po/tl.po                | 1609 ++++++++++++++++++----------------
 po/vi.po                | 1704 ++++++++++++++++++++----------------
 po/zh_CN.po             | 1620 ++++++++++++++++++----------------
 po/zh_TW.po             | 1687 ++++++++++++++++++++----------------
 scripts/po/ca.po        |  981 +++++++++++----------
 scripts/po/de.po        |  787 +++++++++--------
 scripts/po/dpkg-dev.pot |  957 ++++++++++----------
 scripts/po/es.po        | 1123 +++++++++++++-----------
 scripts/po/fr.po        | 1123 +++++++++++++-----------
 scripts/po/pl.po        | 1123 +++++++++++++-----------
 scripts/po/ru.po        | 1123 +++++++++++++-----------
 scripts/po/sv.po        | 1123 +++++++++++++-----------
 91 files changed, 55131 insertions(+), 42695 deletions(-)

commit 32304d1455abb8abdb47a8cb59039bf907064602
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 02:30:35 2013 +0100

    dpkg-source(1): Document interaction of --extend-diff-ignore and -i
    
    Document what's actually being changed, and how this interacts with
    previous uses of --extend-diff-ignore, before -i w/o argument.
    
    Closes: #729874

 debian/changelog  |  2 ++
 man/dpkg-source.1 | 18 ++++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 5d8db1edd45be3969fe94bb63237b8159664eeb6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 02:09:51 2013 +0100

    dpkg-source: Update default diff ignore regex on --extend-diff-ignore
    
    The Dpkg::Source::Package formats >= V2, expect an updated default
    diff ignore regex when --extend-diff-ignore is used, for example in
    the debian/source/options file, but no --diff-ignore argument is
    passed.
    
    This partially reverts commit 1cccaf0d0c509f9ac77f5448a0573e2d1c9c1ae4,
    which introduced this regression.

 scripts/dpkg-source.pl | 2 ++
 1 file changed, 2 insertions(+)

commit 9366536a7efccd7b2dcaedfb6ed46c829a80ad10
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 02:06:57 2013 +0100

    Dpkg::Source::Package: Add new set_default_diff_ignore_regex() function

 scripts/Dpkg/Source/Package.pm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 453d2813b9a74a37f0bf21810e269e853706ea3e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 5 02:01:16 2013 +0100

    Dpkg::Source::Package: Make $diff_ignore_default_regexp a true alias
    
    If the users are modifying this variable, just copying the real one to
    the public one will not do it, because changes will not be seen by the
    module code. Instead create a real alias.
    
    Regression introduced in commit 5ae4ce9c2dfddbb36e2e0fc24dde3a27196f00f1.

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

commit 7ec8899525ea41bdc365fa4156ef67bb3ab43c5b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 4 05:57:44 2013 +0100

    debian: Bump Standards-Version to 3.9.5

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

commit 7662e0937bb064a0754d12605d80a96a17e2aadf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 4 05:56:17 2013 +0100

    Add experimental build profiles support
    
    This adds the basic infrastructure support for a new class of generic
    build-time dependency restrictions, and in particular implements the
    specific build profiles, which will allow to cull build dependencies
    depending on the profile being used. There's several things this can
    be used for, like new port bootstrapping, reduced package builds, and
    similar. In the future other kinds of restrictions could be added as
    the build profiles are namespaced with “profile.”. An example field
    could be:
    
      Build-Depends: exotic-compiler, libneeded-dev, tool-tiny,
       tool-huge (>= 1.0) [linux-any] <!profile.embedded !profile.bootstrap>
    
    or even stuff like:
    
      Depends: net-tools <profile.network>, plugin-curl <!profile.no-plugins>
    
    The generated binary packages and .changes files will get a new
    Built-For-Profiles field containing the active profiles during the build.
    
    In addition the build profile can be selected using the environment
    variable DEB_BUILD_PROFILES, with space separated values, such as:
    
      DEB_BUILD_PROFILES="embedded bootstrap"
    
    The management and possible registration in the profile namespace is
    currently out of scope in dpkg, this should probably be handled by a
    distribution specific process.
    
    See draft <http://www.hadrons.org/~guillem/debian/docs/embedded.proposal>.
    
    Closes: #661538
    
    Based-on-patch-by: Patrick "P. J." McDermott <pjm@nac.net>
    Based-on-patch-by: Wookey <wookey@debian.org>
    Based-on-patch-by: Johannes Schauer <j.schauer@email.de>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                   |  8 ++++
 dpkg-deb/build.c                   |  1 +
 man/deb-src-control.5              | 14 ++++--
 man/dpkg-buildpackage.1            | 14 +++++-
 man/dpkg-checkbuilddeps.1          | 15 +++++-
 scripts/Dpkg/BuildProfiles.pm      | 82 +++++++++++++++++++++++++++++++
 scripts/Dpkg/Control/FieldsCore.pm | 11 +++--
 scripts/Dpkg/Deps.pm               | 98 ++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am                |  1 +
 scripts/dpkg-buildpackage.pl       |  7 +++
 scripts/dpkg-checkbuilddeps.pl     | 18 +++++--
 scripts/dpkg-genchanges.pl         |  3 ++
 scripts/dpkg-gencontrol.pl         | 11 +++--
 scripts/dpkg-shlibdeps.pl          |  2 +-
 scripts/t/400_Dpkg_Deps.t          | 22 ++++++++-
 15 files changed, 289 insertions(+), 18 deletions(-)

commit bb53fa0defe392d55ae7b7f49bb28d9e647acb9c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 19 19:28:49 2013 +0200

    Do not accept an initial hyphen in field names
    
    Accepting such field names as valid, would make the parsers accept
    control stanzas that have not been properly sanitized from OpenPGP
    dash-escaping. Just refuse these field names, as there's really no
    reason to accept them.

 debian/changelog                 | 1 +
 lib/dpkg/parse.c                 | 3 +++
 scripts/Dpkg/Control/HashCore.pm | 3 +++
 3 files changed, 7 insertions(+)

commit eecc61381b687a7ed6af65427e115dd4d2c765b6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 19 19:28:49 2013 +0200

    libdpkg: Do not accept empty field names
    
    These are just bogus, and should have never been accepted.

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

commit d5758d52290ccefc1e7689ba1071bdc165f2d414
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 20 05:51:36 2013 +0200

    libdpkg: Fallback to use ASCII method for multibyte strings on error
    
    We cannot do strict error checking on multibyte conversion at this
    point in time, because supposedly the database is in UTF-8, but the
    current locale might be in a different encoding, so the conversion
    might fail due to that. It could also fail if the user requested a
    standard locale like C or POSIX which does not support handling
    UTF-8 encodings.
    
    Regression introduced in commit ab5bdc1fc7bbf225efcbb3376ed309015682e772.
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>

 lib/dpkg/strwide.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

commit 84dc4b1dbd0252e7abc7d8bd01c1e1eb61e2a410
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 5 20:05:59 2013 +0100

    dpkg: Switch conflictor tracking from a fixed-size array to a queue
    
    This fixes several related issues. The list of conflictors has always
    really been a queue, where packages were added and then acted on,
    although no package was removed from the list after being processed,
    which in turn made subsequent conflictors accumulate and reach the
    arbitrary limit due to previous unrelated Conflicts/Replaces pairs,
    giving possibly very confusing error messages due to that.
    
    Another theoretical problem is that because the list was not cleaned up
    after processing it, a package could have been enqueued to be removed,
    then a newer version reinstalled which could get removed again on a
    subsequent package processing, being it on the list.
    
    Closes: #726112

 debian/changelog |  7 +++++++
 src/archives.c   |  2 +-
 src/archives.h   |  2 +-
 src/unpack.c     | 60 ++++++++++++++++++++++++++++++--------------------------
 4 files changed, 41 insertions(+), 30 deletions(-)

commit 5c2eff43159b9643bba4884876cf6fcc8ac222ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 1 19:50:11 2013 +0100

    scripts: Add GnuPG 2.x support
    
    Add gnupg2 and gpgv2 as alternative Recommends to gnupg and gpgv (to
    not pull them by default, as that would change the current default
    build environment pulled in by dpkg-dev), but prefer gpgv2 over gpgv,
    and gpg2 over gpg at run-time if they are available, so that users
    installing the alternatives can benefit from the new implementations.

 debian/changelog               | 3 +++
 debian/control                 | 6 ++++--
 scripts/Dpkg/Source/Package.pm | 7 ++++++-
 scripts/dpkg-buildpackage.pl   | 9 ++++++---
 4 files changed, 19 insertions(+), 6 deletions(-)

commit 231609a19863ffbac9107e784f47dcaf69b9b8bc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 07:08:17 2013 +0100

    Dpkg::Arch: Move argument unpacking to the beginning of functions
    
    These get rid of few false positives from perlcritic.
    
    Addresses Subroutines::RequireArgUnpacking.
    
    Warned-by: perlcritic

 scripts/Dpkg/Arch.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit ee69feea1f4148344d3639da110bb61cd71bace0
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 2 03:31:40 2013 +0100

    dpkg-buildpackage: Avoid unnecessary removal of empty arguments in withecho
    
    The code to remove empty arguments was added to handle a possible
    empty rootcommand in commit 669ab06759db350765ac751cb52f487ea3418b7f,
    when it was a scalar.
    
    But then rootcommand was switched from a scalar to an array in
    commit c2acc4de8e86a9f1ad56c546f16355b796be0c60, which makes the
    removal of empty arguments unnecessary as the sublists get automatic
    interpolation when calling the function.

 scripts/dpkg-buildpackage.pl | 1 -
 1 file changed, 1 deletion(-)

commit b2590e1ea176bf0c4d04fb855f66e324c8018bb1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 06:32:28 2013 +0100

    perl: Surround FileHandles with braces in print calls
    
    Fixes InputOutput::RequireBracedFileHandleWithPrint.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm          |  2 +-
 dselect/methods/ftp/install             |  2 +-
 scripts/Dpkg/BuildOptions.pm            |  2 +-
 scripts/Dpkg/Changelog.pm               |  4 ++--
 scripts/Dpkg/Changelog/Entry.pm         |  2 +-
 scripts/Dpkg/Conf.pm                    |  2 +-
 scripts/Dpkg/Control/HashCore.pm        |  2 +-
 scripts/Dpkg/Control/Info.pm            |  2 +-
 scripts/Dpkg/Deps.pm                    |  8 ++++----
 scripts/Dpkg/ErrorHandling.pm           |  4 ++--
 scripts/Dpkg/IPC.pm                     |  2 +-
 scripts/Dpkg/Index.pm                   |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm       | 10 +++++-----
 scripts/Dpkg/Source/Package.pm          |  4 ++--
 scripts/Dpkg/Source/Package/V1.pm       |  4 ++--
 scripts/Dpkg/Source/Package/V2.pm       |  8 ++++----
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  4 ++--
 scripts/Dpkg/Source/Patch.pm            |  6 +++---
 scripts/Dpkg/Source/Quilt.pm            |  8 ++++----
 scripts/Dpkg/Substvars.pm               |  2 +-
 scripts/dpkg-buildpackage.pl            |  8 ++++----
 scripts/dpkg-checkbuilddeps.pl          |  8 ++++----
 scripts/dpkg-distaddfile.pl             |  4 ++--
 scripts/dpkg-genchanges.pl              |  6 +++---
 scripts/dpkg-gencontrol.pl              | 11 ++++++-----
 scripts/dpkg-mergechangelogs.pl         |  2 +-
 scripts/dpkg-shlibdeps.pl               |  6 +++---
 scripts/t/800_Dpkg_IPC.t                |  2 +-
 scripts/t/850_Dpkg_Compression.t        |  4 ++--
 src/t/100_dpkg_divert.t                 |  6 +++---
 test/100_critic.t                       |  1 +
 31 files changed, 70 insertions(+), 68 deletions(-)

commit 38d22e9477c3120081c73553138d7f26288a7682
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 06:22:58 2013 +0100

    scripts: Remove redundant STDOUT from print calls
    
    Addresses InputOutput::RequireBracedFileHandleWithPrint.
    
    Warned-by: perlcritic

 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 scripts/dpkg-scanpackages.pl      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e5a6908870538026dc1b29f4085855e877e8aed1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 7 06:21:01 2013 +0100

    dselect: Use warn instead of print STDERR in method scripts
    
    Addresses InputOutput::RequireBracedFileHandleWithPrint.
    
    Warned-by: perlcritic

 dselect/methods/disk/install    | 2 +-
 dselect/methods/ftp/install     | 4 ++--
 dselect/methods/ftp/setup       | 4 ++--
 dselect/methods/ftp/update      | 4 ++--
 dselect/methods/multicd/install | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

commit 8c314d6c4cee9b2c5acf078958243fb72af4e3d2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 27 15:27:02 2013 +0100

    scripts: Use croak instead of internerr on programming errors in modules
    
    Remove now unused internerr() function, replaced by croak which does a
    way better job.
    
    Addresses ErrorHandling::RequireCarping.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog/Entry.pm        |  8 +++++---
 scripts/Dpkg/Compression/FileHandle.pm | 16 ++++++++++------
 scripts/Dpkg/Compression/Process.pm    |  6 ++++--
 scripts/Dpkg/Control/Fields.pm         |  4 +++-
 scripts/Dpkg/Deps.pm                   | 10 +++++++---
 scripts/Dpkg/ErrorHandling.pm          |  7 +------
 scripts/Dpkg/IPC.pm                    | 24 +++++++++++++-----------
 scripts/Dpkg/Interface/Storable.pm     |  8 +++++---
 scripts/Dpkg/Source/Archive.pm         |  8 +++++---
 scripts/Dpkg/Source/Package.pm         | 11 ++++++-----
 scripts/Dpkg/Version.pm                |  5 +++--
 11 files changed, 62 insertions(+), 45 deletions(-)

commit 4b35d5045ad062a8ac61250df685f8b3178e8e9e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 12 16:17:03 2013 +0100

    perl: Use croak instead of die on programming errors in modules
    
    Addresses ErrorHandling::RequireCarping.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm   | 3 ++-
 scripts/Dpkg/Control/HashCore.pm | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit bd281a3259a499217326ad4b3b1a2973a83d7434
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 8 06:28:14 2013 +0100

    perl: Switch to use low precedence boolean operators for error checks
    
    This will make it safe to remove parenthesis around builtins.

 dselect/methods/Dselect/Ftp.pm           | 10 +++---
 dselect/methods/disk/install             |  2 +-
 dselect/methods/ftp/install              |  8 ++---
 dselect/methods/multicd/install          |  2 +-
 dselect/mkcurkeys.pl                     | 14 ++++-----
 scripts/Dpkg/Changelog/Parse.pm          |  2 +-
 scripts/Dpkg/Checksums.pm                |  2 +-
 scripts/Dpkg/Compression/FileHandle.pm   |  8 ++---
 scripts/Dpkg/Control/HashCore.pm         |  4 +--
 scripts/Dpkg/File.pm                     |  8 ++---
 scripts/Dpkg/IPC.pm                      | 35 +++++++++++----------
 scripts/Dpkg/Interface/Storable.pm       |  8 ++---
 scripts/Dpkg/Shlibs/Objdump.pm           |  4 +--
 scripts/Dpkg/Source/Archive.pm           | 18 +++++------
 scripts/Dpkg/Source/Package.pm           | 13 ++++----
 scripts/Dpkg/Source/Package/V1.pm        | 42 +++++++++++++-------------
 scripts/Dpkg/Source/Package/V2.pm        | 52 ++++++++++++++++----------------
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 19 +++++-------
 scripts/Dpkg/Source/Package/V3/Git.pm    | 16 +++++-----
 scripts/Dpkg/Source/Package/V3/Native.pm | 10 +++---
 scripts/Dpkg/Source/Package/V3/Quilt.pm  | 24 +++++++--------
 scripts/Dpkg/Source/Patch.pm             | 14 ++++-----
 scripts/Dpkg/Source/Quilt.pm             | 12 ++++----
 scripts/Dpkg/Vendor.pm                   |  2 +-
 scripts/dpkg-checkbuilddeps.pl           |  4 +--
 scripts/dpkg-distaddfile.pl              | 22 +++++++-------
 scripts/dpkg-genchanges.pl               | 16 +++++-----
 scripts/dpkg-gencontrol.pl               | 41 +++++++++++++------------
 scripts/dpkg-gensymbols.pl               |  4 +--
 scripts/dpkg-mergechangelogs.pl          |  5 +--
 scripts/dpkg-name.pl                     |  4 +--
 scripts/dpkg-shlibdeps.pl                | 32 ++++++++++----------
 scripts/dpkg-source.pl                   |  8 ++---
 scripts/t/600_Dpkg_Changelog.t           |  2 +-
 34 files changed, 233 insertions(+), 234 deletions(-)

commit ee37c9202bb80ea4ee50bf463df1495eaf0d3a7c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 25 21:18:28 2013 +0100

    perl: Try to avoid boolean operators after predicates on error checks
    
    Using boolean operators after predicates for error checking makes the
    code flow slightly confusing, do that only after actions, to check if
    they succeeded and error out otherwise.

 dselect/methods/disk/install          | 13 +++++----
 dselect/methods/multicd/install       | 13 +++++----
 dselect/mkcurkeys.pl                  | 11 ++++---
 scripts/Dpkg/Control/HashCore.pm      |  3 +-
 scripts/Dpkg/Package.pm               |  9 ++++--
 scripts/Dpkg/Shlibs/SymbolFile.pm     |  6 +++-
 scripts/Dpkg/Source/Package/V1.pm     |  6 ++--
 scripts/Dpkg/Source/Package/V3/Bzr.pm |  2 +-
 scripts/Dpkg/Source/Package/V3/Git.pm | 10 +++----
 scripts/Dpkg/Source/Patch.pm          | 14 ++++++---
 scripts/Dpkg/Substvars.pm             |  6 ++--
 scripts/Dpkg/Vars.pm                  |  9 +++---
 scripts/dpkg-buildpackage.pl          | 12 ++++----
 scripts/dpkg-distaddfile.pl           |  2 +-
 scripts/dpkg-genchanges.pl            | 54 ++++++++++++++++++-----------------
 scripts/dpkg-gencontrol.pl            | 21 +++++++++-----
 scripts/dpkg-parsechangelog.pl        |  3 +-
 scripts/dpkg-scanpackages.pl          |  9 ++++--
 scripts/dpkg-scansources.pl           |  3 +-
 scripts/dpkg-shlibdeps.pl             |  9 +++---
 20 files changed, 128 insertions(+), 87 deletions(-)

commit 0f802f0071e0efd7a260f83c5efc554f0ba585d9
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Nov 30 18:38:49 2013 +0100

    German dpkg translation update
    
    Update to 1085t2u.

 po/de.po | 276 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 142 insertions(+), 134 deletions(-)

commit e388307c2088026a56458b89026692a135391333
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 25 16:33:24 2013 +0100

    Update German scripts translation
    
    Update to 542t.

 scripts/po/de.po | 356 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 182 insertions(+), 174 deletions(-)

commit 7a474322884cced4bacb94d64bfe0f350da798e3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 25 16:29:24 2013 +0100

    Update German translation of manual pages
    
    Update to 2183t.

 man/po/de.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 0e6111a3af79ba1fc1959535780ee420e5dab651
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 21:46:21 2013 +0100

    perl: Always check open() return value
    
    Fixes InputOutput::RequireCheckedOpen.
    
    Warned-by: perlcritic

 dselect/methods/ftp/install     |  6 ++++--
 scripts/Dpkg/Changelog/Parse.pm |  3 ++-
 scripts/dpkg-shlibdeps.pl       |  3 ++-
 scripts/t/800_Dpkg_IPC.t        |  9 ++++++---
 src/t/100_dpkg_divert.t         | 12 ++++++++----
 test/100_critic.t               |  1 +
 6 files changed, 23 insertions(+), 11 deletions(-)

commit 9a1e6db62b37c76f609e012ae4e86018def587de
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 24 03:14:17 2013 +0100

    Dpkg::ErrorHandling: Move syntaxerr to Dpkg::Control::HashCore::parse_error
    
    This places the function where it belongs.

 scripts/Dpkg/Control/HashCore.pm | 43 +++++++++++++++++++++++++++++-----------
 scripts/Dpkg/Control/Info.pm     |  8 +++++---
 scripts/Dpkg/ErrorHandling.pm    | 11 ++--------
 3 files changed, 38 insertions(+), 24 deletions(-)

commit 4b8be5b817eed7950010192f83afc544d5f688cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 24 05:10:35 2013 +0100

    Dpkg::Changelog: Fix parse_error() POD prototype
    
    The documentation was missing the $file argument.

 scripts/Dpkg/Changelog.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 46199371e247af277b9dcab12adb7a5dcbf81d88
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 06:39:03 2013 +0100

    Dpkg::Changelog::Entry::Debian: Deprecate regex package variables
    
    Expose two functions to match a changelog header and trailer, instead
    of exposing the raw regex variables.
    
    Fixes Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 debian/changelog                       |  2 ++
 scripts/Dpkg/Changelog/Debian.pm       |  7 ++--
 scripts/Dpkg/Changelog/Entry/Debian.pm | 58 +++++++++++++++++++++++++++-------
 test/100_critic.t                      |  1 +
 4 files changed, 53 insertions(+), 15 deletions(-)

commit 5ae40e066d21689fde411fdc53774c77d28ff3f2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 20:35:57 2013 +0100

    Dpkg::Changelog::Debian: Remove unused $options variable
    
    This was left behind when the code got moved into check_header() in
    commit dc5d755b0fe118938f7bba438fcf2e44461b0f65, remove now.

 scripts/Dpkg/Changelog/Debian.pm | 1 -
 1 file changed, 1 deletion(-)

commit 526d1e43d40967b07779ec34ffd1be85280757ec
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 17:18:38 2013 +0100

    scripts: Fix POD headings and item lists

 scripts/Dpkg/Changelog/Debian.pm       |  6 ++++--
 scripts/Dpkg/Changelog/Entry/Debian.pm |  6 +++++-
 scripts/Dpkg/Changelog/Parse.pm        | 10 ++++++++--
 scripts/Dpkg/Deps.pm                   |  4 ++--
 4 files changed, 19 insertions(+), 7 deletions(-)

commit 1919e88f193dfd98be05cd25acfe86e617cb2228
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 06:02:09 2013 +0100

    Dpkg::Source::Package: Deprecate public package variables
    
    Replace direct usage of $diff_ignore_default_regexp and
    @tar_ignore_default_pattern with accessor functions.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 debian/changelog               |  2 ++
 scripts/Dpkg/Source/Package.pm | 36 +++++++++++++++++++++++++++++++++++-
 scripts/dpkg-source.pl         | 11 ++++++-----
 3 files changed, 43 insertions(+), 6 deletions(-)

commit 1cccaf0d0c509f9ac77f5448a0573e2d1c9c1ae4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 05:54:14 2013 +0100

    dpkg-source: Do not modify $diff_ignore_default_regexp package variable
    
    This is the default, only change scoped variables, this will help in
    further refactoring, and so that we get a correct default on --help.

 scripts/dpkg-source.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 5ae4ce9c2dfddbb36e2e0fc24dde3a27196f00f1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 8 05:09:52 2013 +0100

    Consistently use regex instead of regexp when possible
    
    All changed instances are documentation or private code interfaces.
    The only remaining variable instance with a regexp name is a publicly
    exposed variable, which will eventually disappear once it has gone
    through the deprecation process.

 dselect/methods/Dselect/Ftp.pm          |  2 +-
 man/dpkg-buildpackage.1                 |  2 +-
 man/dpkg-source.1                       | 14 +++++++-------
 scripts/Dpkg/Index.pm                   |  2 +-
 scripts/Dpkg/Source/Package.pm          | 15 +++++++++------
 scripts/Dpkg/Source/Package/V1.pm       | 10 +++++-----
 scripts/Dpkg/Source/Package/V2.pm       |  4 ++--
 scripts/Dpkg/Source/Package/V3/Bzr.pm   |  6 +++---
 scripts/Dpkg/Source/Package/V3/Git.pm   |  6 +++---
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  2 +-
 scripts/Dpkg/Source/Patch.pm            |  4 ++--
 scripts/dpkg-source.pl                  | 10 +++++-----
 scripts/t/550_Dpkg_Util.t               |  6 +++---
 13 files changed, 43 insertions(+), 40 deletions(-)

commit 16f9bd122b8a1e0ed8d6ce88cc57bd73ae829a03
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 06:48:37 2013 +0100

    Dselect::Ftp: Uppercase public %config package variable
    
    This module has a problematic license, so there's no point in doing
    a more intrusive cleanup, just uppercase the variable and be done
    with it.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm | 47 +++++++++++++++++++++---------------------
 dselect/methods/ftp/install    | 18 ++++++++--------
 dselect/methods/ftp/setup      | 26 +++++++++++------------
 dselect/methods/ftp/update     | 18 ++++++++--------
 4 files changed, 55 insertions(+), 54 deletions(-)

commit f5d11751aef250d3013652af80273c7379696b1e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 05:36:35 2013 +0100

    dselect: Make $ftp variable file global in ftp install method
    
    The code is already using a $::ftp variable to be able to cleanup on
    errors, just move the definition of the $ftp variable outside of the
    download() function.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 dselect/methods/ftp/install | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit ebf3faeb2d858442fe568967f6212b1c4bba58da
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 05:24:16 2013 +0100

    Dpkg::Vars: Deprecate $sourcepackage package variable
    
    Replace direct usage with function accessor.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 scripts/Dpkg/Vars.pm       | 12 ++++++++----
 scripts/dpkg-genchanges.pl |  7 ++++---
 scripts/dpkg-gencontrol.pl |  1 +
 scripts/dpkg-source.pl     |  2 +-
 4 files changed, 14 insertions(+), 8 deletions(-)

commit a3144a5806b3ffa3256dab4e1290a34743059995
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 05:11:58 2013 +0100

    Dpkg::Deps: Make %relation_ordering package variable private
    
    This variable was not documented, so not part of the public API, neither
    used by any other part of the perl scripts.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 scripts/Dpkg/Deps.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 901161c0665514c0199c8f970a76f3f1e0330904
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 03:38:21 2013 +0200

    Dpkg::Shlibs: Deprecate @librarypaths package variable
    
    Replace direct usage with accessor functions.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 scripts/Dpkg/Shlibs.pm      | 16 +++++++++++++---
 scripts/dpkg-gensymbols.pl  |  4 ++--
 scripts/dpkg-shlibdeps.pl   |  4 ++--
 scripts/t/200_Dpkg_Shlibs.t |  8 +++++---
 4 files changed, 22 insertions(+), 10 deletions(-)

commit 65e3833500e83cc54279967d47708e45cc5d7df8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 6 04:44:10 2013 +0100

    Dpkg::Deps: Move _arch_* private functions to Dpkg::Deps::Simple
    
    Do not use private functions from another module, just move them to the
    module where they are being used.
    
    Fixes Subroutines::ProhibitUnusedPrivateSubroutines and
    Subroutines::ProtectPrivateSubs.
    
    Warned-by: perlcritic

 scripts/Dpkg/Deps.pm | 183 +++++++++++++++++++++++++--------------------------
 test/100_critic.t    |   2 +
 2 files changed, 91 insertions(+), 94 deletions(-)

commit 414bd0e37034045cc5cd339a1244952b48ea3432
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 02:33:46 2013 +0200

    Dpkg::Exit: Expose proper functions instead of variables
    
    Add new functions to interact with the exit handlers. Mark @handlers as
    deprecated and to stop exporting it on VERSION 2.00.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 debian/changelog                         |  1 +
 scripts/Dpkg/Exit.pm                     | 69 +++++++++++++++++++++++++++++++-
 scripts/Dpkg/Source/Package.pm           |  8 ++--
 scripts/Dpkg/Source/Package/V1.pm        | 10 ++---
 scripts/Dpkg/Source/Package/V2.pm        | 18 ++++-----
 scripts/Dpkg/Source/Package/V3/Bzr.pm    |  6 +--
 scripts/Dpkg/Source/Package/V3/Git.pm    |  6 +--
 scripts/Dpkg/Source/Package/V3/Native.pm |  6 +--
 8 files changed, 95 insertions(+), 29 deletions(-)

commit 0ee33bbd23c4500b36c23da59db8f832f03b5c79
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 02:21:18 2013 +0200

    Dpkg::Compression: Add new compression_get_file_extension_regex() function
    
    Replace all direct accesses to $compression_re_file_ext with calls to
    the new function, and mark the variable as deprecated to be removed on
    VERSION 2.00.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 debian/changelog                         |  2 +-
 scripts/Dpkg/Compression.pm              | 31 +++++++++++++++++--------------
 scripts/Dpkg/Compression/FileHandle.pm   |  3 ++-
 scripts/Dpkg/Source/Package.pm           |  5 +++--
 scripts/Dpkg/Source/Package/V2.pm        |  7 ++++---
 scripts/Dpkg/Source/Package/V3/Bzr.pm    |  5 +++--
 scripts/Dpkg/Source/Package/V3/Native.pm |  3 ++-
 scripts/dpkg-buildpackage.pl             |  2 +-
 scripts/dpkg-genchanges.pl               |  2 +-
 9 files changed, 34 insertions(+), 26 deletions(-)

commit b8e79194cb0c1524a81f5b33f2514620998e28a2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 02:21:18 2013 +0200

    Dpkg::Compression: Deprecate default compression variables
    
    Mark $default_compression and $default_compression_level as deprecated
    to be removed on VERSION 2.00.
    
    Addresses Variables::ProhibitPackageVars.
    
    Warned-by: perlcritic

 debian/changelog            |  3 +++
 scripts/Dpkg/Compression.pm | 15 ++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit f6ee09954c6cd8fc0a39336f21960ce93afc180c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 5 05:56:45 2013 +0100

    perl: Do not allow hard tabs anywhere other than leading position
    
    Fixes CodeLayout::ProhibitHardTabs.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm    | 14 ++++++----
 dselect/methods/ftp/update        |  3 +-
 dselect/mkcurkeys.pl              |  4 +--
 scripts/Dpkg/Deps.pm              |  2 +-
 scripts/Dpkg/Gettext.pm           | 58 +++++++++++++++++++--------------------
 scripts/Dpkg/Shlibs/SymbolFile.pm | 54 ++++++++++++++++++------------------
 scripts/dpkg-mergechangelogs.pl   | 14 +++++-----
 scripts/dpkg-scansources.pl       | 34 +++++++++++------------
 test/100_critic.t                 |  1 +
 9 files changed, 94 insertions(+), 90 deletions(-)

commit 809bfc52d03b9dbf1cbca8d23c74d96f5a050e65
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 23 20:06:54 2013 +0100

    libdpkg: Rename pdb_deb_control to pdb_single_stanza
    
    The previous name didn't really catch the meaning of the flag.

 lib/dpkg/dpkg-db.h | 8 ++++----
 lib/dpkg/parse.c   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit fec5e3dee7cb048207d5ee82fe63ee6513a66cc3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 23 06:37:08 2013 +0100

    build: Set DEFAULT_TEXT_DOMAIN to @PACKAGE@ for libdpkg
    
    This makes sure the gettext() calls in the library code get the correct
    domain name, otherwise if the program is using a domain other than
    @PACKAGE@ (in this case dpkg), then it will not be able to find the
    correct translations.

 debian/changelog     | 2 ++
 lib/dpkg/Makefile.am | 1 +
 2 files changed, 3 insertions(+)

commit d7b89a456a071356a352b4bc7d66740f9050dcc2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 21:56:13 2013 +0100

    libdpkg: Use fp instead of stdout on isatty() in dpkg_set_report_buffer()
    
    Do not hardcode the file descriptor when calling isatty(), use the
    one provided as an argument.
    
    Regression introduced in commit 50c1cb4d6e8b4c3ee739646f9df05992b806ea5e.

 lib/dpkg/report.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b777a58ac99ca4c6628eeff97c899c368d3ab040
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 12:13:26 2013 +0100

    dpkg: Do not lose track of packages owning a file
    
    Properly reset the pkg_prev pointer for each file iteration, by moving
    the variable declaration inside the loop.
    
    Regression introduced in commit a2ee7d0bb4d56afb82438f09a50251acfa690643.
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>

 src/filesdb.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 849d3f8d0f55852d85a282daa812b1d48e1c6aac
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 12:02:30 2013 +0100

    dpkg: Set verify_output_rpm() as the default verify output formatter
    
    The verify_output function pointer was not initialized, and if the user
    did not specify --verify-output the program would segfault.
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>

 src/verify.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 37ca4dc304416071d9d8b018213eb8255e09d6af
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 21 21:40:12 2013 +0100

    dpkg: Split post_script_tasks() debug message
    
    Move the ensure_diversions debug progress message just before the
    function call, to make this less confusing.

 src/script.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 09bde8ca466a7bb55fc203a9cb114dd16c5c5b7f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 18 04:47:38 2013 +0100

    dpkg: Get rid of post_postinst_tasks_core()
    
    Fold post_postinst_tasks_core() into post_postinst_tasks(), and replace
    open-coded implementation in trigproc().

 src/main.h     |  2 --
 src/script.c   |  8 +-------
 src/trigproc.c | 14 +++-----------
 3 files changed, 4 insertions(+), 20 deletions(-)

commit 9772f1f27690ff0436d5afa02c924efad59ecd6c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 18 04:43:41 2013 +0100

    dpkg: Use modstatdb_get_status() instead of hardcoding msdbrw_write
    
    Pass the modstatdb status value used when opening the database, instead
    of hardcoding msdbrw_write to trig_incorporate() calls, and avoiding
    calling them on --no-act.

 src/script.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit f375b5ea1fb408abbc050fcb848263364f94f0ca
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 18 04:29:50 2013 +0100

    dpkg: Rename and unify maintscript function names

 src/cleanup.c   | 88 ++++++++++++++++++++++++++--------------------------
 src/configure.c | 10 +++---
 src/main.h      | 22 ++++++-------
 src/remove.c    |  9 ++----
 src/script.c    | 52 +++++++++++++++----------------
 src/trigproc.c  |  4 +--
 src/unpack.c    | 96 +++++++++++++++++++++++++++++----------------------------
 7 files changed, 138 insertions(+), 143 deletions(-)

commit 734702ce73524ef1ae84d2c1bf89f8b5db6b1b96
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 05:25:19 2013 +0100

    dpkg-deb: Do not set LC_NUMERIC to POSIX
    
    This is unneeded since commit c13a013fd8778f9f558bedfb532c011dcb304394
    where float handling was replaced by struct deb_version. But in any
    case the call had been ineffective for a very long time (since commit
    3dc5dd229b5044494db300e6fef7fd47363ce0b6, May 2002), because setting
    LC_ALL got moved from before to after setting LC_NUMERIC.

 dpkg-deb/main.c | 1 -
 1 file changed, 1 deletion(-)

commit 4b924a7b47b6773f2ece6aef6d01450a86a15274
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 22 06:34:25 2013 +0100

    libdpkg: Fix crashes on Mac OS X when using first gettext() after fork()
    
    On Mac OS X, the libintl code needs to call into the CoreFoundation
    framework, which is internally threaded, to initialize some caches.
    This is a problem when that first call is done after a fork(3),
    because per POSIX, only one thread will survive, leaving the
    process in a very inconsistent state, leading to crashes.
    
    To workaround this, we try to force the caches initialization
    at program startup time, by performing a dummy gettext("") call.
    
    Tested-by: Martin Costabel <costabel@wanadoo.fr>

 debian/changelog |  3 +++
 lib/dpkg/i18n.c  | 14 ++++++++++++++
 2 files changed, 17 insertions(+)

commit fa1cd230b9d89c4f861d10267ea635c8babf6627
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 17 06:46:28 2013 +0100

    libdpkg: New dpkg_locales_init()
    
    Switch all program to use the new function instead of open-coding it.

 dpkg-deb/main.c             |  5 +----
 dpkg-split/main.c           |  5 +----
 dselect/main.cc             |  5 +----
 lib/dpkg/Makefile.am        |  2 +-
 lib/dpkg/{i18n.h => i18n.c} | 41 ++++++++++++-----------------------------
 lib/dpkg/i18n.h             |  2 ++
 lib/dpkg/libdpkg.map        |  2 ++
 po/POTFILES.in              |  1 +
 src/divertcmd.c             |  5 +----
 src/main.c                  |  5 +----
 src/querycmd.c              |  5 +----
 src/statcmd.c               |  5 +----
 src/trigcmd.c               |  5 +----
 13 files changed, 26 insertions(+), 62 deletions(-)

commit 42e5cc51a2f8b70de667858a34f398f370c1e4c1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Nov 21 10:43:49 2013 +0100

    t-file-replaces-versioned: New test case
    
    This one checks moving a file from package A to B when a A/0 and B/0
    are both initially installed. B/1 has a replaces on A (<< 1) to avoid
    the file conflict.
    
    [guillem@debian.org:
     - Wrap TESTS_DEB assignment line.
     - Remove blank lines.
     - Remove Replaces in pkg-file-takeover-0.
     - Hook into TESTS_PASS. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile                                           |  1 +
 t-file-replaces-versioned/Makefile                 | 52 ++++++++++++++++++++++
 .../pkg-file-original-0/DEBIAN/control             |  7 +++
 .../pkg-file-original-0/test-file                  |  1 +
 .../pkg-file-original-0/test-original              |  0
 .../pkg-file-original-1/DEBIAN/control             |  7 +++
 .../pkg-file-original-1/test-original              |  0
 .../pkg-file-takeover-0/DEBIAN/control             |  7 +++
 .../pkg-file-takeover-0/test-takeover              |  0
 .../pkg-file-takeover-1/DEBIAN/control             |  8 ++++
 .../pkg-file-takeover-1/test-file                  |  1 +
 .../pkg-file-takeover-1/test-takeover              |  0
 t-file-replaces-versioned/ref-file                 |  1 +
 13 files changed, 85 insertions(+)

commit 62841baecfc474fd1bf61ae8ee75a636ccf8f909
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 9 16:49:12 2013 +0100

    Update German translation of manual pages
    
    Update to 2183t.

 man/po/de.po | 102 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 47 insertions(+), 55 deletions(-)

commit 5d62da287edc8dc5ee327008a835820a90034e09
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 2 05:39:51 2013 +0100

    dpkg: Refactor out run_logger() from run_status_loggers()

 src/main.c | 45 +++++++++++++++++++++++++++------------------
 1 file changed, 27 insertions(+), 18 deletions(-)

commit e6debc6c476220407a49ea386080fada2e129f1d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 1 21:08:30 2013 +0100

    dpkg: Distinguish error reports between archives and packages

 debian/changelog |  2 ++
 src/archives.c   |  2 +-
 src/errors.c     | 15 ++++++++++++++-
 src/main.h       |  1 +
 4 files changed, 18 insertions(+), 2 deletions(-)

commit 7b97cee0791103db6cb644d90817581088bca37e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 1 21:03:46 2013 +0100

    dpkg: Refactor enqueue_error_report() out from print_error_perpackage()

 src/errors.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit 43e95b3aea24a0abce17fcee143c08a72cc63e57
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 4 20:35:07 2013 +0100

    libdpkg: Change error printer argument from const char * to const void *
    
    This will allow passing any other data to the printer callback beside
    a string.

 lib/dpkg/ehandle.c | 18 +++++++++---------
 lib/dpkg/ehandle.h |  8 ++++----
 lib/dpkg/subproc.c |  2 +-
 src/errors.c       |  5 ++++-
 src/main.h         |  2 +-
 5 files changed, 19 insertions(+), 16 deletions(-)

commit ac7279e940828a3e14988eb720c80ef214b4892b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 4 21:25:38 2013 +0100

    libdpkg: Improve error handler and printer function argument names

 lib/dpkg/ehandle.c | 20 ++++++++++----------
 lib/dpkg/ehandle.h |  8 ++++----
 2 files changed, 14 insertions(+), 14 deletions(-)

commit 078a5258a35cbbb90251a418f9a5f4023429bc3c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 4 21:25:38 2013 +0100

    libdpkg: Suffix error handling function typedef with _func

 lib/dpkg/ehandle.c | 14 ++++++++------
 lib/dpkg/ehandle.h | 10 ++++++----
 2 files changed, 14 insertions(+), 10 deletions(-)

commit d9aea52d443b93d8c8cab7e22ffbb7a812201dc3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 4 21:21:19 2013 +0100

    libdpkg: Move error_context printer members into a struct
    
    This namespaces the printer specific members making their use more
    obvious.

 lib/dpkg/ehandle.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit b44d62d91144ba59949613d6725164ea1f2ac9f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 2 05:30:56 2013 +0100

    libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()

 dpkg-deb/main.c      |  7 +------
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/options.c   | 15 +++++++++++++++
 lib/dpkg/options.h   |  2 ++
 src/main.c           | 21 ++++-----------------
 5 files changed, 23 insertions(+), 23 deletions(-)

commit e855e3d679393ee475cf7a88c445912de481bf3e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 5 20:43:43 2013 +0100

    build: Ignore ~ backup files

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 2cfad24014196ca2985ef34bcbb1349fc475e82e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 1 18:46:06 2013 +0100

    man: Fix wording for ambiguous constructs
    
    Mark in bold and add section to File::Glob reference. Avoid ending a
    line with a closing parenthesis as po4a adds two spaces after that.
    Use switched instead of converted uniformly when referring to dir to
    symlink changes and vice-versa. Refer to the available database as the
    available file and mark it in italics to conform to current usage.
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/dpkg-gensymbols.1         |  6 +++---
 man/dpkg-maintscript-helper.1 |  8 ++++----
 man/dpkg.1                    | 16 ++++++++--------
 3 files changed, 15 insertions(+), 15 deletions(-)

commit c88dd3b6707d10c38370e92a3e6e40d437820ff6
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Nov 1 16:27:29 2013 +0100

    German dpkg translation update
    Update to 1085t2u.

 po/de.po | 1179 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 627 insertions(+), 552 deletions(-)

commit e51a1fdf61a32645ad86db7eecc2148ec7876cc4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 1 12:07:42 2013 +0100

    Update German translation of manual pages
    
    Update to 2183t.

 man/po/de.po | 432 ++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 309 insertions(+), 123 deletions(-)

commit 5272f85995aa73d7a5d37e54a5723fdcd1290d5c
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Wed Oct 30 08:49:22 2013 +0700

    Update Vietnamese programs translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/vi.po | 120 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 59 deletions(-)

commit 4b870bcc52bb1c4c8c1a333fadb31329d4794232
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 26 04:17:19 2013 +0200

    dpkg-maintscript-helper: Add new dir_to_symlink command
    
    Closes: #583585

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

commit bfc1044bee79b089d1a67864a33ef9600703a18e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 20 03:08:03 2013 +0200

    dpkg-maintscript-helper: Add new symlink_to_dir command
    
    Closes: #720712
    
    Based-on-patch-by: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>

 debian/changelog                   |  2 +
 man/dpkg-maintscript-helper.1      | 38 ++++++++++++++++++-
 scripts/dpkg-maintscript-helper.sh | 76 +++++++++++++++++++++++++++++++++++++-
 3 files changed, 113 insertions(+), 3 deletions(-)

commit c7f71379d3e7d16da492a9448efedce6ff872804
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 1 05:01:36 2013 +0100

    dpkg-maintscript-helper(1): Refactor common parameters into a new section

 man/dpkg-maintscript-helper.1 | 67 +++++++++++++++++++------------------------
 1 file changed, 30 insertions(+), 37 deletions(-)

commit eb685ae9bf579d6efcb5677ab2f4f3f99cdbdcb8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 1 05:55:33 2013 +0100

    dpkg-maintscript-helper: Accept multiple arguments in error and warning
    
    This allows to split overly long strings into smaller chunks on multiple
    lines.

 scripts/dpkg-maintscript-helper.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 55f5702cc6e642275d8f7d307e088eedcefe1afa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 21 01:58:42 2013 +0200

    dpkg-maintscript-helper: Generalize ensure_package_owns_conffile()
    
    Rename it and fix the debug message so that it can be used for any
    file w/o confusing the readers.

 scripts/dpkg-maintscript-helper.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 030331384dfdb1eb61bca97ac49aaaada082a01d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 26 06:39:05 2013 +0200

    t-switch-dir-to-symlink: New test case
    
    Bug-Debian: http://bugs.debian.org/583585

 Makefile                                           |  1 +
 t-switch-dir-to-symlink/Makefile                   | 48 ++++++++++++++++++++++
 .../pkg-dir-conffile-0/DEBIAN/conffiles            |  1 +
 .../pkg-dir-conffile-0/DEBIAN/control              |  7 ++++
 .../pkg-dir-conffile-0/test-path/file-conf         |  0
 .../pkg-dir-conffile-1/DEBIAN/control              |  7 ++++
 .../pkg-dir-conffile-1/DEBIAN/postinst             |  5 +++
 .../pkg-dir-conffile-1/DEBIAN/postrm               |  5 +++
 .../pkg-dir-conffile-1/DEBIAN/preinst              |  5 +++
 .../pkg-dir-conffile-1/test-path                   |  1 +
 .../pkg-dir-real/DEBIAN/control                    |  7 ++++
 .../pkg-dir-real/test-path/file-dir                |  0
 .../pkg-dir-symlink-0/DEBIAN/control               |  7 ++++
 .../pkg-dir-symlink-0/test-path/file-path          |  0
 .../pkg-dir-symlink-1/DEBIAN/control               |  7 ++++
 .../pkg-dir-symlink-1/DEBIAN/postinst              |  5 +++
 .../pkg-dir-symlink-1/DEBIAN/postrm                |  5 +++
 .../pkg-dir-symlink-1/DEBIAN/preinst               |  5 +++
 .../pkg-dir-symlink-1/test-dir/file-dir            |  0
 .../pkg-dir-symlink-1/test-path                    |  1 +
 20 files changed, 117 insertions(+)

commit b4dada799147b2af66409b33ef6cedc8bc428699
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Tue Aug 20 19:17:04 2013 +0200

    t-switch-symlink-to-dir: New test case
    
    [guillem@debian.org:
     - Use test -h instead of -L.
     - Use set -e on maintainer scripts.
     - Test that path is a symlink or a directory after each dpkg operation.
     - Do not remove the path, that should be handled by dpkg.
     - Fix package synopsis. ]
    
    Bug-Debian: http://bugs.debian.org/720712
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile                                           |  1 +
 t-switch-symlink-to-dir/Makefile                   | 22 ++++++++++++++++++++++
 .../pkg-dir-real/DEBIAN/control                    |  7 +++++++
 .../pkg-dir-real/test-dir/file-dir                 |  0
 .../pkg-dir-symlink-0/DEBIAN/control               |  7 +++++++
 .../pkg-dir-symlink-0/test-symlink                 |  1 +
 .../pkg-dir-symlink-1/DEBIAN/control               |  7 +++++++
 .../pkg-dir-symlink-1/DEBIAN/postinst              |  5 +++++
 .../pkg-dir-symlink-1/DEBIAN/postrm                |  5 +++++
 .../pkg-dir-symlink-1/DEBIAN/preinst               |  5 +++++
 .../pkg-dir-symlink-1/test-symlink/file-owned      |  0
 11 files changed, 60 insertions(+)

commit 60e6709bf3b2dfb2e2536edf1730c49e69b8ddde
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 17 19:13:15 2013 +0200

    build: Enable dpkg-maintscript-helper debugging on debug option

 Test.mk | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 2c9565df8347284ccc3de074ffbdfa25b7ba80a0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 17 19:23:47 2013 +0200

    build: Add empty directories by including placeholder files
    
    Make sure that empty directories are present on the repository by
    adding placeholder .gitignore or .keep files. This includes test case
    and database directories, and the latter allows to easily see if
    unexpected files have been created in the database.

 dpkgdb/info/.gitignore                           | 2 ++
 dpkgdb/updates/.gitignore                        | 1 +
 t-dir-extension-check/pkg-dbg-dir/test-dir/.keep | 0
 3 files changed, 3 insertions(+)

commit ad2b036ead0018efeaceb8c6287bdc0c301d7df1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 27 19:52:38 2013 +0100

    Update German translation of manual pages
    
    Update to 2164t.

 man/po/de.po | 460 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 249 insertions(+), 211 deletions(-)

commit a1213b9bdc5aea4bcf1f947dc68960d6fbe2908c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 27 18:41:54 2013 +0100

    Update German scripts translation
    
    Update to 541t.

 scripts/po/de.po | 280 +++++++++++++++++++++++++++----------------------------
 1 file changed, 140 insertions(+), 140 deletions(-)

commit 579b90b61b24a538cf1709d7ceda0b38fec631b3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 26 00:11:57 2013 +0200

    dpkg: Only keep previous database stat info instead of open files
    
    There's no point in keeping the files open across subsequent calls,
    when the only thing we want to know is if the new file is the same as
    the old one, just preserve the stat information for that. With this we
    do no longer need to set the close-on-exec bit either.

 src/divertdb.c | 18 +++++-------------
 src/statdb.c   | 29 ++++++++++-------------------
 2 files changed, 15 insertions(+), 32 deletions(-)

commit 1d5471c21a9b069c45088827d8451fb031c5af41
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 26 00:09:15 2013 +0200

    dpkg: Always return from ensure_statoverrides() if file is NULL
    
    Do not proceed within the function if we cannot open the current
    database because it does not exist and we opened it before. This
    will only get us to read garbage from memory or segfault.
    
    Warned-by: clang static analyzer

 debian/changelog | 2 ++
 src/statdb.c     | 5 +++++
 2 files changed, 7 insertions(+)

commit c6194499b951876ba197f5be1b8999712c46db13
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 25 23:14:33 2013 +0200

    dpkg: Give more meaningful names to database stat variables
    
    Name them as stab_prev and stab_next to denote the previous and next
    database file to read.

 src/divertdb.c | 11 ++++++-----
 src/statdb.c   | 19 ++++++++++---------
 2 files changed, 16 insertions(+), 14 deletions(-)

commit 3e05efebd36e269118ed42938d875b1addf169eb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 25 03:24:34 2013 +0200

    dpkg: Only allocate STATOVERRIDEFILE and DIVERSIONSFILE paths once
    
    There's no point in reallocating these on every function invocation,
    if in the future we need to change the paths between calls, then the
    function can be reworked to take a pathname for example.

 src/divertdb.c | 5 ++---
 src/statdb.c   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

commit 0ea126b57e7e1b06d0590d6f165e6305d45673ac
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 25 03:18:08 2013 +0200

    build: Add -Wc++11-compat and -Wlogical-op to the dafault warnings

 m4/dpkg-compiler.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 252830d65df33097959ff4cda268f90e5373a4ac
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 25 03:19:58 2013 +0200

    build: Remove -Wno-unused-value from default CXXFLAGS
    
    The ncurses bug (#542031) has long been fixed.

 m4/dpkg-compiler.m4 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 20f855ab44ee23543dd79f6e7103c96516e65419
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 23 02:14:51 2013 +0200

    dpkg: Use line instead of desc to make use of the strtok() assignment
    
    There's no actual behavior change with this, but it makes the code
    clearer and squashes a warning.
    
    Warned-by: clang static analyzer

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18e59730c2016066bef5c2f702731f3b6f08f66d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 23 02:12:59 2013 +0200

    dpkg, libdpkg: Remove unused variable assignments
    
    Warned-by: clang static analyzer

 lib/dpkg/parse.c | 1 -
 src/script.c     | 1 -
 2 files changed, 2 deletions(-)

commit 9431994c82b786bf2886f3de6fac2b772c305124
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 23 02:06:49 2013 +0200

    libdpkg: Unify scandir() list element free()ing
    
    This makes the code more clear, and should unconfuse the clang static
    analyzer.

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

commit f470bfb33f0b2d5cf20c2c533e0ccfb2145bbc5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 26 04:17:44 2013 +0200

    libcompat: Do not NULL-terminate the list in scandir()
    
    This might cause a segfault in case all entries have been filtered and
    list has not been allocated. This should only possibly affect systems
    where the fallback code is being used.

 debian/changelog     | 2 ++
 lib/compat/scandir.c | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 237e3a9497096ed596779c78c08497fe34dd0d3b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 16 18:38:38 2013 +0200

    doc: Write hyphen instead of dash when we mean the ‘-’ character

 debian/changelog                   | 2 ++
 lib/dpkg/arch.c                    | 2 +-
 lib/dpkg/test/t-version.c          | 4 ++--
 man/dpkg-architecture.1            | 2 +-
 man/dpkg-maintscript-helper.1      | 2 +-
 man/dpkg-source.1                  | 2 +-
 man/dpkg.1                         | 2 +-
 man/dpkg.cfg.5                     | 2 +-
 man/dselect.1                      | 2 +-
 man/dselect.cfg.5                  | 2 +-
 scripts/Dpkg/Conf.pm               | 2 +-
 scripts/Dpkg/Control/FieldsCore.pm | 2 +-
 12 files changed, 14 insertions(+), 12 deletions(-)

commit 7a5f47b184dafb615b26f825434284cbe0ff3ed0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 6 16:57:04 2013 +0200

    scripts: Improve and unify -O option handling and man page wording
    
    Take an optional filename argument everywhere. Describe the default
    output file for dpkg-gensymbols.

 debian/changelog           |  3 +++
 man/dpkg-gencontrol.1      |  7 ++++---
 man/dpkg-gensymbols.1      | 20 ++++++++++++--------
 man/dpkg-shlibdeps.1       |  8 ++++----
 scripts/dpkg-gencontrol.pl |  7 +++++--
 scripts/dpkg-gensymbols.pl |  5 ++---
 scripts/dpkg-shlibdeps.pl  |  6 ++++--
 7 files changed, 34 insertions(+), 22 deletions(-)

commit 13b173b908a2551711a6326e41a4f2371bfa8722
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 26 02:43:14 2013 +0200

    scripts: Do not prefix paths with ./ before calling open
    
    All those paths are now being opened with the three-form open call, so
    there's not going to be any kind of ambiguity, just stop prefixing them.

 scripts/dpkg-distaddfile.pl | 1 -
 scripts/dpkg-gencontrol.pl  | 2 --
 scripts/dpkg-shlibdeps.pl   | 1 -
 3 files changed, 4 deletions(-)

commit 1b2f6e01c8c11f0adf04a3dee91ed9a6ac5dae5d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 20 21:06:50 2013 +0200

    dpkg-buildflags: Add pie and stack-protector options to FFLAGS
    
    When enabled add those flags to the Fortran build flags. Update the
    man page to document that FFLAGS is a subset of CFLAGS.
    
    Closes: #726932

 debian/changelog              | 3 +++
 man/dpkg-buildflags.1         | 4 ++--
 scripts/Dpkg/Vendor/Debian.pm | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)

commit b4182cc9f05906ac3fecc41710b0d3ab9d329b07
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 6 16:56:24 2013 +0200

    dpkg-buildpackage(1): Do not mark square brackets in italic

 man/dpkg-buildpackage.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7bae2d7d93b0e16ee011a1dfa68b6769605ed710
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 24 23:23:08 2013 +0200

    Dpkg::Source::Package: Check subprocess exit codes
    
    Make sure to error out if one of the subprocesses exits with an error.
    
    Spotted-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

 debian/changelog                      | 2 ++
 scripts/Dpkg/Source/Package/V2.pm     | 1 +
 scripts/Dpkg/Source/Package/V3/Bzr.pm | 2 ++
 3 files changed, 5 insertions(+)

commit ea20be1445cf8b9d61c84b4042c6d5226de9428f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 24 01:12:48 2013 +0200

    dpkg-genchanges: Slighly improve note on no substvar expansion
    
    Ref: #719854
    
    Suggested-by: Jérémy Bobbio <lunar@debian.org>

 scripts/dpkg-genchanges.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f397e9d72bf811c3e8d44746a41b7757638a5c1e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 31 18:21:53 2013 +0200

    dpkg-buildpackage: Honor new DEB_SIGN_KEYID environment variable
    
    Use the new environment variable if set, as default value to pass to
    gnupg.
    
    Closes: #615813, #719418
    
    Suggested-by: Harald Dunkel <harri@afaics.de>

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

commit a2ee7d0bb4d56afb82438f09a50251acfa690643
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 18 07:56:24 2013 +0200

    dpkg: Use a simple list to track packages owning a file
    
    Using a list of package arrays waste at least 10 pointers per path that
    is not shared by multiple packages, which adds up to significant amount
    with lots of installed paths and 64-bit pointers.
    
    Also the new waste we get from each pkg_list node for each shared file is
    really minor, as the common thing is for num. paths >>> num. packages.

 debian/changelog |   3 ++
 src/filesdb.c    | 101 ++++++++++++++++---------------------------------------
 src/filesdb.h    |   2 +-
 3 files changed, 33 insertions(+), 73 deletions(-)

commit 8e4795d3a806aac540f9d75b990a4a0d6c7cd7cf
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 18 03:43:52 2013 +0200

    libdpkg: Change find_field_info() to return NULL on not-found
    
    This is the more natural return code, instead of a field with NULL
    members.

 lib/dpkg/pkg-format.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 64064000cd47b1792073809c034c7b8f18c94bc6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Oct 17 20:39:55 2013 +0200

    Update German translation of manual pages
    
    Update to 2161t.

 man/po/de.po | 818 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 441 insertions(+), 377 deletions(-)

commit af25b678148d6edd6fab7d4986da1c32e9647117
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 17 19:25:09 2013 +0200

    Revert "Test.mk: ensure that dpkg required directories are created"
    
    This reverts commit 433154f979dea2237747ac0891fe2316f122b4b5.
    
    This commit added directory dependencies, with the consequent stat calls
    for each test case, for no good reason, as these directories should have
    been added in commit fd2ea02447ce46aea4e2f2aa250cca8940bef21e, by adding
    a placeholder to be able to track empty directories.

 Test.mk | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

commit 3a30cb6743e05e43b664335faaa889d090403e24
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 24 01:04:21 2013 +0200

    dpkg-deb: Refactor file_treewalk_feed() out from do_build()

 dpkg-deb/build.c | 87 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 53 insertions(+), 34 deletions(-)

commit 8911538401d79c17ea347de91ef131365aa86934
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 28 03:00:16 2013 +0200

    dpkg-deb: Be explicit when handling deb format 2 code branches
    
    Test against an explicit major version 2 instead of just assuming the
    alternate branch of major version 0 will be 2. This is more future-proof
    and makes the code clearer.
    
    Reported-by: Jérémy Bobbio <lunar@debian.org>

 dpkg-deb/build.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 240330b3738c2374c916ff225a86b039860ddbc1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 28 02:55:10 2013 +0200

    dpkg-deb: Do not leak the data member file descriptor
    
    Although this is currently a very short-lived leak.
    
    Reported-by: Jérémy Bobbio <lunar@debian.org>

 dpkg-deb/build.c | 2 ++
 1 file changed, 2 insertions(+)

commit 2fa8794747f12312cba6333f8d06c3229f23c469
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 18 12:20:26 2013 +0200

    libdpkg: Reset environment variables for all compressors in the filter
    
    This makes sure the commands will not produce strange output due to
    environment settings. The cleaned environment variables are XZ_DEFAULTS,
    XZ_OPT, BZIP and BZIP2, depending on the compressor used.
    
    Move GZIP environment variable cleanup to libdpkg, as there's nothing
    inherently dpkg-deb specific in resetting the environment variables for
    a specific compressor so that the output is reproducible and a bit more
    consistent with the code using the specific compressor library.

 debian/changelog    |  3 +++
 dpkg-deb/main.c     |  2 --
 lib/dpkg/compress.c | 29 ++++++++++++++++++++---------
 3 files changed, 23 insertions(+), 11 deletions(-)

commit bd58cab620d35bd34021578c97904921cdca45bd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 18 11:49:42 2013 +0200

    libdpkg: Do not store timestamps in gzip headers when using the command
    
    The zlib library by default does not initialize the gzip header with
    information like OS, filename or timestamp. Try to do the same when
    using the gzip command, although there's no way to tell the command
    not to store the OS.
    
    Closes: #719844

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

commit d61f25455ce09613dfa515e6b1a22c438a677f4c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 17 13:03:51 2013 +0200

    dpkg: Print the package version on main progress messages
    
    This should help people diagnose problems by providing more context on
    what's going on by being explicit about what packages is being handled.

 debian/changelog |  1 +
 src/archives.c   | 10 ++++++----
 src/remove.c     | 12 ++++++++----
 src/trigproc.c   |  5 +++--
 src/unpack.c     | 11 +++++++----
 5 files changed, 25 insertions(+), 14 deletions(-)

commit 23cd7bf4371fec649a4a750ef216948efbfbf819
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 29 04:47:55 2011 +0200

    dpkg: Improve “Preparing to replace” and “Unpacking” messages
    
    Unifies the output, makes it symmetric in case of upgrade or new install
    by always printing two messages, properly shows from what version we
    are upgrading to which one, and some cases of cross-grading.
    
    Closes: #32427, #71106

 debian/changelog |  2 ++
 src/unpack.c     | 22 ++++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit b4dd2a29d6b7e0a2f65021307481c9a575729aa1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 04:36:16 2012 +0200

    dpkg: Add new --verify command
    
    For now this checks that the files have not been modified by computing
    and comparing their md5sum hashes against the ones in the database.
    
    The only currently supported output format will try to mimick the one
    from «rpm --verify», but the default might change in the future in case
    it is found cumbersome or lacking, and as such programs parsing the
    command output should be explicit about the format they want.
    
    Closes: #187019

 debian/changelog |   4 ++
 man/dpkg.1       |  23 ++++++++
 src/Makefile.am  |   4 +-
 src/main.c       |  11 ++++
 src/main.h       |   6 ++
 src/verify.c     | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 215 insertions(+), 1 deletion(-)

commit 1759c8fd3366450e0cb66d6ad0a1420e33848226
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 19 00:51:13 2012 +0200

    dpkg: Add md5sums control file parsing support

 po/POTFILES.in     |   1 +
 src/filesdb-hash.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/filesdb.h      |   1 +
 3 files changed, 102 insertions(+)

commit 433aa7f577493672c46e9f487916656585b52dce
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 11:36:41 2013 +0200

    u-a: Change mark to be a character instead of a string

 utils/update-alternatives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f2e2ab4bd1b91756e4a4f747b2441893990c7531
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 11:33:33 2013 +0200

    u-a: Unify idx handling in alternative_select_choice()
    
    Make it obvious the 0 passed to alternative_print_choice() is the idx,
    and move the increment in the for loop into the post action.

 utils/update-alternatives.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit aae7949241856e5d893f611ed53f2b4e19d40714
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 11:31:28 2013 +0200

    u-a: Refactor out choice printing into its own function

 utils/update-alternatives.c | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

commit 39cc848a227998a1ba6737acea8b15c0f5882899
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 2 11:24:54 2013 +0200

    u-a: Compute unchanging select choice variables just once
    
    Instead of computing them on every loop, do so only once before entering
    the loop.

 utils/update-alternatives.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 6cfc3842df339504e9327e1b90fafc6201fddbf1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 1 01:53:24 2013 +0200

    u-a: Rename DPKG_TMP_EXT to ALT_TMP_EXT
    
    Although we are still using dpkg specific file extensions for the temp
    files, it's one step further in untangling it from dpkg.

 utils/update-alternatives.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit ebd73fc66a9bedcbaf9308373d0cf366c3d48369
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 29 17:15:15 2013 +0200

    u-a: Add new function to return a descriptive alternative status string

 utils/update-alternatives.c | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

commit 9bbdca83fa1a8c817a2f8d02db493f173435a5af
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 26 00:06:45 2013 +0200

    u-a: When changing slave links do not warn that the link group is broken
    
    When new slave links are added or the targets for existing ones are
    changed, we should not give bogus and confusing warnings as if the link
    group was broken on disk and needs to be updated. Instead detect these
    cases and give an informative message noting that the link group needs
    to be updated due to the slave links changes. But still warn in case any
    of the slaves is not being updated and is trully broken.

 debian/changelog            |  3 ++
 utils/update-alternatives.c | 67 +++++++++++++++++++++++++++++++++------------
 2 files changed, 53 insertions(+), 17 deletions(-)

commit bcd503e9bee9d7662fae235e54bf9c4626883523
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 26 00:06:45 2013 +0200

    u-a: Refactor alternative_copy_slave() out from alternative_evolve()
    
    The new function adds a struct slave to a struct alternative, taking
    care of allocating the slave strings as copies.

 utils/update-alternatives.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 5ff17948b7192becb52011aa4646dea757b0bf71
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 25 16:53:05 2013 +0200

    u-a: Refactor alternative_has_broken_slave() out from alternative_is_broken()

 utils/update-alternatives.c | 84 +++++++++++++++++++++++++--------------------
 1 file changed, 47 insertions(+), 37 deletions(-)

commit 1558f713929859db6a68594898bd3a4f59529a16
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 25 16:45:00 2013 +0200

    u-a: Refactor alternative_evolve_slave() out of alternative_evolve()

 utils/update-alternatives.c | 86 ++++++++++++++++++++++++---------------------
 1 file changed, 45 insertions(+), 41 deletions(-)

commit c23a480b1dddd36dcdad3c08b3b692da55ccc7e0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 14 23:29:36 2013 +0200

    s-s-d: Recognize -C as documented
    
    Closes: #719746
    
    Spotted-by: "Brian S. Julin" <bri@abrij.org>

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

commit b7203e9b796270b1f6f2139bd7770484b401afe3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 14 05:02:13 2013 +0200

    doc: Update Doxygen configuration from version 1.8.4
    
    This gets rid of some warnings due to deprecated options.

 doc/Doxyfile.in | 119 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 70 insertions(+), 49 deletions(-)

commit 89fd6629c2d414b61c5eacd485d8f3f873c8023e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 14 04:20:54 2013 +0200

    libdpkg: Use node instead of head when walking a pkg_format_node list

 lib/dpkg/pkg-format.c | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

commit 453c50e88ceef09a9040e902fe33ca093800dd43
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 14 04:11:23 2013 +0200

    libdpkg: Rename pkg_format_node variables from cur to node

 lib/dpkg/pkg-format.c | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

commit 85c4b70a494e7335b189a2cb8b361e51cf1fd39e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 14 02:46:41 2013 +0200

    libdpkg: Remove unused header inclusions from tarfn.h

 lib/dpkg/tarfn.h | 3 ---
 1 file changed, 3 deletions(-)

commit d9d8c5ab38fe47796fb6ccbc314d6ab635d5451f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 13 05:33:18 2013 +0200

    Use <termios.h> instead of deprecated <sys/termios.h>

 dselect/baselist.cc       | 2 +-
 src/configure.c           | 2 +-
 src/querycmd.c            | 2 +-
 utils/start-stop-daemon.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit f3eb58ebe798d18c4d14437039e5e2469ab25350
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 12 11:06:35 2013 +0200

    Remove unused sys header inclusions

 src/enquiry.c | 3 ---
 src/trigcmd.c | 2 --
 2 files changed, 5 deletions(-)

commit 3ae71d2472df5a818478fa7bdbdc4b7724c24e2a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 12 10:52:21 2013 +0200

    libdpkg: Rename and namespace option parsing and loading functions

 dpkg-deb/main.c      |  2 +-
 dpkg-split/main.c    |  2 +-
 dselect/main.cc      |  4 ++--
 lib/dpkg/libdpkg.map |  4 ++--
 lib/dpkg/options.c   | 20 ++++++++++----------
 lib/dpkg/options.h   |  7 +++----
 src/divertcmd.c      |  2 +-
 src/main.c           |  6 +++---
 src/querycmd.c       |  2 +-
 src/statcmd.c        |  2 +-
 src/trigcmd.c        |  2 +-
 11 files changed, 26 insertions(+), 27 deletions(-)

commit 0c977fa968be04424ddfd33445b9e4d72348bfaf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 12 10:34:15 2013 +0200

    libdpkg: Add dpkg-based program startup and shutdown functions
    
    These will perform any necessary action when starting and exiting a
    dpkg-based program.

 dpkg-deb/main.c      |  6 ++----
 dpkg-split/main.c    |  7 ++-----
 dselect/main.cc      |  4 ++--
 lib/dpkg/Makefile.am |  2 ++
 lib/dpkg/dpkg.h      | 13 +-----------
 lib/dpkg/program.c   | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/program.h   | 41 +++++++++++++++++++++++++++++++++++++
 src/divertcmd.c      |  7 +++----
 src/main.c           |  7 ++-----
 src/querycmd.c       |  6 ++----
 src/statcmd.c        |  6 ++----
 src/trigcmd.c        |  7 ++-----
 12 files changed, 118 insertions(+), 45 deletions(-)

commit 50c1cb4d6e8b4c3ee739646f9df05992b806ea5e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 31 03:20:33 2013 +0200

    libdpkg: Use fully buffered output on non-tty
    
    If stdout is not a tty, we don't need immediate feedback, and not
    buffering it can cause a significant slow down in case the amount
    printed each time is very small.
    
    Reported-by: Shawn Landden <shawnlandden@gmail.com>

 debian/changelog  | 2 ++
 lib/dpkg/report.c | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 3b786cf079b577431533c1f0936366246a1ae075
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 12 09:40:36 2013 +0200

    libdpkg: Refactor report output buffering setup into a new function

 dpkg-split/main.c    | 3 +--
 dselect/main.cc      | 2 +-
 lib/dpkg/libdpkg.map | 1 +
 lib/dpkg/report.c    | 8 +++++++-
 lib/dpkg/report.h    | 3 +++
 src/divertcmd.c      | 3 +--
 src/main.c           | 3 +--
 src/querycmd.c       | 2 +-
 src/statcmd.c        | 3 +--
 src/trigcmd.c        | 3 +--
 10 files changed, 18 insertions(+), 13 deletions(-)

commit a57bcb1d886cda873c2cc81e73e7ac729e34142f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 11 21:07:35 2013 +0200

    dpkg-split: Remove redundant call to setvbuf()
    
    The output buffer is already setup in main().

 dpkg-split/split.c | 2 --
 1 file changed, 2 deletions(-)

commit ab5bdc1fc7bbf225efcbb3376ed309015682e772
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 13 02:52:50 2013 +0200

    dpkg-query: Fix output when using multibyte character strings
    
    When cropping strings, possibly multibyte ones, take into account that
    there's three different counts to be considered, the number of
    characters to display, their screen width and the number of bytes they
    take on the multibyte string.
    
    Closes: #257505, #718541
    
    Based-on-patch-by: Changwoo Ryu <cwryu@debian.org>

 debian/changelog     |   3 ++
 lib/dpkg/Makefile.am |   1 +
 lib/dpkg/libdpkg.map |   2 +
 lib/dpkg/string.h    |  10 +++-
 lib/dpkg/strwide.c   | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in       |   1 +
 src/querycmd.c       |  21 ++++++---
 7 files changed, 158 insertions(+), 7 deletions(-)

commit dd13c72c1482c110ed5a28d1a9f13fc8f0dfd72b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 13 02:44:23 2013 +0200

    dpkg-query: Do not hardcode summary width in list_format_print_header()

 src/querycmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 010c35a49336f40e47f992f0ee990869e63093a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 6 04:58:17 2013 +0200

    dpkg: Activate file triggers on disappearance more accurately
    
    Activate them only when we know we are inevitably removing things.

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

commit e00a290311af19dbf8d83a61c1ccca040a941207
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 6 04:46:10 2013 +0200

    dpkg: Activate all path components for file triggers on removal
    
    Because directory processing might get skipped on removal (contrary to
    unpack), as they might be shared with other packages, some file triggers
    will not get activated as the code was changed to do more optimal
    activation. The problem is that the removed paths need to activate all
    parent paths to be effective.
    
    Regression introduced in commit 65ade6390b47fe3ec6a0e2ba341f3d553bf4bbc6.
    
    Closes: #725437

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

commit f8c5f28a5e3124856e8a67e89afb361718fb23e8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 3 20:14:44 2013 +0200

    build: Do not assume make supports nested variables
    
    Use @AM_V@ and @AM_DEFAULT_V@ instead of directly using the variables,
    so that configure can detect if make supports nested variables and use
    valid values for each case.

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

commit cc291cb36d388de6ff2321b429d70b77b0a83790
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 3 20:12:33 2013 +0200

    build: Use AC_MSG_ERROR instead of obsolete AC_ERROR

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 34e3c78350476d92182ba234f32111db746aca87
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Oct 3 12:02:06 2013 +0200

    German dpkg translation update
    
    Update to 1074t2u.

 po/de.po | 94 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 45 deletions(-)

commit e200bdee4961a12cbf1112c75771ba65628719e4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Sep 27 20:54:52 2013 +0200

    Update German scripts translation
    
    Update to 541t.

 scripts/po/de.po | 95 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

commit 2fd64375d0871503fbfb1d4a4373817eec55fec3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Sep 21 18:46:24 2013 +0200

    Update German translation of manual pages
    
    Update to 2155t.

 man/po/de.po | 801 +++++++++++------------------------------------------------
 1 file changed, 140 insertions(+), 661 deletions(-)

commit 39e5100371038ef5aa3f63520ede01f6b91968f3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 12 00:50:15 2013 +0200

    dpkg: Use an enum for the saidread variable

 TODO          |  2 +-
 src/filesdb.c | 20 +++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit 1057ebd7e9ab20cd2038597aeb8d641f790dd3df
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 12 00:34:01 2013 +0200

    dpkg: When ignoring invalid remove requests consider that progress
    
    Because we've taken out the package from the queue, and acted on it, by
    way of ignoring it, we need to consider that progress when processing
    the queue, otherwise for huge amount of requests the decreasing queue
    length at some point will be shorter than the amount of packages that
    have not supposedly progressed.
    
    Closes: #143307

 debian/changelog | 2 ++
 src/remove.c     | 2 ++
 2 files changed, 4 insertions(+)

commit ef63703776ae8f17cf65669d098c338bb97efb32
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 12 00:33:09 2013 +0200

    dpkg: Use enum dep_check type and values instead of int and literals

 TODO            |  2 +-
 src/configure.c |  2 +-
 src/remove.c    | 14 ++++++++------
 3 files changed, 10 insertions(+), 8 deletions(-)

commit 9b8a544549ea911210f8ec1dc6062bf98e8a3e3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 11 23:58:18 2013 +0200

    Decapitalize error and warning messages

 debian/changelog                  |  1 +
 dselect/methods/Dselect/Ftp.pm    | 12 ++++++------
 dselect/methods/ftp/install       | 10 +++++-----
 dselect/methods/ftp/setup         |  2 +-
 dselect/methods/ftp/update        |  2 +-
 dselect/methods/multicd/install   |  7 ++++---
 lib/dpkg/fields.c                 |  2 +-
 scripts/Dpkg/Arch.pm              |  4 ++--
 scripts/Dpkg/Checksums.pm         |  8 ++++----
 scripts/Dpkg/Shlibs/Objdump.pm    |  4 ++--
 scripts/Dpkg/Shlibs/SymbolFile.pm |  4 ++--
 scripts/Dpkg/Source/Archive.pm    |  4 ++--
 scripts/dpkg-buildpackage.pl      |  4 ++--
 scripts/dpkg-gensymbols.pl        |  4 ++--
 scripts/dpkg-scanpackages.pl      | 20 ++++++++++----------
 scripts/dpkg-shlibdeps.pl         |  2 +-
 scripts/t/600_Dpkg_Changelog.t    |  2 +-
 src/configure.c                   |  4 ++--
 src/divertcmd.c                   |  2 +-
 src/infodb-upgrade.c              |  2 +-
 src/remove.c                      |  8 ++++----
 21 files changed, 55 insertions(+), 53 deletions(-)

commit 17913ae2214d7c0493b9000e0ca61e76349f4e18
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 12 10:06:06 2013 +0200

    Fix build failure due to POD syntax error
    
    Reported-by: Johannes Schauer <j.schauer@email.de>

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

commit a7d2b86a9fb8b2e63c79854bb3bd8df6c449aae1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 8 20:57:53 2013 +0200

    Update German translation of manual pages
    
    Update to 2070t85f.

 debian/changelog |   1 +
 man/po/de.add    |   2 +-
 man/po/de.po     | 831 +++++++++++++++++++++++--------------------------------
 3 files changed, 355 insertions(+), 479 deletions(-)

commit b774fa70775d0768dac21da35e92130d14e3bafe
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Sep 5 21:21:43 2013 +0200

    German dpkg translation update
    
    Update to 1074t2u.

 debian/changelog |   1 +
 po/de.po         | 762 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 354 insertions(+), 409 deletions(-)

commit bbee509d24194279754d65a3e8d6e66d0a34e7a8
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Aug 24 15:18:55 2013 +0200

    French (Christian Perrier): fix incorrectly translated sentence, thanks to Fabien Givors.

 debian/changelog | 3 +++
 man/po/fr.po     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 433154f979dea2237747ac0891fe2316f122b4b5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Aug 20 21:19:12 2013 +0200

    Test.mk: ensure that dpkg required directories are created

 Test.mk | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 9792f6e24b6bbd96f61e4949e124c5464d50144a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 17 18:38:57 2013 +0200

        Update German scripts translation
    
        Update to 541t.

 debian/changelog |   4 ++
 scripts/po/de.po | 124 ++++++++-----------------------------------------------
 2 files changed, 22 insertions(+), 106 deletions(-)

commit ad7a77243369ecde1737da1ca41060aaa35089fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 11 02:44:01 2013 +0200

    debian: Add bug closure for package refcount fix
    
    Closes: #681370

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit c5a055fc60c5d2edad5512ec7be49209ba6f6b51
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 7 18:58:30 2013 +0200

    libdpkg: Move field names from parse errors to arguments
    
    Try to generalize the error strings so that they get coalesced when
    marked for translation, or are usable by other fields in the future.
    This also makes sure no translator will accidentally translate field
    names.

 lib/dpkg/fields.c | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

commit 81cf72aeb0413cef87ac262b1b0baea4ddf6b545
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 18 21:02:56 2012 +0200

    libdpkg: Fix field names on error messages
    
    Either capitalize or rename them to match reality.

 debian/changelog  |  2 ++
 lib/dpkg/fields.c | 22 +++++++++++-----------
 lib/dpkg/parse.c  |  4 ++--
 3 files changed, 15 insertions(+), 13 deletions(-)

commit 425d915bbe9fd2e00e25afcf1b0e2a1a8f10b104
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 11 01:52:21 2013 +0200

    dpkg: Add a debug line when hashing on-disk files on refcounting

 src/archives.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 8fe6910ed0a87f1233fae933679373866183596f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 22:17:16 2013 +0200

    dpkg: Pass the package reference count to maintainer scripts
    
    The new variable DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT will contain the
    number of package instances with a state grater than not-installed.
    This should allow packages to easily perform actions on the first
    instance installed or the last instance removed, for example.
    
    Closes: #681370

 debian/changelog | 2 ++
 man/dpkg.1       | 5 +++++
 src/script.c     | 5 +++++
 3 files changed, 12 insertions(+)

commit 3bcb4e42f482935a4af877e432f94c911208d464
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 22:01:28 2013 +0200

    dpkg-gencontrol: Use -c argument as a fallback lock file
    
    If the default debian/control file does not exist, try to use the one
    specified with the -c option, as most probably we are being run from
    a different directory than the source tree.
    
    Closes: #667008

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

commit 6aae0f7fbfd7ec6cb92b1b2412f1f5a042061599
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 22:00:23 2013 +0200

    scripts: Use a variable instead of a literal string for the lock file

 scripts/dpkg-distaddfile.pl | 11 ++++++-----
 scripts/dpkg-gencontrol.pl  | 11 ++++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

commit aa435898b6d2b76567684f24750f9a8df4194eff
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 21:18:09 2013 +0200

    Dpkg::Compression::FileHandle: Fix typo in POD string

 scripts/Dpkg/Compression/FileHandle.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dabfdcf06aa2bd6464962b189a0e3f9c15beddf3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 16:29:58 2013 +0200

    dpkg: Remove extra newline from path filter debug output
    
    The debug() function automatically appends a newline, no need to
    duplicate it.

 src/filters.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4ef1e31843c7287cc6833706a5d942486902e0a4
Author: Jeff Bailey <jeffbailey@google.com>
Date:   Fri Aug 9 03:34:42 2013 +0200

    Add ppc64el support to cputable
    
    Closes: #718945
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable         | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

commit aafcf12eff49b1a2e4cabdcd995e182083f07247
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Fri Aug 2 15:05:12 2013 +0700

    Update Vietnamese programs translations
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 +
 po/vi.po         | 295 ++++++++++++++++++++-----------------------------------
 2 files changed, 113 insertions(+), 186 deletions(-)

commit 0d32799fe1778daeaeea4739a5fe864369fb36bc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 8 11:10:29 2013 +0200

    libdpkg: Fix theoretical stack buffer overflow in w_dependency()
    
    If the dependency field name is longer than 49 chars then there will
    be a stack buffer overlow.
    
    But the function is only ever going to be called from known field
    names, from the fieldinfos table. So it's currently not possible to
    trigger this from the dpkg code base, but fixing it now will avoid
    future unpleasant surprises.
    
    Reported-by: Pedro Ribeiro <pedrib@gmail.com>

 debian/changelog |  2 ++
 lib/dpkg/dump.c  | 21 ++++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit c8663a7da87bea618442970b6bdf6f3a9eba32be
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 8 11:20:32 2013 +0200

    libdpkg: Refactor fieldname dumping into a new varbuf_add_fieldname()

 lib/dpkg/dump.c | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

commit 72f4e49f965e8860d541bec7fea814d2cea85c81
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 8 10:35:50 2013 +0200

    libdpkg: Fix use after free in dpkg_arch_load_list()
    
    Reported-by: Pedro Ribeiro <pedrib@gmail.com>

 debian/changelog | 2 ++
 lib/dpkg/arch.c  | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 40fd7f95429998e4f307f7ae00a26c6b483f7852
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 8 10:38:19 2013 +0200

    u-a: Fix use after free in alternative_parse_fileset()
    
    Reported-by: Pedro Ribeiro <pedrib@gmail.com>

 debian/changelog            | 2 ++
 utils/update-alternatives.c | 4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 63b795f92b43e7b240827861af16e7c38ddb3d24
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 8 03:25:33 2013 +0200

    deb(5): Clarify the insertion order of _ members
    
    These must be placed after debian-binary and can be placed before
    control.tar.gz or data.tar.

 debian/changelog | 1 +
 man/deb.5        | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 0df9b56bb8de0cde94ee5fad140de8f52196ee2b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 7 02:24:47 2013 +0200

    dpkg-deb: Clarify --extract bad usage error message on missing arguments
    
    Make clear that the command requires two arguments, instead of
    suggesting only a deb filename is needed, to then requesting a directory
    name on a second invocation.
    
    Closes: #718899

 debian/changelog   | 2 ++
 dpkg-deb/extract.c | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 44489a55437fb007f8b21c4d9345f235f4b289b7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 7 02:20:11 2013 +0200

    dpkg-deb: Inline controlextractvextract() into call sites
    
    Although the two call sites are doing almost the same, they need
    different argument parsing logic, and inlining the code will allow
    to print more meaningful bad usage messages.

 dpkg-deb/extract.c | 60 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

commit ae0e9e05926990db2d7aa22d2bbc20aaaa4c9a3f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 7 02:39:27 2013 +0200

    dpkg-deb: Use badusage() instead of ohshit() for usage errors

 dpkg-deb/extract.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 547dca4c3ff23df5dfa554f1943b371cd7056ee4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 6 22:22:35 2013 +0200

    dpkg-deb: Do not accept deb packages with data and control members swapped
    
    This is not allowed by the format defined in deb(5), but dpkg-deb has
    been very lenient all this time. Enforce the correct format by erroring
    out in case of misplaced members.

 debian/changelog   | 1 +
 dpkg-deb/extract.c | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit cb8ed03bbffe892165620ed1ddf753a6b0c1ee62
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 9 03:23:20 2013 +0200

    dpkg-deb: Be more precise on deb member errors
    
    Print a message when we've found the data member but do not know the
    compression, and another one when there's an unknown member before the
    data member.
    
    This also stops resetting adminmember to -1 as a temporary sentinel,
    so that we don't lose previous state.

 debian/changelog   |  1 +
 dpkg-deb/extract.c | 16 +++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit 66cc4f78373a472471f09392feaee948ff3a7346
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 06:23:04 2012 +0100

    dpkg: Automatically prepend needed spaces for continuation force-help lines
    
    Instead of trying to implement automatic word-wrapping, which is really
    tricky when having to take into account wide characters, and locales
    supporting things like combining characters, or special rules for when
    to word-wrap, just take the easy way out, and require a newline
    character to know when to wrap the line.

 debian/changelog |  1 +
 po/ca.po         | 14 ++++++--------
 po/cs.po         | 15 +++++++--------
 po/da.po         | 16 ++++++----------
 po/de.po         | 14 ++++++--------
 po/eo.po         | 20 +++++++++-----------
 po/es.po         | 16 +++++++---------
 po/fr.po         | 19 +++++++++----------
 po/it.po         | 21 +++++++++------------
 po/ja.po         | 15 ++++++---------
 po/pl.po         | 13 ++++++-------
 po/pt.po         | 16 +++++++---------
 po/ru.po         | 13 ++++++-------
 po/sk.po         | 15 ++++++---------
 po/sv.po         | 13 +++++--------
 po/th.po         | 11 +++++------
 po/vi.po         | 19 ++++++++-----------
 po/zh_TW.po      | 12 +++++-------
 src/main.c       | 31 +++++++++++++++++++++++++------
 19 files changed, 139 insertions(+), 155 deletions(-)

commit f7493e8b8d2dea7ee6305d7e5386bf44fcb64b90
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 00:11:27 2013 +0200

    t-deb-format: New test case

 Makefile                              |   1 +
 t-deb-format/.gitignore               |   5 ++
 t-deb-format/Makefile                 | 111 ++++++++++++++++++++++++++++++++++
 t-deb-format/pkg-templ/DEBIAN/control |   7 +++
 t-deb-format/pkg-templ/file-templ     |   1 +
 5 files changed, 125 insertions(+)

commit fd311b2a2915c711bb089706046f83614e530b1a
Author: Kenshi Muto <kmuto@debian.org>
Date:   Sat Aug 10 10:04:47 2013 +0900

    [l10n] update Japanese program translation

 po/ja.po | 157 +++++++++++++++++----------------------------------------------
 1 file changed, 43 insertions(+), 114 deletions(-)

commit 2fcdaa73ec27a967d1e8b36bcd832fb557405a1c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 10 00:10:40 2013 +0200

    t-split: Rename to t-deb-split

 Makefile                                          | 2 +-
 {t-split => t-deb-split}/.gitignore               | 0
 {t-split => t-deb-split}/Makefile                 | 0
 {t-split => t-deb-split}/pkg-split/DEBIAN/control | 0
 4 files changed, 1 insertion(+), 1 deletion(-)

commit c8bfb5d2d5d5998dfc1630d1a1da4f08c3a36fd2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 9 22:29:11 2013 +0200

    t-lfs: Rename to t-deb-lfs
    
    Rename test packages and test files to be more consistent.

 Makefile                                            |  4 ++--
 {t-lfs => t-deb-lfs}/Makefile                       | 20 ++++++++++----------
 {t-lfs => t-deb-lfs}/pkg-lfs/DEBIAN/control         |  0
 {t-lfs/pkg-tfs => t-deb-lfs/pkg-sfs}/DEBIAN/control |  4 ++--
 4 files changed, 14 insertions(+), 14 deletions(-)

commit 36d805bf835bb64c4b6ee0f3a26dab48e2222890
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 31 22:23:39 2013 +0200

    debian: Version manpages-it in Replaces with (<< 2.80-4)
    
    The package does not ship the overlapping paths any more.

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

commit 17e903c3c035bf033bc7a672d42e0f393419e636
Author: Salvatore Bonaccorso <carnil@debian.org>
Date:   Wed Jul 31 20:47:07 2013 +0200

    dpkg-deb(1): Document default compressor change to xz
    
    Commit 16ab055e95a804a1fc176c7bd72b52a2be8412ab for dpkg 1.17.0 changed
    the default compressor from gzip to xz. Adjust dpkg-deb man page to
    document this change.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 man/dpkg-deb.1   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 672254e703fd4ebd7f37aee51ead1d20cce68f0f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 17:42:19 2013 +0200

    debian: Fix typo and clarify text in 1.17.0 changelog entry

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0aa83a6fe8a3fe5cd01a09f354f6edfb5903b534
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 29 17:21:49 2013 +0200

    debian: Add manpages-it Replaces to dselect and dpkg-dev
    
    Closes: #717983
    
    Reported-by: Andreas Beckmann <anbe@debian.org>

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

commit 4e5ce16f0573e510da084b318a3e25a485f86b13
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 16:05:51 2013 +0200

    s-s-d: Remove space between function name and '('

 utils/start-stop-daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 332fe40caf0d95cb374e4ce9fa29066d918d9b19
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 16:12:05 2013 +0200

    Dpkg::Arch: Make debwildcard_to_debtriplet() more robust
    
    Do not incorrectly match 'any' substrings in tuple elements. This is
    not currently a problem but it could become one if we ever get an
    architecture name with an 'any' substring on any of its components.

 debian/changelog     |  3 ++-
 scripts/Dpkg/Arch.pm | 17 +++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 1f015c7b9f96eefcd209d85b539fff63cae30264
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 15:06:47 2013 +0200

    Bump version to 1.17.2

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 48b8451ce4d0d52aa221774e04978cd27846ee48
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 14:44:54 2013 +0200

    Release 1.17.1

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

commit 74405db88028a98be46730d028e50c175c77a03f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 13:35:36 2013 +0200

    Regenerate .pot files and merge .po files with them

 man/po/de.po        | 183 +++++++++++++++++++++++++++++----------------------
 man/po/dpkg-man.pot | 162 +++++++++++++++++++++++++--------------------
 man/po/es.po        | 181 ++++++++++++++++++++++++++++++---------------------
 man/po/fr.po        | 183 +++++++++++++++++++++++++++++----------------------
 man/po/hu.po        | 167 ++++++++++++++++++++++++++---------------------
 man/po/it.po        | 178 +++++++++++++++++++++++++++++---------------------
 man/po/ja.po        | 182 ++++++++++++++++++++++++++++++---------------------
 man/po/pl.po        | 184 ++++++++++++++++++++++++++++++----------------------
 man/po/pt_BR.po     | 172 +++++++++++++++++++++++++++---------------------
 man/po/ru.po        | 176 ++++++++++++++++++++++++++++---------------------
 man/po/sv.po        | 183 +++++++++++++++++++++++++++++----------------------
 11 files changed, 1129 insertions(+), 822 deletions(-)

commit 16329c3799604b4f20a622833661be2cd2e1e757
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 14:41:01 2013 +0200

    debian: Install s-s-d directly into /sbin
    
    This properly fixes the empty usr/sbin directory that needs cleanup,
    and avoids the annoying path moves in debian/rules.

 debian/changelog    | 2 ++
 debian/dpkg.install | 2 +-
 debian/rules        | 6 +-----
 3 files changed, 4 insertions(+), 6 deletions(-)

commit af2524c23478134ca90d7990127205550c5d1d4d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 28 13:26:03 2013 +0200

    dpkg(1): Document available database update procedure to set selections
    
    Mention that the available database needs to be updated, refer to the
    dpkg FAQ for more details, and add an example when using apt.
    
    Suggested-by: Klaus Ita <koki.eml@gmail.com>

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

commit 1eb8370227dd72cee4c324ff1f2a2153145cc278
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 23:12:30 2013 +0200

    scripts/mk: Do not use space before dpkg-parsechangelog -S value
    
    Regression introduced in commit a86454180804ee6b54732697e2105708dfce1b82.
    
    Closes: #718014

 debian/changelog       | 2 ++
 scripts/mk/pkg-info.mk | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit e6e764420210f7bbbe42cc2ec38018aaba6f65b3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 17:36:58 2013 +0200

    debian: Add bug closure for manpages-it Replaces issue
    
    Closes: #717983

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 97a567810348f6571b28bb1c59a66ceba2d0550b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 15:43:17 2013 +0200

    debian: Reword libdpkg-perl description and only list public modules
    
    Let's not confuse possible users of what they might be able to use.

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

commit 4f9e85325229d39d1e412332e616c34d8d3344bd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 15:17:41 2013 +0200

    debian: Add manpages-it Replaces to dpkg due to new translated man pages
    
    Reported-by: Alessio Gaeta <alga777@gmail.com>

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

commit a1319e6ea27daf5ebe78c5090e558ef83af2d1f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 05:36:37 2013 +0200

    dpkg-shlibdeps(1): Make explicit that -e can be used multiple times

 debian/changelog     | 3 ++-
 man/dpkg-shlibdeps.1 | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 63277849ad6536ca23eac7adadd7cbf94bf5f304
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 27 05:32:43 2013 +0200

    Bump version to 1.17.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0a6abec3007e5521dc1c379964a272780cad8a04
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 26 23:55:04 2013 +0200

    Release 1.17.0

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

commit c7f3d36b256157beba3f6190b5fb5492c94443e0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 26 23:48:17 2013 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   82 +-
 dselect/po/ca.po        |   82 +-
 dselect/po/cs.po        |   82 +-
 dselect/po/da.po        |   82 +-
 dselect/po/de.po        |   82 +-
 dselect/po/dselect.pot  |   84 +-
 dselect/po/el.po        |   82 +-
 dselect/po/es.po        |   82 +-
 dselect/po/et.po        |   82 +-
 dselect/po/eu.po        |   82 +-
 dselect/po/fr.po        |   82 +-
 dselect/po/gl.po        |   82 +-
 dselect/po/hu.po        |   82 +-
 dselect/po/id.po        |   86 +-
 dselect/po/it.po        |   82 +-
 dselect/po/ja.po        |   82 +-
 dselect/po/ko.po        |   82 +-
 dselect/po/nb.po        |   82 +-
 dselect/po/nl.po        |   82 +-
 dselect/po/nn.po        |   82 +-
 dselect/po/pl.po        |   82 +-
 dselect/po/pt.po        |   82 +-
 dselect/po/pt_BR.po     |   82 +-
 dselect/po/ro.po        |   82 +-
 dselect/po/ru.po        |   82 +-
 dselect/po/sk.po        |   86 +-
 dselect/po/sv.po        |   82 +-
 dselect/po/tl.po        |   82 +-
 dselect/po/vi.po        |   82 +-
 dselect/po/zh_CN.po     |   82 +-
 dselect/po/zh_TW.po     |   82 +-
 man/po/de.po            | 5407 +++++++++++++++++++++++++++++------------------
 man/po/dpkg-man.pot     | 3728 +++++++++++++++++---------------
 man/po/es.po            | 5346 ++++++++++++++++++++++++++++------------------
 man/po/fr.po            | 5374 ++++++++++++++++++++++++++++------------------
 man/po/hu.po            | 3984 ++++++++++++++++++----------------
 man/po/it.po            | 4341 +++++++++++++++++++++----------------
 man/po/ja.po            | 5289 +++++++++++++++++++++++++++------------------
 man/po/pl.po            | 5371 ++++++++++++++++++++++++++++------------------
 man/po/pt_BR.po         | 4062 +++++++++++++++++++----------------
 man/po/ru.po            | 4059 +++++++++++++++++++----------------
 man/po/sv.po            | 5358 ++++++++++++++++++++++++++++------------------
 po/ast.po               | 1540 +++++++-------
 po/bs.po                | 1465 +++++++------
 po/ca.po                | 1576 +++++++-------
 po/cs.po                | 1558 +++++++-------
 po/da.po                | 1570 +++++++-------
 po/de.po                | 1576 +++++++-------
 po/dpkg.pot             | 1464 +++++++------
 po/dz.po                | 1536 +++++++-------
 po/el.po                | 1562 +++++++-------
 po/eo.po                | 1578 +++++++-------
 po/es.po                | 1596 +++++++-------
 po/et.po                | 1505 ++++++-------
 po/eu.po                | 1581 +++++++-------
 po/fr.po                | 1585 +++++++-------
 po/gl.po                | 1562 +++++++-------
 po/hu.po                | 1514 ++++++-------
 po/id.po                | 1569 +++++++-------
 po/it.po                | 1598 +++++++-------
 po/ja.po                | 1572 +++++++-------
 po/km.po                | 1518 ++++++-------
 po/ko.po                | 1569 +++++++-------
 po/ku.po                | 1485 ++++++-------
 po/lt.po                | 1529 +++++++-------
 po/mr.po                | 1511 ++++++-------
 po/nb.po                | 1563 +++++++-------
 po/ne.po                | 1522 ++++++-------
 po/nl.po                | 1534 +++++++-------
 po/nn.po                | 1512 ++++++-------
 po/pa.po                | 1496 ++++++-------
 po/pl.po                | 1580 +++++++-------
 po/pt.po                | 1597 +++++++-------
 po/pt_BR.po             | 1554 +++++++-------
 po/ro.po                | 1584 +++++++-------
 po/ru.po                | 1583 +++++++-------
 po/sk.po                | 1565 +++++++-------
 po/sv.po                | 1578 +++++++-------
 po/th.po                | 1546 +++++++-------
 po/tl.po                | 1520 ++++++-------
 po/vi.po                | 1558 +++++++-------
 po/zh_CN.po             | 1549 +++++++-------
 po/zh_TW.po             | 1546 +++++++-------
 scripts/po/ca.po        | 1006 ++++-----
 scripts/po/de.po        | 1097 +++++-----
 scripts/po/dpkg-dev.pot | 1000 ++++-----
 scripts/po/es.po        | 1097 +++++-----
 scripts/po/fr.po        | 1093 +++++-----
 scripts/po/pl.po        | 1093 +++++-----
 scripts/po/ru.po        | 1093 +++++-----
 scripts/po/sv.po        | 1093 +++++-----
 91 files changed, 70417 insertions(+), 56532 deletions(-)

commit bb38862b4a6232b89f5f20abbb5d20756b34d4d6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 03:31:01 2013 +0200

    Dpkg::Source::Package: Do not scan control file twice for PGP signature
    
    The code was pre-scanning the control file looking for a PGP signature,
    and the parser was doing a more thorough check later on. Just remove the
    double parsing, and rely on the more accurate one from the parser.

 debian/changelog                 |  1 +
 scripts/Dpkg/Control/HashCore.pm |  6 +++---
 scripts/Dpkg/Source/Package.pm   | 10 +---------
 3 files changed, 5 insertions(+), 12 deletions(-)

commit 649c745f7ea21ec2628e2b039c7590f3934d7195
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 17 06:49:24 2012 +0200

    Dpkg::Control::HashCore: Correctly apply substvar text cleanups
    
    Use the new information to properly apply substvars when outputting
    control stanzas, and avoid doing text cleanups on field values where
    those changes are not relevant.
    
    Closes: #659814

 debian/changelog                 |  2 ++
 scripts/Dpkg/Control/HashCore.pm | 21 ++++++++++++++++-----
 2 files changed, 18 insertions(+), 5 deletions(-)

commit 01ad2ba537d7259f48ec942c007dd8448ffbf42f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 17 06:49:24 2012 +0200

    Dpkg::Control::FieldsCore: Add field value separation information
    
    This information helps when needing to handle the field values
    semantically.

 scripts/Dpkg/Control/FieldsCore.pm | 60 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 58 insertions(+), 2 deletions(-)

commit 383dcd074ebaa3e7c2f983cd281f192eb17c80b4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 18:40:02 2013 +0200

    Dpkg::Control::HashCore: Switch module to use Dpkg::Control::FieldsCore
    
    Because Dpkg::Vendor is not entangled with Dpkg::Control::FieldsCore
    anymore, Dpkg::Control::HashCore will be able to use it and
    Dpkg::Control::HashCore::Tie can use it now instead of duplicating
    field_capitalize().

 scripts/Dpkg/Control/HashCore.pm | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

commit a2d801487228e2616c19461fb101190b0ccb7bd7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 18:24:12 2013 +0200

    Dpkg::Control::Fields: Detangle Dpkg::Vendor
    
    Move the bulk of the code into two new vendor-neutral Core sub-modules
    Dpkg::Control::FieldsCore and Dpkg::Control::HashCore, that get
    imported by Dpkg::Control::Fields and Dpkg::Control::Hash respectively;
    so that modules like Dpkg::Control::HashCore can make use of
    Dpkg::Control::FieldsCore w/o getting into a circular import due
    to Dpkg::Vendor previously using Dpkg::Control::Hash.
    
    The old dependency graph would have been:
    
      Control::Hash → Control::Fields
                  ↑    ↓
                  Vendor
    
    The new one would be:
    
      Control::Hash → Control::Fields
      ↓               ↓   ↓
      ↓          Vendor   ↓
      ↓          ↓        ↓
      Control::HashCore → Control::FieldsCore

 scripts/Dpkg/Control/Fields.pm                    | 564 +---------------------
 scripts/Dpkg/Control/{Fields.pm => FieldsCore.pm} |  20 +-
 scripts/Dpkg/Control/Hash.pm                      | 471 +-----------------
 scripts/Dpkg/Control/{Hash.pm => HashCore.pm}     |  11 +-
 scripts/Dpkg/Vendor.pm                            |   4 +-
 scripts/Makefile.am                               |   2 +
 scripts/po/POTFILES.in                            |   2 +
 7 files changed, 24 insertions(+), 1050 deletions(-)

commit a3f98a7e4789d00a71817e33b3571c290b1abb5a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 01:31:56 2013 +0200

    scripts: Use () instead of qw() for empty imports

 scripts/Dpkg/Arch.pm              | 2 +-
 scripts/Dpkg/BuildFlags.pm        | 2 +-
 scripts/Dpkg/Changelog/Parse.pm   | 2 +-
 scripts/Dpkg/ErrorHandling.pm     | 2 +-
 scripts/Dpkg/Shlibs/Symbol.pm     | 2 +-
 scripts/Dpkg/Source/Package/V1.pm | 2 +-
 scripts/Dpkg/Substvars.pm         | 2 +-
 scripts/Dpkg/Vendor.pm            | 2 +-
 scripts/changelog/debian.pl       | 2 +-
 scripts/dpkg-architecture.pl      | 2 +-
 scripts/dpkg-buildflags.pl        | 2 +-
 scripts/dpkg-buildpackage.pl      | 2 +-
 scripts/dpkg-checkbuilddeps.pl    | 2 +-
 scripts/dpkg-distaddfile.pl       | 2 +-
 scripts/dpkg-genchanges.pl        | 2 +-
 scripts/dpkg-gencontrol.pl        | 2 +-
 scripts/dpkg-gensymbols.pl        | 2 +-
 scripts/dpkg-mergechangelogs.pl   | 2 +-
 scripts/dpkg-name.pl              | 2 +-
 scripts/dpkg-parsechangelog.pl    | 2 +-
 scripts/dpkg-scanpackages.pl      | 2 +-
 scripts/dpkg-scansources.pl       | 2 +-
 scripts/dpkg-shlibdeps.pl         | 2 +-
 scripts/dpkg-source.pl            | 2 +-
 scripts/dpkg-vendor.pl            | 2 +-
 scripts/t/750_Dpkg_Substvars.t    | 2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

commit 7b73dab6a83ae643361ae5868649a6e2f1b05139
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 18 03:58:18 2013 +0200

    dpkg-shlibdeps: New option -l to add private shared library directories
    
    This allows to specify additional build-time shared library directories
    without requiring the caller to set LD_LIBRARY_PATH, which is a run-time
    dynamic linker variable, and abusing it might be problematic for example
    when cross-compiling.
    
    While accepting colon-separated paths might seem tempting, it disallows
    valid paths with colons, while not common on system paths, these could
    be present on user paths, which makes this a bad interface to have.
    
    Closes: #698881

 debian/changelog          |  3 +++
 man/dpkg-shlibdeps.1      | 18 +++++++++++++++---
 scripts/Dpkg/Shlibs.pm    | 11 ++++++++---
 scripts/dpkg-shlibdeps.pl |  5 ++++-
 4 files changed, 30 insertions(+), 7 deletions(-)

commit a86454180804ee6b54732697e2105708dfce1b82
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 25 03:27:54 2013 +0200

    dpkg-parsechangelog: Unify -S option parsing with other short options
    
    Expect the value for short options contiguous to the option itself,
    instead of diverging and accepting it only as the next argument.

 scripts/dpkg-parsechangelog.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7f00d62776f201cb7415375c6c90f745a1f2cb30
Author: Pablo Oliveira <pablo@sifflez.org>
Date:   Wed May 29 14:37:43 2013 +0200

    Dpkg::Source::Quilt: Fix chmod() arguments order
    
    In the restore_quilt_backup_files() function, the chmod() call has the
    arguments swapped. This prevents restoring quilt patches that remove
    files.
    
    Closes: #710265
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog             | 2 ++
 scripts/Dpkg/Source/Quilt.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit f92960114a4203692030d43dab9c83e0b37742da
Author: Lincoln Myers <lincoln@netapp.com>
Date:   Fri May 17 08:42:56 2013 +0200

    perl: Replace non-existent function call _() with _g()
    
    [hertzog@debian.org:
     - Fix the same mistake in scripts/dpkg-shlibdeps.pl ]
    
    Closes: #708607
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          | 3 +++
 scripts/Dpkg/File.pm      | 4 ++--
 scripts/dpkg-shlibdeps.pl | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 6e252be79828ede52bec3831a3147220f011c18f
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Mon Jul 8 12:05:58 2013 +0200

    Update Vietnamese programs translation
    
    Closes: #715334
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   3 +
 po/vi.po         | 203 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 106 insertions(+), 100 deletions(-)

commit d032c07568719858665c688a2b7930b8064b8d56
Author: Beatrice Torracca <beatricet@libero.it>
Date:   Sun Jun 23 02:32:23 2013 +0200

    Add Italian partial man pages translation
    
    [guillem@debian.org:
     - Fix POD markup.
     - Add po4a configuration and addendum. ]
    
    Closes: #711647
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |     3 +
 man/.gitignore   |     1 +
 man/po/it.add    |     1 +
 man/po/it.po     | 17821 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg  |     3 +-
 5 files changed, 17828 insertions(+), 1 deletion(-)

commit babd1c3a37f2e4de4f5d0644e9f39982faa9a6cf
Author: TAKAHASHI Motonobu <monyo@monyo.com>
Date:   Sat Mar 30 17:32:18 2013 +0100

    Update Japanese man page translation
    
    Closes: #704240
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 man/po/ja.po     | 1973 ++++++++++++++++--------------------------------------
 2 files changed, 583 insertions(+), 1391 deletions(-)

commit 3249d414a07645a3db1e4258e7d4bd0ed0f71f87
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 26 01:14:30 2013 +0200

    debian/rules: drop the empty /usr/sbin directory

 debian/rules | 1 +
 1 file changed, 1 insertion(+)

commit 0e4b6fb5b82b8228021d2c1dca646f2c2baf8e1b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 26 00:59:08 2013 +0200

    dpkg-maintscript-helper: improve behaviour in “Multi-Arch: same” packages
    
    Improve dpkg-maintscript-helper to automatically add the architecture
    qualifier when it auto-detects the package name in the environment.
    
    Document the requirement to add the architecture qualifier for such
    packages in the manual page.

 debian/changelog                   |  3 +++
 man/dpkg-maintscript-helper.1      | 14 ++++++++------
 scripts/dpkg-maintscript-helper.sh |  8 ++++----
 3 files changed, 15 insertions(+), 10 deletions(-)

commit 8264aa556d52235157fb0c705ab8535a8d6fdd4a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 26 00:17:36 2013 +0200

    dpkg-maintscript-helper: ensures file ownership before acting
    
    Fix mv_conffile/rm_confffile to not do anything when the conffile is no
    longer owned by the current (or named) package.
    
    Closes: #716948
    
    Based-on-patch-by: Steve Langasek <steve.langasek@ubuntu.com>

 debian/changelog                   |  5 +++++
 scripts/dpkg-maintscript-helper.sh | 31 +++++++++++++++++++++++++++----
 2 files changed, 32 insertions(+), 4 deletions(-)

commit dd13db2d657c1df1f872309b8b5bcb94018bdada
Author: Charles Plessy <plessy@debian.org>
Date:   Sat Jul 20 09:38:56 2013 +0200

    dpkg(1): Add triggers to the list of binary control information files
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit a64bfa733075a7140193f5a4b9d4292234dd230e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 19:30:36 2013 +0100

    Dpkg::Arch: Fix value caching by not shadowing the variables
    
    Addresses Variables::ProhibitReusedNames.

 debian/changelog     | 1 +
 scripts/Dpkg/Arch.pm | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 46bc7b2ee075f73231cee90446248ce43d69eda3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 19 21:22:11 2013 +0100

    Dpkg::Shlibs::Objdump: Add an optional objdump argument to get_format
    
    This gets rid of the localized $OBJDUMP variable, by explicitly passing
    the overriden value to the recursive call.
    
    Fixes Variables::ProhibitLocalVars.

 scripts/Dpkg/Shlibs/Objdump.pm | 13 +++++++------
 test/100_critic.t              |  1 +
 2 files changed, 8 insertions(+), 6 deletions(-)

commit ac36c31b05fc211a5688d1714d5589f227a1bdbd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 27 15:27:33 2013 +0100

    Dpkg::Shlibs::Cppfilt: Use syserr instead of internerr on spawn

 scripts/Dpkg/Shlibs/Cppfilt.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 46af84cb64fdd4cf6fc9a3bbbf7ed22965cc073e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 4 16:21:03 2012 +0200

    dpkg-divert: Rename file_copy() arguments

 src/divertcmd.c | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 66940305bb7afc59b8be55f5afc6def1fb335efe
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 4 11:37:51 2012 +0200

    dpkg-divert: Remove temporary file on error during --rename
    
    Do not leave the «.dpkg-divert.tmp» temporary file around if the file
    copy failed for any reason.

 debian/changelog | 1 +
 src/divertcmd.c  | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 7e892ff30f8974f3c2df32fce5703aef6fed63a1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 4 11:35:52 2012 +0200

    libdpkg: Add new cu_filename() function

 lib/dpkg/cleanup.c   | 8 ++++++++
 lib/dpkg/dpkg.h      | 1 +
 lib/dpkg/libdpkg.map | 1 +
 3 files changed, 10 insertions(+)

commit 4fcb3aac35cbb826e21c9ab5bcc661bd1306f691
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 15 17:38:23 2013 +0200

    Change user-friendly UI recommendation from dselect to apt
    
    Suggested-by: Ma Xiaojun <damage3025@gmail.com>

 debian/changelog | 2 ++
 dpkg-deb/main.c  | 6 +++---
 src/main.c       | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

commit 8d5d625cfdca593ba6f11a84760c97deb0f810e8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 14:38:02 2013 +0100

    scripts: Use the block form for the grep function
    
    Fixes BuiltinFunctions::RequireBlockGrep.

 scripts/dpkg-genchanges.pl | 2 +-
 scripts/dpkg-gencontrol.pl | 2 +-
 scripts/dpkg-source.pl     | 2 +-
 test/100_critic.t          | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

commit 485f640303d899d8f8af23ee2422a635bef56604
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 14:38:02 2013 +0100

    Dpkg::Version: Use the block form for the map function
    
    Fixes BuiltinFunctions::RequireBlockMap.

 scripts/Dpkg/Version.pm | 4 ++--
 test/100_critic.t       | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 9f4b98fab6fe3db6c1d80b83b4affa22c540d5cf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 19:25:28 2013 +0100

    dpkg-source: Use two eq operators instead of a grep
    
    This avoids using grep on scalar context.
    
    Fixes BuiltinFunctions::ProhibitBooleanGrep.

 scripts/dpkg-source.pl | 2 +-
 test/100_critic.t      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit ac704f9d15a93b2f8e0c42fea0fe5137e95b1962
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 19:23:01 2013 +0100

    scripts: Use Dpkg::Util list functions instead of grep
    
    This avoids using the grep builtin on scalar context, which is
    suboptimal as it does not short-circuit on first match, and it's
    intended to produce an output array.
    
    Ideally we'd directly use the functions from List::MoreUtils, because
    they might be more performant, but not being a core module is a show
    stopper.
    
    Addresses BuiltinFunctions::ProhibitBooleanGrep.

 scripts/Dpkg/Arch.pm                    |  3 ++-
 scripts/Dpkg/Shlibs.pm                  |  5 +++--
 scripts/Dpkg/Shlibs/Symbol.pm           |  3 ++-
 scripts/Dpkg/Source/Package/V3/Quilt.pm |  3 ++-
 scripts/dpkg-genchanges.pl              |  9 +++++----
 scripts/dpkg-gencontrol.pl              |  3 ++-
 scripts/dpkg-scanpackages.pl            |  3 ++-
 scripts/dpkg-scansources.pl             |  3 ++-
 scripts/dpkg-shlibdeps.pl               | 14 ++++++++------
 scripts/dpkg-source.pl                  |  7 ++++---
 10 files changed, 32 insertions(+), 21 deletions(-)

commit 2622fcbb40385a14373ba9532d7628e1d1f214b1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 10 01:21:36 2013 +0200

    Dpkg::Util: Add new module
    
    Add two trivial list utility functions, mimicking the ones from
    List::MoreUtils, as that is not a core module and we want to avoid
    the additional dependency.

 scripts/Dpkg/Util.pm      | 51 +++++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am       |  2 ++
 scripts/t/550_Dpkg_Util.t | 38 +++++++++++++++++++++++++++++++++++
 3 files changed, 91 insertions(+)

commit 9581f11d5efb591cd95baeae38054ab37d30df8c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 19:54:47 2013 +0100

    dpkg-scansources: Use a foreach loop instead of a void map
    
    Fixes BuiltinFunctions::ProhibitVoidMap.

 scripts/dpkg-scansources.pl | 8 +++-----
 test/100_critic.t           | 1 +
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 2d04ad209e93d5814c68801001dc5f333027577f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 19:23:01 2013 +0100

    dpkg-gencontrol: Move grep inside an if block
    
    This makes the test explicit, and avoids confusing perlcritic of this
    being a void grep.
    
    Fixes BuiltinFunctions::ProhibitVoidGrep.

 scripts/dpkg-gencontrol.pl | 3 ++-
 test/100_critic.t          | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 89a8da04a92fd3cb913a5e24ff00385a753fd279
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 6 20:37:08 2013 +0100

    scripts: Do not mix boolean operators
    
    Fixes ValuesAndExpressions::ProhibitMixedBooleanOperators.

 scripts/Dpkg/IPC.pm          | 4 ++--
 scripts/Dpkg/Source/Patch.pm | 6 +++---
 scripts/dpkg-genchanges.pl   | 2 +-
 scripts/dpkg-name.pl         | 4 ++--
 scripts/dpkg-scanpackages.pl | 2 +-
 scripts/dpkg-scansources.pl  | 2 +-
 scripts/dpkg-shlibdeps.pl    | 2 +-
 test/100_critic.t            | 1 +
 8 files changed, 12 insertions(+), 11 deletions(-)

commit 840d3d8836ca3712595ce45e17af9dd16818848d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 4 10:53:59 2013 +0100

    scripts: Do not use negative expression in unless and until conditions
    
    These are double negations which are hard to grasp at a first glance.
    
    Fixes ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions.

 scripts/Dpkg/Compression.pm    | 2 +-
 scripts/Dpkg/Source/Archive.pm | 3 ++-
 scripts/dpkg-buildpackage.pl   | 2 +-
 scripts/dpkg-genchanges.pl     | 6 +++---
 test/100_critic.t              | 1 +
 5 files changed, 8 insertions(+), 6 deletions(-)

commit ac02d172c0cab7cf06c28326b41dd2cc35da2fdc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 18:48:10 2012 +0200

    dpkg-deb: Add support for gzip compression strategies
    
    This adds support for filtered, huffman, rle and fixed strategies. Those
    are only usable when dpkg-deb uses zlib, because the command line tool
    gzip does not have any way to specify them.

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

commit 16ab055e95a804a1fc176c7bd72b52a2be8412ab
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 8 01:56:37 2013 +0200

    build: Switch default dpkg-deb compression from gzip to xz
    
    Keep building dpkg.deb with gzip to make debootstrap life easier
    on non-Debian based systems.

 configure.ac     | 2 +-
 debian/changelog | 2 ++
 debian/rules     | 5 ++++-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 68a1f4682bb8876168168770a200aaf389b562a7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 18 04:19:49 2012 +0200

    build: Allow changing the default dpkg-deb compressor on configure
    
    This will allow downstreams to choose something better than gzip as
    their default compressor, for example xz. Or when xz becomes the
    default to revert back to something else.

 configure.ac     |  3 +++
 debian/changelog |  2 ++
 dpkg-deb/main.c  |  2 +-
 m4/dpkg-build.m4 | 17 +++++++++++++++++
 4 files changed, 23 insertions(+), 1 deletion(-)

commit 2cac2b9c2c004f7ddf92fd5b39d51022a308b4d6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 19 02:33:08 2012 +0200

    dpkg: Rename processarc.c to unpack.c
    
    This clarifies the purpose of the file related to the dpkg action to
    perform.

 TODO                           | 2 +-
 po/POTFILES.in                 | 2 +-
 src/Makefile.am                | 2 +-
 src/archives.h                 | 2 +-
 src/{processarc.c => unpack.c} | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit c24cc696c75c55dd832fc3715ebdf155f0449c0e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 3 13:14:17 2012 +0200

    libcompat: Take over md5 module from libdpkg
    
    The md5 code is imported from the BSDs, and should not generally be
    touched, only updated from there. Also on several platforms the code
    should use the system available interfaces instead.

 debian/copyright           | 2 +-
 lib/compat/Makefile.am     | 3 +++
 lib/{dpkg => compat}/md5.c | 0
 lib/{dpkg => compat}/md5.h | 0
 lib/dpkg/Makefile.am       | 1 -
 lib/dpkg/buffer.c          | 2 +-
 po/POTFILES.in             | 1 -
 7 files changed, 5 insertions(+), 4 deletions(-)

commit 797f8512f6326a22d816a08958cef965269f1009
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 6 22:07:54 2013 +0200

    dpkg-buildpackage: Do not warn on unsigned UNRELEASED builds on -uc or -us
    
    If the user has explicitly requested not to sign the build, do not
    complain that we are not going to sign it due to it being UNRELEASED.
    
    Regression introduced in commit 8a8030be47fee6b480905781e56eacc8005227fc.

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9b70709fc2922070e1901191315c506fc9a581bd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 6 16:52:00 2013 +0200

    dpkg-parsechangelog(1): Document --file and --label parser options
    
    These options have been supported for a very long time, and --label has
    been used up to very recently by dpkg-parsechangelog, just document them
    to make it clear that these need to be supported by the parsers.

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

commit 597a7348527cbe91e35cf04a2e214a562612a768
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Sat Jun 22 06:14:09 2013 +0200

    Add support for mipsn32(el) and mips64(el) to arch tables
    
    [guillem@debian.org:
     - Remove unneeded abi entry.
     - Fix mips64 endianness. ]
    
    Closes: #685096, #707323
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 abitable         | 1 +
 cputable         | 2 ++
 debian/changelog | 2 ++
 ostable          | 2 ++
 triplettable     | 4 ++++
 5 files changed, 11 insertions(+)

commit aa16b40d19677307dc1d21327c10e9a5ff9908ea
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 4 00:56:36 2013 +0200

    Dpkg::Arch: Do not overwrite triplet mappings with latter matches

 scripts/Dpkg/Arch.pm | 3 +++
 1 file changed, 3 insertions(+)

commit 4f0d689d5231354b6bef8b3642e5c1fe9b1985a6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 24 02:06:54 2013 +0200

    doc: Document how to check po4a translations for valid POD markup

 README.l10n | 7 +++++++
 1 file changed, 7 insertions(+)

commit e83599bd2b1118a59677ec7e3a23a0b448049d6c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 11 15:47:57 2013 +0100

    Dpkg::Source::Package: Do not return an error message if we can build

 scripts/Dpkg/Source/Package/V1.pm        | 6 ++++--
 scripts/Dpkg/Source/Package/V3/Bzr.pm    | 4 +++-
 scripts/Dpkg/Source/Package/V3/Custom.pm | 6 ++++--
 scripts/Dpkg/Source/Package/V3/Git.pm    | 4 +++-
 scripts/Dpkg/Source/Package/V3/Quilt.pm  | 2 +-
 5 files changed, 15 insertions(+), 7 deletions(-)

commit acc1f37933b2444631eb510f5450985c8f7270c7
Author: Bernhard R. Link <brlink@debian.org>
Date:   Sun Feb 10 16:07:34 2013 +0100

    Dpkg: Catch mismatches between version strings and format versions
    
    Ensure that a 3.0 (quilt) package has a non-native version and that
    a 3.0 (native) package has a native version. To get the information,
    extend Dpkg::Version with a is_native method to check whether a
    version has a revision or not.
    
    [guillem@debian.org:
     - Add is_native to history of changes.
     - Do not return an error string when returning a true result. ]
    
    Closes: #700177
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                         |  4 ++++
 scripts/Dpkg/Source/Package/V3/Native.pm |  7 +++++++
 scripts/Dpkg/Source/Package/V3/Quilt.pm  |  5 +++++
 scripts/Dpkg/Version.pm                  | 13 +++++++++++++
 4 files changed, 29 insertions(+)

commit ea422eb8649dd15a3f5f2994af8e57c7c2e1e465
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 10 13:18:28 2013 +0100

    Dpkg: Move epoch-less or revision-less output logic to Dpkg::Version
    
    Instead of doing the magic of generating a version string without epoch
    and revision and a version string without epoch in Dpkg::Source::Package,
    extend Dpkg::Version's as_string function to support generating that
    string.
    
    Based-on-patch-by: Bernhard R. Link <brlink@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               |  2 ++
 scripts/Dpkg/Source/Package.pm |  7 ++-----
 scripts/Dpkg/Version.pm        | 37 +++++++++++++++++++++++++++++++------
 3 files changed, 35 insertions(+), 11 deletions(-)

commit e8950d7e2d4a58f96c74782825e2edf7ceb583ca
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Tue Jan 8 03:57:23 2013 +0100

    Dpkg::Deps: Add support for a build_arch option in deps_parse()
    
    Dpkg::Deps::deps_parse takes a host_arch option, but doesn't take a
    corresponding build_arch option. This means that if you're evaluating
    dependencies relative to a non-default build architecture, you get
    Dpkg::Deps::* objects back with the wrong build_arch set, which may
    cause unexpected behaviour later in simplify_deps.
    
    Closes: #697297
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog     | 2 ++
 scripts/Dpkg/Deps.pm | 8 ++++++++
 2 files changed, 10 insertions(+)

commit 0b75c4f9aa15978aabda773b3793ed02447c95ae
Author: Cédric Boutillier <boutil@debian.org>
Date:   Sat Jun 22 23:59:05 2013 +0200

    man: Fix typo in French dpkg-source(1) translation
    
    The text about the "unapply-patches" is not correct, the French version
    mentions that this option cannot be in local-options, whereas the
    original version says it can be only there.
    
    Closes: #708292
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 man/po/fr.po     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 2cb257105366f933a3b9e5ea2647033da12b07f3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 14 12:55:20 2012 +0200

    Dpkg::Source::Patch: Sort files inside new diff lexicographically
    
    The files inside the diff were being sorted correctly for existing
    patches, but not for new ones.
    
    Closes: #689193

 debian/changelog             | 2 ++
 scripts/Dpkg/Source/Patch.pm | 2 ++
 2 files changed, 4 insertions(+)

commit c4cca9674d61a7f15e3172a25a49d8d15ab754f0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 04:37:03 2012 +0200

    Dpkg::Changelog::Parse: Always pass the filename to the changelog parser
    
    This allows the parser to handle compressed files transparently, instead
    of opening them and passing the contents through standard input.
    
    Closes: #684196

 debian/changelog                |  1 +
 scripts/Dpkg/Changelog/Parse.pm | 15 ++++++---------
 2 files changed, 7 insertions(+), 9 deletions(-)

commit b736fc0984dc7109a05035f96b58353ffa6fc118
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 04:35:30 2012 +0200

    changelog-debian: Always use Dpkg::Changelog::Debian->load()
    
    The Storable::Interface supports opening standard input transparently
    whenever '-' is passed as a filename.

 scripts/changelog/debian.pl | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

commit 52e3d0ecec59f5d38d1bc42686bd96c895389050
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 03:50:43 2012 +0200

    dpkg-parsechangelog(1): Document that -l- can be used to read from stdin

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

commit cb674d55c4c7f4983102438f39cec98e8a2d91ce
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 17 04:28:57 2012 +0200

    Switch usage errors to not print entire --help output
    
    Just print a reference to use --help for further details. Which stops
    annoying experienced users, or users that made a typo on the
    command-line, by not overwhelming them with screenfuls of help output.
    
    Closes: #681371

 debian/changelog                   |  2 ++
 scripts/Dpkg/ErrorHandling.pm      |  5 +++--
 scripts/dpkg-maintscript-helper.sh | 19 ++++++++-----------
 scripts/dpkg-mergechangelogs.pl    | 10 ++++++----
 utils/update-alternatives.c        |  4 +++-
 5 files changed, 22 insertions(+), 18 deletions(-)

commit e43fd15f616001727dcc1645a4bbe05ddf639874
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 24 01:52:50 2013 +0200

    dpkg-name: Require at least one filename after --
    
    This splits the code to first record the arguments to use as filenames,
    and then to act on them in a single step, so that we can check if we got
    the required filenames.

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

commit 37934782af6acc04d6d171e339ef8a41c682cc98
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 18 03:09:20 2012 +0200

    dpkg-name: Print correct error message on unknown options before --
    
    Do not interpret unknown options as filenames, to then try to move them
    and fail when not found. If the user wants to use a filename starting
    with a dash, these should be passed after --.

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

commit 1629f8f1113cd6547e02028e5fed3dafbf89b088
Author: Bernhard R. Link <brlink@debian.org>
Date:   Tue Jul 17 04:08:52 2012 +0200

    dpkg-scansources: Move exit call out from usage()
    
    This also makes sure the program returns a correct exit code from
    usageerr().
    
    [guillem@debian.org:
     - Remove exit call from usage(). ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit edda3a6d24eaa9cd07a4cc451df737a09a39b000
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 23 17:22:18 2013 +0200

    scripts: Trap $SIG{__WARN__} to call usageerr() on option parse errors
    
    This gives a nicer error message, and makes sure we always exit on
    option parse errors.

 debian/changelog                | 2 ++
 scripts/changelog/debian.pl     | 6 ++++--
 scripts/dpkg-checkbuilddeps.pl  | 6 +++---
 scripts/dpkg-mergechangelogs.pl | 7 ++++---
 scripts/dpkg-scanpackages.pl    | 7 ++++---
 scripts/dpkg-scansources.pl     | 5 ++++-
 6 files changed, 21 insertions(+), 12 deletions(-)

commit 1dbc70121f3783de4ad294cd6130b4cc794fe9e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 23 17:04:36 2013 +0200

    scripts: Move Getopt::Long option specifications to array variables

 scripts/changelog/debian.pl     |  6 ++++--
 scripts/dpkg-checkbuilddeps.pl  | 20 ++++++++++++--------
 scripts/dpkg-mergechangelogs.pl | 11 ++++++++---
 scripts/dpkg-scanpackages.pl    | 15 +++++++++++----
 4 files changed, 35 insertions(+), 17 deletions(-)

commit 535325ba3d607cfe816ce7cf8d91d185ab87ca9b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 15:04:02 2013 +0200

    dpkg: Clarify that --set-selections needs an up-to-date available db
    
    Document this in the man page, and warn whenever we find unknown
    packages during the --set-selections processing.
    
    Closes: #703092

 debian/changelog | 4 ++++
 man/dpkg.1       | 5 +++++
 src/select.c     | 6 ++++++
 3 files changed, 15 insertions(+)

commit 68c2b7826d4eb0436e1db55f80350d18cf116183
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 22 00:11:02 2013 +0200

    debian: Update translation updates changelog entries
    
    Give proper attribution for French typo fix, and add Spanish typo bug
    closure, previously committed to the repostory.

 debian/changelog | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit e2ea33bdd06c4b5e1f2dfdc624e370086ea2e7bc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 19 21:14:11 2013 +0200

    test: Only scan perl module files that will ever contain POD markup
    
    This should reduce the check time significantly, as it stops checking
    the program files by duplicate (for <script> and <script>.pl), and does
    not scan the .git directory any longer.

 test/000_pod.t | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit ce9c2569c2732db7d9c8940a812f2f07bb57e278
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 19 20:26:36 2013 +0200

    scripts: Use F<> for pathnames in POD markup

 scripts/Dpkg/Changelog/Parse.pm |  4 ++--
 scripts/Dpkg/Control.pm         | 14 +++++++-------
 scripts/Dpkg/Control/Info.pm    |  4 ++--
 scripts/Dpkg/Version.pm         |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

commit dd707185da94c321bb9ad470f45fc304a00837a8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 19 03:51:59 2013 +0200

    doc: Rename README.translators to README.l10n

 Makefile.am                       | 2 +-
 README.translators => README.l10n | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit d5e037f962472c6c4abba87769879e4250ee540a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 19 03:50:14 2013 +0200

    doc: Minor fixes for translators

 README.translators | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 94f089b7699614538324078f09162e6387d9e094
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 19:57:33 2013 +0200

    test: Set .pl and .t as program-extensions for perlcritic
    
    This should help perlcritic discern when not to apply module checks on
    programs.

 test/100_critic/perlcriticrc | 1 +
 1 file changed, 1 insertion(+)

commit 4877cdafc05af1c14a28f10555147403813ccf0d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 3 13:12:15 2013 +0200

    dpkg-buildpackage: Do not pass -s option to dpkg-architecture
    
    This simplifies variable parsing, as it's in any case the more natural
    way to interact with dpkg-architecture.

 scripts/dpkg-buildpackage.pl | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit 5406f5e54de2db2e00de5341062e3dde995e9cf0
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Tue Jun 18 16:29:52 2013 +0200

    man: Fix formatting problems with list syntax
    
    This means .IP, .TP or .RS/.RE markup is garbled. Common causes include
    .TP just before a section header, .TP entries with tags but no bodies,
    and mandoc lists with no trailing .El. These confuse doclifter, and may
    also mess up stricter man-page browsers like Xman and Rosetta.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-source.1 | 13 +++++++------
 man/dpkg.1        | 10 ++++------
 2 files changed, 11 insertions(+), 12 deletions(-)

commit 325dd5f210a5b2e578814303a58b006a0516b565
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 16 06:37:32 2013 +0200

    dpkg-buildflags: Add GCJFLAGS support
    
    This adds default flags for the GNU Compiler for Java, and the
    supported hardened flags. We do not name the variable JFLAGS nor
    JAVAFLAGS, to make it very clear these are not flags for javac,
    they are only for GCJ; so we use the automake variable name as
    existing precedent.
    
    Closes: #708375

 debian/changelog              | 1 +
 man/dpkg-buildflags.1         | 3 +++
 scripts/Dpkg/BuildFlags.pm    | 3 +++
 scripts/Dpkg/Vendor/Debian.pm | 2 ++
 scripts/Dpkg/Vendor/Ubuntu.pm | 2 +-
 scripts/mk/buildflags.mk      | 3 ++-
 6 files changed, 12 insertions(+), 2 deletions(-)

commit acffa74f55afe0b853a6711744a12be42e215480
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 14 02:09:00 2013 +0200

    dpkg(1): Mark --set-selections in bold

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

commit 83c6d09b36ad3721cd029bb5bd06bd9c0a7b4ba1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 11 12:43:42 2013 +0100

    perl: Add a VERSION to all modules
    
    Addresses Modules::RequireVersionVar.

 dselect/methods/Dselect/Ftp.pm | 2 ++
 scripts/Dpkg/Control/Types.pm  | 2 ++
 2 files changed, 4 insertions(+)

commit 047cf6685c72fbe837dd2f5feb5a40979ac19226
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 6 03:51:07 2013 +0100

    perl: Place strict and warning pragma uses as the first thing

 dselect/methods/Dselect/Ftp.pm      | 6 +++---
 scripts/t/100_Dpkg_Version.t        | 6 +++---
 scripts/t/150_Dpkg_Package.t        | 4 ++--
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t | 4 ++--
 scripts/t/200_Dpkg_Shlibs.t         | 6 +++---
 scripts/t/300_Dpkg_BuildOptions.t   | 6 +++---
 scripts/t/400_Dpkg_Deps.t           | 4 ++--
 scripts/t/500_Dpkg_Path.t           | 4 ++--
 scripts/t/700_Dpkg_Control.t        | 4 ++--
 scripts/t/800_Dpkg_IPC.t            | 4 ++--
 scripts/t/850_Dpkg_Compression.t    | 4 ++--
 scripts/t/910_merge_changelogs.t    | 6 +++---
 test/000_pod.t                      | 4 ++--
 13 files changed, 31 insertions(+), 31 deletions(-)

commit e4dbdb84480f844f27501f301cefed6b38ac2221
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 5 04:20:49 2013 +0100

    scripts: Inherit from parent instead of base
    
    Use the lightweight parent instead of the bloated base.

 scripts/Dpkg/Changelog.pm                |  2 +-
 scripts/Dpkg/Changelog/Debian.pm         |  2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm   |  2 +-
 scripts/Dpkg/Compression/FileHandle.pm   |  2 +-
 scripts/Dpkg/Conf.pm                     |  2 +-
 scripts/Dpkg/Control.pm                  |  2 +-
 scripts/Dpkg/Control/Changelog.pm        |  2 +-
 scripts/Dpkg/Control/Hash.pm             |  4 ++--
 scripts/Dpkg/Control/Info.pm             |  2 +-
 scripts/Dpkg/Deps.pm                     | 10 +++++-----
 scripts/Dpkg/Index.pm                    |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm        |  2 +-
 scripts/Dpkg/Source/Archive.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/Vendor/Debian.pm            |  2 +-
 scripts/Dpkg/Vendor/Default.pm           |  2 +-
 scripts/Dpkg/Vendor/Ubuntu.pm            |  2 +-
 25 files changed, 30 insertions(+), 30 deletions(-)

commit e54df633c60ed89dc9fed2c43b1ad6d07f439fc9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 5 03:44:46 2013 +0100

    scripts: Do not inherit from Exporter just import its import
    
    Do not use base which is bloated, and we don't need any other of
    Exporter's inherited methods anyway.

 scripts/Dpkg.pm                        | 2 +-
 scripts/Dpkg/Arch.pm                   | 2 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm | 4 ++--
 scripts/Dpkg/Changelog/Parse.pm        | 2 +-
 scripts/Dpkg/Checksums.pm              | 2 +-
 scripts/Dpkg/Compression.pm            | 2 +-
 scripts/Dpkg/Control.pm                | 5 ++++-
 scripts/Dpkg/Control/Fields.pm         | 2 +-
 scripts/Dpkg/Control/Types.pm          | 2 +-
 scripts/Dpkg/Deps.pm                   | 2 +-
 scripts/Dpkg/ErrorHandling.pm          | 2 +-
 scripts/Dpkg/File.pm                   | 2 +-
 scripts/Dpkg/Gettext.pm                | 2 +-
 scripts/Dpkg/IPC.pm                    | 2 +-
 scripts/Dpkg/Package.pm                | 2 +-
 scripts/Dpkg/Path.pm                   | 2 +-
 scripts/Dpkg/Shlibs.pm                 | 2 +-
 scripts/Dpkg/Shlibs/Cppfilt.pm         | 2 +-
 scripts/Dpkg/Source/Functions.pm       | 2 +-
 scripts/Dpkg/Vars.pm                   | 2 +-
 scripts/Dpkg/Vendor.pm                 | 2 +-
 scripts/Dpkg/Version.pm                | 2 +-
 22 files changed, 26 insertions(+), 23 deletions(-)

commit b8a0dbd784a9e838c3e6735d51bf76a61a63d8e4
Author: Matthias Klose <doko@ubuntu.com>
Date:   Tue Jun 11 13:49:19 2013 +0200

    dpkg-buildflags: Do not set -fstack-protector on arm64
    
    The flag is not yet supported there.
    
    Closes: #711936
    
    [guillem@debian.org: Update comment. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog              | 3 +++
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 62783ea26c4cfcf5507390739dac056a2db3b7a8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 9 20:25:45 2013 +0100

    Dpkg::Source::Package: Capitalize variant module names
    
    Lowercase module names are reserved by convention for pragmas, and
    there's really no need to diverge here from the general dpkg project
    naming convention. Also make sure source package format variant names
    are always in lowercase, to not allow names that would not work with
    previous dpkg-source versions.
    
    Fixes NamingConventions::Capitalization.

 scripts/Dpkg/Source/Package.pm                          |  8 +++++++-
 scripts/Dpkg/Source/Package/V1.pm                       |  8 ++++----
 scripts/Dpkg/Source/Package/V3/{bzr.pm => Bzr.pm}       |  2 +-
 scripts/Dpkg/Source/Package/V3/{custom.pm => Custom.pm} |  2 +-
 scripts/Dpkg/Source/Package/V3/{git.pm => Git.pm}       |  2 +-
 scripts/Dpkg/Source/Package/V3/{native.pm => Native.pm} |  2 +-
 scripts/Dpkg/Source/Package/V3/{quilt.pm => Quilt.pm}   |  2 +-
 scripts/Makefile.am                                     | 10 +++++-----
 scripts/po/POTFILES.in                                  | 10 +++++-----
 test/100_critic.t                                       |  1 +
 10 files changed, 27 insertions(+), 20 deletions(-)

commit 61b3e12837fbee3d3f2ede00cc75088f2fd1c20b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 00:33:07 2013 +0100

    perl: Decapitalize variable names
    
    Addresses NamingConventions::Capitalization.

 dselect/methods/Dselect/Ftp.pm | 10 +++---
 scripts/dpkg-scansources.pl    | 82 +++++++++++++++++++++---------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

commit fb5285f56924fdf84d3281bbf6046f8b4bb00048
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 2 00:39:08 2013 +0100

    Dpkg: Deprecate lowercase exported by default variables
    
    Rename, uppercase and do not export new variables by default, to avoid
    cluttering the caller namespace, and to give them consistent names. We'll
    keep the old variables for a while, to not break uses from external
    modules.
    
    Addresses Variables::ProhibitPackageVars.

 debian/changelog                  |  2 ++
 scripts/Dpkg.pm                   | 24 ++++++++++++++++--------
 scripts/Dpkg/Arch.pm              | 10 +++++-----
 scripts/Dpkg/Changelog/Parse.pm   |  4 ++--
 scripts/Dpkg/Control.pm           |  2 +-
 scripts/Dpkg/Control/Types.pm     |  2 +-
 scripts/Dpkg/ErrorHandling.pm     |  6 +++---
 scripts/Dpkg/Source/Package/V1.pm |  4 ++--
 scripts/Dpkg/Substvars.pm         |  6 +++---
 scripts/Makefile.am               |  8 ++++----
 scripts/changelog/debian.pl       |  8 ++++----
 scripts/dpkg-architecture.pl      |  6 +++---
 scripts/dpkg-buildflags.pl        |  6 +++---
 scripts/dpkg-buildpackage.pl      | 10 +++++-----
 scripts/dpkg-checkbuilddeps.pl    | 11 ++++++-----
 scripts/dpkg-distaddfile.pl       |  6 +++---
 scripts/dpkg-genchanges.pl        | 12 ++++++------
 scripts/dpkg-gencontrol.pl        |  6 +++---
 scripts/dpkg-gensymbols.pl        |  6 +++---
 scripts/dpkg-mergechangelogs.pl   |  6 +++---
 scripts/dpkg-name.pl              |  6 +++---
 scripts/dpkg-parsechangelog.pl    |  6 +++---
 scripts/dpkg-scanpackages.pl      |  6 +++---
 scripts/dpkg-scansources.pl       |  6 +++---
 scripts/dpkg-shlibdeps.pl         |  7 ++++---
 scripts/dpkg-source.pl            |  6 +++---
 scripts/dpkg-vendor.pl            |  6 +++---
 scripts/t/750_Dpkg_Substvars.t    |  4 ++--
 28 files changed, 102 insertions(+), 90 deletions(-)

commit a55de1500d33db1192e5c2ace48e58baf252f8b9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 18:16:52 2012 +0100

    scripts: Use a new Dpkg::CONFDIR variable instead of literal strings
    
    This will make life easier for downstreams using different paths. Allow
    overriding pkgconfdir at configure time.

 configure.ac                  |  2 ++
 debian/changelog              |  2 ++
 scripts/Dpkg.pm               |  2 ++
 scripts/Dpkg/BuildFlags.pm    |  3 ++-
 scripts/Dpkg/Control.pm       |  2 +-
 scripts/Dpkg/Control/Types.pm |  2 +-
 scripts/Dpkg/Vendor.pm        | 11 ++++++-----
 scripts/Makefile.am           |  1 +
 scripts/dpkg-shlibdeps.pl     |  8 ++++----
 9 files changed, 21 insertions(+), 12 deletions(-)

commit c4a75309f62d9dcd78f810500a8db3e576fdaa38
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 17:44:06 2012 +0100

    dpkg-vendor: Use Dpkg::Vendor::get_vendor_dir instead of literal string
    
    Print the correct path to the vendor directory, overridable either at
    configure or run-time.

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

commit 56d6ca8827ba3cf3d44f652243bfda2cc8074484
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 17:43:50 2012 +0100

    Dpkg::Vendor: Add a new get_vendor_dir function
    
    This makes the overridable directory accessible to code that might need
    to print the vendor directory location.

 debian/changelog       |  1 +
 scripts/Dpkg/Vendor.pm | 21 +++++++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

commit b06244e09b5aff7068fd98c0a2f4294082400f5a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 31 01:14:55 2012 +0100

    Dpkg::Control::Fields: Use internerr instead of error

 scripts/Dpkg/Control/Fields.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 96b7c546a5a4d47459c5409140bbd063f856b3d4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 17 13:50:12 2012 +0100

    Dpkg::Control::Hash: Do not require unused Dpkg::ErrorHandling

 scripts/Dpkg/Control/Hash.pm | 1 -
 1 file changed, 1 deletion(-)

commit 7e856060484c653b054726b1523a3ed3745e47ce
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 17 17:30:24 2012 +0100

    Dpkg::Control::Hash: Fix set_options to take a hash instead of two scalars
    
    This fixes the function to behave as documented, and expected from the
    name itself.

 debian/changelog             | 2 ++
 scripts/Dpkg/Control/Hash.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 71d6e1b6c16df782dbe2736a285e7bd9040becd4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 10 01:09:49 2013 +0200

    libdpkg: Only ignore older packages if the existing version is informative
    
    When ignoring older packages (either by explicit request, or when
    parsing available files), we should not ignore them when the existing
    version is empty, because then we would consider that the empty version
    (equivalent to "0-0") is newer than "0~0-0" for example.
    
    This affects any program using libdpkg to parse the available file.
    
    Regression introduced in commit 86823d5792af8328107c3d86e486d2cf373da128.
    
    Closes: #676664

 debian/changelog | 3 +++
 lib/dpkg/parse.c | 1 +
 2 files changed, 4 insertions(+)

commit 1d90dd12ef938b14c8388329a8b0c7ab31595f31
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Jun 21 19:29:04 2013 +0200

    Fix incorrect translation of "fortify" in French manpage for dpkg-buildflags Closes: #712976

 debian/changelog | 4 ++++
 man/po/fr.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit c6bbbe2a2b055880991568ff7066f8a9f2c7f4ad
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Thu Jun 20 01:56:14 2013 +0200

    Typo fix

 po/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f1edd46b94d99b75e020b4111a1761e657b2261e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 31 01:51:05 2013 +0200

    build: Bump automake version to 1.11
    
    It was needed for xz distribution tarballs, and allows us to get rid of
    the conditional silent-rules support.

 README       | 2 +-
 configure.ac | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

commit bc4b5b54a2e7bc6928233f7d4a4428fa11c28173
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 31 01:24:00 2013 +0200

    build: Quiesce msgmerge commands

 dselect/po/Makevars | 2 +-
 po/Makevars         | 2 +-
 scripts/po/Makevars | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e804d8f65d4c03a8a74c9df12ec308963c2beae0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 31 00:49:20 2013 +0200

    build: Bump gettext version to 0.18.2
    
    This gets rid of an autoconf warning due to usage of an obsolete macro
    by gettext. The Build-Depends does not need to be bumped as the
    Makefiles can work with macros from any gettext 0.18.x.

 README              |  2 +-
 configure.ac        |  2 +-
 dselect/po/Makevars | 14 ++++++++++++--
 po/Makevars         | 14 ++++++++++++--
 scripts/po/Makevars | 14 ++++++++++++--
 5 files changed, 38 insertions(+), 8 deletions(-)

commit ef021965e50838e7ad734952cd3a8d94215f3e36
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 31 01:14:33 2013 +0200

    build: Ignore automake 1.13+ test suite log files

 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

commit 2b3e9afffc05c93ce1d7ef6ec197ea885e01de55
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 28 05:08:40 2013 +0200

    build: Handle the ChangeLog as a distributed-only file
    
    The ChangeLog file is distributed, and cannot be regenerated outside
    of the git repository, so do not remove it in DISTCLEANFILES, and move
    the generation code into dist-hook, which also avoids unnecessary
    computation during normal builds.

 Makefile.am | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit 74847585583defc05ca91534346d44aff59e980b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 28 01:27:49 2013 +0200

    doc: Switch from png to svg for graph images
    
    This substantially reduces the image sizes.

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit beaf586ede1e75f162e46cb5fbe6acf844afc5c9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 16 07:01:52 2013 +0200

    Remove install-info wrapper
    
    The dpkg implementation was replaced by the GNU texinfo implementation
    some time ago, through a wrapper used to ease the transition. Now long
    complete, it's time to clean up.

 README                        |  1 -
 TODO                          |  2 --
 configure.ac                  |  1 -
 debian/changelog              |  1 +
 debian/control                |  5 +---
 debian/dpkg.lintian-overrides |  2 --
 debian/usertags               |  3 --
 utils/.gitignore              |  1 -
 utils/Makefile.am             | 15 ----------
 utils/install-info.c          | 66 -------------------------------------------
 10 files changed, 2 insertions(+), 95 deletions(-)

commit 57b46c7b30f10cb273fc8d50269d6e84ff9a0a95
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 8 02:49:35 2013 +0200

    scripts/t: Move constant tests plan to ‘use Test::More’ time

 scripts/t/600_Dpkg_Changelog.t   | 15 ++-------------
 scripts/t/910_merge_changelogs.t |  5 ++---
 2 files changed, 4 insertions(+), 16 deletions(-)

commit 17ae5451263121467ed9b0a45dfddc1c4336a930
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 11 19:57:35 2013 +0100

    perl: Use my-style lexical loop iterator variables
    
    The variables used on a foreach loop are local to that block, so if
    we wanted to use it after the loop is finished the last value would
    be gone.
    
    Fixes Variables::RequireLexicalLoopIterators.
    
    Warned-by: perlcritic

 dselect/methods/ftp/install       | 33 +++++++++++++++------------------
 dselect/methods/ftp/setup         |  7 +++----
 dselect/methods/ftp/update        |  7 ++-----
 dselect/mkcurkeys.pl              |  2 +-
 scripts/Dpkg/Changelog.pm         | 26 +++++++++++++-------------
 scripts/Dpkg/Shlibs/SymbolFile.pm | 18 +++++++++---------
 test/100_critic.t                 |  1 +
 7 files changed, 44 insertions(+), 50 deletions(-)

commit e1fba416fa57c7cb18e52cc994f6d3608fbfe7e7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 5 08:43:10 2013 +0200

    dselect: Change mkcurkeys p() to take explicit key and value arguments

 dselect/mkcurkeys.pl | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 57edbd58ba0a53154aced9822c304ac33a543090
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 4 02:48:26 2013 +0100

    scripts: Do not write out implcit $_ in foreach loops
    
    Addresses Variables::RequireLexicalLoopIterators.
    
    Warned-by: perlcritic

 scripts/dpkg-genchanges.pl | 6 +++---
 scripts/dpkg-gencontrol.pl | 6 +++---
 scripts/dpkg-source.pl     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

commit c2198a33d0f2d7df6f437c82ac11e92bf1dc4e22
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 4 11:03:01 2013 +0100

    Dpkg::Source::Patch: Use number separator to ease readability
    
    Fixes ValuesAndExpressions::RequireNumberSeparators.
    
    Warned-by: perlcritic

 scripts/Dpkg/Source/Patch.pm | 4 ++--
 test/100_critic.t            | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 724811ab9580615c480344a396149f54e62cf6d2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 03:32:55 2013 +0100

    perl: Conditionally include modules with require instead of use
    
    Fixes Modules::ProhibitConditionalUseStatements.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm | 4 ++--
 scripts/dpkg-gensymbols.pl     | 4 ++--
 test/100_critic.t              | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 4bf48cc73459ffdb9c37f948a86f36abdfb2348d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 02:50:51 2013 +0100

    perl: Unify regex delimiters to //, {} or <>
    
    Fixes RegularExpressions::ProhibitUnusualDelimiters.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm   |  2 +-
 dselect/methods/ftp/install      |  6 +++---
 dselect/mkcurkeys.pl             |  2 +-
 scripts/Dpkg.pm                  |  2 +-
 scripts/Dpkg/Changelog/Debian.pm |  2 +-
 scripts/dpkg-scanpackages.pl     |  2 +-
 scripts/dpkg-scansources.pl      |  6 +++---
 src/t/100_dpkg_divert.t          | 10 +++++-----
 test/100_critic.t                |  1 +
 test/100_critic/perlcriticrc     |  3 +++
 10 files changed, 20 insertions(+), 16 deletions(-)

commit b2a6feea95db7b4eea1892a2deb989d66d98f08d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 02:34:47 2013 +0100

    dpkg-genchanges: Do not use conditional declarations
    
    These are quite confusing, instead just rearrange the code so that we
    only declare it if we are going to need the variable.
    
    Fixes Variables::ProhibitConditionalDeclarations.
    
    Warned-by: perlcritic

 scripts/dpkg-genchanges.pl | 8 +++++---
 test/100_critic.t          | 1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 9b6695956a8ed9458b6ba893bb8553799b73c6ba
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 01:41:41 2013 +0100

    Remove trailing whitespaces
    
    Do not fix the shlibs conffiles to avoid possible useless prompts.
    
    Fixes CodeLayout::ProhibitTrailingWhitespace.
    
    Warned-by: perlcritic

 ChangeLog.old                     | 204 +++++++++++++++++++-------------------
 Makefile.am                       |   4 +-
 THANKS                            |   2 +-
 TODO                              |   2 +-
 debian/changelog                  | 102 +++++++++----------
 dselect/methods/disk/setup        |   6 +-
 dselect/methods/disk/update       |   2 +-
 dselect/methods/floppy/install    |   2 +-
 dselect/po/es.po                  |   2 +-
 dselect/po/nb.po                  |  10 +-
 man/deb-shlibs.5                  |   4 +-
 man/deb-symbols.5                 |   6 +-
 man/dpkg-gensymbols.1             |   4 +-
 man/dpkg-scanpackages.1           |   2 +-
 man/dpkg-shlibdeps.1              |  10 +-
 man/dpkg-source.1                 |   2 +-
 man/dpkg.1                        |   4 +-
 po/ChangeLog.old                  |  10 +-
 po/es.po                          |   2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm |   2 +-
 scripts/dpkg-checkbuilddeps.pl    |   8 +-
 scripts/dpkg-scanpackages.pl      |  10 +-
 scripts/dpkg-source.pl            |   4 +-
 scripts/t/700_Dpkg_Control.t      |   2 +-
 test/100_critic.t                 |   1 +
 25 files changed, 204 insertions(+), 203 deletions(-)

commit 8d9cf6246f2a307a34d8db16a7c8ea4179abdea9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 01:21:12 2013 +0100

    Dpkg::Deps: Use braces for multiline regexp
    
    Fixes RegularExpressions::RequireBracesForMultiline.
    
    Warned-by: perlcritic

 scripts/Dpkg/Deps.pm | 4 ++--
 test/100_critic.t    | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d610bdbe994be8170b791e56665443e1591eefd1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 01:03:26 2013 +0100

    scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of comma
    
    Fixes ValuesAndExpressions::ProhibitCommaSeparatedStatements.
    
    Warned-by: perlcritic

 scripts/t/200_Dpkg_Shlibs.t | 6 +++---
 test/100_critic.t           | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

commit e40e07a583f8738e0610c4aebb832091f48e9588
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 00:56:15 2013 +0100

    perl: Use correct comparison operator for each type
    
    Fixes ValuesAndExpressions::ProhibitMismatchedOperators.
    
    Warned-by: perlcritic

 dselect/methods/ftp/update              | 2 +-
 scripts/Dpkg/Source/Package/V3/quilt.pm | 2 +-
 test/100_critic.t                       | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 6e2750d65d278b641b638251ef607f607a59e4c6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 00:17:45 2013 +0100

    scripts: Do not use indirect object syntax
    
    Fixes Objects::ProhibitIndirectSyntax.
    
    Warned-by: perlcritic

 scripts/dpkg-scanpackages.pl | 2 +-
 scripts/t/200_Dpkg_Shlibs.t  | 4 ++--
 test/100_critic.t            | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 90baddbae257b517cd09a3a6b5d03a40cadd58d6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 4 10:59:36 2013 +0100

    dpkg-shlibdeps: Do not use readline operator in a foreach loop
    
    These are very slow as the list context forces the operator to read
    the entire stream before starting the loop.
    
    Fixes InputOutput::ProhibitReadlineInForLoop.
    
    Warned-by: perlcritic

 scripts/dpkg-shlibdeps.pl | 3 ++-
 test/100_critic.t         | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 05f9f4b00a2675c346b6e6fe025254dfe5d64ad5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 3 00:11:24 2013 +0100

    perl: Slurp files more efficiently
    
    Do not read each line to then join it, just switch on slurp mode and
    do it in one go. Use the newly created function file_slurp.
    
    Fixes InputOutput::ProhibitJoinedReadline.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog/Debian.pm  |  3 ++-
 scripts/Dpkg/File.pm              | 10 +++++++++-
 scripts/Dpkg/Source/Package/V2.pm |  3 ++-
 scripts/dpkg-genchanges.pl        |  3 ++-
 scripts/t/600_Dpkg_Changelog.t    |  3 ++-
 src/t/100_dpkg_divert.t           |  7 ++++---
 test/100_critic.t                 |  1 +
 7 files changed, 22 insertions(+), 8 deletions(-)

commit a4c8c4b56b11038e3d1cb8d312fe149e9c3d1384
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 16:57:32 2013 +0100

    Dpkg::Changelog: Refactor out _is_full_range()
    
    This also avoids a regex match and a grep on boolean context, which is
    suboptimal as the whole list needs to be traversed.
    
    Addresses BuiltinFunctions::ProhibitBooleanGrep.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog.pm | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit dd789aa78710c5f996498f86893a30dee8db9dfe
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 14:32:44 2013 +0100

    scripts: On split use an actual regex instead of a literal string
    
    Fixes BuiltinFunctions::ProhibitStringySplit.
    
    Warned-by: perlcritic

 scripts/Dpkg/Arch.pm          | 4 ++--
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 test/100_critic.t             | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 503c1e8a4689fe3c329a2ff1dd7f3c2db0d60d3f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 03:00:54 2013 +0100

    perl: Use the .. operator instead of C-style for loops
    
    Fixes ControlStructures::ProhibitCStyleForLoops.
    
    Warned-by: perlcritic

 dselect/mkcurkeys.pl                |  8 +++++---
 scripts/Dpkg/Shlibs/Symbol.pm       |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm   |  2 +-
 scripts/Dpkg/Source/Functions.pm    | 10 +++++-----
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t |  4 ++--
 src/t/100_dpkg_divert.t             |  2 ++
 test/100_critic.t                   |  1 +
 utils/t/100_update_alternatives.t   |  4 ++--
 8 files changed, 19 insertions(+), 14 deletions(-)

commit 5fb97d6dabbe6591527d338b71fb6cb2499447d9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 02:17:12 2013 +0100

    perl: Remove unused variables
    
    Fixes Variables::ProhibitUnusedVariables.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm    | 2 +-
 dselect/methods/ftp/install       | 2 +-
 dselect/methods/ftp/update        | 2 --
 scripts/Dpkg/Source/Package/V1.pm | 2 +-
 scripts/Dpkg/Source/Patch.pm      | 1 -
 scripts/dpkg-mergechangelogs.pl   | 2 +-
 scripts/dpkg-shlibdeps.pl         | 1 -
 test/100_critic.t                 | 1 +
 8 files changed, 5 insertions(+), 8 deletions(-)

commit 9feb1c833b0264e3c062698c591d3d1dd528764d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 31 22:13:39 2012 +0100

    scripts: Initialize arrays with the qw() operator
    
    Fixes CodeLayout::ProhibitQuotedWordLists.
    
    Warned-by: perlcritic

 scripts/Dpkg/Vendor/Ubuntu.pm | 3 +--
 scripts/dpkg-buildpackage.pl  | 6 +++---
 scripts/dpkg-name.pl          | 4 ++--
 scripts/dpkg-source.pl        | 4 ++--
 test/100_critic.t             | 1 +
 5 files changed, 9 insertions(+), 9 deletions(-)

commit 6a73e3078b01a71d4a6ea90c85da16523ed56f1d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 31 21:43:39 2012 +0100

    Do not use double-quotes on strings that do not need interpolation
    
    Using double-quotes imposes a small performance penalty as the perl
    parser needs to check if any interpolation is needed. Use double-quotes
    only when the string contains single-quotes. Ideally we'd use
    double-quotes too for escaped meta-characters that might otherwise be
    confusing to immediately see if they need interpolation or not, but the
    policy does not (currently) allow to ignore these.
    
    Fixes ValuesAndExpressions::ProhibitInterpolationOfLiterals.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm           |  52 +++---
 dselect/methods/ftp/install              |  68 ++++----
 dselect/methods/ftp/setup                |  22 +--
 dselect/methods/ftp/update               |  44 ++---
 dselect/mkcurkeys.pl                     |   4 +-
 scripts/Dpkg.pm                          |  10 +-
 scripts/Dpkg/Arch.pm                     |  20 +--
 scripts/Dpkg/BuildEnv.pm                 |   2 +-
 scripts/Dpkg/BuildFlags.pm               |  52 +++---
 scripts/Dpkg/BuildOptions.pm             |  10 +-
 scripts/Dpkg/Changelog.pm                |  60 +++----
 scripts/Dpkg/Changelog/Debian.pm         |  34 ++--
 scripts/Dpkg/Changelog/Entry.pm          |  12 +-
 scripts/Dpkg/Changelog/Entry/Debian.pm   |  18 +-
 scripts/Dpkg/Changelog/Parse.pm          |  36 ++--
 scripts/Dpkg/Checksums.pm                |  24 +--
 scripts/Dpkg/Compression.pm              |  34 ++--
 scripts/Dpkg/Compression/FileHandle.pm   |  68 ++++----
 scripts/Dpkg/Compression/Process.pm      |  20 +--
 scripts/Dpkg/Conf.pm                     |   8 +-
 scripts/Dpkg/Control.pm                  |  18 +-
 scripts/Dpkg/Control/Changelog.pm        |   2 +-
 scripts/Dpkg/Control/Fields.pm           |  22 +--
 scripts/Dpkg/Control/Hash.pm             |  32 ++--
 scripts/Dpkg/Control/Info.pm             |  10 +-
 scripts/Dpkg/Deps.pm                     |  54 +++---
 scripts/Dpkg/ErrorHandling.pm            |  22 +--
 scripts/Dpkg/Exit.pm                     |   2 +-
 scripts/Dpkg/File.pm                     |   8 +-
 scripts/Dpkg/Gettext.pm                  |   2 +-
 scripts/Dpkg/IPC.pm                      |  56 +++---
 scripts/Dpkg/Index.pm                    |  14 +-
 scripts/Dpkg/Interface/Storable.pm       |  32 ++--
 scripts/Dpkg/Package.pm                  |   6 +-
 scripts/Dpkg/Path.pm                     |  18 +-
 scripts/Dpkg/Shlibs.pm                   |   8 +-
 scripts/Dpkg/Shlibs/Cppfilt.pm           |  10 +-
 scripts/Dpkg/Shlibs/Objdump.pm           |  60 +++----
 scripts/Dpkg/Shlibs/Symbol.pm            |  38 ++---
 scripts/Dpkg/Shlibs/SymbolFile.pm        |  24 +--
 scripts/Dpkg/Source/Archive.pm           |  30 ++--
 scripts/Dpkg/Source/Functions.pm         |  12 +-
 scripts/Dpkg/Source/Package.pm           |  76 ++++-----
 scripts/Dpkg/Source/Package/V1.pm        |  92 +++++-----
 scripts/Dpkg/Source/Package/V2.pm        | 196 ++++++++++-----------
 scripts/Dpkg/Source/Package/V3/bzr.pm    |  38 ++---
 scripts/Dpkg/Source/Package/V3/custom.pm |   8 +-
 scripts/Dpkg/Source/Package/V3/git.pm    |  78 ++++-----
 scripts/Dpkg/Source/Package/V3/native.pm |  14 +-
 scripts/Dpkg/Source/Package/V3/quilt.pm  |  48 +++---
 scripts/Dpkg/Source/Patch.pm             | 118 ++++++-------
 scripts/Dpkg/Source/Quilt.pm             |  60 +++----
 scripts/Dpkg/Substvars.pm                |  27 +--
 scripts/Dpkg/Vars.pm                     |   4 +-
 scripts/Dpkg/Vendor.pm                   |  16 +-
 scripts/Dpkg/Vendor/Debian.pm            |  50 +++---
 scripts/Dpkg/Vendor/Default.pm           |  14 +-
 scripts/Dpkg/Vendor/Ubuntu.pm            |  37 ++--
 scripts/Dpkg/Version.pm                  |  24 +--
 scripts/Makefile.am                      |   8 +-
 scripts/changelog/debian.pl              |  37 ++--
 scripts/dpkg-architecture.pl             |  40 ++---
 scripts/dpkg-buildflags.pl               |  60 +++----
 scripts/dpkg-buildpackage.pl             |  90 +++++-----
 scripts/dpkg-checkbuilddeps.pl           |  36 ++--
 scripts/dpkg-distaddfile.pl              |  34 ++--
 scripts/dpkg-genchanges.pl               | 124 +++++++-------
 scripts/dpkg-gencontrol.pl               |  98 +++++------
 scripts/dpkg-gensymbols.pl               |  44 ++---
 scripts/dpkg-mergechangelogs.pl          |  40 ++---
 scripts/dpkg-name.pl                     |  24 +--
 scripts/dpkg-parsechangelog.pl           |  26 +--
 scripts/dpkg-scanpackages.pl             |  44 ++---
 scripts/dpkg-scansources.pl              |  20 +--
 scripts/dpkg-shlibdeps.pl                | 122 ++++++-------
 scripts/dpkg-source.pl                   | 116 ++++++-------
 scripts/dpkg-vendor.pl                   |  26 +--
 scripts/t/100_Dpkg_Version.t             |  96 +++++------
 scripts/t/150_Dpkg_Package.t             |   8 +-
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t      |   4 +-
 scripts/t/200_Dpkg_Shlibs.t              |  94 +++++------
 scripts/t/300_Dpkg_BuildOptions.t        |  48 +++---
 scripts/t/400_Dpkg_Deps.t                | 102 +++++------
 scripts/t/500_Dpkg_Path.t                |  36 ++--
 scripts/t/600_Dpkg_Changelog.t           |  44 ++---
 scripts/t/700_Dpkg_Control.t             |  12 +-
 scripts/t/750_Dpkg_Substvars.t           |  42 ++---
 scripts/t/800_Dpkg_IPC.t                 |  16 +-
 scripts/t/850_Dpkg_Compression.t         |  40 ++---
 scripts/t/910_merge_changelogs.t         |   6 +-
 src/t/100_dpkg_divert.t                  | 124 +++++++-------
 test/000_pod.t                           |   4 +-
 test/100_critic.t                        |   1 +
 test/100_critic/perlcriticrc             |   4 +
 utils/t/100_update_alternatives.t        | 282 +++++++++++++++----------------
 95 files changed, 1970 insertions(+), 1960 deletions(-)

commit 62bc788a45e4a641c28ca9c8c5b9bb08f29faed8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 21 06:10:17 2013 +0200

    Do not quote simple identifier hash keys in element accesses
    
    Addresses ValuesAndExpressions::ProhibitInterpolationOfLiterals.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm           |  38 ++++----
 dselect/methods/disk/setup               |   2 +-
 dselect/methods/ftp/install              |  20 ++--
 dselect/methods/ftp/setup                |  26 ++---
 dselect/methods/ftp/update               |  18 ++--
 dselect/methods/multicd/setup            |   2 +-
 scripts/Dpkg/BuildFlags.pm               |  30 +++---
 scripts/Dpkg/BuildOptions.pm             |  22 ++---
 scripts/Dpkg/Changelog.pm                |  32 ++++---
 scripts/Dpkg/Changelog/Parse.pm          |  18 ++--
 scripts/Dpkg/Checksums.pm                |  10 +-
 scripts/Dpkg/Compression.pm              |   2 +-
 scripts/Dpkg/Compression/FileHandle.pm   | 108 ++++++++++-----------
 scripts/Dpkg/Compression/Process.pm      |  44 ++++-----
 scripts/Dpkg/Conf.pm                     |  20 ++--
 scripts/Dpkg/Control.pm                  |  32 +++----
 scripts/Dpkg/Control/Fields.pm           |  12 +--
 scripts/Dpkg/Control/Hash.pm             |  28 +++---
 scripts/Dpkg/Deps.pm                     |  18 ++--
 scripts/Dpkg/Exit.pm                     |   6 +-
 scripts/Dpkg/IPC.pm                      | 158 +++++++++++++++---------------
 scripts/Dpkg/Index.pm                    |  54 +++++------
 scripts/Dpkg/Path.pm                     |   2 +-
 scripts/Dpkg/Shlibs/Objdump.pm           |   6 +-
 scripts/Dpkg/Source/Archive.pm           |  72 +++++++-------
 scripts/Dpkg/Source/Package.pm           | 104 ++++++++++----------
 scripts/Dpkg/Source/Package/V1.pm        |  56 +++++------
 scripts/Dpkg/Source/Package/V2.pm        | 160 +++++++++++++++----------------
 scripts/Dpkg/Source/Package/V3/bzr.pm    |  20 ++--
 scripts/Dpkg/Source/Package/V3/custom.pm |  10 +-
 scripts/Dpkg/Source/Package/V3/git.pm    |  20 ++--
 scripts/Dpkg/Source/Package/V3/native.pm |  18 ++--
 scripts/Dpkg/Source/Package/V3/quilt.pm  |  56 +++++------
 scripts/Dpkg/Source/Patch.pm             | 158 +++++++++++++++---------------
 scripts/Dpkg/Source/Quilt.pm             |  58 +++++------
 scripts/Dpkg/Substvars.pm                |  38 ++++----
 scripts/Dpkg/Vendor/Debian.pm            |  26 ++---
 scripts/Dpkg/Vendor/Ubuntu.pm            |   4 +-
 scripts/Dpkg/Version.pm                  |  24 ++---
 scripts/dpkg-buildpackage.pl             |   2 +-
 scripts/dpkg-genchanges.pl               |  10 +-
 scripts/dpkg-gencontrol.pl               |   6 +-
 scripts/dpkg-parsechangelog.pl           |  22 +++--
 scripts/dpkg-shlibdeps.pl                |   2 +-
 scripts/dpkg-source.pl                   |  66 ++++++-------
 scripts/t/200_Dpkg_Shlibs.t              |   2 +-
 scripts/t/400_Dpkg_Deps.t                |   4 +-
 scripts/t/600_Dpkg_Changelog.t           |   4 +-
 scripts/t/750_Dpkg_Substvars.t           |  12 +--
 src/t/100_dpkg_divert.t                  |  20 ++--
 utils/t/100_update_alternatives.t        |  34 +++----
 51 files changed, 862 insertions(+), 854 deletions(-)

commit d6851023a9ab87e3109fca3f2f9c6b5210575663
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 4 02:51:56 2013 +0100

    Do not quote simple identifier hash keys in initializations
    
    Do not quote the keys for any hash which will always use simple
    identifiers, as that is taken care of by the => operator. So this does
    not apply to overload pragmas, version operators, field names, substvars,
    command line options or filenames.
    
    Addresses ValuesAndExpressions::ProhibitInterpolationOfLiterals.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog/Entry.pm          |  12 ++--
 scripts/Dpkg/Checksums.pm                |  20 +++---
 scripts/Dpkg/Compression.pm              |  40 ++++++------
 scripts/Dpkg/Control/Hash.pm             |  10 +--
 scripts/Dpkg/Control/Info.pm             |   4 +-
 scripts/Dpkg/Deps.pm                     |  17 +++--
 scripts/Dpkg/Shlibs/Cppfilt.pm           |   6 +-
 scripts/Dpkg/Shlibs/Objdump.pm           |   4 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm        |  54 +++++++--------
 scripts/Dpkg/Source/Functions.pm         |   6 +-
 scripts/Dpkg/Source/Package.pm           |   8 +--
 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/native.pm |   2 +-
 scripts/Dpkg/Source/Patch.pm             |  38 +++++------
 scripts/Dpkg/Source/Quilt.pm             |   2 +-
 scripts/Dpkg/Vendor/Debian.pm            |  12 ++--
 scripts/dpkg-architecture.pl             |  36 +++++-----
 scripts/dpkg-scanpackages.pl             |   4 +-
 scripts/t/200_Dpkg_Shlibs.t              | 109 +++++++++++++++++--------------
 utils/t/100_update_alternatives.t        |  12 ++--
 22 files changed, 209 insertions(+), 193 deletions(-)

commit 39e0a3b9a62705098253ca4830654b6e9567a743
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 1 13:32:31 2013 +0100

    Dpkg::Shlibs::Symbol: Remove quotes around constant declaration
    
    The constant name is a bareword, make it explicit.

 scripts/Dpkg/Shlibs/Symbol.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8db43e1c6cf8c77d1f49f42f0ec4bb67cbf0e86c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 21 07:04:35 2013 +0200

    Dpkg: Use identifiers as key names whenever possible
    
    The fixed key names are either inside unstable modules, internal to
    them or for keys in code never released, so should not cause much of
    an issue.

 scripts/Dpkg/BuildFlags.pm              |  2 +-
 scripts/Dpkg/Deps.pm                    |  4 ++--
 scripts/Dpkg/Source/Package/V3/git.pm   | 14 +++++++-------
 scripts/Dpkg/Source/Package/V3/quilt.pm | 16 ++++++++--------
 scripts/Dpkg/Source/Quilt.pm            | 16 ++++++++--------
 scripts/Dpkg/Vendor/Debian.pm           |  2 +-
 6 files changed, 27 insertions(+), 27 deletions(-)

commit 6024a66abdf9e49f29099a49c0f057459d77df80
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 15:13:44 2012 +0100

    scripts: Use // operator instead of an explicit defined check

 scripts/Dpkg/BuildOptions.pm            |  2 +-
 scripts/Dpkg/Changelog.pm               |  8 +++-----
 scripts/Dpkg/Control/Fields.pm          |  2 +-
 scripts/Dpkg/Shlibs.pm                  |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm       | 14 +++++++-------
 scripts/Dpkg/Source/Package.pm          |  4 ++--
 scripts/Dpkg/Source/Package/V2.pm       |  4 ++--
 scripts/Dpkg/Source/Package/V3/quilt.pm |  2 +-
 scripts/Dpkg/Source/Patch.pm            |  2 +-
 scripts/Dpkg/Source/Quilt.pm            | 12 ++++++------
 scripts/Dpkg/Vendor/Ubuntu.pm           |  3 +--
 scripts/dpkg-buildflags.pl              |  2 +-
 scripts/dpkg-gencontrol.pl              |  6 +++---
 scripts/dpkg-mergechangelogs.pl         |  2 +-
 scripts/dpkg-scanpackages.pl            |  2 +-
 scripts/dpkg-shlibdeps.pl               |  2 +-
 scripts/dpkg-source.pl                  |  2 +-
 scripts/dpkg-vendor.pl                  |  2 +-
 18 files changed, 35 insertions(+), 38 deletions(-)

commit 14b92d54d044fc9b932997869107a1ae02a1a60f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 03:08:21 2012 +0100

    scripts: Do not use sort directly on the return keyword
    
    Fixes Subroutines::ProhibitReturnSort.
    
    Warned-by: perlcritic

 scripts/Dpkg/BuildEnv.pm          | 6 ++++--
 scripts/Dpkg/BuildFlags.pm        | 3 ++-
 scripts/Dpkg/Checksums.pm         | 3 ++-
 scripts/Dpkg/Compression.pm       | 3 ++-
 scripts/Dpkg/Control/Fields.pm    | 6 ++++--
 scripts/Dpkg/Source/Package/V2.pm | 3 ++-
 src/t/100_dpkg_divert.t           | 3 ++-
 test/100_critic.t                 | 1 +
 utils/t/100_update_alternatives.t | 4 +++-
 9 files changed, 22 insertions(+), 10 deletions(-)

commit f215ebacf1183e33da3287533c8eec60cc5af418
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 02:49:36 2012 +0100

    scripts: Do not use "nested" functions as they are global
    
    Even if these functions are defined inside another function, they are
    still global, make them proper global functions by moving the definition
    outside of the outter function and mark them explicitly as being private
    by using an underscore prefix. There's no point in making these
    anonymous nested functions, as they do not need to access any variable
    from the outter functions.
    
    Fixes Subroutines::ProhibitNestedSubs.
    
    Warned-by: perlcritic

 scripts/Dpkg/Changelog/Entry.pm         |  17 ++---
 scripts/Dpkg/Shlibs/SymbolFile.pm       |  14 ++--
 scripts/Dpkg/Source/Package/V2.pm       |  29 ++++----
 scripts/Dpkg/Source/Package/V3/quilt.pm |  44 ++++++------
 scripts/Dpkg/Source/Patch.pm            | 121 +++++++++++++++++---------------
 scripts/Dpkg/Version.pm                 |  30 ++++----
 test/100_critic.t                       |   1 +
 7 files changed, 137 insertions(+), 119 deletions(-)

commit 193cfded7822eab6d63e200037ac86df6ba98521
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 24 07:18:02 2013 +0200

    Fix file descriptor leaks in perl code

 dselect/methods/ftp/install | 1 +
 scripts/dpkg-distaddfile.pl | 1 +
 2 files changed, 2 insertions(+)

commit 00514322d12f9d8612f940b9f2aff7cfddf2a952
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 24 07:17:30 2013 +0200

    dpkg-gensymbols: Use closedir instead of close for directory handles

 scripts/dpkg-gensymbols.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc4f53c4b7d0837bef169ce7cdc0abec124f2d7d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 01:35:10 2012 +0100

    Use proper variables instead of barewords for filehandles
    
    Fixes InputOutput::ProhibitBarewordFileHandles.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm          | 13 +++++----
 dselect/methods/ftp/install             | 35 +++++++++++------------
 dselect/mkcurkeys.pl                    | 12 ++++----
 scripts/Dpkg/Arch.pm                    | 24 ++++++++--------
 scripts/Dpkg/BuildFlags.pm              |  6 ++--
 scripts/Dpkg/Changelog/Parse.pm         | 12 ++++----
 scripts/Dpkg/Shlibs/Objdump.pm          |  6 ++--
 scripts/Dpkg/Source/Archive.pm          |  6 ++--
 scripts/Dpkg/Source/Functions.pm        |  4 +--
 scripts/Dpkg/Source/Package.pm          | 25 +++++++++--------
 scripts/Dpkg/Source/Package/V2.pm       | 49 ++++++++++++++++++---------------
 scripts/Dpkg/Source/Package/V3/bzr.pm   |  6 ++--
 scripts/Dpkg/Source/Package/V3/git.pm   |  6 ++--
 scripts/Dpkg/Source/Package/V3/quilt.pm | 22 +++++++--------
 scripts/Dpkg/Source/Quilt.pm            | 37 +++++++++++++------------
 scripts/dpkg-buildpackage.pl            | 12 ++++----
 scripts/dpkg-checkbuilddeps.pl          |  7 +++--
 scripts/dpkg-distaddfile.pl             | 14 ++++++----
 scripts/dpkg-genchanges.pl              | 14 ++++++----
 scripts/dpkg-gencontrol.pl              | 32 +++++++++++----------
 scripts/dpkg-gensymbols.pl              |  6 ++--
 scripts/dpkg-mergechangelogs.pl         |  6 ++--
 scripts/dpkg-name.pl                    |  6 ++--
 scripts/dpkg-scansources.pl             |  6 ++--
 scripts/dpkg-shlibdeps.pl               | 30 ++++++++++----------
 scripts/dpkg-source.pl                  |  6 ++--
 scripts/t/600_Dpkg_Changelog.t          |  6 ++--
 scripts/t/800_Dpkg_IPC.t                | 19 +++++++------
 scripts/t/850_Dpkg_Compression.t        | 12 ++++----
 src/t/100_dpkg_divert.t                 | 24 ++++++++--------
 test/100_critic.t                       |  1 +
 utils/t/100_update_alternatives.t       |  6 ++--
 32 files changed, 245 insertions(+), 225 deletions(-)

commit 9b590b2a54670c919a638a336769ae0687b2e72b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 03:14:03 2012 +0100

    Dpkg::Control::Type: Use strict and warnings
    
    Fixes TestingAndDebugging::RequireUseStrict and
    TestingAndDebugging::RequireUseWarnings.
    
    Warned-by: perlcritic

 scripts/Dpkg/Control/Types.pm | 3 +++
 test/100_critic.t             | 2 ++
 2 files changed, 5 insertions(+)

commit 726f6e1f097a1c9b26f923dd8d3a70ddc900c7e7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 21 00:54:44 2013 +0100

    scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_h
    
    This also gets rid of the EOF constant shadowing the EOF member from
    Dpkg::Compression::FileHandle.

 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/Patch.pm      | 2 +-
 scripts/dpkg-buildpackage.pl      | 2 +-
 scripts/dpkg-distaddfile.pl       | 3 +--
 scripts/dpkg-gencontrol.pl        | 3 +--
 8 files changed, 8 insertions(+), 10 deletions(-)

commit c477108d17772e11d510acf7bcd7cbb42b6d6759
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 21 00:54:44 2013 +0100

    Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbols

 scripts/Dpkg/Compression/FileHandle.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 82ea4a431882892340363115588843ad7f825d39
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 24 06:54:22 2013 +0200

    scripts: Remove unused :signal_h from POSIX imports

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

commit 7590893a367b4cdd983a742137157c82bca1cd57
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 04:12:10 2013 +0100

    scripts: Use getcwd from Cwd instead of POSIX

 scripts/Dpkg/Source/Package/V1.pm        | 3 ++-
 scripts/Dpkg/Source/Package/V2.pm        | 3 ++-
 scripts/Dpkg/Source/Package/V3/native.pm | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit cf51d05a229be66ca5a21b370faf7d376617098b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 24 13:32:29 2013 +0200

    Dpkg::Compression::FileHandle: Handle new EOF method paramater
    
    Do not forward the integer parameter passed to the EOF method since
    perl 5.12, as the IO::Handle::eof function rejects it.
    
    This problem has been latent because for example Dpkg::Source::Patch
    was importing the whole POSIX module, including the EOF constant, which
    shadowed the EOF method.

 scripts/Dpkg/Compression/FileHandle.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit a62fb6adecfcb362e5f8927db33f32676668984a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 01:42:11 2012 +0100

    Use three-argument form of open in perl code
    
    Fixes InputOutput::ProhibitTwoArgOpen.
    
    Warned-by: perlcritic

 dselect/methods/Dselect/Ftp.pm |  6 ++++--
 dselect/methods/ftp/install    | 12 ++++++------
 dselect/mkcurkeys.pl           |  4 ++--
 scripts/Dpkg/Arch.pm           |  8 ++++----
 scripts/dpkg-checkbuilddeps.pl |  2 +-
 scripts/dpkg-distaddfile.pl    |  4 ++--
 scripts/dpkg-scansources.pl    |  2 +-
 src/t/100_dpkg_divert.t        |  8 ++++----
 test/100_critic.t              |  1 +
 9 files changed, 25 insertions(+), 22 deletions(-)

commit ca1f9b624cc91ea8ff2ab0e7e9b6d9869b05c1c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 30 00:34:27 2012 +0100

    dpkg-shlibdeps: Use the glob function call instead of the operator
    
    Fixes BuiltinFunctions::RequireGlobFunction.
    
    Warned-by: perlcritic

 scripts/dpkg-shlibdeps.pl | 4 ++--
 test/100_critic.t         | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d304e7e1d98dea38c31721f812f3aeaffce914d5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 2 21:40:40 2013 +0100

    scripts/t/800_Dpkg_IPC.t: Use numbered prefixes for source variables

 scripts/t/800_Dpkg_IPC.t | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 8b40380413a616ba1c9e0d46505b6fedc57c7fc0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 20 21:38:38 2013 +0200

    dpkg: On Mac OS X check for update_dyld_shared_cache instead of ldconfig

 src/help.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit a616f22100ddc3be5835fb1d909857f39c3b231d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 21:29:24 2013 +0200

    Dpkg::Vendor::Debian: Do not use Dpkg::Vendor::Ubuntu, just require it
    
    The fact that Dpkg::Vendor::Debian needs to use functions from
    Dpkg::Vendor::Ubuntu has always been all kinds of a broken design, as
    an obvious layer violation, but at least for now we avoid redefinition
    of functions.

 scripts/Dpkg/Vendor/Debian.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 48c226fc7861c3414c6e014a1d55279d424d9b96
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 21:26:57 2013 +0200

    dselect: Stop using 'use vars' in method scripts
    
    This also fixes a typo ($VAL1 → $VAR1), and adds %config to the
    Dselect::Ftp module exported variables.

 dselect/methods/Dselect/Ftp.pm | 8 ++++----
 dselect/methods/ftp/install    | 4 +---
 dselect/methods/ftp/setup      | 2 --
 3 files changed, 5 insertions(+), 9 deletions(-)

commit f1f4ddf435050fa001562e31b65c6a7a69b211e0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 21:25:32 2013 +0200

    Dselect::Ftp: Inherit Exporter's import method

 dselect/methods/Dselect/Ftp.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ce75725ffd0da0afb6cbf8c6a189e30407d31119
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 20 03:17:03 2013 +0200

    dselect: Remove unused diagnostics pragmas

 dselect/methods/ftp/install | 1 -
 dselect/methods/ftp/setup   | 1 -
 dselect/methods/ftp/update  | 2 --
 3 files changed, 4 deletions(-)

commit 3962394d844af44555c81a8120fe4669e3828c7d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 20 03:17:03 2013 +0200

    Debian::Dselect::Ftp: Move module to Dselect::Ftp
    
    This gets rid of the need to hardcode the perl module path in the
    scripts. The Dselect methods are not really Debian specific anyway.

 debian/dselect.install                      | 2 +-
 dselect/methods/{Debian => }/Dselect/Ftp.pm | 2 +-
 dselect/methods/Makefile.am                 | 2 +-
 dselect/methods/ftp/install                 | 3 ---
 dselect/methods/ftp/setup                   | 3 ---
 dselect/methods/ftp/update                  | 3 ---
 6 files changed, 3 insertions(+), 12 deletions(-)

commit e2436545f93b942ef6a20fb65dde46f144792020
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 20 03:12:42 2013 +0200

    doc: Add optional perl modules used during «make check» to README

 README | 3 +++
 1 file changed, 3 insertions(+)

commit b340dcb5bc40d0ba7a45d0887c77d493ad6265ae
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 19:54:14 2013 +0200

    build: Add dselect methods directory to PERL5LIB in run-script

 run-script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 82e19f660481997134755f644287d36fbed0273b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 19 21:36:35 2013 +0200

    build: Use PERL instead of hardcoded binary name
    
    This makes sure we are going to use the program detected by configure.

 dselect/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1e8b79380a79d268982cb510ffb05d1f4e6a01e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 15:23:27 2013 +0200

    Dpkg::Arch: Properly fix debarch_to_debtriplet() callers
    
    The previous checks have always been shady (the subsequent fix too),
    as they didn't guarantee what they were checking for, i.e. that the
    array was not missing an element. Now that debarch_to_debtriplet()
    returns better values, just check for the correct array size (to be
    future-proof), instead of checking for the array not being empty, or
    for undefined elements (something that should never happen anymore).

 scripts/Dpkg/Arch.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 49fe0be6508603ccda6c86ca67357aa4b66ffd02
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 23 17:37:31 2013 +0200

    Dpkg::Arch: Add new test suite

 scripts/Makefile.am       |  1 +
 scripts/t/110_Dpkg_Arch.t | 86 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)

commit 7e6096c21592bca4349e885701441d21dc6b7ac6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Apr 23 12:15:06 2013 +0200

    Dpkg::Arch: Multiple fixes to cope with empty triplets
    
    With the changes introduced in 26a4d1df1119da0a8601b27198086086f9f3249f
    debarch_to_debtriplet() and debwildcard_to_debtriplet() can now return an
    empty list () instead of (undef) and the logic needs to be adjusted in
    multiple place to cope with those changes.
    
    The fixes in this commit might not be exhaustive, they correspond to
    warnings that dpkg-source has been emitting. But given the number of
    similar changes in the above commit, it's impossible for me to review
    everything.

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

commit 57c5880205d897ad964e96c9c0171b1ce5c0680f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 22:50:44 2013 +0200

    Explicitly quote HEREDOC markers in perl code
    
    This makes the HEREDOC quoting-style used explicit, so that it's obvious
    if the code text will get interpolated or not.
    
    Fixes ValuesAndExpressions::RequireQuotedHeredocTerminator.
    
    Warned-by: perlcritic

 dselect/methods/Debian/Dselect/Ftp.pm |  2 +-
 dselect/methods/ftp/setup             |  2 +-
 dselect/methods/ftp/update            |  2 +-
 src/t/100_dpkg_divert.t               | 24 ++++++++++++------------
 test/100_critic.t                     |  1 +
 5 files changed, 16 insertions(+), 15 deletions(-)

commit 26a4d1df1119da0a8601b27198086086f9f3249f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 29 23:59:06 2012 +0100

    Use just 'return' instead of 'return undef' in perl code
    
    This makes sure the functions always return the appropriate value
    independent of the context.
    
    Fixes Subroutines::ProhibitExplicitReturnUndef.
    
    Warned-by: perlcritic

 dselect/methods/Debian/Dselect/Ftp.pm  |  4 ++--
 scripts/Dpkg/Arch.pm                   | 16 ++++++++--------
 scripts/Dpkg/Changelog.pm              | 11 +++++------
 scripts/Dpkg/Changelog/Entry.pm        | 13 ++++++-------
 scripts/Dpkg/Changelog/Entry/Debian.pm | 13 ++++++-------
 scripts/Dpkg/Changelog/Parse.pm        |  2 +-
 scripts/Dpkg/Checksums.pm              |  4 ++--
 scripts/Dpkg/Compression.pm            |  6 +++---
 scripts/Dpkg/Compression/FileHandle.pm |  4 ++--
 scripts/Dpkg/Control/Fields.pm         |  8 ++++----
 scripts/Dpkg/Control/Hash.pm           |  8 ++++----
 scripts/Dpkg/Control/Info.pm           |  2 +-
 scripts/Dpkg/Deps.pm                   | 34 +++++++++++++++++-----------------
 scripts/Dpkg/Index.pm                  |  2 +-
 scripts/Dpkg/Package.pm                |  2 +-
 scripts/Dpkg/Path.pm                   | 14 +++++++-------
 scripts/Dpkg/Shlibs.pm                 |  2 +-
 scripts/Dpkg/Shlibs/Objdump.pm         |  6 +++---
 scripts/Dpkg/Shlibs/Symbol.pm          |  6 +++---
 scripts/Dpkg/Shlibs/SymbolFile.pm      | 10 +++++-----
 scripts/Dpkg/Source/Quilt.pm           |  8 ++++----
 scripts/Dpkg/Vendor.pm                 |  4 ++--
 scripts/Dpkg/Vendor/Default.pm         |  3 +--
 scripts/Dpkg/Version.pm                |  2 +-
 scripts/dpkg-shlibdeps.pl              |  6 +++---
 test/100_critic.t                      |  1 +
 26 files changed, 94 insertions(+), 97 deletions(-)

commit 0baef9061f7736f6179446d9f1f8e372ce98515b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 6 03:04:22 2013 +0100

    test: Add new perl critic test case
    
    Mark false positives in the perl code so that perlcritic ignores them,
    and so that they are documented in-place.

 Makefile.am                       |  2 +
 README                            |  4 ++
 dselect/mkcurkeys.pl              |  2 +
 scripts/Dpkg/Source/Package.pm    |  2 +-
 scripts/t/300_Dpkg_BuildOptions.t |  2 +-
 scripts/t/600_Dpkg_Changelog.t    |  2 +
 test/100_critic.t                 | 91 +++++++++++++++++++++++++++++++++++++++
 test/100_critic/perlcriticrc      | 69 +++++++++++++++++++++++++++++
 8 files changed, 172 insertions(+), 2 deletions(-)

commit b8ef2f3fa68047c0f1f98a03070af65302cb5732
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 6 03:52:57 2013 +0100

    test: Add a correct shebang to all test scripts
    
    This marks all these files as script files, so that tools like
    perlcritic do not misrecognize them as modules.

 scripts/t/100_Dpkg_Version.t          | 1 +
 scripts/t/150_Dpkg_Package.t          | 1 +
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t   | 1 +
 scripts/t/200_Dpkg_Shlibs.t           | 1 +
 scripts/t/300_Dpkg_BuildOptions.t     | 1 +
 scripts/t/400_Dpkg_Deps.t             | 1 +
 scripts/t/500_Dpkg_Path.t             | 1 +
 scripts/t/600_Dpkg_Changelog.t        | 1 +
 scripts/t/600_Dpkg_Changelog_Ubuntu.t | 1 +
 scripts/t/700_Dpkg_Control.t          | 1 +
 scripts/t/750_Dpkg_Substvars.t        | 1 +
 scripts/t/800_Dpkg_IPC.t              | 1 +
 scripts/t/850_Dpkg_Compression.t      | 1 +
 scripts/t/910_merge_changelogs.t      | 1 +
 src/t/100_dpkg_divert.t               | 1 +
 test/000_pod.t                        | 1 +
 utils/t/100_update_alternatives.t     | 1 +
 17 files changed, 17 insertions(+)

commit f5dd92244136d1f49bde1fdecf3e45aab328aea5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 17 21:31:32 2013 +0200

    build: Move generic perl test to the top level directory
    
    This test is useful for all perl code in the project, not just for the
    scripts directory. Move it to the top level directory so that we don't
    have to do strange things referencing sibling directories and similar.

 Makefile.am                   | 16 ++++++++++++++--
 scripts/Makefile.am           |  1 -
 {scripts/t => test}/000_pod.t |  0
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 75d5272190d30e3086d0c1e1f1687ac9b04a63a1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 17 21:42:05 2013 +0200

    build: Support an unset test_tmpdir

 Makecheck.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 702c6cd240f6c4829217812bb2eb959cbf133af2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 17 21:36:36 2013 +0200

    build: Set a default TEST_VERBOSE to 0

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

commit 01ccc0b865a4858f1071a9dbdcea3a276fbdeca9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 4 02:15:21 2013 +0100

    doc: Bump minimal perl version to use to 5.10.0
    
    The current version in Debian oldstable (lenny) is already 5.10.0, once
    the current Debian stable release becomes oldstable (squeeze) it will
    be 5.10.1, so bumping it is pretty safe and conservative.

 doc/coding-style.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 28e9fd389d043d41a94474d0b64b377c6cae4882
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 21:30:06 2013 +0200

    scripts/mk: Use new dpkg-parsechangelog -S option instead of sed or awk

 scripts/mk/pkg-info.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 36a15fee663324bf98f7cc1a5658a0ecff88628e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 20:33:19 2013 +0200

    Remove Emacs and vim modelines
    
    These just clutter the code base, as adding modelines for each possible
    editor out there does not scale, and they are currently not exhaustive
    anyway.

 Makecheck.am                             | 2 --
 dpkg-deb/info.c                          | 2 --
 dpkg-deb/main.c                          | 3 ---
 dselect/baselist.cc                      | 3 ---
 dselect/bindings.h                       | 2 +-
 dselect/dselect-curses.h                 | 2 +-
 dselect/dselect.h                        | 2 +-
 dselect/method.h                         | 2 +-
 dselect/methods/Debian/Dselect/Ftp.pm    | 1 -
 dselect/methods/ftp/install              | 1 -
 dselect/methods/ftp/setup                | 1 -
 dselect/methods/ftp/update               | 1 -
 dselect/methods/multicd/install          | 2 --
 dselect/methods/multicd/setup            | 2 --
 dselect/pkglist.cc                       | 3 ---
 dselect/pkglist.h                        | 2 +-
 scripts/Dpkg/Exit.pm                     | 1 -
 scripts/Dpkg/Source/Functions.pm         | 1 -
 scripts/Dpkg/Source/Package.pm           | 1 -
 scripts/Dpkg/Source/Package/V1.pm        | 1 -
 scripts/Dpkg/Source/Package/V2.pm        | 1 -
 scripts/Dpkg/Source/Package/V3/custom.pm | 1 -
 scripts/Dpkg/Source/Package/V3/native.pm | 1 -
 scripts/Dpkg/Source/Package/V3/quilt.pm  | 1 -
 scripts/Dpkg/Source/Patch.pm             | 1 -
 scripts/Dpkg/Source/Quilt.pm             | 1 -
 scripts/dpkg-source.pl                   | 1 -
 scripts/t/000_pod.t                      | 1 -
 scripts/t/100_Dpkg_Version.t             | 1 -
 scripts/t/150_Dpkg_Package.t             | 1 -
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t      | 1 -
 scripts/t/200_Dpkg_Shlibs.t              | 1 -
 scripts/t/300_Dpkg_BuildOptions.t        | 1 -
 scripts/t/400_Dpkg_Deps.t                | 1 -
 scripts/t/500_Dpkg_Path.t                | 1 -
 scripts/t/600_Dpkg_Changelog.t           | 1 -
 scripts/t/600_Dpkg_Changelog_Ubuntu.t    | 1 -
 scripts/t/700_Dpkg_Control.t             | 1 -
 scripts/t/750_Dpkg_Substvars.t           | 1 -
 scripts/t/800_Dpkg_IPC.t                 | 1 -
 scripts/t/850_Dpkg_Compression.t         | 1 -
 scripts/t/910_merge_changelogs.t         | 1 -
 src/archives.c                           | 3 ---
 src/filesdb.c                            | 3 ---
 src/t/100_dpkg_divert.t                  | 1 -
 utils/t/100_update_alternatives.t        | 1 -
 46 files changed, 5 insertions(+), 60 deletions(-)

commit d61fbafbbe3858150ddcd349df8e10557b0fe0cf
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 15 04:33:39 2013 +0200

    libdpkg: Move verification out of tar_header_checksum()
    
    This will allow to use the same function to produce the checksum when
    creating a tar archive.

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

commit 32df990c987814411e5ea4537d12a60a0ca22735
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 17 04:42:49 2013 +0200

    dselect: Use strict and warnings in perl scripts

 dselect/methods/Debian/Dselect/Ftp.pm | 2 ++
 dselect/mkcurkeys.pl                  | 3 +++
 2 files changed, 5 insertions(+)

commit ead612d60392242080bba6ddf50286033462a6af
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 17 04:22:35 2013 +0200

    dselect: Declare perl variables with our or my

 dselect/mkcurkeys.pl | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 954de84bea0565584a36cd7cc2bafe7fb23d0cce
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 17 03:54:46 2013 +0200

    dselect: Use looks_like_number() instead of coercion to number

 dselect/mkcurkeys.pl | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 209ff82c75009e118f95e0868c91c50361b31fb2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 22:54:14 2013 +0200

    dselect: Use new style perl function calls

 dselect/mkcurkeys.pl | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 4d276f405de3cef010ad6429ec0c224d50606ca6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 22:51:39 2013 +0200

    Debian::Dselect::Ftp: Add a package declaration

 dselect/methods/Debian/Dselect/Ftp.pm | 2 ++
 1 file changed, 2 insertions(+)

commit 44e27869f8b71f0206bb462752f5f7c3f9e8d25c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 21:04:50 2013 +0200

    dselect: Add missing license headers
    
    These do not change any license, they just clarify the current state.
    For old dselect methods that were already present in the dpkg project,
    the license remains GPL2+, for files imported from the dpkg-ftp and
    dpkg-multicd projects the license remains GPL2-only for now.

 dselect/methods/Debian/Dselect/Ftp.pm | 11 +++++++++++
 dselect/methods/disk/install          | 13 +++++++++++++
 dselect/methods/disk/setup            | 13 +++++++++++++
 dselect/methods/disk/update           | 13 +++++++++++++
 dselect/methods/floppy/install        | 13 +++++++++++++
 dselect/methods/floppy/setup          | 13 +++++++++++++
 dselect/methods/floppy/update         | 13 +++++++++++++
 dselect/methods/ftp/install           | 12 +++++++++++-
 dselect/methods/ftp/setup             | 12 +++++++++++-
 dselect/methods/ftp/update            | 12 +++++++++++-
 10 files changed, 122 insertions(+), 3 deletions(-)

commit e482e8c79ad63708bca6da5fec1ed0f444e102a1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 16 20:20:43 2013 +0200

    dselect: Rename C macro to CTRL

 dselect/bindings.h  |  4 ++++
 dselect/main.cc     |  7 +++----
 dselect/methkeys.cc | 22 ++++++++++------------
 dselect/pkgkeys.cc  | 18 ++++++++----------
 4 files changed, 25 insertions(+), 26 deletions(-)

commit 55e3ca8a4e1222e7201126c527b21bd502f02b19
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 14 21:36:09 2013 +0200

    debian: Remove u-a, dpkg-divert and dpkg-statoverride compat symlinks
    
    There are no packages using absolute paths in the Debian archive anymore.

 Makefile.am       | 1 -
 TODO              | 2 --
 debian/changelog  | 2 ++
 debian/dpkg.links | 3 ---
 4 files changed, 2 insertions(+), 6 deletions(-)

commit 9b289d2afa7cf9b9e3aa34d9a9a7dbe3f6486c47
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 14 17:52:45 2013 +0200

    Add musl-linux support to ostable and triplettable
    
    This is a new Linux architecture using the musl libc. More information
    can be found on the porject website <http://www.musl-libc.org/>.
    
    Requested-by: Kevin Bortis <wermut@gmail.com>

 debian/changelog | 2 ++
 ostable          | 2 ++
 triplettable     | 2 ++
 3 files changed, 6 insertions(+)

commit da63cf41f766b3188d0a7330c91a06222e479539
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 13 03:06:22 2013 +0200

    debian: Drop archtable
    
    It serves no purpose, it's Debian specific, it's usually outdated
    relative to the main archive, and everyone should be using
    dpkg-architecture anyway, or looking at the Debian archive for the
    distribution supported architectures.

 Makefile.am         |  1 -
 cputable            |  4 +---
 debian/archtable    | 29 -----------------------------
 debian/changelog    |  2 ++
 debian/dpkg.install |  1 -
 ostable             |  4 +---
 6 files changed, 4 insertions(+), 37 deletions(-)

commit d33cf5c4aaf22345a320f292d2a3205e25986aaf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 12 07:43:16 2012 +0200

    Avoid assignments in C conditionals

 dpkg-deb/extract.c |  6 ++++--
 dpkg-split/queue.c |  3 ++-
 dselect/pkglist.cc |  3 ++-
 lib/dpkg/mlib.c    |  3 ++-
 lib/dpkg/options.c |  3 ++-
 src/filesdb.c      |  3 ++-
 src/main.c         |  3 ++-
 src/querycmd.c     | 14 ++++++++++----
 src/statdb.c       | 12 ++++++++----
 9 files changed, 34 insertions(+), 16 deletions(-)

commit 08d1abf93b29b9edbedf7353b2c67761b04b3a2b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 07:55:36 2012 +0200

    dpkg: Refactor tortoise_not_in_hare() out from check_trigger_cycle()

 src/trigproc.c | 79 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 44 insertions(+), 35 deletions(-)

commit dabcb9560063a134a01c4223b1d6fa3624175daa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 20 02:33:13 2013 +0100

    dselect: Save and restore errno on signal handler
    
    This makes sure that the signal function will not stomp over an errno
    value already set when interrupted.
    
    The signal handler is still not async-safe, but this at least fixes one
    of the problems.

 dselect/baselist.cc | 4 ++++
 1 file changed, 4 insertions(+)

commit 0790f370e789197b2493b8cd1746374dca9b8316
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 10 09:56:35 2012 +0200

    dpkg-deb: Add new --deb-format option and base --new and --old on it
    
    The named options are not future-proof, as they will not allow to easily
    create packages with specific formats once a future new version gets
    introduced. The new option will also allow to request specific minor
    revision of a major format, for testing purposes for example.
    
    This also makes the code more explicit as it now refers to specific
    format versions when building it.

 debian/changelog                    |  3 +++
 doc/README.feature-removal-schedule |  9 +++++++
 dpkg-deb/build.c                    |  7 +++---
 dpkg-deb/dpkg-deb.h                 |  7 +++++-
 dpkg-deb/main.c                     | 48 +++++++++++++++++++++++++++++++++----
 man/dpkg-deb.1                      | 21 +++++++++-------
 6 files changed, 78 insertions(+), 17 deletions(-)

commit 41974a39520084887781238c4cb455d524bea84c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 10 09:40:49 2012 +0200

    libdpkg: Add new DEB_VERSION macro

 lib/dpkg/deb-version.h | 6 ++++++
 1 file changed, 6 insertions(+)

commit 7fb7f6e1542f57590fdb8bb544380cf5d923bb62
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 5 19:37:27 2012 +0200

    pkg: Change directory to / before executing maintainer scripts
    
    This should give maintainer scripts a more stable and sane environment.
    
    This change does not work too well with relative admindir paths, as they
    need to be normalized on input. But then several dpkg tools do not play
    nice with relative amindirs anyway, and this needs a general cleanup
    which will be done on subsequent commits.
    
    Closes: #686782

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

commit 65ade6390b47fe3ec6a0e2ba341f3d553bf4bbc6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 03:30:50 2012 +0200

    dpkg: Activate file triggers on removal more accurately
    
    Activate them only when we know we are inevitably removing things.

 debian/changelog | 2 ++
 src/remove.c     | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit c1e19f3274545cd72ffefed29a88452d866110e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 28 03:30:50 2012 +0200

    dpkg: Defer cleanup of .dpkg-new and .dpkg-tmp paths on removal
    
    Clean them up only when we are definitely removing the main path.

 debian/changelog |  2 ++
 src/remove.c     | 31 ++++++++++++++++---------------
 2 files changed, 18 insertions(+), 15 deletions(-)

commit fb8997a460a0ef2909199b4603604a4e855003e0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 24 18:37:28 2012 +0200

    dpkg: Always reset want status when installing a package
    
    Move pkg_set_want() call from wanttoinstall() to the call site in
    process_archive(), so that the status-want change affects all ‘true’
    return values and not just on “selecting previously unselected package”.
    
    This also makes wanttoinstall() a function that just performs a decision
    without acting on it, matching its name.
    
    Closes: #162541

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

commit f8d3fee967ab657aa84418150526eddebb0423c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 7 02:30:30 2013 +0200

    dpkg: Always reset want status when removing or purging a package
    
    Move pkg_set_want() and modstatdb_note() calls from deferred_remove()
    to the beginning of the function so that it affects all remove/purge
    requests, even if it ends up getting ignored so that we can properly
    update the wanted status.
    
    Do not try to set the want status for packages with want_unknown.
    
    Closes: #163763

 debian/changelog |  2 ++
 src/remove.c     | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 5bbc18af9d7c962cba4177e6c03216039d6ebdb3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 7 02:27:27 2013 +0200

    dpkg: Do not call modstatdb_note() unnecessarily on remove or purge
    
    Move the modstatdb_note() inside the !f_pending conditional where
    the want status is being changed, there's no point in always calling
    this function afterwards if there's been no status change at all.

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

commit 5f1ba89ae91a4f04ae28069c8d5e166aa355a93d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 7 02:24:46 2013 +0200

    dpkg: Move modstatdb_note() calls from post_postinst_tasks_core() to call sites
    
    This moves the calls near where the package status is being changed,
    and makes it obvious that we are creating an update log entry.

 src/script.c   | 5 ++---
 src/trigproc.c | 3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 99529be532e9bb6c0d4fda1d803588c64b8fa47a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 10 04:02:25 2012 +0100

    dpkg: Execute maintainer scripts in a new SELinux execution context
    
    Try to create a new execution context based on the current one and the
    specific maintainer script filename. If it is the same as the current
    one, use "dpkg_script_t" as a fallback.
    
    The maintscript_set_exec_context() function is heavily based on the
    libselinux rpm_execcon() function, which is licensed as Public Domain.

 debian/changelog |  3 +++
 src/script.c     | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

commit 866f5d2a9702da7b4e809b89c3f7df6933e97116
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 11 00:25:31 2012 +0100

    dpkg: Reload the SELinux label database if it has changed
    
    Rework the code to use the selabel API instead of the matchpathcon
    wrappers, so that we can query if the label database has changed
    during the previous unpack, for example while upgrading the SELinux
    policy package. This also allows us to more easily free the resources
    allocated for the label database.

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

commit 006781260af02f5b1c4b466a27c2aab9490e4794
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 11 00:25:31 2012 +0100

    dpkg: Do not check for selabel_lookup_raw() returning "<<none>>" context
    
    The selabel_file(5) man page clearly states that the function may never
    return such context, so do not check for it.

 src/archives.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 9a98858f89ca4753182aa4682738d035c69e62ee
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 21:42:14 2012 +0100

    dpkg-deb: Use an enum instead of a literal string to pass tar options
    
    This clarifies the call sites as to what they want from the extractor,
    and abstracts the code to allow for a future switch to an internal tar
    extractor instead of requiring an external tar program.

 dpkg-deb/dpkg-deb.h | 15 ++++++++++++++-
 dpkg-deb/extract.c  | 42 +++++++++++++++++++++++++++++-------------
 dpkg-deb/info.c     |  4 ++--
 3 files changed, 45 insertions(+), 16 deletions(-)

commit f754c4bc86e6927456570bbb2a5574eeba25a83d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 21:41:39 2012 +0100

    dpkg-deb: Switch extracthalf() to use struct command

 dpkg-deb/extract.c | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 82c09cd40d3fa847a9f72e5d1ccd3484bde705ed
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 25 01:08:41 2012 +0200

    dpkg-query: Always print a descriptive architecture column on --list
    
    Print a description even for empty or missing architectures, to ensure
    the column is always filled.

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

commit bc92c31742665972b0129da19ad4ea77a21fbbab
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 25 01:08:41 2012 +0200

    libdpkg: Add new dpkg_arch_describe() function

 lib/dpkg/arch.c      | 14 ++++++++++++++
 lib/dpkg/arch.h      |  2 ++
 lib/dpkg/libdpkg.map |  1 +
 3 files changed, 17 insertions(+)

commit 23bb05f8d42514d84840bee9418191ba5e8a3489
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 13 04:12:51 2013 +0200

    libdpkg: Add missing symbols to the version script

 lib/dpkg/libdpkg.map | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c1b63899f2556e501f79db0dede8c1ff37645ce9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 13 02:28:06 2013 +0200

    libdpkg: Document deb-version module

 lib/dpkg/deb-version.c | 15 ++++++++++++++-
 lib/dpkg/deb-version.h | 13 ++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

commit b06093f43894f8475f17087b2b17dad4020a8d8f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 12 20:30:05 2013 +0200

    build: Use an absolute admindir path
    
    Some dpkg tools do not play nice with relative admindir paths; and
    although that should get fixed, just use an absolute one for now.

 Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c568de95be6b06d3efa01f3775307f92175451d9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 12 20:27:36 2013 +0200

    build: Add a help alias to target all

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 01975939b8632d708035c229950c44650cc537d2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 5 17:29:41 2013 +0200

    dpkg(1): Clarify that DPKG_MAINTSCRIPT_PACKAGE is not arch-qualified
    
    The architecture information is provided in the DPKG_MAINTSCRIPT_ARCH
    environment variable.

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

commit 182120b3b2e455cda535e2aaf3e0b27a0f0f5b61
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 1 16:34:57 2013 +0200

    Fix spelling errors
    
    The other spelling errors come from external projects (doxygen and
    pkg-config), which are being dealt upstream.
    
    Warned-by: codespell

 ChangeLog.old        | 2 +-
 lib/compat/obstack.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b37902119496c2019295dce93def3802c44ed169
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 2 16:22:50 2013 +0200

    man: Unify references to dpkg project versions for new features
    
    Use the general form of “dpkg VERSION”, w/o any markup, to talk
    about the point a feature got introduced in the dpkg project,
    regardless of what part of the project was involved, so we use
    dpkg in this way as a reference to the entire software project,
    and not the dpkg program or the dpkg Debian package.
    
    The name dpkg-dev is a Debian specific packaging layout, which is not
    how other downstreams are going to package the software, just avoid
    the term. If we need to mention the collection of scripts contained
    in the Debian dpkg-dev we use “dpkg build scripts”.
    
    There are still two remaining dpkg-dev references in paths, but those
    need to be fixed by substitution at build time, as part of another
    commit.

 man/deb-src-control.5     | 10 +++++-----
 man/deb-triggers.5        |  6 +++---
 man/deb-version.5         |  4 ++--
 man/deb.5                 | 10 +++++-----
 man/dpkg-buildpackage.1   |  6 +++---
 man/dpkg-gencontrol.1     |  8 ++++----
 man/dpkg-parsechangelog.1 |  8 ++++----
 man/dpkg-source.1         |  6 +++---
 8 files changed, 29 insertions(+), 29 deletions(-)

commit b76dbb70b0917eec63668eddc2f17bda4a2fc73e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 1 03:44:29 2013 +0200

    dpkg-statoverride: Refer to path instead of file
    
    This clarifies the term removing the need to mention what file actually
    refers to. And gets rid of a first person usage.

 debian/changelog        |  1 +
 man/dpkg-statoverride.8 | 20 ++++++++++----------
 src/statcmd.c           | 10 +++++-----
 3 files changed, 16 insertions(+), 15 deletions(-)

commit d6fc0364f28ff2d5d4f7094db9cca5e2f34c8b0d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 30 05:56:23 2012 +0100

    dpkg-buildflags: Mask fortify hardening option on noopt
    
    New glibc 2.16 and later, issue a warning on this condition. Just
    disable the hardening flags in such case.
    
    Closes: #691745

 debian/changelog              | 3 +++
 man/dpkg-buildflags.1         | 5 ++++-
 scripts/Dpkg/BuildFlags.pm    | 1 +
 scripts/Dpkg/Vendor/Debian.pm | 6 ++++++
 4 files changed, 14 insertions(+), 1 deletion(-)

commit 6f95a795d310d35d89b1060406236d81dd9b8da0
Author: Matthijs Kooijman <matthijs@stdin.nl>
Date:   Thu Mar 28 04:30:19 2013 +0100

    dpkg-buildflags(1): Improve usage documentation
    
    This provides some examples on using dpkg-buildflags and buildflags.mk
    in debian/rules, notes that --export=make is not recommended and
    explicitly mentions that the list of build flags is subject to change.
    
    Closes: #657627
    
    [guillem@debian.org:
     - Move debian/rules usage documentation into EXAMPLES.
     - Move buildflags.mk version of introduction to FILES section.
     - Fix formatting of examples.
     - Use build-arch instead of binary target in example.
     - Do not duplicate previous --export examples, and also mention --get.
     - Use $(CC) instead of cc, and also pass to it $(CPPFLAGS).
     - Add subsections to FILES section. ]
    
    Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog      |  2 ++
 man/dpkg-buildflags.1 | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

commit fd320a3ad53c2b395e122188a2ad431dcefe5b64
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 08:51:34 2012 +0100

    dpkg-buildflags: Rename configure exporter to cmdline
    
    Rename to something generic and not tied to a single specific use
    pattern. Preserve configure as a legacy alias, because there's no
    reason to break the current users, and the name they are using is
    fine in case it's being used in a configure script call.

 debian/changelog           |  2 ++
 man/dpkg-buildflags.1      | 15 ++++++++++-----
 scripts/dpkg-buildflags.pl | 14 ++++++++------
 3 files changed, 20 insertions(+), 11 deletions(-)

commit eb25201f1dc115d2cc9652ed0213d80806f1ca03
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sun Oct 28 02:53:57 2012 -0700

    dpkg-buildflags(1): Document export mode usage
    
    Closes: #691449
    
    [guillem@debian.org:
     - Move examples to an EXAMPLES section.
     - Add an --export=configure example on $(MAKE). ]
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 5b28508eab5acaaa7374fc613a1f3acea6b1a7c2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:08:20 2013 +0100

    dpkg-buildflags(1): Move HARDENING into a new FEATURE AREAS subsection
    
    There could be more feature areas in the future, and hardening does not
    really deserve a section of its own.

 debian/changelog      |  1 +
 man/dpkg-buildflags.1 | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 81d048b4ccdfe129a562a96be2a00472cbe46c77
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 29 20:13:01 2013 +0100

    dpkg-architecture(1): Fix debian/rules usage documentation
    
    Only set the configure flags if they have not been previously set.
    Call the configure script with a path prefix. Pass --build/--host or
    --build to configure depending on whether we are cross-compiling.

 debian/changelog        |  1 +
 man/dpkg-architecture.1 | 15 +++++++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

commit b6fc3054af21722bb3da021d35e857265f382c9c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 29 20:12:11 2013 +0100

    dpkg-architecture(1): Fix examples indentation to fit in 80 characters

 man/dpkg-architecture.1 | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 203c16edb32aa6fbe3eb85986e173a87fc1730d7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 29 20:01:07 2013 +0100

    dpkg-architecture(1): Fold DEBIAN/RULES section into EXAMPLES

 debian/changelog        |  1 +
 man/dpkg-architecture.1 | 46 +++++++++++++++++++++++-----------------------
 2 files changed, 24 insertions(+), 23 deletions(-)

commit 1f4c727c000ec7d618f561d5cad40a696bc81495
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 31 20:46:13 2013 +0200

    man: Mark programs, variables, fields and command-line options in bold

 debian/changelog              |  1 +
 man/dpkg-architecture.1       | 13 +++++-----
 man/dpkg-buildflags.1         |  4 ++--
 man/dpkg-buildpackage.1       |  6 ++---
 man/dpkg-checkbuilddeps.1     |  4 ++--
 man/dpkg-divert.8             | 17 ++++++-------
 man/dpkg-gencontrol.1         |  6 ++---
 man/dpkg-gensymbols.1         | 22 ++++++++---------
 man/dpkg-maintscript-helper.1 | 28 ++++++++++++----------
 man/dpkg-name.1               |  8 +++----
 man/dpkg-parsechangelog.1     |  4 ++--
 man/dpkg-query.1              | 13 +++++-----
 man/dpkg-shlibdeps.1          | 20 +++++++++-------
 man/dpkg-source.1             | 55 ++++++++++++++++++++++---------------------
 man/dpkg-statoverride.8       | 15 ++++++------
 man/dpkg-trigger.1            |  2 +-
 man/dpkg-vendor.1             |  2 +-
 man/dpkg.1                    | 10 ++++----
 man/start-stop-daemon.8       |  4 ++--
 19 files changed, 122 insertions(+), 112 deletions(-)

commit 2fdcd1c8c74baac9a688222d99bdc6e175d0a969
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 31 06:05:24 2013 +0200

    man: Do not change point size for variables or acronyms
    
    Mark variables as bold (but not in examples), and leave acronyms
    unmarked.

 man/dpkg-architecture.1 | 70 ++++++++++++++++++++++++-------------------------
 man/dpkg-scansources.1  |  2 +-
 2 files changed, 36 insertions(+), 36 deletions(-)

commit ef6a2f985d7aa8b5a95bfeec4c78cb8e90b33259
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 31 06:05:24 2013 +0200

    man: Remove misplaced commas

 man/deb-version.5      | 2 +-
 man/dpkg-scansources.1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 08ba74db5cec89d678030b93b9e3b984a41ec024
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 29 14:59:14 2013 +0100

    man: Use .TQ instead of .TP and .PD 0 or other ad-hoc markup

 man/deb-control.5       |  7 ++-----
 man/deb-src-control.5   | 46 ++++++++++++++--------------------------------
 man/dpkg-buildpackage.1 | 41 ++++++++++++++++-------------------------
 man/dpkg.1              | 12 ++++--------
 4 files changed, 36 insertions(+), 70 deletions(-)

commit 84ad7a8f6be515b1f82e02983bdd7f6d644fd8c8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 29 01:36:20 2013 +0100

    man: Fix .SH and .SS title case
    
    Uppercase .SH titles and lowercase .SS titles.

 man/deb-version.5             | 2 +-
 man/dpkg-maintscript-helper.1 | 4 ++--
 man/dpkg.1                    | 6 +++---
 man/dselect.1                 | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 20386f50d2009e4b1e3535a0ee7a3a064384d6b3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:07:42 2013 +0100

    man: Unify command-line options into a single OPTIONS section

 debian/changelog        | 1 +
 man/dpkg-source.1       | 5 +++--
 man/start-stop-daemon.8 | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

commit c825865595c82c8412ae63c5904b31c3f05c1c23
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:04:03 2013 +0100

    man: Unify WARNING and ERROR sections into DIAGNOSTICS

 debian/changelog     | 1 +
 man/dpkg-shlibdeps.1 | 5 +++--
 man/dpkg-source.1    | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 517affe23a184a59b2ce7c12504b0dbef931d86b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:02:31 2013 +0100

    man: Move compiler flags subsection from ENVIRONMENT to NOTES

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

commit 65a44f4b093d0a23b506b5eec5c7a4d7d41adf21
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:02:31 2013 +0100

    dpkg-architecture(1): Document since when DEB_*_MULTIARCH are supported

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

commit aa9fc50cf59341bfddb13e80c24b8e86885ab093
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:02:31 2013 +0100

    man: Fold BACKWARD COMPATIBILITY section into other sections

 debian/changelog        |  1 +
 man/dpkg-architecture.1 | 53 +++++++++++++++++++++----------------------------
 man/dpkg-buildpackage.1 |  3 ++-
 3 files changed, 26 insertions(+), 31 deletions(-)

commit 038b48bbdd476c24f1106630d56391a7a04f1dc2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 19:33:57 2013 +0100

    man: Rename CAVEATS sections to NOTES

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

commit 69729c759dd77bd14e2209802e38aba130c25278
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 19:59:30 2013 +0100

    man: Move EXIT STATUS section before ENVIRONMENT

 debian/changelog          |  1 +
 man/update-alternatives.8 | 18 +++++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

commit b07036b2b0bb4a6be8c9216195963856fe64b5ef
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 16:47:12 2013 +0100

    man: Place ENVIRONMENT and FILES sections contiguously

 debian/changelog        |  1 +
 man/dpkg-architecture.1 | 30 ++++++++--------
 man/dpkg-buildflags.1   | 91 +++++++++++++++++++++++++------------------------
 man/dpkg-divert.8       | 40 +++++++++++-----------
 man/dpkg.1              | 84 ++++++++++++++++++++++-----------------------
 5 files changed, 124 insertions(+), 122 deletions(-)

commit 2708dfb65bdb9297994231cb059c65bd04010814
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 16:20:35 2013 +0100

    man: Move BUGS sections before EXAMPLES and SEE ALSO sections

 debian/changelog |  1 +
 man/dpkg-name.1  | 20 ++++++++++----------
 man/dpkg-split.1 | 14 +++++++-------
 man/dpkg.1       |  6 +++---
 4 files changed, 21 insertions(+), 20 deletions(-)

commit 225450cffdf3d4ec653cd8a79d5ae446eddde0c6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 16:18:07 2013 +0100

    man: Remove BUGS sections containing obvious or misplaced information
    
    The BUGS section in u-a(8) just contains obvious instructions. The one
    in deb-substvars(5) comes from dpkg-source(1), and got wrongly carried
    over during the big dpkg-source(1) man page split.

 debian/changelog          | 1 +
 man/deb-substvars.5       | 4 ----
 man/update-alternatives.8 | 8 --------
 3 files changed, 1 insertion(+), 12 deletions(-)

commit 075149050ff8e33456b10253f34376df000b47c2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 27 16:16:38 2013 +0100

    man: Move the dangers of installing via dpkg-deb from BUGS to a NOTES section
    
    This is not a bug, it's the way the program works.

 debian/changelog |  8 +++++---
 man/dpkg-deb.1   | 17 +++++++++--------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit e7403b1421b865572ce45e3a710df166c167f056
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 07:44:36 2012 +0100

    dpkg-shlibdeps: Also check Build-Depends-Arch for minimal versions
    
    Closes: #681470

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

commit 724c46e7a65c618d507231658969200b3b655167
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 07:43:18 2012 +0100

    dpkg-checkbuilddeps: Use new Dpkg::Deps::deps_concat instead of ad-hoc code

 scripts/dpkg-checkbuilddeps.pl | 32 +++++++++-----------------------
 1 file changed, 9 insertions(+), 23 deletions(-)

commit 638b42441d3b0b6edc70b8743cd7ba5f79d2ff76
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 29 07:42:39 2012 +0100

    Dpkg::Deps: Add new deps_concat function

 scripts/Dpkg/Deps.pm | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

commit 8a8030be47fee6b480905781e56eacc8005227fc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 18 17:09:45 2012 +0200

    dpkg-buildpackage: By default do not sign builds for UNRELEASED uploads
    
    As these are not final builds, do not bother signing them. If the user,
    for whatever reason still wants to sign them, they can use --force-sign
    or debsign afterwards.
    
    Closes: #635117

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

commit 60640dc051cf2ecabc65b7286f8e760275e2f0fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 31 21:27:26 2013 +0200

    dpkg-buildpackage: Add new --force-sign option
    
    This will allow to override the decision to not sign due to -us, -uc,
    or other internal heuristic.

 debian/changelog             |  1 +
 man/dpkg-buildpackage.1      |  8 ++++++--
 scripts/dpkg-buildpackage.pl | 10 +++++++++-
 3 files changed, 16 insertions(+), 3 deletions(-)

commit 07dc8aea5d0c1ffcad2f578ee780a6ae7db7fef1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 3 05:17:01 2013 +0200

    dpkg-buildpackage: Move signing setup code at the end of environment setup
    
    This bundles all signing setup in a single place, and avoids invoking
    any command if there's no need.

 scripts/dpkg-buildpackage.pl | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit 72c2242d4783ee314d7f333419839ab42c8ad6c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 18 17:05:29 2012 +0200

    dpkg-parsechangelog: Add new --show-field option to print a field value
    
    One of the most common uses of this program is to retrieve specific
    field values from debian/rules file, but currently the output needs
    to be filtered, which might introduce subtle bugs. This option will
    make life easier for packagers, among others.
    
    Closes: #284664

 debian/changelog               |  2 ++
 man/dpkg-parsechangelog.1      |  6 +++++-
 scripts/dpkg-parsechangelog.pl | 10 +++++++++-
 3 files changed, 16 insertions(+), 2 deletions(-)

commit b322ebf5068cefe8cbc9cc56c92faa4b55e2f315
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 25 21:32:54 2013 +0100

    po: Fix Language-Team fields
    
    Use the language name for the team name. Add missing team email
    addresses. Update addresses that bounced on last call for translations.

 dselect/po/gl.po    | 2 +-
 dselect/po/hu.po    | 2 +-
 dselect/po/id.po    | 3 +--
 dselect/po/it.po    | 2 +-
 dselect/po/ja.po    | 2 +-
 dselect/po/nl.po    | 2 +-
 dselect/po/nn.po    | 2 +-
 dselect/po/vi.po    | 2 +-
 dselect/po/zh_CN.po | 2 +-
 man/po/de.po        | 2 +-
 man/po/es.po        | 2 +-
 man/po/hu.po        | 2 +-
 man/po/ja.po        | 2 +-
 po/es.po            | 2 +-
 po/gl.po            | 2 +-
 po/hu.po            | 2 +-
 po/id.po            | 3 +--
 po/ja.po            | 2 +-
 po/km.po            | 2 +-
 po/mr.po            | 3 +--
 po/nn.po            | 2 +-
 po/pa.po            | 2 +-
 po/vi.po            | 2 +-
 po/zh_TW.po         | 3 +--
 scripts/po/de.po    | 2 +-
 scripts/po/es.po    | 2 +-
 26 files changed, 26 insertions(+), 30 deletions(-)

commit f987314f77a027b98c8cbd47e933860606d079ed
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 24 02:54:09 2013 +0100

    po: Make Team-Website a private field by renaming to X-Team-Website
    
    Warned-by: i18nspector

 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f9041f10852f33c627b275a4343e3d41c509d775
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 22:45:54 2013 +0100

    po: Set domain name and version for Project-Id-Version fields
    
    Warned-by: i18nspector

 dselect/po/bs.po        | 2 +-
 dselect/po/ca.po        | 2 +-
 dselect/po/cs.po        | 2 +-
 dselect/po/da.po        | 2 +-
 dselect/po/de.po        | 2 +-
 dselect/po/dselect.pot  | 2 +-
 dselect/po/el.po        | 2 +-
 dselect/po/es.po        | 2 +-
 dselect/po/eu.po        | 2 +-
 dselect/po/fr.po        | 2 +-
 dselect/po/gl.po        | 2 +-
 dselect/po/hu.po        | 2 +-
 dselect/po/id.po        | 2 +-
 dselect/po/it.po        | 2 +-
 dselect/po/ja.po        | 2 +-
 dselect/po/ko.po        | 2 +-
 dselect/po/nb.po        | 2 +-
 dselect/po/nl.po        | 2 +-
 dselect/po/nn.po        | 2 +-
 dselect/po/pl.po        | 2 +-
 dselect/po/pt.po        | 2 +-
 dselect/po/pt_BR.po     | 2 +-
 dselect/po/ro.po        | 2 +-
 dselect/po/ru.po        | 2 +-
 dselect/po/sk.po        | 2 +-
 dselect/po/sv.po        | 2 +-
 dselect/po/tl.po        | 2 +-
 dselect/po/vi.po        | 2 +-
 dselect/po/zh_CN.po     | 2 +-
 dselect/po/zh_TW.po     | 2 +-
 man/Makefile.am         | 1 +
 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 +-
 po/ast.po               | 2 +-
 po/cs.po                | 2 +-
 po/da.po                | 2 +-
 po/de.po                | 2 +-
 po/dz.po                | 2 +-
 po/el.po                | 2 +-
 po/eo.po                | 2 +-
 po/es.po                | 2 +-
 po/eu.po                | 2 +-
 po/fr.po                | 2 +-
 po/gl.po                | 2 +-
 po/hu.po                | 2 +-
 po/it.po                | 2 +-
 po/ja.po                | 2 +-
 po/km.po                | 2 +-
 po/ko.po                | 2 +-
 po/ku.po                | 2 +-
 po/lt.po                | 2 +-
 po/mr.po                | 2 +-
 po/nb.po                | 2 +-
 po/ne.po                | 2 +-
 po/nn.po                | 2 +-
 po/pa.po                | 2 +-
 po/ro.po                | 2 +-
 po/sk.po                | 2 +-
 po/th.po                | 2 +-
 scripts/po/ca.po        | 2 +-
 scripts/po/de.po        | 2 +-
 scripts/po/dpkg-dev.pot | 2 +-
 scripts/po/es.po        | 2 +-
 scripts/po/fr.po        | 2 +-
 scripts/po/pl.po        | 2 +-
 scripts/po/ru.po        | 2 +-
 scripts/po/sv.po        | 2 +-
 75 files changed, 75 insertions(+), 74 deletions(-)

commit 5c8eb72d6647d01da8375f289f620c0f0762a5de
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 22:36:15 2013 +0100

    po: Use PACKAGE_BUGREPORT instead of literal project address

 dselect/po/Makevars | 2 +-
 po/Makevars         | 2 +-
 scripts/po/Makevars | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e26177fd0b943900b49ee702586399cc0bf15a39
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 21:19:08 2013 +0100

    po: Set address for Report-Msgid-Bugs-To fields
    
    Warned-by: i18nspector

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

commit edee1c4ad2ca0bb916b8c8bfa9af170596ebe57c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 21:10:09 2013 +0100

    po: Fix Plural-Forms field
    
    Warned-by: i18nspector

 dselect/po/da.po |  2 +-
 dselect/po/el.po |  2 +-
 dselect/po/fr.po |  2 +-
 dselect/po/id.po |  2 +-
 dselect/po/nn.po |  2 +-
 dselect/po/ro.po |  2 +-
 dselect/po/ru.po |  4 ++--
 man/po/pl.po     |  2 +-
 po/ast.po        |  1 +
 po/bs.po         |  1 +
 po/el.po         |  2 +-
 po/et.po         |  1 +
 po/fr.po         |  2 +-
 po/id.po         |  2 +-
 po/ja.po         | 14 +-------------
 po/km.po         |  1 +
 po/ku.po         |  1 +
 po/lt.po         |  1 +
 po/mr.po         |  1 +
 po/nl.po         |  1 +
 po/nn.po         |  2 +-
 po/pt_BR.po      |  1 +
 po/ro.po         |  2 +-
 po/ru.po         |  2 +-
 po/tl.po         |  1 +
 scripts/po/de.po |  2 +-
 scripts/po/ru.po |  2 +-
 27 files changed, 28 insertions(+), 30 deletions(-)

commit 73828321585099f1698ae289e1ac88c4ed183cd0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 20:32:59 2013 +0100

    po: Fix Language fields
    
    Warned-by: i18nspector

 man/po/de.po    | 2 +-
 man/po/hu.po    | 2 +-
 man/po/ja.po    | 2 +-
 man/po/pt_BR.po | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit cf12b1f950ef55238cdfa7142cd3eb7bdead15eb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 20:24:53 2013 +0100

    po: Remove duplicate field
    
    Warned-by: i18nspector

 po/es.po | 1 -
 1 file changed, 1 deletion(-)

commit ce66988efc457f1a39099121eddfe0c4887109cb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 20:22:53 2013 +0100

    po: Remove stray header lines
    
    Warned-by: i18nspector

 dselect/po/el.po | 3 ---
 po/el.po         | 3 ---
 po/ne.po         | 1 -
 3 files changed, 7 deletions(-)

commit 9e62f13d5aa81ddf2dd42cf064062a5de4ff7f0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 23 20:09:42 2013 +0100

    po: Fix invalid Content-Transfer-Encoding fields from 8-bit to 8bit
    
    Warned-by: i18nspector

 dselect/po/de.po    | 2 +-
 dselect/po/es.po    | 2 +-
 dselect/po/ja.po    | 2 +-
 dselect/po/ko.po    | 2 +-
 dselect/po/pt_BR.po | 2 +-
 po/de.po            | 2 +-
 po/es.po            | 2 +-
 po/it.po            | 2 +-
 po/ja.po            | 2 +-
 po/ko.po            | 2 +-
 po/pt_BR.po         | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

commit 11567c6b095e144609d8782f04d70297253dcbfe
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 26 20:36:26 2013 +0100

    Use gender-neutral sentences

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

commit 7b1b83d9df8a366a60a794faabfb073817ce2ba1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 28 20:44:30 2013 +0100

    Do not pass -e in shell script shebangs, set it in the body
    
    This guarantees that the -e option will be set even if the script is
    invoked as an argument to sh.
    
    Warned-by: lintian

 debian/changelog              | 1 +
 debian/dpkg-dev.preinst       | 4 +++-
 debian/dpkg.lintian-overrides | 5 +----
 debian/dpkg.postinst          | 3 ++-
 debian/dpkg.postrm            | 3 ++-
 debian/dpkg.preinst           | 4 +++-
 debian/dpkg.prerm             | 4 +++-
 debian/dselect.preinst        | 4 +++-
 doc/triggers.txt              | 3 ++-
 9 files changed, 20 insertions(+), 11 deletions(-)

commit 7a2cb4e45848a401919d9b78500c67693527fe8e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 22 05:32:41 2013 +0100

    Change copyright file to point to GPL-2 instead of GPL
    
    Warned-by: lintian

 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 3b9e6070dfe0b2be414fe41fcb8563729c5e62fd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 21 23:36:10 2012 +0100

    libdpkg: Use uintptr_t instead of char * in STRUCTFIELD cast
    
    This fixes warnings with clang due to a change of alignment
    requirements.

 debian/changelog     | 1 +
 lib/dpkg/parsedump.h | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 9f8a2e2b6a21a9b9360e7b29f24d17d64331152b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 21 23:28:54 2012 +0100

    libdpkg: Refactor PKGPFIELD and FILEFFIELD into new STRUCTFIELD

 lib/dpkg/dump.c      | 11 ++++++-----
 lib/dpkg/fields.c    |  8 ++++----
 lib/dpkg/parsedump.h |  5 ++---
 3 files changed, 12 insertions(+), 12 deletions(-)

commit 1b1bbb35f902b2b0e686f7343491e145ee599bdb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 5 23:11:34 2012 +0100

    dpkg-deb: Do not initialize variable that gets a subsequent value

 dpkg-deb/extract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f2d4fc28ed1a728de6bd899c0e827a2f30860e83
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 21 02:35:18 2013 +0100

    u-a: Mark struct altdb_context bad_format() member as not returning

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f1940a118fba31d0927d817a094ea2b41c0474f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 6 02:06:20 2013 +0100

    u-a: Use the current alternative link as the first best value
    
    This makes sure that if there are several alternatives with the same
    priority, the current one will always be preferred, regardless of how
    they sort alphabetically.
    
    Closes: #699807

 debian/changelog            |  3 +++
 utils/update-alternatives.c | 12 +++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit c9c914d07347ea67e90442305f8e780311f1906c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 6 21:36:07 2013 +0100

    u-a: Move alternative_get_best() after alternative_get_current()
    
    We'll make alternative_get_current() use alternative_get_best(),
    so to avoid a forward declaration let's move it afterwards.

 utils/update-alternatives.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 00f67fb88a7c51c14ec1f19dc5b0d666683a62c9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 6 02:05:01 2013 +0100

    u-a: Cache current alternative
    
    This will allow to call alternative_get_current() multiple times w/o
    needing to perform useless work. It also gets rid of some annoying
    resource handling.

 utils/update-alternatives.c | 56 ++++++++++++++++++++++++++++-----------------
 1 file changed, 35 insertions(+), 21 deletions(-)

commit 5e471a0747511e007509d2a81231d09de083abe1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 6 01:34:24 2013 +0100

    u-a: Change spawn to get a correct argv0
    
    This turns spawn() into a simpler wrapper around execvp(), and gets rid
    of the code needed to generate the new argv.

 utils/update-alternatives.c | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

commit 96a0f9db4a87a9d6285b7bcdc4dcab1340c68eac
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 6 01:31:01 2013 +0100

    u-a: Remove explicit size from array initializer

 utils/update-alternatives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit adb64dabac58f3d68ce7cc56daa35d5d21467295
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 5 18:40:00 2013 +0100

    u-a: Use alternative_get_fileset() instead of open-coding it

 utils/update-alternatives.c | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit 1ea1205bd49f68968ebfc52500168255e43ad2e6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 26 21:02:00 2012 +0100

    s-s-d: Move setsid() alternative code into a replacement setsid() function

 utils/start-stop-daemon.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit e827c3fa3ccd371bce16687e300ee6a0b2cb1851
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 26 20:01:12 2012 +0100

    s-s-d: Refactor option setup off main() into new setup_options() function

 utils/start-stop-daemon.c | 122 ++++++++++++++++++++++++----------------------
 1 file changed, 65 insertions(+), 57 deletions(-)

commit 0c8f8325135fed9b14dcfb55b2b119314a69f0a4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 26 19:51:13 2012 +0100

    s-s-d: Refactor start action off main() into a new do_start() function

 utils/start-stop-daemon.c | 227 ++++++++++++++++++++++++----------------------
 1 file changed, 120 insertions(+), 107 deletions(-)

commit 65644f1457597eb610cff6672c42620b4d743d02
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 26 16:38:30 2012 +0100

    s-s-d: Group macro definitions after header inclusions

 utils/start-stop-daemon.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 93e17595462256d881466eebdb27777118abbe83
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 2 21:52:29 2012 +0100

    libdpkg: Document that str_quote_meta() never returns NULL

 lib/dpkg/string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 688e53d1709da2b253b2de5696add42558067515
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 21 13:57:21 2012 +0100

    libdpkg: Fix report.h doxygen ingroup

 lib/dpkg/report.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 05c9a53e63aa846884e718bfbcd3cfc35bbd8562
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 18 19:33:51 2013 +0100

    doc: Add a trailing -- to the git command in FILE_VERSION_FILTER
    
    This makes sure no path will be interpreted as a revision.

 doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ff58ce826b14c62a59170f33705a96d56a2088d2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 18 19:29:26 2013 +0100

    doc: Update Doxygen configuration from version 1.8.3.1

 doc/Doxyfile.in | 141 +++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 109 insertions(+), 32 deletions(-)

commit 7d01220ed0fb2f9ae647049b37bea77718fc0612
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 10 11:47:38 2012 +0200

    dselect: Use str_is_unset() instead of ad-hoc checks

 dselect/methlist.cc | 4 +++-
 dselect/pkginfo.cc  | 5 +++--
 dselect/pkglist.cc  | 5 +++--
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 586ceedb64295a1691f9477459ece5732f1b602b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 23 19:01:54 2012 +0200

    dpkg: Initialize all filenamenode members

 src/filesdb.c | 1 +
 1 file changed, 1 insertion(+)

commit de7fc130239c0bb05562478f967fa0a7599fb146
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 18 17:19:26 2012 +0200

    dpkg: Fix indentation
    
    The new file was accidentally introduced with old-style indentation.

 src/filesdb-hash.c | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

commit 5b52ac4bc988e42d8e4d10151cfc098def41fb0c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 22 18:14:44 2012 +0200

    Dpkg::Vendor::Debian: Remove support for obsolete DM-Upload-Allowed
    
    This field was a Debian specifc hack that should have been part of
    the archive management software from the start. Now that dak supports
    setting the upload ACLs through an email command, there's no need for
    this anymore. Remove.

 debian/changelog              | 1 +
 man/deb-src-control.5         | 7 +------
 scripts/Dpkg/Vendor/Debian.pm | 6 ------
 3 files changed, 2 insertions(+), 12 deletions(-)

commit 95310c74958d0efd10ba6780e24ce23edc941882
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 23 09:15:43 2012 +0200

    dpkg: Use colon instead of dot for user:group in debug output

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

commit 8090c6d3ac99ea7e6d42c7da686886b58faed699
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 16 04:59:46 2012 +0200

    Dpkg::IPC: Fix wording

 scripts/Dpkg/IPC.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 036cf037e37ac60ac198013d3211b6a614119c18
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 31 08:05:52 2012 +0200

    man: Do not use header when format or field is meant

 debian/changelog          | 1 +
 man/dpkg-buildflags.1     | 2 +-
 man/update-alternatives.8 | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit d52cf1e9df6e949e1865ad710fc5a684137fb715
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 28 13:29:04 2013 +0100

    build: Add CPPFLAGS for dselect-curses.h CPP invocation

 dselect/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3c17795fa157ba9ab0714169696ade8cb2590e71
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 15 03:07:49 2013 +0100

    build: Use AC_MSG_ERROR instead of obsolete AC_ERROR

 m4/dpkg-build.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 38887a766fc9b7b6b384ddd6a9bb619ff18c7fc2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 26 03:06:06 2013 +0100

    man: Remove unneeded double quotes in .SH headings

 debian/changelog          | 1 +
 man/dpkg-architecture.1   | 8 ++++----
 man/dpkg-buildpackage.1   | 2 +-
 man/dpkg-gensymbols.1     | 2 +-
 man/dpkg-query.1          | 2 +-
 man/dpkg-scansources.1    | 2 +-
 man/dpkg-shlibdeps.1      | 2 +-
 man/dpkg-split.1          | 2 +-
 man/po/es.add             | 2 +-
 man/po/pl.add             | 2 +-
 man/po/sv.add             | 2 +-
 man/update-alternatives.8 | 6 +++---
 12 files changed, 17 insertions(+), 16 deletions(-)

commit e762d81b752fb09c2ce83794a4ed52e83e0f39a3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 12 10:12:37 2012 +0100

    man: Disable justification and hyphenation in SEE ALSO sections

 debian/changelog        | 1 +
 man/deb-override.5      | 2 ++
 man/deb-substvars.5     | 2 ++
 man/dpkg-buildpackage.1 | 2 ++
 man/dpkg-scanpackages.1 | 2 ++
 man/dpkg.1              | 2 ++
 6 files changed, 11 insertions(+)

commit 747f60335829c2777649f6ae686f5b370dcd5b26
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 24 02:30:47 2013 +0100

    Add compression development packages to libdpkg-dev Depends

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

commit 79bb48e13c87f9f1f2ad54b8953bc2eb1c936625
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 24 02:29:56 2013 +0100

    Remove ancient version from zlibg1-dev Build-Depends

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

commit 0e09a1c280a46d3b4a92b68443a3c94ff58e599b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 18 07:27:06 2013 +0100

    Use the new canonical dpkg git Vcs URLs

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

commit 2b6b77c203407bf335e78358831c8813dbe1a330
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 24 02:19:32 2013 +0100

    Bump Standards-Version to 3.9.4 (no changes needed)

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

commit c3c708eb8cc412468d05e9b7821f81b328f11045
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 8 18:43:48 2013 +0100

    dpkg-source: Fix typo

 scripts/dpkg-source.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d5af15669c2f81f1a7bbe8cb95d9d10b5f111c60
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 26 18:44:30 2012 +0200

    dpkg: Remove redundant word in comment

 src/processarc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d3e9b6ed7ce6e136574fe99a4ada0a58df038b1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 15 15:51:27 2012 +0200

    dpkg-deb: Document --debug in --help output

 debian/changelog | 1 +
 dpkg-deb/main.c  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit e9eb399d17ddab9a1143adec2d042b62501976f4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 18 07:18:52 2013 +0100

    dpkg: Mark security context error message for translation

 src/archives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 14caa35eb55022c1111bfdd804af8bcd91859215
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 3 22:53:00 2012 +0200

    libdpkg: Add notice to map file

 lib/dpkg/libdpkg.map | 1 +
 1 file changed, 1 insertion(+)

commit 8615497da91662acf2f453f142a6111c103d48f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 22:55:09 2012 +0200

    u-a: Switch back to a fatal error on out of range priority on --install
    
    This reverts 18d9373b27effd533d386fdf7bfde6e6b3782101.

 debian/changelog            | 3 ++-
 utils/update-alternatives.c | 9 ++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

commit f294c956e0ab9bfeaf675a60c4541c2ab49fa932
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 4 16:20:53 2012 +0200

    Update TODO

 TODO | 7 -------
 1 file changed, 7 deletions(-)

commit d67ac5497e050e7d2a4c767eb64d69e5cb98ce21
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 22:32:13 2012 +0200

    Bump version to 1.17.0

 TODO             | 2 +-
 debian/changelog | 6 ++++++
 scripts/Dpkg.pm  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 0a1af42295d04b46cdb48eb11996dbb1b3e8111f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 04:42:06 2013 +0100

    Release 1.16.10

 debian/changelog | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 698af8dcd765af0f9f110776c3d99a22b59e690b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 8 03:48:40 2013 +0000

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  16 +-
 dselect/po/ca.po        |  22 +--
 dselect/po/cs.po        |  19 ++-
 dselect/po/da.po        |  23 ++-
 dselect/po/de.po        |  20 +--
 dselect/po/dselect.pot  |  18 +--
 dselect/po/el.po        |  16 +-
 dselect/po/es.po        |  23 ++-
 dselect/po/et.po        |  16 +-
 dselect/po/eu.po        |  21 ++-
 dselect/po/fr.po        |  23 ++-
 dselect/po/gl.po        |  16 +-
 dselect/po/hu.po        |  16 +-
 dselect/po/id.po        |  16 +-
 dselect/po/it.po        |  16 +-
 dselect/po/ja.po        |  21 ++-
 dselect/po/ko.po        |  16 +-
 dselect/po/nb.po        |  16 +-
 dselect/po/nl.po        |  16 +-
 dselect/po/nn.po        |  16 +-
 dselect/po/pl.po        |  22 +--
 dselect/po/pt.po        |  16 +-
 dselect/po/pt_BR.po     |  16 +-
 dselect/po/ro.po        |  16 +-
 dselect/po/ru.po        |  19 ++-
 dselect/po/sk.po        |  19 ++-
 dselect/po/sv.po        |  19 ++-
 dselect/po/tl.po        |  16 +-
 dselect/po/vi.po        |  16 +-
 dselect/po/zh_CN.po     |  16 +-
 dselect/po/zh_TW.po     |  19 ++-
 man/po/dpkg-man.pot     |   2 +-
 po/ast.po               |   2 +-
 po/bs.po                |   2 +-
 po/ca.po                |   2 +-
 po/cs.po                |   2 +-
 po/da.po                |   2 +-
 po/de.po                |   2 +-
 po/dpkg.pot             |   4 +-
 po/dz.po                |   2 +-
 po/el.po                |   2 +-
 po/eo.po                |   2 +-
 po/es.po                | 422 +++++++++++++++++++++++++++++++-----------------
 po/et.po                |   2 +-
 po/eu.po                |   2 +-
 po/fr.po                |   2 +-
 po/gl.po                |   2 +-
 po/hu.po                |   2 +-
 po/id.po                |   2 +-
 po/it.po                |   2 +-
 po/ja.po                |   2 +-
 po/km.po                |   2 +-
 po/ko.po                |   2 +-
 po/ku.po                |   2 +-
 po/lt.po                |   2 +-
 po/mr.po                |   2 +-
 po/nb.po                |   2 +-
 po/ne.po                |   2 +-
 po/nl.po                |   2 +-
 po/nn.po                |   2 +-
 po/pa.po                |   2 +-
 po/pl.po                |   2 +-
 po/pt.po                |   2 +-
 po/pt_BR.po             |   2 +-
 po/ro.po                |   2 +-
 po/ru.po                |   2 +-
 po/sk.po                |   2 +-
 po/sv.po                |   2 +-
 po/th.po                |   2 +-
 po/tl.po                |   2 +-
 po/vi.po                |   2 +-
 po/zh_CN.po             |   2 +-
 po/zh_TW.po             |   2 +-
 scripts/po/ca.po        | 108 ++++++-------
 scripts/po/de.po        | 108 ++++++-------
 scripts/po/dpkg-dev.pot | 110 ++++++-------
 scripts/po/es.po        | 108 ++++++-------
 scripts/po/fr.po        | 111 ++++++-------
 scripts/po/pl.po        | 108 ++++++-------
 scripts/po/ru.po        | 108 ++++++-------
 scripts/po/sv.po        | 108 ++++++-------
 81 files changed, 989 insertions(+), 946 deletions(-)

commit 88bdb13ba3e3d61c33513581e507a1041b5e583d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 21 00:54:44 2013 +0100

    scripts: Remove unused POSIX module usage
    
    In addition to avoiding imports from unneeded modules, this fixes
    a perl warning due to redefinition of getcwd() exported by both
    the POSIX and Cwd modules, affecting any program executed with
    «perl -w» and including the Dpkg::Source::Archive module.
    
    Closes: #700978
    
    Reported-by: Niels Thykier <niels@thykier.net>
    Analysis-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog               | 2 ++
 scripts/Dpkg/Source/Archive.pm | 1 -
 scripts/changelog/debian.pl    | 1 -
 scripts/dpkg-genchanges.pl     | 1 -
 4 files changed, 2 insertions(+), 3 deletions(-)

commit b8d5e90f41762eb03505bf171cae6ea93918e345
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 5 03:23:13 2013 +0100

    Revert "dselect: Abort select action if any foreign architecture is enabled"
    
    This reverts commit 62467910df606a1daaea096f66018506a3ea451e.
    
    Aborting whenever multiarch is enabled only makes users downgrade to
    a version w/o the check, which has worse multiarch support than the
    current dselect, so the check ends up being counter-productive.

 debian/changelog | 2 ++
 dselect/main.cc  | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

commit afe626640a81a0191b06e2f4ae16eb2bd1b228c3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 23 03:03:44 2012 +0100

    Dpkg::Control::Hash: Do not accept Armor Header Lines inside a paragraph
    
    Make sure that no fields are injected before a signed block.
    
    Although the only possible attack is to add fields not present in the
    signed block, as otherwise a syntax error due to duplicate field is
    triggered.

 debian/changelog                                  | 1 +
 scripts/Dpkg/Control/Hash.pm                      | 4 +++-
 scripts/Makefile.am                               | 1 +
 scripts/t/700_Dpkg_Control.t                      | 5 ++++-
 scripts/t/700_Dpkg_Control/bogus-armor-inline.dsc | 9 +++++++++
 5 files changed, 18 insertions(+), 2 deletions(-)

commit b08f7a8306f872b077af4040ebeab8853faaf0cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 16 00:33:25 2012 +0100

    Dpkg::Control::Hash: Check for presence of OpenPGP signatures
    
    Make sure the OpenGPG armor contains a signature block, even on EOF.
    
    This should get detected and rejected by gpgv anyway, but it's better
    to check the structure of the message before doing any further parsing
    on it.

 debian/changelog                                  |  1 +
 scripts/Dpkg/Control/Hash.pm                      | 10 ++++++++++
 scripts/Makefile.am                               |  1 +
 scripts/t/700_Dpkg_Control.t                      |  5 ++++-
 scripts/t/700_Dpkg_Control/bogus-armor-no-sig.dsc |  4 ++++
 5 files changed, 20 insertions(+), 1 deletion(-)

commit 9945c52208fa7520bb307868d6c152ced8238969
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 16 00:33:25 2012 +0100

    Dpkg: Fix OpenPGP armored signature parsing
    
    Change parsing code to honour RFC4880. Handle whitespaces at EOL, and
    correctly expect five trailing dashes on the Armor Header Lines.
    
    Closes: #695919
    
    Reported-by: Ansgar Burchardt <ansgar@debian.org>

 debian/changelog                                  |  2 ++
 scripts/Dpkg/Control/Hash.pm                      | 13 +++----
 scripts/Dpkg/Source/Package.pm                    |  2 +-
 scripts/Makefile.am                               |  5 +++
 scripts/t/700_Dpkg_Control.t                      | 41 +++++++++++++++++++++--
 scripts/t/700_Dpkg_Control/bogus-armor-double.dsc | 13 +++++++
 scripts/t/700_Dpkg_Control/bogus-armor-nested.dsc | 15 +++++++++
 scripts/t/700_Dpkg_Control/bogus-armor-spaces.dsc | 18 ++++++++++
 scripts/t/700_Dpkg_Control/bogus-armor-trail.dsc  | 14 ++++++++
 scripts/t/700_Dpkg_Control/bogus-unsigned.dsc     |  5 +++
 10 files changed, 119 insertions(+), 9 deletions(-)

commit c3167d85ed7892aba00141e461377309fac1dfa3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 11 00:25:31 2012 +0100

    dpkg: Abort installation if we cannot set the security context for a file
    
    Not setting the correct security context for a new file might have
    security implications. If the operation is supported by the system
    on such path and it fails, abort instead of just printing an error
    message and continuing as if nothing happened.

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

commit 85ec281bf450af3db3b75fca51b5b3982ed9f434
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 21 19:51:53 2012 +0100

    libdpkg: Do not use an undefined va_list variable in dpkg_put_errno()
    
    The va_start()/va_end() pair are surrounding the wrong function. This
    might cause bogus error messages on some systems, or crashes on some
    others depending on the stdarg implementation.

 debian/changelog | 1 +
 lib/dpkg/error.c | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 8ace79f21c636aa5e61709eacd188e4e07deed2c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 21 00:21:26 2012 +0100

    libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in
    
    If a project is using libdpkg's compression support it will fail to
    build with newer libdpkg versions that added direct liblzma support,
    because the dependency is an implementation detail, the library could
    be using the command line tool instead, and it would not really be
    correct for that project to explicitly link against liblzma.

 debian/changelog       | 1 +
 lib/dpkg/libdpkg.pc.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit b4eeb17645b942e81f438ea91516e9f28cc5e009
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Mar 9 12:08:42 2013 +0100

    Fix typos in French translation

 debian/changelog | 2 ++
 scripts/po/fr.po | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit c62b36ff0a52078c0a7404fd1aa0033fa9861c3a
Author: Felipe E. F. de Castro <fefcas@gmail.com>
Date:   Sun Jan 27 15:34:55 2013 +0100

    Update Esperanto programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/eo.po         | 64 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 35 insertions(+), 30 deletions(-)

commit 5757d8283ac4f1258d6ea469313d1e5be4df5913
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Fri Jan 25 18:52:11 2013 +0100

    Fix Russian translation

 debian/changelog |  6 ++++++
 scripts/po/ru.po | 22 +++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

commit 9019141314b8df60a24088ec7e82e8d6559f61d5
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jan 20 07:48:28 2013 +0100

    Fix mistranslation in French translation of scripts. Thanks to Filipus Klutiero. Closes: #698530

 debian/changelog | 2 ++
 scripts/po/fr.po | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 5243c8b12112f73533608e6c83b96c33ceae0361
Author: Nicolás Alvarez <nicolas.alvarez@gmail.com>
Date:   Wed Oct 31 13:56:29 2012 -0300

    Fix typos in 1.16.9 changelog entry
    
    Closes: #691954
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 9892e86d591ad9a47967945cc389b0fc72aba182
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Fri Nov 2 10:19:58 2012 +0100

    Update Vietnamese programs translation
    
    Closes: #692100
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/vi.po         | 3643 +++++++++++++++++++-----------------------------------
 2 files changed, 1282 insertions(+), 2362 deletions(-)

commit ce727068a70e42cb2a1429d49cd845876b46c272
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 4 07:15:04 2012 +0100

    Bump version to 1.16.10

 debian/changelog | 7 +++++++
 1 file changed, 7 insertions(+)

commit b37f1607324bad3a410106d4eb572ab544c0fdcd
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Sat Nov 3 23:23:19 2012 +0100

    Update Spanish translation, remove all fuzzy and untranslated strings

 po/es.po | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

commit 94e02b5c111cf862d987e68985295031dac40e25
Merge: 8c92278d2 5de3f2176
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Sat Nov 3 23:20:29 2012 +0100

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
    
    Conflicts:
            po/es.po

commit 8c92278d29f36061cb422874d94a38de70976461
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Sat Nov 3 23:12:26 2012 +0100

    Updated Spanish translation

 po/es.po | 1940 +++++++++++++++++++++-----------------------------------------
 1 file changed, 662 insertions(+), 1278 deletions(-)

commit 5de3f2176ccfe28688f8f825c54936767660d039
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 20 06:04:58 2012 +0200

    Release 1.16.9

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a56fb11c4053e281fb5a097c79aa0a3d28740763
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 20 05:55:41 2012 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/dselect.pot  |   2 +-
 man/po/fr.po            | 221 ++++++++++++++----------------------------------
 po/ca.po                |   3 +-
 po/dpkg.pot             |   2 +-
 po/fr.po                |  12 ++-
 po/ja.po                |  12 ++-
 po/th.po                |   6 +-
 scripts/po/ca.po        |   6 +-
 scripts/po/de.po        |   6 +-
 scripts/po/dpkg-dev.pot |   8 +-
 scripts/po/es.po        |   6 +-
 scripts/po/fr.po        |   6 +-
 scripts/po/pl.po        |   6 +-
 scripts/po/ru.po        |   6 +-
 scripts/po/sv.po        |   6 +-
 15 files changed, 108 insertions(+), 200 deletions(-)

commit 24495ccdaab2b3c12f441e70a5d54de7d8c27150
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 18 03:55:32 2012 +0200

    Dpkg::Substvars: Always fix up the source version in set_version_substvars
    
    The caller can explicitly pass both versions, but the source version
    might still need to be fixed up, for example in case of legacy binNMUs
    (when not using the Binary-Only changelog field), whenever the binary
    version has been forced through dpkg-gencontrol, then just comparing
    if they are equal will not trigger the fix up, which will produce
    bogus source versions, affecting the Source field on binary packages.
    
    Instead, always fix up the source version, regardless of the versions
    matching or not.
    
    Regression introduced in commit 094d3a7e61e6fc1f5634d880957d18ed70954a60.
    
    Closes: #690823

 debian/changelog               | 3 +++
 scripts/Dpkg/Substvars.pm      | 5 +++--
 scripts/t/750_Dpkg_Substvars.t | 6 +++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit 874775f6262fcb58988ac90e4913cb4b773b5e39
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 17 04:16:54 2012 +0200

    Update Catalan programs translation

 debian/changelog |    1 +
 po/ca.po         | 3521 ++++++++++++------------------------------------------
 2 files changed, 777 insertions(+), 2745 deletions(-)

commit 004f2d8159ab2140a2ce35b2668372eba16f1bbd
Author: Joe Dalton <joedalton2@yahoo.dk>
Date:   Wed Oct 17 04:36:06 2012 +0200

    Update Danish programs translation
    
    [guillem@debian.org:
     - Fix “dkpg” typo.
     - Replace a ‘,’ with ‘.’ on compressor type list.
     - Add a missing \n. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/da.po         | 2979 ++++++++++++------------------------------------------
 2 files changed, 660 insertions(+), 2320 deletions(-)

commit 65043dae034851144e1e7299d8f775f2aad1e8a4
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Oct 16 14:37:25 2012 +0200

    Update Thai programs translation
    
    Closes: #690678
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/th.po         | 2004 ++++++++++++++++--------------------------------------
 2 files changed, 604 insertions(+), 1401 deletions(-)

commit 8535c4ec5ed59864ba544a03e3f2ec58d8c49572
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Oct 15 23:52:39 2012 +0200

    Update Italian programs translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 po/it.po         | 371 ++++++++-----------------------------------------------
 2 files changed, 51 insertions(+), 321 deletions(-)

commit 46a534c73cbe732ac2e5a5d6931435b22d5da744
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 15 20:54:28 2012 +0200

    Changelog police
    
    Add missing entry for commit feead43be360fccad5fbc769c4ee4f6176fb1e4b,
    and sort translation entries alphabetically.

 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit da0794e2bd0102b28ae01325b9d2e27643b7f467
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 15 20:50:06 2012 +0200

    Update Spanish man page translation

 debian/changelog |  2 +-
 man/po/es.po     | 30 ++++++++++--------------------
 2 files changed, 11 insertions(+), 21 deletions(-)

commit 1a19b7024ac38f0e0f2c45854ff55e2e72c33725
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Mon Oct 15 20:20:38 2012 +0200

    Update Spanish man page translation
    
    Closes: #683514
    
    [guillem@debian.org:
     - Fix missing POD markup.
     - Unfuzzy translations. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 man/po/es.po     | 3140 ++++++++++++++++--------------------------------------
 2 files changed, 926 insertions(+), 2215 deletions(-)

commit 73a1e068dab7ca4a3aeb53e85830f02b181d8a75
Author: Miroslav Kure <kurem@upcase.inf.upol.cz>
Date:   Sun Oct 14 21:05:53 2012 +0200

    Update Czech program translation
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/cs.po | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit b5a940253636775cb5ec6e7e56d0119dbdb110a2
Author: Michał Kułach <michal.kulach@gmail.com>
Date:   Sun Oct 14 14:31:26 2012 +0200

    Update Polish translations
    
    Closes: #690449
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 man/po/pl.po     | 29 ++++++++++-------------------
 po/pl.po         | 16 ++++++++--------
 3 files changed, 19 insertions(+), 27 deletions(-)

commit 374032187bf2adeb7991ce129c3557ac08f568ba
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Sun Oct 14 13:30:46 2012 +0200

    Update Portuguese program translation
    
    Closes: #690431
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 +-
 po/pt.po         | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 1bc8cf3cd0167040a04bc6d872330d392ac1e01e
Author: Ivan Masár <helix84@centrum.sk>
Date:   Sun Oct 14 13:17:38 2012 +0200

    Update Slovak program translation
    
    Closes: #690426
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/sk.po         | 17 ++++++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 84e366c07f470211ba7c491f03ce7e5469185af5
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sun Oct 14 11:25:31 2012 +0200

    Update Russian program translation
    
    Closes: #690415
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 +-
 po/ru.po         | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 051d25af1afefec2bfe3444ee52603fe86e8f8a9
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Oct 15 00:14:50 2012 +0100

    Update Swedish translation
    
    po/sv.po: 1067t0f0u.
    man/po/sv.po: 2110t0f0u + a typo fix.

 debian/changelog |  2 ++
 man/po/sv.po     | 27 +++++++++------------------
 po/sv.po         | 13 ++++++-------
 3 files changed, 17 insertions(+), 25 deletions(-)

commit 264ceb47f38234b405d5b08f23ebb17068291edc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 14 20:32:44 2012 +0200

    Update German translation of manual pages
    
    Update to 2110t.

 debian/changelog |  1 +
 man/po/de.po     | 25 ++++++++-----------------
 2 files changed, 9 insertions(+), 17 deletions(-)

commit 7c7580638d748e797320d1437cb0d01939997919
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Oct 14 18:27:21 2012 +0200

    German dpkg translation update
    
    Update to 1067t.

 debian/changelog |  3 ++-
 po/de.po         | 19 ++++++++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 2d63965e08680fbf8690fc1209c7603b8d7f3016
Author: Kenshi Muto <kmuto@debian.org>
Date:   Sun Oct 14 17:34:29 2012 +0900

    Update Japanese translation.

 po/ja.po | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

commit 311637a600283fb1790f75cd642b20880cd26315
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Oct 14 10:05:43 2012 +0200

    Update French translation of man pages
    
    Updated to 2110t.

 debian/changelog |   3 +-
 man/po/fr.po     | 222 ++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 156 insertions(+), 69 deletions(-)

commit 85bca39016405d7b4c3f17cad66f521548beb3d2
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Oct 14 10:00:28 2012 +0200

    Update French traslation
    
    Update to 1067t.

 debian/changelog |  1 +
 po/fr.po         | 15 ++++++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 56d7215eab0a2b022fb76730bf4d376732f3887a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 14 00:15:24 2012 +0200

    t-provides-arch-{implicit,qualified}: New test cases

 Makefile                                        |  2 ++
 t-provides-arch-implicit/Makefile               | 20 ++++++++++++++++++++
 t-provides-arch-implicit/pkg-a/DEBIAN/control   |  9 +++++++++
 t-provides-arch-implicit/pkg-b/DEBIAN/control   |  9 +++++++++
 t-provides-arch-implicit/pkg-dep/DEBIAN/control |  9 +++++++++
 t-provides-arch-qualified/Makefile              | 16 ++++++++++++++++
 t-provides-arch-qualified/pkg-a/DEBIAN/control  | 10 ++++++++++
 t-provides-arch-qualified/pkg-b/DEBIAN/control  |  9 +++++++++
 8 files changed, 84 insertions(+)

commit f159c8427a14f36e12acd1d4aa386e8f90ac2b49
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 29 03:03:49 2012 +0200

    man: Unfuzzy untranslatable strings

 man/po/de.po    | 27 +++++++++++++++++++++++----
 man/po/es.po    | 22 +++++++++++++++++++++-
 man/po/fr.po    | 27 +++++++++++++++++++++++----
 man/po/hu.po    | 26 +++++++++++++++++++++++++-
 man/po/ja.po    | 22 +++++++++++++++++++++-
 man/po/pl.po    | 27 +++++++++++++++++++++++----
 man/po/pt_BR.po | 26 +++++++++++++++++++++++++-
 man/po/ru.po    | 26 +++++++++++++++++++++++++-
 man/po/sv.po    | 27 +++++++++++++++++++++++----
 9 files changed, 209 insertions(+), 21 deletions(-)

commit 34f6ec5649cf8d1cb7d4a351c2b923c3d5a0e135
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 29 02:43:11 2012 +0200

    Regenerate .pot files and merge .po files with them

 man/po/de.po            | 281 +++++++++++++++----------
 man/po/dpkg-man.pot     | 152 ++++++++------
 man/po/es.po            | 246 ++++++++++++++--------
 man/po/fr.po            | 441 +++++++++++++++++++++++-----------------
 man/po/hu.po            | 155 ++++++++------
 man/po/ja.po            | 248 +++++++++++++---------
 man/po/pl.po            | 247 ++++++++++++++--------
 man/po/pt_BR.po         | 172 +++++++++-------
 man/po/ru.po            | 172 +++++++++-------
 man/po/sv.po            | 245 ++++++++++++++--------
 po/ast.po               | 523 ++++++++++++++++++++++++-----------------------
 po/bs.po                | 523 ++++++++++++++++++++++++-----------------------
 po/ca.po                | 523 ++++++++++++++++++++++++-----------------------
 po/cs.po                | 527 ++++++++++++++++++++++++-----------------------
 po/da.po                | 523 ++++++++++++++++++++++++-----------------------
 po/de.po                | 527 ++++++++++++++++++++++++-----------------------
 po/dpkg.pot             | 525 ++++++++++++++++++++++++-----------------------
 po/dz.po                | 523 ++++++++++++++++++++++++-----------------------
 po/el.po                | 523 ++++++++++++++++++++++++-----------------------
 po/eo.po                | 527 ++++++++++++++++++++++++-----------------------
 po/es.po                | 527 ++++++++++++++++++++++++-----------------------
 po/et.po                | 523 ++++++++++++++++++++++++-----------------------
 po/eu.po                | 523 ++++++++++++++++++++++++-----------------------
 po/fr.po                | 527 ++++++++++++++++++++++++-----------------------
 po/gl.po                | 523 ++++++++++++++++++++++++-----------------------
 po/hu.po                | 523 ++++++++++++++++++++++++-----------------------
 po/id.po                | 523 ++++++++++++++++++++++++-----------------------
 po/it.po                | 527 ++++++++++++++++++++++++-----------------------
 po/ja.po                | 529 ++++++++++++++++++++++++-----------------------
 po/km.po                | 523 ++++++++++++++++++++++++-----------------------
 po/ko.po                | 523 ++++++++++++++++++++++++-----------------------
 po/ku.po                | 523 ++++++++++++++++++++++++-----------------------
 po/lt.po                | 523 ++++++++++++++++++++++++-----------------------
 po/mr.po                | 523 ++++++++++++++++++++++++-----------------------
 po/nb.po                | 523 ++++++++++++++++++++++++-----------------------
 po/ne.po                | 523 ++++++++++++++++++++++++-----------------------
 po/nl.po                | 523 ++++++++++++++++++++++++-----------------------
 po/nn.po                | 523 ++++++++++++++++++++++++-----------------------
 po/pa.po                | 523 ++++++++++++++++++++++++-----------------------
 po/pl.po                | 527 ++++++++++++++++++++++++-----------------------
 po/pt.po                | 530 +++++++++++++++++++++++++-----------------------
 po/pt_BR.po             | 523 ++++++++++++++++++++++++-----------------------
 po/ro.po                | 523 ++++++++++++++++++++++++-----------------------
 po/ru.po                | 527 ++++++++++++++++++++++++-----------------------
 po/sk.po                | 527 ++++++++++++++++++++++++-----------------------
 po/sv.po                | 527 ++++++++++++++++++++++++-----------------------
 po/th.po                | 523 ++++++++++++++++++++++++-----------------------
 po/tl.po                | 523 ++++++++++++++++++++++++-----------------------
 po/vi.po                | 523 ++++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 523 ++++++++++++++++++++++++-----------------------
 po/zh_TW.po             | 527 ++++++++++++++++++++++++-----------------------
 scripts/po/ca.po        |  34 ++--
 scripts/po/de.po        |  34 ++--
 scripts/po/dpkg-dev.pot |  36 ++--
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |  34 ++--
 scripts/po/pl.po        |  34 ++--
 scripts/po/ru.po        |  34 ++--
 scripts/po/sv.po        |  34 ++--
 59 files changed, 12509 insertions(+), 11594 deletions(-)

commit feead43be360fccad5fbc769c4ee4f6176fb1e4b
Author: Paul Menzel <pm.debian@googlemail.com>
Date:   Sun Oct 7 12:41:08 2012 +0200

    dpkg-gensymbols(1): Add two missing 3rd person ‘s’
    
    These two typos have been there from the beginning.
    
    Closes: #689863
    
    [guillem@debian.org:
     - Fix up all translations. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-gensymbols.1 | 4 ++--
 man/po/de.po          | 4 ++--
 man/po/dpkg-man.pot   | 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 ++--
 11 files changed, 22 insertions(+), 22 deletions(-)

commit b38ef813493e196c8cae8e44c33cc3b2a20cfeab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 31 07:34:53 2012 +0200

    u-a(8): Update --query format and examples to match implementation
    
    Missed in commit 27e75257edb3bf98b83b421f4f5d03e8d8da9856.

 debian/changelog          |  2 ++
 man/update-alternatives.8 | 38 ++++++++++++++++++++++++--------------
 2 files changed, 26 insertions(+), 14 deletions(-)

commit 0012c303dada298c3ea6d73be238304791904a69
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 15 19:24:53 2012 +0200

    dpkg: Take arch into account in virtual packages on remove and configure
    
    The architecture restrictions were not being considered on package
    configuration and removal, which would cause a system to end up in
    broken states. Refuse to get into those states.
    
    Closes: #683411

 debian/changelog | 2 ++
 src/packages.c   | 5 +++++
 2 files changed, 7 insertions(+)

commit ff180c359c91dc203f2cf49aa49495c45f955ad2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 15 19:24:53 2012 +0200

    libdpkg: Refactor deparchsatisfied() from archsatisfied()
    
    This allows to specify an architecture different from the package one.

 lib/dpkg/depcon.c    | 11 +++++++++--
 lib/dpkg/dpkg-db.h   |  2 ++
 lib/dpkg/libdpkg.map |  1 +
 3 files changed, 12 insertions(+), 2 deletions(-)

commit cdfd9738c03b772574443a61a2335ae934f0998e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 21:24:25 2012 +0200

    libdpkg: Only satisfy a dependency on a M-A:foreign if arch-unqualified
    
    Make sure that if the dependency is arch-qualified we do not satisfy it
    just because the target package is “Multi-Arch: foreign”, as that would
    bypass specific arch-qualifiers.

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

commit 3daebbf64d7a63d4969550b079a7c9bdf0a00d8e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 25 21:55:54 2012 +0200

    libdpkg: Clarify reason for multiarch database inconcistencies
    
    The most probable cause for these inconsistencies are upgrades from
    unofficial dpkg versions, make that clear to avoid users blaming the
    official version.

 debian/changelog | 2 ++
 lib/dpkg/parse.c | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 98be9e91b261ffe804ae5765f9c1c47f029d0243
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 22 17:52:48 2012 +0200

    Avoid info database corruption and bogus accesses on unknown format values
    
    Make sure to always read the format file whenever we are about to access
    the info database, so that we can verify that we understand the format,
    and bail out otherwise.
    
    This fixes a currently possible info database corruption and bogus
    access, whenever the format is lower than 0 or higher than the last
    understood one, and makes the info database code future-proof in case
    new actual formats get introduced.

 debian/changelog     |  2 ++
 src/infodb-access.c  |  6 +++++-
 src/infodb-format.c  | 12 ++++++++++--
 src/infodb-upgrade.c |  7 ++++++-
 src/infodb.h         |  1 +
 5 files changed, 24 insertions(+), 4 deletions(-)

commit 05a8ddb482419d110571679a29bcd25e3c2b036d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 26 18:14:55 2012 +0200

    dpkg: Fix logic on reinstallation of previously configured shared conffiles
    
    When checking for the validity of the Conffiles database field, do not
    just assume that a package that is just in stat_unpacked has never
    before been configured. Instead check if the last configured version
    is the same as the currently extracted version, which will mean the
    values in the Conffiles field are valid.
    
    Closes: #684776

 debian/changelog | 2 ++
 src/archives.c   | 9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit f1996e1acede31575414c599c3eeee099ddf18b5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 3 18:25:54 2012 +0200

    dpkg: Sync the Conffiles fields for all package instances
    
    When configuring the second and subsequent package instances with
    conffiles, the *.dpkg-new conffiles will have been already handled by
    the first instance. As such, whenever the *.dpkg-new file is missing,
    copy the hash from an already processed instance.

 debian/changelog |  4 ++++
 src/configure.c  | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 52 insertions(+), 1 deletion(-)

commit 35449e35e0ccd1bd7d6e7c94da293cc697014feb
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 8 02:10:07 2012 +0200

    dpkg: Properly mark obsolete conffiles on package replaces
    
    This ensures that when taking over conffiles from another package
    the obsolete conffiles are marked as such on the other package.

 debian/changelog |  1 +
 src/archives.c   |  2 ++
 src/help.c       | 21 +++++++++++++++++++++
 src/main.h       |  1 +
 src/processarc.c |  3 +++
 5 files changed, 28 insertions(+)

commit e2dd70725de2d227267b138688eea21bdb5d2004
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 02:59:28 2012 +0200

    dpkg: Do not consider obsolete conffiles as actively owned by the package
    
    This ensures conffile entries are not misshandled nor mixed up when
    configuring packages owning the non-obsolete conffiles. Otherwise we
    end up with bogus entries in the database, which could cause unpack
    failures, leftover directories on removal or wrong processing of
    conffiles.
    
    Closes: #689836
    
    Based-on-patch-by: Andreas Beckmann <debian@abeckmann.de>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 4 ++++
 src/archives.c   | 2 ++
 src/configure.c  | 5 ++++-
 src/help.c       | 2 ++
 4 files changed, 12 insertions(+), 1 deletion(-)

commit 0c658b9c7df93ce0e75259335bf64c037e7b7365
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 11 02:39:19 2012 +0200

    dpkg: Move fileslistvalid check just before write_filelist_except()
    
    This will allow to insert other actions before the check, and still
    managing to execute them on each iteration.

 src/processarc.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 091671027e354339676c648e230fd519299be11c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 11 02:39:19 2012 +0200

    dpkg: Remove redundant check for otherpkg being pkg on file replaces
    
    This check is already covered by comparing if they are part of the same
    package set. As the fileslistvalid check needs to be moved just before
    the write_filelist_except() call to be able to insert actions into the
    loop that get executed on each iteration, this test there would be too
    late by then, and keeping it standalone does not make much sense, so
    let's just remove it right away to make the refactoring smoother.

 src/processarc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c9a54429a54daef854c81e09b5f4a95aa62f2695
Author: Joe Dalton <joedalton2@yahoo.dk>
Date:   Sat Oct 6 19:53:08 2012 +0200

    Update Danish dselect translation
    
    Closes: #689820
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 dselect/po/da.po | 41 ++++++++++++++++++++++-------------------
 2 files changed, 23 insertions(+), 19 deletions(-)

commit 6d5623a4170644c738fcd91f2a14a899acbbd405
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 11 06:41:24 2012 +0200

    Verify that conffiles got correctly obsoleted on package replaces

 t-conffile-replaces-existing-and-upgrade/Makefile | 6 ++++++
 t-conffile-replaces-upgrade/Makefile              | 6 ++++++
 2 files changed, 12 insertions(+)

commit 382b0bd050b121c2299dd7f7c7dd8cb901a3c041
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 17:20:24 2012 +0200

    t-file-replaces-disappear: Add a second file to be replaced
    
    This tests that not only the first file is properly replaced.

 t-file-replaces-disappear/Makefile                       | 16 ++++++++++++++--
 .../pkg-file-original/DEBIAN/control                     |  2 +-
 t-file-replaces-disappear/pkg-file-original/test-other   |  1 +
 t-file-replaces-disappear/pkg-file-takeover/test-other   |  1 +
 4 files changed, 17 insertions(+), 3 deletions(-)

commit 805432c0a829f99c088ae60b19a260de0526068b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 10 18:40:34 2012 +0200

    t-conffile-replaces-upgrade: Add a second conffile
    
    This tests that not only the first conffile is properly handled.

 t-conffile-replaces-upgrade/Makefile                              | 2 ++
 t-conffile-replaces-upgrade/pkg-conff-original/DEBIAN/conffiles   | 1 +
 t-conffile-replaces-upgrade/pkg-conff-original/test-confpath      | 1 +
 t-conffile-replaces-upgrade/pkg-conff-takeover-0/DEBIAN/conffiles | 1 +
 t-conffile-replaces-upgrade/pkg-conff-takeover-0/test-confpath    | 1 +
 t-conffile-replaces-upgrade/pkg-conff-takeover-1/DEBIAN/conffiles | 1 +
 t-conffile-replaces-upgrade/pkg-conff-takeover-1/test-confpath    | 1 +
 7 files changed, 8 insertions(+)

commit c3d7a980b843f197c30dea7d93a943fa5c60036e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 23:39:38 2012 +0200

    Move t-conffile-replaces-*upgrade tests to TESTS_PASS

 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d4d4c50d42f9c07c0cc8fd1452991c21664c2a03
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 7 21:19:32 2012 +0200

    Add test-clean targets

 t-conffile-replaces-existing-and-upgrade/Makefile | 2 ++
 t-conffile-replaces-upgrade/Makefile              | 2 ++
 2 files changed, 4 insertions(+)

commit 335449978cb17e817be6567978c661b9ed874a5c
Author: Kenshi Muto <kmuto@debian.org>
Date:   Mon Oct 8 14:27:15 2012 +0900

    [l10n] update Japanese program translation

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

commit e9ea356ab8ab442420cea887d4734b0b8022ea12
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 23 08:53:02 2012 +0200

    dpkg: Ignore trailing filter subpattern slashes on reinclusion comparison
    
    The code was not matching directories on subpatterns due to trailing
    slashes, which was causing unpack failures as the containing
    subdirectories were not being unpacked and as such, they were
    subsequently missing from the file system.
    
    While unpacking a «/usr/share/locale/de/LC_MESSAGES/foo.mo» file,
    for example, something like the following options would trigger
    this problem:
    
      --path-exclude=/usr/share/locale/*
      --path-include=/usr/share/locale/de/*
    
    Closes: #688416

 debian/changelog | 4 ++++
 src/filters.c    | 4 ++++
 2 files changed, 8 insertions(+)

commit caac19a3df7686db5907db3d8d6472855536442b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 23 08:51:41 2012 +0200

    dpkg: Fix filter subpattern debug format string
    
    Use a string precision instead of a field width, which was causing the
    output to be just blanks with the length of the subpattern.

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

commit c46cb89781f2a7a01d520484752b6e2f61d79a42
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 17:53:00 2012 +0200

    t-multiarch: Check reinstallation of coinstallable packages with conffiles
    
    Bug-Debian: http://bugs.debian.org/684776

 t-multiarch/Makefile | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit edb8a3fa1616dc9a29b736e801c2dbd964d0fc28
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 17:52:28 2012 +0200

    t-multiarch: Check for proper updates of Conffiles fields

 t-multiarch/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

commit c8db4e9df803117b7e598330183c981bc595e3fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 15 19:07:55 2012 +0200

    t-conflict-provide-replace-virtual-multiarch: New test case
    
    Bug-Debian: http://bugs.debian.org/683411

 Makefile                                           |  1 +
 .../Makefile                                       | 23 ++++++++++++++++++++++
 .../pkg-real-amd64/DEBIAN/control                  | 10 ++++++++++
 .../pkg-real-i386/DEBIAN/control                   | 10 ++++++++++
 .../pkg-virt-amd64/DEBIAN/control                  | 12 +++++++++++
 .../pkg-virt-i386/DEBIAN/control                   | 12 +++++++++++
 6 files changed, 68 insertions(+)

commit 6717d21b8ce6c3540f0124f83044d5db70f3b18e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 12:36:07 2012 +0200

    t-filtering: Check reinclusion of subdirectories
    
    This checks that subdirectories are reincluded when needed by a
    contained file in a reincluded subdirectory.
    
    Bug-Debian: http://bugs.debian.org/688416

 t-filtering/Makefile                                  | 14 ++++++++++++++
 t-filtering/pkg-somefiles/test/share/locale/ca/foo.mo |  0
 t-filtering/pkg-somefiles/test/share/locale/de/foo.mo |  0
 t-filtering/pkg-somefiles/test/share/locale/es/foo.mo |  0
 4 files changed, 14 insertions(+)

commit 36861ab2a5be3dd3ea91243febca56f2c5f4d215
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 4 12:33:24 2012 +0200

    t-filtering: Move paths from /usr to /test to not interfere with the system
    
    The test results might be affected by existing paths on the system, just
    use a different and safer root directory to avoid that.

 t-filtering/Makefile                               | 112 ++++++++++-----------
 .../{usr => test}/lib/pkg-somefiles/run            |   0
 .../{usr => test}/share/doc/pkg-somefiles/README   |   0
 .../share/doc/pkg-somefiles/copyright              |   0
 .../share/doc/pkg-somefiles/html/index.html        |   0
 .../share/doc/pkg-somefiles/html/topic1/1.html     |   0
 6 files changed, 56 insertions(+), 56 deletions(-)

commit 5ff9e21985bd3bc7e6fb1944c5fad7c0b6f4a683
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 3 12:14:18 2012 +0200

    Dpkg::BuildFlags: Use a hash instead of a ref to a hash for keys()
    
    This causes compilation failures with older perl versions, which can
    be an issue with partial upgrades.
    
    Reported-by: Leopold Palomo-Avellaneda <leo@alaxarxa.net>

 debian/changelog           | 3 +++
 scripts/Dpkg/BuildFlags.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit f49c4426b76f7f2d7b4f40a7de05b8a996245fa2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 9 06:33:10 2012 +0200

    Correct bug description and ack commit
    
    Add a reference to the relevant bug report, and ack the previously
    unreviewed commit 9a06920db68d117f7ed68372e89a91536f60943f.
    
    Acked-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 550779896ae21080fb8adcdc28ec3f7e0869b250
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 26 18:14:55 2012 +0200

    dpkg: Do not print garbage (or worse) on shared conffile debug output
    
    The variable was being initialized after the debug statement, and if
    there was no NUL terminator the code could access out of bounds memory.

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

commit 6149f0f43e781de015d0dc013cbbd1452ccd4967
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 8 03:33:08 2012 +0200

    dpkg: Fix memory leak in filesavespackage()
    
    Free the filepackages_iterator also when returning false.

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

commit 105e556ea09bbf636780f8b4ab3a053c10be3417
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 27 22:07:17 2012 +0200

    u-a: Fix segfault when using --slave without any action
    
    The case of --slave with a non-install action was already handled, but
    not the case of missing action.
    
    LP: #1037431

 debian/changelog            | 2 ++
 utils/update-alternatives.c | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 1e09bb02ac167ab7ee6da0bad8a07b6f1804e87a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 15 05:59:55 2012 +0200

    u-a: Do not leak subcall command arguments

 debian/changelog            | 1 +
 utils/update-alternatives.c | 1 +
 2 files changed, 2 insertions(+)

commit 79274f4c4ecf7d6827fd65be1b55bd2810d62e7b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 26 21:29:13 2012 +0200

    build: Fix u-a test suite to behave correctly on non-Debian binary paths
    
    The test suite got fixed to not hardcode binary paths, so that it
    can work on other systems than Debian, where those binaries might
    be located in a different place. Dynamically generate the expected
    database file to match the file system layout.
    
    Known to be affecting Gentoo and Mac OS X.

 debian/changelog                  |  2 ++
 utils/t/100_update_alternatives.t | 37 ++++++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

commit a64a601bca4bdb45e1cba29d33af9a77507fbc61
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 15 05:10:49 2012 +0200

    build: Cleanup dpkg-divert unit-test environment
    
    Remove variables set by dpkg which affect the dpkg-divert behaviour,
    and as such make it unreliable and cause test failures.
    
    Closes: #687656

 debian/changelog        | 2 ++
 src/t/100_dpkg_divert.t | 4 ++++
 2 files changed, 6 insertions(+)

commit 7c7245adee08028222fd01e23d3bcf1f5e325074
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 23 12:52:24 2012 +0200

    dpkg(1): Comment out documentation about disabled --command-fd option
    
    The code for this option is currently disabled, because it has some
    serious problems, once the code has been fixed the documentation can
    come back.
    
    Closes: #685677

 debian/changelog |  2 ++
 man/dpkg.1       | 10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 683ca4fd1b272393d15b7076df07c4ebc14ae8ce
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 8 19:09:05 2012 +0200

    dpkg-statoverride: Use “statoverrides” instead of “statusoverrides”
    
    Closes: #686995

 debian/changelog | 4 ++++
 po/ast.po        | 4 ++--
 po/bs.po         | 2 +-
 po/ca.po         | 4 ++--
 po/cs.po         | 4 ++--
 po/da.po         | 2 +-
 po/de.po         | 2 +-
 po/dpkg.pot      | 2 +-
 po/dz.po         | 2 +-
 po/el.po         | 2 +-
 po/eo.po         | 4 ++--
 po/es.po         | 2 +-
 po/et.po         | 2 +-
 po/eu.po         | 4 ++--
 po/fr.po         | 4 ++--
 po/gl.po         | 2 +-
 po/hu.po         | 2 +-
 po/id.po         | 2 +-
 po/it.po         | 4 ++--
 po/ja.po         | 2 +-
 po/km.po         | 2 +-
 po/ko.po         | 4 ++--
 po/ku.po         | 2 +-
 po/lt.po         | 2 +-
 po/mr.po         | 2 +-
 po/nb.po         | 2 +-
 po/ne.po         | 2 +-
 po/nl.po         | 2 +-
 po/nn.po         | 2 +-
 po/pa.po         | 2 +-
 po/pl.po         | 4 ++--
 po/pt.po         | 2 +-
 po/pt_BR.po      | 2 +-
 po/ro.po         | 2 +-
 po/ru.po         | 4 ++--
 po/sk.po         | 2 +-
 po/sv.po         | 2 +-
 po/th.po         | 2 +-
 po/tl.po         | 2 +-
 po/vi.po         | 4 ++--
 po/zh_CN.po      | 2 +-
 po/zh_TW.po      | 2 +-
 src/statdb.c     | 2 +-
 43 files changed, 57 insertions(+), 53 deletions(-)

commit 22adf457688551435152ce5d64ad05a32d102eea
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 18 21:37:53 2012 +0200

    Fix statusoverride typo in translated strings

 po/ast.po | 2 +-
 po/ru.po  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6b471185d907ad9fccbdd0ffd1d274ad1c3c370e
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Tue Sep 18 21:34:21 2012 +0200

    Update Russian programs translation
    
    Closes: #688050
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  1 +
 po/ru.po         | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 7e1cd94d244e48f59ed08989db73f44a635064d0
Author: imacat <imacat@mail.imacat.idv.tw>
Date:   Sat Sep 8 17:10:22 2012 +0200

    Update Traditional Chinese programs translation
    
    Closes: #687002
    
    [guillem@debian.org:
     - Correctly index format arguments.
     - Add missing format arguments.
     - Use format arguments instead of literal strings.
     - Use | instead of / for command argument separator. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 po/zh_TW.po      | 4111 ++++++++++++++++--------------------------------------
 2 files changed, 1230 insertions(+), 2882 deletions(-)

commit 91abbf378326570f709e032f8559f720dbe695b7
Author: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>
Date:   Sat Sep 1 12:26:50 2012 +0200

    Update Basque dselect translation
    
    Closes: #686421
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   1 +
 dselect/po/eu.po | 214 ++++++++++++++++++++++++-------------------------------
 2 files changed, 96 insertions(+), 119 deletions(-)

commit 7796782d7bde162568450e3ca00513a4b7ca7f76
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sun Aug 19 13:38:00 2012 +0200

    Update Spanish scripts translation
    
    Closes: #685297
    
    [guillem@debian.org:
     - Remove trailing dots.
     - Align some option descriptions.
     - Uncapitalize words to match original text. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |    1 +
 scripts/po/es.po | 1563 ++++++++++++++++--------------------------------------
 2 files changed, 449 insertions(+), 1115 deletions(-)

commit 50201b7561e0df7d141a9708c9b0bc1fa47c8b6e
Author: Hideki Yamane <henrich@debian.or.jp>
Date:   Fri Aug 17 04:56:14 2012 +0900

    Update Japanese man page translation
    
    Closes: #685103
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 1 +
 man/po/ja.po     | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit fe51a303771afb1f21346fa0b5dcaef1b3189d97
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Aug 26 17:04:34 2012 +0200

    Fix dpkg's French usage string for --print-foreign-architectures
    
    It was missing the final “s” and this resulted in a bad bash
    auto-completion.
    
    Reported-by: Guillaume Seren <guillaumseren@gmail.com>
    Closes: #685863

 debian/changelog | 2 ++
 po/fr.po         | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 9a06920db68d117f7ed68372e89a91536f60943f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 10 14:48:19 2012 +0200

    dpkg-query: fix segfault when -f parameter is empty
    
    Giving an empty parameter seems pretty useless, but it can also be
    the result of user errors like using “-f "${Package}"” instead
    of “-f '${Package}'” and the segfault does not really help to
    understand one's fault.
    
    This commit fixes pkg_format_parse() to define the error message
    when the function had nothing to parse. It already returned
    the appropriate NULL value but the fact that the error message
    was uninitialized resulted in the segfault.

 debian/changelog      | 1 +
 lib/dpkg/pkg-format.c | 3 +++
 2 files changed, 4 insertions(+)

commit 7dc49d57932d023a637c6085d53e4ede0059b23a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Aug 1 21:18:07 2012 +0200

    Dpkg::Source::Quilt: ensure the target directory exist before copying files
    
    When we restore files in the pop operation, the target directory is
    usually pre-existing, but in the case where the patch is removing all the
    files in the directory, the usage of patch's --remove-empty-files lead to
    the removal of the parent directories which are empty.
    
    This caused a regression in dpkg-source's handling of "3.0 (quilt)" source
    package since we switched "3.0 (quilt)" to restore the quilt backup files
    to unapply patches. Formerly we were using "patch -R" which was creating
    the required directories by itself.
    
    Reported-by: Thomas Koch <thomas@koch.ro>
    Closes: #683547

 debian/changelog             | 4 ++++
 scripts/Dpkg/Source/Quilt.pm | 3 +++
 2 files changed, 7 insertions(+)

commit cf5c3b5e57d2190576023a05867afc35672c0b79
Author: Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>
Date:   Sun Jul 29 23:42:54 2012 +0200

    Minor improvements to the French man pages translation
    
    Closes: #682978, #683221

 debian/changelog | 2 +-
 man/po/fr.po     | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit ecf6b508ea96db68523a99d0e274dc531a50618a
Author: Michał Kułach <michal.kulach@gmail.com>
Date:   Sat Jul 28 21:05:02 2012 +0200

    Update Polish translations
    
    Update dselect to 270t.
    Update man pages to 2108t.
    Update scripts to 534t.
    
    [guillem@debian.org:
     - Remove spaces between dpkg-architecture options and arguments.
     - Compact «dpkg-gensymbols -c» option description lines.
     - Reflow 'This is free software; ...' translation to fit in 80 char lines.
     - Fix missing POD markup. ]
    
    Closes: #683104

 debian/changelog |    5 +
 dselect/po/pl.po |   64 +-
 man/po/pl.add    |    2 +
 man/po/pl.po     | 4607 ++++++++++++++++++++++++++----------------------------
 scripts/po/pl.po | 1116 ++++++-------
 5 files changed, 2661 insertions(+), 3133 deletions(-)

commit ab215307ff5f1f5a902b66349f253e6085e17a30
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 30 11:29:41 2012 +0200

    Changelog police

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

commit bdb8bf9afb7866ee16481ecca4a52fcd6e545db2
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Tue Jul 24 04:24:37 2012 +0200

    Update Portuguese dpkg translation
    
    [guillem@debian.org:
     - Fix some typos.
     - Change “fazer close” to “fechar”.
     - Use “época” instead of “era”.
     - Use spaces instead of ‘\t’.
     - Add missing newlines at EOL.
     - Break long lines with newlines.
     - Remove excess final dots.
     - Fix capitalization of some words.
     - Add missing translation for --debug=help output.
     - Do not translate Multi-Arch field values.
     - Do not translate dpkg-deb -Z and -S values.
     - Use 8.3 instead of 8.333 for dpkg-deb --msdos help. ]
    
    Closes: #682582

 debian/changelog |    1 +
 po/pt.po         | 1889 ++++++++++++++++++++----------------------------------
 2 files changed, 690 insertions(+), 1200 deletions(-)

commit d4927ccaf10f398f37ad5e9be67b2d218fc21596
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jul 29 20:37:35 2012 -0600

    Corrections in French by Thomas Vincent

 debian/changelog |   3 +
 man/po/fr.po     | 430 +++++++++++++++++++++++++++----------------------------
 2 files changed, 218 insertions(+), 215 deletions(-)

commit 1688a14780d9b80bc7e5a6293af47bd80bcc5a83
Author: Miroslav Kure <kurem@debian.cz>
Date:   Sat Jul 28 11:38:03 2012 +0200

    Update Czech translation of dpkg and dselect

 debian/changelog |    6 +-
 dselect/po/cs.po |   51 +-
 po/cs.po         | 1809 +++++++++++++++++++-----------------------------------
 3 files changed, 651 insertions(+), 1215 deletions(-)

commit 6293f12440f48c1e245033801f151e4c99114db7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 21 02:57:01 2012 +0200

    Bump version to 1.16.9

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 6bcd5ee20874f28e1c026a7cbebc09491246ac1d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 21 02:11:40 2012 +0200

    Release 1.16.8

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 29560e1f633656d7af7a108b5d2bdfb85fbb032f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 21 02:39:13 2012 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    5 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    6 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |   17 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |   26 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |   27 +-
 dselect/po/sk.po        |    4 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |  184 ++++----
 man/po/fr.po            | 1112 +++++++++++------------------------------------
 po/ast.po               |    2 +-
 po/bs.po                |    2 +-
 po/ca.po                |    2 +-
 po/cs.po                |    2 +-
 po/da.po                |    2 +-
 po/de.po                |    2 +-
 po/dpkg.pot             |    4 +-
 po/dz.po                |    2 +-
 po/el.po                |    2 +-
 po/eo.po                |    2 +-
 po/es.po                |   17 +-
 po/et.po                |    2 +-
 po/eu.po                |    2 +-
 po/fr.po                |  287 +-----------
 po/gl.po                |    2 +-
 po/hu.po                |    2 +-
 po/id.po                |    2 +-
 po/it.po                |    3 +-
 po/ja.po                |  264 +++++++----
 po/km.po                |    2 +-
 po/ko.po                |    2 +-
 po/ku.po                |    2 +-
 po/lt.po                |    2 +-
 po/mr.po                |    2 +-
 po/nb.po                |    2 +-
 po/ne.po                |    2 +-
 po/nl.po                |    2 +-
 po/nn.po                |    2 +-
 po/pa.po                |    2 +-
 po/pl.po                |    2 +-
 po/pt.po                |    2 +-
 po/pt_BR.po             |    2 +-
 po/ro.po                |    2 +-
 po/ru.po                |    2 +-
 po/sk.po                |    8 +-
 po/sv.po                |   10 +-
 po/th.po                |    2 +-
 po/tl.po                |    2 +-
 po/vi.po                |    2 +-
 po/zh_CN.po             |    2 +-
 po/zh_TW.po             |    2 +-
 scripts/po/ca.po        |   60 +--
 scripts/po/de.po        |   60 +--
 scripts/po/dpkg-dev.pot |   62 +--
 scripts/po/es.po        |   60 +--
 scripts/po/fr.po        |  469 ++------------------
 scripts/po/pl.po        |   60 +--
 scripts/po/ru.po        |  489 +++------------------
 scripts/po/sv.po        |   60 +--
 81 files changed, 970 insertions(+), 2442 deletions(-)

commit d8a8b758dfa111b132114d034323be4a8c59c1fb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 21 02:33:52 2012 +0200

    Add missing newline in Danish dselect translation

 dselect/po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ece7b7258feb781487870e1b4d5f0c19e80c460c
Author: Felipe E. F. de Castro <fefcas@gmail.com>
Date:   Thu Jul 19 01:08:31 2012 +0200

    Update Esperanto dpkg translation
    
    [guillem@debian.org:
     - Update dpkg-deb -Z allowed values.
     - Use “epoko” instead of “POSIX-dato (epoch)”. ]

 debian/changelog |    1 +
 po/eo.po         | 2536 +++++++++++++++++-------------------------------------
 2 files changed, 769 insertions(+), 1768 deletions(-)

commit f5397349dc402e794c3793908161b63fb2ce34d5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 13 12:25:49 2012 +0200

    t-dir-leftover-conffile: New test case
    
    This test case ensures that the parent directory of a conffile
    is properly removed afer the purge.
    
    Based-on-patch-by: Ondřej Surý <ondrej@sury.org>

 Makefile                                                    |  1 +
 t-dir-leftover-conffile/Makefile                            | 13 +++++++++++++
 .../pkg-dir-leftover-conffile/DEBIAN/conffiles              |  1 +
 .../pkg-dir-leftover-conffile/DEBIAN/control                |  7 +++++++
 .../pkg-dir-leftover-conffile/test-dir/test-conffile        |  0
 5 files changed, 22 insertions(+)

commit b03b0c6c91a49873394ea718688bb0ce3be0077d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 13 11:44:34 2012 +0200

    t-db: force C locale to make it work whatever the current locale
    
    Several checks are looking for the “error” string in the output.
    But this string varies depending on the locale. Force the C locale
    to make the test reliable.

 t-db/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 651312bc98629ebfd44dcca167bede0ee09cc3e3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 13 11:24:05 2012 +0200

    Move t-dir-leftover-parents to TESTS_PASS
    
    The corresponding bug (#454694) has been fixed in dpkg with
    commit 799d38599c1326c2e4c0b9360b19721c05f8c55f.

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cfcd72b256d089b02b348ad4908db73f2590973c
Author: Joe Dalton <joedalton2@yahoo.dk>
Date:   Tue Jul 3 17:37:45 2012 +0100

    Update Danish dselect translation
    
    Closes: #680108

 debian/changelog |   1 +
 dselect/po/da.po | 238 ++++++++++++-------------------------------------------
 2 files changed, 50 insertions(+), 189 deletions(-)

commit fb825d8dba8d44b0cfbb0aaf08041b23642782cc
Author: Michał Kułach <michalkulach@gmail.com>
Date:   Fri Jul 6 21:18:50 2012 +0200

    Update Polish dpkg translation
    
    Closes: #680561

 debian/changelog |    1 +
 po/pl.po         | 1182 +++++++++++++++++++-----------------------------------
 2 files changed, 407 insertions(+), 776 deletions(-)

commit eebe28b7dbab286f06a73427acafc36def9325bf
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sat Jul 7 08:51:53 2012 +0400

    Update Russian translations
    
    Closes: #677850, #680411

 debian/changelog |    3 +
 dselect/po/ru.po |  158 ++---
 po/ru.po         | 2068 ++++++++++++++++++++----------------------------------
 scripts/po/ru.po |  733 +++++++++----------
 4 files changed, 1231 insertions(+), 1731 deletions(-)

commit 828871465b2bc72a7751d399df42a4bda90be01f
Author: Asho Yeh - 阿信 <asho@debian.org.tw>
Date:   Sat Jul 7 18:16:07 2012 +0800

    Update Traditional Chinese dselect translation

 debian/changelog    |   3 +
 dselect/po/zh_TW.po | 281 ++++++++++++++++++++++------------------------------
 2 files changed, 124 insertions(+), 160 deletions(-)

commit 2ef4eeb5780efb36599c692c6ec81dc966464e1a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 8 03:04:20 2012 +0200

    Remove executable bits from Slovak po file permissions

 dselect/po/sk.po | 0
 po/sk.po         | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

commit d0b7c9ec03551be6529ba45eea4480756e5575cc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 8 02:24:48 2012 +0200

    Remove bogus newline from Spanish translation

 dselect/po/es.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 55df418b08943316f50499fbc5d8aa0b1f60e813
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Sun Jul 8 00:35:15 2012 +0200

    Small update of the Spanish translation of dpkg

 po/es.po | 70 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

commit 56eed5cba8519cfcd169e3123be42cd29bc8fe29
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Sun Jul 8 00:25:16 2012 +0200

    Updated Spanish translation for dselect

 debian/changelog |  1 +
 dselect/po/es.po | 34 ++++++++--------------------------
 2 files changed, 9 insertions(+), 26 deletions(-)

commit ec0b42c0d5e4fc95a9a6bfb15606c34e3ad0e403
Merge: 33a238fd3 6d311b1a5
Author: Kenshi Muto <kmuto@debian.org>
Date:   Tue Jul 3 09:44:09 2012 +0900

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 33a238fd34febee11371cec06dd0b0e96d8a2841
Author: Kenshi Muto <kmuto@debian.org>
Date:   Tue Jul 3 09:42:49 2012 +0900

    [l10n] updated Japanese program translation.

 po/ja.po | 359 ++++++++++++++++++---------------------------------------------
 1 file changed, 100 insertions(+), 259 deletions(-)

commit 6d311b1a57c151d442f3f9e5d023b26b93111f53
Author: Ivan Masár <helix84@centrum.sk>
Date:   Tue Jul 3 01:12:32 2012 +0200

    Update Slovak translation of dselect
    
    Update to 269t.

 dselect/po/sk.po | 58 ++++++++++++++++++--------------------------------------
 1 file changed, 18 insertions(+), 40 deletions(-)

commit a8fe781071360a6bf20fd52416a9e1538cf71a01
Author: Ivan Masár <helix84@centrum.sk>
Date:   Tue Jul 3 00:38:50 2012 +0200

    Update Slovak translation of programs
    
    Update to 1065t1f.

 debian/changelog |    1 +
 po/sk.po         | 2395 +++++++++++++++---------------------------------------
 2 files changed, 649 insertions(+), 1747 deletions(-)

commit 5e91bbcb285b4b394e1d1cb2befc069192016f99
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 2 22:43:29 2012 +0200

    Fix markup to actually build the French man pages

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

commit f65ea0d4d5f4ac48af3e0d4b717ee6fd4aec050a
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 2 15:58:14 2012 -0400

    Merge changelog entries

 debian/changelog | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 3b92f3e93a42387026a59081f0eaa8005abcbfef
Merge: 10df436ba 03ea6d848
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 2 15:55:59 2012 -0400

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 03ea6d848f9d81cbe706d643f9b0b582fb52af40
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 2 21:38:41 2012 +0200

    Bump version to 1.16.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 1bb15619ffc305dc46ec63d0861e93884cadc4c8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 2 21:16:54 2012 +0200

    Release 1.16.7

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

commit 3a3f1014d54b9bca469de9125005649562799a8d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jul 2 21:11:59 2012 +0200

    German dpkg translation update
    
    Update to 1066t.

 debian/changelog |   3 +-
 po/de.po         | 791 ++++++++++++++++++++-----------------------------------
 2 files changed, 281 insertions(+), 513 deletions(-)

commit c140193701a69b95d974f5ec128a7cea323b5da7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 2 21:13:41 2012 +0200

    dpkg-gencontrol: fix handling of "old-style" bin-nmus
    
    With old style bin-nmus, the source version is extrapolated from the
    binary version and thus we need to retrieve the correct source version
    from Dpkg::Substvars instead of assuming that what we submitted has
    been unchanged.
    
    Regression introduced in commit 094d3a7e61e6fc1f5634d880957d18ed70954a60.
    
    Reported-by: Julien Cristau <jcristau@debian.org>
    Closes: #679959

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

commit 10df436ba35393ae904a0743ebdc538ab67c0f5b
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 2 12:14:00 2012 -0400

    French translation update for scripts
    
    Update to 534t

 debian/changelog |   1 +
 scripts/po/fr.po | 349 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 190 insertions(+), 160 deletions(-)

commit 746f9e27dc9a867fb52f13a87655c30f232aaf15
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 2 17:20:09 2012 +0200

    Updated French translation of manpages
    
    Updated to 2108t

 debian/changelog |   1 +
 man/po/fr.po     | 936 +++++++++++++++++++++++++++++++++----------------------
 2 files changed, 557 insertions(+), 380 deletions(-)

commit 39d412af305d9b93c2723161cf7b3b98fa558b0a
Author: Kenshi Muto <kmuto@debian.org>
Date:   Tue Jul 3 00:10:58 2012 +0900

    [l10n] updating Japanese program translation. (1035t+31f)

 po/ja.po | 2020 +++++++++++++++++---------------------------------------------
 1 file changed, 535 insertions(+), 1485 deletions(-)

commit 0338e9aa7d56fda654e6f66c62d290a39cac05c3
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 2 12:56:29 2012 +0200

    French translation update
    
    Update to 1066t

 po/fr.po | 295 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 145 insertions(+), 150 deletions(-)

commit 800b0320e4420426c166fb3cce6f88af09b90ede
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Jul 1 20:26:21 2012 +0200

    Update Italian dpkg translation

 debian/changelog |    1 +
 po/it.po         | 1316 +++++++++++++++++++++---------------------------------
 2 files changed, 517 insertions(+), 800 deletions(-)

commit 073fa6ba646e68acf080e01cfa9ed89ff6055df5
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Jul 1 22:19:01 2012 +0100

    Update Swedish translation
    
    po/sv.po: 1066t0f0u.
    dselect/po/sv.po: 270t0f0u.
    man/po/sv.po: 2108t0f0u.
    scripts/po/sv.po: 534t0f0u.

 debian/changelog |   8 +
 dselect/po/sv.po |  26 +-
 man/po/sv.po     | 642 +++++++++++++++---------------------------------
 po/sv.po         | 683 ++++++++++++++++++---------------------------------
 scripts/po/sv.po | 731 +++++++++++++++----------------------------------------
 5 files changed, 645 insertions(+), 1445 deletions(-)

commit 83779ed287a17a723c657671d07df85a6c658a8a
Merge: eae384932 9cbfa6017
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jul 1 22:26:08 2012 +0200

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit eae38493234c560b85f119bf119ab1ce8adb6849
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jul 1 22:24:37 2012 +0200

    French translation update
    
    update to 999t67f

 po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 493f7b9465b37033a0ffcbe5ec6f562a88c36849
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jul 1 22:23:26 2012 +0200

    Update French translation of programs
    
    Update to 999t67f

 po/fr.po | 290 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 145 insertions(+), 145 deletions(-)

commit 9cbfa6017fda10e939bfa664ab09316dc9fb5dca
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 1 17:32:24 2012 +0200

    Update Catalan dselect translation

 debian/changelog |  1 +
 dselect/po/ca.po | 41 ++++++++++++-----------------------------
 2 files changed, 13 insertions(+), 29 deletions(-)

commit e7bf97b24e1e0800daf7c6d3100f0acac0b05db9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 1 18:06:52 2012 +0200

    Regenerate .pot files and merge .po files with them

 po/ast.po   | 17 +++++++++++------
 po/bs.po    |  8 ++++----
 po/ca.po    | 17 +++++++++++------
 po/cs.po    | 17 +++++++++++------
 po/da.po    | 17 +++++++++++------
 po/de.po    | 17 +++++++++++------
 po/dpkg.pot |  8 ++++----
 po/dz.po    | 17 +++++++++++------
 po/el.po    | 17 +++++++++++------
 po/eo.po    | 17 +++++++++++------
 po/es.po    | 17 +++++++++++------
 po/et.po    | 17 +++++++++++------
 po/eu.po    | 17 +++++++++++------
 po/fr.po    | 26 +++++++++++---------------
 po/gl.po    | 17 +++++++++++------
 po/hu.po    | 17 +++++++++++------
 po/id.po    | 17 +++++++++++------
 po/it.po    | 17 +++++++++++------
 po/ja.po    | 17 +++++++++++------
 po/km.po    | 17 +++++++++++------
 po/ko.po    | 17 +++++++++++------
 po/ku.po    |  8 ++++----
 po/lt.po    | 15 ++++++++++-----
 po/mr.po    | 17 +++++++++++------
 po/nb.po    | 17 +++++++++++------
 po/ne.po    | 17 +++++++++++------
 po/nl.po    | 17 +++++++++++------
 po/nn.po    | 15 ++++++++++-----
 po/pa.po    | 12 ++++++++----
 po/pl.po    | 17 +++++++++++------
 po/pt.po    | 17 +++++++++++------
 po/pt_BR.po | 17 +++++++++++------
 po/ro.po    | 17 +++++++++++------
 po/ru.po    | 17 +++++++++++------
 po/sk.po    | 17 +++++++++++------
 po/sv.po    | 17 +++++++++++------
 po/th.po    | 17 +++++++++++------
 po/tl.po    | 15 ++++++++++-----
 po/vi.po    | 17 +++++++++++------
 po/zh_CN.po | 17 +++++++++++------
 po/zh_TW.po | 17 +++++++++++------
 41 files changed, 424 insertions(+), 244 deletions(-)

commit 5a4dd39a481d9b1fff6314b89346f177cc912d0c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 1 18:04:45 2012 +0200

    dpkg-query: Fix bogus badusage() strings in control_show()
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

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

commit 2b808bc27cfff56d236c3054af03677c1e147058
Author: Kenshi Muto <kmuto@debian.org>
Date:   Sun Jul 1 23:43:54 2012 +0900

    [l10n] update Japanese translation of dselect.

 dselect/po/ja.po | 225 ++++++++++---------------------------------------------
 1 file changed, 38 insertions(+), 187 deletions(-)

commit a284a64f4f3b9ba85a6db66b95c5bfb021d9d4d1
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jul 1 09:36:15 2012 +0200

    German dselect translation update
    
    Update to 270t.

 debian/changelog |  1 +
 dselect/po/de.po | 26 +++++++++-----------------
 2 files changed, 10 insertions(+), 17 deletions(-)

commit 11f56ed5d5116037ac5064da8551ff9cdf8655b8
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jul 1 08:36:33 2012 +0200

    Update French programs translation
    
    923t131f12u

 debian/changelog |  3 +++
 po/fr.po         | 43 ++++++++++++++++++-------------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

commit 86ac9ea598f5a04c29f55b9f8063492fc7df72c4
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Jul 1 08:31:39 2012 +0200

    Update French translation of dselect
    
    Update to 270t.

 debian/changelog |  3 ++-
 dselect/po/fr.po | 25 +++++++++++--------------
 2 files changed, 13 insertions(+), 15 deletions(-)

commit 2f5d6baa077478525bcd219e7cffa0813df2fdc5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 22:28:17 2012 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/dpkg-man.pot     |   4 +-
 po/ast.po               | 135 ++++++++++++++++++++++---------------------
 po/bs.po                | 135 ++++++++++++++++++++++---------------------
 po/ca.po                | 135 ++++++++++++++++++++++---------------------
 po/cs.po                | 135 ++++++++++++++++++++++---------------------
 po/da.po                | 135 ++++++++++++++++++++++---------------------
 po/de.po                | 148 ++++++++++++++++++++++++++----------------------
 po/dpkg.pot             | 137 ++++++++++++++++++++++----------------------
 po/dz.po                | 135 ++++++++++++++++++++++---------------------
 po/el.po                | 135 ++++++++++++++++++++++---------------------
 po/eo.po                | 135 ++++++++++++++++++++++---------------------
 po/es.po                | 135 ++++++++++++++++++++++---------------------
 po/et.po                | 135 ++++++++++++++++++++++---------------------
 po/eu.po                | 135 ++++++++++++++++++++++---------------------
 po/fr.po                | 148 ++++++++++++++++++++++++++----------------------
 po/gl.po                | 135 ++++++++++++++++++++++---------------------
 po/hu.po                | 135 ++++++++++++++++++++++---------------------
 po/id.po                | 135 ++++++++++++++++++++++---------------------
 po/it.po                | 148 ++++++++++++++++++++++++++----------------------
 po/ja.po                | 135 ++++++++++++++++++++++---------------------
 po/km.po                | 135 ++++++++++++++++++++++---------------------
 po/ko.po                | 135 ++++++++++++++++++++++---------------------
 po/ku.po                | 135 ++++++++++++++++++++++---------------------
 po/lt.po                | 135 ++++++++++++++++++++++---------------------
 po/mr.po                | 135 ++++++++++++++++++++++---------------------
 po/nb.po                | 135 ++++++++++++++++++++++---------------------
 po/ne.po                | 135 ++++++++++++++++++++++---------------------
 po/nl.po                | 135 ++++++++++++++++++++++---------------------
 po/nn.po                | 135 ++++++++++++++++++++++---------------------
 po/pa.po                | 135 ++++++++++++++++++++++---------------------
 po/pl.po                | 148 ++++++++++++++++++++++++++----------------------
 po/pt.po                | 135 ++++++++++++++++++++++---------------------
 po/pt_BR.po             | 135 ++++++++++++++++++++++---------------------
 po/ro.po                | 135 ++++++++++++++++++++++---------------------
 po/ru.po                | 135 ++++++++++++++++++++++---------------------
 po/sk.po                | 135 ++++++++++++++++++++++---------------------
 po/sv.po                | 148 ++++++++++++++++++++++++++----------------------
 po/th.po                | 135 ++++++++++++++++++++++---------------------
 po/tl.po                | 135 ++++++++++++++++++++++---------------------
 po/vi.po                | 135 ++++++++++++++++++++++---------------------
 po/zh_CN.po             | 135 ++++++++++++++++++++++---------------------
 po/zh_TW.po             | 135 ++++++++++++++++++++++---------------------
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |  16 +++---
 scripts/po/dpkg-dev.pot |   6 +-
 scripts/po/es.po        |   2 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 81 files changed, 2942 insertions(+), 2762 deletions(-)

commit 3aa489a4991e1162c9272b027c2599b7f04f6b89
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 22:18:26 2012 +0200

    Bump version to 1.16.7

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9954497af19336cb46f56762cb8ef24027b441ca
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 21:45:26 2012 +0200

    Release 1.16.6

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

commit 7180239930cc696005a56e2fa2c7ee146da4693c
Merge: 3fb20032a 1665fe4c7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 21:41:10 2012 +0200

    Merge branch 'sid'
    
    Conflicts:
            debian/changelog

commit 3fb20032a43ea4408eca44986c4ee71f7ef9290c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jun 30 20:45:08 2012 +0200

    Fix several typos
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-deb.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 +-
 scripts/dpkg-buildpackage.pl | 2 +-
 scripts/po/ca.po             | 2 +-
 scripts/po/de.po             | 2 +-
 scripts/po/es.po             | 2 +-
 scripts/po/fr.po             | 2 +-
 scripts/po/pl.po             | 2 +-
 scripts/po/ru.po             | 2 +-
 scripts/po/sv.po             | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

commit c25cd9cb934326fd788d06ac22f22b1a4602c2e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 18:59:52 2012 +0200

    Changelog police
    
    Fix bug closure.

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

commit c43b766db3da9435e8588b2e877fe48af52853e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 21:01:15 2012 +0200

    dpkg-query: Add --control-list and --control-show to --help output
    
    Missed in commit 1a60e5317318ab0d4097b524a2b5cd39ab905f11.

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

commit 7db83375c952383540631244ace9cfefdfc908a7
Author: Russell Coker <russell@coker.com.au>
Date:   Sat Jun 30 15:28:50 2012 +0200

    dpkg: Do not translate SE Linux context to human readable form
    
    The SE Linux context in computer readable form get translated to human
    readable form if the mcstransd daemon is running. But if the daemon
    fails inbetween then dpkg might try to write wrong data to disk. To
    avoid the flakines implied in relying on the state of that daemon,
    just never translate the context.
    
    As a side effect this should incur in a slight speed up.
    
    [guillem@debian.org:
     - Coding style fixes.
     - Added code comment. ]
    
    Closes: #679641
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit b5ea653c3b59f00b9342022febb063d658d18cd0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jun 30 18:52:40 2012 +0200

    Update German translation of manual pages
    
    Update to 2108t.

 debian/changelog |   3 ++
 man/po/de.po     | 136 +++++++++++++++++++++++--------------------------------
 2 files changed, 59 insertions(+), 80 deletions(-)

commit 566ed5b71c47bff0901b9fcb779330dbbe8410a4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jun 30 17:33:22 2012 +0200

    Update German scripts translation
    
    Update to 534t.

 debian/changelog |   3 +-
 scripts/po/de.po | 486 +++++++++----------------------------------------------
 2 files changed, 75 insertions(+), 414 deletions(-)

commit 1665fe4c73e4f02d1572569ce7cf971e322fe1fc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 30 09:38:17 2012 +0200

    dpkg-buildflags: also import error functions exported by default
    
    Regression introduced in commit ae4319936099f377f9786dd7b33468d32238eb11.

 debian/changelog           | 6 ++++++
 scripts/dpkg-buildflags.pl | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit d902cddef2e4474b0bf70ef5add81a71cdc34636
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 07:06:01 2012 +0200

    Bump version to 1.16.6

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit b2e974771c21c120d11f9c0b4ba5a6f0197f9398
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 04:29:08 2012 +0200

    Release 1.16.5

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

commit a8425b9dbe740224cb0983b430ad499701d31bcc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 04:27:01 2012 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   48 +-
 dselect/po/ca.po        |   65 +-
 dselect/po/cs.po        |   65 +-
 dselect/po/da.po        |   67 +-
 dselect/po/de.po        |   65 +-
 dselect/po/dselect.pot  |   41 +-
 dselect/po/el.po        |   55 +-
 dselect/po/es.po        |   65 +-
 dselect/po/et.po        |   67 +-
 dselect/po/eu.po        |   67 +-
 dselect/po/fr.po        |   65 +-
 dselect/po/gl.po        |   67 +-
 dselect/po/hu.po        |   55 +-
 dselect/po/id.po        |   67 +-
 dselect/po/it.po        |   67 +-
 dselect/po/ja.po        |   67 +-
 dselect/po/ko.po        |   67 +-
 dselect/po/nb.po        |   65 +-
 dselect/po/nl.po        |   65 +-
 dselect/po/nn.po        |   55 +-
 dselect/po/pl.po        |   65 +-
 dselect/po/pt.po        |   67 +-
 dselect/po/pt_BR.po     |   67 +-
 dselect/po/ro.po        |   67 +-
 dselect/po/ru.po        |   65 +-
 dselect/po/sk.po        |   65 +-
 dselect/po/sv.po        |   75 +-
 dselect/po/tl.po        |   55 +-
 dselect/po/vi.po        |   77 +-
 dselect/po/zh_CN.po     |   67 +-
 dselect/po/zh_TW.po     |   55 +-
 man/po/de.po            |  919 ++++++++-------
 man/po/dpkg-man.pot     | 1936 +++++++++++++++++--------------
 man/po/es.po            | 2451 ++++++++++++++++++++++++---------------
 man/po/fr.po            | 2932 +++++++++++++++++++++++++++--------------------
 man/po/hu.po            | 2112 +++++++++++++++++++---------------
 man/po/ja.po            | 2454 ++++++++++++++++++++++++---------------
 man/po/pl.po            | 2389 +++++++++++++++++++++++---------------
 man/po/pt_BR.po         | 2118 +++++++++++++++++++---------------
 man/po/ru.po            | 2153 +++++++++++++++++++---------------
 man/po/sv.po            | 2527 +++++++++++++++++++++++++---------------
 po/ast.po               | 2341 +++++++++++++++++++++----------------
 po/bs.po                | 1981 +++++++++++++++++---------------
 po/ca.po                | 2393 +++++++++++++++++++++-----------------
 po/cs.po                | 2382 +++++++++++++++++++++-----------------
 po/da.po                | 2376 ++++++++++++++++++++++----------------
 po/de.po                | 2437 +++++++++++++++++++++++----------------
 po/dpkg.pot             | 1967 ++++++++++++++++---------------
 po/dz.po                | 2232 ++++++++++++++++++++----------------
 po/el.po                | 2260 ++++++++++++++++++++----------------
 po/eo.po                | 2404 +++++++++++++++++++++-----------------
 po/es.po                | 2392 +++++++++++++++++++++-----------------
 po/et.po                | 2209 +++++++++++++++++++----------------
 po/eu.po                | 2405 +++++++++++++++++++++-----------------
 po/fr.po                | 2497 +++++++++++++++++++++++-----------------
 po/gl.po                | 2260 ++++++++++++++++++++----------------
 po/hu.po                | 2223 +++++++++++++++++++----------------
 po/id.po                | 2404 +++++++++++++++++++++-----------------
 po/it.po                | 2459 ++++++++++++++++++++++-----------------
 po/ja.po                | 2405 +++++++++++++++++++++-----------------
 po/km.po                | 2232 ++++++++++++++++++++----------------
 po/ko.po                | 2408 +++++++++++++++++++++-----------------
 po/ku.po                | 2103 +++++++++++++++++----------------
 po/lt.po                | 2209 +++++++++++++++++++----------------
 po/mr.po                | 2223 +++++++++++++++++++----------------
 po/nb.po                | 2383 +++++++++++++++++++++-----------------
 po/ne.po                | 2232 ++++++++++++++++++++----------------
 po/nl.po                | 2235 ++++++++++++++++++++----------------
 po/nn.po                | 2218 +++++++++++++++++++----------------
 po/pa.po                | 2127 ++++++++++++++++++----------------
 po/pl.po                | 2467 ++++++++++++++++++++++-----------------
 po/pt.po                | 2384 +++++++++++++++++++++-----------------
 po/pt_BR.po             | 2257 ++++++++++++++++++++----------------
 po/ro.po                | 2401 +++++++++++++++++++++-----------------
 po/ru.po                | 2426 ++++++++++++++++++++++-----------------
 po/sk.po                | 2424 ++++++++++++++++++++++-----------------
 po/sv.po                | 1784 ++++++++++++++++------------
 po/th.po                | 2383 +++++++++++++++++++++-----------------
 po/tl.po                | 2222 +++++++++++++++++++----------------
 po/vi.po                | 2406 +++++++++++++++++++++-----------------
 po/zh_CN.po             | 2404 +++++++++++++++++++++-----------------
 po/zh_TW.po             | 2253 ++++++++++++++++++++----------------
 scripts/po/ca.po        | 1246 ++++++++++----------
 scripts/po/de.po        | 1189 ++++++++++++-------
 scripts/po/dpkg-dev.pot | 1193 +++++++++----------
 scripts/po/es.po        | 1826 ++++++++++++++++++-----------
 scripts/po/fr.po        | 1880 +++++++++++++++++++-----------
 scripts/po/pl.po        | 1675 ++++++++++++++++-----------
 scripts/po/ru.po        | 1799 ++++++++++++++++++-----------
 scripts/po/sv.po        | 1846 ++++++++++++++++++-----------
 90 files changed, 75146 insertions(+), 55677 deletions(-)

commit 8f7643f403671813cdf6abdd8a05a148e03eac52
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 29 11:16:16 2012 +0200

    Switch some words to their american spelling

 doc/triggers.txt                 | 10 +++++-----
 man/dpkg-query.1                 |  2 +-
 man/dpkg-shlibdeps.1             |  2 +-
 man/dpkg-trigger.1               |  2 +-
 man/update-alternatives.8        |  2 +-
 scripts/Dpkg/Changelog/Debian.pm |  2 +-
 scripts/dpkg-shlibdeps.pl        |  4 ++--
 7 files changed, 12 insertions(+), 12 deletions(-)

commit 3d98111bd412683ba116b2887e96f86212dca48e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 28 11:51:16 2012 +0200

    dpkg-query: Add an Architecture column to --list output
    
    Even if the output format is designed to be human readable, and for
    machine parseable output «dpkg-query -W» should be used instead, there's
    probably scripts in the wild parsing «dpkg-query -l». Thus, the new
    column is inserted before the Description column which is unreliable
    to parse anyway as its value will always contain spaces, which are the
    column separators, and as such should be pretty safe.
    
    The arch-qualified package names will still be printed, as that
    allows to copy-and-paste package names as input to dpkg commands w/o
    any possibility of ambiguity.
    
    Closes: #673190
    
    Suggested-by: Jonathan Nieder <jnieder@gmail.com>

 debian/changelog |  2 ++
 src/querycmd.c   | 40 ++++++++++++++++++++++++++++------------
 2 files changed, 30 insertions(+), 12 deletions(-)

commit a1c7a7bb9bc94b2a4171f0b02485dd5977aaa556
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 29 09:25:33 2012 +0200

    dpkg-shlibdeps: Do not use undefined values returned from deps_parse()
    
    When there's a bogus Build-Depends field on the source control file,
    and the binary package being built is using a shared library package
    that has a Build-Depends-Package field in the symbols file, the
    dpkg-shlibdeps code will try to use an undefined value as deps_parse()
    failed but the error was not handled before. Instead, error out early.
    
    Closes: #640676
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 40d51dc36b2375679a00ed9ff64ee017dc78b0a9
Author: Thibaut Girka <thib@sitedethib.com>
Date:   Thu Jun 28 01:35:13 2012 +0200

    scripts: Accept “:native” arch-qualified Build-Dependencies
    
    Closes: #558095
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               |  2 ++
 scripts/Dpkg/Deps.pm           | 25 ++++++++++++++++++++-----
 scripts/dpkg-buildpackage.pl   |  3 +--
 scripts/dpkg-checkbuilddeps.pl |  6 +++---
 scripts/dpkg-shlibdeps.pl      |  2 +-
 scripts/dpkg-source.pl         |  2 +-
 6 files changed, 28 insertions(+), 12 deletions(-)

commit 7acf7afa581457bc2e9bd6cd1f442e6f45c1db29
Author: Thibaut Girka <thib@sitedethib.com>
Date:   Thu Jun 28 01:11:11 2012 +0200

    Add support for specific arch-qualified dependencies
    
    This allows to use dependencies with arch-qualified package names. For
    example:
    
      Depends: libc6:amd64 (>= 2.14), libgcc1
    
    Closes: #676232
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog     | 2 ++
 lib/dpkg/fields.c    | 2 --
 scripts/Dpkg/Deps.pm | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 662690685506176fd0e47f753d87252af88edb26
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 22 20:11:44 2012 +0200

    Recognize -? as an alias for --help in all commands

 man/dpkg-divert.8           | 2 +-
 scripts/dpkg-scansources.pl | 6 +++---
 src/divertcmd.c             | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 6a261bd412b92d74d4b6e32903f0ad2be0edc959
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 04:12:47 2012 +0200

    dpkg-mergechangelogs: Unify --help output with other commands
    
    Print short options before long ones.

 scripts/dpkg-mergechangelogs.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c37770705a7d3eeeff7e45fa0c80929c6b22ff6b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 29 19:39:07 2012 +0200

    Align --version with --help on help output

 dpkg-deb/main.c                 | 2 +-
 dpkg-split/main.c               | 2 +-
 scripts/dpkg-architecture.pl    | 2 +-
 scripts/dpkg-mergechangelogs.pl | 2 +-
 src/main.c                      | 2 +-
 src/querycmd.c                  | 2 +-
 src/trigcmd.c                   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

commit 951542fdc27e4753dde1edeb3292f136aec355e4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 22 20:02:12 2012 +0200

    Change all programs to accept -? instead of -h for help output
    
    This switch frees the -h option to be used in the distant future for
    other purposes, it also uses a character that does not have any other
    obvious meaning for help output, and which is pretty safe to be used
    blindly by the user in the same way as --help.

 debian/changelog                   | 1 +
 dpkg-deb/main.c                    | 4 ++--
 dpkg-split/main.c                  | 4 ++--
 dselect/main.cc                    | 2 +-
 man/dpkg-architecture.1            | 2 +-
 man/dpkg-buildpackage.1            | 2 +-
 man/dpkg-checkbuilddeps.1          | 6 +++---
 man/dpkg-deb.1                     | 2 +-
 man/dpkg-distaddfile.1             | 2 +-
 man/dpkg-genchanges.1              | 2 +-
 man/dpkg-gencontrol.1              | 2 +-
 man/dpkg-gensymbols.1              | 2 +-
 man/dpkg-name.1                    | 2 +-
 man/dpkg-parsechangelog.1          | 2 +-
 man/dpkg-query.1                   | 2 +-
 man/dpkg-scanpackages.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 +-
 scripts/changelog/debian.pl        | 5 +++--
 scripts/dpkg-architecture.pl       | 6 +++---
 scripts/dpkg-buildflags.pl         | 2 +-
 scripts/dpkg-buildpackage.pl       | 4 ++--
 scripts/dpkg-checkbuilddeps.pl     | 5 +++--
 scripts/dpkg-distaddfile.pl        | 5 +++--
 scripts/dpkg-genchanges.pl         | 5 +++--
 scripts/dpkg-gencontrol.pl         | 4 ++--
 scripts/dpkg-gensymbols.pl         | 4 ++--
 scripts/dpkg-maintscript-helper.sh | 4 ++--
 scripts/dpkg-mergechangelogs.pl    | 3 ++-
 scripts/dpkg-name.pl               | 6 +++---
 scripts/dpkg-parsechangelog.pl     | 5 +++--
 scripts/dpkg-scanpackages.pl       | 6 +++---
 scripts/dpkg-shlibdeps.pl          | 5 +++--
 scripts/dpkg-source.pl             | 4 ++--
 scripts/dpkg-vendor.pl             | 3 ++-
 src/main.c                         | 4 ++--
 src/querycmd.c                     | 4 ++--
 src/statcmd.c                      | 4 ++--
 src/trigcmd.c                      | 4 ++--
 42 files changed, 75 insertions(+), 66 deletions(-)

commit 9308127a8fcedc2325f804670c9bac4dee6516a7
Author: Jonathan Nieder <jnieder@gmail.com>
Date:   Fri Apr 20 19:08:40 2012 +0200

    Avoid full stop and double newline at the end of errors and warnings
    
    Error messages like "couldn't parse control information from foo.deb"
    are not full sentences, so don't punctuate them like one. The main
    purpose of this patch is stylistic consistency, but perhaps it can
    also make copy-and-paste from messages like
    
            dpkg-query: no path found matching pattern /usr/bin/agrep.
    
    a little easier.
    
    Most actual full sentences should remain untouched. A few full sentences
    are error messages at heart, so this patch converts those to lower-case
    sentence fragment form, too.
    
    [guillem@debian.org:
     - Add missed strings.
     - Minor tweaks to strings. ]
    
    Closes: #624000
    
    Requested-by: Jari Aalto <jari.aalto@cante.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog                      |  2 ++
 dpkg-deb/build.c                      |  2 +-
 dpkg-split/split.c                    |  8 ++---
 dselect/bindings.cc                   |  2 +-
 dselect/main.cc                       |  4 +--
 dselect/pkglist.cc                    |  2 +-
 scripts/Dpkg/BuildFlags.pm            |  2 +-
 scripts/Dpkg/Shlibs/SymbolFile.pm     |  6 ++--
 scripts/Dpkg/Source/Package/V3/bzr.pm |  3 +-
 scripts/Dpkg/Source/Package/V3/git.pm |  6 ++--
 scripts/Dpkg/Source/Quilt.pm          |  4 +--
 scripts/dpkg-architecture.pl          |  2 +-
 scripts/dpkg-buildpackage.pl          | 13 ++++----
 scripts/dpkg-scanpackages.pl          |  2 +-
 scripts/dpkg-shlibdeps.pl             | 24 +++++++-------
 src/archives.c                        |  4 +--
 src/enquiry.c                         |  2 +-
 src/filesdb.c                         |  4 +--
 src/help.c                            | 10 +++---
 src/processarc.c                      |  2 +-
 src/querycmd.c                        |  2 +-
 src/remove.c                          |  6 ++--
 src/statcmd.c                         | 10 +++---
 src/update.c                          |  2 +-
 utils/update-alternatives.c           | 62 +++++++++++++++++------------------
 25 files changed, 94 insertions(+), 92 deletions(-)

commit 5a5203e9aabff52b39cb5b8a90e3341a29e8c69b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 21 01:36:05 2012 +0200

    Switch to new notice() output function
    
    This switches all ad-hoc stderr printing for error notices to the
    notice() function.

 dpkg-deb/extract.c |  5 ++--
 dpkg-deb/info.c    |  5 ++--
 lib/dpkg/log.c     |  4 +--
 src/archives.c     | 81 +++++++++++++++++++++++++-----------------------------
 src/configure.c    | 10 +++----
 src/enquiry.c      |  2 +-
 src/errors.c       | 14 ++++------
 src/packages.c     |  7 ++---
 src/processarc.c   | 11 ++++----
 src/querycmd.c     | 20 ++++++--------
 src/remove.c       |  6 ++--
 src/script.c       |  5 ++--
 src/select.c       |  2 +-
 src/trigcmd.c      |  6 ++--
 src/trigproc.c     |  5 ++--
 15 files changed, 80 insertions(+), 103 deletions(-)

commit bd0da280d1b888b8709434ec405d1e8d33561756
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 10 20:02:28 2011 +0200

    libdpkg: Switch buffer I/O code to use struct dpkg_error
    
    As a side effect this mkes the messages more clear as the caller has
    more context to describe the error conditions.
    
    Closes: #621763

 debian/changelog         |  1 +
 dpkg-deb/build.c         |  9 ++++--
 dpkg-deb/extract.c       | 23 +++++++++------
 dpkg-deb/info.c          |  5 +++-
 dpkg-split/join.c        |  9 ++++--
 dpkg-split/queue.c       |  5 +++-
 dpkg-split/split.c       | 10 +++++--
 lib/dpkg/ar.c            |  6 +++-
 lib/dpkg/buffer.c        | 73 +++++++++++++++---------------------------------
 lib/dpkg/buffer.h        | 33 +++++++++++-----------
 lib/dpkg/compress.c      | 10 +++++--
 lib/dpkg/test/t-buffer.c |  4 +--
 src/archives.c           | 32 +++++++++++++--------
 src/configure.c          |  5 +++-
 src/divertcmd.c          |  4 ++-
 src/processarc.c         |  4 ++-
 16 files changed, 129 insertions(+), 104 deletions(-)

commit bae98fb22f3ba9592772365ba23f37a02b4d55a0
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 21 02:14:30 2012 +0200

    libdpkg: Change pkg_format_parse() to take a dpkg_error argument
    
    This fixes two issues at once: the more detailed inner message is
    relied back to the more general outter printer which allows a clearer
    error message, and it makes the pkg-format module stop printing things
    at all which is bad for a library,

 dpkg-deb/info.c       |  6 ++++--
 lib/dpkg/pkg-format.c | 24 +++++++++++++-----------
 lib/dpkg/pkg-format.h |  4 +++-
 src/querycmd.c        |  6 +++++-
 4 files changed, 25 insertions(+), 15 deletions(-)

commit f2199100c96c85850f6aee405fe69c888bb34b5b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 26 20:05:59 2012 +0200

    dpkg-deb: Rename string variable from err to errstr

 dpkg-deb/extract.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit fdeacd2d9fba81b71e3fad7e4b60e25f940d4b23
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 21 01:36:05 2012 +0200

    libdpkg: Add new notice() output function

 lib/dpkg/report.c | 13 +++++++++++++
 lib/dpkg/report.h |  2 ++
 2 files changed, 15 insertions(+)

commit ed609ddb44971780e3b20fb2bc9fe7814dc7fb49
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 20 19:35:22 2012 +0200

    libdpkg: Move warning functions to a new report module

 lib/dpkg/Makefile.am |  2 ++
 lib/dpkg/dpkg.h      |  1 +
 lib/dpkg/ehandle.c   | 28 -------------------------
 lib/dpkg/ehandle.h   |  4 ----
 lib/dpkg/report.c    | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/report.h    | 45 +++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in       |  1 +
 7 files changed, 108 insertions(+), 32 deletions(-)

commit 27e75257edb3bf98b83b421f4f5d03e8d8da9856
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 26 14:28:36 2012 +0200

    u-a: Print master and slave link names
    
    Change --query output to print the master and slave link names. This
    implies switching the Link field to print the alternative link instead
    of the alternative name which was passed already as an argument. Add a
    new Name field to print the alternative name.
    
    Although, strictly speaking, this is an interface change, the previous
    Link field value was wrong and not really useful, because it's already
    known by the caller. A check of the whole archive does not reveal any
    user of that field, so it seems pretty safe to do this change.
    
    This also modifies the --config output when thre's a single alternative
    to print the alternative link.
    
    Closes: #679010

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 12 +++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 1a60e5317318ab0d4097b524a2b5cd39ab905f11
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 22 13:07:41 2012 +0200

    dpkg-query: Add new --control-list and --control-show commands
    
    These replace the now deprecated --control-path command, as these do
    not rely on any specific database layout.

 debian/changelog                    |  2 +
 doc/README.feature-removal-schedule |  8 ++++
 man/dpkg-query.1                    | 14 +++++--
 src/main.h                          |  2 +
 src/querycmd.c                      | 82 +++++++++++++++++++++++++++++++++++++
 5 files changed, 104 insertions(+), 4 deletions(-)

commit 36567121083135d8b616f193d79cd686c4a3ab6a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 29 20:24:09 2012 +0200

    dpkg-query: Refactor pkg_infodb_check_filetype() from control_path()

 src/querycmd.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

commit 8e4bad69462a18d1159fa99e4a9e550f003e7c5b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 29 20:20:57 2012 +0200

    dpkg-query: Refactor pkg_infodb_is_internal() from pkg_infodb_print_filename()

 src/querycmd.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 025669285ad5bd9ef2904eb0c32ed5a1e4b0e64f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 22 13:03:53 2012 +0200

    libdpkg: Add new file_show() function

 lib/dpkg/file.c      | 27 ++++++++++++++++++++++++++-
 lib/dpkg/file.h      |  1 +
 lib/dpkg/libdpkg.map |  1 +
 3 files changed, 28 insertions(+), 1 deletion(-)

commit 12ffef5da15c265b40e71e70e5b23c07936d9e2c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 01:18:32 2012 +0200

    dpkg: Switch showdiff() to command_get_pager()

 src/configure.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 47d2aef60dff644787f4cddf97faf1ce1730fe67
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 22 13:03:53 2012 +0200

    libdpkg: Add new command_get_pager() function

 lib/dpkg/command.c   | 21 +++++++++++++++++++++
 lib/dpkg/command.h   |  1 +
 lib/dpkg/dpkg.h      |  1 +
 lib/dpkg/libdpkg.map |  1 +
 4 files changed, 24 insertions(+)

commit 305711244e4ed72ff2fac0cb061d30ea7c0276cc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 25 11:24:26 2012 +0200

    libdpkg: Detect ar header fields truncation
    
    Do not allow building archives with truncated fields which would not
    correspond to the packed member information, either the name being too
    long or the size being too large.
    
    Closes: #678933

 debian/changelog | 2 ++
 lib/dpkg/ar.c    | 5 +++++
 2 files changed, 7 insertions(+)

commit d538ec838e7a0160911a52d4d96fbf6de4b084ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 17 11:37:47 2012 +0200

    build: Switch source compression to xz

 configure.ac          | 2 +-
 debian/changelog      | 1 +
 debian/source/options | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 3de1552982f9ff60f59826d1811b2f8c0add8325
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 17 06:54:40 2012 +0200

    s-s-d: Add new --no-close option to disable closing fds on --background
    
    This enabled the caller to see process messages for debugging purposes,
    or to be able to redirect file descriptors to log files, syslog or
    similar.
    
    Closes: #627333, #646425

 debian/changelog          |  2 ++
 man/start-stop-daemon.8   |  8 +++++++-
 utils/start-stop-daemon.c | 23 ++++++++++++++++-------
 3 files changed, 25 insertions(+), 8 deletions(-)

commit 3c7d916003c0d6e0d5c97de0b6cfb008ea9f13f4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 16 05:34:49 2012 +0200

    deb-src-control(5): Document Private- field prefix
    
    This prefix avoids getting warnins from dpkg-deb for unknown fields, and
    also avoids stomping over the global namespace so that no future
    official field will be reused.

 debian/changelog      | 1 +
 man/deb-src-control.5 | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 1cfc90c6694d445c815e0fa154e439d1c397a844
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 16 05:25:19 2012 +0200

    deb(5): Document in more detail the supported ar archive format
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog | 1 +
 man/deb.5        | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit d721133a38aaaca57bbc35f3aada7f6db2eff29d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 15 17:37:18 2012 +0200

    libcompat: Add a dummy symbol to the empty module
    
    This avoids warnings on systems that do not like a completely empty
    object file, or an empty output after the preprocessor has run.

 lib/compat/empty.c | 1 +
 1 file changed, 1 insertion(+)

commit 57ddc62b417fa3ea0b85cd50f15ffbb75b1ea1d2
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jun 15 17:11:54 2012 +0200

    Dpkg::Source::Package: Do not assume $ENV{'HOME'} is defined
    
    Closes: #677631
    
    Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 16c75fc4bf98fcdf30eac65886062dcee241241b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 13 15:16:22 2012 +0200

    dpkg-source: Minimize source architecture list
    
    Reduce the source architecture list by removing architectures covered
    already by architecture wildcards.
    
    Closes: #675333

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

commit 9f76fe093c2312ba974f04e8eef5b89926b94483
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 13 15:03:49 2012 +0200

    Dpkg::Arch: Add new debarch_is_wildcard function

 scripts/Dpkg/Arch.pm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 094d3a7e61e6fc1f5634d880957d18ed70954a60
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 13 07:52:20 2012 +0200

    Add support for binary-only key-value option in changelogs
    
    This allows to mark changelog entries as being for a binary-only upload,
    which implies there cannot be any source produced, and the binary
    version is going to be different to the source version.
    
    As such the version substvars will get different values, w/o needing to
    hardcode a specific syntax. Although we fallback to the old syntax just
    in case, for example to handle possible multiple consecutive binary-only
    entries w/o needing to complicate the code too much.
    
    Closes: #440094, #672723

 debian/changelog                       |  3 +++
 scripts/Dpkg/Changelog/Entry/Debian.pm |  3 +++
 scripts/Dpkg/Control/Fields.pm         | 12 ++++++++----
 scripts/Dpkg/Substvars.pm              | 24 +++++++++++++++---------
 scripts/dpkg-genchanges.pl             |  7 ++++++-
 scripts/dpkg-gencontrol.pl             | 29 +++++++++++++++++++++--------
 scripts/dpkg-source.pl                 |  3 +++
 scripts/t/750_Dpkg_Substvars.t         |  6 +++++-
 8 files changed, 64 insertions(+), 23 deletions(-)

commit 86988d636216c12b20cd7abd97b1c62a08aac2f4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 13 07:49:35 2012 +0200

    Dpkg::Changelog::Entry::Debian: Correctly capitalize field names

 scripts/Dpkg/Changelog/Entry/Debian.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bebf2ff24ce284e8e2affb54ac8e8a1466b12133
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 13 07:46:37 2012 +0200

    Dpkg::Control::Fields: Remove obsolete changelog fields
    
    These were made not visible as fields in commit
    825656afe3e9856dc846c225df8af73d2376fa3e.

 scripts/Dpkg/Control/Fields.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit ae4319936099f377f9786dd7b33468d32238eb11
Author: Bernhard R. Link <brlink@debian.org>
Date:   Thu Mar 15 11:25:39 2012 +0100

    dpkg-buildflags: Add --status action to describe the flag settings
    
    It's hard to see from a build log file what values should have been
    used and why. The new --status action added by this patch tries to
    output all meaningful information in a way useful for human consumption
    and for automatic log parsers.
    
    [guillem@debian.org:
     - Mark dpkg-buildflags as bold in man page and escape dash.
     - Use report("status", string). ]
    
    Closes: #664058
    
    Signed-off-by: Bernhard R. Link <brlink@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog           |  4 ++++
 man/dpkg-buildflags.1      | 10 ++++++++++
 scripts/dpkg-buildflags.pl | 42 ++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 54 insertions(+), 2 deletions(-)

commit f73bc73425fc1775b64815e3943aad8107711f5b
Author: Bernhard R. Link <brlink@debian.org>
Date:   Sun Jun 17 09:00:30 2012 +0200

    dpkg-buildflags: Coalesce --list and --dump option parsing
    
    Signed-off-by: Bernhard R. Link <brlink@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/dpkg-buildflags.pl | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit 27c77418a62a19f2d08910e7307c14f6833340a6
Author: Bernhard R. Link <brlink@debian.org>
Date:   Fri Mar 16 11:05:17 2012 +0100

    Dpkg::BuildFlags: Record environment variables modified by maintainer
    
    As flags modified by DEB_*_MAINT_* are not reflected by its origin, add
    a new flag to describe flags modified that way.
    
    Signed-off-by: Bernhard R. Link <brlink@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/BuildFlags.pm | 61 ++++++++++++++++++++++++++++++++++------------
 1 file changed, 45 insertions(+), 16 deletions(-)

commit 6a86630aa3f1fbd65b358e04a48a0c9030911364
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 10:23:38 2012 +0100

    Dpkg::BuildFlags: Record environment variables accessed or modified
    
    Record environment variables looked at by Dpkg::BuildFlags and the
    vendor hooks and make them available via the new Dpkg::BuildEnv module.
    
    Based-on-patch-by: Bernhard R. Link <brlink@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/Arch.pm         |  5 +++--
 scripts/Dpkg/BuildFlags.pm   | 33 +++++++++++++++++----------------
 scripts/Dpkg/BuildOptions.pm |  5 +++--
 scripts/Dpkg/Vendor.pm       |  5 +++--
 4 files changed, 26 insertions(+), 22 deletions(-)

commit 17b854753ad135acff4a3f492c3d48910ab4dc11
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 20 04:20:26 2012 +0200

    Dpkg::BuildEnv: New module to track build environment variables

 scripts/Dpkg/BuildEnv.pm | 105 +++++++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am      |   1 +
 scripts/po/POTFILES.in   |   1 +
 3 files changed, 107 insertions(+)

commit e4258f542f92e371be7224b6282307f72aca034f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 30 00:07:07 2012 +0200

    t-multiarch: Remove .deb packages on clean

 t-multiarch/Makefile | 1 +
 1 file changed, 1 insertion(+)

commit 5d256c6accda4ff8b1a1cae63589161e6f3ff167
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 29 23:57:46 2012 +0200

    t-multiarch: Allow arbitrary arch-qualifiers on dependencies

 t-multiarch/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit a9c7a93ef1ec171b6d6d94c34980f8e8fbd6be55
Author: Bernhard R. Link <brlink@debian.org>
Date:   Fri Mar 16 09:56:52 2012 +0100

    Dpkg::BuildFlags: Add get_feature_areas()
    
    Add a way for a caller to enumerate all possible values of get_features().
    
    Signed-off-by: Bernhard R. Link <brlink@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/BuildFlags.pm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit 0725ee2bf0d6102dfd6389c53b2ee4301e8a6e3d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jun 29 17:15:10 2012 +0200

    dpkg-source: support new option --no-unapply-patches
    
    This option is supported by formats "2.0" and "3.0 (quilt)". It disables
    the patch unapplication that can happen in the --after-build hook.

 debian/changelog                        |  3 +++
 man/dpkg-source.1                       | 13 +++++++------
 scripts/Dpkg/Source/Package/V2.pm       | 12 ++++++++----
 scripts/Dpkg/Source/Package/V3/quilt.pm |  6 ++++--
 4 files changed, 22 insertions(+), 12 deletions(-)

commit 08f6575051d2055a1f368533592859df8ecd0be7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jun 29 15:24:28 2012 +0200

    Extract Dpkg::Source::Quilt out of Dpkg::Source::Package::V3::quilt
    
    This new Dpkg::Source::Quilt object handles all the traditional quilt
    operations of applying/unapplying patches and the associated handling of
    the quilt database (the .pc directory).
    
    This commit should not introduce any user-visible changes.

 scripts/Dpkg/Source/Package/V3/quilt.pm | 301 ++++++++-----------------------
 scripts/Dpkg/Source/Quilt.pm            | 305 ++++++++++++++++++++++++++++++++
 scripts/Makefile.am                     |   1 +
 scripts/po/POTFILES.in                  |   1 +
 4 files changed, 379 insertions(+), 229 deletions(-)

commit 837de73d0c38e07b28ada00ac59fb236e70b2449
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jun 28 21:01:50 2012 +0200

    Update German translation of manual pages
    
    Update to 2097t.

 man/po/de.po | 491 +++++++++++++++++++++++------------------------------------
 1 file changed, 189 insertions(+), 302 deletions(-)

commit 8f891044b2b26f039177e364d6c89a2fa9f0851c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jun 27 22:15:11 2012 +0200

    Update German translation of manual pages
    
    Update to 2055t37f4u.

 debian/changelog |    1 +
 man/po/de.po     | 1237 +++++++++++++++++++++++++++++++++---------------------
 2 files changed, 748 insertions(+), 490 deletions(-)

commit dc2ba002b9eaeafd5a7cd4d533c20eff1fc1bb76
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jun 27 22:00:58 2012 +0200

    Update German scripts translation
    
    Update to 533t.

 debian/changelog |    3 +
 scripts/po/de.po | 1084 +++++++++++++++++++++++++++++++-----------------------
 2 files changed, 626 insertions(+), 461 deletions(-)

commit d334aee245c690b1fe8d61ac5baea840d85ff8c4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jun 27 15:37:57 2012 +0200

    dpkg-source: enhance --commit to auto-whitelist modified binary files
    
    That way the same command can be used whatever kind of upstream files has
    been modified.
    
    Reported-by: Cyril Brulebois <kibi@debian.org>

 debian/changelog                  |  3 +++
 man/dpkg-source.1                 |  5 +++++
 scripts/Dpkg/Source/Package/V2.pm | 11 ++++++++++-
 3 files changed, 18 insertions(+), 1 deletion(-)

commit fb623de762517ae1ea8b36a6607157ad08f941d8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jun 27 15:15:44 2012 +0200

    Dpkg::Source::Package::V2: refactor the handling of binary files
    
    Move the code handling debian/source/include-binaries in a dedicated
    object.

 scripts/Dpkg/Source/Package/V2.pm | 143 ++++++++++++++++++++++++++------------
 1 file changed, 97 insertions(+), 46 deletions(-)

commit b0d79a32277dab09d8efb6f77a58ac8d08bd2afe
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jun 27 15:06:34 2012 +0200

    Dpkg::Source::Functions::is_binary(): localize $_ to avoid side-effects
    
    Without this local($_) the function could modify the $_ variable as used
    by the caller.

 scripts/Dpkg/Source/Functions.pm | 1 +
 1 file changed, 1 insertion(+)

commit c484882864114c36f8378d9d5c2a531b53dde03e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jun 25 21:52:32 2012 +0200

    Dpkg::Source::Package: enable exit handlers for the commit operation
    
    The commit function already uses various exit handlers to clean up in case
    of failures. Unfortunately those handlers were never triggered because
    there was no global eval intercepting the failures. This commit adds the
    required logic.

 scripts/Dpkg/Source/Package.pm    | 9 +++++++++
 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 0ede94556448f0a82ff37d646824b669c7b93257
Merge: fddd49ee2 34b3f86bb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 17 11:06:00 2012 +0200

    Merge branch 'sid' (through tag '1.16.4.3')
    
    Conflicts:
            debian/changelog

commit 34b3f86bb97b58aaac881fd545808188ab33aafd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 17 10:56:24 2012 +0200

    Release 1.16.4.3

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

commit 18d9373b27effd533d386fdf7bfde6e6b3782101
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 10 23:17:40 2012 +0200

    u-a: Only warn for now on out of range priorities on --install
    
    There seems to be packages using priorities > INT_MAX, which although
    bogus as they were previously overflowing the int used to store them,
    that would cause installation failures when upgrading from squeeze.
    
    Turn this into a warning for now and clamp the values, which will be
    switched back to an error after wheezy, in dpkg 1.17.x.
    
    Closes: #676874

 debian/changelog            | 11 +++++++++++
 utils/update-alternatives.c |  9 +++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit eb3efdf553cc5036c9c2d97588425a580d896a5b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 10 22:34:07 2012 +0200

    libdpkg: Add new clamp macro

 lib/dpkg/macros.h        | 13 +++++++++++++
 lib/dpkg/test/t-macros.c |  7 ++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

commit fddd49ee219d273961ca264633fecba0a1163d19
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jun 13 17:01:46 2012 +0200

    dpkg-source: keep the current patch header when regenerating the automatic patch
    
    When dpkg-source regenerates the automatic patch (with formats "2.0" or
    "3.0 (quilt)") it will keep the current patch header to avoid losing
    changes made by the maintainer.
    
    Reported-by: Cyril Brulebois <kibi@debian.org>

 debian/changelog                  |  3 +++
 scripts/Dpkg/Source/Package/V2.pm | 10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit d26b98123bf6e17dde69b38fda3ff8b787624e01
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jun 13 15:44:02 2012 +0200

    Dpkg::Source::Patch: let analyze() extract the patch header too

 scripts/Dpkg/Source/Patch.pm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 5b9489da0e59312173209f1433a63845d26af5b7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jun 12 12:28:46 2012 +0200

    dpkg-source: 3.0 (quilt): restore quilt backup files after a failed patch
    
    dpkg-source will now clean up after a failed application of a quilt patch.
    
    This required passing “--reject-file=-” to patch to avoid the creation
    of *.rej files that would clutter the source package and intercepting
    the failure to restore the files from .pc/$patch/.
    
    dpkg-source will also display a message explaining the most likely cause
    of failure (patch applying with fuzz).
    
    Closes: #652970

 debian/changelog                        |  6 +++-
 scripts/Dpkg/Source/Package/V3/quilt.pm | 51 +++++++++++++++++++++++++++++----
 2 files changed, 50 insertions(+), 7 deletions(-)

commit d197a2bbbfc2f7843f48a533eaaa0297505f4a47
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Jun 12 09:41:42 2012 +0100

    Update Swedish translation.
    
    po/sv.po: 1055t0f0u.
    dselect/po/sv.po: 270t0f0u.
    man/po/sv.po: 2076t0f0u.

 debian/changelog |    9 +
 dselect/po/sv.po |    8 +-
 man/po/sv.po     |  152 +++-----
 po/sv.po         | 1111 +++++++++++++++++++++++++++++-------------------------
 4 files changed, 662 insertions(+), 618 deletions(-)

commit 2d9673d8986e7141a50d8884cfe6929c0251738c
Merge: bc79c5a9c fb2172fee
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 9 16:33:50 2012 +0200

    Merge branch 'sid' (through tag '1.16.4.2')
    
    Conflicts:
            debian/changelog

commit fb2172feed24b10e394a270d6f7facba5c97e53a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 9 16:16:29 2012 +0200

    Release 1.16.4.2

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

commit d240eaf0e62b370d85b956df8e21ce38577fee0e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 9 16:03:45 2012 +0200

    libdpkg: Check correctly for out of range negative field width values
    
    Use INT_MIN instead of INT_MAX when checking for negative out of range
    values.
    
    Regression introduced in commit 2bf4b48a9a6f7ddf854179b4b74013534e4594b9.
    
    Closes: #676796

 debian/changelog      | 7 +++++++
 lib/dpkg/pkg-format.c | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit bc79c5a9cd2409bf9886a36996b52085af39ad9b
Merge: 51c23eb12 5e8a4ccb7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 9 00:13:14 2012 +0200

    Merge branch 'sid' (through tag '1.16.4.1')
    
    Conflicts:
            debian/changelog

commit 5e8a4ccb795c0dcff9e9ec44b908ded2484012bd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 8 23:17:20 2012 +0200

    Release 1.16.4.1

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

commit c39373bdc04c83e33f92bf374236bf04a894ae93
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 8 23:05:45 2012 +0200

    libdpkg: Fix explicit file trigger activation
    
    The lex parser passes a pointer to a buffer with the text, and as such
    if we just keep a copy of the pointer the contents will change over the
    parsing process. Instead copy the contents on trk_file_activate_start(),
    and use that copy later on.
    
    Regression introduced in commit 4ce011f68f8e499882db638c065008ce4015cd38.
    
    Closes: #676684

 debian/changelog   | 7 +++++++
 lib/dpkg/triglib.c | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 6a991d07d0811eba986777db99ba26ea1371beca
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jun 8 10:53:57 2012 +0200

    Fix typos in changelogs
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 ChangeLog.old    | 2 +-
 debian/changelog | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 51c23eb12c81ed11bf7ee3357b70a92109828a6b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 8 09:39:57 2012 +0200

    Bump version to 1.16.5

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 801c5eeea1c885f3116c55b5b3b33755c519819d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 8 08:34:11 2012 +0200

    build: Disable t-triggers-depends for now

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a1d90f4983b33bbbc2ef1da17edb728f9c167c4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 23:12:05 2012 +0200

    build: Create dpkg-split depotdir in dpkgdb

 db-regen | 2 ++
 1 file changed, 2 insertions(+)

commit 4fcde1b7afc88a7d847dda0b337693733f5e6e66
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 23:46:32 2012 +0200

    Release 1.16.4

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

commit 298f17a6623e0c2c6453e1a9ac8131bf90d6713d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 23:46:02 2012 +0200

    Changelog police
    
    Spotted-by: Helge Kreutzmann <debian@helgefjell.de>

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e0643d20c2eada5a4b0e5f49692426b1d5615f5f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 19:02:01 2012 +0200

    dpkg-split: Allow overridding admindir from the environment
    
    This allows to use the correct depotdir whenever dpkg is being called
    with --admindir.

 debian/changelog  | 1 +
 dpkg-split/main.c | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 5ba5d341998646321dd7452febd15e8a780c7287
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 18:35:12 2012 +0200

    libdpkg: Defer Multi-Arch field reset to pkg_blank()
    
    When removing a package pkgbin_blank() is called and an entry written
    to the update log, which might make it unparseable if there's other
    Multi-Arch instances present for that package.
    
    Closes: #676496

 debian/changelog | 2 ++
 lib/dpkg/pkg.c   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 2f19452e9698a9249619d109de5291190208d1cc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 18:49:33 2012 +0200

    dpkg: Activate all path components for file triggers
    
    File triggers have been activated up to now explicitly whenever seen,
    and only the requested pathname. While unpacking or removing, this is
    not an issue as dpkg will traverse the hierarchy and trigger parent
    directories during the process.
    
    Because conffiles get a two staged installation, first unpacked into
    <conffile>.dpkg-new and then installed in place on configure, a trigger
    activated only after unpack will not see the <conffile> at its final
    location or see it at all if it correctly ignores those file extensions.
    
    This is an issue for conffiles or explicit dpkg-trigger file triggers,
    as an interest on parent paths will not activate the trigger as those
    parents are not traversed. With the subsequent cause of missed updates
    because code has not been run on the actual installation of conffiles.
    
    Closes: #675613, #676061, #676062, #676107, #676118, #676122

 debian/changelog     |  3 +++
 lib/dpkg/libdpkg.map |  1 +
 lib/dpkg/triglib.c   | 36 +++++++++++++++++++++++++++++++++++-
 lib/dpkg/triglib.h   |  1 +
 src/configure.c      |  4 ++--
 5 files changed, 42 insertions(+), 3 deletions(-)

commit 4ce011f68f8e499882db638c065008ce4015cd38
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 18:49:33 2012 +0200

    libdpkg: Use trig_file_activate_byname() instead of ad-hoc code
    
    The trk_file functions were open coding this function, use it instead.

 lib/dpkg/triglib.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit 7180e8e3e8583fe101b9d1883bad3a5b3af650aa
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 10:55:59 2012 +0200

    libdpkg: Add liblzma compression support
    
    Use liblzma if available instead of external commands to handle .xz
    and .lzma compressed files.
    
    Among other things, this means the xz-utils package no longer has to
    be part of the base system.
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 configure.ac         |   1 +
 debian/changelog     |   3 +
 debian/control       |   4 +-
 debian/rules         |   1 +
 dpkg-deb/Makefile.am |   1 +
 lib/dpkg/compress.c  | 257 +++++++++++++++++++++++++++++++++++++++++++++++++++
 m4/dpkg-libs.m4      |   7 ++
 7 files changed, 272 insertions(+), 2 deletions(-)

commit 137a40cbdd4767d0f1864237d59fb8cd6581af63
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 10:51:41 2012 +0200

    scripts: Slice --help output strings
    
    Use to opportunity that the strings have been modified in previous
    commits to slice them, which should make translation a slightly more
    manageable work in the future. It should also get identical strings
    coalesced so that there's less to translate.

 scripts/dpkg-architecture.pl   | 12 ++++++------
 scripts/dpkg-buildflags.pl     |  6 +++---
 scripts/dpkg-buildpackage.pl   | 24 ++++++++++++------------
 scripts/dpkg-genchanges.pl     |  6 +++---
 scripts/dpkg-gencontrol.pl     |  6 +++---
 scripts/dpkg-gensymbols.pl     |  6 +++---
 scripts/dpkg-parsechangelog.pl | 12 ++++++------
 scripts/dpkg-shlibdeps.pl      | 18 +++++++++---------
 scripts/dpkg-source.pl         |  6 +++---
 scripts/dpkg-vendor.pl         | 12 ++++++------
 10 files changed, 54 insertions(+), 54 deletions(-)

commit d11f49990ca783a17e96ca163f2eb536f6fd6ab9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 04:53:13 2012 +0200

    dpkg-gensymbols: Pack --help output
    
    Reduce the amount of vertical lines produced by the --help output.

 scripts/dpkg-gensymbols.pl | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

commit 9c52c96485d4c406c8eb2776aa245e839214de43
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 04:43:11 2012 +0200

    dpkg-buildpackage: Improve, split and group --help output
    
    Improve some option descriptions and add missing ones, mark some
    options as the default behaviour, group related options together,
    and split pass-through options into separate sections.

 scripts/dpkg-buildpackage.pl | 81 ++++++++++++++++++++++++--------------------
 1 file changed, 44 insertions(+), 37 deletions(-)

commit c57ae609e5be0f7d91f4df58f2a2560cbc02254a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 10:31:28 2012 +0200

    dselect: On --help print action names from the menuentries table
    
    This unmarks those strings for translation, as they should not get
    translated anyway, makes sure all actions will always be listed and
    those will not get out of sync.

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

commit 5c490cdc4631c3c45f669b166b9651965d47d78f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 04:09:56 2012 +0200

    scripts: Unify “<option>...” --help output

 scripts/dpkg-architecture.pl    | 2 +-
 scripts/dpkg-buildpackage.pl    | 2 +-
 scripts/dpkg-genchanges.pl      | 2 +-
 scripts/dpkg-gencontrol.pl      | 2 +-
 scripts/dpkg-gensymbols.pl      | 2 +-
 scripts/dpkg-mergechangelogs.pl | 2 +-
 scripts/dpkg-parsechangelog.pl  | 2 +-
 scripts/dpkg-scanpackages.pl    | 2 +-
 scripts/dpkg-scansources.pl     | 2 +-
 scripts/dpkg-shlibdeps.pl       | 2 +-
 scripts/dpkg-source.pl          | 2 +-
 scripts/dpkg-vendor.pl          | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

commit 9668b85d411d4af705d7b25f7cdaa85a958fe7f1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 23:11:26 2012 +0200

    t-triggers-path: New test case

 Makefile                                           |  1 +
 t-triggers-path/Makefile                           | 26 ++++++++++++++++++++++
 t-triggers-path/pkg-interest/DEBIAN/control        |  7 ++++++
 t-triggers-path/pkg-interest/DEBIAN/postinst       | 14 ++++++++++++
 t-triggers-path/pkg-interest/DEBIAN/triggers       |  1 +
 t-triggers-path/pkg-trigger-cmd/DEBIAN/control     |  7 ++++++
 t-triggers-path/pkg-trigger-cmd/DEBIAN/postinst    |  5 +++++
 .../pkg-trigger-conffile/DEBIAN/conffiles          |  1 +
 .../pkg-trigger-conffile/DEBIAN/control            |  7 ++++++
 .../pkg-trigger-conffile/test/trigger/test-file    |  1 +
 10 files changed, 70 insertions(+)

commit 433ac679230abbeb4af4549e8b8f656a559159a8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 7 10:09:04 2012 +0200

    scripts: Hyphenate option arguments
    
    Missed in commit 36a5005fcaa9b69efb2e9b08c0efe0f88042c5b3.

 scripts/dpkg-scanpackages.pl | 2 +-
 scripts/dpkg-scansources.pl  | 2 +-
 scripts/dpkg-shlibdeps.pl    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 18f6518356b62f7edfd380c62dadf79103f06b5d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 6 04:39:45 2012 +0200

    Update mailmap

 .mailmap | 6 ++++++
 1 file changed, 6 insertions(+)

commit 0aee0c37364b7160213d87ca76b0e3b56173370f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 6 04:38:49 2012 +0200

    build: Add new run-script to run local scripts
    
    This sets up the environment to be able to run the local scripts using
    local modules and data files.

 Makefile.am     |  1 +
 debian/rules    |  3 +--
 m4/dpkg-arch.m4 |  3 +--
 run-script      | 13 +++++++++++++
 4 files changed, 16 insertions(+), 4 deletions(-)

commit 18f0cefb38eb362116d16ed89b712c4d7a054414
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 07:49:49 2012 +0200

    u-a: Remove unreachable code at the end of alternative_select_choice()
    
    The function contains an infinite loop that does not break out.

 utils/update-alternatives.c | 2 --
 1 file changed, 2 deletions(-)

commit 7f8f01f25f7aa3709393477fb5b69fa0152308aa
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 07:47:38 2012 +0200

    dpkg: Add missing space before && operand

 src/configure.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eb6308c42fc7c37f0145d468549be77d0bf3346c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 07:47:07 2012 +0200

    dpkg: Remove unneeded showdiff() forward declaration

 src/configure.c | 1 -
 1 file changed, 1 deletion(-)

commit 512b27964cf0d47618f5533894664b2ef0fed2ae
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 07:36:41 2012 +0200

    dpkg-divert: Do not warn on missing db .list file for never installed packages
    
    When the package has never been installed before, and the unpack has not
    yet finished, the package will be present on the database but the files
    list file will not, which would produce a bogus warning. Check if the
    package has ever been configured, before printing the warning.
    
    Closes: #673518

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

commit 07e174f510e998a9bb17dabd9cc932a486a263b3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 21:12:07 2012 +0200

    Dpkg::Control::Fields: Put an & before field_capitalize() calls
    
    The definition of the function appears later on, and perl 5.16 gives
    warnings about usage before declaration.
    
    Closes: #676262

 debian/changelog               | 2 ++
 scripts/Dpkg/Control/Fields.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit bbdc3ccea0c16e1a679ea281e01d900bbb6406ff
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 07:00:26 2012 +0200

    Dpkg::File: Demote libfile-fcntllock-perl Depends to a Recommends
    
    Fallback to use flock based locking, because libfile-fcntllock-perl
    being an XS module makes building a new perl package bumping the perl
    ABI impossible, as both packages become uninstallable.
    
    Closes: #675947
    
    Based-on-patch-by: Dominic Hargreaves <dom@earth.li>

 debian/changelog     |  5 +++++
 debian/control       |  4 ++--
 scripts/Dpkg/File.pm | 21 +++++++++++++++++----
 3 files changed, 24 insertions(+), 6 deletions(-)

commit db5525b9ef495d54cec35941e92065288e47643f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 06:44:30 2012 +0200

    Dpkg::File: Refactor file locking logic into this new module
    
    Move libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.

 debian/changelog            |  2 ++
 debian/control              |  4 ++--
 scripts/Dpkg/File.pm        | 39 +++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am         |  1 +
 scripts/dpkg-distaddfile.pl |  6 ++----
 scripts/dpkg-gencontrol.pl  |  6 ++----
 6 files changed, 48 insertions(+), 10 deletions(-)

commit 14e63102e2a962a171e3e781f71d14ca0437ed23
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 27 20:02:25 2012 +0200

    dpkg: Use enum dep_check values instead of literal strings

 src/configure.c | 6 +++---
 src/remove.c    | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 85d78f9eb2e7d2c1b393f285af188a8ef8c62d53
Author: Carsten Hey <carsten@debian.org>
Date:   Mon Jun 4 09:27:01 2012 +0200

    s-s-d: Do not follow symlinks when creating pidfiles
    
    [guillem@debian.org:
     - Change mode to 0666. ]
    
    Closes: #675918
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 8 +++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 52a1b3fd9404061e98ed6b99c3e2adcfa1c2f22d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 04:11:32 2012 +0200

    libcompat: Add compat symbol for O_NOFOLLOW
    
    This symbol was only standardized in POSIX.1-2008, which is too recent.
    Although it has been available on at least FreeBSD and Linux systems
    before that, but dpkg supports other systems which might not have it.

 configure.ac        | 1 +
 lib/compat/compat.h | 4 ++++
 2 files changed, 5 insertions(+)

commit 00747a8f0456c4e7415a2a100a3da7f9a3975b6b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 5 05:10:09 2012 +0200

    dpkg(1): Clarify valid filenames for dpkg.cfg.d/ fragment files
    
    This information is already present in dpkg.cfg(5), but it might not be
    obvious one has to look there, so add it too to the main dpkg(1) where
    that directory is referenced and a new entry in the FILES section.
    
    Closes: #674674

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

commit fbe07e934f267077d2abdf1c286f03c84f4035ea
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 18 04:24:12 2012 +0200

    dpkg(1): Clarify that the «dpkg -l» example only lists installed packages
    
    Also add a reference to «dpkg-query --load-avail» as a way to list
    available packages.
    
    Closes: #673305

 debian/changelog | 3 +++
 man/dpkg.1       | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 41494c13560b0a7027b583a83c5ef65f02a8fe88
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 27 01:52:42 2012 +0200

    dpkg-deb: Add support for “none” as a valid compression strategy value
    
    This is needed to be able to reset the compression strategy if one had
    been specified before, otherwise a different compressor would error out
    on compressor specific invalid values.
    
    Closes: #674711

 debian/changelog    | 2 ++
 dpkg-deb/main.c     | 2 +-
 lib/dpkg/compress.c | 2 ++
 man/dpkg-deb.1      | 8 ++++----
 4 files changed, 9 insertions(+), 5 deletions(-)

commit 6a9609725d3291bcb0a5df3afce9da6aaf4f47ce
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 6 06:30:19 2012 +0200

    t-triggers-depends: New test case

 Makefile                                           |  1 +
 t-triggers-depends/Makefile                        | 24 ++++++++++++++++++++++
 t-triggers-depends/pkg-depends-0/DEBIAN/control    |  7 +++++++
 t-triggers-depends/pkg-depends-1/DEBIAN/control    |  7 +++++++
 t-triggers-depends/pkg-files/DEBIAN/control        |  7 +++++++
 .../pkg-files/test/trigger/test-file               |  1 +
 t-triggers-depends/pkg-trigger/DEBIAN/control      |  8 ++++++++
 t-triggers-depends/pkg-trigger/DEBIAN/postinst     | 16 +++++++++++++++
 t-triggers-depends/pkg-trigger/DEBIAN/triggers     |  1 +
 9 files changed, 72 insertions(+)

commit d630b04733ca0a1fb01314668e5812121f7fb496
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 19:03:08 2012 +0200

    libdpkg: Switch compression strategy code from strings to enums
    
    Make those values global, because they could be shared by different
    compressors, because for validation purposes there's no point in making
    them compressor specific as that's too late in case the compressor has
    not been specified yet. And finally using enums instead of strings
    allows to more easily handle the different strategy values.

 dpkg-deb/build.c     |  2 +-
 dpkg-deb/main.c      | 12 ++++++++++--
 lib/dpkg/compress.c  | 52 ++++++++++++++++++++--------------------------------
 lib/dpkg/compress.h  | 12 ++++++++++--
 lib/dpkg/libdpkg.map |  1 +
 5 files changed, 42 insertions(+), 37 deletions(-)

commit b5c0d13c6cc1d16495f2f9b189ef579612d87d3c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 18:24:39 2012 +0200

    libdpkg: Add more test cases for version module
    
    This covers dpkg_version_blank(), dpkg_version_is_informative(),
    branches for different numerical and alphabetical version and revision
    part in dpkg_version_compare() comparison, and dpkg_version_relate().

 lib/dpkg/test/t-version.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 89 insertions(+), 1 deletion(-)

commit cba43c1251610cb789d630468a5d104a4c710965
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 18:23:11 2012 +0200

    libdpkg: Add test cases for eflags manipulators

 lib/dpkg/test/t-pkginfo.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 01f7a1875d6223c35f1d7af16a5eff369ae1a377
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 28 18:22:36 2012 +0200

    libdpkg: Add more test cases for path module

 lib/dpkg/test/t-path.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 4c45788bb82ea8749f8e34e2301d6677cac37096
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 27 06:12:30 2012 +0200

    doc: Update codying-style
    
    Update C99 assumptions, refer to KNF, add link to the Linux CodingStyle,
    add some notes about doxygen markup, add missing blank lines and fix
    some more typos.

 doc/coding-style.txt | 53 ++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 49 insertions(+), 4 deletions(-)

commit 3feb8d4afe11bd68611951fad2fe4e5beb9017ba
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 24 21:02:25 2012 +0200

    doc: Update Doxygen configuration from version 1.8.1

 doc/Doxyfile.in | 515 +++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 396 insertions(+), 119 deletions(-)

commit 74946af470550a3295e00cf57eca1747215b9311
Author: Niels Thykier <niels@thykier.net>
Date:   Thu May 24 13:47:10 2012 +0200

    libdpkg: Add documentation for version module
    
    [guillem@debian.org:
     - Change formatting to conform to current documentation style.
     - Refer to deb-version(5) instead of policy manual. ]
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/version.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/version.h | 18 ++++++++++++++++++
 2 files changed, 62 insertions(+)

commit 8bb7086da6b87233812f6f1988af118f0e152e4c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 6 07:01:36 2012 +0200

    t-unpack-divert-nowarn: New test case

 Makefile                                                   |  1 +
 t-unpack-divert-nowarn/Makefile                            | 10 ++++++++++
 t-unpack-divert-nowarn/pkg-divert-unpacking/DEBIAN/control |  8 ++++++++
 t-unpack-divert-nowarn/pkg-divert-unpacking/DEBIAN/postrm  |  7 +++++++
 t-unpack-divert-nowarn/pkg-divert-unpacking/DEBIAN/preinst | 10 ++++++++++
 t-unpack-divert-nowarn/pkg-divert-unpacking/test-file      |  1 +
 t-unpack-divert-nowarn/pkg-files/DEBIAN/control            |  7 +++++++
 t-unpack-divert-nowarn/pkg-files/test-file                 |  1 +
 8 files changed, 45 insertions(+)

commit d1670cfba016122c2db2c6c52003f941938e23bc
Author: Niels Thykier <niels@thykier.net>
Date:   Thu May 24 13:08:51 2012 +0200

    doc: Fix two typos in coding-style.txt
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 doc/coding-style.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a0797f83e33feefa8f577e57eef9522b6da3edac
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 6 05:52:40 2012 +0200

    Switch Maintainer fields to debian-dpkg@lists.debian.org
    
    There's no point in having the author listed in the Maintainer field,
    as it might confuse people to send specific problems with test cases
    to those addresses. For generic non-test Maintainer values, use the
    dpkg mailing list.

 t-conffile-conflict/pkg-conff-a/DEBIAN/control                      | 2 +-
 t-conffile-conflict/pkg-conff-b/DEBIAN/control                      | 2 +-
 t-conffile-conflict/pkg-conff-c/DEBIAN/control                      | 2 +-
 t-conffile-divert-conffile/pkg-conff-divert/DEBIAN/control          | 2 +-
 t-conffile-divert-conffile/pkg-conff/DEBIAN/control                 | 2 +-
 t-conffile-divert-normal/pkg-conff-divert/DEBIAN/control            | 2 +-
 t-conffile-divert-normal/pkg-conff/DEBIAN/control                   | 2 +-
 t-conffile-forceask/pkg-conff-forceask-0/DEBIAN/control             | 2 +-
 t-conffile-forceask/pkg-conff-forceask-1/DEBIAN/control             | 2 +-
 t-conffile-forcenew/pkg-conff-forcenew-0/DEBIAN/control             | 2 +-
 t-conffile-forcenew/pkg-conff-forcenew-1/DEBIAN/control             | 2 +-
 t-conffile-normal/pkg-conffile/DEBIAN/control                       | 2 +-
 t-conffile-obsolete/pkg-conff-obsolete-0/DEBIAN/control             | 2 +-
 t-conffile-obsolete/pkg-conff-obsolete-1/DEBIAN/control             | 2 +-
 t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/control             | 2 +-
 t-conffile-orphan/pkg-conff-orphan-0/DEBIAN/control                 | 2 +-
 t-conffile-orphan/pkg-conff-orphan-1/DEBIAN/control                 | 2 +-
 t-conffile-orphan/pkg-conff-takeover/DEBIAN/control                 | 2 +-
 t-conffile-prompt.control                                           | 4 ++--
 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/control                 | 2 +-
 t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/control                 | 2 +-
 t-conffile-rename/pkg-conff-rename-0/DEBIAN/control                 | 2 +-
 t-conffile-rename/pkg-conff-rename-1/DEBIAN/control                 | 2 +-
 t-conffile-replaces-disappear/pkg-conff-original/DEBIAN/control     | 2 +-
 t-conffile-replaces-disappear/pkg-conff-takeover/DEBIAN/control     | 2 +-
 t-conffile-replaces-downgrade/pkg-conff-original-0/DEBIAN/control   | 2 +-
 t-conffile-replaces-downgrade/pkg-conff-original-1/DEBIAN/control   | 2 +-
 t-conffile-replaces-downgrade/pkg-conff-takeover/DEBIAN/control     | 2 +-
 .../pkg-conff-original-0/DEBIAN/control                             | 2 +-
 .../pkg-conff-original-1/DEBIAN/control                             | 2 +-
 .../pkg-conff-takeover-0/DEBIAN/control                             | 2 +-
 .../pkg-conff-takeover-1/DEBIAN/control                             | 2 +-
 t-conffile-replaces-existing/pkg-conff-original-0/DEBIAN/control    | 2 +-
 t-conffile-replaces-existing/pkg-conff-original-1/DEBIAN/control    | 2 +-
 t-conffile-replaces-existing/pkg-conff-takeover/DEBIAN/control      | 2 +-
 t-conffile-replaces-upgrade/pkg-conff-original/DEBIAN/control       | 2 +-
 t-conffile-replaces-upgrade/pkg-conff-takeover-0/DEBIAN/control     | 2 +-
 t-conffile-replaces-upgrade/pkg-conff-takeover-1/DEBIAN/control     | 2 +-
 t-conffile-replaces/pkg-conff-original/DEBIAN/control               | 2 +-
 t-conffile-replaces/pkg-conff-takeover/DEBIAN/control               | 2 +-
 .../pkg-conff-original-0/DEBIAN/control                             | 2 +-
 .../pkg-conff-original-1/DEBIAN/control                             | 2 +-
 .../pkg-conff-takeover/DEBIAN/control                               | 2 +-
 t-conflict-provide-replace-interface/pkg-a/DEBIAN/control           | 2 +-
 t-conflict-provide-replace-interface/pkg-b/DEBIAN/control           | 2 +-
 t-conflict-provide-replace-real/pkg-a/DEBIAN/control                | 2 +-
 t-conflict-provide-replace-real/pkg-b/DEBIAN/control                | 2 +-
 t-conflict-provide-replace-virtual/pkg-a/DEBIAN/control             | 2 +-
 t-conflict-provide-replace-virtual/pkg-b/DEBIAN/control             | 2 +-
 t-conflict/pkg-a/DEBIAN/control                                     | 2 +-
 t-conflict/pkg-b/DEBIAN/control                                     | 2 +-
 t-control-bogus/pkg-bogus-blank/DEBIAN/control                      | 2 +-
 t-control-bogus/pkg-bogus-colon/DEBIAN/control                      | 2 +-
 t-control-no-arch/pkg-no-arch/DEBIAN/control                        | 2 +-
 t-db/db-bogus-dupe-diff-single/status                               | 4 ++--
 t-db/db-bogus-dupe-same-single/status                               | 4 ++--
 t-db/db-bogus-multi-update/status                                   | 2 +-
 t-db/db-bogus-multi-update/updates/0001                             | 2 +-
 t-db/db-bogus-multi-update/updates/0002                             | 2 +-
 t-db/db-bogus-multi/status                                          | 6 +++---
 t-db/db-bogus-single/status                                         | 4 ++--
 t-db/db-cross-multi-update/status                                   | 2 +-
 t-db/db-cross-multi-update/updates/0001                             | 2 +-
 t-db/db-cross-multi-update/updates/0002                             | 2 +-
 t-db/db-cross-multi-update/updates/0003                             | 2 +-
 t-db/db-cross-single-update/status                                  | 2 +-
 t-db/db-cross-single-update/updates/0001                            | 2 +-
 t-db/db-cross-single-update/updates/0002                            | 2 +-
 t-db/db-dupe-multi/status                                           | 4 ++--
 t-depends-provides/pkg-depends/DEBIAN/control                       | 2 +-
 t-depends-provides/pkg-provides/DEBIAN/control                      | 2 +-
 t-depends-versioned/pkg-depends-eq/DEBIAN/control                   | 2 +-
 t-depends-versioned/pkg-depends-ge/DEBIAN/control                   | 2 +-
 t-depends-versioned/pkg-depends-gt/DEBIAN/control                   | 2 +-
 t-depends-versioned/pkg-depends-le/DEBIAN/control                   | 2 +-
 t-depends-versioned/pkg-depends-lt/DEBIAN/control                   | 2 +-
 t-depends-versioned/pkg-version-1/DEBIAN/control                    | 2 +-
 t-depends-versioned/pkg-version-2/DEBIAN/control                    | 2 +-
 t-depends-versioned/pkg-version-3/DEBIAN/control                    | 2 +-
 t-depends/pkg-depends/DEBIAN/control                                | 2 +-
 t-depends/pkg-real/DEBIAN/control                                   | 2 +-
 t-dir-extension-check/pkg-dbg-dir/DEBIAN/control                    | 2 +-
 t-dir-leftover-deadlock/pkg-dir-shared-0/DEBIAN/control             | 2 +-
 t-dir-leftover-deadlock/pkg-dir-shared-1/DEBIAN/control             | 2 +-
 t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/control       | 2 +-
 t-dir-leftover-parents/pkg-dir-shared/DEBIAN/control                | 2 +-
 t-dir-shared-replaces-lost/pkg-dir-original/DEBIAN/control          | 2 +-
 t-dir-shared-replaces-lost/pkg-dir-takeover/DEBIAN/control          | 2 +-
 t-disappear-depended/pkg-depend/DEBIAN/control                      | 2 +-
 t-disappear-depended/pkg-disappear/DEBIAN/control                   | 2 +-
 t-disappear-depended/pkg-normal/DEBIAN/control                      | 2 +-
 t-disappear-empty/pkg-disappear-0/DEBIAN/control                    | 2 +-
 t-disappear-empty/pkg-disappear-1/DEBIAN/control                    | 2 +-
 t-disappear-empty/pkg-normal/DEBIAN/control                         | 2 +-
 t-disappear/pkg-disappear-0/DEBIAN/control                          | 2 +-
 t-disappear/pkg-disappear-1/DEBIAN/control                          | 2 +-
 t-disappear/pkg-normal/DEBIAN/control                               | 2 +-
 t-failinst-failrm/pkg-failinst-failrm/DEBIAN/control                | 2 +-
 t-field-priority/pkg-priority/DEBIAN/control                        | 2 +-
 t-file-replaces-disappear/pkg-file-original/DEBIAN/control          | 2 +-
 t-file-replaces-disappear/pkg-file-takeover/DEBIAN/control          | 2 +-
 t-file-replaces/pkg-file-original/DEBIAN/control                    | 2 +-
 t-file-replaces/pkg-file-takeover/DEBIAN/control                    | 2 +-
 t-filtering/pkg-somefiles/DEBIAN/control                            | 2 +-
 t-lfs/pkg-lfs/DEBIAN/control                                        | 2 +-
 t-lfs/pkg-tfs/DEBIAN/control                                        | 2 +-
 t-multiarch/pkg-template/DEBIAN/control                             | 2 +-
 t-normal/pkg-normal/DEBIAN/control                                  | 2 +-
 t-option-dry-run/pkg-normal/DEBIAN/control                          | 2 +-
 t-option-recursive/dir-a/pkg-a/DEBIAN/control                       | 2 +-
 t-option-recursive/dir-b/dir-bb/pkg-b/DEBIAN/control                | 2 +-
 t-option-recursive/pkg-c/DEBIAN/control                             | 2 +-
 t-package-type/pkg-package-type-use/DEBIAN/control                  | 2 +-
 t-package-type/pkg-package-type-void/DEBIAN/control                 | 2 +-
 t-predepends-no-triggers/pkg-predepends/DEBIAN/control              | 2 +-
 t-predepends-no-triggers/pkg-real/DEBIAN/control                    | 2 +-
 t-predepends-no-triggers/pkg-trigger/DEBIAN/control                 | 2 +-
 t-split/pkg-split/DEBIAN/control                                    | 2 +-
 t-substvars/pkg-builddep-substvars_0/debian/control                 | 2 +-
 t-symlink-dir/pkg-dir-real/DEBIAN/control                           | 2 +-
 t-symlink-dir/pkg-dir-symlink-0/DEBIAN/control                      | 2 +-
 t-symlink-dir/pkg-dir-symlink-1/DEBIAN/control                      | 2 +-
 t-symlink-dir/pkg-file/DEBIAN/control                               | 2 +-
 t-triggers/pkg-trig-cmd/DEBIAN/control                              | 2 +-
 t-triggers/pkg-trig-explicit/DEBIAN/control                         | 2 +-
 t-triggers/pkg-trig-file/DEBIAN/control                             | 2 +-
 t-triggers/pkg-triggers-noawait/DEBIAN/control                      | 2 +-
 t-triggers/pkg-triggers/DEBIAN/control                              | 2 +-
 t-unpack-device/pkg-device/DEBIAN/control                           | 2 +-
 t-unpack-divert-hardlink/pkg-hardlink/DEBIAN/control                | 2 +-
 t-unpack-fifo/pkg-fifo/DEBIAN/control                               | 2 +-
 t-unpack-hardlink/pkg-hardlink/DEBIAN/control                       | 2 +-
 t-unpack-symlink/pkg-symlink/DEBIAN/control                         | 2 +-
 133 files changed, 140 insertions(+), 140 deletions(-)

commit 058673c0932b146d16f583b43bc4d78f378a8c1c
Author: Roger Leigh <rleigh@debian.org>
Date:   Wed May 16 20:51:45 2012 +0100

    Add Build-Depends-Arch and Build-Conflicts-Arch
    
    dpkg currently supports
      Build-Depends (arch all and any)
      Build-Depends-Indep (arch all)
    and the same Build-Conflicts.
    
    This patch adds
      Build-Depends-Arch (arch any)
    and Build-Conflicts-Arch.
    
    This makes the support for build dependencies for arch all and any
    packages symmetrical and more logical. It also permits arch-any
    dependencies to be omitted for arch-all-only builds.
    
    This change will not break any existing packages: if the arch any
    deps are in Build-Depends, they may be installed unnecessarily,
    but they will still be installed. This change just allows an
    additional optimisation, and tidies up a slight omission in the
    original implementation of build dependencies, and would give the
    buildds additional options when arch-all autobuilding is enabled
    (especially now it's available as a separate independent arch).
    
    Closes: #629480
    
    Signed-off-by: Roger Leigh <rleigh@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               |  3 +++
 man/deb-src-control.5          | 45 ++++++++++++++++++++++++++++++++----------
 man/dpkg-checkbuilddeps.1      | 12 ++++++++---
 scripts/Dpkg/Control/Fields.pm | 16 ++++++++++++---
 scripts/dpkg-buildpackage.pl   |  4 ++--
 scripts/dpkg-checkbuilddeps.pl | 27 ++++++++++++++++++-------
 scripts/dpkg-source.pl         |  2 +-
 7 files changed, 83 insertions(+), 26 deletions(-)

commit 8c31f65164d87253c3358e5d1f92a0e960f933a4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 23 07:25:01 2012 +0200

    scripts: Refer to commands instead of actions in help output

 scripts/dpkg-architecture.pl | 4 ++--
 scripts/dpkg-buildflags.pl   | 4 ++--
 scripts/dpkg-vendor.pl       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 80269099a71a7158923bba4debc733ad717b4b02
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 04:09:56 2012 +0200

    dpkg-parsechangelog: Uppercase “parse options:” help output title

 scripts/dpkg-parsechangelog.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 36a5005fcaa9b69efb2e9b08c0efe0f88042c5b3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 08:09:04 2012 +0200

    scripts: Hyphenate option arguments

 man/dpkg-buildpackage.1        |  8 ++++----
 man/dpkg-distaddfile.1         |  4 ++--
 man/dpkg-genchanges.1          | 28 ++++++++++++++--------------
 man/dpkg-gencontrol.1          | 20 ++++++++++----------
 man/dpkg-maintscript-helper.1  | 34 +++++++++++++++++-----------------
 man/dpkg-parsechangelog.1      |  8 ++++----
 man/dpkg-scanpackages.1        |  6 +++---
 man/dpkg-shlibdeps.1           | 36 ++++++++++++++++++------------------
 man/dpkg-source.1              | 12 ++++++------
 scripts/dpkg-distaddfile.pl    |  2 +-
 scripts/dpkg-genchanges.pl     | 16 ++++++++--------
 scripts/dpkg-gencontrol.pl     | 14 +++++++-------
 scripts/dpkg-gensymbols.pl     |  2 +-
 scripts/dpkg-parsechangelog.pl |  6 +++---
 scripts/dpkg-shlibdeps.pl      | 12 ++++++------
 scripts/dpkg-source.pl         |  8 ++++----
 16 files changed, 108 insertions(+), 108 deletions(-)

commit 8d7922e757b61cd270b7dd7cc9c27fa344deb854
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 07:22:30 2012 +0200

    scripts: Use “changelog” instead of “change log”

 man/dpkg-genchanges.1          | 2 +-
 man/dpkg-gencontrol.1          | 2 +-
 man/dpkg-parsechangelog.1      | 2 +-
 man/dpkg-source.1              | 2 +-
 scripts/dpkg-genchanges.pl     | 2 +-
 scripts/dpkg-gencontrol.pl     | 2 +-
 scripts/dpkg-parsechangelog.pl | 4 ++--
 scripts/dpkg-source.pl         | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

commit c8448c07aa55cd836792b5242979317f6e17e50e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 22 19:20:53 2012 +0200

    dpkg-scansources: Do not accept --nohelp
    
    This option does not make any sense.

 scripts/dpkg-scansources.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bedb947092e63a91f899f02cca141677cf528541
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 20 15:26:18 2012 +0200

    scripts: Handle argument parsing consistently when using Getopt::Long

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

commit 2e62609bbee5104f546df72c861a09f919d0fad6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 20 15:22:35 2012 +0200

    scripts: Use new pkg_name_is_illegal() instead of ad-hoc checks

 scripts/Dpkg/Vars.pm       | 16 +++++-----------
 scripts/dpkg-gencontrol.pl | 10 ++++++----
 scripts/dpkg-gensymbols.pl | 10 ++++++----
 3 files changed, 17 insertions(+), 19 deletions(-)

commit ed0095e40833d362a1cb6b7cf22ae27d4895827b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 20 22:37:06 2012 +0200

    Dpkg::Package: Add new perl module
    
    This includes a public function to validate package names.

 scripts/Dpkg/Package.pm      | 42 ++++++++++++++++++++++++++++++++++++++++++
 scripts/Makefile.am          |  2 ++
 scripts/po/POTFILES.in       |  1 +
 scripts/t/150_Dpkg_Package.t | 29 +++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+)

commit bb486d9e2630ec77b798f1730bd7603df69c9013
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 21 03:54:37 2012 +0200

    Dpkg::Substvars: Rename no_warn() member function to mark_as_used()
    
    Keep the old name for backwards compatibility, but make it issue a
    warning.

 debian/changelog               |  2 ++
 scripts/Dpkg/Substvars.pm      | 25 +++++++++++++++++++------
 scripts/t/750_Dpkg_Substvars.t |  2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)

commit 48e27cb350becbccf3d30b89ac92b20c7816f8ee
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 21 03:53:21 2012 +0200

    scripts: Use new member set_as_used() instead of ad-hoc code
    
    Use the new member instead of setting and then marking the substvars.

 scripts/Dpkg/Control/Hash.pm | 3 +--
 scripts/Dpkg/Substvars.pm    | 3 +--
 scripts/dpkg-gencontrol.pl   | 8 +++-----
 3 files changed, 5 insertions(+), 9 deletions(-)

commit bfc61827201aadb05bdff25e259490a02c5319e5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 21 03:53:21 2012 +0200

    Dpkg::Substvars: Add new member function set_as_used()
    
    This sets a subtsvar and marks it as used, so no warnings are produced
    even if the variable is never used.

 debian/changelog          |  1 +
 scripts/Dpkg/Substvars.pm | 15 ++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

commit f62054b8d94cbd514bf2d8fc824c8e81389b9d96
Author: Thomas Adam <thomas.adam@smoothwall.net>
Date:   Wed May 16 15:39:18 2012 +0200

    Dpkg::Source::Package: Do not obscure ‘require’ errors with custom errors
    
    When coming out of eval blocks and reporting on errors, make sure $@ is
    included as part of the textual output so that the real underlying error
    is reported.
    
      dpkg-source: error: source package format `3.0 (native)' is not supported
      (Perl module Dpkg::Source::Package::V3::native is required)
    
    Of course, that file is being required just fine, the problem turned out
    to be missing File::Temp, but without including $@, it was not obvious
    due to the custom error message completely hiding this detail.
    
    Improved-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog               | 3 +++
 scripts/Dpkg/Source/Package.pm | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 4f2bf1ec7f3c362ec2178b244718516eef60167d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 17 22:21:57 2012 +0200

    s-s-d(8): Switch examples from /var/run to /run

 debian/changelog        | 1 +
 man/start-stop-daemon.8 | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit d1f02d25ed0057d4cd3a57b6aac37e2fce03425b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 29 02:23:02 2012 +0200

    s-s-d: Refactor parse_umask() and parse_integer() into parse_unsigned()
    
    The only fundamental difference between these two functions is the base,
    one being decimal and the other being zero.
    
    Change the code to call parse_unsigned() with an explicit base.

 utils/start-stop-daemon.c | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

commit ff8d590a6828816e9809cc025a8d870b6c6e48a4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 23 08:55:30 2012 +0200

    libcompat: Remove compat definition for strtoul()
    
    Using this function is unsafe, because there's no way to know if the
    input contained a negative number. Remove the compat definition now
    that we do not use this function any longer.

 configure.ac        | 2 +-
 lib/compat/compat.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

commit 2bf4b48a9a6f7ddf854179b4b74013534e4594b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 28 18:33:08 2012 +0200

    Check parsed integers for out of range errors
    
    Verify that the numbers are not out of the range; i.e. that no negative
    values are allowed if not appropriate, and that no overflows occur.
    
    Closes: #580038

 debian/changelog            |  3 +++
 dpkg-deb/main.c             |  5 ++++-
 dpkg-split/info.c           |  4 ++++
 dpkg-split/main.c           |  5 ++++-
 dpkg-split/queue.c          |  8 +++++---
 lib/dpkg/parsehelp.c        | 16 ++++++++++++----
 lib/dpkg/pkg-format.c       |  7 +++++++
 lib/dpkg/version.h          |  3 ++-
 src/main.c                  | 29 ++++++++++++++++-------------
 src/statdb.c                |  8 +++++---
 utils/start-stop-daemon.c   | 23 +++++++++++++++--------
 utils/update-alternatives.c | 11 +++++++++++
 12 files changed, 88 insertions(+), 34 deletions(-)

commit 157d6447eee0da5e2e393e205dcdd0bcab404c30
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 28 18:33:08 2012 +0200

    Check parsed integers for invalid or no digit errors
    
    Verify that the string is not empty or does not contain trailing junk.

 debian/changelog            | 2 ++
 utils/start-stop-daemon.c   | 6 ++++--
 utils/update-alternatives.c | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

commit a740846d61052de1e05e1b02c194ab1e1c48855c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 23 09:04:39 2012 +0200

    dpkg: Use ohshit() instead of ohshite() on strtoul() error
    
    There's no guarantee that errno will be set for all error conditions
    checked.
    
    Regression introduced in commit 20e7af7b6ee4ab703b5d0e6f091fe3f565550a2b.

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1ef9aa10d6f72af4ba5ac669c4730e86f4d3c33
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 23 06:36:40 2012 +0200

    u-a: Rename and unify variable names for priority parsing code

 utils/update-alternatives.c | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

commit a204c6ecbdd61c5ec02492115e47087dff7ba2ba
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed May 16 18:38:18 2012 +0200

    French (Christian Perrier). Fixes a mistranslation and some inconsistencies reported by Vincent Danjean( thanks). Closes: #673158

 debian/changelog | 2 ++
 man/po/fr.po     | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 12b5b2c9df466eae47a16bb604f854ca1da41f50
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri May 11 21:44:47 2012 +0200

    French translation update
    
    1980 translated messages, 70 fuzzy translations, 26 untranslated messages.

 man/po/fr.po | 360 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 230 insertions(+), 130 deletions(-)

commit 7786b93c8005b2f7a5a1043c2f07d06a80563e72
Author: Wookey <wookey@wookware.org>
Date:   Fri May 11 02:03:38 2012 +0200

    Add arm64 support to cputable
    
    [guillem@debian.org:
     - Change config.guess regex to not match on aarch64_be. ]
    
    Closes: #672408
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 cputable         | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

commit 3ff54ce48187f34b6c8d837acd9b3630ef44e0a3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 7 05:41:43 2012 +0200

    dpkg-scanpackages: Remove obsolete --udeb option

 debian/changelog                    |  1 +
 doc/README.feature-removal-schedule | 14 +++++++-------
 man/dpkg-scanpackages.1             |  6 ++----
 scripts/dpkg-scanpackages.pl        | 12 +++---------
 4 files changed, 13 insertions(+), 20 deletions(-)

commit a22c0eb2dc5d6cc62e6142db6a2bc489bfa815cc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 7 05:05:53 2012 +0200

    dpkg-buildpackage: Remove deprecated support for PGP style interface

 debian/changelog                    |  2 ++
 doc/README.feature-removal-schedule | 18 ++++++++---------
 man/dpkg-buildpackage.1             |  6 ++----
 scripts/dpkg-buildpackage.pl        | 39 +++++++------------------------------
 4 files changed, 20 insertions(+), 45 deletions(-)

commit 8f760cb1a79d18ab97b6fe4dc794aaca0fc9bae3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 05:07:35 2012 +0200

    Use new str_is_set() instead of ad-hoc checks

 lib/dpkg/parsehelp.c | 2 +-
 lib/dpkg/version.c   | 5 +++--
 src/enquiry.c        | 5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

commit 49c76f6186d509eb53be7a5e99d7b23f1d0adc7f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 7 05:21:11 2012 +0200

    Use DPKG_BIT to define bit flags instead of literal octal values
    
    If we are defining bit flags, it's more natural to just name the bits
    by their index instead of using octal values.
    
    Use the opportunity to assign bit indices in increasing order, as some
    flags had been inserted in alphabetical/group order but keeping the
    other flag's values.

 lib/dpkg/atomic-file.h  |  2 +-
 lib/dpkg/debug.h        |  4 ++++
 lib/dpkg/dpkg-db.h      | 41 +++++++++++++++++++++--------------------
 lib/dpkg/ehandle.h      |  6 +++---
 lib/dpkg/parsedump.h    |  2 +-
 lib/dpkg/pkg-spec.h     |  8 ++++----
 lib/dpkg/trigdeferred.h | 10 +++++-----
 lib/dpkg/version.h      |  6 +++---
 src/configure.c         | 16 ++++++++--------
 src/filesdb.h           | 24 ++++++++++++------------
 10 files changed, 62 insertions(+), 57 deletions(-)

commit 546aae0e3cdf4ea68dbb6c156394d37f073a30a4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 6 04:37:22 2012 +0200

    dpkg: Make enum conffopt declaration private by moving to configure.c
    
    There's no other users, and no public function expecting such argument,
    so just hide this implementation detail where it belongs.

 src/configure.c | 19 +++++++++++++++++++
 src/main.h      | 18 ------------------
 2 files changed, 19 insertions(+), 18 deletions(-)

commit 8636dd428357d4e6e754191628e1e7813e7ee17c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 6 04:29:23 2012 +0200

    libdpkg: Add new DPKG_BIT macro

 lib/dpkg/macros.h | 7 +++++++
 1 file changed, 7 insertions(+)

commit 91f647d66608b64ed4deda9577262f1c014fdb54
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 05:34:18 2012 +0200

    libdpkg: Use TRIGGERSFILEFILE instead of a literal string

 lib/dpkg/triglib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d4c03ebe985718615818c8ea68fff1db8b2730c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 9 01:04:23 2012 +0200

    libdpkg: Fold vercmp module into version module

 lib/dpkg/Makefile.am    |   1 -
 lib/dpkg/dpkg-db.h      |   8 ---
 lib/dpkg/vercmp.c       | 135 ------------------------------------------------
 lib/dpkg/version.c      | 112 +++++++++++++++++++++++++++++++++++++++
 lib/dpkg/version.h      |   5 ++
 po/POTFILES.in          |   2 +-
 scripts/Dpkg/Version.pm |   2 +-
 7 files changed, 119 insertions(+), 146 deletions(-)

commit 24953072b71b39c2e201f58c9ef34b24500aa457
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 05:32:06 2012 +0200

    libdpkg: Rename versionsatisfied3() to dpkg_version_relate()
    
    At the same time reorder the arguments and place the relation operator
    in the middle, which is a more natural way to express it.

 lib/dpkg/depcon.c    | 5 +++--
 lib/dpkg/dpkg-db.h   | 6 +++---
 lib/dpkg/libdpkg.map | 2 +-
 lib/dpkg/vercmp.c    | 6 +++---
 src/depcon.c         | 5 +++--
 src/enquiry.c        | 2 +-
 6 files changed, 14 insertions(+), 12 deletions(-)

commit 4f315d811d9a8ed271395b84caeab80b2c05f0fb
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 06:04:53 2012 +0200

    libdpkg: Rename versioncompare() to dpkg_version_compare()

 dselect/pkgdepcon.cc      | 11 ++++++-----
 dselect/pkglist.cc        |  2 +-
 dselect/pkgtop.cc         |  3 ++-
 lib/dpkg/dpkg-db.h        |  4 ++--
 lib/dpkg/libdpkg.map      |  2 +-
 lib/dpkg/parse.c          |  2 +-
 lib/dpkg/test/t-version.c | 44 ++++++++++++++++++++++----------------------
 lib/dpkg/vercmp.c         |  6 +++---
 src/archives.c            |  2 +-
 src/configure.c           |  4 ++--
 src/enquiry.c             |  2 +-
 src/processarc.c          | 11 +++++++----
 12 files changed, 49 insertions(+), 44 deletions(-)

commit a049e019af38a74732a6ee115a3628d864913e9c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 05:49:34 2012 +0200

    libdpkg: Rename vercmp module function variables

 lib/dpkg/dpkg-db.h | 10 +++----
 lib/dpkg/vercmp.c  | 81 +++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 57 insertions(+), 34 deletions(-)

commit d715ef554b79d6c5ccf7f82fcae9688330373440
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 04:37:55 2012 +0200

    libdpkg: Move enum dpkg_relation to version.h

 lib/dpkg/dpkg-db.h | 9 ---------
 lib/dpkg/version.h | 9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)

commit ef8c24b49ec8a14070b7a05d9503348b69f80867
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 04:32:22 2012 +0200

    libdpkg: Rework enum depverrel into new enum dpkg_relation
    
    Use more meaningful enum value names, and simplify them by having the
    minimum amount of values required.

 dselect/pkgdepcon.cc  |  2 +-
 dselect/pkgsublist.cc | 26 ++++++++++++++++++--------
 lib/dpkg/dpkg-db.h    | 27 +++++++++++----------------
 lib/dpkg/dump.c       | 14 +++++++-------
 lib/dpkg/fields.c     | 18 +++++++++---------
 lib/dpkg/vercmp.c     | 22 ++++++++++++++--------
 src/depcon.c          |  4 ++--
 src/enquiry.c         |  4 ++--
 src/packages.c        |  9 +++++----
 src/processarc.c      |  2 +-
 10 files changed, 70 insertions(+), 58 deletions(-)

commit b9d2ac6beb13f9e068d27529dc7e6af3e0fd1c00
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 5 04:59:39 2012 +0200

    libdpkg: Rename struct versionrevision to dpkg_version

 dselect/pkglist.cc        |  4 ++--
 lib/dpkg/dpkg-db.h        | 20 ++++++++++----------
 lib/dpkg/parsedump.h      |  2 +-
 lib/dpkg/parsehelp.c      |  8 ++++----
 lib/dpkg/test/t-version.c |  6 +++---
 lib/dpkg/vercmp.c         | 10 ++++++----
 lib/dpkg/version.c        |  4 ++--
 lib/dpkg/version.h        |  6 +++---
 src/enquiry.c             | 14 +++++++-------
 9 files changed, 38 insertions(+), 36 deletions(-)

commit 06ee559bfccf5e37746400699c70b2a49f787fb2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 8 05:57:56 2012 +0200

    libdpkg: Remove unused epochsdiffer()

 lib/dpkg/dpkg-db.h        | 2 --
 lib/dpkg/libdpkg.map      | 1 -
 lib/dpkg/test/t-version.c | 4 ++--
 lib/dpkg/vercmp.c         | 7 -------
 4 files changed, 2 insertions(+), 12 deletions(-)

commit b59f7a1fed55ca1abf1c095394153b70d1803a21
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 5 19:21:21 2012 +0200

    Update German translation of manual pages
    
    Update to 2087t0f3u.

 man/po/de.po | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit e6312fae5b69319125c83b77479bea3b21b7ec45
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 4 21:09:24 2012 +0200

    Update German translation of manual pages
    
    Update to 2085t0f5u.

 man/po/de.po | 981 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 557 insertions(+), 424 deletions(-)

commit 65821159e07209bbb77df62fd71930ea3cbe5da2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 17:56:36 2012 +0200

    build: Add new script to regenerate the local dpkg db

 db-regen | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 447dc6ef852b82130c5aa5c955bb3441efdcd64f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 17:53:18 2012 +0200

    build: Disable dpkg deb signature checking
    
    When dpkg is built with a different or non-default --sysconfdir, no
    dpkg.cfg will be read and as such deb signature checking will be enabled
    by default, making the tests fail. Just disable the signature checking
    preemptively.

 Test.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 332a1a4264c73743dfb48aa1840fb0c41be64afa
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 4 17:47:21 2012 +0200

    build: Run command needing elevated privileges with BEROOT
    
    Add two new aliases DPKG_DIVERT_ADD and DPKG_DIVERT_DEL.

 Test.mk                                       | 2 ++
 t-conflict-provide-replace-interface/Makefile | 2 +-
 t-conflict/Makefile                           | 2 +-
 t-control-no-arch/Makefile                    | 2 +-
 t-multiarch/Makefile                          | 9 +++------
 t-unpack-divert-hardlink/Makefile             | 8 ++++----
 t-unpack-hardlink/Makefile                    | 4 ++--
 7 files changed, 14 insertions(+), 15 deletions(-)

commit 82cb1c69c76202d8893b59d5df203f139b0c7d46
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 3 20:04:50 2012 +0200

    dpkg: Move maintainer script handling into a new script module

 po/POTFILES.in  |   1 +
 src/Makefile.am |   1 +
 src/help.c      | 287 -----------------------------------------------
 src/script.c    | 341 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 343 insertions(+), 287 deletions(-)

commit 8020732bb5a15a3d5b5dd2ef2ce35d83445fb20c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 3 17:21:22 2012 +0200

    Dpkg::Vendor::Debian: Do not mask PIE on m68k
    
    The reason for this feature being masked on m68k was unspecified
    breakage in openssh (see #451192), which does not appear to be present
    any more. As such there's no apparent reason to mask it any longer.
    
    Requested-by: Thorsten Glaser <tg@mirbsd.de>

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 3663423c2030b07b9682e9eba8a4af89a40ccf56
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 2 16:43:47 2012 +0200

    Add “gcc | c-compiler” to libdpkg-perl Suggests, due to Dpkg::Arch usage
    
    Do not add it as a hard dependency, as the library can be used on system
    where a compiler is really not appropriate.
    
    Closes: #671198

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

commit f4cd2a93681c40df7f35d82cff52c32ae4582bae
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 1 04:59:43 2012 +0200

    build: Use MKDIR_P instead of obsolete mkdir_p
    
    Autoconf provides an AC_PROG_MKDIR_P macro defining MKDIR_P which is
    called by AM_INIT_AUTOMAKE; the obsolete mkdir_p, currently aliased to
    MKDIR_P will disappear with automake 1.13.

 Makecheck.am                |  2 +-
 dpkg-split/Makefile.am      |  2 +-
 dselect/Makefile.am         |  2 +-
 dselect/methods/Makefile.am | 10 +++++-----
 man/Makefile.am             |  2 +-
 scripts/Makefile.am         |  6 +++---
 src/Makefile.am             |  6 +++---
 utils/Makefile.am           |  4 ++--
 8 files changed, 17 insertions(+), 17 deletions(-)

commit ee81253069c1cbf38d1724faa78e75c99223b5ae
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 1 04:41:20 2012 +0200

    s-s-d: Refactor pidfile writing into a new write_pidfile() function

 utils/start-stop-daemon.c | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

commit 4bcc6b8e0a587b432b145fafa642674607cddddd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 1 03:33:01 2012 +0200

    dpkg(1): Clarify when --force-conf* options cause action
    
    It was not clear before that some of these options only produce actions
    when the conffile has changed in the new package being installed.
    
    Closes: #391818
    
    Suggested-by: Sven Joachim <svenjoac@gmx.de>

 debian/changelog |  2 ++
 man/dpkg.1       | 33 ++++++++++++++++++---------------
 2 files changed, 20 insertions(+), 15 deletions(-)

commit 0aec21906fca0484e04225499037be4589af04a9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 30 23:44:02 2012 +0200

    doc: Add new frontend.txt file documenting some public interfaces
    
    For now document the database locking “interface”.
    
    Closes: #670897

 Makefile.am          |  1 +
 debian/changelog     |  2 ++
 debian/dpkg-dev.docs |  1 +
 doc/frontend.txt     | 24 ++++++++++++++++++++++++
 4 files changed, 28 insertions(+)

commit f3adc67ba5fcdc291c3dcc83eea1170a6764cbd1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 30 23:42:04 2012 +0200

    Add MiNT support to ostable and triplettable
    
    Requested-by: Thorsten Glaser <tg@mirbsd.de>

 debian/changelog | 2 ++
 ostable          | 1 +
 triplettable     | 1 +
 3 files changed, 4 insertions(+)

commit 56e2be58f7aa5571e44504bf8d08199ba81cf50f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 30 06:46:50 2012 +0200

    Dpkg::Arch: Move loaded table sentinels inside load table functions
    
    This makes sure no call site will miss the check and perform unneeded
    reloads.

 scripts/Dpkg/Arch.pm | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

commit 12b4fbe1d0a89dc861f499f3b39b6c6d46bb4d23
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 30 06:27:41 2012 +0200

    dpkg-parsechangelog(1): Add alternative changelog formats documentation
    
    Adapted from the policy manual.
    
    Closes: #584141

 debian/changelog          |  2 ++
 man/dpkg-genchanges.1     |  9 ++++----
 man/dpkg-gencontrol.1     |  8 +++----
 man/dpkg-parsechangelog.1 | 54 +++++++++++++++++++++++++++++++++++++++++++----
 man/dpkg-source.1         |  9 ++++----
 5 files changed, 64 insertions(+), 18 deletions(-)

commit cebaf7e0f2384969045c0484f5d8848d963d1988
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 29 05:21:45 2012 +0200

    dpkg-deb: Deprecate compressing .deb files with lzma
    
    The the format has several deficiencies that have been addressed by
    upstream in xz. Although unpacking will be kept being supported to
    handle existing lzma compressed .deb files.
    
    Issue a warning for now for the -Zlzma option value, the support for
    that value will get removed at a later point.

 debian/changelog                    |  6 ++++++
 doc/README.feature-removal-schedule | 10 ++++++++++
 dpkg-deb/main.c                     |  4 +++-
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 95bbdf3b1ae072ba31dd4442ef2c7630bbceea65
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 22:31:19 2012 +0200

    libdpkg: Fix comment header titles

 lib/dpkg/pkg-db.c  | 2 +-
 lib/dpkg/utils.c   | 2 +-
 lib/dpkg/version.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 24fcf03f02b0296b61ae62352b8744af13d61f97
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 22:22:36 2012 +0200

    libdpkg: Add missing symbols to the version script

 lib/dpkg/libdpkg.map | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 9e75e05a95475d2fcfdfaf744f9891979022624b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 27 17:43:25 2012 +0200

    Update German translation of manual pages
    
    Update to 2076t.

 debian/changelog |  3 ++-
 man/po/de.po     | 29 ++++++++++-------------------
 2 files changed, 12 insertions(+), 20 deletions(-)

commit 9706026c779d41d7c0cfca22e13c0cdfac93c2be
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 10:33:36 2012 +0200

    Bump version to 1.16.4

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit b9a009d61792c711dbd440b7cc3004d1b02569ed
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 10:10:43 2012 +0200

    Release 1.16.3

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

commit 9f3a12116f8512c38863c4eb858f91aaa1bad391
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 10:09:40 2012 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   92 +--
 dselect/po/ca.po        |  104 ++--
 dselect/po/cs.po        |  104 ++--
 dselect/po/da.po        |  104 ++--
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |   94 +--
 dselect/po/el.po        |   92 +--
 dselect/po/es.po        |  104 ++--
 dselect/po/et.po        |  104 ++--
 dselect/po/eu.po        |  104 ++--
 dselect/po/fr.po        |  108 ++--
 dselect/po/gl.po        |  104 ++--
 dselect/po/hu.po        |  104 ++--
 dselect/po/id.po        |  104 ++--
 dselect/po/it.po        |  104 ++--
 dselect/po/ja.po        |  104 ++--
 dselect/po/ko.po        |  104 ++--
 dselect/po/nb.po        |  104 ++--
 dselect/po/nl.po        |  104 ++--
 dselect/po/nn.po        |   92 +--
 dselect/po/pl.po        |  104 ++--
 dselect/po/pt.po        |  104 ++--
 dselect/po/pt_BR.po     |  104 ++--
 dselect/po/ro.po        |  104 ++--
 dselect/po/ru.po        |  104 ++--
 dselect/po/sk.po        |  104 ++--
 dselect/po/sv.po        |  104 ++--
 dselect/po/tl.po        |   92 +--
 dselect/po/vi.po        |  104 ++--
 dselect/po/zh_CN.po     |  104 ++--
 dselect/po/zh_TW.po     |   92 +--
 man/po/de.po            |  215 +++----
 man/po/dpkg-man.pot     |  795 ++++++++++++-------------
 man/po/es.po            |  213 +++----
 man/po/fr.po            |  216 +++----
 man/po/hu.po            |  853 +++++++++++++--------------
 man/po/ja.po            |  936 ++++++++++++++++--------------
 man/po/pl.po            |  878 ++++++++++++++--------------
 man/po/pt_BR.po         |  846 +++++++++++++--------------
 man/po/ru.po            |  856 +++++++++++++--------------
 man/po/sv.po            |  216 +++----
 po/ast.po               | 1292 +++++++++++++++++++++--------------------
 po/bs.po                | 1263 ++++++++++++++++++++--------------------
 po/ca.po                | 1299 +++++++++++++++++++++--------------------
 po/cs.po                | 1291 +++++++++++++++++++++--------------------
 po/da.po                | 1292 +++++++++++++++++++++--------------------
 po/de.po                |  344 +++++------
 po/dpkg.pot             | 1259 ++++++++++++++++++++--------------------
 po/dz.po                | 1280 ++++++++++++++++++++--------------------
 po/el.po                | 1281 ++++++++++++++++++++--------------------
 po/eo.po                | 1292 +++++++++++++++++++++--------------------
 po/es.po                | 1296 +++++++++++++++++++++--------------------
 po/et.po                | 1275 ++++++++++++++++++++--------------------
 po/eu.po                | 1295 +++++++++++++++++++++--------------------
 po/fr.po                | 1475 +++++++++++++++++++++++------------------------
 po/gl.po                | 1280 ++++++++++++++++++++--------------------
 po/hu.po                | 1280 ++++++++++++++++++++--------------------
 po/id.po                | 1290 +++++++++++++++++++++--------------------
 po/it.po                | 1313 +++++++++++++++++++++--------------------
 po/ja.po                | 1296 +++++++++++++++++++++--------------------
 po/km.po                | 1278 ++++++++++++++++++++--------------------
 po/ko.po                | 1294 +++++++++++++++++++++--------------------
 po/ku.po                | 1260 +++++++++++++++++++++-------------------
 po/lt.po                | 1276 ++++++++++++++++++++--------------------
 po/mr.po                | 1280 ++++++++++++++++++++--------------------
 po/nb.po                | 1290 +++++++++++++++++++++--------------------
 po/ne.po                | 1278 ++++++++++++++++++++--------------------
 po/nl.po                | 1280 ++++++++++++++++++++--------------------
 po/nn.po                | 1276 ++++++++++++++++++++--------------------
 po/pa.po                | 1259 +++++++++++++++++++++-------------------
 po/pl.po                | 1319 ++++++++++++++++++++++--------------------
 po/pt.po                | 1296 +++++++++++++++++++++--------------------
 po/pt_BR.po             | 1279 ++++++++++++++++++++--------------------
 po/ro.po                | 1296 +++++++++++++++++++++--------------------
 po/ru.po                | 1296 +++++++++++++++++++++--------------------
 po/sk.po                | 1295 +++++++++++++++++++++--------------------
 po/sv.po                |  342 +++++------
 po/th.po                | 1286 +++++++++++++++++++++--------------------
 po/tl.po                | 1276 ++++++++++++++++++++--------------------
 po/vi.po                | 1290 +++++++++++++++++++++--------------------
 po/zh_CN.po             | 1284 +++++++++++++++++++++--------------------
 po/zh_TW.po             | 1278 ++++++++++++++++++++--------------------
 scripts/po/ca.po        |   29 +-
 scripts/po/de.po        |   29 +-
 scripts/po/dpkg-dev.pot |   31 +-
 scripts/po/es.po        |   29 +-
 scripts/po/fr.po        |  104 +---
 scripts/po/pl.po        |   29 +-
 scripts/po/ru.po        |   29 +-
 scripts/po/sv.po        |   18 +-
 90 files changed, 31318 insertions(+), 29061 deletions(-)

commit f45abe4758e705b6c3231ba9a34ac066530b27e4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 05:30:00 2012 +0200

    dpkg: Add missing list and md5sums database file checks to --audit
    
    This will report about any package missing the list or md5sums files
    from the database, so that they can be reinstalled.

 debian/changelog |  1 +
 src/enquiry.c    | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

commit 63d60245748acb6095e8e28ae2d86bfffd2e9fad
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 05:25:08 2012 +0200

    dpkg: Switch struct badstatinfo value member to an union of int and char *
    
    This will allow to pass strings to the checkers.

 src/enquiry.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit 0e8bcc32c9f037a2ca60a10211a65e3b8cca6018
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 22 21:31:55 2012 +0100

    dpkg: Generate md5sums info files if none were present in the binary package
    
    This is the first step in allowing to verify installed package files
    consistency. Next step will be to track file metadata and then add
    options to verify the requested packages.
    
    Closes: #155676, #155799

 debian/changelog   |  2 ++
 src/Makefile.am    |  1 +
 src/filesdb-hash.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/filesdb.h      |  5 +++-
 src/processarc.c   |  3 +++
 5 files changed, 83 insertions(+), 1 deletion(-)

commit a9f88f151ce6918f141f4816870137a72a114b2b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 27 05:22:10 2012 +0200

    libdpkg: Do not return from 0 sized buffer_copy() w/o doing filtering
    
    This changes the function to handle the case of a caller specified 0 size
    in the same way as if the size requested was dynamic (-1), and there were
    0 bytes read, i.e. perform at least the initialization and shutdown of
    the filter so that it can compute any required value, if needed.
    
    As an optimization, given that we do not return early from the function
    anymore, do not allocate the buffer when the buffer size is 0.
    
    This comes up on 0 sized extracted files, which ended up w/o a computed
    hash.

 debian/changelog  | 3 +++
 lib/dpkg/buffer.c | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit ebb14a93370f6638a7e52145768b9a14c99ac3a1
Author: Ben Harris <bjh21@cam.ac.uk>
Date:   Sun Apr 22 22:04:58 2012 +0200

    Dpkg::Control: Fix memory leak due to objects not being garbage-collected
    
    When runnung a Perl script that repeatedly creates unreferenced
    Dpkg::Control objects, the perl process consumes memory without limit.
    
    A one-line sample:
    
      perl -MDpkg::Control -e 'Dpkg::Control->new while 1'
    
    It would be expected from a script like this to have a constant memory
    usage, as the Dpkg::Control objects are garbage-collected soon after
    being created. What happens instead, is that after running for thirty
    seconds, perl has consumed over 100 MiB of memory.
    
    By contrast, the same test using Dpkg::Index consumes a constant 6 MiB.
    
    This problem effectively means that a process can't operate on a large
    number of Dpkg::Control objects sequentially.
    
    The cause of the problem appears to be a circular reference between a
    Dpkg::Control::Hash and its contained tied hash. This patch explicitly
    breaks this loop when a Dpkg::Control::Hash is destroyed, following
    the advice in perlobj(1).
    
    Closes: #669012
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog             |  2 ++
 scripts/Dpkg/Control/Hash.pm | 27 +++++++++++++++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)

commit cbfeb218624f98459590c5537177fa48bfecb04d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 22 21:59:52 2012 +0200

    dpkg-gensymbols(1): Clarify that arch-wildcards are supported
    
    Change the examples to make use of arch-wildcards so that it's more
    obvious that those are supported.
    
    Closes: #670048

 debian/changelog      |  2 ++
 man/dpkg-gensymbols.1 | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 42a2f26ac7e167ede510892971440b7bbd476ba7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 26 19:20:04 2012 +0200

    Use new str_is_set()/str_is_unset() instead of ad-hoc checks

 lib/dpkg/command.c |  5 +++--
 lib/dpkg/dump.c    |  9 +++++++--
 lib/dpkg/fields.c  |  7 ++++---
 lib/dpkg/parse.c   |  5 +++--
 lib/dpkg/path.c    |  5 +++--
 lib/dpkg/pkg.c     | 19 +++++++------------
 src/configure.c    |  2 +-
 src/querycmd.c     |  3 ++-
 8 files changed, 30 insertions(+), 25 deletions(-)

commit d3727ed32d3f077b9d8f4c3dc335ab419f82eb6f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 26 19:19:49 2012 +0200

    libdpkg: Add new functions str_is_set() and str_is_unset()

 lib/dpkg/string.h | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit 36b09198e3c0d01fab7b5fe677dcf231d82c71d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 21 22:49:39 2012 +0200

    libdpkg: Namespace and uppercase enum pkg_format_type values

 lib/dpkg/pkg-format.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit e16fdfb6684ce9aa2457ac0241d601abc5366723
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Fri Apr 20 05:04:15 2012 +0200

    dpkg-divert: Add test case for ignored rename request from diverting package
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/t/100_dpkg_divert.t | 45 +++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 43 insertions(+), 2 deletions(-)

commit 148ed36543f85473517f6ebcc36c0d738a305776
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 20 04:56:06 2012 +0200

    dpkg-divert: Do not rename files owned by the diverting package
    
    If the file is already owned by the package diverting it, that will
    actually mess up the filesystem for no good reason, just ignore the
    request and issue a message stating so.
    
    Closes: #588077

 debian/changelog |  2 ++
 src/divertcmd.c  | 35 ++++++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 1 deletion(-)

commit fe00f27e0e168f745d8afe46b801a6bfd3879be1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 24 18:59:56 2012 +0200

    Fix build failure by balancing <>

 man/po/sv.po | 921 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 406 insertions(+), 515 deletions(-)

commit 9c12676b959642bd39e45d629151ed77e0d01af3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 24 18:58:41 2012 +0200

    Fix build failure by balancing <>

 man/po/es.po |  726 +++++++++++++++++++----------------
 man/po/fr.po | 1216 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 929 insertions(+), 1013 deletions(-)

commit daaddea8fe5f1a7e641d25e1e33b9e55a99c9639
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Apr 24 14:03:26 2012 +0100

    Fix typo: "same syntax than" → "same syntax as".

 debian/changelog             | 2 +-
 man/deb-shlibs.5             | 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 +-
 scripts/Dpkg/Control/Info.pm | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

commit d23666533c37dde9679097e64444cb683c0b0608
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Apr 24 14:01:11 2012 +0100

    Update Swedish translation.
    
    po/sv.po: 1032t0f0u.
    dselect/po/sv.po: 270t0f0u.
    man/po/sv.po: 2076t0f0u.
    scripts/po/sv.po: 518t0f0u.

 debian/changelog |    4 +
 dselect/po/sv.po |    8 +-
 man/po/sv.po     |  383 +++++++++------
 po/sv.po         | 1408 ++++++++++++++++++++++++++----------------------------
 scripts/po/sv.po |   75 ++-
 5 files changed, 937 insertions(+), 941 deletions(-)

commit 6b04c0b4432dcaf4ed0adacf1f4821cc096ee317
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Apr 23 19:50:19 2012 +0200

    French manpages translation update
    
    1965 translated messages, 81 fuzzy translations, 30 untranslated messages.

 man/po/fr.po | 266 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 168 insertions(+), 98 deletions(-)

commit f5c61fee189d3fb8f17401c49348734d75f4d55a
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Apr 18 20:11:48 2012 +0200

    German dpkg translation update
    
    Update to 1032t.

 po/de.po | 1133 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 577 insertions(+), 556 deletions(-)

commit ad8db655a30b2d66ddbe0823ff75f477217f85ac
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Apr 18 20:11:23 2012 +0200

    German dselect translation update
    
    Update to 270t.

 dselect/po/de.po | 98 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

commit fd35aec4fa09a13d9c21174032c121d0aceb6d6d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 17 01:02:27 2012 +0200

    s-s-d: Fix --exec to work with relative arguments and --chdir
    
    Closes: #669047

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

commit db5604d792133b2d7b6647a723ec82b1c3bc58db
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 17 00:48:13 2012 +0200

    s-s-d: Refactor path concatenation into newpath()

 utils/start-stop-daemon.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

commit 762897ed406e0dc8cdd4eb529b04330612894207
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 14:06:25 2012 +0200

    Add x32 support to ostable, abitable and triplettable
    
    Closes: #667037

 abitable         | 1 +
 debian/changelog | 1 +
 ostable          | 1 +
 triplettable     | 1 +
 4 files changed, 4 insertions(+)

commit ad0cb5d13dc92e52f0a877b9af9839d04721a209
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 14:04:16 2012 +0200

    Dpkg::Arch: Add support for arch ABI attribute overrides
    
    For architectures where the ABI changes some attributes, like MIPS n32
    or AMD64 x32, the architecture bits do not match the ones from the cpu,
    so we need to override them.

 Makefile.am          |  6 +++++-
 abitable             |  9 +++++++++
 debian/changelog     |  1 +
 scripts/Dpkg/Arch.pm | 32 +++++++++++++++++++++++++++++++-
 4 files changed, 46 insertions(+), 2 deletions(-)

commit 01d00afaa426101553a226e60fdd7c64b98267ac
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 06:23:25 2012 +0200

    build: Line wrap dpkg_buildflags variable setting

 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit d4570062746784dd192fcc332de242532073a837
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 06:16:01 2012 +0200

    libdpkg: Simplify f_booleandefno() and f_multiarch() implementations
    
    This unifies the logic to match the rest of the dumping functions, by
    printing an optional field name, the value itself and an optional
    trailing newline. These two functions are somewhat special though,
    and the reason for the previous code layout, because they do not
    print the value if it is null and no field name has been requested.

 lib/dpkg/dump.c | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

commit 40b271afb08530aa4ec8b7c2b111f384f885e928
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 06:08:12 2012 +0200

    libdpkg: Use pdb_lax_version_parser instead of pdb_lax_parser in parse_db_version()
    
    Missed in commit f9fac280b7805165819ece32980841b7f6a39333.

 lib/dpkg/parsehelp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cfbcb0ac535f7970655a9aab6102f46608c39c1c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 05:38:20 2012 +0200

    libdpkg: Use compressor() accessor instead of intermediate variables

 lib/dpkg/compress.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 3e6ccfa7fdd693ba3f90a0bce9a512c7cb5ff42a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 05:37:20 2012 +0200

    libdpkg: Rename compressor_get() accessor to compressor()

 lib/dpkg/compress.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit a27effc5603bd0e58d648e096d96eb0adafc94e2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 04:06:00 2012 +0200

    u-a: Move altdb directory access functions near altdb code

 utils/update-alternatives.c | 64 ++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit 2f51ccafaa591e1175335e9893adfa781858d6af
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 04:07:20 2012 +0200

    u-a: Rename filter_altdir() to altdb_filter_namelist()

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9e176a05d94ab54f82ef1ce40f434b790ec96720
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 04:03:25 2012 +0200

    u-a: Move config_all() function near action handling code

 utils/update-alternatives.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 02415e5b2f1251249adc1789a9f6413013c69e99
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 04:03:25 2012 +0200

    u-a: Rename config_all() to alternative_config_all()

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 538d668b477a13b27b5b3503d80f6f5057229611
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 04:58:56 2012 +0200

    u-a: Switch must_not_die boolean arguments to flags variables
    
    Using a bool as an argument for a function already taking several
    arguments is almost never a good interface, it's not clear from
    the call sites what it refers to and as such prone to confusion.

 utils/update-alternatives.c | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

commit 134791f7245e01f7d2d0a90bb8de2cda1097bdc6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 03:58:15 2012 +0200

    u-a: Move alternative_parse_fileset() modified argument to struct altdb_context

 utils/update-alternatives.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 0e13a18f4768f8c0f3b3660c1c810086007cc975
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 03:42:21 2012 +0200

    u-a: Rename altdb_interrupt_parsing() to altdb_parse_stop()

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d6dbd80a94abd65b65ec98064bbd5973764532d4
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 16 03:27:51 2012 +0200

    u-a: Merge display action handling into previous if/else block

 utils/update-alternatives.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 914322fcf132cce273fc46ee2ef15a10dddc5ee0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 15 22:42:21 2012 +0200

    Update German translation of manual pages
    
    Update to 2075t.

 man/po/de.po | 38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

commit a31e40a55aa8987dbfce4ac6fd53ef9fc14bcf07
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 09:35:50 2012 +0200

    u-a: Do not use trinary boolean operators with explicit bool result values
    
    Use explicit checks for the value we expect and just return the
    result of the boolean evaluation, or return explicitly from an
    unary conditional check.

 utils/update-alternatives.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 0d6a7f722890df451bd08a9545c74aa64615f1cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 08:53:18 2012 +0200

    u-a: Do not use strlen() to check for non-empty string in fileset_has_slave()
    
    We only need to check if the first character is not NUL, doing a
    strlen() is just wasteful.

 utils/update-alternatives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a27d879194bd5c9eb339eca4a58f2d79bf7942a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 07:11:57 2012 +0200

    u-a: Fold alternative_has_current_link() into alternative_get_current()
    
    There's no more alternative_has_current_link() callers, and this way
    we avoid doing redundant operations.

 utils/update-alternatives.c | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

commit cda883e56c3c208329e7bbb8ab903415414304e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 01:02:13 2012 +0200

    u-a: Do not use alternative_has_current_link() in alternative_is_broken()
    
    The code is calling alternative_get_current() later on in the function,
    and that one is implicitly calling alternative_has_current_link(), so
    just defer the check to avoid doing redundant operations.

 utils/update-alternatives.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 09575e301b6f9593b6fb5c41b9a3f8a59238eef6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 00:48:59 2012 +0200

    u-a: Use current_choice instead of retrieving it again

 utils/update-alternatives.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit 16b6174995dadd3cb6f136603b8b2c4471b7e9c2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 10:02:57 2012 +0200

    Revert "dpkg-deb: Add epoch when needed to built package names"
    
    This reverts commit a354992c67411ed10499786012701faa33ed8565.
    
    There seems to be several tools with bogus assumptions about the format
    of binary package filenames, when they should either just be using the
    filenames from .changes files, the Filename field from Packages files,
    or the arguments from the command-line. Unforuntately all those bogus
    tools need to be fixed first before this change can be considered again,
    which right now gets in the way of the upcoming dpkg release.
    
    Also the matching change in dpkg-gencontrol was missing in that commit,
    which has been...
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 debian/changelog | 2 --
 dpkg-deb/build.c | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

commit b2cdea1f2c9abd3123067c04b0d04dd90b45c5f2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 15 06:26:34 2012 +0200

    dpkg-name(1): Change example to use dpkg-deb --build instead of dpkg --build

 man/dpkg-name.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 3d5278b47bc6aa9b1f665faab0328a39b03b18c4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 12 22:46:05 2012 +0200

    u-a: Move alternative loading logic before handling any action
    
    This moves all setup code before all actions are executed which will
    allow further refactoring, no behaviour change should happen due to
    this commit though.

 utils/update-alternatives.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

commit d22f160a5982e70c6fc9c7f6d9658630131ddbf0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 12 22:46:05 2012 +0200

    u-a: Refactor alternative update logic into alternative_update()

 utils/update-alternatives.c | 101 +++++++++++++++++++++++---------------------
 1 file changed, 54 insertions(+), 47 deletions(-)

commit 451b85ed51a7320d359b9235b1ed9e308a4936f8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 10 06:32:34 2012 +0200

    u-a: Refactor mode selection into alternative_select_mode()

 utils/update-alternatives.c | 60 +++++++++++++++++++++++++--------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

commit 441f04dcaa91f6e59ff8217f5c98b0e8a116a73c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 10 06:18:35 2012 +0200

    u-a: Move alt_map_obj setup logic into alternative_set_selections()

 utils/update-alternatives.c | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit c78e21281a15ca218182b18c3c891df901403e89
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 10 06:14:37 2012 +0200

    u-a: Refactor get selections into alternative_get_selections()

 utils/update-alternatives.c | 41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)

commit 1fcb0305c9378eb461db5a5a1b930270c6773824
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 14 07:11:08 2012 +0200

    build: Switch from --without- to --disable- for programs to be built
    
    The standard way to select if a specific component of the build is to
    be enabled or disabled is through --enable-foo and --disable-foo
    options, --with-foo and --without-foo are used for selecting external
    modules to be used.

 Makefile.am       |  2 +-
 README            | 10 +++++-----
 configure.ac      |  8 ++++----
 m4/dpkg-build.m4  | 22 +++++++++++-----------
 man/Makefile.am   |  6 +++---
 src/help.c        |  2 +-
 utils/Makefile.am | 10 +++++-----
 7 files changed, 30 insertions(+), 30 deletions(-)

commit c627c85d54a292aea3dc083d8871783cb0825806
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 14 04:33:14 2012 +0200

    dpkg-deb: Do not arch-qualify package name on output
    
    There's no point in arch-qualifying the package name when printing it
    on build from dpkg-deb, as it does not need to be distinguished and the
    filename is informative and unique enough already.

 dpkg-deb/build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a354992c67411ed10499786012701faa33ed8565
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 14 04:26:52 2012 +0200

    dpkg-deb: Add epoch when needed to built package names
    
    The upstream part of the version can already contain colons, so there's
    no reason not to add it for the epoch, and this allows to store on the
    same directory packages with same version but different epoch.
    
    Closes: #551323

 debian/changelog | 2 ++
 dpkg-deb/build.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit a1f91e76a857ba48cd21d9b5ded3386e4a788990
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 13 21:50:09 2012 +0200

    Fix ordering of languages

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

commit ff134bdae7dc7fc9dae435d81b3604bc4e082b1b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 13 21:49:27 2012 +0200

    Correct spacing around … where necessary

 man/po/de.po | 76 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

commit b59adeffe194d25444adc1f433367fb6b354797c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Apr 9 21:56:51 2012 +0200

    Update German translation of manual pages
    
    Update to 2074t.

 man/po/de.po | 103 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 58 insertions(+), 45 deletions(-)

commit b7883f7836bbe7a329570a4fe83284bbc8829958
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 9 05:35:08 2012 +0200

    dpkg-split: Ignore minor format version number changes
    
    This unifies the behaviour with the deb binary format.

 debian/changelog  |  2 ++
 dpkg-split/info.c |  2 +-
 man/deb-split.5   | 13 +++++++------
 3 files changed, 10 insertions(+), 7 deletions(-)

commit 836d2e5c36efb5f7eacc718bec1d72b288960ea9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 9 02:49:51 2012 +0200

    dpkg-deb: Always build new format by default
    
    Remove possibility to change default deb format through a macro when
    building the source.

 dpkg-deb/dpkg-deb.h | 5 -----
 dpkg-deb/main.c     | 4 +++-
 2 files changed, 3 insertions(+), 6 deletions(-)

commit 1faa57aa18fbd23ae319c76ea20bae64954285bf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 05:06:05 2012 +0200

    dselect: Print unknown value in internerr() message
    
    Missed in commit 10f28a994805cd6f56d861dd81c9ba78612e5a43.

 dselect/pkgsublist.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d5682c6656c5b804c4a32f625dd4f672e71e07db
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 05:04:48 2012 +0200

    Use implicit __func__ in internerr() instead of explicit literal strings

 dselect/pkgcmds.cc    |  9 ++++-----
 dselect/pkgdisplay.cc | 13 +++++--------
 dselect/pkglist.cc    | 14 ++++++--------
 dselect/pkgtop.cc     |  2 +-
 lib/dpkg/buffer.c     | 12 ++++--------
 lib/dpkg/ehandle.c    |  6 +++---
 lib/dpkg/ehandle.h    |  7 ++++---
 src/depcon.c          |  3 +--
 8 files changed, 28 insertions(+), 38 deletions(-)

commit 3ce18b7b558a09a9e26b8e54c686c00b36c34b57
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 8 05:00:35 2012 +0200

    libdpkg: Define a __func__ fallback for old C++ modes
    
    If we are not using C++11, then define __func__ as __PRETTY_FUNCTION__
    if using GCC, or to the more widely available __FUNCTION__ otherwise.
    
    We do not bother with fallbacks for C because configure already makes
    sure the compiler has a working __func__ identifier.

 lib/dpkg/macros.h | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 364133dcd2ba8eaa7b25fee8017dcaf279b523a6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 7 20:27:02 2012 +0200

    Use a dot or ellipsis where appropriate instead of ..
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 doc/triggers.txt      | 2 +-
 dselect/main.cc       | 2 +-
 man/dpkg-gensymbols.1 | 6 +++---
 man/dselect.1         | 4 ++--
 src/processarc.c      | 2 +-
 src/statdb.c          | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

commit c13a013fd8778f9f558bedfb532c011dcb304394
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 26 05:47:43 2012 +0200

    Switch deb format version handling to use the new deb-version module
    
    This simplifies the parsing and checking and avoids having to treat the
    format versions as floats, which can cause parse errors depending on the
    locale (this only affected the old deb format).

 TODO                    |  1 -
 debian/changelog        |  3 +++
 dpkg-deb/extract.c      | 71 +++++++++++++++++++++++++++----------------------
 dpkg-split/dpkg-split.h |  5 +++-
 dpkg-split/info.c       | 17 +++++++-----
 dpkg-split/queue.c      |  6 ++++-
 6 files changed, 62 insertions(+), 41 deletions(-)

commit a44743e16e53c3ec812d48e0579344f447cf72dd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 26 05:10:57 2012 +0200

    libdpkg: New deb format version module

 lib/dpkg/Makefile.am          |  2 ++
 lib/dpkg/deb-version.c        | 58 ++++++++++++++++++++++++++++++++++++
 lib/dpkg/deb-version.h        | 37 +++++++++++++++++++++++
 lib/dpkg/test/.gitignore      |  1 +
 lib/dpkg/test/Makefile.am     |  1 +
 lib/dpkg/test/t-deb-version.c | 69 +++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in                |  1 +
 7 files changed, 169 insertions(+)

commit 33cccfc40ec4e199df77d8b9a835898e80fb3bfb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 6 06:44:58 2012 +0200

    s-s-d: Make pid_is_cmd() on the Hurd match on both argv[0] and argv[1]
    
    This is needed to be able to handle the cases of binaries and
    interpreted scripts, which cannot be distinguished reliably otherwise.
    
    Reported-by: Mats Erik Andersson <mats.andersson@gisladisker.se>

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

commit 89fe6c069aba567649ed43fc9ab36f6e42840781
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 6 06:42:00 2012 +0200

    s-s-d: Make all pid_is_exec() implementations get a struct stat
    
    This unifies the API across ports, simplifying the code and making it
    safer against changes in pid_is_cmd(), and makes it resilient against
    symlinks.
    
    This implies removing the generic fallback function that was only being
    used on the Hurd, replacing it with an explicit implementation, and
    modifying the KVM implementation to match on device and inode numbers
    instead of the filenames.

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

commit b6eca74a9592279528fdbe11e091e7f687c307b7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 6 04:43:33 2012 +0200

    Use submitter email address

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dcd1de01c47a4531eff58969955568f679a88563
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 3 07:18:16 2012 +0200

    Update usertags

 debian/usertags | 2 ++
 1 file changed, 2 insertions(+)

commit 71be5743d81ecd6514d7960f4b4b2d73c8040850
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 3 19:22:34 2012 +0200

    Update German translation of manual pages
    
    Use … instead of ... (everything is UTF-8 now)

 man/po/de.po | 148 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 74 insertions(+), 74 deletions(-)

commit 386033e2e3c95cd139a0325a94293dcab278651e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 3 19:12:04 2012 +0200

    Update German translation of manual pages and update/correct
    debian/changelog
    
    Update to 2072t.

 debian/changelog |  10 +-
 man/po/de.po     | 653 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 338 insertions(+), 325 deletions(-)

commit 2d468a6f5c4768f7d91f305d23f6b928e06f22b7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 3 19:05:20 2012 +0200

    Fix a typo in man/dpkg-buildflags.1.

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

commit 52ce9d90e663cb5b138055fb9e01f118202202da
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Apr 3 08:24:29 2012 +0200

    dpkg-source(1): improve section about fuzz being forbidden
    
    The minimal version information was completely irrelevant, as
    dpkg-source's internal implementation has always used "patch -F 0"
    to apply patches.
    
    Also reword the sentence to be more readable and on its own paragraph.

 man/dpkg-source.1 | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 7a3f3f94c895aa1e0e7b10dc1c8ffca698427044
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 3 05:50:05 2012 +0200

    dpkg-query(1): Document multiple paragraph command output order
    
    These will preserve the order of the packages specified on the argument
    list.

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

commit 5be7ef240c2f47fde8ae55a60e611d4199fa5c54
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 3 05:25:38 2012 +0200

    dpkg-buildflags: Remove redundant -Wformat-security from default flags
    
    This option is already implied by -Werror=format-security.
    
    Closes: #664964
    
    Suggested-by: Peter Eisentraut <petere@debian.org>

 debian/changelog              | 3 +++
 man/dpkg-buildflags.1         | 4 ++--
 scripts/Dpkg/Vendor/Debian.pm | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

commit b91478e1cf22b409fd0f584446c1f72882bc8743
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 3 04:38:16 2012 +0200

    dpkg-source(1): Document that patches are expected to apply w/o any fuzz
    
    Closes: #666752
    
    Based-on-patch-by: Luca Capello <gismo@debian.org>

 debian/changelog  | 3 +++
 man/dpkg-source.1 | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 15a60e22a9a42fea7d670e359a93b58188f3184b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 3 03:53:58 2012 +0200

    man: Remove author sections and comments
    
    These are already listed in the copyright comment header.
    
    Missed in commit 95ea2221c63137e50b50761d9b91ac43ebee3a09.

 man/dpkg-architecture.1   | 6 ------
 man/dpkg-checkbuilddeps.1 | 6 ------
 man/dpkg-divert.8         | 6 ------
 man/dpkg-source.1         | 1 -
 4 files changed, 19 deletions(-)

commit 07a2d8fe8bd154a0dfffe28d3ce81c68b9b86f30
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 2 07:18:28 2012 +0200

    Print errors while reading file list files on a new line
    
    Closes: #552517

 debian/changelog    | 2 ++
 lib/dpkg/progress.c | 9 ++++++---
 src/filesdb.c       | 1 -
 3 files changed, 8 insertions(+), 4 deletions(-)

commit 58d868951d927cc27128134b7ede34a30fa78cfd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 2 03:30:58 2012 +0200

    Move pkg_infodb_get_dir() and pkg_infodb_get_file() to infodb-format.c
    
    These functions have never belonged in the filesdb module, but were put
    there temporarily for convenience.

 src/filesdb.c       | 41 -----------------------------------------
 src/filesdb.h       |  4 ----
 src/help.c          |  1 +
 src/infodb-format.c | 32 ++++++++++++++++++++++++++++++++
 src/infodb.h        |  3 +++
 src/trigproc.c      |  1 +
 6 files changed, 37 insertions(+), 45 deletions(-)

commit 8e0c0d33d4cc2a91f1b8214ac1db894129f1d10a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 2 03:50:09 2012 +0200

    Rename pkgadmin*() to pkg_infodb_get_*()

 src/filesdb.c        | 17 +++++++++--------
 src/filesdb.h        |  6 +++---
 src/help.c           |  4 ++--
 src/infodb-access.c  |  4 ++--
 src/infodb-upgrade.c |  6 +++---
 src/processarc.c     |  8 ++++----
 src/querycmd.c       |  2 +-
 src/remove.c         |  8 ++++----
 src/trigproc.c       |  8 +++++---
 9 files changed, 33 insertions(+), 30 deletions(-)

commit d803a15517c39e6d95480f92807d7f6eda47d705
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 2 03:57:36 2012 +0200

    Change pkgadmindir() to initialize infodir itself
    
    This will guarantee there's never a time a call site can get NULL
    from the function, and detangles it from the in-core filesdb
    initialization.

 src/filesdb.c | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

commit e754765a6866050f8bb01f58a870e87181bc2bef
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Apr 2 19:09:40 2012 +0200

    French translation update for manual pages
    
    1903 translated messages, 121 fuzzy translations, 52 untranslated messages.

 man/po/fr.po | 259 ++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 178 insertions(+), 81 deletions(-)

commit 45fe25ed19dbd04bb42dfb5d7043570fe0e1417c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 1 14:37:31 2012 +0200

    man: improve French translation (partial review only)

 man/po/fr.po | 99 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 50 insertions(+), 49 deletions(-)

commit ad37fc9b564a3cabccbf8b169d461695483edad8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 1 13:37:26 2012 +0200

    Fix format string in French translation causing a build failure
    
    Regression introduced in commit d763efc9848c3c58cd6d5387f04954bfbe46205c.

 man/po/fr.po | 262 ++++++++++++++++-------------------------------------------
 1 file changed, 71 insertions(+), 191 deletions(-)

commit c5b7a167490c65019740f77e27e69582557bc2d9
Merge: d763efc98 38f8d606f
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Apr 1 12:03:41 2012 +0200

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 38f8d606fe1c51c4241c9fd614b8a4010711b2e7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 05:59:06 2012 +0200

    doc: Use the C file as source instead of the lex file
    
    Doxygen does not seem to handle lex source files nicely, but because the
    functions to document are marked in the header anyway, only those should
    end up in the final documentation.

 doc/Doxyfile.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit adf22adf156c7c81bc42eb59d4bf917a8e96ccf5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 06:07:42 2012 +0200

    libdpkg: Add JavaDoc module definitions
    
    Define different modules so that the functions are correctly grouped and
    shown in the documentation.

 lib/dpkg/ar.h           |  8 ++++++++
 lib/dpkg/arch.h         |  8 ++++++++
 lib/dpkg/atomic-file.h  |  8 ++++++++
 lib/dpkg/buffer.h       |  8 ++++++++
 lib/dpkg/command.h      |  8 ++++++++
 lib/dpkg/compress.h     |  8 ++++++++
 lib/dpkg/debug.h        |  8 ++++++++
 lib/dpkg/dir.h          |  8 ++++++++
 lib/dpkg/dpkg-db.h      |  8 ++++++++
 lib/dpkg/dpkg.h         | 17 +++++++++++++++++
 lib/dpkg/ehandle.h      |  8 ++++++++
 lib/dpkg/error.h        |  8 ++++++++
 lib/dpkg/fdio.h         |  8 ++++++++
 lib/dpkg/file.h         |  8 ++++++++
 lib/dpkg/glob.h         |  8 ++++++++
 lib/dpkg/i18n.h         |  8 ++++++++
 lib/dpkg/macros.h       | 13 +++++++++++++
 lib/dpkg/namevalue.h    |  8 ++++++++
 lib/dpkg/options.h      |  8 ++++++++
 lib/dpkg/parsedump.h    |  8 ++++++++
 lib/dpkg/path.h         |  8 ++++++++
 lib/dpkg/pkg-array.h    |  8 ++++++++
 lib/dpkg/pkg-format.h   |  8 ++++++++
 lib/dpkg/pkg-list.h     |  8 ++++++++
 lib/dpkg/pkg-queue.h    |  8 ++++++++
 lib/dpkg/pkg-show.h     |  8 ++++++++
 lib/dpkg/pkg-spec.h     |  8 ++++++++
 lib/dpkg/pkg.h          |  8 ++++++++
 lib/dpkg/progname.h     |  8 ++++++++
 lib/dpkg/progress.h     |  8 ++++++++
 lib/dpkg/string.h       |  8 ++++++++
 lib/dpkg/subproc.h      |  8 ++++++++
 lib/dpkg/tarfn.h        |  8 ++++++++
 lib/dpkg/test.h         |  8 ++++++++
 lib/dpkg/trigdeferred.h |  8 ++++++++
 lib/dpkg/triglib.h      |  8 ++++++++
 lib/dpkg/varbuf.h       |  8 ++++++++
 lib/dpkg/version.h      |  8 ++++++++
 38 files changed, 318 insertions(+)

commit 92ab877a1eebbe3777978042be07cf9ebc14fe1b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 08:37:54 2012 +0200

    libdpkg: Move compression command name macros from header to C file
    
    These are private macros, so there's no point in exporting them.

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

commit ef68aa87aa9e76a7c518d89ea94007919828cd8d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 04:43:05 2012 +0200

    libdpkg: Name pkgset variables in pkg_db_find_set() as setp and new_set

 lib/dpkg/pkg-db.c | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit b7ec9d8124449188686600c77aad912abea5cda0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 1 04:41:38 2012 +0200

    libdpkg: Fix typo and punctuation in comment

 lib/dpkg/pkg-db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 430bcfdb9ec8d755aadea41c1da16caca7e9bfce
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 23:33:15 2012 +0200

    Rename pif variables to pkgbin

 lib/dpkg/dpkg-db.h    |  4 +--
 lib/dpkg/dump.c       | 90 +++++++++++++++++++++++++--------------------------
 lib/dpkg/fields.c     | 64 +++++++++++++++++++-----------------
 lib/dpkg/parsedump.h  |  4 +--
 lib/dpkg/pkg-format.c |  6 ++--
 lib/dpkg/pkg-format.h |  2 +-
 src/archives.c        | 16 ++++-----
 src/help.c            |  4 +--
 8 files changed, 97 insertions(+), 93 deletions(-)

commit 067ac6ba868ef2fd37155009a49eb7e5bf6995dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 23:25:48 2012 +0200

    Rename pigp variables to pkg

 lib/dpkg/dpkg-db.h   |   2 -
 lib/dpkg/dump.c      | 130 ++++++++++++++++++++++++++-------------------------
 lib/dpkg/fields.c    |  62 ++++++++++++------------
 lib/dpkg/parsedump.h |   2 +-
 lib/dpkg/pkg-db.c    |  26 +++++------
 src/archives.c       |  10 ++--
 6 files changed, 116 insertions(+), 116 deletions(-)

commit 6431c053b78533afafb1193e1dc66391580e6eaf
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 21:55:05 2012 +0200

    Use cmp() == 0 instead of !cmp()

 dpkg-deb/extract.c        |  6 +++---
 dpkg-deb/info.c           |  2 +-
 dpkg-split/queue.c        |  2 +-
 dpkg-split/split.c        |  2 +-
 dselect/basecmds.cc       |  2 +-
 dselect/bindings.cc       |  4 ++--
 dselect/pkgcmds.cc        |  2 +-
 lib/dpkg/fields.c         |  2 +-
 lib/dpkg/options.c        | 13 ++++++++-----
 lib/dpkg/parse.c          |  2 +-
 lib/dpkg/triglib.c        | 10 +++++-----
 lib/dpkg/trignote.c       |  2 +-
 src/configure.c           | 10 +++++-----
 src/filesdb.c             |  3 ++-
 src/main.c                |  5 +++--
 src/processarc.c          |  4 ++--
 src/remove.c              |  9 +++++----
 src/trigcmd.c             |  4 ++--
 src/trigproc.c            |  2 +-
 utils/start-stop-daemon.c |  2 +-
 20 files changed, 47 insertions(+), 41 deletions(-)

commit 8ae0d0184d3f15ee1edc564d074f682a50f51730
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 1 09:49:16 2012 +0200

    libdpkg: fix some typos in comments

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

commit d763efc9848c3c58cd6d5387f04954bfbe46205c
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Mar 23 07:49:30 2012 +0100

    French translation update
    
    1881 translated messages, 138 fuzzy translations, 57 untranslated messages.

 man/po/fr.po | 254 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 168 insertions(+), 86 deletions(-)

commit e79afa8cc117460ccb0703f2372e5303c58ede2d
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Mar 23 07:40:47 2012 +0100

    French translation update for dselect
    
    Update to 270t

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

commit 314cce28edb12df93024ff73784fc170a46dd2ac
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Mar 23 07:39:02 2012 +0100

    French translation update for scripts
    
    Update to 518t

 debian/changelog |   3 ++
 scripts/po/fr.po | 133 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 74 insertions(+), 62 deletions(-)

commit 1a7d184fc65b91fc155d2724aad73b59aea8b9c8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 20:30:54 2012 +0200

    dpkg-divert: Check all dpkg-divert filename arguments
    
    This makes sure the filename is absolute and does not contain newlines.
    
    Closes: #21722

 debian/changelog        |  2 ++
 src/divertcmd.c         | 20 ++++++++++++++++----
 src/t/100_dpkg_divert.t |  8 +++++++-
 3 files changed, 25 insertions(+), 5 deletions(-)

commit 9305742ea75ee9b1fd58abf68c081b72692d3632
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 20:29:09 2012 +0200

    dpkg-divert: Use call_divert_badusage() to test for single arguments

 src/t/100_dpkg_divert.t | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit d3d0d1275b32972e23d9b6476335486576dc7be2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 20:04:48 2012 +0200

    dpkg-divert: Only check for --divert being absolute when setting it
    
    There's no point in checking it at --add time because even if it was
    not specified and it got constructed from filename, it can never be
    non-absolute as filename has already been checked for that.

 src/divertcmd.c         | 4 ++--
 src/t/100_dpkg_divert.t | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 58d27d80a71a7b8e346e41076a8b552ba8f9de53
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 05:55:56 2012 +0200

    Rename file iterator variables to iter

 src/filesdb.c  | 54 +++++++++++++++++++++++++++++++-----------------------
 src/filesdb.h  |  8 ++++----
 src/querycmd.c |  8 ++++----
 src/statcmd.c  | 16 ++++++++--------
 4 files changed, 47 insertions(+), 39 deletions(-)

commit 91b4afa50787ee56bb487ea82c03685bf6b0cf98
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 31 05:49:02 2012 +0200

    Rename iterfiles*() functions to files_db_iter_*()

 src/divertcmd.c | 12 ++++++------
 src/filesdb.c   | 12 +++++++++---
 src/filesdb.h   |  6 +++---
 src/querycmd.c  |  6 +++---
 src/statcmd.c   | 12 ++++++------
 5 files changed, 27 insertions(+), 21 deletions(-)

commit c489aa1327029b29e2fcb200f0ee977e2d665056
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 30 21:12:44 2012 +0200

    dpkg-query: Use literal format in printf call to allow compiler checks

 src/querycmd.c | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

commit ada8ee446e8b48d24bbf93aa446468fd9c4a76c2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 30 22:42:00 2012 +0200

    Rename informativeversion() to dpkg_version_is_informative()

 dselect/pkglist.cc   | 4 ++--
 dselect/pkgtop.cc    | 2 +-
 lib/dpkg/dump.c      | 6 ++++--
 lib/dpkg/libdpkg.map | 2 +-
 lib/dpkg/parsehelp.c | 2 +-
 lib/dpkg/pkg.c       | 4 ++--
 lib/dpkg/version.c   | 2 +-
 lib/dpkg/version.h   | 2 +-
 src/configure.c      | 2 +-
 src/depcon.c         | 2 +-
 src/enquiry.c        | 9 ++++++---
 11 files changed, 21 insertions(+), 16 deletions(-)

commit 538f2581689bf17193e23242cfc7bcd151d0993a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 30 22:42:00 2012 +0200

    Rename blankversion() to dpkg_version_blank()

 lib/dpkg/fields.c         | 2 +-
 lib/dpkg/libdpkg.map      | 2 +-
 lib/dpkg/pkg.c            | 4 ++--
 lib/dpkg/test/t-version.c | 6 +++---
 lib/dpkg/version.c        | 2 +-
 lib/dpkg/version.h        | 2 +-
 src/enquiry.c             | 4 ++--
 src/processarc.c          | 4 ++--
 src/remove.c              | 4 ++--
 9 files changed, 15 insertions(+), 15 deletions(-)

commit 607a75a63214059dcbc3159c0f9ad19871d81085
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 30 19:28:33 2012 +0200

    dpkg: Pass filenamenode to pkg_files_add_file() instead of string and flags

 src/filesdb.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit d922ead5fafd1447a0c97f7725b988f3f3fe064e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 28 06:10:56 2012 +0200

    libdpkg: Rename pkgiterator variables from i to iter

 lib/dpkg/pkg-db.c | 41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

commit aa68e845aef99d735c2c1da8651deb3fb0016086
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 28 06:01:59 2012 +0200

    u-a: Rename alternative_can_replace_path to alternative_path_can_remove

 utils/update-alternatives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit e7eccb30834f215e083c982c284521158d0878fb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 30 19:58:07 2012 +0200

    Fix coding-style

 doc/coding-style.txt                   |  4 ++--
 dpkg-deb/build.c                       |  6 +++---
 dpkg-deb/dpkg-deb.h                    |  2 +-
 dpkg-deb/main.c                        |  2 +-
 dselect/basecmds.cc                    |  6 ++++--
 dselect/dselect.h                      |  4 ++--
 dselect/pkglist.cc                     |  8 ++++----
 lib/dpkg/dpkg.h                        |  4 ++--
 lib/dpkg/dump.c                        |  2 +-
 lib/dpkg/mlib.c                        |  4 +++-
 lib/dpkg/options.c                     | 14 +++++++++-----
 lib/dpkg/options.h                     |  2 +-
 scripts/t/200_Dpkg_Shlibs/patterns.cpp | 20 ++++++++++----------
 src/filesdb.c                          | 12 ++++++------
 src/querycmd.c                         |  2 +-
 src/statdb.c                           | 10 +++++-----
 utils/start-stop-daemon.c              |  2 +-
 utils/update-alternatives.c            | 34 ++++++++++++++++++++--------------
 18 files changed, 76 insertions(+), 62 deletions(-)

commit c7b2fdd7f0459cae9159f194181338102beecd81
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 25 17:44:41 2012 +0200

    u-a: Check name and link arguments for all commands
    
    Closes: #665050

 debian/changelog            |  2 ++
 utils/update-alternatives.c | 29 +++++++++++++++++++++++------
 2 files changed, 25 insertions(+), 6 deletions(-)

commit dea55367975a289fe8aecc828976837824ae77b2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 24 15:36:38 2012 +0100

    libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()

 dpkg-deb/extract.c   | 2 +-
 dpkg-split/info.c    | 4 ++--
 lib/dpkg/ar.c        | 6 ++++++
 lib/dpkg/ar.h        | 2 ++
 lib/dpkg/libdpkg.map | 1 +
 5 files changed, 12 insertions(+), 3 deletions(-)

commit c0d7a6552b4c4adedb9a69ff0530c0d062c3e961
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 22 18:30:44 2012 +0100

    dpkg-deb: Do not look for newline beyond the buffer in read_line()
    
    Depending on how the stack grows read_line() could go beyond the end
    of the buffer when looking for a newline.

 debian/changelog   | 3 +++
 dpkg-deb/extract.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit c49aec380adb025f218f89366b775ef6166e7318
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 20 10:07:53 2012 +0100

    dselect: Use a new attribute array instead of separate attribute variables

 dselect/basecmds.cc |  8 ++++----
 dselect/baselist.cc | 55 +++++++++++++++++++++--------------------------------
 dselect/dselect.h   | 41 ++++++++++++++++++---------------------
 dselect/methlist.cc | 10 +++++-----
 dselect/pkginfo.cc  |  4 ++--
 dselect/pkgtop.cc   | 20 +++++++++----------
 6 files changed, 62 insertions(+), 76 deletions(-)

commit 7abdff8709a638213c477754dd6ddf61dfe6fe01
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 20:43:38 2012 +0100

    dselect: Use max() to compute total_width

 dselect/baselist.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit cb059163c2d975c2a3a8ac23cc7900ac325fe20b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 20:41:26 2012 +0100

    dselect: Move total_width initialization from derived classes to baselist

 dselect/baselist.cc   | 3 +++
 dselect/methlist.cc   | 4 ----
 dselect/pkgdisplay.cc | 3 ---
 3 files changed, 3 insertions(+), 7 deletions(-)

commit c594b0dc8ae68913e8a391feabc77a7a34d91ce3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 20 09:48:51 2012 +0100

    dselect: Move gap_width from derived classes to baselist

 dselect/baselist.cc   | 2 ++
 dselect/dselect.h     | 1 +
 dselect/methlist.cc   | 1 -
 dselect/method.h      | 2 +-
 dselect/pkgdisplay.cc | 2 --
 dselect/pkglist.h     | 2 +-
 6 files changed, 5 insertions(+), 5 deletions(-)

commit 5eca0227ae5d148cc2cbfcbd3404b87c7ad62c52
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 04:30:10 2012 +0100

    dpkg: Refactor code into new clear_deconfigure_queue() function

 src/archives.c   | 12 ++++++++++++
 src/archives.h   |  1 +
 src/processarc.c | 10 ++--------
 3 files changed, 15 insertions(+), 8 deletions(-)

commit f46879826a2133e33aca84071420980075ff549f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 04:25:55 2012 +0100

    dpkg: Move comment and assignment just before its related code block
    
    The related code blocks got split by the introduction of code inbetween
    in commit e5bf4b7412bb2a4e5ff33f128c3cb8dcd96fcfdb.

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

commit 989332906cfee13d7070d81c20445ff879d1381e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 03:47:41 2011 +0200

    dpkg: Rename <foo> to «pathname» in comments to not confuse doxygen
    
    Doxygen considers <word> as HTML markup text, and issues warnings on
    unknown keywords.

 src/cleanup.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit f5896a20bfbdb4dcb93d2aec0d350507d44e8445
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 18:13:08 2012 +0100

    Mark enum and struct member comments as doxygen descriptions

 dpkg-split/dpkg-split.h |  4 ++--
 lib/dpkg/dpkg-db.h      | 37 +++++++++++++++++++------------------
 lib/dpkg/parsedump.h    |  2 +-
 lib/dpkg/pkg-spec.h     |  6 +++---
 lib/dpkg/tarfn.h        | 24 ++++++++++++++++--------
 lib/dpkg/trigdeferred.h |  2 +-
 lib/dpkg/triglib.h      |  8 +++++---
 lib/dpkg/varbuf.h       |  2 +-
 src/archives.h          |  2 +-
 src/filesdb.h           | 36 +++++++++++++++++++-----------------
 src/main.h              |  6 +++---
 11 files changed, 71 insertions(+), 58 deletions(-)

commit f2ccc3a00f241afdf030718758a3ce0cb7e7428f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 04:19:02 2012 +0100

    doc: Use Unicode box drawing characters instead of ASCII art

 doc/triggers.txt | 61 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

commit 50e40bc7a44f02ca30b582b259a8307f95c1d38c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 21 04:17:50 2012 +0100

    Do not use `' quote pairs for non-translatable strings

 doc/triggers.txt                       | 133 ++++++++++++++++-----------------
 dselect/methods/Debian/Dselect/Ftp.pm  |   4 +-
 dselect/methods/disk/install           |   2 +-
 dselect/methods/disk/setup             |  56 +++++++-------
 dselect/methods/floppy/desc.floppy     |   2 +-
 dselect/methods/multicd/README.multicd |  30 ++++----
 dselect/methods/multicd/setup          |  58 +++++++-------
 dselect/pkgdepcon.cc                   |   4 +-
 dselect/pkglist.h                      |   6 +-
 src/archives.c                         |   8 +-
 src/cleanup.c                          |   3 +-
 src/help.c                             |  11 +--
 src/processarc.c                       |  20 ++---
 src/remove.c                           |  41 +++++-----
 14 files changed, 190 insertions(+), 188 deletions(-)

commit 10f28a994805cd6f56d861dd81c9ba78612e5a43
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 20 10:34:00 2012 +0100

    Clarify internerr() messages
    
    Print the bogus value that triggered the internal error, or simply
    reword unclear messages.

 dselect/main.cc       |  7 +++++--
 dselect/pkgcmds.cc    | 12 ++++++++----
 dselect/pkgdepcon.cc  |  2 +-
 dselect/pkgdisplay.cc | 13 ++++++++-----
 dselect/pkglist.cc    | 14 ++++++++------
 dselect/pkgtop.cc     |  2 +-
 lib/dpkg/compress.c   |  2 +-
 lib/dpkg/parse.c      |  2 +-
 lib/dpkg/pkg-db.c     |  2 +-
 lib/dpkg/varbuf.c     |  4 ++--
 src/help.c            |  3 ++-
 src/main.c            |  2 +-
 12 files changed, 39 insertions(+), 26 deletions(-)

commit 5e533730a245184145c794e04813a90ef5d20664
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Mar 21 18:17:20 2012 +0100

    German dselect translation update
    
    Update to 270t.

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

commit d14feeda6dcfe9aa2f3e6c40f956f75c6a0e2ada
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Mar 21 18:11:22 2012 +0100

    German dpkg translation update
    
    Update to 1027t.

 debian/changelog |  1 +
 po/de.po         | 67 ++++++++++++++++++++++++++------------------------------
 2 files changed, 32 insertions(+), 36 deletions(-)

commit f5f018750e080a6f0472b91f347a35025b664e3a
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Mar 20 20:03:57 2012 +0100

    Update French translation of program messages
    
    Update to 1027t.

 debian/changelog |   3 +-
 po/fr.po         | 208 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 116 insertions(+), 95 deletions(-)

commit bf825bc4316249721e2046a9b7fe8d725cd996e7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 09:54:13 2012 +0100

    Bump version to 1.16.3

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4b94e1c600cc8a17ac26d78d3201abde07ffe5fd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 09:05:01 2012 +0100

    build: Always use a local-db
    
    Up until recently the test suite could be run on older dpkg versions,
    but as new things get fixed and some behaviour changed, this stops
    being the case, a significant example of this is the multiarch tests.
    So the test suite should always require the latest dpkg git master.
    
    In addition running on the main database might damage it, for example
    if the local dpkg is not multiarch-aware but the main database contains
    multiple instances of packages.

 README               | 7 +------
 Test.mk              | 5 +----
 t-db/Makefile        | 2 --
 t-multiarch/Makefile | 2 --
 t-triggers/Makefile  | 3 ---
 5 files changed, 2 insertions(+), 17 deletions(-)

commit ec47fffa942e98dac325a257aa61fc9277fff77f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 07:27:54 2012 +0100

    Release 1.16.2

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

commit 6e9873756b9c162cd94b4d00cbfe5503a6ae46f8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 13 17:57:25 2012 +0100

    Update changelog entries

 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 1d345adc0d88657a10c070c85a6c02e8346ec787
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 07:27:01 2012 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  177 +-
 dselect/po/ca.po        |  190 +-
 dselect/po/cs.po        |  190 +-
 dselect/po/da.po        |  190 +-
 dselect/po/de.po        |  192 +-
 dselect/po/dselect.pot  |  179 +-
 dselect/po/el.po        |  186 +-
 dselect/po/es.po        |  190 +-
 dselect/po/et.po        |  181 +-
 dselect/po/eu.po        |  190 +-
 dselect/po/fr.po        |  190 +-
 dselect/po/gl.po        |  190 +-
 dselect/po/hu.po        |  181 +-
 dselect/po/id.po        |  190 +-
 dselect/po/it.po        |  190 +-
 dselect/po/ja.po        |  190 +-
 dselect/po/ko.po        |  190 +-
 dselect/po/nb.po        |  190 +-
 dselect/po/nl.po        |  190 +-
 dselect/po/nn.po        |  186 +-
 dselect/po/pl.po        |  190 +-
 dselect/po/pt.po        |  190 +-
 dselect/po/pt_BR.po     |  190 +-
 dselect/po/ro.po        |  190 +-
 dselect/po/ru.po        |  190 +-
 dselect/po/sk.po        |  190 +-
 dselect/po/sv.po        |  190 +-
 dselect/po/tl.po        |  186 +-
 dselect/po/vi.po        |  190 +-
 dselect/po/zh_CN.po     |  190 +-
 dselect/po/zh_TW.po     |  186 +-
 man/po/dpkg-man.pot     | 4888 ++++++++++++++++++++++++-----------------------
 man/po/es.po            |  186 +-
 man/po/fr.po            |  255 ++-
 man/po/hu.po            |  124 +-
 man/po/ja.po            |  186 +-
 man/po/pl.po            |  182 +-
 man/po/pt_BR.po         |  123 +-
 man/po/ru.po            |  124 +-
 man/po/sv.po            |  186 +-
 po/ast.po               | 2456 +++++++++++++-----------
 po/bs.po                | 2166 +++++++++++----------
 po/ca.po                | 2483 +++++++++++++-----------
 po/cs.po                | 2453 +++++++++++++-----------
 po/da.po                | 2470 +++++++++++++-----------
 po/de.po                |  766 ++++----
 po/dpkg.pot             | 2121 ++++++++++----------
 po/dz.po                | 2412 ++++++++++++-----------
 po/el.po                | 2454 +++++++++++++-----------
 po/eo.po                | 2438 ++++++++++++-----------
 po/es.po                | 2506 +++++++++++++-----------
 po/et.po                | 2364 ++++++++++++-----------
 po/eu.po                | 2476 +++++++++++++-----------
 po/fr.po                | 2573 ++++++++++++++-----------
 po/gl.po                | 2486 +++++++++++++-----------
 po/hu.po                | 2404 ++++++++++++-----------
 po/id.po                | 2438 ++++++++++++-----------
 po/it.po                | 2508 +++++++++++++-----------
 po/ja.po                | 2462 +++++++++++++-----------
 po/km.po                | 2394 ++++++++++++-----------
 po/ko.po                | 2461 +++++++++++++-----------
 po/ku.po                | 2203 +++++++++++----------
 po/lt.po                | 2348 ++++++++++++-----------
 po/mr.po                | 2394 ++++++++++++-----------
 po/nb.po                | 2455 +++++++++++++-----------
 po/ne.po                | 2390 ++++++++++++-----------
 po/nl.po                | 2407 ++++++++++++-----------
 po/nn.po                | 2329 +++++++++++-----------
 po/pa.po                | 2318 +++++++++++-----------
 po/pl.po                | 2480 +++++++++++++-----------
 po/pt.po                | 2502 +++++++++++++-----------
 po/pt_BR.po             | 2467 +++++++++++++-----------
 po/ro.po                | 2484 +++++++++++++-----------
 po/ru.po                | 2455 +++++++++++++-----------
 po/sk.po                | 2454 +++++++++++++-----------
 po/sv.po                | 2274 ++++++++++++----------
 po/th.po                | 2434 ++++++++++++-----------
 po/tl.po                | 2333 +++++++++++-----------
 po/vi.po                | 2440 ++++++++++++-----------
 po/zh_CN.po             | 2432 ++++++++++++-----------
 po/zh_TW.po             | 2430 ++++++++++++-----------
 scripts/po/ca.po        |  780 ++++----
 scripts/po/de.po        |    2 +-
 scripts/po/dpkg-dev.pot |  618 +++---
 scripts/po/es.po        |  772 ++++----
 scripts/po/fr.po        |  805 ++++----
 scripts/po/pl.po        |  792 ++++----
 scripts/po/ru.po        |  808 ++++----
 scripts/po/sv.po        |  656 ++++---
 89 files changed, 62437 insertions(+), 52204 deletions(-)

commit df43bb230376e1e5fc187b532dfd76ba327f286f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 07:41:32 2012 +0100

    Bump Standards-Version to 3.9.3 (no changes needed)

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

commit ed81506e07a7e5995672a115a161dd6de24088ca
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 11 20:05:46 2012 +0100

    Remove ~ from version checks in maintainer scripts
    
    It does not make sense to allow previous versions in maintainer scripts
    for dpkg releases.

 debian/dpkg.postrm | 2 +-
 debian/dpkg.prerm  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 0e71d799565747423d01b7d32bbf1da78ba90237
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 22 07:44:48 2011 +0100

    dpkg: Add --assert-multi-arch option
    
    This will allow us to query if the currently installed dpkg has
    multi-arch support.

 debian/changelog | 2 ++
 src/enquiry.c    | 8 ++++++++
 src/main.c       | 4 +++-
 src/main.h       | 2 ++
 4 files changed, 15 insertions(+), 1 deletion(-)

commit ffa1ec0502c8c34d5d51bff003f52b3cd732d875
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 18:54:19 2012 +0100

    libdpkg: Change pkg_db_get_pkg() to create new arch instances
    
    This allows the code to load several architecture package instances
    per package set.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/pkg-db.c | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

commit eb34e073e21c4ded1a1c53bae16e6c35ba4b94c6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 5 07:16:47 2012 +0100

    libdpkg: Find the correct package slot in the db for the parsed package
    
    This makes sure to pick the correct slot depending on whether we are
    parsing an update log, the status, available or a binary control file.
    
    For the status file we just use the slot matching the architecture.
    For update log and control file we pick the slot of the to be installed
    package, taking into account architecture cross-grading, and refusing
    bogus switches like multiple “Multi-Arch: same” instances into a single
    non-“Multi-Arch: same” one. For the available file we use the slot that
    will be the candidate for the selection.

 lib/dpkg/parse.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 137 insertions(+), 1 deletion(-)

commit 94a1d64a0ab0feeafac6426a5596bc65e9b14187
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 17 23:49:51 2012 +0100

    libdpkg: Change pkg_db_get_singleton() to return a better candidate
    
    When there's no installed instances, try to get a betted candidate,
    mostly for selection purposes.

 lib/dpkg/pkg-db.c | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

commit b66466c90a91f48602ed637e6be814be123f604c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 17 23:38:12 2012 +0100

    libdpkg: Mark not-installed non-arch-qualified selections for removal
    
    These do not make sense in a multiarch enabled world, and might cause
    those selections to be unreferencable from command-line interfaces when
    there's other more specific selections.

 debian/changelog |  1 +
 lib/dpkg/parse.c | 11 +++++++++++
 2 files changed, 12 insertions(+)

commit 4e774719005f1776f6ed4c1f5073f4fe1fbc4de2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 18 13:30:48 2012 +0100

    libdpkg: Always ignore older versions when parsing the available file
    
    To be able to get a proper candidate for dselect the latest version
    from the available file should always be selected, regardless of who
    is loading the file.

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

commit e73bc56d583a273c9430c98021faf49987eec0e2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 18 21:19:25 2012 +0100

    libdpkg: Add new enum parsedbtype
    
    This will allow to track more easily what's going on in the code, when
    having to distinguish between behaviour depending on the file being
    parsed.

 lib/dpkg/parse.c     | 20 ++++++++++++++++++++
 lib/dpkg/parsedump.h | 11 +++++++++++
 2 files changed, 31 insertions(+)

commit c30a50a8a1c755935952e1dcb55f0179acbaddc8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 18 15:18:27 2012 +0100

    libdpkg: Add new pdb_parse_update flag
    
    This allows to distinguish when the code is parsing the update log
    files, which should behave differently than simple status file parsing.

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

commit 63c7ba56e1e7fc629075fda14ff182a09c836a19
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 23:52:07 2012 +0100

    libdpkg: Rename pkgset_get_singleton() to pkg_db_get_singleton()
    
    Move it also from the pkg module to the pkg-db one. This private
    function might need to allocate a new package instance in the
    database in the future so it would belong in the pkg-db module,
    but more importantly it's used to access pkg-db objects directly.

 lib/dpkg/dpkg-db.h   |  2 +-
 lib/dpkg/libdpkg.map |  1 -
 lib/dpkg/pkg-db.c    | 28 +++++++++++++++++++++++++++-
 lib/dpkg/pkg.c       | 26 --------------------------
 4 files changed, 28 insertions(+), 29 deletions(-)

commit 806a7821b2efac4266724bb41ce1cfc0715d0b77
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 17 23:25:08 2012 +0100

    libdpkg: Consider M-A:same package without architecture fatal errors
    
    “Multi-Arch: same” packages require an actual architecture to be able
    to properly handle them, demand it.

 lib/dpkg/parse.c | 3 +++
 1 file changed, 3 insertions(+)

commit e2debc97e6bde36ef155a7f94179e054dfa2922a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 17 23:26:30 2012 +0100

    dpkg: Only allow setting selections for known packages

 debian/changelog | 2 ++
 src/select.c     | 6 ++++++
 2 files changed, 8 insertions(+)

commit 960ce492e95ea1555c2c18ca948118c291488f7c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Dec 15 10:28:30 2011 +0100

    dpkg: Do not try to disappear other packages from the same set
    
    Packages within a set can rightfully share files and should not
    be disappeared in the case where they share all the files.
    
    Closes: #652063
    
    Reported-by: Martin Pitt <mpitt@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c   | 7 +++++++
 src/processarc.c | 6 ++++++
 2 files changed, 13 insertions(+)

commit 81fbbcec494660401e943230d8e3c3c5f22feb6c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 21:38:07 2011 +0100

    dpkg: Upgrade the database automatically to the new multi-arch layout
    
    The upgrade is scheduled by explicit calls to pkg_infodb_upgrade() if
    the current database format version is less than the latest supported
    format or if the previous upgrade was interrupted.
    
    The upgrade goes as follows:
    - link all old files to their new names.
    - set <admindir>/info/format-new to 1.
    - remove all old files.
    - rename <admindir>/info/format-new to <admindir>/info/format.
    
    In case of abrupt interruption, the presence of <admindir>/info/format-new
    means the upgrade is not yet completed and it needs to be retried. In case
    of clean interruption with rollback, that file is removed after the old
    layout has been restored.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Designed-by: Guillem Jover <guillem@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/POTFILES.in       |   1 +
 src/Makefile.am      |   1 +
 src/archives.c       |   3 +
 src/infodb-upgrade.c | 247 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/infodb.h         |   1 +
 src/packages.c       |   3 +
 src/select.c         |   3 +
 7 files changed, 259 insertions(+)

commit cb6b4f6dbb80b8853fee7cd205a6c71b7f0a0414
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 02:14:02 2012 +0100

    t-db: Add database unit tests
    
    This checks the internal handling of the database.

 Makefile                                     |  1 +
 t-db/Makefile                                | 52 ++++++++++++++++++++++++++++
 t-db/db-bogus-dupe-diff-single/status        | 18 ++++++++++
 t-db/db-bogus-dupe-diff-single/updates/.keep |  0
 t-db/db-bogus-dupe-same-single/status        | 18 ++++++++++
 t-db/db-bogus-dupe-same-single/updates/.keep |  0
 t-db/db-bogus-multi-update/status            | 16 +++++++++
 t-db/db-bogus-multi-update/updates/0001      | 10 ++++++
 t-db/db-bogus-multi-update/updates/0002      |  9 +++++
 t-db/db-bogus-multi/status                   | 29 ++++++++++++++++
 t-db/db-bogus-multi/updates/.keep            |  0
 t-db/db-bogus-single/status                  | 19 ++++++++++
 t-db/db-bogus-single/updates/.keep           |  0
 t-db/db-cross-multi-update/status            | 10 ++++++
 t-db/db-cross-multi-update/updates/0001      | 10 ++++++
 t-db/db-cross-multi-update/updates/0002      | 10 ++++++
 t-db/db-cross-multi-update/updates/0003      |  9 +++++
 t-db/db-cross-single-update/status           |  9 +++++
 t-db/db-cross-single-update/updates/0001     | 10 ++++++
 t-db/db-cross-single-update/updates/0002     |  9 +++++
 t-db/db-dupe-multi/status                    | 20 +++++++++++
 t-db/db-dupe-multi/updates/.keep             |  0
 22 files changed, 259 insertions(+)

commit 69a5e4d5cbca41583dd6133a865bfb1c3edbc91f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 05:02:48 2011 +0100

    dpkg: Update on-disk database to use a multiarch compliant layout
    
    The usage of the new layout is conditional to a prior database
    upgrade that should write a version number greater than 0 in
    <admindir>/info/format.
    
    The file is parsed when needed from pkg_infodb_get_format().
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 po/POTFILES.in      |   1 +
 src/Makefile.am     |   4 ++
 src/filesdb.c       |   4 ++
 src/infodb-access.c |  11 +++++-
 src/infodb-format.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/infodb.h        |  10 +++++
 6 files changed, 139 insertions(+), 2 deletions(-)

commit 483a4cb09264e61a3bf772f3e9769979812fa537
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 15 18:39:06 2012 +0100

    dpkg: Allow shared files between Multi-Arch: same packages
    
    If all the already installed packages are synchronized, and the version
    to be installed is the same, then we check that the shared file has the
    same contents as what's already installed. Otherwise we blindly allow
    the updated package to replace the file.
    
    For conffiles, instead of checking against the on-disk version, we
    check instead against either:
    - the MD5 hash stored for any of the other configured instances of
      the package.
    - the MD5 hash of the already present .dpkg-new file for the
      unpacked instances of the packages.
    
    During removal, we only remove the file if it's not shared with other
    packages of the same set.
    
    During upgrade, we don't remove the file from other packages containing
    the same file if the package is part of the same set. We do this even
    for packages which are not “Multi-Arch: same” since there's only one
    .list controlg file for the package set and we should not modify it
    since it has already been written.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c   | 209 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 src/processarc.c |   4 ++
 src/remove.c     |  53 ++++++++++++--
 3 files changed, 246 insertions(+), 20 deletions(-)

commit 492b540e50e5908a2997eb819349b7599219167a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 19 02:04:10 2012 +0100

    build: Allow overriding global variables

 Test.mk | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 1f9649178b478dae19f8a99cc6118e3dd5d151ab
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 17:54:55 2012 +0100

    build: Add new debug DPKG_TESTSUITE_OPTIONS option

 README  | 4 ++++
 Test.mk | 4 ++++
 2 files changed, 8 insertions(+)

commit 1e6861ddcc27283b320e7e39a65ab851f56508e1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 21 13:35:33 2011 +0100

    dpkg: Store in tarcontext whether the pkgset is getting in sync
    
    This will be used later by the extraction code to know whether it should
    ensure consistency of shared files or not.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.h   |  2 ++
 src/processarc.c | 25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

commit 7e81416f7ff44452d186f8dad5b7312364cb6efa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 18 04:08:22 2012 +0100

    dpkg: Change debug output to always arch-qualify package names

 src/archives.c   | 10 +++++-----
 src/depcon.c     |  4 ++--
 src/help.c       | 12 ++++++------
 src/packages.c   | 12 ++++++------
 src/processarc.c | 14 +++++++-------
 src/remove.c     | 10 +++++-----
 src/trigproc.c   | 18 +++++++++---------
 7 files changed, 40 insertions(+), 40 deletions(-)

commit 76ef8595442c827dc8682666cd83e054ed8f81e4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 31 20:05:49 2012 +0100

    dselect: Change debug output to always arch-qualify package names
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/pkgcmds.cc    |  2 +-
 dselect/pkgdepcon.cc  | 24 +++++++++++++-----------
 dselect/pkglist.cc    |  6 +++---
 dselect/pkgsublist.cc | 11 ++++++-----
 4 files changed, 23 insertions(+), 20 deletions(-)

commit 754d49c0e6d62fe52449e6778b9ccb85284e9e0e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Mar 16 22:04:36 2012 +0100

    dpkg-divert: Improve ignored removal request message
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/divertcmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1a377f0de1c884b939e10d0f05c3527c89d5ec6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 17:58:52 2012 +0100

    Dpkg::BuildFlags: Use =head2 instead of =head
    
    This fixes a build failure with Test::Pod installed.
    
    Regression introduced in commit 78ffee002f47daed249e62778587383f2cd2a21a.

 scripts/Dpkg/BuildFlags.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e980967bcd2155f1f2fe132fbd7a528fb6a6e56
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 17:51:31 2012 +0100

    t-failinst-failrm: Pass -f to rm to avoid error due to no arguemnts

 t-failinst-failrm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 65c28bd6977e91e42ddb87ad386d6a60fe22d6d8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Mar 4 17:21:37 2011 +0100

    dpkg: Remove old control files on upgrade when needed for Multi-Arch change
    
    When we upgrade from “Multi-Arch: same” to something else (or vice versa)
    the layout used for the control files changes (pkg.foo vs pkg:arch.foo)
    and it means we must get rid of the old control files.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Reword comment and debug message. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/processarc.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit babadd90c56185bbe5daf7d66887519a5897dc85
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Feb 21 22:38:38 2011 +0100

    dpkg-divert: Properly handle diversions of shared files
    
    dpkg-divert does nothing if the same diversion is recorded multiple
    times. However when a diversion is removed, it does so even if
    the shared file is still in place.
    
    We change dpkg-divert's behaviour to ignore a diversion removal request
    until the diverted file is no longer owned by another package of the
    same package set.
    
    We also update the test-suite to provide a status file now that
    dpkg-divert reads it.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Handle missing DPKG_MAINTSCRIPT_ARCH when upgrading from old dpkg.
     - Split ignore removal logic into a new function. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/divertcmd.c         | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 src/t/100_dpkg_divert.t |  3 ++-
 2 files changed, 48 insertions(+), 1 deletion(-)

commit 6cfd1ce508f7a3073f015875e95ac46aecf52f50
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 12:06:23 2012 +0100

    dpkg: Pass filenamenode instead of fileinlist to cu_installnew()

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

commit 1309c6a7d3c5aa4a0094c0e12ba3aa60ae2c0a6d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 30 21:31:53 2012 +0100

    dpkg: Compute and track hashes for newly unpacked file
    
    This will be used for checksum generation at unpack time, and for shared
    file verification.

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

commit 3633c757db6929aa79a7201ab95100472325459b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 15 17:53:37 2012 +0100

    dpkg: Use fd_skip() instead of fd_read() on tarobject_skip_padding()

 src/archives.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit b634df88030148e44878794622f2cc07e191eb8f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 15 17:51:11 2012 +0100

    dpkg: Refactor skipping tarobject padding into new tarobject_skip_padding()

 src/archives.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit 571ab351cb9a7df6e94a7d0de2711a04afd4aaf6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 16 11:25:35 2012 +0100

    dpkg: Rename tarfile_skip_one_forward() to tarobject_skip_entry()

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

commit bec08b7fba7e0994572a9c70d062870ab1df1a29
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 15 06:24:24 2012 +0100

    dpkg: Refactor tar object extraction into new tarobject_extract()

 src/archives.c | 192 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 102 insertions(+), 90 deletions(-)

commit 78ffee002f47daed249e62778587383f2cd2a21a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Mar 16 08:40:52 2012 +0100

    Dpkg::BuildFlags: update embedded API changelog

 scripts/Dpkg/BuildFlags.pm | 4 ++++
 1 file changed, 4 insertions(+)

commit 485f62a722f0b7b56c3d8099f8812bc9788e1f7a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Oct 5 20:58:34 2011 +0200

    t-multiarch: New test covering replacement of a package by a foreign variant
    
    [guillem@debian.org:
     - Use DPKG_QUERY instead of DPKG for -L. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 28393ebc386b07734774a886958c17176ac97cec
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 22 10:43:47 2011 +0200

    t-multiarch: Ensure --force-depends also works with foreign packages
    
    Non-regression test for <https://bugs.launchpad.net/bugs/767634>.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit cf93b2ab196ad655cfd53f8c9d0ef49f7b67f5d1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 14 14:23:56 2011 +0000

    t-multiarch: Ensure that the auto-upgrade of the on-disk database works
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 8245af15af23eda74a700b7572f09dd894483896
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Mar 4 21:07:50 2011 +0000

    t-multiarch: Test that dpkg correctly renames info files
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 53e07873480f0d1009e6c4a2fb89fbaf24ed7a16
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 25 12:47:18 2011 +0000

    t-multiarch: Add tests for shared symlinks, shared devices, shared fifo
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Check common-file between failed unpacks. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

commit 83f185777921369cfd6dcc36d165aba649b1e95b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 25 10:00:12 2011 +0000

    t-multiarch: Test dpkg-query and dpkg --get-selections output
    
    Also tests that dpkg --set-selections works as expected with package
    specifiers.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Use binary:Package instead of PackageSpec dpkg-query variable. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit 71430834712dc5660476e11e798008308c8b91f2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 21 16:02:52 2011 +0000

    t-multiarch: Add tests for handling of triggers and diversions
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Use common_file instead of hardcoded path.
     - Remove /m-a/triggers at the right time so that no /m-a/ dir is leftover.
     - Remove duped DPKG_DIVERT.
     - Do not use BEROOT for DPKG_TRIGGER. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Test.mk              |   1 +
 t-multiarch/Makefile | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 113 insertions(+)

commit 3c3f65c95e20e2cea1a6e13708728c30a125252d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 21 10:21:23 2011 +0000

    t-multiarch: Add tests of co-installability for Multi-Arch: same with shared files
    
    Handle both regular files and conffiles.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 131 insertions(+)

commit f9026118d2d5f65c41f8314abaa213942c319070
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 21 07:42:27 2011 +0000

    t-multiarch: Add tests for handling of multiarch-arch dependencies
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 184 insertions(+)

commit 7de8c62211d167fb88bcee445e8dd454dd7a228b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 20 11:19:26 2011 +0000

    t-multiarch: Add tests for upgrades between Multi-Arch & Arch: all
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Use DPKG_QUERY instead of DPKG for -s. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

commit 9f33ba179a0b155b15f15afc55c91e276658fe12
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jan 19 14:30:27 2011 +0000

    t-multiarch: Add architecture crossgrade tests
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Change tests to enable cross-grade support. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit c674371d3fcfd0fe187181730e3085b789e770ea
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jan 19 14:30:27 2011 +0000

    t-multiarch: Add Multi-Arch packages (non-)co-installability tests
    
    * “Multi-Arch: same” are co-installable, the others are not.
    * “Multi-Arch: same” must be upgraded together or they can't be configured.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 697ff7fbfe988af8c0fbb2695f009d61f8e34fa1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 18 15:13:01 2011 +0000

    t-multiarch: Add basic installation tests of packages with a Multi-Arch field
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Remove duped -i in DPKG_INSTALL call, causing test to fail for
       unrelated reasons.
     - Remove BEROOT from arch add and remove dpkg commands. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 6300b05ed9063d63997741392d1e8a8bdd07eebe
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 18 14:37:11 2011 +0000

    t-multiarch: Ensure dpkg-deb --build refuses to build some invalid packages
    
    * “Multi-Arch: same” packages which would be “Architecture: all”.
    * Packages depending on arch-specific versions of other packages (only
      pkg:any is allowed for now).
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 79567f25f99dc6a41cb155fc7d157ec1566289f5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 18 14:28:49 2011 +0000

    t-multiarch: Generate dynamically all packages needed for tests
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-multiarch/.gitignore                  |  1 +
 t-multiarch/Makefile                    | 52 +++++++++++++++++++++++++++++++++
 t-multiarch/pkg-template/DEBIAN/control |  9 ++++++
 3 files changed, 62 insertions(+)

commit 69b4245a2f0d994aef3fab5f4644b308e416efcd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 14 16:07:26 2011 +0000

    t-multiarch: Add initial tests for dpkg architecture database
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Use a reference architecture db file, to handle newlines in output.
     - Do not use BEROOT for arch add and remove commands.
     - Add a .gitignore file.
     - Remove database on clean. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile               |  1 +
 t-multiarch/.gitignore |  1 +
 t-multiarch/Makefile   | 43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

commit 9c66079ee0ebac9c2d7115e88f30b2c2fad1dcc9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Mar 15 20:51:06 2012 +0100

    Update German translation of manual pages
    
    Update to 2076t.

 man/po/de.po | 164 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 96 insertions(+), 68 deletions(-)

commit 02f35a933a0fd5596d42130617e4c5644a7bda99
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 15 08:06:50 2012 +0100

    dpkg-query(1): fix small typo

 man/dpkg-query.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 26072450d7c31a1ea607dd34c3975e1389e38e67
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Mar 14 17:48:07 2012 +0100

    German dpkg translation update
    
    Update to 1016t.

 po/de.po | 1612 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 806 insertions(+), 806 deletions(-)

commit aee5795175fc5e09578c6d256537dc7313bae4c2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 4 12:09:34 2011 +0100

    dpkg: Add restrictions for configuration of a Multi-Arch: same package
    
    A “Multi-Arch: same” package can only be configured if all the other
    instances of the same package are synchronized (i.e. have the same
    unpacked version) and if they are in state where they can be configured.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Rework error strings.
     - Fix coding-style.
     - Check against <= stat_configfiles instead of < stat_halfinstalled.
     - Split unrelated check into different conditionals. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/configure.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit e5bf4b7412bb2a4e5ff33f128c3cb8dcd96fcfdb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 4 12:04:42 2011 +0100

    dpkg: Deconfigure other instances of the unpacked package
    
    When a new version of a “Multi-Arch: same” package is installed,
    the other instances that are not synchronized (i.e. which
    have a different version) must be deconfigured.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Ignore the package earlier if the package state is not correct.
     - Use enqueue_deconfigure() instead of ad-hoc code. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/processarc.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit ea97a8b27d958de7ddfea5e2be623d8d16e998c4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 24 11:59:35 2011 +0100

    dpkg: Update architecture check to allow foreign architectures
    
    Packages whose architecture has been whitelisted with
    --add-architecture do not need --force-architecture to be installed.
    
    Even foreign packages which are “Multi-Arch: no” can be installed
    provided that all their foreign dependencies are already satisfied.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/processarc.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 058c1fda3c5a6318a91500ec926c66e3fca5400e
Author: Steve Langasek <vorlon@debian.org>
Date:   Fri Feb 4 23:12:29 2011 +0100

    dpkg: Complete arch checking of package relationships in the resolver
    
    In places where the architecture qualifier of a dependency has not been
    validated before-hand (through usage of deppossi_pkg_iterator), add a
    manual verification.
    
    In both cases, the checks are not needed with the current rules where
    both Replaces and Breaks can only have “any” as architecture qualifier
    but for completeness, we put them nevertheless.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c | 4 ++++
 src/packages.c | 4 ++++
 2 files changed, 8 insertions(+)

commit 88fafba80656810a088247e9dafd3441d4bc028c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 13 03:21:22 2012 +0100

    dpkg: Do not force dependencies on dependtry >= 3, wait until >= 4
    
    To fix the non-working --force-depends-version (bug #57104) in
    commit c54fb50e3a08d467955856e81be178b712b7ebdb, a check for
    fc_dependsversion was added alongside the existing fc_depends for
    dependtry >= 3, as it could not be just replaced because there was
    no other code to pickup the fc_depends for that specific case in
    dependtry >= 4.
    
    Now that fc_depends always gets applied after all calls to
    deppossi_ok_found() have finished, it's safe to remove the misplaced
    fc_depends, so that it happens at dependtry >= 4, where it belongs.

 src/packages.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 870524717ed11420cedfbfd8712ebe0e0929d670
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 22 10:24:49 2011 +0200

    dpkg: Let --force-depends rescue the dependency check in all cases
    
    The logic that allowed --force-depends to do its job was embedded
    in deppossi_ok_found() but that function is no longer called
    when there are no packages matching the architecture restriction
    implied by the dependency. Due to the structure of the internal
    database this happens only with foreign packages.
    
    Instead of relying on deppossi_ok_found() we move the logic directly
    into dependencies_ok(), just at the end of the dependencies checks.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/packages.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 611bd3dddcdbf0ca4b9ea3edf90b9f0d0d963412
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Feb 19 09:52:17 2011 +0100

    dpkg: Make md5hash() a public function
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/configure.c | 5 ++---
 src/main.h      | 1 +
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 9269cfc8829f11914ea324d11dc96e8058dd1b2f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 22 17:20:30 2011 +0100

    dpkg: Update output commands to print package specifiers
    
    This affects --audit, --yet-to-unpack and --get-selections.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Adapt to new pkg_name API.
     - Only arch-qualify when unambiguous. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/enquiry.c | 9 ++++++---
 src/select.c  | 7 ++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

commit ee7131abcd7558158d03f5d2761d9e580161e43a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 04:43:29 2011 +0100

    dpkg: Use package specifiers for maintainer script arguments
    
    Replace pkg->set->name with pkg_name() and pkgbin_name().
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/cleanup.c    | 15 +++++++++++----
 src/processarc.c | 15 ++++++++++-----
 2 files changed, 21 insertions(+), 9 deletions(-)

commit 1a34570e755a93ecc7b9bf87b9f5e99c187b6dda
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 2 09:12:11 2011 +0100

    dpkg: Use package specifiers in statusfd and log messages
    
    The colon is often used as a separator but it is always preceded and/or
    followed by a space so that it's possible to distinguish between the
    colon used as a separator and the colon embedded in a package name
    (like in "libc6:amd64").
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dbmodify.c | 6 ++++--
 src/help.c          | 5 +++--
 src/packages.c      | 3 ++-
 src/trigproc.c      | 4 ++--
 4 files changed, 11 insertions(+), 7 deletions(-)

commit 43c2ba382cea6d774c91f9a7b8df7a7c550acfb0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 18:11:54 2011 +0100

    dpkg-query: Update output commands to print package specifiers
    
    This affects --list and --show. Also use package specifiers in the
    default output format and document this change in the manual page.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg-query.1 | 13 +++++++++----
 src/querycmd.c   |  8 ++++----
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 18d5286addfabd1c633194759fabd28694418f49
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 22 14:59:32 2011 +0100

    libdpkg: Drop legacy pkg_db_find() function
    
    Now that all the code has been converted to use alternatives or the
    newer variants of the function.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dpkg-db.h   | 1 -
 lib/dpkg/libdpkg.map | 1 -
 lib/dpkg/pkg-db.c    | 6 ------
 3 files changed, 8 deletions(-)

commit d04d596cd36bc590e798f06ee7dcd0386b1a37f5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 14 04:23:55 2012 +0100

    Update triggers support to understand multi-arch
    
    Instead of storing/parsing package names, we have to store/parse
    package specifiers that can include an architecture qualifier.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dump.c         |  2 +-
 lib/dpkg/fields.c       | 12 +++++++-----
 lib/dpkg/trigdeferred.l |  2 +-
 lib/dpkg/triglib.c      | 41 ++++++++++++++++++++++++++---------------
 src/trigcmd.c           | 23 ++++++++++++++---------
 5 files changed, 49 insertions(+), 31 deletions(-)

commit 45e1108cea1790e8173db246736896a3c5b3f7b0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 04:06:35 2012 +0100

    dpkg: Update commands and options to accept package specifiers
    
    This affects --ignore-depends, --configure, --remove, --purge,
    --triggers-only, --get-selections and --set-selections.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/main.c     | 13 ++++++++-----
 src/packages.c |  8 +++++++-
 src/select.c   | 22 +++++++++++++++++-----
 3 files changed, 32 insertions(+), 11 deletions(-)

commit c01c6fed6527d8c564c1805f2f3537afc739f2ba
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 5 19:26:24 2011 +0100

    dpkg-query: Update commands to accept package specifiers as arguments
    
    This affects --list, --show, --listfiles, --status, --print-avail
    and --control-path.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Adapt to new pkg_spec API.
     - Do not memset the pkg_spec array nor directly assign to flags member,
       use pkg_spec_init() instead.
     - Check for parse errors from pkg_spec_parse_pkg() and bail out.
     - Use psf_arch_def_wildcard instead of _native for -l and -W. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/querycmd.c | 39 +++++++++++++++++++++++++++++++++++----
 1 file changed, 35 insertions(+), 4 deletions(-)

commit 6e8dda4cdbcd3ed6057665496c5b48ef9a7fa580
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 23:43:28 2012 +0100

    dpkg-query: Only load the available file on -l or -W with new --load-avail
    
    Change the default behaviour of not loading the available file depending
    on whether arguments have been passed to the commands, to instead adding
    a new explicit option to let the user request the additional information
    from the available file.
    
    This is needed to avoid confusion given that with multiarch the
    available file can contain multiple instances for the same package.

 debian/changelog | 2 ++
 man/dpkg-query.1 | 8 ++++++--
 src/querycmd.c   | 8 ++++++--
 3 files changed, 14 insertions(+), 4 deletions(-)

commit 58e0ed5e77149b4e1569e448daa06c1345c71e6c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 19:41:26 2012 +0100

    libdpkg: Add functions to handle package specifiers
    
    Package specifiers are package names qualified with an architecture
    string ("pkgname:arch").
    
    If the package specifier uses patterns, it's possible to iterate the list
    of packages matching the specifier. Otherwise it's possible to retrieve
    the corresponding package from the database.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/Makefile.am |   2 +
 lib/dpkg/libdpkg.map |  13 +++
 lib/dpkg/pkg-spec.c  | 294 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-spec.h  |  81 ++++++++++++++
 po/POTFILES.in       |   1 +
 5 files changed, 391 insertions(+)

commit ff5ac5ced01817f584126fc157b07d3131b205c5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 14 06:02:13 2012 +0100

    Rework common badusage strings to allow for possible translation reuse
    
    Use cmdinfo long name instead of hard-coding it in the literal string,
    and reword some strings to make them more generally usable.

 dpkg-deb/build.c |  3 ++-
 dpkg-deb/info.c  |  5 +++--
 src/main.c       | 20 ++++++++++----------
 src/statcmd.c    |  2 +-
 4 files changed, 16 insertions(+), 14 deletions(-)

commit 977cb99bfdfad7195e8fb58d65d86f59858de795
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 14 05:54:37 2012 +0100

    dpkg: Use ohshit() instead of ohshite() on illegal names in --ignore-depends

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

commit 3313e8ba2be45894e03dfa96c5fa8c23f77f73a0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 14 03:51:15 2012 +0100

    libdpkg: Add new DPKG_ERROR_INIT macro

 lib/dpkg/error.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2b0b724368846bf6fb4bda70033dc04f1b85b85b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 7 23:35:15 2012 +0100

    libdpkg: Never return NULL from pkg_db_find_singleton()

 lib/dpkg/pkg-db.c | 3 +++
 src/enquiry.c     | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 463fbf8e9307de4eb7f8ccfb986c1ef835befec2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 19 17:22:59 2012 +0100

    libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch()
    
    The reworked function takes into account the architecture while comparing
    the packages, if that would make the package name output ambiguous.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/libdpkg.map |  2 +-
 lib/dpkg/pkg-show.c  | 25 +++++++++++++++++++++----
 lib/dpkg/pkg-show.h  |  2 +-
 src/querycmd.c       |  4 ++--
 src/select.c         |  2 +-
 5 files changed, 26 insertions(+), 9 deletions(-)

commit 77da8357e87b6d0d7f19fcdde1ff6c2ca38f4682
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 13 05:47:09 2012 +0100

    libdpkg: Move pkg_sorter_by_name() from pkg module to pkg-show
    
    The function is being used for showing purposes.

 lib/dpkg/pkg-show.c | 20 ++++++++++++++++++++
 lib/dpkg/pkg-show.h |  2 ++
 lib/dpkg/pkg.c      | 20 --------------------
 lib/dpkg/pkg.h      |  2 --
 src/select.c        |  1 +
 5 files changed, 23 insertions(+), 22 deletions(-)

commit f98c0a68a9a703eed65b633fb108c8d348f2325d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 13 05:03:12 2012 +0100

    libdpkg: Handle and ignore arch_empty in varbuf_add_archqual()

 lib/dpkg/arch.c        | 2 ++
 lib/dpkg/test/t-arch.c | 5 +++++
 2 files changed, 7 insertions(+)

commit 0fe94061309b2371dff1046330e005a5addcf15e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 11 20:19:51 2012 +0100

    Use new EMPTYHASHFLAG instead of EMPTY_HASH or literal string

 lib/dpkg/dpkg.h | 2 ++
 src/configure.c | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 657eb15066032a5da61f1040116844247071018d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 10 03:21:40 2012 +0100

    dpkg: Add --status-logger information to --help output
    
    Missed in commit 73dab65273c589b7eed823adab30870e77171bb8.

 debian/changelog | 1 +
 src/main.c       | 1 +
 2 files changed, 2 insertions(+)

commit 523a76971e3d810441e53da8c3e1a9f0c45fc04d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 9 20:09:29 2012 +0100

    Fix format string in German translation causing a build failure
    
    Regression introduced in commit af626e0273c7cb61cd9078ee518298ecb79b22b3.

 scripts/po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit af626e0273c7cb61cd9078ee518298ecb79b22b3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Mar 8 21:36:40 2012 +0100

    Update German scripts translation
    
    Update to 518t.

 scripts/po/de.po | 579 +++++++++++++++++++++++++++----------------------------
 1 file changed, 286 insertions(+), 293 deletions(-)

commit 4cc8a1748fc3d8b35cb35ea2c065c9269065b4d3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 8 01:51:33 2012 +0100

    dpkg-buildflags: Handle unknown architectures gracefully
    
    Give a warning and reset the abi-os-cpu tuple to empty strings.
    
    Closes: #663004

 debian/changelog              | 2 ++
 scripts/Dpkg/Vendor/Debian.pm | 5 +++++
 2 files changed, 7 insertions(+)

commit 3b334781a5dde43504bcc83ff7992d30fe15e21e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 23:50:08 2012 +0100

    dpkg: Use pkg_db_find_singleton() to get the dpkg package instance

 src/enquiry.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9fa906e106cf6412562870fc2645954a03eab966
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 19:00:44 2012 +0100

    libdpkg: Add package singleton retrieval support
    
    Singleton packages are the traditional package sets containing a single
    installed package instance, or none.

 lib/dpkg/dpkg-db.h   |  2 ++
 lib/dpkg/libdpkg.map |  2 ++
 lib/dpkg/pkg-db.c    | 19 +++++++++++++++++++
 lib/dpkg/pkg.c       | 26 ++++++++++++++++++++++++++
 4 files changed, 49 insertions(+)

commit 31a7dee81b5fe3f4f73019cbddd8bd8eb96d883b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 2 19:04:18 2012 +0100

    libdpkg: Add installed package instance tracking support

 lib/dpkg/dpkg-db.h        |  3 ++
 lib/dpkg/libdpkg.map      |  1 +
 lib/dpkg/pkg.c            | 24 ++++++++++++++
 lib/dpkg/test/t-pkginfo.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 107 insertions(+)

commit 12c3d6cfc4c0e34352d339fb8cb3b3f41f2f7a8c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 22:36:56 2012 +0100

    libdpkg: Add new pkgset_link_pkg()

 lib/dpkg/pkg.c | 14 ++++++++++++++
 lib/dpkg/pkg.h |  2 ++
 2 files changed, 16 insertions(+)

commit 905e3ecfea913c9a1fc652c2c5357febb3d59ebd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 5 06:57:14 2012 +0100

    libdpkg: Add new pkg_db_get_pkg()

 lib/dpkg/dpkg-db.h |  3 ++-
 lib/dpkg/pkg-db.c  | 21 ++++++++++++++++++++-
 2 files changed, 22 insertions(+), 2 deletions(-)

commit 0238c795df88925c6579f740c7681ade22e88625
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 23:45:46 2012 +0100

    libdpkg: Use arch_empty type to track missing architectures too
    
    The case when the Architecture field is not present is equivalent to
    the case of a present Architecture with an empty value, except for
    warning purposes. Track missing architectures on the in-core db w/o
    overloading arch_none to mean the same, so that we can distinguish
    truly unused pkginfo slots.

 lib/dpkg/parse.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit f434c2ef94388b71b07e5da47fdf5e994e716b8c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 23:44:59 2012 +0100

    libdpkg: Do not dump Architecture field for arch_empty
    
    This restores the previous behaviour as found in w_charfield().

 lib/dpkg/dump.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c444b201947b8f973f768c7c60d57095432eb9ad
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 22:14:34 2012 +0100

    Store Multi-Arch field after Architecture field in status file

 lib/dpkg/parse.c               | 2 +-
 scripts/Dpkg/Control/Fields.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit cd6389211b5657d40569df0c9765d34c3d46d985
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 28 20:46:19 2012 +0100

    dpkg-buildpackage: When using -A use 'all' as arch for the .changes filename
    
    When building only arch-indep binaries, name the .changes file using
    ‘all’ as architecture.
    
    Closes: #661638

 debian/changelog             |  2 ++
 scripts/dpkg-buildpackage.pl | 10 +++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 806dfa8237d9e1e3c80a8b096cb1496d930fd34d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 24 00:18:18 2012 +0100

    Install localized man pages from debian/rules
    
    Currently dh_installman does not handle distinct man pages depending on
    the full path, it only uses the filename, so the last match wins, which
    makes installation of localized man pages to be overridden by the
    original version, being that the last one listed.
    
    Move the localized man pages installation to debian/rules, which avoids
    a possible debhelper Build-Depends version bump (in case it was made to
    support such cases); but most important, it reduces duplication because
    the list of localized man pages is based on the original man pages list
    found in the .manpages debhelper config files.
    
    Regression introduced in commit d7c001aa6b3d49f1542df05cde60406be2e981ec.
    
    Spotted-by: Raphaël Hertzog <hertzog@debian.org>

 debian/dpkg-dev.manpages | 29 -----------------------------
 debian/dpkg.manpages     | 11 -----------
 debian/dselect.manpages  |  2 --
 debian/rules             | 10 ++++++++++
 4 files changed, 10 insertions(+), 42 deletions(-)

commit 6562fd805b4ad16126c31a3765ffe70ef068163a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 16:48:43 2012 +0100

    dpkg: Use pdb_parse_available in process_archive() on --record-avail
    
    When recording the available information from the binary package, we
    don't want it to possibly create a duplicate pkginfo entry with the
    same (but mixed) architecture, and having to cleanup the obsolete one.
    Instead we ignore the cross-grade slot finding logic, and just use the
    old available slot matching the architecture.

 src/processarc.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 71acbf2190556abaf00c62ad0afa24bd0bbab38c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 16:48:43 2012 +0100

    dpkg: Inline parsedb_force_flags() into process_archive()
    
    There's no much point in that function, and if we need to set additional
    flags we need most of the inline code anyway.

 src/processarc.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

commit 7860b58a857332a3090e99cae96347540e6f6dbe
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 13:04:28 2012 +0100

    dpkg: Move pkg_infodb_remove_file() before pkg_infodb_update_file()

 src/processarc.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit b3b9c95c458b45e8e2f6dbf1a64c37151dad9839
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 16:51:20 2012 +0100

    dpkg: Restore internal pkgset consistency on cross-grades
    
    When we have performed a cross-grade, the pkgset will end up with two
    pkginfo entries having the same architecture, which would mess up
    subsequent lookups. Blank the duplicated pkginfo entry which should
    only have a valid but now obsolete available member.

 src/processarc.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit e644728382ccff680bea248167529f5c4f899480
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 02:59:41 2012 +0100

    dpkg: Store Multi-Arch field in update log for newly installed packages
    
    This is needed to be able to find the correct slot where the package
    entry instance from the update log should be inserted to, specially
    when dealing with architecture cross-gradings.

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

commit 8e111a3190aabc9e487d26bb5565acc405d47aec
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 03:13:10 2012 +0100

    libdpkg: Do not reset pkginfo arch_next and set members in pkg_blank()
    
    These are used to link the different instances together in the pkg-db,
    and resetting them in pkg_blank() makes using this function not useful
    in code accessing the db, as it would unlink the instances from the db.
    
    Now that pkg_blank() does not initialize arch_next, pkgset_blank() has
    to do it instead.

 lib/dpkg/pkg.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit d397aea45e5d273565a96f68c844d58bff871c8a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 16:46:15 2012 +0100

    libdpkg: Do not use status setters on package constructors
    
    The setting should be unconditional, as we might be dealing with
    uninitialized memory.
    
    Accidental addition in commit 7db64047f18ae151d697c9e1d4b5fcf4abc6ae2b.

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

commit 35299ffa83bc6f6e7ded2672c27046e860c461ab
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 20:04:21 2012 +0100

    libdpkg: Use status setters when parsing packages into the in-core db
    
    This allows to track status changes.
    
    Missed in commit 7db64047f18ae151d697c9e1d4b5fcf4abc6ae2b.

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

commit 06844da0691c081dfa79e490d460f4f28be9b82a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 16:45:39 2012 +0100

    libdpkg: Add new pkg_copy_eflags()

 lib/dpkg/libdpkg.map | 1 +
 lib/dpkg/pkg.c       | 9 +++++++++
 lib/dpkg/pkg.h       | 1 +
 3 files changed, 11 insertions(+)

commit 7f942ae689000477f2adba796a6a6fbb3203d4b2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 17:10:21 2012 +0100

    libdpkg: Check that the queue and list unit tests store the correct pkg

 lib/dpkg/test/t-pkg-list.c  | 34 +++++++++++++++++-----------------
 lib/dpkg/test/t-pkg-queue.c | 16 ++++++++--------
 2 files changed, 25 insertions(+), 25 deletions(-)

commit 1173cbbf0e62710d986f3287dfae10d807f8aa31
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 17:10:21 2012 +0100

    libdpkg: Do not blank package on queue unit test
    
    The test is only testing for pointers to pkginfo.

 lib/dpkg/test/t-pkg-queue.c | 2 --
 1 file changed, 2 deletions(-)

commit e22a6f1095649448f7fcd599f88fe65953819c10
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 20 15:19:42 2012 +0100

    libdpkg: Make sure NDEBUG is never defined for the test suite

 lib/dpkg/test.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 3d1c24fc238d89d29747bd2239b48f031a18f9b7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 23 16:59:54 2012 +0100

    Enable --force-unsafe-io to speed up tests

 Test.mk | 2 ++
 1 file changed, 2 insertions(+)

commit 62b365c62a9a7da2e225df423eb2baea3cc414eb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 20:19:02 2012 +0100

    t-control-bogus: Test interpersed blank line in single package stanza
    
    This was fixed in dpkg commit e4cb12a710457b103a7544c4de5e9fc1b2bd24d8.
    
    Fixing: #308082

 t-control-bogus/Makefile                       |  5 +++++
 t-control-bogus/pkg-bogus-blank/DEBIAN/control | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+)

commit 9f70fbd7d58dbac3a4532bdc41e0938a785c6bc3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 20:18:09 2012 +0100

    t-control-bogus: Rename pkg-bogus to pkg-bogus-colon

 t-control-bogus/Makefile                                      | 10 +++++-----
 t-control-bogus/{pkg-bogus => pkg-bogus-colon}/DEBIAN/control |  0
 2 files changed, 5 insertions(+), 5 deletions(-)

commit c60d0f4f6f4f3d46b991edcf30372c6acf9e7c6b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 20:16:28 2012 +0100

    t-control-bogus: Test dpkg-deb checks for packages w/ bogus control files

 t-control-bogus/Makefile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit daaaa8703c49987c7da7b0eb18b39e7c6080529c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 19:22:42 2012 +0100

    t-split: Ignore pkg-split dir

 t-split/.gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 263cccc43d85f7e29de25ee7b495b7f6c083f11c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 05:07:28 2012 +0100

    t-option-dry-run: Purge pkg-normal before starting the tests

 t-option-dry-run/Makefile | 3 +++
 1 file changed, 3 insertions(+)

commit 867e9019573b03015ca3c23e09606de2e2cd01f8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 05:01:18 2012 +0100

    t-file-replaces-disappear: Add test-clean target

 t-file-replaces-disappear/Makefile | 2 ++
 1 file changed, 2 insertions(+)

commit befe1c74bf6824af4ca58d431d1ce8a3c38ea19e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 21 03:52:50 2012 +0100

    t-control-no-arch: Clear the available file to avoid missing arch warnings

 t-control-no-arch/Makefile | 2 ++
 1 file changed, 2 insertions(+)

commit 845455c123bd8b4e1720ac29cb9d7b414fdf421c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 25 10:00:12 2011 +0000

    Use extended regular expressions for stdout_has and stderr_has
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Test.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8d187b01c6071a28dfc9fc93c94dafb8223bba0a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 18:01:01 2012 +0100

    Add TEST_CASES support
    
    This allows to easily disable specific entries, and to add new entries
    w/o needing to modify the previous ones.

 Test.mk                                           |  1 +
 t-conffile-conflict/Makefile                      |  7 +++++--
 t-conffile-replaces-disappear/Makefile            |  8 ++++++--
 t-conffile-replaces-existing-and-upgrade/Makefile |  8 ++++++--
 t-conffile-replaces-existing/Makefile             |  8 ++++++--
 t-conffile-replaces-upgrade/Makefile              |  8 ++++++--
 t-conffile-replaces/Makefile                      |  8 ++++++--
 t-dir-shared-replaces-lost/Makefile               |  5 ++++-
 t-file-replaces-disappear/Makefile                |  8 ++++++--
 t-file-replaces/Makefile                          |  8 ++++++--
 t-filtering/Makefile                              | 15 +++++++++++----
 t-triggers/Makefile                               | 12 ++++++------
 12 files changed, 69 insertions(+), 27 deletions(-)

commit 3664b979bda864ea0ce42cab3ba81e5de1e9ec6d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 18:24:05 2012 +0100

    Switch TESTS entry assignments to appendings
    
    This allows to easily disable specific entries, and to add new entries
    w/o needing to modify the previous ones.

 Makefile | 118 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

commit 691533baa88d420d812d5953c8717fb70e46ecae
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 22 05:09:04 2012 +0100

    Allow using commands from dpkg build-tree

 README  | 2 ++
 Test.mk | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 1b2bd2da73be2467e1ee22c2e40ebf2d5b6f85c9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Feb 19 20:27:51 2012 +0100

    dpkg-maintscript-helper: fix debug output
    
    Print all the arguments instead of only the first one as long messages
    were cut over multiple lines, resulting in multiple parameters passed
    to the function.
    
    Reported-by: Maarten Bezemer <maarten.bezemer@gmail.com>

 debian/changelog                   |  1 +
 scripts/dpkg-maintscript-helper.sh | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 79b6ff514a2de9b8e52ed6a3a811c31c72a9a81c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 20:58:57 2012 +0100

    libdpkg: Add new pdb_deb_control parsedb flag
    
    This will allow to distinguish when we are dealing with a possible
    candidate for installation.

 lib/dpkg/dpkg-db.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit fdc613b3d8db77257d9cbf70296fd8c669bfc482
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 20:47:03 2012 +0100

    libdpkg: Refactor parsedb flags for standard operations into new aliases
    
    The three common operations are: parsing the status file, parsing the
    available file and parsing the control file from a binary package.
    
    This makes the code more obvious and will allow to change their values
    centrally.

 dpkg-deb/build.c    | 2 +-
 dpkg-deb/info.c     | 3 +--
 lib/dpkg/dbmodify.c | 9 +++------
 lib/dpkg/dpkg-db.h  | 5 +++++
 src/processarc.c    | 4 ++--
 src/update.c        | 7 ++-----
 6 files changed, 14 insertions(+), 16 deletions(-)

commit a9fd8b288a15f4ab03997c3f15ab6033c0bb0c82
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 18 20:19:38 2012 +0100

    dpkg: Relax --merge-avail Packages file parser to not fail on bogus versions
    
    This makes the behaviour consistent with the other Packages file
    action (i.e. --update-avail).
    
    Missed in commit 357ab385750c1cb657ff95c0b34ad0a6bf6d2cdf.

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

commit 3e7d58442197492f8da21179a2742c80b8ad4780
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 22:23:13 2012 +0100

    lidpkg: Use pkgbin instead of explicit installed member in pkg-format

 lib/dpkg/pkg-format.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 17629f3ce95e4fb7d71780e521a9d982f2b3c787
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 11 21:02:32 2012 +0100

    dselect: Remove unused readwrite variable
    
    Missed in commit 127ffc452f3d438be51f368c33ce3983874029ec.

 dselect/main.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7db64047f18ae151d697c9e1d4b5fcf4abc6ae2b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 15 03:34:27 2012 +0100

    Use new package status setters instead of direct assignments
    
    This does not apply for package constructors.

 lib/dpkg/parse.c          |  5 +++--
 lib/dpkg/pkg.c            |  6 +++---
 lib/dpkg/test/t-pkginfo.c |  5 +++--
 lib/dpkg/triglib.c        | 11 +++++++----
 lib/dpkg/trignote.c       |  9 ++++++---
 src/archives.c            |  5 +++--
 src/cleanup.c             | 20 +++++++++++---------
 src/configure.c           |  8 +++++---
 src/help.c                | 11 ++++++++---
 src/processarc.c          | 31 ++++++++++++++++---------------
 src/remove.c              | 28 +++++++++++++++++-----------
 src/select.c              |  5 +++--
 src/trigproc.c            | 25 +++++++++++++++++--------
 13 files changed, 102 insertions(+), 67 deletions(-)

commit c09a3a9797e096cfa78c97e414b0c2b7fdbb203e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 15 03:34:27 2012 +0100

    libdpkg: Add new package status setters

 lib/dpkg/libdpkg.map |  5 +++++
 lib/dpkg/pkg.c       | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 lib/dpkg/pkg.h       |  9 ++++++++-
 3 files changed, 59 insertions(+), 2 deletions(-)

commit e7c1c059ac417c0994a34c5e271174c938abb037
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 16 21:45:19 2012 +0100

    dpkg: Do not change package eflags on --audit
    
    Although the flags will never end up written back to disk, and there's
    currently only eflag_reinstreq, it's actually wrong to change their
    value during the audit.

 src/enquiry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 03a72bcae549d38bf8f7c5d803cb8fd4dc970aa5
Merge: 19897e872 b4691d529
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Feb 15 19:48:24 2012 +0100

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
    
    Conflicts:
            man/po/fr.po

commit 19897e8723eb751302dc918a7c8bcba9e1de55b0
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Feb 15 19:22:29 2012 +0100

    French translation update
    
    1961 translated messages, 82 fuzzy translations, 21 untranslated messages.

 man/po/fr.po | 82 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

commit b4691d5296ef7ed74a1385e2252ef4cbc3d2adb6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 15 11:45:07 2012 +0100

    Regenerate .pot files and merge .po files with them

 man/po/es.po    | 5845 ++++++++++++++++++++++++++----------------------
 man/po/fr.po    | 6578 ++++++++++++++++++++++++++++---------------------------
 man/po/hu.po    | 5216 +++++++++++++++++++++----------------------
 man/po/ja.po    | 5757 +++++++++++++++++++++++++-----------------------
 man/po/pl.po    | 5744 +++++++++++++++++++++++++-----------------------
 man/po/pt_BR.po | 5166 ++++++++++++++++++++++---------------------
 man/po/ru.po    | 5331 ++++++++++++++++++++++----------------------
 man/po/sv.po    | 5857 +++++++++++++++++++++++++++----------------------
 8 files changed, 23845 insertions(+), 21649 deletions(-)

commit 71d5f43adcd808e2348324f2718b6db70f2982de
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 14 20:05:59 2012 +0100

    man: Fix markup typo in French translation causing build failures
    
    Regression introduced in commit f7946eda042307afd5688cda355069ee3dcc285d.

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

commit f7946eda042307afd5688cda355069ee3dcc285d
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Feb 14 19:22:42 2012 +0100

    French translation update
    
    1946 translated messages, 95 fuzzy translations, 23 untranslated messages.

 man/po/fr.po | 88 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 51 insertions(+), 37 deletions(-)

commit aebc883480aa8ee4835a8fa145fbb5491f23a6b8
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Feb 12 19:22:56 2012 +0100

    Fix missing word and spelling error in dpkg-gencontrol(1)

 man/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f135ca4c8ef050e880f1e3cbb33433033d2059e9
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Feb 8 07:24:24 2012 +0100

    French translation update
    
    1923 translated messages, 112 fuzzy translations, 29 untranslated messages.

 man/po/fr.po | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit db15463b1eb1d45d6c0870a85f1f80aa2162d5eb
Author: Michał Kułach <michal.kulach@gmail.com>
Date:   Wed Feb 1 20:35:14 2012 +0100

    Polish translation update
    
    Update to 1023t

 debian/changelog |    1 +
 po/pl.po         | 1641 +++++++++++++++++++++++-------------------------------
 2 files changed, 707 insertions(+), 935 deletions(-)

commit 1c9f979eb7072dedb6d3fdf9179a13e2eddaa8e2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Feb 10 17:13:54 2012 +0100

    Update German translation of manual pages
    
    Update to 2074t.

 man/po/de.po | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit 2ff94236d0f47ba922e72105642970eacd0913c1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 8 21:17:56 2012 +0100

    Update German translation of manual pages
    
    Update to 2071t0f3u.

 man/po/de.po | 4899 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2452 insertions(+), 2447 deletions(-)

commit ada843781c82d947995365252f64c0568fe9d907
Author: Sam Morris <sam@robots.org.uk>
Date:   Wed Feb 8 10:54:41 2012 +0100

    dpkg-maintscript-helper(1): update definition of "lastversion/priorversion"
    
    Recommend usage of the version removing/renaming a conffile with a "~" suffix
    as "priorversion" parameter. This ensures that a locally rebuilt package
    will also trigger the operation on upgrade.
    
    Reported-by: Sam Morris <sam@robots.org.uk>
    Closes: #658854
    Improved-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog              |  4 +++
 man/dpkg-maintscript-helper.1 | 60 ++++++++++++++++++++++++++++---------------
 2 files changed, 43 insertions(+), 21 deletions(-)

commit 62fba736933019e54ed4ec975ffbfae7b3ca2b7e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Feb 8 10:25:50 2012 +0100

    deb-shlibs(5): <dependencies> use same syntax than Depends
    
    Document that the "dependencies" field within a shlibs file must use
    the same syntax than a "Depends" field in a binary control file.
    
    Reported-by: Niels Thykier <niels@thykier.net>
    Closes: #658696

 debian/changelog | 2 ++
 man/deb-shlibs.5 | 7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 71d2a57b302665415bb893e7fb9b8834cd638f48
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 7 19:21:17 2012 +0100

    Fix a untranslated string in French translation

 po/fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 71e6340cd6a68a45578f9404bd59f618423657c7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 7 19:15:49 2012 +0100

    dpkg-dev: install deb-origin.5 in package
    
    Commit 4007271e13b93de69ca566d3c01075acdad0827e forgot to install
    the new deb-origin.5 file in the dpkg-dev package.

 debian/dpkg-dev.manpages | 2 ++
 1 file changed, 2 insertions(+)

commit 95ea2221c63137e50b50761d9b91ac43ebee3a09
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 3 11:17:05 2012 +0100

    man: Drop AUTHORS sections in favor of comments in source
    
    This section usually contains copyright notices which can be updated quite
    often and thus generate useless work for translators. Furthermore this section
    was often confusing by mixing authors of the documented software and authors
    of the manual page.
    
    So instead of keeping this in the generated manual page, we move this
    information where it belongs, in a file comment header above the license
    information.
    
    This commit adds the copyright & license statements to all manual pages in
    comments at the top of each file. Information from the git history has been used
    where there was no pre-existing copyright statements.

 man/deb-control.5             | 23 ++++++++++++++++++++--
 man/deb-extra-override.5      | 17 ++++++++++++++++
 man/deb-old.5                 | 19 ++++++++++++++++++
 man/deb-origin.5              | 18 +++++++++++++++++
 man/deb-override.5            | 10 +++++++---
 man/deb-shlibs.5              |  5 ++++-
 man/deb-split.5               | 17 ++++++++++++++++
 man/deb-src-control.5         | 20 +++++++++++++++++--
 man/deb-substvars.5           | 28 ++++++++++++++++++---------
 man/deb-symbols.5             | 18 ++++++++++++++++-
 man/deb-triggers.5            | 18 +++++++++++++++++
 man/deb-version.5             | 30 ++++++++++++++++++-----------
 man/deb.5                     | 20 +++++++++++++++++++
 man/dpkg-architecture.1       | 20 +++++++++++++++++++
 man/dpkg-buildflags.1         | 27 +++++++++++++++++---------
 man/dpkg-buildpackage.1       | 33 +++++++++++++++++++------------
 man/dpkg-checkbuilddeps.1     | 19 ++++++++++++++++++
 man/dpkg-deb.1                | 26 +++++++++++++++++++------
 man/dpkg-distaddfile.1        | 26 +++++++++++++++++--------
 man/dpkg-divert.8             | 20 +++++++++++++++++++
 man/dpkg-genchanges.1         | 28 +++++++++++++++++++--------
 man/dpkg-gencontrol.1         | 29 ++++++++++++++++++----------
 man/dpkg-gensymbols.1         | 25 +++++++++++++++++-------
 man/dpkg-maintscript-helper.1 | 30 ++++++++++++++++-------------
 man/dpkg-mergechangelogs.1    | 23 ++++++++++++++++------
 man/dpkg-name.1               | 27 ++++++++++++++++----------
 man/dpkg-parsechangelog.1     | 30 +++++++++++++++++++----------
 man/dpkg-query.1              | 26 +++++++++++++++++++------
 man/dpkg-scanpackages.1       |  7 ++++++-
 man/dpkg-scansources.1        | 22 ++++++++++++++++++---
 man/dpkg-shlibdeps.1          | 33 +++++++++++++++++++------------
 man/dpkg-source.1             | 32 ++++++++++++++++++++----------
 man/dpkg-split.1              | 25 +++++++++++++++++-------
 man/dpkg-statoverride.8       | 24 +++++++++++++++++------
 man/dpkg-trigger.1            | 17 ++++++++++++++++
 man/dpkg-vendor.1             | 23 ++++++++++++++++------
 man/dpkg.1                    | 25 ++++++++++++++++++++++++
 man/dpkg.cfg.5                | 18 +++++++++++++++++
 man/dselect.1                 | 30 ++++++++++++++++++++---------
 man/dselect.cfg.5             | 18 +++++++++++++++++
 man/start-stop-daemon.8       | 30 +++++++++++++++++++++--------
 man/update-alternatives.8     | 45 +++++++++++++++++++++++--------------------
 42 files changed, 764 insertions(+), 217 deletions(-)

commit 708c788f95cc920b83b7d0dbe59919547994dd7f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 6 11:58:43 2012 +0100

    dpkg: When removing a foreign arch, only consider < halfinstalled an issue
    
    Packages in lesser states do not pose any problem for dependencies.

 src/main.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f765d25fb8364d10059ba3da5dc200b207dd4e05
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 16:24:54 2012 +0100

    dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package()

 src/trigcmd.c | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

commit de78783d962d2511dd8dd1dd34c4a0d03912ec2d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 15:11:13 2012 +0100

    libdpkg: Pass struct pkgbin to pkg_summary()

 lib/dpkg/pkg-format.c | 4 ++--
 lib/dpkg/pkg-show.c   | 6 +++---
 lib/dpkg/pkg-show.h   | 5 +++--
 src/enquiry.c         | 3 ++-
 src/querycmd.c        | 6 +++---
 5 files changed, 13 insertions(+), 11 deletions(-)

commit cd3fafbdaaaecfd7f7e4fdf681cb831cc19a41b2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 15:04:44 2012 +0100

    libdpkg: Add more test cases for arch module
    
    This covers dpkg_arch_add(), dpkg_arch_unmark() and
    varbuf_add_archqual().

 lib/dpkg/test/t-arch.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)

commit 14d0763f3ffbd5270115f3f75c7dc0bd7375d8d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 15:03:40 2012 +0100

    libdpkg: Return early from dpkg_arch_unmark()

 lib/dpkg/arch.c | 1 +
 1 file changed, 1 insertion(+)

commit 7ac9650539308e1f28465f024c5923ffbcd8b7dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 14:49:27 2012 +0100

    libdpkg: Change dpkg_arch_remove() to just unmark foreign architectures
    
    There's no point in removing the architecture from the actual list, as
    dpkg_arch_save() will only write out foreign architectures, and if code
    later looks for it, then it will be reintroduced. Rename the function
    to dpkg_arch_unmark() so that the name makes more sense.

 lib/dpkg/arch.c      | 14 +++++++-------
 lib/dpkg/arch.h      |  4 ++--
 lib/dpkg/libdpkg.map |  2 +-
 src/main.c           |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

commit 21c75543edb7e02a428f1adde0a15dd86fc613e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 14:47:28 2012 +0100

    libdpkg: Add test case for default shell on command_shell()

 lib/dpkg/test/t-command.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit bb854aa57be3642fe7d1b7e997f5899693703048
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 4 14:46:07 2012 +0100

    libdpkg: Add minimal triggers test case for trig_name_is_illegal()

 lib/dpkg/test/.gitignore  |  1 +
 lib/dpkg/test/Makefile.am |  1 +
 lib/dpkg/test/t-trigger.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

commit 66aad043c37faba49617a91a1070e3fba142b3a5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 3 04:20:18 2012 +0100

    dpkg: Refactor deconfiguration queueing into enqueue_deconfigure()

 src/archives.c | 23 +++++++++++++++--------
 src/archives.h |  1 +
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 7267b0e3c2eecac6663a17c02ad2a5af837eca65
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 3 04:29:08 2012 +0100

    dpkg: Rename push_conflictor() to enqueue_conflictor()

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

commit 315d710ab490a1d2aaf74b53d52358093cc25423
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 3 07:02:58 2012 +0100

    dpkg: Use pnaw_nonambig instead of pnaw_foreign on .list file open error
    
    Regression introduced in commit 0b8652b226a7601dfd71471797d15168a7337242.
    
    Spotted-by: Raphaël Hertzog <hertzog@debian.org>

 src/filesdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d0984e6e92d6e6d1fa3c9a3c81bdfd93315989d5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 3 03:55:11 2012 +0100

    dpkg: Fix memory leaks from deppossi iterators
    
    Regression introduced in commit b274b0d96da80ef162d45f800777f11b11defe91.

 src/depcon.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit cd7843a41cee103d2d722c0b5d98b3b5f4b5c53b
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Feb 1 20:03:05 2012 +0100

    Update Swedish translation in light of LP#368783.

 man/po/sv.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 349b17622f48743199113774c015eb25c51fd6ab
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 1 18:49:51 2012 +0100

    Update German translation of manual pages
    
    Update to 2096t.

 man/po/de.po | 46 ++++++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 22 deletions(-)

commit 0b8652b226a7601dfd71471797d15168a7337242
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 04:43:29 2011 +0100

    Change debug, progress and error output to use package specifiers
    
    Replace pkg->set->name with varbuf_add_pkgbin_name(), pkgbin_name() or
    pkg_name(). This only changes informative output, so no behaviour change
    should result from this.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dpkg-deb/build.c     |  4 +--
 lib/dpkg/dbmodify.c  | 17 +++++++----
 lib/dpkg/dump.c      | 14 ++++++++--
 lib/dpkg/parsehelp.c |  3 +-
 lib/dpkg/triglib.c   |  5 ++--
 src/archives.c       | 79 +++++++++++++++++++++++++++++++---------------------
 src/configure.c      | 49 +++++++++++++++++++-------------
 src/depcon.c         | 45 +++++++++++++++++-------------
 src/enquiry.c        |  3 +-
 src/errors.c         |  4 +--
 src/filesdb.c        | 18 ++++++------
 src/help.c           | 12 ++++----
 src/packages.c       | 50 ++++++++++++++++++---------------
 src/processarc.c     | 46 ++++++++++++++++++------------
 src/querycmd.c       | 15 ++++++----
 src/remove.c         | 35 +++++++++++++----------
 src/trigproc.c       | 46 ++++++++++++++++++------------
 17 files changed, 266 insertions(+), 179 deletions(-)

commit ff66f87ae809dfad6fe0f621f54a105b999e38b2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 03:08:35 2012 +0100

    dpkg: Pass struct pkgbin to namenodetouse()

 src/archives.c   | 9 +++++----
 src/configure.c  | 3 ++-
 src/help.c       | 5 ++++-
 src/main.h       | 3 ++-
 src/processarc.c | 5 +++--
 src/remove.c     | 4 ++--
 6 files changed, 18 insertions(+), 11 deletions(-)

commit 6fade1987b2a59b53a4f31c17fe5ba6ede9cf4a1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 1 02:55:18 2012 +0100

    dpkg: Pass struct pkgbin to log_action()

 src/configure.c  | 2 +-
 src/help.c       | 4 +++-
 src/main.h       | 2 +-
 src/processarc.c | 6 +++---
 src/remove.c     | 4 ++--
 src/trigproc.c   | 2 +-
 6 files changed, 11 insertions(+), 9 deletions(-)

commit 82f360f598ca21d7e51091b044484cddb07132d2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 18:11:54 2011 +0100

    libdpkg: Add virtual binary:Package field
    
    This will allow printing package specifiers on query format strings.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/pkg-format.c | 9 +++++++++
 man/dpkg-query.1      | 1 +
 2 files changed, 10 insertions(+)

commit 62467910df606a1daaea096f66018506a3ea451e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 31 19:57:18 2012 +0100

    dselect: Abort select action if any foreign architecture is enabled
    
    The selection code does not support multi-arch at all, so do not even
    try to run it if there's a foreign architecture configured.

 dselect/main.cc | 7 +++++++
 1 file changed, 7 insertions(+)

commit 2d0df68eede362de663c0862d3408530f428d473
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 31 19:35:51 2012 +0100

    Abort downgrade if the triggers db contains arch-qualified packages
    
    Older dpkg versions won't be able to parse the triggers file when
    there's arch-qualified package names, avoid getting into a broken
    state by aborting early.

 debian/dpkg.prerm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 33f45255ee45479a39c9e913223ddbb17d602aa9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 31 12:58:03 2012 +0100

    Move copyright information from --version output to file comment headers
    
    Having to keep this information twice is error-prone as it easily gets
    out of sync. Having to translate it is bothersome. It's not consistent
    across dpkg tools, some do print it some don't. It's currently not
    accurate, as the output would need to include the holders for all files
    that end up being part of the binary. And listing it in the --versions
    output is visually annoying and the wrong place.
    
    Just keep this where it belongs, at the file comment headers, above the
    license information.

 dpkg-split/main.c                  |  4 ++--
 dselect/main.cc                    | 10 +++-------
 scripts/changelog/debian.pl        |  6 +++---
 scripts/dpkg-architecture.pl       |  6 +-----
 scripts/dpkg-buildflags.pl         |  3 ---
 scripts/dpkg-buildpackage.pl       |  9 ++++-----
 scripts/dpkg-distaddfile.pl        |  5 ++---
 scripts/dpkg-genchanges.pl         |  7 +++----
 scripts/dpkg-gencontrol.pl         |  7 +++----
 scripts/dpkg-gensymbols.pl         |  6 ++----
 scripts/dpkg-maintscript-helper.sh |  5 -----
 scripts/dpkg-mergechangelogs.pl    |  2 --
 scripts/dpkg-parsechangelog.pl     |  7 +++----
 scripts/dpkg-shlibdeps.pl          | 12 +++++-------
 scripts/dpkg-source.pl             |  5 -----
 scripts/dpkg-vendor.pl             |  3 ---
 src/divertcmd.c                    |  5 -----
 src/statcmd.c                      |  4 ----
 src/t/100_dpkg_divert.t            |  2 +-
 utils/update-alternatives.c        |  5 -----
 20 files changed, 32 insertions(+), 81 deletions(-)

commit 9971d255b38c2dc0da40a3ec9c7cf4b1631366f8
Author: Cyril Brulebois <kibi@debian.org>
Date:   Mon Jan 30 13:53:44 2012 +0100

    build: Add missing files to test_data variable
    
    Regression introduced in commit fc372437a25080989c6ab788fe0382ef508739a4.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

commit e2afb266c663a5585a62bd3e111b0acf62966209
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jan 30 21:52:38 2012 +0100

    French manpages translation update
    
    1923 translated messages, 111 fuzzy translations, 30 untranslated messages.

 man/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 239df382bb456967e098db93e918f5592b059b27
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jan 30 21:49:46 2012 +0100

    French manpages translation update
    
    1923 translated messages, 111 fuzzy translations, 30 untranslated messages.

 man/po/fr.po | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit a872d19688a9d48f36bfb326386e024b5e2d0074
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Jan 29 15:16:53 2012 +0100

    Italian translation update
    
    1023t

 debian/changelog |   2 +-
 po/it.po         | 410 +++++++++++++++++++++----------------------------------
 2 files changed, 159 insertions(+), 253 deletions(-)

commit 42b5e9a9bf1a554af45e4873e9f07d694633e20d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 28 19:19:09 2012 +0100

    Update German translation of manual pages
    
    Update to 2096t.

 man/po/de.po | 295 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 159 insertions(+), 136 deletions(-)

commit bc9c9ce4819d68142819f590ffb9c9bb50dd8d64
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 28 19:00:33 2012 +0100

    Update German scripts translation
    
    Update to 529t.

 scripts/po/de.po | 93 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 51 insertions(+), 42 deletions(-)

commit 2b6e4e5f2667538d93d8a6beb92abaf2f6137191
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 24 11:59:44 2012 +0100

    dpkg-buildpackage: use build-arch and build-indep targets of debian/rules
    
    'build-arch' is used when building only arch-any binaries (-B)
    while 'build-indep' is used when building only arch-all binaries (-A).
    To avoid breaking too many packages, dpkg-buildpackages verifies that
    those targets are implemented by calling “make -f debian/rules -qn
    <target>” and ensuring that it doesn't fail with exit code 2. Otherwise
    it falls back to using the 'build' target.
    
    This fallback is a temporary measure until all packages have been
    converted to properly support the build-arch and build-indep targets.
    
    Acked-by: Guillem Jover <guillem@debian.org>

 debian/changelog             |  3 +++
 man/dpkg-buildpackage.1      | 20 ++++++++++++++------
 scripts/dpkg-buildpackage.pl | 26 +++++++++++++++++++++++++-
 3 files changed, 42 insertions(+), 7 deletions(-)

commit b274d61afd592336ea6215d4eb7b8d109819449f
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Jan 25 19:56:08 2012 +0100

    French translation update
    
    1921 translated messages, 111 fuzzy translations, 32 untranslated messages

 man/po/fr.po | 49 ++++++++++++++++++++++++++++++++++---------------
 1 file changed, 34 insertions(+), 15 deletions(-)

commit 6bd9c1396c24e8b0e517ae69bd80923f2a4a222c
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jan 24 19:23:45 2012 +0100

    French translation update
    
    1908 translated messages, 116 fuzzy translations, 40 untranslated messages.

 man/po/fr.po | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

commit 975ac670a1e9ad6ef94848716b603cbb1fb37a49
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 19:38:21 2011 +0100

    libdpkg: Keep Architecture in status entry for non-installed packages
    
    Packages which failed to install or which were removed might still
    appear in the status file because we retain the user selection (stored
    in pkginfo.pkgwant), and we need to keep the architecture field because
    that selection is really arch specific. If we drop the architecture
    field, dpkg might confuse this entry with the entry for the native
    architecture.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/pkg.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit bbd5801c99ffd0b117beaf4bf24f32fa797ece6a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 30 03:53:54 2011 +0100

    libdpkg: Pass pkgbin to trig_parse_ci callbacks
    
    [hertzog@debian.org:
     - Track pkgbin in struct trigfileint. ]

 lib/dpkg/triglib.c | 49 +++++++++++++++++++++++++++++--------------------
 lib/dpkg/triglib.h | 12 +++++++-----
 src/processarc.c   |  6 +++---
 src/remove.c       |  2 +-
 src/trigproc.c     | 14 ++++++++------
 5 files changed, 48 insertions(+), 35 deletions(-)

commit 08eeeadc5dec889446b354854d217570eac56123
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 22 19:42:35 2012 +0100

    dpkg: Rename infodb.c to infodb-access.c

 po/POTFILES.in                    | 2 +-
 src/Makefile.am                   | 4 ++--
 src/{infodb.c => infodb-access.c} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 4dea6fa540064c743f2be53a4a9e088fbb4c2b41
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 22 19:33:11 2012 +0100

    build: Move common headers to noinst_HEADERS
    
    Headers in _SOURCES variables are only used to track files to ship in
    the distribution tarball, as dependencies are automatically generated.
    So there's no point in the reduntant listings.

 src/Makefile.am | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 9fa95645690da284f425f3d7ddbfb19f59601766
Merge: 492fa0cb9 56b80c418
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Jan 20 22:30:32 2012 +0100

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 492fa0cb9764cc097756404070974b244a5cb329
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Jan 20 22:30:05 2012 +0100

    French translation update
    
    1903 translated messages, 117 fuzzy translations, 44 untranslated messages.

 man/po/fr.po | 80 +++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 52 insertions(+), 28 deletions(-)

commit 56b80c4189b23f2ea45887c6adaab5fefe264e62
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 20 20:48:38 2012 +0100

    Fix a typo

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

commit b9add7ccf6124dfb400ac3ef45507aceb25ccfe5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 20 20:27:08 2012 +0100

    Update German translation of manual pages
    
    Update to 2095t.

 man/po/de.po | 558 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 300 insertions(+), 258 deletions(-)

commit 96d823c6392f1cd02d1bd202974d2d3a6a142d9e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 20 19:39:17 2012 +0100

    Update German scripts translation
    
    Update to 528t.

 scripts/po/de.po | 72 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 40 insertions(+), 32 deletions(-)

commit 209a65a6ff9ebe53fe4eddaa1f297d3f8880904b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 20 08:51:46 2012 +0100

    dpkg-architecture(1): drop old info and document architecture.mk
    
    The backwards compatibility section contains information which is no
    longer relevant since dpkg-architecture has been available for ages now.
    Drop all the samples that were still using dpkg --print-architecture.
    
    On the other hand, add a reference to /usr/share/dpkg/architecture.mk
    since it can be used to properly retrieve all the variables exported
    by dpkg-architecture.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog        |   2 +
 man/dpkg-architecture.1 | 103 ++++++++++--------------------------------------
 2 files changed, 23 insertions(+), 82 deletions(-)

commit 0853919f5c968a9a914acb098be7749ba53c8f6d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 20 00:55:30 2012 +0100

    dpkg-shlibdeps: Improve and clarify superfluous linking warning messages
    
    Closes: #656496
    
    Based-on-patch-by: Peter Eisentraut <petere@debian.org>

 debian/changelog          |  2 ++
 man/dpkg-shlibdeps.1      | 13 ++++++++-----
 scripts/dpkg-shlibdeps.pl | 14 ++++++++------
 3 files changed, 18 insertions(+), 11 deletions(-)

commit 2446880e0022702fcb029b6f227495357d8a97e6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 19 09:50:35 2012 +0100

    man: Fix markup typos in French translation causing build failures
    
    Regression introduced in commit 1c9e7e88a596e6d596cea1f581dfa8604cab19da.

 man/po/fr.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a92084429e845ae37c6d050c263bf2303668fa30
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Jan 18 19:54:56 2012 +0100

    French translation update
    
    1886 translated messages, 129 fuzzy translations, 49 untranslated messages.

 man/po/fr.po | 156 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 77 insertions(+), 79 deletions(-)

commit 1c9e7e88a596e6d596cea1f581dfa8604cab19da
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Jan 18 18:59:02 2012 +0100

    French translation update
    
    1854 translated messages, 159 fuzzy translations, 51 untranslated messages.

 man/po/fr.po | 403 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 262 insertions(+), 141 deletions(-)

commit a11b6a7f4deaf260dbca5b6403782ee3bf9ce4bf
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jan 16 07:58:38 2012 +0100

    Update French translation
    
    Update to 1023t

 debian/changelog |   1 +
 po/fr.po         | 104 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 56 insertions(+), 49 deletions(-)

commit 5e3480d4209d8ed2a80764bf905da268ab34c660
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 16 08:46:29 2012 +0100

    Fix typos (children)
    
    Found by Lintian.

 debian/changelog       | 6 +++---
 lib/compat/vsnprintf.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 4d0ff8d19ff9f00aed453cbbee002d6a4d930cfe
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 16 08:34:44 2012 +0100

    libdpkg: Do not dereference NULL pointers on dpkg_arch_remove()
    
    Regression introduced in commit 1c1c2f7dc4b191f665f7cf7d8f70e7b66f942212.

 lib/dpkg/arch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b274b0d96da80ef162d45f800777f11b11defe91
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 4 22:31:58 2011 +0100

    dpkg: Get rid of all remaining deppossi->ed->pkg access
    
    They are replaced with loops using deppossi_pkg_iterator.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/depcon.c   | 242 +++++++++++++++++++++++++++++++++------------------------
 src/enquiry.c  |  38 ++++++---
 src/help.c     |  22 +++++-
 src/packages.c |  21 ++++-
 4 files changed, 202 insertions(+), 121 deletions(-)

commit 914e83a992eed385451d897325fb969e34b57561
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 14:24:08 2011 +0100

    dpkg: Add new deppossi package iterator functions
    
    Since a dependency now points to a pkgset, if you want to find the
    correct instance of the package that satisfies the dependency, you
    have to take into the account the arch affinity expressed by the
    dependency.
    
    The function deppossi_pkg_iter_next() now takes care of this. It
    can return multiple packages when the dependency is a wildcard one
    (foo:any), you just need to pass the iterator previously created
    by deppossi_pkg_iter_new(), and free it with deppossi_pkg_iter_free().
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/depcon.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.h   | 15 +++++++++++++++
 2 files changed, 78 insertions(+)

commit 589a799f15ab46efc043c96bf26e7b6bfe09efd3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jan 15 17:03:25 2012 +0100

    Update German translation of manual pages
    
    Update to 2102t.

 man/po/de.po | 253 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 160 insertions(+), 93 deletions(-)

commit 722f84bfeb2ac4cde1471664d10d8eb5ccd3347c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 07:25:26 2012 +0100

    s-s-d(8): Document in more detail the implications of matching options
    
    Closes: #367608

 debian/changelog        |  2 ++
 man/start-stop-daemon.8 | 30 +++++++++++++++++-------------
 2 files changed, 19 insertions(+), 13 deletions(-)

commit e047a5c4b70c4e7b844196bd5d6821cdc38c4939
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 07:23:51 2012 +0100

    s-s-d(8): Wrap long lines with a quoted backslash

 man/start-stop-daemon.8 | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 4fb18c15cd85ca871f1cca901954bf383a15ebc0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 07:37:34 2012 +0100

    s-s-d: Do not use a conditional operator when the return value is fine

 utils/start-stop-daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c71aa96d103e176229c19ef4394234d7a397979a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 07:36:07 2012 +0100

    s-s-d: Rename pidexec to process_name in KVM's pid_is_cmd()

 utils/start-stop-daemon.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit fb560a34efc5ff6df3e2139a98238703520d5050
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 07:23:27 2012 +0100

    s-s-d: Fix --name matching on GNU/Hurd
    
    The pid_is_cmd() function was not stripping the prefix directories from
    the process argv[0] pathname.

 debian/changelog          |  1 +
 utils/start-stop-daemon.c | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit 2e2410b4f6552b2f835c1edd877b584694cb8fa5
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 06:55:51 2012 +0100

    s-s-d: Add a fallback pid_is_exec() implementation using pid_is_cmd()
    
    This consolidates the fallback implementation into a single function that
    can be modified centrally.

 utils/start-stop-daemon.c | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

commit e07f75e6fd222d851507d6a6ff1f5477f9065eb0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 15 07:20:23 2012 +0100

    s-s-d: Swap pid_is_cmd() and pid_is_exec() libkvm implementations
    
    pid_is_exec() was checking for the process name while pid_is_cmd() was
    checking for the (supposed) executable pathname, so they were performing
    each other's task.

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 66 +++++++++++++++++++++++------------------------
 2 files changed, 35 insertions(+), 33 deletions(-)

commit 626a69303fc4e1ecaa72a360604a74a6873472b8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jan 14 16:45:58 2012 +0100

    Update German translation of manual pages
    
    Update to 2101t.

 man/po/de.po | 30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

commit 38a294899b4baafa2f223ee0760a06641f8aa2b4
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 13 20:49:21 2012 +0100

    deb-symbols(5): drop misleading spaces in the format description

 debian/changelog  |  1 +
 man/deb-symbols.5 | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 1833f8531259ded7f95a2ce96cd0a2a97a7067be
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Jan 11 22:11:54 2012 +0100

    Update German translation of manual pages
    
    Update to 2100t0f1u.

 man/po/de.po | 86 ++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 54 insertions(+), 32 deletions(-)

commit bf44310d7638581b22c89922c354c60367075535
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 11 07:29:28 2012 +0100

    libcompat: Use a different temporary file per process on vsnprintf()
    
    Avoid race conditions from childs after fork(2).
    
    Closes: #655411
    
    Reported-by: Daniel Ruoso <daniel@ruoso.com>

 debian/changelog       |  3 +++
 lib/compat/vsnprintf.c | 12 +++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 246c8223a6003af989b16f29dfd48d9415ea7dd8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 06:56:41 2012 +0100

    libdpkg: Add virtual source:Package and source:Version fields
    
    Closes: #653575

 debian/changelog      |  2 ++
 lib/dpkg/pkg-format.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 man/dpkg-query.1      |  2 ++
 3 files changed, 51 insertions(+)

commit 37958ced1fbd02043f3102a317fac60c0ac19c0f
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 11 08:34:25 2012 +0100

    Rename “show:” virtual fields to binary:Summary and db:Status-Abbrev
    
    Use more meaningful namespaces for the fields, matching the existing
    convention used in substvars.

 debian/changelog      | 2 +-
 lib/dpkg/pkg-format.c | 4 ++--
 man/dpkg-query.1      | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 39b35cfc0958c9388414d586c3f722987abb58cd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 11 08:29:21 2012 +0100

    dpkg-query(1): Reduce Tag field description to fit it in one line

 man/dpkg-query.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 752837564fcfe3129acb14fce109f8e0e34fca89
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 11 08:19:00 2012 +0100

    dpkg-query(1): Add a new subsection to explain virtual fields

 man/dpkg-query.1 | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 999c8be906d0fc86d0890b47c0192136eafd76c5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jan 10 20:42:12 2012 +0100

    Update German translation of manual pages
    
    Update to 2098t.

 man/po/de.po | 86 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 44 deletions(-)

commit 77c6198b6434f771f895f50169178aa9279a2df9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 10 08:53:59 2012 +0100

    deb-control(5): fix Multi-Arch description
    
    The field is allowed in “Architecture: all” packages. And “Multi-Arch:
    allowed” does not mean that reverse dependencies can be marked as
    _needing_ foreign packages but only that they can be marked as _accepting_
    foreign packages to satisfy them.
    
    Reported-by: Jakub Wilk <jwilk@debian.org>
    Closes: #654453

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

commit f790c4c763f027872bd694d2772f2471eada45ab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 03:55:54 2011 +0100

    libdpkg: Add new package name accessors
    
    Those functions are meant to be used everywhere where we want to print
    out a distinguishing package name instead of the currently ambiguous
    pkg->set->name.
    
    Based-on-patch-by: Raphaël Hertzog <hertzog@debian.org>
    Patch-sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dpkg-db.h   |  21 +++++++++++
 lib/dpkg/libdpkg.map |   3 ++
 lib/dpkg/pkg-show.c  | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/pkg.c       |   1 +
 4 files changed, 126 insertions(+)

commit 93243eede1d1a4ceb3e1c1967d12685e1187b954
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 30 03:53:54 2011 +0100

    libdpkg: Pass pkginfo instead of void * to trig_parse_ci callbacks
    
    Use strict types instead of a ‘void *’ pointer.

 lib/dpkg/triglib.c | 29 ++++++++++++++++-------------
 lib/dpkg/triglib.h | 13 ++++++++-----
 src/trigproc.c     | 10 +++++-----
 3 files changed, 29 insertions(+), 23 deletions(-)

commit 87e06dabf1cf580d9ba89b21401be71ca7230e10
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 06:53:12 2012 +0100

    libdpkg: Make test function static

 lib/dpkg/test/t-ar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cff3ea86551a847ff83de8b324a3d4eac41fb0ff
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 9 06:50:26 2012 +0100

    dselect: Remove dead code after break keyword
    
    The commit d4d3484ac88ca3953fef3cf2c0464cdc776b6574 forgot to remove
    this code.

 dselect/pkgdisplay.cc | 2 --
 1 file changed, 2 deletions(-)

commit 9a814e3ed4d7cbeee8aa814c83b1ab05ca0ea25e
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Jan 7 07:27:03 2012 +0100

    Fix translation of -B and -A options of dpkg-buildpackage. Thanks to Vincent Danjean. Closes: #654626

 debian/changelog |  2 ++
 man/po/fr.po     | 38 ++++++++++++++++++--------------------
 2 files changed, 20 insertions(+), 20 deletions(-)

commit ba4d7f3d6a3a5cb33392fb79760eccf147cf0e4a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jan 3 10:41:51 2012 +0100

    Update German translation of manual pages
    
    Update to 2098t.

 man/po/de.add |   2 +-
 man/po/de.po  | 437 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 231 insertions(+), 208 deletions(-)

commit c9bfb5c6ce37f4d2ccfef4ee5c41be21b8d07f7c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jan 2 11:24:46 2012 +0100

    German dpkg translation update
    
    Update to 1018t.

 po/de.po | 785 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 413 insertions(+), 372 deletions(-)

commit 4cde802d703fac429fb3837a73c570046f1f698a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 15 21:59:17 2011 +0100

    dpkg: Add architecture checks to --audit

 src/enquiry.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 61b3201ddbd1fc5b8683309138d5482c95716f88
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 15 21:59:17 2011 +0100

    dpkg: Switch from foreign arch option to add and remove commands
    
    The --foreign-architecture option is not a good interface, the problem
    with it comes from the fact that the architectures supported by the
    database are not configuration, they are state. This shows up in several
    ways.
    
    When a front-end needs to load the list of architectures, it needs to
    get someone to parse dpkg.cfg files, this is currently done by dpkg
    itself, and the list can be retrieved with --print-foreign-architectures,
    the problem appears when wanting a front-end to load them through libdpkg.
    Making the latter have to execute «dpkg --print-foreign-architectures»
    would be suboptimal, and making libdpkg have to load dpkg.cfg would be
    distasteful. Another issue is that if the list of foreign architectures
    is on the configuration files it makes it slightly more tricky to
    cross-grade dpkg, and it makes it fairly easy to accidentally remove
    architectures required by the database.
    
    Replace the option with two new commands --add-architecture and
    --remove-architecture which will perform sanity checks and store and
    load the architecture list (including the native arch) in an internal
    db file under /var/lib/dpkg/.

 lib/dpkg/dbmodify.c |  2 ++
 man/dpkg.1          | 19 ++++++++----
 src/enquiry.c       |  2 ++
 src/main.c          | 85 +++++++++++++++++++++++++++++++++++++++++++----------
 src/main.h          |  2 ++
 5 files changed, 88 insertions(+), 22 deletions(-)

commit 1c1c2f7dc4b191f665f7cf7d8f70e7b66f942212
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 15 21:59:17 2011 +0100

    libdpkg: Add new dpkg_arch database interface
    
    The arch database will store all known architectures in the file
    «/var/lib/dpkg/arch», this includes the native architecture dpkg
    was built for, and all registered foreign architectures.

 lib/dpkg/arch.c      | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/arch.h      |   5 +++
 lib/dpkg/libdpkg.map |   4 ++
 3 files changed, 116 insertions(+)

commit 68189bc967a01f64e358a2d34754007c9e03e1f3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 22:44:45 2011 +0100

    Use the new atomic file API instead of ad-hoc code
    
    [hertzog@debian.org:
     - Switch dselect method option file. ]

 dselect/methparse.cc | 27 +++++----------
 lib/dpkg/dpkg.h      |  2 --
 lib/dpkg/dump.c      | 43 ++++++-----------------
 lib/dpkg/triglib.c   | 98 +++++++++++-----------------------------------------
 src/divertcmd.c      | 33 +++++-------------
 src/filesdb.c        | 39 ++++++---------------
 src/statcmd.c        | 33 +++++-------------
 7 files changed, 67 insertions(+), 208 deletions(-)

commit e5954543cbe61a8b9e3af09b4feffec20590ead0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 22:44:07 2011 +0100

    libdpkg: New atomic file module

 lib/dpkg/Makefile.am   |   2 +
 lib/dpkg/atomic-file.c | 124 +++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/atomic-file.h |  52 +++++++++++++++++++++
 lib/dpkg/dpkg-db.h     |   2 +
 lib/dpkg/libdpkg.map   |   8 ++++
 po/POTFILES.in         |   1 +
 6 files changed, 189 insertions(+)

commit 4ceaa71d42fb5a16560c4b2c069f1d6a51d03a9b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 2 07:13:29 2012 +0100

    libdpkg: Add missing symbols to the version script

 lib/dpkg/libdpkg.map | 3 +++
 1 file changed, 3 insertions(+)

commit 32b9d1011c390ebff284e7a3de44ca2b8cdaaf01
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 29 20:26:27 2011 +0100

    Update German translation of manual pages
    
    Update to 2096t.

 man/po/de.po | 186 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 118 insertions(+), 68 deletions(-)

commit 7ffff04ae80635901dabbd35a0df1f741abbe577
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 29 19:48:48 2011 +0100

    Update German scripts translation
    
    Update to 528t.

 scripts/po/de.po | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

commit 8994a516a52f1e5927d1ce7f31f854a7ccf872d8
Author: Kees Cook <kees@debian.org>
Date:   Thu Dec 8 15:53:14 2011 -0800

    dpkg-buildflags: new --query-features command
    
    Since the logic for having a hardening flag enabled or disabled depends
    on the architecture, and since the flags may change over time for each
    hardening feature, there needs to be a way to externally query the state
    of the hardening features. Specifically, lintian needs this to be able
    to figure out if a binary package is missing expected hardening features.
    Instead of maintaining multiple hard-coded lists of expected hardening
    features, this makes dpkg-buildflags the canonical location of the
    information, which can be queried by externally. (See bug 650536.)
    
    Signed-off-by: Kees Cook <kees@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog              |  2 ++
 man/dpkg-buildflags.1         | 16 ++++++++++++++++
 scripts/Dpkg/BuildFlags.pm    | 40 +++++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Vendor/Debian.pm |  5 +++++
 scripts/dpkg-buildflags.pl    | 15 ++++++++++++++-
 5 files changed, 76 insertions(+), 2 deletions(-)

commit c4b489e62d9cc55e9ed0fdb26da291e958457010
Author: Kees Cook <kees@debian.org>
Date:   Wed Dec 28 15:03:44 2011 -0800

    Dpkg::Vendor::Debian: refactor compiler hardening logic
    
    Refactor the hardened compiler flag logic so the "use_feature" variable ends
    up controlling the final stance of each given hardening feature.
    
    Signed-off-by: Kees Cook <kees@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Vendor/Debian.pm | 61 +++++++++++++++++++++++++++++--------------
 1 file changed, 41 insertions(+), 20 deletions(-)

commit 5ee616c4765be813eae60e00108f358b20e077ec
Author: Kees Cook <kees@debian.org>
Date:   Wed Dec 28 15:22:55 2011 -0800

    dpkg-buildflags(1): clarify the relationship between relro/bindnow
    
    Clarify the documentation about how bindnow will be forced off if relro
    is not enabled or available.
    
    Signed-off-by: Kees Cook <kees@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 man/dpkg-buildflags.1 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4a34b4df7ef7f998b09035cedf58e79ac6f7fd14
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 28 19:26:37 2011 +0100

    Update German translation of manual pages
    
    Update to 2091t.

 man/po/de.po | 202 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 108 insertions(+), 94 deletions(-)

commit b9cd00c1db1b5495ef507f2f3f316070cfb4875c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 28 19:09:17 2011 +0100

    Update German scripts translation
    
    Update to 528t.

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

commit 1703dda82261684b347b49bfd0eaa803a99af52a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Dec 23 15:41:43 2011 +0100

    dpkg-source(1): more explanations for dpkg-source --commit
    
    Clarify the conditions under which it's possible to pass an explicit patch
    file to dpkg-source --commit (for "3.0 (quilt)" source packages). This
    option has a very narrow purpose: it's mainly to avoid having to
    regenerate the patch which can be a costly operation for large packages
    and thus assumes several things that one should not forget when using it.

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

commit 8d33547ae6e6d6d83e44b4db2eeb863f7ebb17da
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Dec 23 14:52:34 2011 +0100

    dpkg-source: fix issue with relative filename given to --commit
    
    With the “3.0 (quilt)” source format, dpkg-source would happily ignore the
    patch-file parameter if it was not found, instead of properly erroring
    out. Furthermore a relative filename would also not be found when the
    given directory is "." since dpkg-source does a chdir("..") in that case.
    
    Both issues are fixed by this commit.
    
    Closes: #652414
    Reported-by: Sam Hartman <hartmans@debian.org>

 debian/changelog                  | 2 ++
 scripts/Dpkg/Source/Package/V2.pm | 9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 19fc213107ab48be35571e9a7f64f33c423c9e54
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Dec 22 17:24:56 2011 +0100

    Update German translation of manual pages
    
    Update to 2090t.

 man/po/de.po | 49 +++++++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 22 deletions(-)

commit 75646a7760831bbad37f35b43272dc46c7ac73e7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 07:33:59 2011 +0100

    dpkg-query(1): Escape dash on field name
    
    Regression introduced in commit 255417d2757da6a381b563cab4ae430767e41817.

 man/dpkg-query.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 255417d2757da6a381b563cab4ae430767e41817
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 18:28:56 2010 +0200

    libdpkg: Add short Description and Status virtual field variants
    
    This adds support for show:Summary and show:Status-Abbrev virtual
    output fields. They get namespaced with “show:” to not stomp over
    possible fields with the same name coming from binary package or
    databases, which would make them inaccessible from dpkg-query.
    
    Closes: #192619, #427945

 debian/changelog      |  2 ++
 lib/dpkg/pkg-format.c | 29 +++++++++++++++++++++++++++++
 man/dpkg-query.1      |  2 ++
 3 files changed, 33 insertions(+)

commit eadbeb543aa212386899c9d992f5a5e25bd3ba08
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 17:43:35 2011 +0100

    libdpkg: Add new virtual fields support in package format show

 lib/dpkg/pkg-format.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit b9ca9a28b0218eee981bc51a289e45634560c230
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 22 05:21:39 2011 +0100

    libdpkg: Refactor pkg status to abbreviations mapping into new functions

 lib/dpkg/pkg-show.c | 20 +++++++++++++++++++-
 lib/dpkg/pkg-show.h |  5 ++++-
 src/querycmd.c      |  6 +++---
 3 files changed, 26 insertions(+), 5 deletions(-)

commit 684e7d7c345652c723103598232957a695050c2e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 21 03:50:16 2011 +0100

    libdpkg: Refactor field info find into a new function

 lib/dpkg/pkg-format.c | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit fd39faae647865d4a4b83f51fba72a05c21111ca
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Dec 21 22:07:42 2011 +0100

    Update German scripts translation
    
    Update to 527t.

 scripts/po/de.po | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

commit fc372437a25080989c6ab788fe0382ef508739a4
Author: Martin Packman <martin.packman@canonical.com>
Date:   Wed Dec 21 10:14:27 2011 +0100

    dpkg-mergechangelogs: supplementary non-regression test
    
    Add a test that ensures that dpkg-mergechangelogs deals correctly
    with invalid versions.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/t/910_merge_changelogs.t                |  7 +++++--
 scripts/t/910_merge_changelogs/ch-badver-a      |  5 +++++
 scripts/t/910_merge_changelogs/ch-badver-b      | 11 +++++++++++
 scripts/t/910_merge_changelogs/ch-badver-merged | 11 +++++++++++
 scripts/t/910_merge_changelogs/ch-badver-old    |  5 +++++
 5 files changed, 37 insertions(+), 2 deletions(-)

commit 834f83e490eb1c2907adf67a2b43a04ccd900b9e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Dec 21 10:02:36 2011 +0100

    dpkg-mergechangelogs: do not error out on invalid versions
    
    The usage of version_compare() has the side effect of erroring out as
    soon as you encounter an invalid version. Replacing this call
    with a comparison operator invoked on Dpkg::Version objects fixes
    the issue.
    
    Closes: #651993
    Reported-by: Martin Packman <martin.packman@canonical.com>

 debian/changelog                | 2 ++
 scripts/dpkg-mergechangelogs.pl | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 66a76d5abbc8dce24296108d109a96e7affad7cc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Dec 21 09:59:39 2011 +0100

    Dpkg::Changelog::Entry::Debian: check_header() now validates the version

 scripts/Dpkg/Changelog/Entry/Debian.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 25ec6acfa71f858cb1c92625bbf4c7f4e1b9fceb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Dec 21 09:45:28 2011 +0100

    Dpkg::Version: small documentation fix
    
    Drop a part of a sentence that was incorrectly left in the documentation.

 scripts/Dpkg/Version.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit ffd6804def0f898cb61bd421330a2920dd960a65
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 15 00:34:50 2011 +0100

    Dpkg::Source::Package: Add missing parenthesis in find_command() call
    
    Regression introduced in commit 383247f0d2dfbd3d0d6388f87869ac1abaa8b7cd.
    
    Closes: #652113
    
    Reported-by: Vincent Danjean <vdanjean@debian.org>

 scripts/Dpkg/Source/Package.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6b9bd9395ae071dbaddef9a718143eda74c4de0f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Dec 13 21:08:13 2011 +0100

    libdpkg: Update reference to struct pkginfo arch member in comment

 lib/dpkg/pkg-db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 268693ebe4dbb01097c49db4649b6a4a24177976
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 12 10:49:33 2011 +0100

    build: Ship .manpages debian files in the dist tarball
    
    Regression introduced in commit d7c001aa6b3d49f1542df05cde60406be2e981ec.

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 925be4f093fbe18c6258cd5f0e9483853c2479fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 11 07:59:19 2011 +0100

    libdpkg: Rename version script from libdpkg.Versions to libdpkg.map

 lib/dpkg/Makefile.am                       | 2 +-
 lib/dpkg/{libdpkg.Versions => libdpkg.map} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit f4d295de5a1b445290e8138c29439776701a6bae
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 11 06:52:34 2011 +0100

    libcompat: Add missing ‘*’ in asprintf() and vasprintf() declarations

 debian/changelog    | 1 +
 lib/compat/compat.h | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit e6ca514f9f5817a73b1849ef09b2e60931612962
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 11 04:54:29 2011 +0100

    libcompat: Do not ifdef out compatibility code definitions
    
    The code is already selected (or not) to be included by the Makefile
    machinery, there's no need to disabled it too in the actual code, and
    not doing so will allow to test it later on.

 lib/compat/alphasort.c | 2 --
 lib/compat/asprintf.c  | 2 --
 lib/compat/scandir.c   | 2 --
 lib/compat/snprintf.c  | 2 --
 lib/compat/strerror.c  | 2 --
 lib/compat/strndup.c   | 2 --
 lib/compat/strsignal.c | 2 --
 lib/compat/unsetenv.c  | 2 --
 lib/compat/vasprintf.c | 2 --
 lib/compat/vsnprintf.c | 2 --
 10 files changed, 20 deletions(-)

commit 4803403a62716380237fbe074b7ce638b4bf862e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 12 09:54:40 2011 +0100

    build: Reintroduce objdump pattern and tag test case data files
    
    Generating these at check time causes several problems. It requires a
    system supporting versioned symbols and a GNU ld command line compatible
    linker. Those are not available for example on Mac OS X.
    
    Using libtool could have been an option to portably build the shared
    libraries, although that still does not provide versioned symbols where
    they are not available. The problem with libtool is that there's no sane
    way to refer to the actual built shared library on the build tree.
    
    Introduce a refresh-test-data target to be able to easily regenerate
    those files when needed, e.g. when the test suite changes.
    
    Reported-by: Stuart Ambler <stuart@zulazon.com>

 .gitignore                                        |   1 +
 scripts/Makefile.am                               |  48 +++--
 scripts/t/200_Dpkg_Shlibs.t                       |  13 +-
 scripts/t/200_Dpkg_Shlibs/objdump.basictags-amd64 |  72 +++++++
 scripts/t/200_Dpkg_Shlibs/objdump.basictags-i386  |  73 +++++++
 scripts/t/200_Dpkg_Shlibs/objdump.patterns        | 228 ++++++++++++++++++++++
 6 files changed, 407 insertions(+), 28 deletions(-)

commit 00f33e41b2c67669b08661885cf85f1cb81c0031
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 04:36:21 2011 +0100

    build: Unroll shared library building for objdump tests

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

commit 5fd85d76b8df851361e944c528af6d1456c0e9be
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 04:34:19 2011 +0100

    build: Do not normalize library name for symbol file tests

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

commit 8aadb22011b88f9740f18a89ee4a4c13d7e293c6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 12 09:30:39 2011 +0100

    scripts: Move single space objdump test case into a new data file
    
    This will allow to regenerate the objdump.ls file.

 scripts/Makefile.am                     | 1 +
 scripts/t/200_Dpkg_Shlibs.t             | 6 ++++++
 scripts/t/200_Dpkg_Shlibs/objdump.ls    | 1 -
 scripts/t/200_Dpkg_Shlibs/objdump.space | 8 ++++++++
 4 files changed, 15 insertions(+), 1 deletion(-)

commit 383247f0d2dfbd3d0d6388f87869ac1abaa8b7cd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Dec 10 03:04:57 2011 +0100

    Do not use absolute paths for programs in perl and shell code
    
    The location of programs on the filesystem is not standardized, and as
    such using absolute paths is not a portable assumption to make. This
    causes test suite errors on at least Mac OS X.
    
    Use just the program name on perl system() calls, when needing the full
    path use Dpkg::Path::find_command() in perl code and “which” in shell
    code.
    
    Reported-by: Stuart Ambler <stuart@zulazon.com>

 debian/changelog                      |  1 +
 dselect/methods/Debian/Dselect/Ftp.pm |  2 +-
 dselect/methods/disk/setup            |  6 +--
 dselect/methods/ftp/install           |  2 +-
 dselect/methods/multicd/install       |  4 +-
 dselect/methods/multicd/setup         |  6 +--
 scripts/Dpkg/Source/Package.pm        |  6 +--
 scripts/Dpkg/Vendor/Ubuntu.pm         |  3 +-
 scripts/dpkg-gensymbols.pl            |  4 +-
 utils/t/100_update_alternatives.t     | 84 ++++++++++++++++++++---------------
 10 files changed, 65 insertions(+), 53 deletions(-)

commit 240e9a3b32ec9951908831f513766e8291237d8f
Author: Jeroen Schot <schot@A-Eskwadraat.nl>
Date:   Mon Dec 12 19:57:33 2011 +0100

    Dutch translation updated
    
    Update to 272t

 debian/changelog |   3 ++
 dselect/po/nl.po | 129 ++++++++-----------------------------------------------
 2 files changed, 22 insertions(+), 110 deletions(-)

commit db91bb07554bb45923746740ca4ad88d275a2ff2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Dec 9 21:23:51 2011 +0100

    Update German translation of manual pages
    
    Update to 2090t.

 man/po/de.po | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

commit d7c001aa6b3d49f1542df05cde60406be2e981ec
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 8 20:20:14 2011 +0100

    Stop using brace expansion to install man pages
    
    The reason for using brace expansion in the first place was due to
    debhelper starting to abort on empty glob expansion, needed because
    translated man pages might not be present if not complete enough.
    
    The installation is now handled by dh_installman which does not abort
    on empty glob expansion (and in fairness should have been handling
    the installation from the beginning). While the result is clearly a
    regression in readability and maintainability it's certainly less ugly
    than an executable debhelper config file, it also does not require
    bumping debhelper Build-Depends to 8.9.12.

 debian/changelog         |  2 ++
 debian/dpkg-dev.install  | 28 ------------------------
 debian/dpkg-dev.manpages | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/dpkg.install      | 11 ----------
 debian/dpkg.manpages     | 22 +++++++++++++++++++
 debian/dselect.install   |  2 --
 debian/dselect.manpages  |  4 ++++
 debian/rules             |  2 ++
 8 files changed, 86 insertions(+), 41 deletions(-)

commit 6cffe2e524bc845cb8544c9d943faa7f14fece82
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 8 22:02:36 2011 +0100

    libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()

 lib/dpkg/dpkg-db.h   | 2 +-
 lib/dpkg/fields.c    | 6 +++---
 lib/dpkg/parsehelp.c | 7 ++-----
 lib/dpkg/triglib.c   | 6 +++---
 src/main.c           | 2 +-
 src/select.c         | 2 +-
 src/trigcmd.c        | 2 +-
 7 files changed, 12 insertions(+), 15 deletions(-)

commit 5e93f805282257cbc7c86209e804dcfc256f3114
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 21:14:35 2011 +0100

    libdpkg: Rename arch_list to arch_head
    
    Make the variable name consistent with other head and tail references.

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

commit 6c291264fcf15f4224de0672fb4ad7c56ede5b48
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Dec 4 21:13:21 2011 +0100

    libdpkg: Use a variable to track the built-in arch list tail
    
    This makes it more difficult to miss updating references to it in the
    code when the built-in arch list is modified.

 lib/dpkg/arch.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7c7ce899094c4694776314ab356f4db38eece217
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 03:33:38 2011 +0100

    libdpkg: Add new arch_empty special architecture
    
    This will allow to easily distinguish an empty architecture value, while
    always having an initialized architecture variable.

 lib/dpkg/arch.c        | 11 ++++++++++-
 lib/dpkg/arch.h        |  1 +
 lib/dpkg/fields.c      |  3 ---
 lib/dpkg/parse.c       |  6 +++---
 lib/dpkg/pkg.c         |  2 +-
 lib/dpkg/test/t-arch.c |  7 +++++--
 6 files changed, 20 insertions(+), 10 deletions(-)

commit 6f4ebe26f5ed2e301d88436db34efcc69e0b2d3d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 1 03:32:37 2011 +0100

    libdpkg: Add new dpkg_arch_get() to retrieve special architectures
    
    Switch dpkg_arch_get_native() to dpkg_arch_get(arch_native), and
    dpkg_arch_find() calls to direct dpkg_arch_get() ones.

 lib/dpkg/arch.c           | 26 +++++++++++++++++++++++---
 lib/dpkg/arch.h           | 23 +++++++++++++----------
 lib/dpkg/depcon.c         |  4 ++--
 lib/dpkg/fields.c         |  2 +-
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/parse.c          |  2 +-
 lib/dpkg/test/t-arch.c    | 19 ++++++++-----------
 src/enquiry.c             |  2 +-
 src/processarc.c          |  2 +-
 9 files changed, 51 insertions(+), 31 deletions(-)

commit 31f89e02c693f41d9f385e04756802380e645de1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 8 21:17:49 2011 +0100

    libdpkg: Rename arch_type enum to dpkg_arch_type

 lib/dpkg/arch.c | 4 ++--
 lib/dpkg/arch.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e5dbbbb6770c7b432bcfd35dae8d2ff86bd03ed6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 27 23:53:15 2011 +0100

    dpkg: Change --print-foreign-architectures to print an entry per line
    
    Printing just a line with space separated entries makes both the code
    to print and to parse slightly more complicated. The worst part comes
    from parsing as the standard stream input operations require delimited
    buffers, and as such if those buffers would not be enough truncation
    would happen.

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

commit 3c3a1adfa0a1a4217587ac06b1bad799d1bbbb2d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 8 02:20:26 2011 +0100

    dselect: Do not treat licensestring as a format string
    
    This was spotted by a run with the clang++ static analyzer.

 dselect/main.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 25107c5ff70f3e440c7e61132373bf4d5720562a
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Dec 7 05:53:09 2011 +0100

    Minor errors corrected in French manpages translation

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

commit c07f7fea4206bc002578b2032871c9f63457bde8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 26 10:26:19 2011 +0100

    dpkg: Error out if a database .list file is not a regular file
    
    LP: #369898
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 1 +
 src/filesdb.c    | 4 ++++
 2 files changed, 5 insertions(+)

commit ab44807b7a3945982894956155b70f591afebf01
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 26 10:03:44 2011 +0100

    dpkg: Initialize all clientdata members in ensure_package_clientdata()
    
    Although all users of replacingfilesandsaid are previously calling
    clear_istobes() to make sure it's initialized, doing so when allocating
    clientdata is safer from an API point of view.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/filesdb.c | 1 +
 1 file changed, 1 insertion(+)

commit 71e99e00040e076a127347bc95b63260da5967c8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 05:17:07 2011 +0100

    dpkg-query: Use m_calloc() instead of m_malloc() + memset()

 src/querycmd.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 9dfb225769bf3fe4c0a9a43d42bc22dbe1d9ffe9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 2 05:13:59 2011 +0100

    libdpkg: Add new m_calloc()

 lib/dpkg/dpkg.h           | 1 +
 lib/dpkg/libdpkg.Versions | 1 +
 lib/dpkg/mlib.c           | 6 ++++++
 3 files changed, 8 insertions(+)

commit f6e33dc79fb0cd7d0e1d822a6ee21247d5ec8d19
Author: Chris Leick <c.leick@vollbio.de>
Date:   Sun Dec 4 09:46:48 2011 +0100

    Fix missing dash (avoided by changing word order)

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

commit 36a0986633bbd6d764b0bca76a982206fa753e3f
Author: Kenshi Muto <kmuto@debian.org>
Date:   Tue Nov 29 13:20:31 2011 +0900

    Update Japanese translation of manual pages
    
        Update to 2083t1u.

 man/po/ja.po | 570 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 336 insertions(+), 234 deletions(-)

commit c0e19f295356b0a56de92837c3bb3cb92e384924
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 28 17:12:59 2011 +0100

    Fix sub optimal translation of package states LP: #368783

 debian/changelog |  3 ++-
 man/po/de.po     | 18 +++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit b3377771dce445a0318241579d1de038ee69a9dc
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 28 15:46:45 2011 +0100

    Fix typo in dpkg-deb.1:208

 debian/changelog |  3 +++
 man/dpkg-deb.1   |  2 +-
 man/po/de.po     | 26 +++++++++++++-------------
 3 files changed, 17 insertions(+), 14 deletions(-)

commit 8c615cf075971bdc652e654d99eb4d5dfdd0e83d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 28 15:39:47 2011 +0100

    Update German translation of manual pages
    
    Update to 2089t.

 man/po/de.po | 132 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 87 insertions(+), 45 deletions(-)

commit 43e3343de8168183ae4b5fd1a3fe8a40bbb171b1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 28 15:14:09 2011 +0100

    Update German scripts translation
    
    Update to 526t.

 scripts/po/de.po | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit d00d44020b882cefb0f1cd4b110725750a7b4bf0
Merge: cfd9a24ed 0d03dd4a1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 25 12:06:19 2011 +0100

    Merge commit '1.16.1.2'
    
    Conflicts:
            scripts/mk/architecture.mk

commit 0d03dd4a12e4f860baf36b46f0dc890a4079d26a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Nov 25 11:20:03 2011 +0100

    Release 1.16.1.2

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

commit cfd9a24ed19ce0e395c7dd0b3a26176af608733a
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Nov 23 18:33:59 2011 +0100

    Update Swedish translation.
    
    po/sv.po: 1033t0f0u.
    scripts/po/sv.po: 526t0f0u.

 po/sv.po         | 436 ++++++++++++++++++++++++++++---------------------------
 scripts/po/sv.po |  59 ++++----
 2 files changed, 259 insertions(+), 236 deletions(-)

commit 4631db6b45abd493e38cc23b81d7323d39e40cd0
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Nov 23 10:31:49 2011 +0100

    German dpkg translation update
    
    Update to 1033t.

 po/de.po | 433 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 225 insertions(+), 208 deletions(-)

commit cf6cd973f5da3af3ddb3ca90f2cc705010788b46
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 23 08:30:19 2011 +0100

    build: Add lib/dpkg/arch.c to POTFILES.in
    
    Missed in commit 04c0362979a832bc0044d932cd1b705cef7b0d5b.

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 9949ce05d12c536eba2a2fea276ecfeeda8dedd7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 23 08:26:26 2011 +0100

    dpkg-deb: Remove undocumented compression long options
    
    At least --compress_type is bogus, and --compression might be confusing.
    Remove them for now.

 dpkg-deb/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 584c3b4036048cebd93c08a009f365d639025811
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 20:32:50 2011 +0100

    dpkg-deb: Add compression strategy support
    
    The only currently supported option is “extreme” for xz.
    
    Closes: #647915

 debian/changelog    |  2 ++
 dpkg-deb/build.c    |  1 +
 dpkg-deb/main.c     |  8 ++++++++
 lib/dpkg/compress.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
 lib/dpkg/compress.h |  7 +++++++
 man/dpkg-deb.1      |  5 +++++
 6 files changed, 66 insertions(+), 1 deletion(-)

commit 625a24bbc8280362c2ab0e3f2f83aacbf25283e0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 07:09:31 2011 +0100

    dpkg-deb: Treat compression levels independently for each backend
    
    Even if the compression level allowed range supported by gzip/zlib
    compatible interfaces is almost the same (0-9), its actual meaning
    is backend specific, so treat it that way.
    
    This allows to get native meanings for at least level 0, which maps
    to 1 for bzip2, and becomes a new allowed level for xz and lzma.
    
    The reason for the previous behaviour regarding level 0 is historic,
    due to zlib treating it that way, and was inadvertently carried over
    when new compressors were added to libdpkg.

 debian/changelog    |  3 +++
 lib/dpkg/compress.c | 37 +++++++++++++++++++++++++++++++++++--
 man/dpkg-deb.1      |  5 ++++-
 3 files changed, 42 insertions(+), 3 deletions(-)

commit e919b52fa6702d6c32d11774723716f41054acc8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 22 06:50:43 2011 +0100

    libdpkg: Switch compressor to take a parameters struct

 dpkg-deb/build.c    | 11 ++++++++---
 dpkg-deb/dpkg-deb.h |  3 +--
 dpkg-deb/main.c     | 12 +++++++-----
 lib/dpkg/compress.c | 43 ++++++++++++++++++++++---------------------
 lib/dpkg/compress.h | 11 ++++++++---
 5 files changed, 46 insertions(+), 34 deletions(-)

commit b0d9fc4cefe54daf53f254889a50c85866e10ad8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 04:49:32 2011 +0100

    libdpkg: Constify struct compressor variables
    
    Reduce even more the number of relocations on the shared libdpkg
    library.

 lib/dpkg/compress.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 7a96597253e880b1ead816637250d7bc472b77b5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 21 04:48:12 2011 +0100

    libdpkg: Do not expose the compression structs
    
    This reduces the amount of relocations on the future shared libdpkg
    library. It also makes it easier to refactor the code.

 dpkg-deb/build.c          |  5 ++--
 dpkg-deb/dpkg-deb.h       |  2 +-
 dpkg-deb/extract.c        |  4 +--
 dpkg-deb/main.c           |  4 +--
 lib/dpkg/compress.c       | 72 +++++++++++++++++++++++++++++++----------------
 lib/dpkg/compress.h       | 27 ++++++++----------
 lib/dpkg/libdpkg.Versions |  5 +---
 7 files changed, 69 insertions(+), 50 deletions(-)

commit 35dc2569ca3ab121b95d3d587d3bed1ba9f1c3d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 20 01:15:09 2011 +0100

    build: Report feedback on program, directory and coverage support

 m4/dpkg-build.m4    | 3 +++
 m4/dpkg-coverage.m4 | 2 ++
 2 files changed, 5 insertions(+)

commit b2b2bc32570116a1cb63804f4930321cd82a91c7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Nov 22 09:37:49 2011 +0100

    dpkg-checkbuilddeps: fix typo in field name
    
    And add the copyright notice that I should have added long time ago.

 scripts/dpkg-checkbuilddeps.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c4f30d090995dda3ec301d4fc40fb7c87460f36a
Author: Colin Watson <cjwatson@debian.org>
Date:   Tue Nov 22 09:17:36 2011 +0100

    dpkg-checkbuilddeps: new option -a <arch>
    
    This option tells dpkg-checkbuilddeps to check the build-dependencies
    assuming that they must all be satisfied on the given architecture.
    In the future build-dependencies might be annotated to indicate whether
    we need a package for the host or for the build architecture, but for
    now this is a first step that can already be useful.
    
    The normal Multi-Arch logic applies so that so that packages marked as
    "Multi-Arch: foreign" can satisfy a build-dependency no matter what
    architecture is requested. For the other packages, dpkg-checkbuilddeps
    will require a package from the requested architecture.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog               |  4 ++++
 man/dpkg-checkbuilddeps.1      |  5 +++++
 scripts/dpkg-checkbuilddeps.pl | 11 +++++++----
 3 files changed, 16 insertions(+), 4 deletions(-)

commit 91495b86e060f0855af5ccd1af803cdf1b0b4199
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 20 15:17:09 2011 +0100

    Update German translation of manual pages
    
    Update to 2084t.

 man/po/de.po | 91 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 47 insertions(+), 44 deletions(-)

commit dd7aa515470ba59056ee8e7d8f433f0ba9c20ebe
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Nov 20 15:04:53 2011 +0100

    Update German scripts translation
    
    Update to 526t.

 scripts/po/de.po | 315 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 160 insertions(+), 155 deletions(-)

commit d3b995a4d90412d29077c512021df1545acdb7ef
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 19 18:46:32 2011 +0100

    dpkg-gensymbols: output a warning when a pattern doesn't match any file

 debian/changelog           | 3 +++
 scripts/dpkg-gensymbols.pl | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 71ddce39b23b2b3eba7520b5e40dc1fec4f05637
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Nov 19 18:31:38 2011 +0100

    dpkg-gensymbols(1): -e accepts shell patterns not regular expressions

 man/dpkg-gensymbols.1 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6239e5403a5a4cc987652ac6bc6e46bd8aeacdf0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 04:24:11 2011 +0100

    dselect: Solaris requires curses.h to be included before term.h
    
    Reported-by: Andrew Stormont <andrew.stormont@nexenta.com>

 dselect/main.cc | 3 +++
 1 file changed, 3 insertions(+)

commit 1f4d0354fc4a8c80c6463b9aaebd93822247341b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 03:16:29 2011 +0100

    build: Map the BSD u_intN_t types to C99 uintN_t if not defined
    
    The md5 module imported from OpenBSD is using these BSD types, but
    those are not present on at least Solaris. Define them to their
    corresponding C99 types, so that the imported code has to be modified
    as less as possible.
    
    Reported-by: Andrew Stormont <andrew.stormont@nexenta.com>

 configure.ac     |  1 +
 m4/dpkg-types.m4 | 23 ++++++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

commit 68a6242098c4b9330d1e5b49a8fea14547cec1aa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 16 02:27:36 2011 +0100

    Do not include unneeded <sys/cdefs.h>
    
    The md5 module imported from OpenBSD had non-standard __attribute__
    attached to function declarations. As those were removed on import,
    remove the now unused include too.
    
    The start-stop-daemon program uses the dpkg provided C macro
    definitions so there's no need for <sys/cdefs.h> there either, even
    if its inclusion is conditional.
    
    Reported-by: Andrew Stormont <andrew.stormont@nexenta.com>

 configure.ac              | 2 +-
 lib/dpkg/md5.h            | 2 --
 utils/start-stop-daemon.c | 4 ----
 3 files changed, 1 insertion(+), 7 deletions(-)

commit cc2268e1b7aa9887ca3f63deadaf0600995b0ba1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 14 10:11:52 2011 +0100

    Update German translation of manual pages
    
    Update to 2084t.

 man/po/de.po | 31 ++++++++++---------------------
 1 file changed, 10 insertions(+), 21 deletions(-)

commit 667b5fae5710295092744ce4d1a043a2f426b9ef
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Feb 1 11:57:39 2011 +0100

    Update diversions to work with pkgset instead of pkginfo
    
    A diversion is recorded against a package name, thus a pkgset. This is
    due to the fact that different instances of the same pkgset cannot have
    conflicting pathnames, if they do the pathname object should be the
    same.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c   | 24 +++++++++++++-----------
 src/divertcmd.c  | 32 ++++++++++++++++----------------
 src/divertdb.c   |  5 +++--
 src/filesdb.h    |  2 +-
 src/help.c       |  4 ++--
 src/processarc.c | 13 +++++++------
 src/querycmd.c   | 12 ++++++------
 src/remove.c     |  2 +-
 8 files changed, 49 insertions(+), 45 deletions(-)

commit 3b7d2f98df1f0f206e345786f44ad976e24a46be
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 16:40:37 2011 +0100

    Replace most pkg_db_find() calls with its newer counterparts
    
    The occurrences that concern triggers and diversions will be replaced
    in a later commit.
    
    Most of the remaining occurrences in src/* will be replaced in an update
    implementing the parsing of package specifiers in the input.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/fields.c | 6 +++---
 lib/dpkg/parse.c  | 2 +-
 src/enquiry.c     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 5ec7516601fd68355ea162131a44c8bda315ad7b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 17:19:37 2011 +0100

    Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/pkglist.cc        |  2 +-
 lib/dpkg/dpkg-db.h        |  1 -
 lib/dpkg/dump.c           |  2 +-
 lib/dpkg/libdpkg.Versions |  1 -
 lib/dpkg/pkg-array.c      |  2 +-
 lib/dpkg/pkg-db.c         |  6 ------
 src/depcon.c              |  2 +-
 src/enquiry.c             | 10 +++++-----
 src/help.c                |  2 +-
 src/packages.c            |  2 +-
 src/processarc.c          |  2 +-
 src/select.c              |  2 +-
 src/trigproc.c            |  4 ++--
 13 files changed, 15 insertions(+), 23 deletions(-)

commit 729dcbd9a359a29aca74e6b5e895c9b2960da725
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 17:19:37 2011 +0100

    Replace all pkg_db_count() calls with pkg_db_count_pkg()
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/pkglist.cc        | 2 +-
 lib/dpkg/dpkg-db.h        | 1 -
 lib/dpkg/libdpkg.Versions | 1 -
 lib/dpkg/pkg-array.c      | 2 +-
 lib/dpkg/pkg-db.c         | 6 ------
 src/filesdb.c             | 2 +-
 6 files changed, 3 insertions(+), 11 deletions(-)

commit 66fae0bda4c7afa60682c8d7bee6261922c45116
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 12:29:40 2011 +0100

    libdpkg: Add new multiarch aware in-core database functions
    
    The new functions are:
    
    - pkg_db_find_set(name)
    - pkg_db_find_pkg(name, arch)
    - pkg_db_iter_next_set(i)
    - pkg_db_iter_next_pkg(i)
    - pkg_db_count_set()
    - pkg_db_count_pkg()
    
    And rework the legacy functions pkg_db_count(), pkg_db_find(name) and
    pkg_db_iter_next(name) to work on top of the new functions.
    
    The pkg_db_find_pkg() function is just a compatibility stub for now,
    so that there's no point in time when dpkg can load multiple package
    instances but not save them to disk, which would imply losing data.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dpkg-db.h        |   6 ++
 lib/dpkg/libdpkg.Versions |   6 ++
 lib/dpkg/pkg-db.c         | 155 ++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 155 insertions(+), 12 deletions(-)

commit 309fb2037871c77c7c8152b70b86eaaaadd654c8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 1 04:43:29 2011 +0100

    Rename pkg_name variables to pkgname
    
    This will avoid a name clash with the upcoming function of the same
    name.

 src/divertcmd.c | 6 +++---
 src/querycmd.c  | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit cf4bc140019891334c00b6701a602a55237c7991
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Feb 4 22:24:01 2011 +0100

    dpkg: Switch functions to take pkgset to reduce deppossi->ed->pkg access
    
    Change some functions to use pkgset instead of pkginfo in order to avoid
    some deppossi->ed->pkg lookup which are inherently wrong.
    
    Analyzing reverse dependencies does not need a pkginfo but only a pkgset.
    This consideration is the basis for the refactoring done here.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/packages.c | 37 ++++++++++++++++++++-----------------
 src/remove.c   |  8 ++++----
 2 files changed, 24 insertions(+), 21 deletions(-)

commit bcba64dde3a2cb831f7175d98adf19a9b9bfed3d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 24 01:55:44 2011 +0100

    dpkg: Add multiarch to monoarch database layout downgrade support
    
    Handle the case where downgrading would lose data, i.e. when there's
    co-installed packages which the old dpkg would not be able to handle,
    and abort then.
    
    If the downgrade is safe, just convert the multiarch infodb to a
    monoarch infodb layout in two stages, first create hardlinks from the
    arch annotated control files before the upgrade starts, and then once
    the new package is in place, remove the arch annotated control file
    leftovers. This way if the upgrade got interrupted we always have a
    working database for both versions of dpkg.
    
    [hertzog@debian.org:
     - Detect arch qualified dependencies in status and available files. ]

 debian/dpkg.postrm | 21 +++++++++++++++++-
 debian/dpkg.prerm  | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+), 1 deletion(-)

commit 88ee17740d92b05caf824733e6df194b0a5701bc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 12 06:07:20 2011 +0100

    u-a: Use the generic PACKAGE instead of a literal "dpkg" for textdomain
    
    This unties a bit more update-alternatives from dpkg, so that it can be
    more easily reused by third parties.

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e6b71eb0234e72933c1630142f6e68ddd3ae1de4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 12 06:06:46 2011 +0100

    s-s-d: Always check if the pid is active on --start and --status
    
    Otherwise the code was assuming the pid was active when it was being
    specified by --pidfile on --status.

 debian/changelog          | 1 +
 utils/start-stop-daemon.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 142c6b659c7478498d5c41b4c3d3ed1928b985a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 13 19:56:28 2011 +0100

    libdpkg: Use m_strndup() instead of StoC()

 lib/dpkg/tarfn.c | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

commit d09cc137115dbb68b9e82f6683ce8df4d1b65286
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 05:17:08 2011 +0100

    libdpkg: Add new m_strndup()

 lib/dpkg/dpkg.h | 1 +
 lib/dpkg/mlib.c | 6 ++++++
 2 files changed, 7 insertions(+)

commit 099b7f8f4b02b90bb744ce482a9272ce44fbdda4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 13 19:53:20 2011 +0100

    libdpkg: Refactor allocation checks into a new must_alloc() function

 lib/dpkg/mlib.c | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)

commit 514b67de00c11709b8103d80b7e2cd18e786c69f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 11 05:10:20 2011 +0100

    libcompat: Add new strndup()

 configure.ac           |  2 +-
 lib/compat/Makefile.am |  4 ++++
 lib/compat/compat.h    |  7 +++++++
 lib/compat/strndup.c   | 45 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 57 insertions(+), 1 deletion(-)

commit ec35d763c042bb13b466734375b720009dbc6692
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Nov 12 20:25:52 2011 +0100

    Update German translation of manual pages
    
    Update to 2083t1f.

 man/po/de.po | 224 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 176 insertions(+), 48 deletions(-)

commit 4007271e13b93de69ca566d3c01075acdad0827e
Author: Matt Kraai <kraai@ftbfs.org>
Date:   Thu Nov 10 06:36:04 2011 +0100

    deb-origin(5): New man page
    
    Closes: #608884
    
    [guillem@debian.org:
     - Hook into po4a and build infrastructure.
     - Place Vendor-URL just after Vendor field.
     - Add SEE ALSO reference in dpkg-vendor.5. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog  |  2 ++
 man/Makefile.am   |  1 +
 man/deb-origin.5  | 39 +++++++++++++++++++++++++++++++++++++++
 man/dpkg-vendor.1 |  4 +++-
 man/po/po4a.cfg   |  3 +++
 5 files changed, 48 insertions(+), 1 deletion(-)

commit ea2cd19a8348a573aec7b8d4b6470768df9b43e4
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Thu Nov 10 06:05:22 2011 +0100

    Mark dpkg-dev and libdpkg-perl as Multi-Arch foreign
    
    Closes: #648217
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

commit 2a77cac65653f020e65eafb6fe628322d701037b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 10 06:03:04 2011 +0100

    Update debian/changelog
    
    Add missing bug closure. Add missing hashes before bug numbers.
    Add entry about Multi-Arch foreign marking.

 debian/changelog | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 9c8ecddf05ee97cf3bd1fbf972b1d91aa322d379
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 06:46:05 2011 +0100

    libdpkg: Move wcall() out of the for loop in pkg_format_show()

 lib/dpkg/pkg-format.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 8da2fd1a892814188afd3e9b60decc3f32ded85d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 9 17:05:22 2011 +0100

    dpkg-deb: Fix short-lived pkg_format_node leak in --show

 dpkg-deb/info.c | 1 +
 1 file changed, 1 insertion(+)

commit c0058777f3f82201a155e7ca41bb445621071412
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 24 16:06:18 2011 +0100

    dpkg-query: Fix short-lived memory leak in --show and --list commands
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/querycmd.c | 4 ++++
 1 file changed, 4 insertions(+)

commit fe9fb0b60fe8c8e78c801f5cb899916a22ec277f
Author: Matt Kraai <kraai@ftbfs.org>
Date:   Mon Nov 7 22:46:09 2011 -0800

    Dpkg::Vendor: document the Parent field
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/Dpkg/Vendor.pm | 5 +++++
 1 file changed, 5 insertions(+)

commit 60144816132a45efb122b211494d64c7d7d7f940
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 6 07:11:21 2011 +0100

    po: Fix format errors in the Japanese man page translation
    
    This included missing <> around B, E and I style markers, and
    unbalanced <>. A string not matching the original has been marked
    as fuzzy.
    
    The translation would seem to need review as it is, given the amount
    of errors corrected.

 man/po/ja.po | 574 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 303 insertions(+), 271 deletions(-)

commit 65b43be3ecfa02ad2c8936f174e4f2e3a5cde180
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 04:53:30 2011 +0100

    libdpkg: Use varbuf_add_archqual() instead of ad-hoc code

 lib/dpkg/dump.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 1c30f9bbbdb7abd08910213e480491d6cbdc8bf8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 04:50:34 2011 +0100

    libdpkg: Add new varbuf_add_archqual()

 lib/dpkg/arch.c | 11 +++++++++++
 lib/dpkg/arch.h |  3 +++
 2 files changed, 14 insertions(+)

commit 127ffc452f3d438be51f368c33ce3983874029ec
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 5 21:04:03 2011 +0100

    dselect: Use modstatdb_get_status() instead of a global variable

 dselect/pkgcmds.cc    |  5 ++++-
 dselect/pkgdisplay.cc | 16 +++++++++++-----
 dselect/pkginfo.cc    |  2 +-
 dselect/pkglist.cc    |  8 +++++---
 dselect/pkglist.h     |  2 --
 5 files changed, 21 insertions(+), 12 deletions(-)

commit ae334e927dff0b6a882dbe7897cd7dbf31f051ec
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 26 20:01:07 2011 +0200

    libdpkg: Add new modstatdb_get_status()

 lib/dpkg/dbmodify.c | 6 ++++++
 lib/dpkg/dpkg-db.h  | 1 +
 2 files changed, 7 insertions(+)

commit db1797cd27040a9bae05c6a5aa6c61c3c7a3d73c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:39:51 2011 +0100

    TODO: Remove done items

 TODO | 2 --
 1 file changed, 2 deletions(-)

commit 6f5374204b4080ed22dc4efc68e57a24b58018d7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:37:22 2011 +0100

    libdpkg: Do not leak every tar_entry name and linkname members
    
    The only free()ed members were the last ones.

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

commit a8c489ae5f11a240c38772b87cf4c8ee3f5631b9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:32:59 2011 +0100

    libdpkg: Refactor tar_entry destruction into new tar_entry_destroy()

 lib/dpkg/tarfn.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 072c025d0fedbcc6eb53450428f7a3c4b55ea4ed
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 1 22:02:34 2011 +0100

    build: Check and abort on required functions
    
    Right now this includes memcpy (moved from a simple check) and lchown,
    both being used unconditionally in the code.
    
    (The TODO had lstat as a typo for lchown.)

 TODO         | 1 -
 configure.ac | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d550407a08f7244a7894c9449739c389a64f3048
Author: Kenshi Muto <kmuto@debian.org>
Date:   Sat Nov 5 11:36:32 2011 +0900

    Update japanese translation of manual pages
    
    Update to 2062t2u.

 debian/changelog |   2 +-
 man/po/ja.po     | 667 +++++++++++++++++++++++++------------------------------
 2 files changed, 308 insertions(+), 361 deletions(-)

commit 1634aea1a3ed74134298aecf39bb33b46287f326
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Nov 1 13:23:19 2011 +0100

    Update German translation of manual pages
    
    Update to 2068t.

 man/po/de.po | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 872f940aa3bf53742399aad0de41fd6b8cc52800
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Nov 1 08:50:03 2011 +0100

    German dpkg translation update
    
    Update to 1031t.

 debian/changelog |   1 +
 po/de.po         | 877 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 465 insertions(+), 413 deletions(-)

commit f1235fa5140ad035b35f5975488670b227729c4b
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Oct 31 21:19:09 2011 +0100

    Update Swedish translation.
    
    man/po/sv.po: 1023t0f0u.
    po/sv.po: 1031t0f0u.
    scripts/po/sv.po: 525t0f0u.

 debian/changelog |   3 +
 man/po/sv.po     |  23 +-
 po/sv.po         | 877 +++++++++++++++++++++++++++++--------------------------
 scripts/po/sv.po | 368 +++++++++++------------
 4 files changed, 661 insertions(+), 610 deletions(-)

commit e43dda18863d84eefc148634e92fdb0f1ef06a96
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 30 16:16:29 2011 +0100

    Fix build by roughly adding the necessary formatting symbols
    (and unfortunately deleting one translated string totally)

 man/po/ja.po | 1035 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 681 insertions(+), 354 deletions(-)

commit d2b9e3068d6c7745c17fc86f9538a539e02bfdf7
Author: Kenshi Muto <kmuto@debian.org>
Date:   Sun Oct 30 21:59:02 2011 +0900

    [l10n] Update man page translations: Japanese (by TAKAHASHI Motonobu)

 debian/changelog |    1 +
 man/po/ja.add    |   10 +-
 man/po/ja.po     | 9477 +++++++++++++++++++++++++++---------------------------
 3 files changed, 4714 insertions(+), 4774 deletions(-)

commit ae61affca427ed53e33eff589af0356b6e951a21
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Feb 21 12:23:19 2011 +0100

    dpkg: Ignore conflict with one's own virtual package within a package set
    
    It's common for packages to “Provides: foo” and “Conflicts: foo”
    when taking over another package. This self-conflict is explicitly
    ignored by dpkg.
    
    Now if multiple instances of a “Multi-Arch: same” package do this,
    it should still be allowed. Update the checks accordingly both in
    dpkg and in dselect.
    
    Sponsored-by: Linaro Limited
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/pkgdepcon.cc | 4 ++++
 src/depcon.c         | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 5631564609ec8855cdcab384139ca2e81c2519ce
Author: Steve Langasek <steve.langasek@canonical.com>
Date:   Fri Feb 4 22:52:25 2011 +0100

    libdpkg: Add new archsatisfied() function
    
    The function archsatisfied(pkgbin, deppossi) returns true if pkgbin is a
    valid solution to deppossi when considering the architecture requirement
    set by the dependency and the announced multiarch type for pkgbin. It
    returns false otherwise.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/depcon.c  | 43 +++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/dpkg-db.h |  1 +
 2 files changed, 44 insertions(+)

commit b31617401de3aa1729b8d634d3ed560accb1d011
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 30 04:29:04 2011 +0200

    libdpkg: Move versionsatisfied() into a new depcon module

 lib/dpkg/Makefile.am |  1 +
 lib/dpkg/depcon.c    | 32 ++++++++++++++++++++++++++++++++
 lib/dpkg/dpkg-db.h   |  5 ++++-
 lib/dpkg/vercmp.c    |  6 ------
 4 files changed, 37 insertions(+), 7 deletions(-)

commit 32f3e81f3bfdc5906298612c10837a0a537ab7a6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 04:40:13 2011 +0100

    libdpkg: Remove unneeded includes

 lib/dpkg/vercmp.c | 2 --
 1 file changed, 2 deletions(-)

commit 64fb693c7628bd21d9bc79ecbf8171f9f7a38450
Author: Steve Langasek <steve.langasek@canonical.com>
Date:   Sun Aug 30 01:31:27 2009 -0700

    libdpkg: Allow pkg:arch syntax in package relationship fields
    
    Implement support for the packagename:archname syntax in package
    relationships, required for multiarch.
    
    Also, the only architecture value currently allowed is “any”, consistent
    with round one of <https://wiki.ubuntu.com/MultiarchSpec>. This may be
    relaxed before the wheezy release to allow for arch-specific cross
    dependencies in the next release, but should probably not be relaxed
    for package generation in order to avoid accidental archive uploads of
    uninstallable packages.
    
    [guillem@debian.org:
     - Rearrange struct deppossi for better memory alignment.
     - Do not print the arch qualifier if arch_none instead of NULL.
     - Check against arch_wildcard instead of the literal string.
     - Check archlength == 0 instead of arch[0] being NUL. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dpkg-db.h |  2 ++
 lib/dpkg/dump.c    |  4 ++++
 lib/dpkg/fields.c  | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 lib/dpkg/parse.c   |  9 +++++++++
 src/processarc.c   |  2 ++
 5 files changed, 64 insertions(+), 3 deletions(-)

commit dda789127b322fa9f47b7571a14b4e594ee1b331
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 30 05:41:53 2011 +0100

    libdpkg: Check for depnamelength being 0 instead of depname[0] being NUL

 lib/dpkg/fields.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 47181583fcb738c7873e1bc54f5ea8cf54bc8023
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 15 07:00:16 2011 +0100

    Switch pkgadminfile() to get an explicit pkgbin as argument
    
    The code does not do anything yet with this new argument, but it will
    allow it to access the multiarch information, once the on-disk layout
    is changed.

 src/depcon.c     |  2 +-
 src/filesdb.c    | 14 +++++++-------
 src/filesdb.h    |  7 ++++---
 src/help.c       |  4 ++--
 src/infodb.c     |  8 +++++---
 src/infodb.h     |  6 ++++--
 src/processarc.c | 14 +++++++-------
 src/querycmd.c   |  4 ++--
 src/remove.c     | 17 +++++++++--------
 src/trigproc.c   |  4 ++--
 10 files changed, 43 insertions(+), 37 deletions(-)

commit 6f7be935ddaa64d8d08949d7e6870df6267bf962
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 29 23:16:28 2011 +0200

    Update German translation of manual pages
    
    Update to 2066t0f2u.

 man/po/de.po | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

commit aa3add4dbc5b98313a225d9665a3bbc38e71ac07
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Oct 29 20:40:23 2011 +0200

    Add support of tildes in dpkg's version
    
    Dpkg's version is generated from the name of the closest git tag with the
    help of get-version. But tag names can't contain tildes. Thus we use
    underscore instead. This commit fixes get-version to replace underscores
    back to tildes.

 get-version | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 171d200a8b1d1bab8f518143b81eae826ddfb3a8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Oct 29 22:19:26 2011 +0200

    Fix typo in dpkg-genchanges(1). Closes: 646496

 debian/changelog |   2 +-
 man/po/de.po     | 386 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 209 insertions(+), 179 deletions(-)

commit 79b9f3afb18513027e4e48d3e08a540c8eb2fb0c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 27 02:10:50 2011 +0200

    dpkg: Move match_node functions into a new file-match module

 src/Makefile.am  |  1 +
 src/file-match.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/file-match.h | 35 +++++++++++++++++++++++++++++++++++
 src/processarc.c | 28 +---------------------------
 4 files changed, 86 insertions(+), 27 deletions(-)

commit 9235d163efbe224c11dc95e30c44c54aef2802f1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 25 21:40:09 2011 +0100

    Switch from pkginfo->name to pkginfo->set->name
    
    Remove now unused struct pkginfo name member.

 dpkg-deb/build.c      |  9 ++++---
 dselect/pkgcmds.cc    | 24 +++++++++---------
 dselect/pkgdepcon.cc  | 26 +++++++++++---------
 dselect/pkginfo.cc    | 10 ++++----
 dselect/pkglist.cc    | 34 ++++++++++++++------------
 dselect/pkgsublist.cc | 12 ++++-----
 dselect/pkgtop.cc     | 12 ++++-----
 lib/dpkg/dbmodify.c   | 17 +++++++------
 lib/dpkg/dpkg-db.h    |  1 -
 lib/dpkg/dump.c       | 12 ++++-----
 lib/dpkg/fields.c     |  2 +-
 lib/dpkg/parse.c      |  4 +--
 lib/dpkg/parsehelp.c  |  4 +--
 lib/dpkg/pkg-db.c     |  1 -
 lib/dpkg/pkg.c        |  3 +--
 lib/dpkg/triglib.c    | 12 ++++-----
 src/archives.c        | 68 ++++++++++++++++++++++++++-------------------------
 src/cleanup.c         |  8 +++---
 src/configure.c       | 36 +++++++++++++--------------
 src/depcon.c          | 18 +++++++-------
 src/divertcmd.c       |  6 ++---
 src/enquiry.c         | 11 +++++----
 src/errors.c          |  4 +--
 src/filesdb.c         | 37 +++++++++++++++++-----------
 src/help.c            | 20 +++++++--------
 src/infodb.c          |  4 +--
 src/packages.c        | 54 ++++++++++++++++++++--------------------
 src/processarc.c      | 52 +++++++++++++++++++++------------------
 src/querycmd.c        | 27 ++++++++++----------
 src/remove.c          | 30 +++++++++++------------
 src/select.c          | 12 ++++++---
 src/trigproc.c        | 41 +++++++++++++++++--------------
 32 files changed, 323 insertions(+), 288 deletions(-)

commit 358dc84c4537815fab85beca29093d74c9b979cd
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 25 16:58:57 2011 +0100

    Update deppossi->ed to point to a pkgset instead of a pkginfo
    
    It represents only the package name of the dependency. Later deppossi
    will grow an architecture parameter that will allow us to transform
    that pkgset into the correct pkginfo (depending on the context).
    
    Note that this transformation depends on the dependency type
    (possi->up->dep_type) and as such it won't be done at parsing time
    but rather every time that we need to analyze a specific dependency.
    
    [hertzog@debian.org: (Sponsored-by: Linaro Limited)
     - Update code for new location of depended struct.
     - Update call sites for pkg_db_find() returning pkginfo. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/pkgdepcon.cc  | 44 ++++++++++++++++++---------------
 dselect/pkgsublist.cc |  4 +--
 lib/dpkg/dpkg-db.h    |  2 +-
 lib/dpkg/fields.c     |  2 +-
 lib/dpkg/parse.c      |  8 +++---
 src/archives.c        |  5 ++--
 src/depcon.c          | 67 +++++++++++++++++++++++++++------------------------
 src/enquiry.c         |  4 +--
 src/help.c            |  4 +--
 src/packages.c        |  9 ++++---
 src/processarc.c      |  4 +--
 src/remove.c          |  2 +-
 12 files changed, 82 insertions(+), 73 deletions(-)

commit 29118f3cf876edc41765065743c12b90e04a7198
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 27 15:46:37 2011 +0000

    Move the reverse dependencies from struct pkgbin to struct pkgset
    
    Reverse dependencies only consider the package name and not the package
    architecture, so they should logically be part of pkgset and not pkgbin.
    
    To reflect this, the next commit will fix struct depossi so that its ed
    member points to a pkgset.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Move reverse dependencies into a new anonymous depended struct,
       instead of two members; available_revdeps and installed_revdeps. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dselect/pkgdepcon.cc  | 12 ++++++------
 dselect/pkgsublist.cc |  2 +-
 lib/dpkg/dpkg-db.h    |  5 ++++-
 lib/dpkg/parse.c      | 24 +++++++++---------------
 lib/dpkg/pkg.c        |  3 ++-
 src/archives.c        |  4 ++--
 src/depcon.c          | 10 +++++-----
 src/enquiry.c         |  2 +-
 src/packages.c        |  4 ++--
 src/processarc.c      | 13 +++++--------
 src/remove.c          |  2 +-
 11 files changed, 38 insertions(+), 43 deletions(-)

commit 47e241d719b5d286fc6c21d3ace624ab9fdecbfe
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 25 16:57:05 2011 +0100

    libdpkg: Add new struct pkgset and use it for the in-core package database
    
    This will allow to bundle together several pkginfo instances into a
    single pkgset sharing the same package name.
    
    [hertzog@debian.org: (Sponsored-by: Linaro Limited)
     - Do not move name from pkginfo to pkgset yet.
     - Switch pkg_db_find() and pkg_db_iter_next() back to return pkginfo *,
       although initial pkg_db_iter_next() re-implementation discarded. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/dpkg-db.h | 14 +++++++++++++-
 lib/dpkg/parse.c   |  6 +++---
 lib/dpkg/pkg-db.c  | 34 +++++++++++++++++++++++++---------
 lib/dpkg/pkg.c     | 10 ++++++++++
 4 files changed, 51 insertions(+), 13 deletions(-)

commit dc6ae081c29468538516c394548c6e1edbbe02df
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Aug 27 12:42:35 2009 -0700

    dpkg: Add --foreign-architecture and --print-foreign-architectures options
    
    Two new options to dpkg, needed for multiarch:
    
    * --foreign-architecture lets you specify that packages for the
      named architecture should be installable without the use of
      --force-architecture.
    
    * --print-foreign-architectures prints out a space-separated list of all
      architectures so configured, so that front-ends can query the list.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Move dpkg option to the correct section in the man page.
     - Add --help output for both options.
     - Handle arch_foreign and arch_unknown separately in set_foreign_arch().
     - Be consistent with naming of arch plural with the rest of the code.
     - Rename act_foreignarches to act_printforeignarches. ]
    
    Based-on-patch-by: Steve Langasek <steve.langasek@canonical.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 man/dpkg.1    | 10 ++++++++++
 src/enquiry.c | 23 +++++++++++++++++++++++
 src/main.c    | 24 ++++++++++++++++++++++++
 src/main.h    |  2 ++
 4 files changed, 59 insertions(+)

commit 1201dc561bcd1605b88ceec6a7fc7d7a77a09080
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 31 11:07:54 2011 +0100

    dpkg: Use dpkg_arch_get_native() instead of native_arch

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

commit ad41337649227894f3527107a77a49dd4d81d239
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 2 08:45:49 2011 +0100

    libdpkg: Do not allow Architecture all packges with Multi-Arch field

 lib/dpkg/parse.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 865a375dca37b1d2f1db9eedd4f124519e1624bc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 10:42:47 2011 +0100

    libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_arch
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Distinguish between missing and empty Architecture field. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 dpkg-deb/build.c     |  4 ++--
 lib/dpkg/dpkg-db.h   |  3 ++-
 lib/dpkg/dump.c      | 21 +++++++++++++++++++++
 lib/dpkg/fields.c    | 16 ++++++++++++++++
 lib/dpkg/parse.c     | 11 +++++++----
 lib/dpkg/parsedump.h |  2 ++
 src/help.c           |  2 +-
 src/processarc.c     |  6 +++---
 8 files changed, 54 insertions(+), 11 deletions(-)

commit 04c0362979a832bc0044d932cd1b705cef7b0d5b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 14 12:44:21 2011 +0100

    libdpkg: Implement a centralized list of architectures
    
    The goal is to avoid having hundreds of strdup'ed architecture strings in
    memory when we can instead store some pointers to a new structure. Those
    structs are singletons and it's thus now possible to compare the pointers
    directly if we want to compare two architectures. Furthermore the struct
    allows us to store conveniently some basic information like if the
    architecture is the native one, a foreign one, a special one (all/any),
    an illegal one, no architecture present or something completely unknown.
    
    Sponsored-by: Linaro Limited
    
    [guillem@debian.org:
     - Add an explicit test for dpkg_arch_reset(), and do not rely on
       pkg_db_reset().
     - Check that the default list has exactly 3 items instead of >= 3.
     - Change call to dpkg_arch_reset() before nffreeall().
     - Rename dpkg_arch_reset() to dpkg_arch_reset_list(). ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/Makefile.am      |   2 +
 lib/dpkg/arch.c           | 174 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/arch.h           |  51 ++++++++++++++
 lib/dpkg/libdpkg.Versions |   7 ++
 lib/dpkg/pkg-db.c         |   3 +
 lib/dpkg/test/.gitignore  |   1 +
 lib/dpkg/test/Makefile.am |   1 +
 lib/dpkg/test/t-arch.c    | 134 +++++++++++++++++++++++++++++++++++
 8 files changed, 373 insertions(+)

commit e215e2795f47feec839025972ac56e647ab04822
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 1 20:06:53 2009 +0200

    libdpkg: Add Multi-Arch field support
    
    This field will allow to satisfy dependencies between packages of
    different architectures (beyond Architecture: all), and co-install
    a package with the same name but different architecture.
    
    The permitted values are:
    
    * “no”
    
      This value is equivalent to the current default, the omission of the
      field.
    
    * “same“
    
      This package is co-installable with itself, but it must not be used to
      satisfy the dependency of any package of a different architecture from
      itself.
    
    * “foreign”
    
      The package is not co-installable with itself, but should be allowed
      to satisfy the dependencies of a package of a different architecture
      from itself.
    
    * “allowed”
    
      This permits the reverse-dependencies of the package to annotate their
      Depends: field to indicate that a foreign architecture version of the
      package satisfies the dependencies, but does not change the resolution
      of any existing dependencies.

 lib/dpkg/dpkg-db.h   |  8 ++++++++
 lib/dpkg/dump.c      | 21 +++++++++++++++++++++
 lib/dpkg/fields.c    | 16 ++++++++++++++++
 lib/dpkg/parse.c     |  2 ++
 lib/dpkg/parsedump.h |  3 +++
 lib/dpkg/parsehelp.c |  9 +++++++++
 lib/dpkg/pkg.c       |  3 ++-
 src/processarc.c     |  1 +
 8 files changed, 62 insertions(+), 1 deletion(-)

commit d55bfa219c903bb5a68d5028411c935f1345911a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 1 17:13:12 2011 +0200

    Dpkg::Deps: Fix dependency evaluation logic to use arch qualifier
    
    This required adding the Architecture and Multi-Arch values in
    Dpkg::Deps::KnownFacts and is thus an API extension.

 scripts/Dpkg/Deps.pm           | 131 +++++++++++++++++++++++++++++------------
 scripts/dpkg-checkbuilddeps.pl |   5 +-
 scripts/dpkg-gencontrol.pl     |   3 +-
 scripts/t/400_Dpkg_Deps.t      |  14 ++++-
 4 files changed, 111 insertions(+), 42 deletions(-)

commit 16fb27a8392c66908d87e9821fac63a6fc3386ce
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Mar 29 23:41:53 2011 +0200

    Dpkg::Deps: Fix implications evaluation to use arch qualifiers
    
    When evaluating implications, it's important to take into account the
    arch qualifier otherwise the dependency simplification code might strip
    dependencies that cannot be stripped without altering the meaning
    of the dependency.
    
    Sponsored-by: Linaro Limited

 scripts/Dpkg/Deps.pm      | 28 ++++++++++++++++++++++++++++
 scripts/t/400_Dpkg_Deps.t | 10 +++++++++-
 2 files changed, 37 insertions(+), 1 deletion(-)

commit 33cd7a83044052a3c35167f6f704006b5881aa17
Author: Steve Langasek <vorlon@debian.org>
Date:   Sun Aug 30 01:33:38 2009 -0700

    Dpkg::Deps: Implement support for pkg:arch syntax
    
    Currently, disallow any values for 'arch' besides the special value
    'any'. This should only be relaxed once we have a policy for cross-arch
    dependencies.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Dpkg/Deps.pm | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

commit 7c6cda2a229151519b43d44545b7e0e7d8251660
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 22 07:01:48 2011 +0100

    Mark dpkg and dselect as Multi-Arch foreign
    
    Reported-by: Steve Langasek <vorlon@debian.org>

 debian/control | 2 ++
 1 file changed, 2 insertions(+)

commit 67ff65e1aa364b6626303039101754ce4863f197
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Oct 5 12:19:58 2011 +0200

    dpkg: Refactor disappear code into its own pkg_disappear() function
    
    [guillem@debian.org:
     - Rename disappear_package to pkg_disappear.
     - Rename infavor argument to infavour.
     - Update debug output. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/processarc.c | 63 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

commit c384fe2132868dc7a70799aa50bf5e8677aa6f86
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 11 09:23:17 2011 +0200

    libdpkg: Add new fd_fd_copy_and_md5()
    
    This copies the data between both file descriptors and at the same time
    computes the MD5 checksum of the copied data.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/buffer.h | 5 +++++
 1 file changed, 5 insertions(+)

commit d834b77b5d16e453b32bd36bbb5487c910e54280
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Oct 21 16:21:56 2011 +0200

    dpkg-gencontrol, dpkg-distaddfile: protect update of debian/files with a lock
    
    The lock is taken on debian/control as this is a file that we know to
    always exist. Without this lock, it's possible that the file is updated
    concurrently by two processes when parallel building is enabled (leading
    to one of them failing unexpectedly).
    
    Reported-by: James Vega <jamessan@debian.org>

 debian/changelog            |  5 +++++
 debian/control              |  2 +-
 scripts/dpkg-distaddfile.pl | 13 +++++++++++++
 scripts/dpkg-gencontrol.pl  | 13 +++++++++++++
 4 files changed, 32 insertions(+), 1 deletion(-)

commit 274f81385cecbca04826308d52e19438b62a4467
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Fri Oct 21 01:26:12 2011 -0500

    dpkg-buildflags(1): -D_FORTIFY_SOURCE=2 goes in CPPFLAGS
    
    In 1.16.1.1~8 (2011-10-02), dpkg-buildflags learned to set
    -D_FORTIFY_SOURCE=2 in CPPFLAGS instead of CFLAGS and CXXFLAGS but the
    documentation wasn't updated to match.
    
    Reported-by: James Vega <jamessan@debian.org>
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Closes: #646073

 debian/changelog      | 6 ++++++
 man/dpkg-buildflags.1 | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 0879ea6d5a9b90257c7b8be86ce53b570e23ee8b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 16 18:45:30 2011 +0200

    Update German translation of manual pages
    
    Update to 2064t.

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

commit 486241a9d3521ed093be9a02b00f4d404dc39b35
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Oct 15 11:44:05 2011 +0200

    scripts/mk: rewrite architecture.mk with explicit loops
    
    Use loops and template code instead of duplicating many similar lines.
    This avoids copy&paste typos, is shorter and easier to modify.
    
    Based-on-patch-by: Thorsten Glaser <tg@mirbsd.de>

 debian/changelog           |  2 ++
 scripts/mk/architecture.mk | 22 ++++------------------
 2 files changed, 6 insertions(+), 18 deletions(-)

commit 9cc83ca6ff8de35c114d83f7307f1f7cbcd3704f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Oct 15 10:53:38 2011 +0200

    scripts/mk: fix typo to correctly set DEB_*_ARCH_BITS in architecture.mk

 debian/changelog           | 6 ++++++
 scripts/mk/architecture.mk | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit d768b53b81c75af2456d6814d05ed9ebc745b4c9
Merge: 2ac198a66 9babd2d62
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Oct 14 08:14:44 2011 +0200

    Merge commit '1.16.1.1'

commit 9babd2d62709dd694c74fd716543c5561e169038
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 14 07:08:40 2011 +0200

    Release 1.16.1.1

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

commit 343c4935b8b7f57281564659aa6ff0d3c925d5ab
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 13 10:28:58 2011 +0200

    dpkg-buildflags: Disable bindnow if relro is not used
    
    There is no point in enabling full relro (aka bindnow) if relro is
    not enabled. It just brings its disadvantages and none of its possible
    advantages.

 debian/changelog              | 1 +
 scripts/Dpkg/Vendor/Debian.pm | 3 +++
 2 files changed, 4 insertions(+)

commit 2ac198a6658e2c88d4ee8242b091e754dacda314
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 13 07:43:22 2011 +0200

    Clarify README instructions
    
    Note that posting to the mailing list does not need subscription.
    Clearly split the software requirements for the source from git and
    the source from a tarball. Mention what functionality the compression
    libraries replace, and merge redundant project names. Make explicit
    that the curses library requirement can be lifted when disabling
    dselect. Distinguish between additional documentation and translated
    documentation. Add some basic instructions on how to configure and
    make.

 README | 72 +++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

commit 916bdba9095bd361cb2bccd6f566ecffdb206193
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 21:35:04 2011 +0200

    dpkg: Use statfs() to retrieve the infodb filesystem block size
    
    This fixes two related issues when the FIGETBSZ ioctl fails, it avoids
    a file descriptor leak because we can get the block size before the
    loop, and avoids a segfault when sorting the package array due to the
    cliendata possibly being NULL on some of the package entries because
    we can bail out before performing the actual sorting.
    
    We use the Linux specific statfs(2), because it does way less work than
    statvfs(3) and the surrounding code is already non-portable due to its
    dependency on FIEMAP.
    
    LP: #872734

 debian/changelog |  2 ++
 src/filesdb.c    | 12 +++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 8c13ffa8ea4e87ea57415dc8a1bb4a09f17822c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 10:27:58 2011 +0200

    build: Use the detected pod2man instead of hardcoding the program name

 scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 78e3a07f7e68bb521d36e2491c82bf090f188a4d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 09:49:04 2011 +0200

    build: Check for needed programs when configuring for distribution
    
    When building a distribution tarball, the full gettext suite is required
    because the *.gmo files are shipped in there. A lex program is also
    required because the tarball ships the pre-generated *.c files.
    
    Reported-by: Cyril Brulebois <kibi@debian.org>

 configure.ac     | 3 +++
 m4/dpkg-build.m4 | 9 +++++++++
 2 files changed, 12 insertions(+)

commit 942ff5d35ada01423ed52a62cc8a1f8fc8cd6428
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 12 09:45:21 2011 +0200

    build: Error out if the pkg-config m4 macros are missing on autoreconf
    
    Reported-by: Cyril Brulebois <kibi@debian.org>

 m4/dpkg-libs.m4 | 1 +
 1 file changed, 1 insertion(+)

commit 7e3260e187dfe29326c5f3bcd179b1258d468b9b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 13 08:36:04 2011 +0200

    build: Forbid m4 tokens on the output matching ^_?DPKG_
    
    This will make sure no accidentally unexpanded dpkg token is left on
    the output. The build would fail anyway, but maybe only on specific
    code paths.
    
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

commit 971f36989401e454bcd8b1d7e1b981e3a7e86a2b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 7 07:44:42 2011 +0200

    Add Pre-Depends on tar >= 1.23 to dpkg
    
    That's the tar version introducing the ‘--warning=no-timestamp’ option,
    which dpkg started to use due to #640298. The version is satisfied in
    stable, but making the dependency explicit is useful for systems
    upgrading from oldstable directly to testing (or next stable), even if
    that's not generally supported.
    
    Closes: #642802

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

commit 814dfe32963f4848047a1a22ab4f0432b05e4bba
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Wed Oct 5 21:10:43 2011 +0200

    Bump advertised po4a requirement to 0.41
    
    The po4a --srcdir and --destdir options were introduced in version
    0.36.4, but attempts to point --srcdir to a different directory than the
    cwd when running po4a produced the message “master file was not found”
    instead of doing something useful until version 0.41 (r2317, 2010-11-03).
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit eaa28ebd958001ed54a96844c90f4bf900386de3
Author: Anders F Björklund <afb@macports.org>
Date:   Wed Oct 5 08:12:07 2011 +0200

    build: Add missing square brackets on character class in sed expression
    
    Although this is not currently an issue as none of the perl scripts have
    spaces after the hashbang, it's still an incorrect expression.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4935913e08efeb815e885fb6c6c9061443a891ac
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 4 07:25:16 2011 +0200

    libdpkg: Use %option noinput instead of defining YY_NO_INPUT
    
    The latter is a flex internal implementation detail, and should not be
    relied on.

 lib/dpkg/trigdeferred.l | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9c523dd9ec83b600b96ed1ab4f346b56929d2cfa
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Oct 12 10:20:00 2011 +0200

    Dpkg::Shlibs: look into multi-arch paths when cross-building
    
    The need for this was discovered when trying to bootstrap a
    cross-toolchain against a multiarchified eglibc-source.
    
    We should explicitly add the appropriate multiarch paths to our
    library search path. These would be picked up later on anyway in the case
    of a native build, but for, e.g., bootstrapping a cross-toolchain the
    needed multiarch paths aren't going to be found in ld.so.conf.
    
    Reported-by: Steve Langasek <steve.langasek@linaro.org>

 debian/changelog       |  4 ++++
 scripts/Dpkg/Shlibs.pm | 11 ++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 44aa764eb17a7665c291b424ddc3a4b6ef5a0754
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Oct 10 10:50:02 2011 +0200

    scripts/mk: fix buildflags.mk to make use of the DEB_*_MAINT_* variables
    
    Make does not export its own variables (even those which have been
    exported explicitly) to sub-shells executed with $(shell …). Since
    dpkg-buildflags is called that way, we have to modify the command
    line to embed variable initializations to ensure that we forward the
    variables that have been set by the maintainer in debian/rules.
    
    Since this code required to loop over all possible flags, I took
    the opportunity to also set the output variables within a loop construct
    using a single template (avoids copy&paste mistakes).
    
    Reported-by: Pierre Chifflier <pollux@debian.org>

 debian/changelog         |  2 ++
 scripts/mk/buildflags.mk | 24 ++++++++++++++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)

commit ceb939d278689634037115a728fd7c083d0e4a39
Author: Thorsten Glaser <tg@mirbsd.org>
Date:   Sat Oct 8 17:25:08 2011 +0000

    scripts/mk: Fix typo by setting DEB_*_ARCH_BITS instead of DEB_*_ARCH
    
    Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog           | 2 ++
 scripts/mk/architecture.mk | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit f18c197931e280ff3594dd06585ad1a15e24bc28
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 6 16:54:57 2011 +0200

    dpkg-source: ignore changes on debian/patches/.dpkg-source-applied
    
    With 2.0 source packages, dpkg-source records as a comment in
    debian/patches/.dpkg-source-applied whether the patches have
    been applied at build time or at unpack time.
    
    This can lead to differences between the file in the build tree
    and the file in the reference tree used to check for changes.
    Thus we need to ignore that file in the diff process or the build
    might fail considering this difference as a local change that
    has not been recorded in a patch.
    
    Reported-by: Jakub Wilk <jwilk@debian.org>

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

commit 2cece5eb5d61df91e7e774511c19785afe26f596
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 6 16:17:02 2011 +0200

    Updade changelog to include some missing bug closures

 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 667bae316a302c0f62e5e38a6c791a62785af4b2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Oct 6 15:32:36 2011 +0200

    dpkg: fix trigger setup code to not reset the status of unconfigured packages
    
    The change in commit a36cadba41b19d5908bdfcb658cf01af07c1436a was wrongly
    assuming that all packages would be in one of the states
    triggers-awaited, triggers-pending or installed when
    trig_transitional_activate kicks in.
    
    That is not the case and the status reset should hence only be done when
    the current status is already such that the trigger information are
    meaningful. transitional_interest_callback_ro() is already taking care
    to not add anything in the Triggers-Pending field when the status
    is such that it would not make sense.
    
    Reported-by: Hector Oron <hector.oron@gmail.com>

 debian/changelog | 3 +++
 src/trigproc.c   | 2 ++
 2 files changed, 5 insertions(+)

commit 4cf92a8cf1b48f30a1390448041ed8f1b9dacf35
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Oct 2 15:59:45 2011 +0200

    Update German scripts translation
    
    Update to 526t.

 debian/changelog |   1 +
 scripts/po/de.po | 136 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 73 insertions(+), 64 deletions(-)

commit 128ece24446b5e7a701f94d9bdcc4c6a3c8410e3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 2 09:44:14 2011 +0200

    dpkg-buildpackage: no longer output the build flags
    
    Because dpkg-buildpackage is no longer setting the corresponding
    environment variables, and because it confuses maintainers
    who are overriding them via debian/rules and who are not seeing
    the expected values in their build log.

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

commit feac1f983ce3fb45266283ba07483e029095b022
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 09:06:53 2011 +0200

    dpkg-buildflags: Set preprocessor option -D_FORTIFY_SOURCE=2 in CPPFLAGS
    
    Instead of setting it in the CFLAGS and CXXFLAGS variables.
    
    Closes: #642521, #643632

 debian/changelog              | 5 +++++
 scripts/Dpkg/Vendor/Debian.pm | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit e255fe0c79d4992fb438d4dccb3d478fd5d4681a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 08:48:14 2011 +0200

    scripts: Improve error messages when debian/control has no package stanza
    
    dpkg-gencontrol and dpkg-gensymbols now give a descriptive error message
    when no binary package stanza is found in debian/control.
    
    Closes: #642473
    
    Based-on-patch-by: Kyle Willmon <kylewillmon@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog           | 3 +++
 scripts/dpkg-gencontrol.pl | 5 ++++-
 scripts/dpkg-gensymbols.pl | 5 ++++-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit c39e7fbcc42b5ec9f463784b52d6ff38223a8369
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sun Oct 2 08:30:13 2011 +0200

    Update Spanish manual pages translation
    
    Closes: #643969

 debian/changelog |    1 +
 man/po/es.po     | 2471 +++++++++++++++++++++++-------------------------------
 2 files changed, 1034 insertions(+), 1438 deletions(-)

commit cb3d3a2f7d6fbaa3c87eeb5e3cca3cf51d83cc18
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sun Oct 2 08:22:49 2011 +0200

    Update Spanish scripts translation
    
    Closes: #636238

 debian/changelog |   3 +
 scripts/po/es.po | 172 +++++++++++++++++++++++--------------------------------
 2 files changed, 74 insertions(+), 101 deletions(-)

commit 00741bf16dce9a1f964c17a6d20913873be97229
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Oct 2 08:14:32 2011 +0200

    Update Italian dpkg translation
    
    Closes: #627832

 debian/changelog |    3 +
 po/it.po         | 1103 ++++++++++++++++--------------------------------------
 2 files changed, 321 insertions(+), 785 deletions(-)

commit 65093cd63d8febba9b9ffb425a0b0a11619f35c0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 07:22:55 2011 +0200

    dpkg-architecture: Clarify warning about mismatched GNU system type
    
    The way to avoid the warning when cross-building is to set a correct
    CC environment variable.

 scripts/dpkg-architecture.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3f0304b640b7b5df1d727c175b59e75d69f4ba24
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 06:06:16 2011 +0200

    dpkg-architecture: Only compute the requested variables
    
    This has the following consequences:
    
    - Fixes the bootstrapping problem, as the dpkg build system only needs
      the host architecture, for which dpkg itself is not required.
    - Reduces the amount of work performed, including loading and parsing
      unnecessary table files or calling either of gcc or dpkg programs.
    
    It has the additional side-effect that some sanity checks are not
    performed over the host specified variables, but as we are not going
    to use them, even if they would give warnings, that is ok.

 debian/changelog             |   5 ++
 scripts/Dpkg/Arch.pm         |   6 +-
 scripts/dpkg-architecture.pl | 142 +++++++++++++++++++++++++++++--------------
 3 files changed, 107 insertions(+), 46 deletions(-)

commit 1ead1540e44e6ab39e4d4f917a81e0274b8a123b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 2 04:41:49 2011 +0200

    scripts: Use error() or syserr() instead of die
    
    This gives unified error messages.

 scripts/dpkg-architecture.pl   | 14 +++++++-------
 scripts/dpkg-checkbuilddeps.pl |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 5e221771128bfe7a1de87a87d94f6774047bf5dd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 1 21:21:02 2011 +0200

    dpkg-architecture: Group build and host variables setting
    
    This will make it easier to conditionally set them, and makes the code
    clearer.

 scripts/dpkg-architecture.pl | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

commit e409db2b03819bc20c858ceb3f1a20a78a70f52c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 29 18:38:57 2011 +0200

    Remove versioned coreutils Pre-Depends from dpkg
    
    This was due to the ancient md5sum transition, finished long time ago.
    
    Closes: #643746
    
    Reported-by: Bill Allombert <ballombe@debian.org>

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

commit 570886809efd1b551072fe52ccfd4e50a4175375
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 29 14:23:24 2011 +0200

    dpkg-buildflags(1): drop the quotes when setting DEB_BUILD_MAINT_OPTIONS
    
    DEB_BUILD_MAINT_OPTIONS is usually set in a Makefile and make puts the
    quotes in the variable value (i.e. it doesn't use them to delimit the
    value). This is obviously not wanted so let's fix the examples.

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

commit dd483ad8e4484e466f98e3d2deccaaa75cae099f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 29 14:13:47 2011 +0200

    dpkg-buildflags: fix --dump to return 0 as exit code
    
    Reported-by: Yves-Alexis Perez <corsac@debian.org>

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

commit e65993b1968d1a832b7bffacd6e4b1480299eda3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 29 06:06:29 2011 +0200

    build: Let the user override PERL_LIBDIR at configure time
    
    The variable is declared as precious via AC_ARG_VAR, but assigned to
    unconditionally.

 m4/dpkg-progs.m4 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2e1fc0e63d20f1bf125fabb0a0f1f57316d9a80e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 29 04:54:16 2011 +0200

    build: Abort if the perl interpreter is not found or usable
    
    The build system requires a perl interpreter to retrieve its library
    directory path and to execute dpkg-architecture.pl.

 m4/dpkg-progs.m4 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 899d7f050fbc17a84e78d1aa2739ffe281fc7e3c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 27 19:35:24 2011 +0200

    libcompat: Only include libintl.h on --disable-nls if using glibc >= 2
    
    On some systems like MacOS X, gettext's libintl.h redefines setlocale()
    to a replacement function from libintl, which will make the build fail
    if we end up including the header but not linking to libintl.
    
    This could happen when using --disable-nls to build C++ code and having
    the libintl.h header present with the setlocale() replacement function,
    but that header is only supposed to be included if building C++ code on
    a glibc system.
    
    Restore the logic before commit 8f8e9d9af75672ae051c2d3c11dd797b666b87b8,
    but explicitly check that we are not building on a uclibc system.

 debian/changelog     | 1 +
 lib/compat/gettext.h | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 9817bf199f7197a16f55ed3a1503cb634a01ce81
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 27 18:11:26 2011 +0200

    Do not assume existence of paths on the build system in the test suite
    
    Instead of using /etc use a known to exist directory in the build tree,
    and instead of hardcoding /bin/true, let the command module find it
    in the PATH.

 debian/changelog          | 1 +
 lib/dpkg/test/t-command.c | 2 +-
 src/t/100_dpkg_divert.t   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit bd4c055562a3cbfa1c74b55348e545b2fcdd3393
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 27 09:01:52 2011 +0200

    dpkg-source: let --commit create debian/patches when required
    
    Reported-by: Jakub Wilk <jwilk@debian.org>

 debian/changelog                  | 1 +
 scripts/Dpkg/Source/Package/V2.pm | 1 +
 2 files changed, 2 insertions(+)

commit 669e0ff496e6870c06de82da111ba069263a0456
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Sep 27 08:44:12 2011 +0200

    dpkg-source: do not ignore the automatic patch when checking for unrecorded changes
    
    The former behaviour to always generate the automatic patch required to
    not apply it on the tree used as a basis for the patch generation. That
    way it could be updated at each build.
    
    With the new behaviour to fail on any new change, we should no longer
    ignore it. It must be applied on the reference tree except when
    --auto-commit is on.
    
    This should fix 227 (source package) build failures in Debian unstable.

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

commit 4100cc474b96b60bd2e53d854036249b067979ac
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 06:22:31 2011 +0200

    libdpkg: Switch ‘obsolete’ variable to be a bool in f_conffiles()

 lib/dpkg/fields.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 86ec744869dc82cf5d79af5fa96c4dbd09eaebc3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 03:20:55 2011 +0200

    build: Check for the presence of the strnlen declaration
    
    This will define the HAVE_DECL_STRNLEN macro, needed so that the
    strnlen.h declares the function in case the system lacks it.

 configure.ac     | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

commit ad176b184b8c39daea7f9f4bd1c162a67934c0d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 03:16:56 2011 +0200

    libdpkg: Link unit tests with libcompat and libintl
    
    Because the unit tests might end up pulling arbitrary libdpkg modules,
    we need to link to these libraries in case they are needed on the
    system.

 debian/changelog          | 2 ++
 lib/dpkg/test/Makefile.am | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 1261f5aaa22a594f1aa02b0e4321d07bc9dcc84f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 03:15:32 2011 +0200

    libcompat: Update obstack module from gnulib
    
    The version taken is the one before the switch to GPLv3+. With a slight
    code revert to not have to include exitfail.c and exitfail.h.
    
    This fixes --disable-nls on systems where obstack support is missing, by
    using the local "gettext.h" which honours ENABLE_NLS, instead of just
    directly using <libintl.h>.
    
    This also fixes code warnings due to obsolete K&R style prototypes, and
    removes the need for bcopy checks.

 configure.ac         |   2 +-
 debian/changelog     |   2 +
 lib/compat/obstack.c | 422 +++++++++++++++------------------------------------
 lib/compat/obstack.h | 351 ++++++++++++++++--------------------------
 4 files changed, 258 insertions(+), 519 deletions(-)

commit 0fec3eb7e3c820061d3aa44dd83b7be3decb03c4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 25 03:18:47 2011 +0200

    libdpkg: Move <config.h> and <compat.h> to the top of the flex file
    
    Use the %top directive to force those includes to be the first in the
    source code, so that the system correctly picks up desired features,
    like LFS.
    
    Prompted-by: Jonathan Nieder <jrnieder@gmail.com>

 debian/changelog        | 4 ++++
 lib/dpkg/trigdeferred.l | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 155c30759a8cc97ed65b7611a33228da8717d633
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 02:09:55 2011 +0200

    libdpkg: Add missing symbols to the version script

 lib/dpkg/libdpkg.Versions | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 4c8be790d10ac0c8804077f69ae345a0bd9b514c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Sep 23 17:30:36 2011 +0200

    Update German translation of manual pages
    
    Update to 2064t.

 debian/changelog |  7 +++++++
 man/po/de.po     | 14 ++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit 437f8b53910c0b59df6182fc23a1485f8638c745
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 23 06:00:18 2011 +0200

    Release 1.16.1

 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e64ab34cd022b2d4381c85643ef29a0f0df42394
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 23 05:59:26 2011 +0200

    Add debian/changelog entry for .deb large file support (LFS) fixes

 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

commit 75909e0cb643ee165929f405cca6c82eb6242b04
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 23 03:49:53 2011 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |   22 +-
 man/po/dpkg-man.pot     |  454 +++++++++++++-------
 man/po/es.po            |  447 +++++++++++++++-----
 man/po/fr.po            |  479 +++++++++++++++++-----
 man/po/hu.po            |  398 +++++++++++++-----
 man/po/ja.po            |  405 +++++++++++++-----
 man/po/pl.po            |  445 ++++++++++++++------
 man/po/pt_BR.po         |  395 +++++++++++++-----
 man/po/ru.po            |  401 +++++++++++++-----
 man/po/sv.po            |  114 +-----
 po/ast.po               | 1021 +++++++++++++++++++++++----------------------
 po/bs.po                |  976 +++++++++++++++++++++----------------------
 po/ca.po                | 1038 ++++++++++++++++++++++++----------------------
 po/cs.po                | 1038 ++++++++++++++++++++++++----------------------
 po/da.po                | 1038 ++++++++++++++++++++++++----------------------
 po/de.po                |  412 +++++++++----------
 po/dpkg.pot             |  978 ++++++++++++++++++++++----------------------
 po/dz.po                | 1013 +++++++++++++++++++++++----------------------
 po/el.po                | 1015 +++++++++++++++++++++++----------------------
 po/eo.po                | 1038 ++++++++++++++++++++++++----------------------
 po/es.po                | 1038 ++++++++++++++++++++++++----------------------
 po/et.po                | 1009 +++++++++++++++++++++++----------------------
 po/eu.po                | 1038 ++++++++++++++++++++++++----------------------
 po/fr.po                | 1043 ++++++++++++++++++++++++----------------------
 po/gl.po                | 1015 +++++++++++++++++++++++----------------------
 po/hu.po                | 1015 +++++++++++++++++++++++----------------------
 po/id.po                | 1038 ++++++++++++++++++++++++----------------------
 po/it.po                | 1045 ++++++++++++++++++++++++-----------------------
 po/ja.po                | 1042 ++++++++++++++++++++++++----------------------
 po/km.po                | 1013 +++++++++++++++++++++++----------------------
 po/ko.po                | 1038 ++++++++++++++++++++++++----------------------
 po/ku.po                |  978 ++++++++++++++++++++++----------------------
 po/lt.po                | 1001 +++++++++++++++++++++++----------------------
 po/mr.po                | 1001 +++++++++++++++++++++++----------------------
 po/nb.po                | 1038 ++++++++++++++++++++++++----------------------
 po/ne.po                | 1013 +++++++++++++++++++++++----------------------
 po/nl.po                | 1015 +++++++++++++++++++++++----------------------
 po/nn.po                |  995 ++++++++++++++++++++++----------------------
 po/pa.po                | 1014 +++++++++++++++++++++++----------------------
 po/pl.po                | 1021 +++++++++++++++++++++++----------------------
 po/pt.po                | 1038 ++++++++++++++++++++++++----------------------
 po/pt_BR.po             | 1015 +++++++++++++++++++++++----------------------
 po/ro.po                | 1038 ++++++++++++++++++++++++----------------------
 po/ru.po                | 1038 ++++++++++++++++++++++++----------------------
 po/sk.po                | 1038 ++++++++++++++++++++++++----------------------
 po/sv.po                |  443 ++++++++++----------
 po/th.po                | 1038 ++++++++++++++++++++++++----------------------
 po/tl.po                |  995 ++++++++++++++++++++++----------------------
 po/vi.po                | 1038 ++++++++++++++++++++++++----------------------
 po/zh_CN.po             | 1038 ++++++++++++++++++++++++----------------------
 po/zh_TW.po             | 1013 +++++++++++++++++++++++----------------------
 scripts/po/ca.po        |  111 ++---
 scripts/po/de.po        |    5 +-
 scripts/po/dpkg-dev.pot |  111 ++---
 scripts/po/es.po        |  117 +++---
 scripts/po/fr.po        |  124 +++---
 scripts/po/pl.po        |  116 +++---
 scripts/po/ru.po        |  117 +++---
 scripts/po/sv.po        |    5 +-
 90 files changed, 23917 insertions(+), 21122 deletions(-)

commit e70decaabe0eb0ecec595a56ec4b06318454f478
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 21 21:13:47 2011 +0200

    Add project documentation to the top level README
    
    This will help people getting the source from git, or downstream
    packagers on how to build from source or interact with the
    maintainers.

 README | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 110 insertions(+), 3 deletions(-)

commit 7af8fb2f01df10ffd65b733772fd3ef88f808cc3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 08:47:58 2011 +0200

    dpkg-buildflags: Disable bind now by default
    
    This option has a startup performance hit on slow systems, particularly
    due to slow I/O, the effects of which cannot be reverted except for a
    rebuild. It might make sense for long running processes where the
    startup time is not that important, and the security improvements do
    actually matter. Another option is to set the environment variable
    LD_BIND_NOW=1 for the long running process, so that the sysadmin can
    disable it if desired.

 man/dpkg-buildflags.1         | 4 ++--
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 7cdaeb8a1cf5d69dafca107ab30dfad3ece1ee16
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 22 04:18:05 2011 +0200

    scripts/mk: Simplify sed expression for DEB_DISTRIBUTION

 scripts/mk/pkg-info.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cfba9b80fea680d561671713b78044c365a14924
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Sep 21 22:44:00 2011 +0200

    scripts/mk/pkg-info.mk: DEB_DISTRIBUTION returns all listed distributions
    
    Update DEB_DISTRIBUTION to return all distributions listed in the current
    changelog entry instead of only the first one.

 scripts/mk/pkg-info.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c10517e66a9d62b4a2be9b08f7d3f42378c46ff9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Sep 21 08:48:37 2011 +0200

    scripts/mk/pkg-info.mk: adjust variable names
    
    Rename DEB_VERSION_NOREV and DEB_VERSION_NOEPOCH to
    DEB_VERSION_EPOCH_UPSTREAM and DEB_VERSION_UPSTREAM_REVISION to define
    them by inclusion rather than by exclusion.
    
    Rename DEB_SOURCE_PACKAGE into the less verbose DEB_SOURCE.
    
    Suggested-by: Guillem Jover <guillem@debian.org>

 scripts/mk/pkg-info.mk | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 966a4f6bd2ef733aba463e1c89a6a5aebfc3499e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 17:40:04 2011 +0200

    build: Pack [type:man] entries in po4a.cfg
    
    There's a huge amount of blank lines which mostly distract from the
    actual content, remove them and fold the lines referring to the man
    page into a single line and leave the addendum line on its own.

 man/po/po4a.cfg | 165 ++++++++++++++------------------------------------------
 1 file changed, 41 insertions(+), 124 deletions(-)

commit 0ed90da7f4ec6828d85dc78a98b3c8d32f55151b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 17:12:56 2011 +0200

    build: Merge PO4A_COMMON_OPTS and PO4A_BUILD_OPTS into PO4A_OPTS

 man/Makefile.am | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 822ea85c7c16d45f932f9c86f5ac0a04a8c304c2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 17:01:23 2011 +0200

    build: Use po4a --srcdir and --builddir
    
    This avoids the absolute paths in the po4a Discard output messages,
    and simplifies the build infrastructure by not needing the change
    directory gymnastics and builddir po4a variable in the po4a.cfg file.
    
    It's been enough time now since #538136 was filed precisely for dpkg
    needs, to rely on these “new” options.

 debian/changelog |  2 ++
 debian/control   |  2 +-
 man/Makefile.am  |  8 +++---
 man/po/po4a.cfg  | 82 ++++++++++++++++++++++++++++----------------------------
 4 files changed, 47 insertions(+), 47 deletions(-)

commit 572caf52457bc4158f6443aa455414e1d5e861dd
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 16:48:51 2011 +0200

    build: Use rm instead of po4a on make clean to not change the .pot file
    
    There's no way to invoke po4a for the clean target w/o it possibly
    modifying the .pot file, which makes the distcheck target fail in
    that case.

 man/Makefile.am | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 3081af870546d7920d56a44611b7bc185286bda8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 19 16:34:14 2011 +0200

    build: Place all man rules at the end of the Makefile.am

 man/Makefile.am | 146 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 74 insertions(+), 72 deletions(-)

commit 5fc9084fd7c439bbc73a3628b513e028c984ac29
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 18 19:22:59 2011 +0200

    dpkg: Destroy the dpkg_error variables on warnings
    
    The leak on cmpversions() does not pose any issue on normal operation as
    the program will exit immediately and the memory will be freed by the
    system, but once --command-fd is enabled, it could actually be a problem
    due to a long running dpkg process leaking repeatedly.
    
    The leak on parse_db_version() is actually problematic as it can act
    repeatedly if there's tons of warnings when parsing.
    
    Regression introduced in commit ccc26399f2f0e295da1206c5ce81fe81a5dc0e21.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 lib/dpkg/parsehelp.c | 2 ++
 src/enquiry.c        | 2 ++
 2 files changed, 4 insertions(+)

commit e2f95d8abee9978f480c8e1e4a31ed420900509c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 18 09:42:48 2011 +0200

    Update German translation of manual pages
    
    Update to 2064t.

 man/po/de.po | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

commit 96f21bd6d8cac9ce75726ba2626fbac86933bf9f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 16 23:39:09 2011 +0200

    build: Ignore perl test programs for coverage report

 scripts/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c24e8eba3b4fa687e77259822e9ae91735ac1941
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 16 22:17:09 2011 +0200

    s-s-d(8): Document the optional “:group|gid” argument for --chuid

 debian/changelog        | 1 +
 man/start-stop-daemon.8 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 49ad180074dd59337622c568391770936cf912c4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 16 19:41:31 2011 +0200

    s-s-d: Reset the user and group names from the password entry on --chuid
    
    This guarantees the initgroups() call will not fail when the user
    specified the user to change to as a uid instead of a username.
    
    Closes: #641834
    
    Reported-by: Andreas Pretzsch <apr@cn-eng.de>

 debian/changelog          | 2 ++
 utils/start-stop-daemon.c | 2 ++
 2 files changed, 4 insertions(+)

commit f82c23a76d028c3b7d4df41d51a8eaacb5162b88
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 15 04:41:30 2011 +0200

    s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_H
    
    The function on those systems did not have their return code updated
    for the status code.

 utils/start-stop-daemon.c | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

commit 9805ef20ebf7141c419376af68e7476b5c0dd5c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 23:32:43 2011 +0200

    s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a warning

 utils/start-stop-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e5585ff0c70be2070190defa6c2d04039c3fcb4
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 08:50:03 2011 +0200

    dpkg-buildflags(1): Fix ld option name from -z,bindnow to -z,now

 man/dpkg-buildflags.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 82f4497f3bbe41d52fe697868d53732bb355da81
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 05:19:50 2011 +0200

    u-a: Free struct alternative_map variables
    
    Take references when adding duplicate entries of the same alternative
    on load, and add a new alternative_map_free() function to free an
    alternative_map variable.

 utils/update-alternatives.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 3b2b9aea518f3e3a562a57a9d7caa2623b4876ff
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 13 05:17:34 2011 +0200

    u-a: Add ref counting support to struct alternative
    
    This will allow to properly free an alternative map which contains
    duplicated references to the same alternative struct.

 utils/update-alternatives.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit d918d025f1ef1c15b76eb2fcc14d5830514937a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 18 07:11:48 2011 +0200

    dpkg: Do not fail on version parsing warnings in --compare-versions
    
    The bogus versions might get fed into «dpkg --compare-versions» by
    way of maintainer scripts, which would get the bogus versions from
    the database, somewhere dpkg still allows those to exist.

 debian/changelog |  3 +++
 src/enquiry.c    | 16 ++++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

commit ccc26399f2f0e295da1206c5ce81fe81a5dc0e21
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 04:18:47 2011 +0200

    libdpkg: Switch parseversion() to use dpkg_error
    
    This allows to merge back the parseversion_lax() and
    version_strict_check() functions into a single parseversion(), which
    performs all the validation, but issues different types of dpkg_error
    messages on error. Which simplifies parse_db_version() and will allow
    for callers to distinguish the error conditions and handle them as
    they see fit.

 lib/dpkg/dpkg-db.h        |   5 ++-
 lib/dpkg/parsehelp.c      | 100 +++++++++++++++++++---------------------------
 lib/dpkg/test/t-version.c |  69 +++++++++++++++++++++-----------
 src/enquiry.c             |  12 +++---
 4 files changed, 94 insertions(+), 92 deletions(-)

commit b03f212d3a29bef2be2f269f0656e482bb9e56ad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 10 19:50:15 2011 +0200

    libdpkg: Add new error module
    
    This new module provides error reporting infrastructure, which will
    be used to report back error information from inner functions that
    are not supposed to ohshit() directly, the caller should be
    responsible for the outcome, including just forwarding the error
    to its own caller.

 lib/dpkg/Makefile.am |  2 ++
 lib/dpkg/error.c     | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/error.h     | 49 +++++++++++++++++++++++++++
 3 files changed, 144 insertions(+)

commit 07a8f6d882c019ed039442237c53d8333dc9c4a5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 16 17:23:53 2011 +0200

    libdpkg: Add more test cases for version parsing failures

 lib/dpkg/test/t-version.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 11bb86fe8aa208de4453589da31cf5c62649f091
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 14 05:07:19 2011 +0200

    libdpkg: Rename err variables to z_errnum and bz_errnum
    
    Make the variables more specific and clear about their intended purpose.

 lib/dpkg/compress.c | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 39a535646fe17f4f9d9db88295e406443d1bc40a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 10 10:14:40 2011 +0200

    libdpkg: Move ohshite calls into the buffer_copy loop

 lib/dpkg/buffer.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 49a0022b72df33589fc416c30dc33a82f5f58ea6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 17 15:58:51 2011 +0200

    libdpkg: Refactor path basename code into new path_basename function
    
    This function is an equivalent of the GNU basename, but this one will
    work consistently on any system regardless of libc used.

 dpkg-split/split.c     |  8 +++-----
 lib/dpkg/command.c     | 11 +++++------
 lib/dpkg/path.c        | 21 ++++++++++++++++++++-
 lib/dpkg/path.h        |  3 ++-
 lib/dpkg/progname.c    | 10 ++--------
 lib/dpkg/test/t-path.c | 13 +++++++++++++
 src/configure.c        |  5 ++---
 7 files changed, 47 insertions(+), 24 deletions(-)

commit b6b23a82594019d08dcdaf4f8b2a238dce78c945
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 17 05:09:56 2011 +0200

    libdpkg: Add new mod-db, progname and subproc modules test cases

 lib/dpkg/test/.gitignore   |  3 ++
 lib/dpkg/test/Makefile.am  |  6 ++-
 lib/dpkg/test/t-mod-db.c   | 56 ++++++++++++++++++++++++++++
 lib/dpkg/test/t-progname.c | 46 +++++++++++++++++++++++
 lib/dpkg/test/t-subproc.c  | 91 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 201 insertions(+), 1 deletion(-)

commit 7e26acd008d38f6d56c26e6a595430636ea40211
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 17 05:07:13 2011 +0200

    libdpkg: Add missing test cases for the command and varbuf modules

 lib/dpkg/test/t-command.c | 22 +++++++++++++++++++++-
 lib/dpkg/test/t-varbuf.c  | 24 ++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 1 deletion(-)

commit 02b48efd59416b79a51e9a08ef576df6110f4f8a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 16 19:46:37 2011 +0200

    libdpkg: Unify test_varbuf_add function naming

 lib/dpkg/test/t-varbuf.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 4aadfe74c5cce5a6acc45e1527d64583ee1b4d45
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 11 05:14:30 2011 +0200

    dpkg-split: Do not include trailing slash in PARTSDIR

 dpkg-split/dpkg-split.h |  2 +-
 dpkg-split/main.c       | 10 ----------
 dpkg-split/queue.c      |  9 ++++-----
 3 files changed, 5 insertions(+), 16 deletions(-)

commit 172b6bcca0e5a757e0e0bd132c319abe447f3e01
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Sep 14 07:39:51 2011 +0100

    Fixed typo in Swedish man page translation.

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

commit 9261a6b4f085c8e2cf87f64d363283f6d84e5b29
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Sep 13 08:30:14 2011 +0100

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

 man/po/sv.po | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 76 insertions(+), 11 deletions(-)

commit 3609b52cca240eea58735907d9810486f560e5fe
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Sep 12 10:57:38 2011 +0200

    update-alternatives: properly handle stat()/lstat() failures
    
    Fix update-alternatives to always fail when lstat() or stat() fails
    with something else than ENOENT. There were many places testing
    the existence of files with “stat() == 0” and “stat() == -1 && errno ==
    ENOENT” wrongly assuming that the only failure cause is ENOENT.

 utils/update-alternatives.c | 34 +++++++++++++++++++++++++---------
 1 file changed, 25 insertions(+), 9 deletions(-)

commit bf9cefeb7abd4bb0445b3a39a74d5594e247cd8e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Sep 12 10:20:05 2011 +0200

    update-alternatives: use alternative_path_classify() more extensively
    
    Constructs like “lstat(foo, &st) == 0 && S_ISLNK(st.st_mode)” do not
    fail when lstat() fails and they should really fail except when
    the failure is due to a missing foo (ENOENT).
    
    Using alternative_path_classify() achieves this.

 utils/update-alternatives.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9dcb50a59414e1fe0e6a8a4c8ee9f59d10706396
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Sep 12 09:42:11 2011 +0200

    update-alternatives: new non-regression test
    
    This one catches the regression introduced in
    6c481e19a532080643e3cf5c76760df8009ea2c7 and fixed in
    9dceac005a0331ceb840f9c8273c7fd195413516.
    
    It should also catch the former problem of passing NULL to stat() (via
    new_file). But this did not trigger any segfault, merely a failure
    with EFAULT.

 utils/t/100_update_alternatives.t | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 9dceac005a0331ceb840f9c8273c7fd195413516
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Sep 12 09:18:06 2011 +0200

    Revert "u-a: Use xreadlink() instead of areadlink() in alternative_evolve()"
    
    This reverts commit 6c481e19a532080643e3cf5c76760df8009ea2c7 and
    changes the surrounding code to deal correctly with the case where
    areadlink() returns NULL.
    
    This part of the code really had to cope with a non-existing
    /etc/alternatives/slave.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 utils/update-alternatives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4d5d022c8b1b4182482f47c6dc9cafdfdea18c66
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 11 15:19:35 2011 +0200

    Sort language names properly

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

commit e84161fccee033d365688017c7006970ccd6941b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 11 15:18:26 2011 +0200

    Update German translation of manual pages
    
    Update to 2064t.

 man/po/de.po | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 53 insertions(+), 2 deletions(-)

commit 9e3e62ba287c02bc2ddce7734456244be2ab7356
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Sep 11 10:03:11 2011 +0100

    Update Swedish translation:
    
    po/sv.po: 1023t0f0u.
    scripts/po/sv.po: 525t0f0u.
    man/po/sv.po: 2043t2f19u (hardening section not translated).

 man/po/sv.po     | 792 ++++++++++++++++++++++++++-------------------
 po/sv.po         | 967 ++++++++++++++++++++++++++++---------------------------
 scripts/po/sv.po | 165 ++++------
 3 files changed, 1020 insertions(+), 904 deletions(-)

commit 25e7f50e87bf901a8cd22c39ce0f57c96661a8ba
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Sep 10 20:11:55 2011 +0200

    Update German translation of manual pages
    
    Update to 2056t0f8u.

 man/po/de.po | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 241 insertions(+), 9 deletions(-)

commit fa50333bd0f9e33912e04e30b0a677aaf7460c46
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Sep 10 19:11:44 2011 +0200

    Update German scripts translation
    
    Update to 525t.

 scripts/po/de.po | 109 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 58 insertions(+), 51 deletions(-)

commit 3d146e437681323d05ae5c8345d85579a3cffffe
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 10 18:32:30 2011 +0200

    Fix bug closure for “dpkg-deb: Do not warn on strange timestamps”
    
    Spotted-by: Carl Fürstenberg <azatoth@gmail.com>

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2266fdc6df762fa9d2371411de3e0c7adfbc0fd2
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Sep 9 11:35:18 2011 +0200

    German dpkg translation update
    
    Update to 1022t.

 po/de.po | 630 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 317 insertions(+), 313 deletions(-)

commit 2ccd37bcadf4ab95a815b0952f933d3e73555366
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 09:02:27 2011 +0200

    build: Ship debian/dpkg.prerm in the dist tarball
    
    Regression introduced in commit cf6b98d3738d1fe8b3119b71fd8321c12feb618c.

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 972095bea5f6bcf3a14f3b3151ca3ca56eff6744
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 06:24:19 2011 +0200

    dpkg-buildflags(1): Escape minus sign

 man/dpkg-buildflags.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1e5cdccd104a1fe819b501ae0c3ff63170617f70
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 05:55:37 2011 +0200

    libdpkg: Do not generate the unused infodir in modstatdb_init()

 lib/dpkg/dbmodify.c | 2 --
 1 file changed, 2 deletions(-)

commit 25f368cb9756f4fe238aff9f0f7ee3b15e2e86a4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 06:38:41 2011 +0200

    dpkg: Refactor control directory creation on unpack

 src/processarc.c | 74 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 43 insertions(+), 31 deletions(-)

commit 0e63ea3ee1a247e581eef0fdee453d09f7a358f7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 06:20:43 2011 +0200

    Do not include trailing slash for directory string literals
    
    This makes it more natural to manage the directory names, and avoids
    some doubled slashes.

 lib/dpkg/dpkg.h         | 6 +++---
 lib/dpkg/trigdeferred.l | 1 +
 lib/dpkg/triglib.c      | 1 +
 src/filesdb.c           | 1 +
 src/infodb.c            | 1 +
 src/processarc.c        | 8 +++-----
 6 files changed, 10 insertions(+), 8 deletions(-)

commit af4a5dd8bb2e88c0d97646b697f60f9e9d265fdf
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 5 16:08:51 2011 +0200

    libdpkg: Move trigger note support to a new trignote module
    
    This detangles the trigger note support from triglib and avoids code
    using parsedb() to end up pulling the triglib and dbmodify modules.
    This reduces the dpkg-deb binary size.

 debian/changelog     |   2 +
 lib/dpkg/Makefile.am |   1 +
 lib/dpkg/triglib.c   |  99 ---------------------------------------
 lib/dpkg/trignote.c  | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 131 insertions(+), 99 deletions(-)

commit a4298e6ff245505a5a963a08fe2d40ecad9c595e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 6 05:59:13 2011 +0200

    libdpkg: Refactor trig_awaited_pend_head processing into new functions
    
    This will allow accessing trig_awaited_pend_head from a different
    module, w/o needing to pull in triglib.

 lib/dpkg/triglib.c | 28 ++++++++++++++++++++--------
 lib/dpkg/triglib.h |  5 +++++
 2 files changed, 25 insertions(+), 8 deletions(-)

commit f3dcf914203a42c9080f128d7e8263e8a0fb7ffa
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 6 05:54:36 2011 +0200

    libdpkg: Rename trig_enqueue_awaited_pend to trig_awaited_pend_enqueue

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

commit 2e9a20901a16a1b3f2b392ad14c321712073b3f1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 5 16:03:21 2011 +0200

    libdpkg: Move trig_name_is_illegal to a new trigname module
    
    This detangles the function from the triglib module, avoiding
    dpkg-trigger to pull it, and reducing its size.

 debian/changelog     |  2 ++
 lib/dpkg/Makefile.am |  1 +
 lib/dpkg/triglib.c   | 16 ----------------
 lib/dpkg/trigname.c  | 42 ++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in       |  1 +
 5 files changed, 46 insertions(+), 16 deletions(-)

commit 8ed2e04c2b1bfa247e34da01c0e84612ce7dc84b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 4 16:07:29 2011 +0200

    dpkg-deb: Do not warn on strange timestamps
    
    The external extractor is only used on dpkg-deb -x (and friends), which
    is only used by dpkg when extracting the control member. The internal
    dpkg tar extractor never warns on timestamps, and there's no point for
    dpkg to induce those warnings on the control extraction either.
    
    Closes: #640298

 debian/changelog   | 2 ++
 dpkg-deb/extract.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 920596da263ed1342668a9fe5b59f8bbb52445dd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 1 15:17:35 2011 +0200

    dpkg: Fix double “error:” string in missing PATH error output
    
    Closes: #639997

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

commit 05ce02f897fbe2a455cacb064fd5bc5a6bf182d9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 18:07:13 2011 +0200

    u-a: Update alternative links only if they change
    
    There's no point in changing the links to the same target. This also
    helps when systems might have a read-only file system mounted, but a
    writable database.
    
    Closes: #636700
    
    Based-on-patch-by: Salvatore Bonaccorso <carnil@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog            |  3 +++
 utils/update-alternatives.c | 32 +++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 3 deletions(-)

commit 3518e4d159412c31c2de413b7bc358870b6c5c02
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 8 10:19:28 2011 +0200

    u-a: Refactor alternative_path_classify from alternative_can_replace_path

 utils/update-alternatives.c | 32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)

commit c922a8f681dc27135947ebdaff68fc3158614807
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 8 19:12:20 2011 +0200

    u-a: Do not try to readlink() a non-symlink
    
    Return early in case the path is not a symlink, there's no point in
    calling readlink() if we know it's going to fail.

 utils/update-alternatives.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 6c481e19a532080643e3cf5c76760df8009ea2c7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 8 10:10:06 2011 +0200

    u-a: Use xreadlink() instead of areadlink() in alternative_evolve()
    
    The function does not expect the readlink call to fail.

 utils/update-alternatives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7c7522dd3e29af582eddda7b10b521337a7b21c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 6 04:19:03 2011 +0200

    u-a: Split xreadlink() allocation code into areadlink()
    
    Using a bool as an argument for a function already taking several
    arguments is almost never a good interface, it's not clear from
    the call sites what it refers to and as such prone to confusion.
    
    Split the main xreadlink() code into a function that allocates but
    can return NULL, and make xreadlink() use the common semantics of
    never failing.

 utils/update-alternatives.c | 42 ++++++++++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 16 deletions(-)

commit 5f40ae0644cf266f533d63cdc8643164f4d6b3c3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 20:40:42 2011 +0200

    dpkg: Print a message instead of asserting on readlink/stat size discrepancy
    
    This will help the user diagnose which file was affected and in
    correcting the situation, which in most cases is due to file system
    breakage, or non POSIX compliance.
    
    Closes: #639229

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

commit a23c74e708972c7e566ea8255728184393963825
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 25 20:40:02 2011 +0200

    dpkg: Change type of variable r from int to ssize_t in conffderef()

 src/configure.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2b824afa6bb06b7cb757423b248f6907e9919e86
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 21:51:47 2011 +0200

    libdpkg: Detangle buffer filter logic from write logic

 lib/dpkg/buffer.c | 51 +++++++++++++++++++++++++++++++++++++++------------
 lib/dpkg/buffer.h | 31 +++++++++++++++++++++----------
 2 files changed, 60 insertions(+), 22 deletions(-)

commit 2cd316401fa2451e266562cf689bdfc7b4c501e8
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 21:51:47 2011 +0200

    libdpkg: Add new BUFFER_FILTER_NULL filter action

 lib/dpkg/buffer.c | 5 +++++
 lib/dpkg/buffer.h | 2 ++
 2 files changed, 7 insertions(+)

commit 3c83f54bfe1f7d17c878c0897f9762ea8adc64dc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 17 14:11:43 2011 +0200

    libdpkg: Rename BUFFER_WRITE_MD5 to BUFFER_FILTER_MD5

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

commit 7585faa92009f15b06e346cddaa5e4ce92df7079
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 10:25:38 2011 +0200

    libdpkg: Namespace buffer init and done functions with buffer_filter_
    
    This makes it clear these functions are not to initialize normal
    buffer operations, but just for when a filter is in place.

 lib/dpkg/buffer.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 3650a669fb01737444656916a6a7a09e82800679
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 10:55:45 2011 +0200

    libdpkg: Rename fd_null_copy() to fd_skip()

 dpkg-deb/extract.c | 12 ++++++------
 dpkg-split/join.c  |  2 +-
 lib/dpkg/buffer.h  |  2 +-
 src/archives.c     |  6 +++---
 src/processarc.c   |  2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

commit 3416f1d5c7a78e49a52f079b1e2a8576025650cb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Sep 9 07:19:27 2011 +0200

    libdpkg: Add a test case for fd_md5()

 lib/dpkg/test/t-buffer.c | 42 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 37 insertions(+), 5 deletions(-)

commit d1abb6e80d72acffabecd352290dc10121f2c085
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 7 04:53:25 2011 +0200

    Convert translation files to UTF-8
    
    Consolidating the charset used for all files in the repository makes
    diff actually useful, otherwise when showing a patch involving distinct
    charsets it's not possible to display them correctly due to the mixture.

 dselect/po/da.po |  458 +++++++++++------------
 man/po/fr.add    |    4 +-
 man/po/hu.add    |    2 +-
 man/po/pl.add    |    4 +-
 man/po/po4a.cfg  |   12 +-
 man/po/pt_BR.po  | 1084 +++++++++++++++++++++++++++---------------------------
 man/po/ru.add    |    8 +-
 man/po/sv.add    |    2 +-
 8 files changed, 787 insertions(+), 787 deletions(-)

commit 9288e573b0d1069f4a56caa95838f0157f1a23e7
Author: Kees Cook <kees@debian.org>
Date:   Mon Sep 5 23:34:49 2011 -0700

    dpkg-buildflags(1): add initial hardening documentation
    
    Document the various hardening options that can be enabled/disabled
    via DEB_BUILD_MAINT_OPTIONS.
    
    Improved-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Kees Cook <kees@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 man/dpkg-buildflags.1 | 109 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 108 insertions(+), 1 deletion(-)

commit f3bb7d4939ae95cf44c89e8f599e7ed5da431e57
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 22:10:49 2011 +0200

    dpkg-buildflags: emit hardening build flags by default
    
    All the hardening build flags supported by hardening-includes
    are supported except that PIE is not enabled by default (just like
    the corresponding gcc patch doesn't enable it by default).
    
    Inspired by the work of Kees Cook <kees@debian.org>.

 debian/changelog              |  3 ++
 scripts/Dpkg/BuildFlags.pm    |  1 +
 scripts/Dpkg/Vendor/Debian.pm | 88 ++++++++++++++++++++++++++++++++++++++++++-
 scripts/Dpkg/Vendor/Ubuntu.pm |  4 ++
 4 files changed, 95 insertions(+), 1 deletion(-)

commit ed84a9339452b934f4e740e389820e852a8bcd31
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Aug 2 14:15:17 2011 +0200

    Dpkg::BuildOptions: enable usage of alternative variable names

 scripts/Dpkg/BuildOptions.pm      | 26 ++++++++++++++++++--------
 scripts/t/300_Dpkg_BuildOptions.t |  6 +++++-
 2 files changed, 23 insertions(+), 9 deletions(-)

commit 08808c28500e7e027e58d32e434a3dc082e43e7d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Sep 8 17:53:13 2011 +0200

    Update German translation of manual pages
    
    Update to 2038t.

 man/po/de.po | 74 ++++++++++++++++++++----------------------------------------
 1 file changed, 24 insertions(+), 50 deletions(-)

commit bcd5c89ab1621264e09e525826b2132490f35e07
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 3 14:34:31 2011 +0200

    dpkg-source(1): add example of extend-diff-ignore's usage
    
    Suggested-by: Christoph Berg <myon@debian.org>
    Closes: #640198

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

commit cb0fa9cdbc8d081edb2d4044dbf1cfe4e88dba0f
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Sep 4 18:57:23 2011 +0100

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

 man/po/sv.po | 269 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 125 insertions(+), 144 deletions(-)

commit ea50f9a4027deb105a6067cdd7063289cb89967b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 24 19:35:38 2011 +0200

    Update German translation of manual pages
    
    Update to 2038t.

 man/po/de.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 82ae1a8cc5fd74a2a0e8c0fb9887196bc953e856
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Aug 23 19:52:16 2011 +0200

    Add test for hardlink to a conffile to t-unpack-hardlink
    
    See http://bugs.debian.org/638291 for details.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 t-unpack-hardlink/.gitignore                    | 1 +
 t-unpack-hardlink/Makefile                      | 8 +++++++-
 t-unpack-hardlink/pkg-hardlink/DEBIAN/conffiles | 2 ++
 3 files changed, 10 insertions(+), 1 deletion(-)

commit f3418186f6b093162d9e6b47e73d01d795c2ef98
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 05:24:39 2011 +0200

    dpkg-source: Make single-debian-patch not abort on upstream changes
    
    The single-debian-patch option usage in Dpkg::Source::Package::V2
    was typoed as single_debian_patch, and thus not avoiding aborting
    on upstream changes. Instead of fixing the typo, let's just not
    expose single-debian-patch in Dpkg::Source::Package::V2, as it's
    Dpkg::Source::Package::V3::quilt specific and as such a layer
    violation, the code will just set auto_commit when single-debian-patch
    is specified, which is the actual intended behaviour. Reflect this
    explicitly in the man page.
    
    Regression introduced in commit 46b688e4824f00842568b517b119eec34a5f7286.
    
    Reported-by: Bernhard R. Link <brlink@debian.org>

 man/dpkg-source.1                       | 2 +-
 scripts/Dpkg/Source/Package/V2.pm       | 3 +--
 scripts/Dpkg/Source/Package/V3/quilt.pm | 2 ++
 3 files changed, 4 insertions(+), 3 deletions(-)

commit d97161c298625c8475b0b3d2d9e89e60ae56a5ff
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 23 03:55:27 2011 +0200

    Dpkg::Source::Package: Use “-z” instead of “not -s”

 scripts/Dpkg/Source/Package/V2.pm       | 2 +-
 scripts/Dpkg/Source/Package/V3/quilt.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a596ab8ef36ade2743dbd442d660b36146574624
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Aug 22 20:57:14 2011 +0200

    Update German scripts translation
    
    Update to 523t.

 scripts/po/de.po | 70 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 36 deletions(-)

commit 513ad320a9677766f50aa2741d23987bce5b92a5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Aug 22 20:33:18 2011 +0200

    Update German translation of manual pages
    
    Update to 2038t.

 man/po/de.po | 203 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 90 insertions(+), 113 deletions(-)

commit 277e572facf30001d59bdadfe3e3c9e4db37ae1b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Aug 21 11:11:02 2011 +0200

    dpkg: correctly handle a hardlink pointing to a conffile
    
    Normal files tagged as a conffile are not tagged with
    fnnf_deferred_rename and due to this the hardlinking code
    was assuming that the target is in its final location
    already. This is obviously not the case for a conffile.
    
    Fix the code so that the hardlinking logic takes into account
    the fact that conffiles are unpacked in .dpkg-new and stay
    there until the configuration phase.
    
    Reported-by: Igor Pashev <pashev.igor@gmail.com>

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

commit c6400108e297b3fac8e887551b6a31edb51408f2
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Aug 21 18:37:50 2011 +0200

    German dpkg translation update
    
    Update to 1022t.

 po/de.po | 479 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 241 insertions(+), 238 deletions(-)

commit 3710f92e5c32bbcb766151df41e5a99ed3de2211
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Aug 20 22:08:09 2011 +0100

    Update Swedish translation.
    
    man/po/sv.po: 1978t50f16u (WIP).

 man/po/sv.po | 1184 +++++++++++++++++++---------------------------------------
 1 file changed, 384 insertions(+), 800 deletions(-)

commit 89973c5bb9eed790242a7d1d35564fd954edf554
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 15:36:00 2011 +0200

    u-a: Do not build strings from parts in alternative_check_install_args
    
    This makes the work of translators harder.

 utils/update-alternatives.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 52507504e69d6621262de82096987fdfb821bf8d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 12:55:33 2011 +0200

    u-a: Refactor alternative argument checks into new function

 utils/update-alternatives.c | 41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

commit 46aadad359a9e4204cfe707f47e3cfceef47e709
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 22:59:53 2011 +0200

    u-a: Refactor --install argument checking into a new function

 utils/update-alternatives.c | 204 ++++++++++++++++++++++----------------------
 1 file changed, 104 insertions(+), 100 deletions(-)

commit abda47fbe81e53da7d0a46237895bd225373d022
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 22:32:19 2011 +0200

    u-a: Move alternative map loading to the actions that make use of them
    
    This will reduce start up time, by not doing unneeded operations.

 utils/update-alternatives.c | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit 774e918754bc7d801e802ea6ccbd9b5673799d8c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 18:38:10 2011 +0200

    u-a: Split alternative map loading into two functions
    
    This will allow only loading them when needed, instead of doing it
    for any action.

 utils/update-alternatives.c | 69 ++++++++++++++++++++++++++++++++-------------
 1 file changed, 49 insertions(+), 20 deletions(-)

commit ca9a2b79f85a8ed72308b5a2877ca8cfbda0b243
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 12:21:22 2011 +0200

    u-a: Refactor scandir() namelist free into new altdb_free_namelist()

 utils/update-alternatives.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 31242e1aaabe7750b2b68ee96306e2cbdfd767bb
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 12:30:35 2011 +0200

    u-a: Rename get_all_alternatives() to altdb_get_namelist()
    
    This makes it clear we are referring to the filenames in the database
    directory.

 utils/update-alternatives.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 81412e6445bf231521fdfb5b8760988605149181
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 17:50:25 2011 +0200

    u-a: Do not check if linknames can be updated if --force is in use
    
    The action is going to proceed in any case, no point wasting resources
    doing the checks. Also this removes a possible point of non-overridable
    failure.

 utils/update-alternatives.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 36954c36abe3ce8e42b3c231579ef9e497f0da6d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 19 12:59:35 2011 +0200

    Dpkg::Compression: Change default values depending on the compressor used
    
    This makes dpkg-source use more appropriate default compression values
    depending on the compressor used.
    
    Prompted-by: Timo Juhani Lindfors <timo.lindfors@iki.fi>

 debian/changelog                 |  3 +++
 man/dpkg-source.1                |  2 +-
 scripts/Dpkg/Compression.pm      | 25 +++++++++++++++++--------
 scripts/t/850_Dpkg_Compression.t | 12 +++++++++++-
 4 files changed, 32 insertions(+), 10 deletions(-)

commit a27a8e1989b0937e9eee18c2153524c755aba058
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 20 09:51:13 2011 +0200

    Do not use possessive «'s» after ‘s’ or ‘x’

 debian/changelog          | 4 ++--
 man/dpkg-shlibdeps.1      | 4 ++--
 utils/start-stop-daemon.c | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

commit dbe742b7db83d108e1ea143f2688ca5444007ba9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 17 16:44:18 2011 +0200

    Fix spelling errors
    
    Found by codespell.

 ChangeLog.old                       | 66 ++++++++++++++++++-------------------
 TODO                                |  2 +-
 debian/changelog                    | 32 +++++++++---------
 doc/Doxyfile.in                     |  2 +-
 doc/README.feature-removal-schedule |  2 +-
 doc/coding-style.txt                |  2 +-
 doc/triggers.txt                    |  6 ++--
 dselect/methods/ftp/install         |  2 +-
 dselect/po/it.po                    |  2 +-
 lib/dpkg/file.c                     |  2 +-
 lib/dpkg/progname.c                 |  2 +-
 man/dpkg-source.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 +-
 po/ChangeLog.old                    |  4 +--
 scripts/Dpkg/Changelog.pm           |  2 +-
 scripts/changelog/debian.pl         |  4 +--
 scripts/po/ca.po                    |  4 +--
 scripts/po/de.po                    |  4 +--
 scripts/po/dpkg-dev.pot             |  4 +--
 scripts/po/es.po                    |  4 +--
 scripts/po/fr.po                    |  4 +--
 scripts/po/pl.po                    |  4 +--
 scripts/po/ru.po                    |  4 +--
 scripts/po/sv.po                    |  4 +--
 scripts/t/190_Dpkg_Shlibs_Cppfilt.t |  2 +-
 scripts/t/200_Dpkg_Shlibs.t         |  2 +-
 scripts/t/600_Dpkg_Changelog/shadow | 20 +++++------
 src/filesdb.h                       |  2 +-
 utils/start-stop-daemon.c           |  4 +--
 utils/t/100_update_alternatives.t   |  2 +-
 39 files changed, 108 insertions(+), 108 deletions(-)

commit 312253830448926152020c8ce0f7834b8452a5d9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 00:03:00 2011 +0200

    dpkg: Clarify --update-avail usage error message
    
    Unify the reference to the Packages-file to match the one used on the
    man pages and on the --help output.
    
    Closes: #628055

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

commit 4fdbd69d7b8ca2fff39798a6e6fc5fa3e229c66b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 15 00:01:53 2011 +0200

    dpkg-parsechangelog: Remove duplicate program name from usage error output

 scripts/dpkg-parsechangelog.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62449a0a27ab1231ed81267f7ee5421b9f7fcb0c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 23:45:36 2011 +0200

    Expand numeric literals and word abbreviation in usage error output
    
    This avoids unneeded abbreviations, uses correct english, and should
    help translators.

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

commit 5c6be96b1c88c40d002a25295891ec81d8764f90
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 23:28:07 2011 +0200

    dpkg-deb(1): Clarify the default compression-levels

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

commit ffc6888c5721e5e4451d8135827936fca761b157
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 22:45:20 2011 +0200

    deb-src-control(5): Use linux-any in example control stanza
    
    Instead of using the negated list of not supported architectures, just
    use the positive form, which should be considered current best practice.

 man/deb-src-control.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 187025628d46bd737bd22242b857ae91e6922103
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 22:43:05 2011 +0200

    dselect(1): Correct configuration directory reference
    
    Use /etc/dpkg/dselect.cfg.d/ instead of /etc/dpkg/dpkg.cfg.d/.

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

commit ed3ec669d253ac9d69f134a93f570251ed687d98
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Aug 14 22:41:16 2011 +0200

    man: Use minus signs and hyphens consistently
    
    Any string that can be copy & pasted into control files or into a
    terminal, for example, needs to correctly use minus signs (escaped
    dashes), instead of the default hyphen.

 debian/changelog              |  1 +
 man/deb-control.5             |  6 ++--
 man/deb-old.5                 |  6 ++--
 man/deb-override.5            |  4 +--
 man/deb-src-control.5         | 36 ++++++++++----------
 man/deb-symbols.5             | 10 +++---
 man/deb-triggers.5            | 16 ++++-----
 man/deb-version.5             |  6 ++--
 man/deb.5                     | 12 +++----
 man/dpkg-architecture.1       | 26 +++++++--------
 man/dpkg-buildflags.1         |  8 ++---
 man/dpkg-buildpackage.1       | 34 +++++++++----------
 man/dpkg-deb.1                |  4 +--
 man/dpkg-divert.8             | 10 +++---
 man/dpkg-genchanges.1         |  4 +--
 man/dpkg-gencontrol.1         |  8 ++---
 man/dpkg-gensymbols.1         | 20 +++++------
 man/dpkg-maintscript-helper.1 |  8 ++---
 man/dpkg-mergechangelogs.1    | 14 ++++----
 man/dpkg-name.1               |  6 ++--
 man/dpkg-parsechangelog.1     |  4 +--
 man/dpkg-query.1              |  6 ++--
 man/dpkg-scanpackages.1       |  8 ++---
 man/dpkg-scansources.1        |  6 ++--
 man/dpkg-shlibdeps.1          | 32 +++++++++---------
 man/dpkg-source.1             | 78 +++++++++++++++++++++----------------------
 man/dpkg-trigger.1            |  7 ++--
 man/dpkg.1                    |  4 +--
 man/update-alternatives.8     |  8 ++---
 29 files changed, 197 insertions(+), 195 deletions(-)

commit 8fba51d4f327a99c994068e58bc76de770247a7f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Aug 20 08:31:37 2011 +0200

    Regenerate .pot files and merge .po files with them

 man/po/es.po    | 144 ++++++++++++++++++++--------------
 man/po/fr.po    | 144 ++++++++++++++++++++--------------
 man/po/hu.po    | 134 +++++++++++++++++++-------------
 man/po/ja.po    | 139 +++++++++++++++++++--------------
 man/po/pl.po    | 142 +++++++++++++++++++++-------------
 man/po/pt_BR.po | 129 ++++++++++++++++++-------------
 man/po/ru.po    | 129 ++++++++++++++++++-------------
 man/po/sv.po    | 235 +++++++++++++++++++++-----------------------------------
 8 files changed, 662 insertions(+), 534 deletions(-)

commit f412c67b55d45ff4f595e8c50b35d8f172540a40
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Aug 17 20:59:37 2011 +0100

    Update Swedish translation.
    
    po/sv.po: 1023t0f0u.
    man/po/sv.po: 1824t180f40u (WIP).
    scripts/po/sv.po: 524t0f0u

 debian/changelog |   1 +
 man/po/sv.po     | 356 +++++++++++++++++++++++++++++++++----------------------
 po/sv.po         |  61 +++++-----
 scripts/po/sv.po |  87 +++++++-------
 4 files changed, 291 insertions(+), 214 deletions(-)

commit efcf279a50aba3369b24d062017d581006d47d9b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 13 03:19:24 2011 +0200

    dpkg: Defer hardlink renames to avoid breakage on unpack
    
    This fixes two issues related to making the new file contents available
    through an alternative but final path before
    
    1) the one "carrying" the content has been fsync()ed, to avoid getting
    garbage on system failure.
    
    2) the deferred fsync() on the main path has been performed, avoiding
    a possible error when reopening the file for writing if it's currently
    under execution.
    
    Deferring the hardlink is safe as they are always after the tar entry
    containing the actual file data.
    
    Regression introduced in commit 9cd41fdda1c27169c52d73b3b3ce71991d724994.
    
    Closes: #635683
    
    Reported-by: Niko Tyni <ntyni@debian.org>
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 5c1da3f8c2806490f9a7bed32c0a5b3a24d06d55
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Aug 12 22:35:46 2011 +0200

    Dpkg::Deps: fix simplification logic of union dependencies
    
    The code merging dependencies was wrongly updating the dependency that's
    not integrated in the resulting field.
    
    Reported-by: Andreas Metzler <ametzler@downhill.at.eu.org>

 debian/changelog          | 1 +
 scripts/Dpkg/Deps.pm      | 6 +++---
 scripts/t/400_Dpkg_Deps.t | 6 +++++-
 3 files changed, 9 insertions(+), 4 deletions(-)

commit e84c47aa298e9bd501f2ea353b4483f02c249eb8
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 9 07:19:09 2011 +0200

    libdpkg: Use a generic pointer to pass the parsed object data around
    
    This will allow code not parsing binary package control files to be
    able to easily reuse the parser, by supplying their own object
    structure.
    
    Unfortunately this sacrifices the type-safety of the parse_stanza()
    and parse_field() functions, but that only affects one variable,
    which should be an acceptable tradeoff given the gain in code reuse.

 lib/dpkg/parse.c     | 29 ++++++++++++++++++++++-------
 lib/dpkg/parsedump.h |  5 ++---
 2 files changed, 24 insertions(+), 10 deletions(-)

commit 85dcf82c6ed722d9cfb664a87a41315791cbb3b4
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Aug 8 20:29:13 2011 +0200

    Changelog for French translation update

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c22b83466766bfc146179fb93884f1f9374b0453
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Aug 8 20:27:40 2011 +0200

    Fix Sylvestre's translation

 scripts/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bffbef38affe5dbae3f15e07a4f19d686e1c0bd6
Author: Sylvestre Ledru <sylvestre.ledru@scilab.org>
Date:   Mon Aug 8 15:44:01 2011 +0200

    Update of the french localization

 scripts/po/fr.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 98f5f6ad2a9cff2684271b399ec51d4841f91f59
Author: Sylvestre Ledru <sylvestre.ledru@scilab.org>
Date:   Mon Aug 8 15:42:56 2011 +0200

    Fix a french typo

 scripts/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fb18783ce260a07d3f3a5f5a3a81640a45a9d089
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 5 06:23:59 2011 +0200

    libdpkg: Initialize ps->pkg and ps->pkgbin to NULL in parse_open()
    
    This guarantees the parsedb_state variable is in a sane state after
    the parse_open() call.

 lib/dpkg/parse.c | 2 ++
 1 file changed, 2 insertions(+)

commit 6ee5e8af9dbcd2ef161e1174827ea4e48da09870
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 5 05:21:01 2011 +0200

    libdpkg: Refactor parse_open() and parse_close() from parsedb()
    
    This will allow code using parse_stanza() to avoid having to reimplement
    the opening and closing logic.

 lib/dpkg/parse.c     | 110 +++++++++++++++++++++++++++++++--------------------
 lib/dpkg/parsedump.h |   5 +++
 2 files changed, 72 insertions(+), 43 deletions(-)

commit 250af430bc5cec09c2e4eb223f935891e0d96f45
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 5 06:03:02 2011 +0200

    libdpkg: Close the file descriptor just after slurping it in parsedb()

 lib/dpkg/parse.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 2dee4700ac94ffedb27366e650cd2fed383e40e1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Aug 4 21:33:23 2011 +0200

    dpkg-source: simplify message pointing to dpkg-source --commit
    
    The supplementary arguments suggested are awkward and are generally not
    needed unless your package is huge and takes a long time to uncompress
    and diff.
    
    The best advice is thus “dpkg-source --commit” without any parameter.
    Maintainers of big packages will read the manual package and learn
    by themselves how to reuse the generated patch.

 scripts/Dpkg/Source/Package/V2.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 45c83175b6544a54ad79dc671a77a59bf79f7690
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Aug 3 22:02:33 2011 +0200

    dpkg-source: don't always print "local changes have been recorded in a new patch"
    
    The message should only be printed if such a patch has really
    been created.
    
    Reported-by: Sven Joachim

 scripts/Dpkg/Source/Package/V2.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 173cbe71eb800dbef52a6d894a1dffd64997610a
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 3 21:19:38 2011 +0200

    Fix typo

 man/po/de.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit b964dbe5995fa136042b338ea944655f9b263172
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Aug 3 21:14:41 2011 +0200

    Update German translation of manual pages
    
    Update to 2047t.

 man/po/de.po | 91 +++++++++++++++++++++++++-----------------------------------
 1 file changed, 38 insertions(+), 53 deletions(-)

commit af788d3abf42a35b24aad19c7393e4cf9ccb6238
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Aug 2 21:55:50 2011 +0200

    Update German translation of manual pages
    
    Update to 2037t7f3u.

 man/po/de.po | 255 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 132 insertions(+), 123 deletions(-)

commit 9cb4bd4fcf251212534f4010d59ff77a9ee4cdd6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Aug 2 19:32:57 2011 +0200

    Update German scripts translation
    
    Update to 524t.

 scripts/po/de.po | 79 ++++++++++++++++++--------------------------------------
 1 file changed, 25 insertions(+), 54 deletions(-)

commit c5678434b485284c352a1de3a2862726ba85393c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Aug 2 11:57:17 2011 +0200

    German dpkg translation update
    
    Update to 1023t.

 po/de.po | 188 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 97 insertions(+), 91 deletions(-)

commit 7c2df89844617b70883ab76b1c239a2f088cc232
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Aug 2 11:20:54 2011 +0200

    dpkg-source: clean up temporary file in case of interruption
    
    Navite packages (both "1.0" and "3.0 (native)") failed to remove
    the temporary tarball if the process is interrupted during its
    generation.
    
    Reported-by: Cyril Brulebois <kibi@debian.org>

 debian/changelog                         | 2 ++
 scripts/Dpkg/Source/Package/V3/native.pm | 3 +++
 2 files changed, 5 insertions(+)

commit 3cd49fcd391466370d9d7f476f7f8acf0267d29e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Aug 2 11:06:11 2011 +0200

    Move changelog entry to attribute it correctly to me

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3a8ea5245608e23c93600ff33f05d2af205cb64
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 2 05:05:30 2011 +0200

    libdpkg: Remove obsolete variable references in parsedb() comment
    
    The warnto and warncount variables were removed in commits
    ba908783e306ba38457a84fd6d975ca69e351e56 and
    8451065cf85cb8a17dcd17e0cd2ca1fdef7cb749 respectively.

 lib/dpkg/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 98aea15132c085be3901956986afaa46bf0456b1
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 2 04:54:42 2011 +0200

    libdpkg: Make parse_stanza() a public function
    
    Make public also the required parse helper macros and structures. At
    least parse_EOF() will be needed for other callers to get out of the
    loop when parsing multi-stanza files.

 lib/dpkg/parse.c     | 18 +-----------------
 lib/dpkg/parsedump.h | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 17 deletions(-)

commit ef18ac88b029b0dba4272d3b2daa9130146d2697
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 2 04:50:09 2011 +0200

    libdpkg: Detangle fieldinfos from struct field_state
    
    Define the fieldencountered array in the stack, and switch the array
    in struct field_state to be a pointer to that array. This way we do not
    pull the fieldinfos symbol (specific to the parsedb() function) to the
    now generic struct field_state.

 lib/dpkg/parse.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 725675ddc107907ea68db5acef868896cf3915d2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 2 04:24:10 2011 +0200

    libdpkg: Rename parse helper *_mmap functions to parse_*
    
    This abstracts the method used to load the file contents, and it also
    namespaces it for the parser.

 lib/dpkg/parse.c | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit 7d06ea566bafe5d2914adbfa4820342f35829a37
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 14 17:21:55 2011 +0200

    libdpkg: Refactor RFC-822 stanza parsing into new parse_stanza()
    
    This generalizes the stanza parsing so that it can be used by other
    parts of the code.

 lib/dpkg/parse.c | 214 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 123 insertions(+), 91 deletions(-)

commit 3d8951fdf5cc2fe3209540bc43c489208db8c306
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 14 04:37:31 2011 +0200

    libdpkg: Move dataptr and endptr from parsedb() to struct parsedb_state

 lib/dpkg/parse.c     | 75 +++++++++++++++++++++++++++++-----------------------
 lib/dpkg/parsedump.h |  2 ++
 2 files changed, 44 insertions(+), 33 deletions(-)

commit 926a204c1609d35de3a6500f8e96c9db0c315de4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 14 03:58:45 2011 +0200

    libdpkg: Add pkg and pkgbin to struct parsedb_state
    
    We are passing these variables as arguments most of the time for
    parse_error() and parse_warn() calls which are not run-time frequent,
    this also unties somewhat the code from the package structures.

 lib/dpkg/fields.c    | 93 ++++++++++++++++++++++++++--------------------------
 lib/dpkg/parse.c     | 49 ++++++++++++++-------------
 lib/dpkg/parsedump.h | 16 ++++-----
 lib/dpkg/parsehelp.c | 37 +++++++++------------
 4 files changed, 95 insertions(+), 100 deletions(-)

commit 842e66ae6790805d87b51129b560d1a6b0e526b3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 2 04:56:00 2011 +0200

    libdpkg: Remove trailing semicolons from getc_mmap and ungetc_mmap
    
    Those are unnecessary as these are function macros which need to be
    followed by semicolons on the call sites.

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

commit 02c28c63a34e252d75f893cb0869f9480f603822
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 07:35:16 2011 +0200

    dpkg-deb: Add --raw-extract option combining --control and --extract
    
    This allows to extract the control and file system members of a .deb
    into a single directory using the same layout dpkg-deb -b expects for
    building a package.
    
    Closes: #552123

 debian/changelog    |  2 ++
 dpkg-deb/dpkg-deb.h |  1 +
 dpkg-deb/extract.c  | 32 ++++++++++++++++++++++++++++++++
 dpkg-deb/main.c     |  3 +++
 man/dpkg-deb.1      |  7 +++++++
 5 files changed, 45 insertions(+)

commit 8561eeb48292a0495d13335d7f088fe66e8ea167
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 20 19:11:20 2011 +0200

    dpkg-deb: Add new -v, --verbose option
    
    Change --extract to honour --verbose and behave as --vextract.
    
    Closes: #293280

 debian/changelog    | 2 ++
 dpkg-deb/dpkg-deb.h | 1 +
 dpkg-deb/extract.c  | 9 +++++++--
 dpkg-deb/main.c     | 3 +++
 man/dpkg-deb.1      | 8 +++++++-
 5 files changed, 20 insertions(+), 3 deletions(-)

commit cd3492245d81c9766c9ff09dc66f5822751cf71c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Aug 1 22:27:08 2011 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  108 +-
 dselect/po/ca.po        |  108 +-
 dselect/po/cs.po        |  108 +-
 dselect/po/da.po        |  108 +-
 dselect/po/de.po        |  108 +-
 dselect/po/dselect.pot  |  110 +-
 dselect/po/el.po        |  108 +-
 dselect/po/es.po        |  108 +-
 dselect/po/et.po        |  108 +-
 dselect/po/eu.po        |  108 +-
 dselect/po/fr.po        |  108 +-
 dselect/po/gl.po        |  108 +-
 dselect/po/hu.po        |  108 +-
 dselect/po/id.po        |  108 +-
 dselect/po/it.po        |  108 +-
 dselect/po/ja.po        |  108 +-
 dselect/po/ko.po        |  108 +-
 dselect/po/nb.po        |  108 +-
 dselect/po/nl.po        |  108 +-
 dselect/po/nn.po        |  108 +-
 dselect/po/pl.po        |  108 +-
 dselect/po/pt.po        |  108 +-
 dselect/po/pt_BR.po     |  108 +-
 dselect/po/ro.po        |  108 +-
 dselect/po/ru.po        |  108 +-
 dselect/po/sk.po        |  108 +-
 dselect/po/sv.po        |  108 +-
 dselect/po/tl.po        |  108 +-
 dselect/po/vi.po        |  108 +-
 dselect/po/zh_CN.po     |  108 +-
 dselect/po/zh_TW.po     |  108 +-
 man/po/de.po            | 1055 +++++++------
 man/po/dpkg-man.pot     | 3913 +++++++++++++++++++++++++----------------------
 man/po/es.po            |  979 +++++++-----
 man/po/fr.po            | 1506 +++++++++---------
 man/po/hu.po            |  930 ++++++-----
 man/po/ja.po            |  922 ++++++-----
 man/po/pl.po            |  944 +++++++-----
 man/po/pt_BR.po         |  921 ++++++-----
 man/po/ru.po            |  922 ++++++-----
 man/po/sv.po            |  980 +++++++-----
 po/ast.po               | 1606 +++++++++----------
 po/bs.po                | 1528 +++++++++---------
 po/ca.po                | 1597 +++++++++----------
 po/cs.po                | 1597 +++++++++----------
 po/da.po                | 1597 +++++++++----------
 po/de.po                |   84 +-
 po/dpkg.pot             | 1523 +++++++++---------
 po/dz.po                | 1598 +++++++++----------
 po/el.po                | 1600 +++++++++----------
 po/eo.po                | 1597 +++++++++----------
 po/es.po                | 1604 +++++++++----------
 po/et.po                | 1586 +++++++++----------
 po/eu.po                | 1597 +++++++++----------
 po/fr.po                | 1826 +++++++++++-----------
 po/gl.po                | 1604 +++++++++----------
 po/hu.po                | 1598 +++++++++----------
 po/id.po                | 1597 +++++++++----------
 po/it.po                | 1599 +++++++++----------
 po/ja.po                | 1597 +++++++++----------
 po/km.po                | 1598 +++++++++----------
 po/ko.po                | 1597 +++++++++----------
 po/ku.po                | 1541 ++++++++++---------
 po/lt.po                | 1577 +++++++++----------
 po/mr.po                | 1586 +++++++++----------
 po/nb.po                | 1597 +++++++++----------
 po/ne.po                | 1598 +++++++++----------
 po/nl.po                | 1598 +++++++++----------
 po/nn.po                | 1577 ++++++++++---------
 po/pa.po                | 1561 ++++++++++---------
 po/pl.po                | 1610 +++++++++----------
 po/pt.po                | 1599 +++++++++----------
 po/pt_BR.po             | 1601 +++++++++----------
 po/ro.po                | 1597 +++++++++----------
 po/ru.po                | 1597 +++++++++----------
 po/sk.po                | 1597 +++++++++----------
 po/sv.po                | 1783 ++++++++++-----------
 po/th.po                | 1597 +++++++++----------
 po/tl.po                | 1577 ++++++++++---------
 po/vi.po                | 1601 +++++++++----------
 po/zh_CN.po             | 1595 +++++++++----------
 po/zh_TW.po             | 1600 +++++++++----------
 scripts/po/ca.po        |  557 ++++---
 scripts/po/de.po        |  429 +++---
 scripts/po/dpkg-dev.pot |  524 ++++---
 scripts/po/es.po        |  605 +++++---
 scripts/po/fr.po        |  616 +++++---
 scripts/po/pl.po        |  549 ++++---
 scripts/po/ru.po        |  603 +++++---
 scripts/po/sv.po        |  616 +++++---
 90 files changed, 44366 insertions(+), 40674 deletions(-)

commit 9f2c48ff8d3c113d627e799650e97b6f734e6f93
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Aug 1 22:01:20 2011 +0200

    Revert "dpkg-buildpackage: support for Build-Features: build-arch"
    
    This reverts commit 14d48ef9abc2ce2d394e9ae4d69d4ba68b551620. Given
    that Guillem does not want this field and that the technical committee
    has not yet decided on the proper approach to enable
    build-arch/build-indep, it's safer to revert this change for now and allow
    us to proceed with a release.
    
    Conflicts:
    
            man/deb-src-control.5

 debian/changelog               |  6 ---
 man/deb-src-control.5          |  7 ----
 man/dpkg-buildpackage.1        | 13 +++----
 scripts/Dpkg/BuildFeatures.pm  | 84 ------------------------------------------
 scripts/Dpkg/Control/Fields.pm |  3 --
 scripts/Makefile.am            |  1 -
 scripts/dpkg-buildpackage.pl   | 10 +----
 scripts/po/POTFILES.in         |  1 -
 8 files changed, 6 insertions(+), 119 deletions(-)

commit 9f2420aa6fee848acb30e88b127cb6e9a17d7c13
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 23:20:00 2011 +0200

    debian/rules: use the in-tree dpkg-buildflags to inject build flags
    
    Note that $(shell ...) does not receive variables defined
    within make with "export VAR=foo" so that we have to include
    DEB_CFLAGS_MAINT_APPEND in the command-line.

 debian/rules | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

commit 48468397afd51404ee3efcc9673e531155e999a2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 19:18:04 2011 +0200

    dpkg-buildflags: support a "strip" operation
    
    The strip operation is useful to drop some options from the
    returned build flags.

 debian/changelog           |  3 ++-
 man/dpkg-buildflags.1      | 10 ++++++++++
 scripts/Dpkg/BuildFlags.pm | 30 +++++++++++++++++++++++++++++-
 3 files changed, 41 insertions(+), 2 deletions(-)

commit a174a9ed4bea6da2098454bcf18d01dd438bf16a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 18:49:46 2011 +0200

    dpkg-buildflags: implement support of DEB_<flag>_MAINT_<op> env variables
    
    Those variables are meant to be used by the package maintainer within
    debian/rules to alter the resulting build flags if needed.

 debian/changelog           |  3 ++-
 man/dpkg-buildflags.1      | 21 +++++++++++++++++----
 scripts/Dpkg/BuildFlags.pm | 47 ++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 58 insertions(+), 13 deletions(-)

commit 250f99b073b471b9dcd82d61ff4d61dd594a8dfe
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 17:45:40 2011 +0200

    dpkg-buildflags: implement --export=configure
    
    The goal is to make it easy to set compilation flags on a ./configure
    command line for example like this:
    ./configure $(shell dpkg-buildflags --export=configure)
    
    The output thus looks like this:
    CFLAGS="-g -O2" CPPFLAGS="" CXXFLAGS="-g -O2" FFLAGS="-g -O2" LDFLAGS=""

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

commit 7f4fb8576e9c9e8a2c959b3824fe61a95411f697
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 13:21:53 2011 +0200

    Revert "dpkg-buildflags: support debian/buildflags"
    
    This reverts commit 316df0a76f2ef91badbccb6fef0bfa7ae23fac59.
    A recent discussion concluded that it was not a proper interface
    for maintainers to override/extend build flags.
    
    See http://lists.debian.org/debian-dpkg/2011/07/msg00033.html
    
    Conflicts:
    
            scripts/Dpkg/BuildFlags.pm

 debian/changelog           |  3 ---
 man/dpkg-buildflags.1      |  9 ---------
 scripts/Dpkg/BuildFlags.pm | 37 ++++++++-----------------------------
 3 files changed, 8 insertions(+), 41 deletions(-)

commit 9e03e21bf438f8513a2993c0be4ea4e22681af72
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 29 16:18:52 2011 +0200

    Provide a new makefile snippet exporting basic package information

 debian/changelog       |  4 ++--
 scripts/mk/Makefile.am |  1 +
 scripts/mk/default.mk  |  1 +
 scripts/mk/pkg-info.mk | 17 +++++++++++++++++
 4 files changed, 21 insertions(+), 2 deletions(-)

commit 46b688e4824f00842568b517b119eec34a5f7286
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 14 20:31:33 2011 +0200

    dpkg-source: implement --commit and fail with unrecorded changes
    
    Formats "2.0" and "3.0 (quilt)" now fail by default in presence of
    changes to upstream files that are not managed by their respective patch
    system. The user is invited to run dpkg-source --commit if he
    wants to keep the changes.
    
    This will avoid that maintainers upload packages with unexpected changes.
    The old behaviour can be kept with the option --auto-commit. The option
    --abort-on-upstream-changes is now useless with formats "2.0" and "3.0
    (quilt)" except to cancel the effect of a former --auto-commit.
    
    See http://lists.debian.org/20110529085303.GA17707@rivendell.home.ouaza.com
    for the discussion that enterined this change.

 debian/changelog                  |  6 ++++
 man/dpkg-source.1                 | 32 ++++++++++++++++--
 scripts/Dpkg/Source/Package.pm    |  8 ++++-
 scripts/Dpkg/Source/Package/V2.pm | 68 +++++++++++++++++++++++++++++++++------
 scripts/dpkg-source.pl            | 22 +++++++++----
 5 files changed, 117 insertions(+), 19 deletions(-)

commit 99cd8758402cc7f790f562c522d81f40c460233a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 28 17:14:55 2011 +0200

    Dpkg::Source::Package::V2: cleanup generate_patch()
    
    Drop all references to $autopatch which has nothing to do with
    generating a patch. Move the message explaining where the
    changes have been recorded outside of the function.
    
    Drop unused parameter to get_patch_header().
    
    Drop intermediary variables which are only used once.

 scripts/Dpkg/Source/Package/V2.pm | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

commit 3b7f497c4e9766a8aa60317cf43406de2b816e4b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 28 16:26:51 2011 +0200

    Dpkg::Source::Package::V2: move logic to create patches in a separate function
    
    This commit extracts the logic to create automatic patches in a new
    generate_patch() method. It's expected that this function will be
    reused to implement dpkg-source --commit.
    
    The code is mainly moved around as-is to simplify reviews. All
    desired changes have been left for further commits.

 scripts/Dpkg/Source/Package/V2.pm | 91 +++++++++++++++++++++++----------------
 1 file changed, 55 insertions(+), 36 deletions(-)

commit b8407b1dbd152c179039e38e9c0492ea05f406b5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 28 15:10:43 2011 +0200

    Dpkg::Source::Package: replace register_autopatch() with register_patch()
    
    While register_autopatch() is only able to register a patch as the
    automatic patch, register_patch() can register a patch under any
    desired patch name.
    
    Also it doesn't not drop the input patch file, leaving that responsibility
    to whoever called it. However if the input patch file is empty, it will
    remove the target patch from the debian source package.

 scripts/Dpkg/Source/Package/V2.pm       | 40 ++++++++++++++++-----------------
 scripts/Dpkg/Source/Package/V3/quilt.pm | 36 ++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 34 deletions(-)

commit be128c8f7960f05d3be727478c8078af1c1bfd72
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 14 19:02:49 2011 +0200

    dpkg-source: uniform handling of the patch header
    
    Formats "2.0" and "3.0 (quilt)" now generate the patch header
    with the same code. Drop some useless duplication.

 scripts/Dpkg/Source/Package/V2.pm       | 39 +++++++++++++++++++++----
 scripts/Dpkg/Source/Package/V3/quilt.pm | 52 ++-------------------------------
 2 files changed, 35 insertions(+), 56 deletions(-)

commit a7f16be86689ee46f4b2e445e5f08a63f447cdeb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 14 18:56:30 2011 +0200

    dpkg-source: accept "." as the directory parameter
    
    dpkg-source should never be called from within the unpacked source
    tree, the result is usually not what one would expect. Fix this
    by automatically converting the directory name and by changing the
    current directory to the parent one.
    
    This is particularly interesting for the upcoming --record-changes
    option.

 scripts/dpkg-source.pl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit dcc1a02343a45edbe209c0c07f09790418608723
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Aug 1 22:26:56 2011 +0200

    Fix markup in French translation

 man/po/fr.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit de998911d4af4effc8be60cab78a244f5951bfe2
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Aug 1 09:32:48 2011 +0200

    Updated french translation of manpages
    
    Updated to 1840t159f32u

 debian/changelog |   1 +
 man/po/fr.po     | 677 +++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 460 insertions(+), 218 deletions(-)

commit 773e6dcc0e8fcbd0f185f95d27184e9979a2411e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 30 18:35:03 2011 +0200

    build: Error out if the host dpkg architecture cannot be determined
    
    Continuing will only produce a buggy dpkg.

 m4/dpkg-arch.m4 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 99b890c2eb6bfe955d85aedd40841366826c2f73
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 30 18:27:39 2011 +0200

    build: Use the detected perl to invoke dpkg-architecture.pl
    
    This will help building dpkg on systems where perl is not at
    /usr/bin/perl, which we were already taking into consideration for the
    resulting scripts but not during build.

 debian/changelog | 2 ++
 m4/dpkg-arch.m4  | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit c90b620cd8c2836a3f5058dfa1527f9d7b5cf46e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 30 18:14:27 2011 +0200

    build: Move DPKG_ARCHITECTURE macro call to the end
    
    This puts together all build machinery checks, and will allow
    DPKG_ARCHITECTURE to use the detected perl interpreter w/o needing
    to call DPKG_PROG_PERL really early in the configure script.

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e03a8325caf1b02dca6908cde96f3fcff50d001a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 29 11:38:55 2011 +0200

    dpkg-mergechangelogs: fix test-suite
    
    In commit 5c233019cc770fb59671090d4a9462adb149921f I forgot to
    update the test-suite to match for the change of conflict markers.
    Doing this with this commit.

 scripts/t/910_merge_changelogs/ch-merged          | 18 +++++-----
 scripts/t/910_merge_changelogs/ch-merged-basic    | 30 ++++++++--------
 scripts/t/910_merge_changelogs/ch-merged-pr       | 24 ++++++-------
 scripts/t/910_merge_changelogs/ch-merged-pr-basic | 42 +++++++++++------------
 4 files changed, 57 insertions(+), 57 deletions(-)

commit 5c233019cc770fb59671090d4a9462adb149921f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 29 00:53:30 2011 +0200

    dpkg-mergechangelogs: use 7 characters for conflict markers
    
    Reported-by: Andrew Bennetts <andrew.bennetts@canonical.com>

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

commit a372b6a165de8876434828d2f7884b6e8840349b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 20:10:24 2011 +0200

    debian/rules: introduce a maintainer build mode
    
    Adding "maintainer-build" to DEB_BUILD_OPTS changes some compilation
    settings to make the build more useful for maintainers. For instance
    it enables the silent rules so that it's easier to spot the warnings.
    
    It would be nice to also enable -Werror but that requires further
    investigation since enabling this option results in ./configure not
    working any more due to warnings generated by several of the
    test programs compiled by ./configure itself.

 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 84f3154aee09f649e78e78f0f0affe160d73296e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Jul 27 17:05:27 2011 +0200

    German dpkg translation update
    
    Update to 1023t.

 po/de.po | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 7e17d3bfc489c01412f6a7edc92c0a46befc85ee
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 27 13:08:59 2011 +0200

    dpkg-divert: fix the test-suite to also skip tests that would fail if run as root

 debian/changelog        | 2 ++
 src/t/100_dpkg_divert.t | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 6f14223bd4a27d9cf40bd830c69187e3c6406982
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jul 26 11:10:24 2011 +0200

    Update changelog to close a bug reporting a problem already fixed

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit 5b9ecc1b953c78614b2aee49687bec216de748f7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 25 05:12:35 2011 +0200

    Add build-indep and build-arch targets as aliases for build
    
    The current build target is responsible for the generation of
    architecture dependent and independent files. The architecture
    independent files are just sed'ed and as such they take insignificant
    build time, so splitting that from the general build process does not
    seem worth the trouble or complexity. Renaming the current build
    target to build-arch though would be incorrect.

 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 9b22745f0a7127b7a171308f73e3079c535923f7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 19:18:04 2011 +0200

    dpkg-deb: Construct control components paths with printf variants
    
    The output of dpkg-deb -I, -f and -W is not performance critical, and
    code simplicity trumps over the tiny performance improvements that using
    the explicit string functions or keeping the extracted control directory
    in the varbuf might imply in these cases.

 dpkg-deb/info.c | 43 +++++++++++++++----------------------------
 1 file changed, 15 insertions(+), 28 deletions(-)

commit dac802bce2e7fa909dac09d87f6fadb6074b9097
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 19:08:18 2011 +0200

    dpkg-deb: Use CONTROLFILE instead of a literal string

 dpkg-deb/info.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 04bcffc1565417a77a545adc643d86b82559b4a1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 23 10:37:01 2011 +0200

    Update German scripts translation
    
    Update to 517t

 scripts/po/de.po | 64 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 33 insertions(+), 31 deletions(-)

commit b858e07bddec28c5b86c39d425a02f08d9bd205a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 11 10:37:41 2011 +0200

    dpkg-dev: add some common makefile snippets for use in rules files
    
    data/architecture.mk: variables related to dpkg-architecture
    data/buildflags.mk: variables related to dpkg-builflags
    data/vendor.mk: variables related to dpkg-vendor
    data/default.mk: all of the above

 configure.ac               |  1 +
 debian/changelog           |  3 +++
 debian/dpkg-dev.install    |  1 +
 debian/dpkg.install        |  2 +-
 scripts/Makefile.am        |  2 +-
 scripts/mk/Makefile.am     | 16 ++++++++++++++++
 scripts/mk/architecture.mk | 25 +++++++++++++++++++++++++
 scripts/mk/buildflags.mk   | 25 +++++++++++++++++++++++++
 scripts/mk/default.mk      |  7 +++++++
 scripts/mk/vendor.mk       | 18 ++++++++++++++++++
 10 files changed, 98 insertions(+), 2 deletions(-)

commit e135afdb35d0ac179657def901965a448115a981
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jul 20 08:29:05 2011 +0200

    dpkg: fix possible segfault in findbreakcycle().
    
    The circumstances are not entirely clear because clear_istobes() is
    called earlier in the code and should already ensure that clientdata
    is allocated for all packages in the database but the stack trace
    reported leaves no room for any other interpretation. We must protect
    the access to tpkg->clientdata in findbreakcycle() with
    ensure_package_clientdata(tpkg).
    
    Probably that some other parts of the code might create new packages in the
    in-memory database depending on some specific conditions. It might be that
    those conditions only hold for a multiarch-enabled dpkg for example if
    the code looks up a package entry for an alternative architecture and
    would thus create the package on the fly.
    
    This is pure speculation because I did not push the investigations that
    far. It might be something entirely different but it doesn't matter much
    because the proposed fix is the same and just ensures that we respect
    our API by protecting the access to clientdata.
    
    See https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/733414 for
    details.

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

commit e6b7685a540c24da1f6357fe8869602d84444aee
Merge: d5aedf7fd 7627d8027
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Jul 19 09:49:06 2011 +0200

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 7627d8027482b28a40c88599be9808ce85e58a04
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jul 19 08:16:25 2011 +0200

    dpkg-source: improve the error message "no orig.tar file found"
    
    Now we include the template corresponding to files that we try to look
    for.

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

commit d5aedf7fdff4dfeb8d329aa45486464d4596ec7a
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 18 19:42:01 2011 +0200

    French translation of scripts completed
    
    514t

 debian/changelog |  1 +
 scripts/po/fr.po | 27 +++++++++++++--------------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit 189eaa27d4d3e7c7bbbb1933dfcdbdc597a58476
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Jul 18 19:38:40 2011 +0200

    Updated French translation of programs
    
    1022t

 debian/changelog |   1 +
 po/fr.po         | 500 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 257 insertions(+), 244 deletions(-)

commit bdcde2bb369531569c014bea8c0c6f6df5d38a2e
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jul 17 15:26:06 2011 +0200

    Minor fixes

 scripts/po/de.po | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 8449925b99926ba55651f94d21c174822a6af631
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jul 17 13:47:31 2011 +0200

    German dpkg translation update
    
    Update to 1022t1f.

 po/de.po | 1209 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 621 insertions(+), 588 deletions(-)

commit 1605ee665e643613597e5d9100838fe6b3cdc2a1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jul 17 10:01:35 2011 +0200

    Regenerate .pot files and merge .po files with them

 man/po/es.po    | 4977 ++++++++++++++++++++++++++++++++----------------------
 man/po/fr.po    | 4985 +++++++++++++++++++++++++++++++++----------------------
 man/po/hu.po    | 4169 ++++++++++++++++++++++++----------------------
 man/po/ja.po    | 4361 ++++++++++++++++++++++++++----------------------
 man/po/pl.po    | 4869 ++++++++++++++++++++++++++++++-----------------------
 man/po/pt_BR.po | 4222 ++++++++++++++++++++++++----------------------
 man/po/ru.po    | 4207 ++++++++++++++++++++++++----------------------
 man/po/sv.po    | 4976 ++++++++++++++++++++++++++++++++----------------------
 8 files changed, 20746 insertions(+), 16020 deletions(-)

commit a0affbc4e347f00992f91e9d62f888541977d3d7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jul 17 09:58:49 2011 +0200

    Update German translation of manual pages
    
    Update to 2028t3f.
    Remove outdate "# type" (without dot) comments

 man/po/de.po | 141 +++++------------------------------------------------------
 1 file changed, 12 insertions(+), 129 deletions(-)

commit 4e4d2e3908ab132e840a71508e5a379895507fac
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jul 16 20:53:49 2011 +0200

    update-alternatives: can_replace_link() → can_replace_path()
    
    alternative_can_replace_path() is clearer than
    alternative_can_replace_link() since the function can also allow replacing
    files which aren't links.

 utils/update-alternatives.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 244ebc212261030e3da6c289108d4b5ed71aa867
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jul 16 20:48:33 2011 +0200

    update-alternatives: clarify role of --force concerning removal of links
    
    Modify update-alternatives --remove-all to remove files installed in
    place of links if --force is used. Add the corresponding non-regression
    test.

 man/update-alternatives.8         |  4 ++--
 utils/t/100_update_alternatives.t | 16 ++++++++++++----
 utils/update-alternatives.c       |  5 ++---
 3 files changed, 16 insertions(+), 9 deletions(-)

commit 91db161013479ad03ef95e7f0ca2f413c5e57925
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 15 22:06:38 2011 +0200

    update-alternatives: fix regression when dropping slave alternatives
    
    When the alternative is changed, it might have to drop a slave alternative
    that's no longer provide by the new choice. This must only remove the slave
    link if it's actually a link. If it's a file, it must be kept except if
    --force is given.
    
    The non-regression tests have been contributed by Andreas Beckmann.
    
    Reported-by: Andreas Beckmann <debian@abeckmann.de>

 debian/changelog                  |  3 +++
 utils/t/100_update_alternatives.t | 47 ++++++++++++++++++++++++++++++++++++---
 utils/update-alternatives.c       | 36 ++++++++++++++++++++----------
 3 files changed, 71 insertions(+), 15 deletions(-)

commit ed0eb757b659b8a7e4728e230b9d0db813294f15
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 11 19:20:16 2011 +0200

    Update German translation of manual pages
    
    Update to 2028t3f.

 man/po/de.po | 432 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 262 insertions(+), 170 deletions(-)

commit e3c5e26a45f751fa42a4b96369cbce2b12c292bd
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 11 18:55:28 2011 +0200

    Update German scripts translation
    
    Update to 517t

 scripts/po/de.po | 100 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 51 insertions(+), 49 deletions(-)

commit 006e0f93a2af1673a7153c822ce74b69fd8b2d26
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 11 13:59:10 2011 +0200

    dpkg-dev: fail when closing an output handle fails
    
    This patch makes dpkg-gencontrol and dpkg-shlibdeps fail if their
    call to close (on output handles) suggests an issue.  This prevents
    them from silently producing incomplete files and may provide a
    better error than the following rename failing.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

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

commit 64dc71b84f8a4403028631f8f42e413f378e7d77
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 11 13:27:44 2011 +0200

    dpkg-mergechangelogs: fail if it cannot close the output file
    
    Made dpkg-mergechangelogs check the return value of close and fail
    if it was not successful.  Previously dpkg-mergechangelogs would
    silently fail to write a file if (e.g.) the device was full.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

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

commit d415c388d31e9c4b7eff8b77711a4c15b3b85208
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 11 09:20:20 2011 +0200

    dpkg-buildflags: new --dump action, make it the default
    
    The --export command is useful to retrieve the compilation flags
    in a shell script or in a makefile, and to export them in the environment,
    but it's not well suited for parsing by another script (or even by a
    human).
    
    The new --dump option becomes the default action and prints
    the flags and their values following a documented template: "flag=value".

 debian/changelog           |  2 ++
 man/dpkg-buildflags.1      |  7 ++++++-
 scripts/dpkg-buildflags.pl | 16 +++++++++++++---
 3 files changed, 21 insertions(+), 4 deletions(-)

commit 8904196d5bc313d80917b4b25f77f52e0227f698
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 12:26:12 2011 +0200

    dpkg-buildflags: supports a prepend command
    
    This command is particularly useful for package maintainers who don't want
    their supplementary flags to take precedence over user submitted flags.

 debian/changelog           |  4 ++++
 man/dpkg-buildflags.1      | 10 +++++++++-
 scripts/Dpkg/BuildFlags.pm | 29 ++++++++++++++++++++++++++++-
 3 files changed, 41 insertions(+), 2 deletions(-)

commit 316df0a76f2ef91badbccb6fef0bfa7ae23fac59
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 11:45:37 2011 +0200

    dpkg-buildflags: support debian/buildflags
    
    This file is for use by package maintainers. Since the call to
    dpkg-buildflags might be hidden by packaging helpers, it's a good
    idea to offer a simple way for package maintainers to extend
    the set of flags returned. Otherwise each package helper must provide
    its own way to extend the compilation flags.

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

commit eb4bb268ab954748d015626a216f46f632f2371a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 11:15:40 2011 +0200

    Dpkg::Path: new find_build_file() function
    
    Useful to allow architecture-specific variants of a file and pick the
    right one based on the current host architecture.

 scripts/Dpkg/Path.pm | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

commit 14f134d403c022046d38a6abb8be0fee7fb63355
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 10:30:20 2011 +0200

    dpkg-buildpackage: no longer exports the compiler flags
    
    Packages must directly call dpkg-buildflags to retrieve them.
    
    dpkg-buildpackage still prints the flags that are returned by
    dpkg-buildflags because it's useful for debugging purpose and for
    identifying an unclean build environment.

 debian/changelog             |  2 ++
 man/dpkg-buildpackage.1      | 13 +++++++------
 scripts/dpkg-buildpackage.pl |  5 ++---
 3 files changed, 11 insertions(+), 9 deletions(-)

commit c70908ffc751a6a84bffcecfa7fa752aadd42481
Author: Flo <sensorflo@gmail.com>
Date:   Sat Jul 9 11:10:39 2011 +0200

    Improve description of package states in man page

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d9661c223e1ac8c9892de6a45a0daa3fe3715936
Author: Flo <sensorflo@gmail.com>
Date:   Sat Jul 9 11:08:11 2011 +0200

    Improve description of package states in man page

 man/po/de.po | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit faa0fa50f1d9f85c1c9765961248701c11ad7abf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 9 11:00:14 2011 +0200

    Update German translation of manual pages
    
    Update to 2017t3f.

 man/po/de.po | 39 ++++++++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 17 deletions(-)

commit cd5c4b5bd6b50399af78dd42bda0408554ac6689
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jul 8 16:54:49 2011 +0200

    Update German translation of manual pages
    
    Update to 2012t5f3u.

 man/po/de.po | 927 +++++++++++++++--------------------------------------------
 1 file changed, 224 insertions(+), 703 deletions(-)

commit 3762f5bf39f9af0a937f49112b5aa982c49f3e2c
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 7 23:08:11 2011 +0200

    Update German translation of manual pages
    
    Update to 1877t140f3u.

 man/po/de.po | 3410 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1961 insertions(+), 1449 deletions(-)

commit 01f081f28e88bc52a6609cd53ff1776c95a91c6d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 7 22:42:03 2011 +0200

    Update German scripts translation
    
    Update to 518t

 scripts/po/de.po | 154 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 85 insertions(+), 69 deletions(-)

commit 9c39b853fe4354476714f34a2ea52f030500bbc6
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Jul 7 20:11:50 2011 +0200

    build: Update po/POTFILES.in for renamed source file
    
    Commit cf22cf6118035ab8ee5cc25e5298a987073c8dc8 broke 'make update-po'.

 po/POTFILES.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d233269cbf8cc1529e0c49a8c03a8b2227d49ff
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 16:49:32 2011 +0200

    dpkg-source(1): improve the description of --before-build & --after-build

 debian/changelog  |  2 ++
 man/dpkg-source.1 | 23 ++++++++++++-----------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit e0ce9b4ac351a921de12bf0302cfa97f1c7251e2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 16:09:33 2011 +0200

    dpkg-source(1): fix a small typo
    
    Replace ", under as" with "under". Add missing dot at the end of the
    sentence.
    
    Reported-by: "Barak A. Pearlmutter" <bap@debian.org>

 debian/changelog    | 1 +
 man/dpkg-source.1   | 4 ++--
 man/po/de.po        | 4 ++--
 man/po/dpkg-man.pot | 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 ++--
 12 files changed, 23 insertions(+), 22 deletions(-)

commit 2533ebc755dc0e197d51e7d50beaac2ec3a70e22
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 7 15:18:31 2011 +0200

    dpkg-deb: adjust code now that extracthalf() no longer chdir() as a side-effect
    
    dpkg-deb -I, -f, -W were no longer working because they relied on the fact
    that extracthalf() changed the current directory to the extracted
    one.
    
    Regression introduced in commit 87809163331a320f9562d75591fcc6c954b9f80c.

 dpkg-deb/info.c | 42 +++++++++++++++++++++++++++++++++++-------
 1 file changed, 35 insertions(+), 7 deletions(-)

commit c819a400aa596e513ca8b28710ab9e2c62fcacd2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 06:24:37 2011 +0200

    dpkg-maintscript-helper: Unify somewhat --help output with other commands

 debian/changelog                   |  1 +
 scripts/dpkg-maintscript-helper.sh | 18 ++++++------------
 2 files changed, 7 insertions(+), 12 deletions(-)

commit 2825370120d3adf3c1ef0c1b16d09bb2637ff358
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 06:15:57 2011 +0200

    man: Correctly format text with bold and italics

 debian/changelog              |  1 +
 man/deb-control.5             | 25 +++++++++++++------------
 man/deb-shlibs.5              |  2 +-
 man/deb-split.5               |  8 ++++----
 man/deb-src-control.5         | 24 +++++++++++++-----------
 man/deb-symbols.5             |  2 +-
 man/deb-version.5             |  2 +-
 man/dpkg-architecture.1       |  2 +-
 man/dpkg-checkbuilddeps.1     |  2 +-
 man/dpkg-divert.8             |  2 +-
 man/dpkg-maintscript-helper.1 |  6 +++---
 man/dpkg-name.1               |  3 +--
 man/dpkg-shlibdeps.1          |  2 +-
 man/dpkg-split.1              |  4 ++--
 man/dpkg-trigger.1            |  8 ++++----
 man/dpkg-vendor.1             |  8 ++++----
 man/update-alternatives.8     | 16 ++++++++--------
 17 files changed, 60 insertions(+), 57 deletions(-)

commit 9c757bf4c00f777f089e0ab6f83f10edd5892679
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 17:19:38 2011 +0200

    man: Use italics or bold instead of surrounding the text with <>
    
    Using <> to delimit parts of text is necessary when using plain text
    output, but not when we have some formatting available around, which
    is the case with the man pages, but not with the program output.

 TODO                          |  1 -
 debian/changelog              |  1 +
 man/deb-control.5             | 59 ++++++++++++++++----------------
 man/deb-src-control.5         | 78 +++++++++++++++++++++----------------------
 man/deb-symbols.5             | 18 +++++-----
 man/dpkg-divert.8             |  4 +--
 man/dpkg-maintscript-helper.1 |  4 +--
 man/dpkg-name.1               | 18 +++++-----
 man/dpkg-parsechangelog.1     | 16 ++++-----
 man/dpkg.1                    | 24 ++++++-------
 man/dselect.1                 |  6 ++--
 man/update-alternatives.8     | 14 ++++----
 12 files changed, 123 insertions(+), 120 deletions(-)

commit 5190ed2c6b5c3d9e4f21db2cbdfddeca6ace2d46
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 19:06:38 2011 +0200

    man: Use [option...] instead of [options] and friends

 TODO                          |  1 -
 debian/changelog              |  1 +
 man/dpkg-architecture.1       |  5 ++---
 man/dpkg-buildpackage.1       |  4 ++--
 man/dpkg-checkbuilddeps.1     |  4 ++--
 man/dpkg-deb.1                |  5 ++---
 man/dpkg-distaddfile.1        |  4 ++--
 man/dpkg-divert.8             |  4 ++--
 man/dpkg-genchanges.1         |  4 ++--
 man/dpkg-gencontrol.1         |  4 ++--
 man/dpkg-gensymbols.1         |  4 ++--
 man/dpkg-maintscript-helper.1 |  4 ++--
 man/dpkg-name.1               |  6 +++---
 man/dpkg-parsechangelog.1     |  4 ++--
 man/dpkg-scanpackages.1       |  5 ++---
 man/dpkg-scansources.1        |  5 ++---
 man/dpkg-shlibdeps.1          |  6 ++----
 man/dpkg-source.1             |  5 ++---
 man/dpkg-split.1              |  5 ++---
 man/dpkg-statoverride.8       |  5 ++---
 man/dpkg.1                    |  2 +-
 man/dselect.1                 | 12 ++----------
 man/start-stop-daemon.8       |  5 ++---
 man/update-alternatives.8     |  5 ++---
 24 files changed, 45 insertions(+), 64 deletions(-)

commit 9e53fcc54bddbbab53e964f3339bd712e41806e5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 18:55:03 2011 +0200

    Refer to Sources and Packages files as part of a repository
    
    Instead of as being of exclusive use or owned by APT, which has never
    been the case. Those files existed long before APT even existed.

 debian/changelog              | 2 ++
 man/dpkg-query.1              | 4 ++--
 scripts/Dpkg/Control.pm       | 8 ++++----
 scripts/Dpkg/Control/Types.pm | 4 ++--
 4 files changed, 10 insertions(+), 8 deletions(-)

commit 868cccc78684cd098e4ca6f879492842e24eb9a6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 16:46:54 2011 +0200

    dpkg-query(1): Clarify that several fields are not dselect specific
    
    These apply to most dpkg front-ends not just dselect.

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

commit 7f3892f184d9accd250600dfc54173a6436a5d3a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 16:46:26 2011 +0200

    dpkg-shlibdeps(1): Add missing “with”

 man/dpkg-shlibdeps.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0a9586213086723c5962bbfa6659df240c77433c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 06:19:02 2011 +0200

    man: Use dashes instead of underscores for variable text
    
    This makes the text more clear by avoiding the clashes when italics
    are rendered as underlined text.

 debian/changelog      |  1 +
 man/deb-control.5     |  2 +-
 man/deb-src-control.5 |  2 +-
 man/deb-version.5     | 36 ++++++++++++++++++------------------
 man/dpkg-deb.1        |  4 ++--
 man/dpkg-gensymbols.1 |  4 ++--
 man/dpkg-name.1       |  4 ++--
 man/dpkg.1            | 14 +++++++-------
 8 files changed, 34 insertions(+), 33 deletions(-)

commit 7dcd875e084213fa65c09cd23a3e45edfbfcb94b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 06:17:19 2011 +0200

    deb-control(5): Add missing escaping to field dashes

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

commit 971e0bd2005b06ab718a90e77067f7c6ff01c0b3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 6 16:45:26 2011 +0200

    dselect(1): Add missing built-in methods

 debian/changelog | 1 +
 man/dselect.1    | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 37b01269a3735a3213d5fe5fce377d5360f55ff7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 05:41:06 2011 +0200

    dselect(1): Rename USAGE section to ACTIONS
    
    Document the ways actions can be performed, either interactively or from
    the command line.

 debian/changelog | 3 +++
 man/dselect.1    | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e342a8fc3bc777971f76aff0f89b8b121876a532
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 21:29:43 2011 +0200

    Use “command line” instead of commandline or command-line

 TODO              | 1 -
 debian/usertags   | 4 ++--
 doc/README.api    | 2 +-
 doc/triggers.txt  | 2 +-
 man/dpkg-source.1 | 4 ++--
 man/dselect.1     | 8 ++++----
 man/dselect.cfg.5 | 4 ++--
 7 files changed, 12 insertions(+), 13 deletions(-)

commit 23cd39aae01f1b3b1aee834befa02201e8824819
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 09:04:32 2011 +0200

    libdpkg: Rename catch_signals to signo_ignores in subproc module

 lib/dpkg/subproc.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 668ab0d8ab99dcc7a63d58bc1d859d857e3e939e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 04:10:32 2011 +0200

    libdpkg: Rename sigaction variables in subproc module to sa and sa_save

 lib/dpkg/subproc.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit b81ec0a39b7ccba925fb0fb8f0664a0671dbc2dc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 4 03:19:04 2011 +0200

    libdpkg: Rename variable r to pid in subproc_fork()

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

commit cf22cf6118035ab8ee5cc25e5298a987073c8dc8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 03:23:11 2011 +0200

    libdpkg: Rename myopt module to options

 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/main.cc                 | 2 +-
 lib/dpkg/Makefile.am            | 4 ++--
 lib/dpkg/{myopt.c => options.c} | 4 ++--
 lib/dpkg/{myopt.h => options.h} | 8 ++++----
 src/archives.c                  | 2 +-
 src/cleanup.c                   | 2 +-
 src/divertcmd.c                 | 2 +-
 src/enquiry.c                   | 2 +-
 src/errors.c                    | 2 +-
 src/main.c                      | 2 +-
 src/packages.c                  | 2 +-
 src/processarc.c                | 2 +-
 src/querycmd.c                  | 2 +-
 src/remove.c                    | 2 +-
 src/select.c                    | 2 +-
 src/statcmd.c                   | 2 +-
 src/trigcmd.c                   | 2 +-
 src/update.c                    | 2 +-
 27 files changed, 32 insertions(+), 32 deletions(-)

commit 16354a961ce86778a3e0ca56f2fa5314855ccf3c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 3 03:12:40 2011 +0200

    Fix printforhelp string in dpkg-divert and dpkg-statoverride

 src/divertcmd.c | 2 +-
 src/statcmd.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 01d9ba9dfa1695ab12bd4a09f9f35a6e18c09788
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 2 02:23:27 2011 +0200

    Fix comment header lines describing the subproject

 dselect/bindings.h       | 2 +-
 dselect/dselect-curses.h | 2 +-
 dselect/dselect.h        | 2 +-
 dselect/pkglist.h        | 2 +-
 lib/dpkg/dbmodify.c      | 2 +-
 lib/dpkg/fdio.c          | 2 +-
 lib/dpkg/fdio.h          | 2 +-
 lib/dpkg/glob.c          | 2 +-
 lib/dpkg/glob.h          | 2 +-
 lib/dpkg/log.c           | 2 +-
 lib/dpkg/pkg-array.c     | 2 +-
 lib/dpkg/pkg-array.h     | 2 +-
 lib/dpkg/pkg-list.c      | 2 +-
 lib/dpkg/pkg-list.h      | 2 +-
 lib/dpkg/pkg-queue.c     | 2 +-
 lib/dpkg/pkg-queue.h     | 2 +-
 lib/dpkg/pkg-show.c      | 2 +-
 lib/dpkg/pkg-show.h      | 2 +-
 lib/dpkg/pkg.c           | 2 +-
 lib/dpkg/pkg.h           | 2 +-
 lib/dpkg/progress.c      | 2 +-
 lib/dpkg/progress.h      | 2 +-
 lib/dpkg/trigdeferred.l  | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

commit 9fe0a1b16d3045534f7863aed2e35f5177156a15
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 2 02:00:51 2011 +0200

    Use new dpkg_set_progname and dpkg_get_progname instead of thisname
    
    The current implementation demanded libdpkg users to define thisname
    themselves, which is not really a nice interface to offer to programs.
    
    Closes: #631757

 debian/changelog          |  3 +++
 dpkg-deb/main.c           |  2 +-
 dpkg-split/main.c         |  2 +-
 dselect/main.cc           |  3 ++-
 lib/dpkg/dpkg.h           |  1 +
 lib/dpkg/ehandle.c        | 16 +++++++++-------
 lib/dpkg/ehandle.h        |  3 ---
 lib/dpkg/libdpkg.Versions |  1 -
 lib/dpkg/subproc.c        |  2 +-
 lib/dpkg/test.h           |  2 --
 src/divertcmd.c           |  7 ++++---
 src/errors.c              |  6 +++---
 src/main.c                |  2 +-
 src/querycmd.c            |  6 +++---
 src/statcmd.c             |  7 ++++---
 src/trigcmd.c             | 11 +++++------
 src/trigproc.c            |  2 +-
 17 files changed, 39 insertions(+), 37 deletions(-)

commit ec206bf34be3733a665840432f70faf149f2c008
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 2 01:58:33 2011 +0200

    libdpkg: Add new progname module handling functions

 configure.ac              |  3 +-
 lib/dpkg/Makefile.am      |  2 ++
 lib/dpkg/libdpkg.Versions |  4 +++
 lib/dpkg/progname.c       | 83 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/progname.h       | 33 +++++++++++++++++++
 m4/dpkg-funcs.m4          | 23 +++++++++++++
 6 files changed, 147 insertions(+), 1 deletion(-)

commit cd92cc77e5103b31ce15b746bd71095b859ac08b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 2 02:04:28 2011 +0200

    libdpkg: Add missing macros for program names
    
    Specifically for dpkg-divert, dpkg-statoverride and dpkg-trigger.

 lib/dpkg/dpkg.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 0fc0d6d598c045c77d056b40446208448b9ec6e2
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 1 04:22:51 2011 +0200

    libdpkg: Do not require programs to define printforhelp
    
    Instead define it in myopt.c and initialize it through a new argument to
    myopt().

 dpkg-deb/main.c           | 4 ++--
 dpkg-split/main.c         | 4 ++--
 dselect/main.cc           | 4 ++--
 lib/dpkg/libdpkg.Versions | 1 -
 lib/dpkg/myopt.c          | 9 ++++++++-
 lib/dpkg/myopt.h          | 5 ++---
 src/divertcmd.c           | 5 +++--
 src/main.c                | 6 +++---
 src/querycmd.c            | 5 +++--
 src/statcmd.c             | 5 +++--
 src/trigcmd.c             | 4 ++--
 11 files changed, 30 insertions(+), 22 deletions(-)

commit 4da4c894719c7d33a3e44645630f63172cfd4c99
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 4 02:02:57 2011 +0200

    libdpkg: Add missing symbols to the version script

 lib/dpkg/libdpkg.Versions | 5 +++++
 1 file changed, 5 insertions(+)

commit 87809163331a320f9562d75591fcc6c954b9f80c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 17 17:00:30 2011 +0200

    dpkg-deb: Always chdir(2) in the childs to not change the global state
    
    To not disturb the global program state we should always chdir(2) in the
    childs that actually need it. This will allow in the future to switch
    this code to be part of a library.

 dpkg-deb/extract.c | 25 ++++++++++++-------------
 dpkg-deb/info.c    |  4 ++--
 2 files changed, 14 insertions(+), 15 deletions(-)

commit 6ab502b6a7a3718b697e7c1020fcd5d7f9fd2d67
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 7 07:11:06 2011 +0200

    dpkg: Use braces on ‘if’ to avoid ambiguous ‘else’
    
    Warning introduced in commit fc625d161382abc41b984ca9ee1e32ad4f295c67.

 src/archives.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 1ea0da5ac9079a38aae50ccbe78cec003e7ae95a
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Jul 5 09:44:49 2011 +0200

    dpkg: Mark error message for translation
    
    Missed in commit fc625d161382abc41b984ca9ee1e32ad4f295c67.

 src/archives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9345899bd3ad76e6081beaefbb1a5ce0758ebad
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jun 30 14:08:44 2011 +0200

    dpkg-source: improve the logic to identify ignored files
    
    The list of ignored files was only generated by expanding the patterns
    relative to the current directory (which usually is the directory above
    the source package). Instead what we want is to expand them at the
    top-level directory of the source package and at the directory being
    inspected.
    
    Reported-by: Joachim Breitner <nomeata@debian.org>

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

commit fc625d161382abc41b984ca9ee1e32ad4f295c67
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jun 28 09:39:46 2011 +0200

    dpkg: add the missing ohshite() on a failed syscall

 src/archives.c | 2 ++
 1 file changed, 2 insertions(+)

commit e153800f20d377449907e12fd7785b9e191b794e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 29 03:54:59 2011 +0200

    New t-dir-shared-replaces-lost test-case

 Makefile                                           |  1 +
 t-dir-shared-replaces-lost/Makefile                | 32 ++++++++++++++++++++++
 .../pkg-dir-original/DEBIAN/control                |  7 +++++
 .../pkg-dir-original/test-dir/test-original        |  0
 .../pkg-dir-takeover/DEBIAN/control                |  8 ++++++
 .../pkg-dir-takeover/test-dir/test-takeover        |  0
 6 files changed, 48 insertions(+)

commit b6ca9bcdb5887e30fe65ecd2105da9dcd55a351c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 29 04:11:32 2011 +0200

    dpkg: Unpack missing shared directories when the package is replaced
    
    When unpacking a directory missing in the file system with that path
    shared by at least one other package, from a package that is Replaced
    by other packages, assume the missing path is a shared directory and
    avoid setting ‘keepexisting’ and as such returning prematurely from
    tarobject(), because in that case we need to recreate the lost
    directory. As a side effect this also prevents printing the message
    “Replaced by files in installed package” which is bogus in this case,
    as directories are always shared.
    
    Regression introduced in commit 00e5640a99be03aba40c9e08a663b90d8f8aa797.
    
    Closes: #631808

 debian/changelog |  2 ++
 src/archives.c   | 26 ++++++++++++++++----------
 2 files changed, 18 insertions(+), 10 deletions(-)

commit 638e259f69c1f3c0e1000979274562f8ffad4df9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jun 28 09:34:52 2011 +0200

    update-alternatives: do not allow to reuse a slave link in another slave alternative
    
    update-alternatives erroneously allowed to reuse a link in another slave
    alternative. Given the parsing code already catched this error, it would
    immediately result in update-alternatives being unusable to manipulate the
    broken alternative.
    
    Reported-by: Andreas Beckmann <debian@abeckmann.de>

 debian/changelog                  |  2 ++
 utils/t/100_update_alternatives.t |  7 ++++++-
 utils/update-alternatives.c       | 11 +++++++++++
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 8ee722234e35e8fca0fd60aac35f9263d62f3f95
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Jun 27 19:24:45 2011 +0100

    Fix some damage introduced by gtranslator.

 po/sv.po         | 6 +++---
 scripts/po/sv.po | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 46dde50846c6698b28e255c8f1f060e1ec7a7179
Author: Peter Krefting <peterk@debian.org>
Date:   Mon Jun 27 19:22:11 2011 +0100

    Update Swedish translation.
    
    po/sv.po: 1022t0f0u.
    scripts/po/sv.po: 514t0f0u.

 debian/changelog |   2 +
 po/sv.po         | 512 +++++++++++++++++++++++++++----------------------------
 scripts/po/sv.po |  37 ++--
 3 files changed, 269 insertions(+), 282 deletions(-)

commit 86f689c13be910797eb22f7c2a63f2d49298641d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jun 27 09:36:59 2011 +0200

    dpkg-buildflags(1): DEB_*_(SET|APPEND) are meant for users
    
    Make it clear that the possibility to override the compilation flags
    with environment variables DEB_*_SET and DEB_*_APPEND is restricted
    to users and that packages should not set those variables.

 debian/changelog      | 2 ++
 man/dpkg-buildflags.1 | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit f64a8d66c0c3b3a44927a6eb4d5bd57ef8d60594
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Feb 21 16:32:57 2011 +0100

    Fix bad indentation in various parts of the code

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

commit e2d910ee0805a56f87416aab355ca68a264e077b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jun 26 10:21:28 2011 +0200

    Add missing changelog entry for new trigger directives

 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

commit cf6b98d3738d1fe8b3119b71fd8321c12feb618c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun May 15 01:39:31 2011 +0200

    dpkg: implement "interest-noawait" and "activate-noawait" trigger commands
    
    Those variants do not put triggering packages in triggers-awaited status
    and thus do not record the package with the corresponding pending triggers
    in the Triggers-Awaited field.
    
    This should be used for triggers which do not provide essential
    functionality when we can safely consider that the triggering packages
    are able to satisfy dependencies even if the trigger processing
    has not yet happened.

 debian/dpkg.prerm  | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/triggers.txt   |  3 +-
 lib/dpkg/triglib.c | 78 ++++++++++++++++++++++++++++++++++++----------------
 lib/dpkg/triglib.h | 15 +++++++---
 man/deb-triggers.5 | 20 +++++++++++++-
 src/trigproc.c     | 10 ++++---
 6 files changed, 174 insertions(+), 33 deletions(-)

commit 9d3ec0f5a727d439c3cbc8885bcbc78f7a34dd0b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 18 21:36:40 2011 +0200

    dpkg: do not fallback to "new-prerm failed-upgrade" for downgrades
    
    If "installed-prerm upgrade" fails, dpkg tries to run "new-prerm
    failed-upgrade" so that newer versions of packages can work-around
    a bug in the prerm of the installed package.
    
    In the case of downgrade this logic doesn't make any sense since
    the oldest version can't be aware of the bug in the newest version
    (that did not exist when the prerm of the oldest version was
    written).
    
    Thus we're disabling the fallback in case of a downgrade or a
    reinstallation of the same version.

 debian/changelog |  3 +++
 src/processarc.c | 10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit bbe54d836c52533c923484f3eaf216011551337a
Author: Cyril Brulebois <kibi@debian.org>
Date:   Mon Jun 13 23:23:09 2011 +0200

    dpkg-gensymbols: cope with empty lines
    
    Empty lines are quite useful as (visual) delimiters between sections in
    symbols files, for example when libfoo0 contains libfoo-bar.so.0 and
    libfoo-baz.so.0. Consider them like comments: ignore them. This gets us
    rid of such warnings (which by the way are missing line numbers):
    | dpkg-gensymbols: warning: Failed to parse a line in debian/libfoo0.symbols:
    | dpkg-gensymbols: warning: Failed to parse a line in debian/libfoo0.symbols:
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

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

commit 2be618a80de2de006428c1f92bfafa90bb963adf
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 25 10:17:53 2011 +0200

    dpkg-gensymbols(1): document syntax of comments
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

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

commit 1c1653ef4d7a6d461d4c2168d8a078a8a11596db
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 25 10:08:03 2011 +0200

    dpkg-source: add some supplementary checks of debian/control
    
    We're now ensuring that debian/control contains a source entry
    and at least one entry for a binary package. And we also ensure
    that the Architecture field is present. This a new restriction
    but it's really in-line with the change made in dpkg where we
    complain of the lack of this field.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog                     | 2 ++
 scripts/Dpkg/Control/Info.pm         | 6 +++++-
 scripts/dpkg-source.pl               | 5 +++++
 scripts/t/700_Dpkg_Control.t         | 4 ++++
 scripts/t/700_Dpkg_Control/control-1 | 3 +++
 5 files changed, 19 insertions(+), 1 deletion(-)

commit 8eed1ffef9b85ccf71190cb7f36788f2994222ed
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 25 09:53:02 2011 +0200

    Dpkg::ErrorHandling::syntaxerr(): handle supplementary parameters like report()
    
    That is consider that the string is a format string that needs to be
    processed with sprintf().

 scripts/Dpkg/ErrorHandling.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 02e045f9b2f6a75711a7a9f29766a835e971be3a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 25 08:59:24 2011 +0200

    dpkg-source(1): wording improvement
    
    Use "special" instead of "particular" to qualify the "3.0 (custom)"
    format.
    
    Reported-by: Ben Pfaff <blp@nicira.com>

 debian/changelog  | 2 ++
 man/dpkg-source.1 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 3c3dce24847d0040547aa2a2bd9da5dcca2df0c7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jun 17 23:53:32 2011 +0200

    dpkg: ensure that post_postinst_tasks() doesn't introduce bad data
    
    The pending triggers were removed because the postinst has just been
    run, unfortunately in some cases it would restore the status to
    pending-triggers. This is notably the case when a package is
    removed while being in triggers-pending and when the prerm fails.
    
    In fact it was not correct to remove the pending triggers in this
    function because only "postinst configure" should clear the pending
    triggers. Thus move the removal of the pending triggers to
    deferred_configure() in src/configure.c and reset the status
    to its "normal" value when the target status is one of triggers-awaited,
    triggers-pending or installed.
    
    With this change, it's no longer possible to have a status of
    triggers-pending without any pending trigger in trigpend_head.
    
    Note that despite this change, the pending triggers are lost
    during a failed removal because dpkg switches the package to
    halfconfigured before running "prerm remove" and modstatdb_note()
    drops the pending triggers in that situation.

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

commit a36cadba41b19d5908bdfcb658cf01af07c1436a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jun 17 23:22:55 2011 +0200

    dpkg: ensure that trig_transitional_activate() doesn't introduce bad data
    
    trig_transitional_activate() is emptying Triggers-Pending without
    ensuring that the status is set back to something which is not
    triggers-pending. In theory it's ok because the trig_parse_ci()
    call is supposed to reactivate all the triggers. But if there's no
    triggers file any more then we're effectively introducing a skew
    which is going to be fatal the next time we try to write down
    the status file.
    
    The disparition of the triggers file can happen with file system problems,
    bad user manipulation or even an old dpkg bug that kept triggers alive
    when in fact the trigger was dropped from the package. Or the triggers
    file has effectively been removed in the package but the user has restored
    an old status file with a triggers-pending status that the current package
    should no longer be able to generate.
    
    In other words, properly resetting the status in
    trig_transitional_activate() makes dpkg more robust.

 debian/changelog | 2 ++
 src/trigproc.c   | 7 +++++++
 2 files changed, 9 insertions(+)

commit 1165f6821681075eeed66ca9cf1e889a057f636c
Author: Ludovic Brenta <ludovic@ludovic-brenta.org>
Date:   Wed Jun 15 06:48:10 2011 +0200

    dpkg-gencontrol: Run du with --apparent-size for the Installed-Size field
    
    This will give consistent results independent of build system.
    
    Even though this will keep not providing accurate enough information
    for the field's purpose and as such some times the size reported will
    be less than the space eventually used, having the value changing
    depending on the build system is just bogus.
    
    Closes: #630533
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit f7205f491c1f68a36f63d650eb780436f1fc7fe7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jun 12 14:25:50 2011 +0200

    Update German translation of manual pages
    
    Update to 2029t1f0u.

 man/po/de.po | 319 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 160 insertions(+), 159 deletions(-)

commit 8a92e91b6be8c5ef0d3aee8e340d18b82b8a40c5
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Jun 12 14:05:03 2011 +0200

    Update German scripts translation
    
    Update to 516t

 scripts/po/de.po | 320 +++++++++++++++++++++++++++----------------------------
 1 file changed, 159 insertions(+), 161 deletions(-)

commit 9c590651dc6a4d641f4abdb1200da71c21f5bd72
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jun 12 11:41:23 2011 +0200

    dpkg-source: unapplied patches do not warrant a warning
    
    There are perfectly legitimate cases where the patches are not applied
    and there's no need to output a long warning about this. A brief message
    is more than enough.

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

commit e60718be567458e84f6d3f650a4f2b13dd21f1d6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jun 12 11:27:28 2011 +0200

    dpkg-source: --after-build unapplies patches applied during --before-build
    
    Implement this logic for the "2.0" and "3.0 (quilt)" source formats.

 debian/changelog                        |  2 ++
 man/dpkg-source.1                       | 31 ++++++++++++-------------------
 scripts/Dpkg/Source/Package/V2.pm       | 13 ++++++++++++-
 scripts/Dpkg/Source/Package/V3/quilt.pm | 18 ++++++++++++++++++
 4 files changed, 44 insertions(+), 20 deletions(-)

commit e215edebf89cb342718b0d9a1fada68e414e1798
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jun 12 09:57:18 2011 +0200

    Fix typo in French translation of dpkg-source(1).

 man/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 46d6192d4070b0324b837105e9959a501e65433d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 11 22:49:53 2011 +0200

    dpkg-source: support debian/source/local-patch-header
    
    Useful to use in combination with a --single-debian-patch option
    in debian/source/local-options.
    
    The commit also changes the place where the local-options file is ignored.
    Instead of using the default diff_ignore regexp, it's hardcoded in the
    initialization function in case the default regexp is not used.
    
    Suggested-by: Russ Allbery <rra@debian.org>

 debian/changelog                        |  3 +++
 man/dpkg-source.1                       | 11 +++++++----
 scripts/Dpkg/Source/Package.pm          |  6 +++---
 scripts/Dpkg/Source/Package/V1.pm       |  7 ++++---
 scripts/Dpkg/Source/Package/V2.pm       |  5 ++++-
 scripts/Dpkg/Source/Package/V3/quilt.pm |  5 ++++-
 6 files changed, 25 insertions(+), 12 deletions(-)

commit 4e246f9e3e3155447f3aaa8bab7d079ee0064c5b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 11 19:05:26 2011 +0200

    Dpkg::BuildFlags: avoid a Perl warning when HOME is not set

 debian/changelog           | 1 +
 scripts/Dpkg/BuildFlags.pm | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit cbf13f86a99b7ed2d3c89a9c99996dfa2625782e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Jun 11 12:02:33 2011 +0200

    Dpkg::Vendor: add the module the supported Perl API
    
    Bump its version to 1.00.
    
    Lintian would like to use it when dpkg-dev is absent to provide some
    vendor specific behaviour.

 debian/changelog       | 2 ++
 scripts/Dpkg/Vendor.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit b5c339c155b21cc393cc7ec7e4c5579dc5f03f6f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jun 7 11:46:08 2011 +0200

    Update German translation of manual pages
    
    Update to 2028t1f0u.

 man/po/de.po | 350 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 190 insertions(+), 160 deletions(-)

commit dc927a0183f925646a06b1198f831e270fed75d3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jun 6 15:00:35 2011 +0200

    Fix typo in debian/changelog spotted by lintian

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 14d48ef9abc2ce2d394e9ae4d69d4ba68b551620
Author: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Date:   Sun Sep 6 13:18:50 2009 +0200

    dpkg-buildpackage: support for Build-Features: build-arch
    
    With this flag set in debian/control, dpkg-buildpackage will use
    "debian/rules build-arch" or "debian/rules build-indep" when
    appropriate.
    
    Improved-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog               |  6 +++
 man/deb-src-control.5          |  7 ++++
 man/dpkg-buildpackage.1        | 13 ++++---
 scripts/Dpkg/BuildFeatures.pm  | 84 ++++++++++++++++++++++++++++++++++++++++++
 scripts/Dpkg/Control/Fields.pm |  3 ++
 scripts/Makefile.am            |  1 +
 scripts/dpkg-buildpackage.pl   | 10 ++++-
 scripts/po/POTFILES.in         |  1 +
 8 files changed, 119 insertions(+), 6 deletions(-)

commit b3d0bb4a4cb8a994d3841912dccd116224498f32
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 5 00:31:49 2011 +0200

    dpkg-vendor: fail on missing parameters for required arguments
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

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

commit 53af7e486a194fb005beb24873e5fb276e84b42c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun May 29 09:43:22 2011 +0200

    Dpkg::Source::Package: add extraction functions to the supported API
    
    Add the extraction part of Dpkg::Source::Package to the supported API.
    It's useful to extract source packages without having to depend on
    dpkg-source (and hence dpkg-dev).
    
    Suggested-by: Niels Thykier

 debian/changelog               |   3 ++
 scripts/Dpkg/Source/Package.pm | 107 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 109 insertions(+), 1 deletion(-)

commit 3aad657574c14c0ec13338d13cb4d6eea94b3926
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat May 28 15:22:23 2011 +0200

    Update German scripts translation
    
    Update to 516t

 scripts/po/de.po | 98 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 51 insertions(+), 47 deletions(-)

commit 8bbd76cc98360c20ff8ca660ab1d53234608ff92
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 28 15:12:58 2011 +0200

    dpkg-source: reenable the Package-List field
    
    But drop the Architecture column since we have no clear use case yet. It
    can always be added later on. Parsers should treat the field as an
    extendable one. They shall ignore supplementary columns that they do
    not know.
    
    Also drop the source line, it's not needed since the dsc file describes
    the source package already (source section and priority are not currently
    exported in dedicated fields but they can be added later if we start
    having a need for this information).

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

commit 587a1e17ff424ee87d5011795c518da238189e9f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 28 14:56:49 2011 +0200

    dpkg-gensymbols: warn when the generated symbols files is empty
    
    It indirectly avoids a perl warning in dpkg-gensymbols when no symbols
    file has been generated (because it would have been empty).
    
    Reported-by: Niels Thykier <niels@thykier.net>

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

commit 0d55f02275c0439622bb58f3b3c6658aef51fb11
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 25 08:51:50 2011 +0200

    libdpkg: Fix fd_fd_filter to execute the filter on the child
    
    There was a logic error in the pid check, and the filter code was being
    executed in the parent instead of the child.
    
    Regression introduced in commit 269bbee973c46e1be0aaef82cb7e19bbc9a95aa7.
    
    Reported-by: Sven Joachim <svenjoac@gmx.de>

 lib/dpkg/compress.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2ed0a42cb3863e2ce0199e13242fa3b769ca773d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 24 06:19:28 2011 +0200

    libdpkg: Do not warn on missing Architecture in config-files state
    
    dpkg before commit 2ef42b027e4267432a41343e28f102b1dae668d2 (versions
    older than 1.10.19) did not keep the Architecture field in the status
    file, and as such removed (but not purged) packages might still be
    around in live systems lacking the Architecture field. Let's shut up
    the warning for now.
    
    Closes: #604241
    
    Analysis-by: Raphael Hertzog <hertzog@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 lib/dpkg/parse.c | 8 ++++++++
 2 files changed, 10 insertions(+)

commit e4cb12a710457b103a7544c4de5e9fc1b2bd24d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 21 10:38:32 2011 +0200

    libdpkg: Do not allow blank lines in field values
    
    Blank lines in this case mean, lines containing only spaces and tabs.
    This ensure the Perl and C parsers match, and it follows RFC-2822 style
    format, and Debian policy.
    
    Closes: #308082

 debian/changelog |  1 +
 lib/dpkg/parse.c | 18 ++++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 588077fdbc350d0733ce5cb8a298d317cfda1926
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 21 06:59:44 2011 +0200

    Dpkg::Source::Package: Add ‘.hgsigs’ to the default ignore lists
    
    Closes: #627462
    
    Based-on-patch-by: Jakub Wilk <jwilk@debian.org>

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

commit b8038ef4721d53bb037583b9355a1f00dbcdc740
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 22 16:11:40 2011 +0200

    libdpkg: Properly reset filetriggers_edited in trig_file_interests_save
    
    The function was not resetting filetriggers_edited when no triggers were
    left, and duplicated part of the existing functionality.
    
    Refactor into trig_file_interests_remove() and
    trig_file_interests_update() to make them use the same main code path.
    
    Regression introduced in commit 83b591340ec92cf0e9814e8403da7711cbbc6b46.

 lib/dpkg/triglib.c | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

commit 104882f7fef02d53e1b868e746b8e9ff313eb1f5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 24 06:55:34 2011 +0200

    libdpkg: Do not fail on current file removal in trk_explicit_interest_change
    
    In case the new trigger interest file is empty and as such not needed
    any longer, do not fail if the current file is not present.
    
    Regression introduced in commit 83b591340ec92cf0e9814e8403da7711cbbc6b46.

 lib/dpkg/triglib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5c32f0c0e4c537fc00bf3ccace8799fe27a522aa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 22 16:07:49 2011 +0200

    libdpkg: Properly pop the cleanup handler in trk_explicit_interest_change
    
    In case of error all cleanup handlers will get called but the nf FILE
    variable might have been already closed, which would cause the
    subsequent fclose() to fail, this will not be fatal as the return
    value for fclose() in the cleanup handler is not checked, but it's
    still not correct.
    
    Refactor trk_explicit_interest_change() into
    trk_explicit_interest_remove(), trk_explicit_interest_flush() and
    trk_explicit_interest_commit() to reflow the function and make it
    clearer by sharing the main code path.
    
    Regression introduced in commit 83b591340ec92cf0e9814e8403da7711cbbc6b46.

 lib/dpkg/triglib.c | 59 ++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 37 insertions(+), 22 deletions(-)

commit 1e51e1bda7b32bded97fa44aa3caf297b7ab7c19
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 18 15:44:08 2011 +0200

    Extend t-triggers to support new -noawait commands

 t-triggers/Makefile                             | 95 ++++++++++++++++++++++++-
 t-triggers/pkg-triggers-noawait/DEBIAN/control  |  8 +++
 t-triggers/pkg-triggers-noawait/DEBIAN/postinst | 13 ++++
 t-triggers/pkg-triggers-noawait/DEBIAN/triggers |  2 +
 4 files changed, 117 insertions(+), 1 deletion(-)

commit 08726e0dc628982fdee4492dee2e17ea6b46542c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 10 16:03:37 2011 +0000

    New test case t-triggers
    
    It covers the various ways triggers can be used as well as the structure
    of the internal db.

 Makefile                                     |   1 +
 Test.mk                                      |   1 +
 t-triggers/Makefile                          | 262 +++++++++++++++++++++++++++
 t-triggers/pkg-trig-cmd/DEBIAN/control       |   8 +
 t-triggers/pkg-trig-cmd/DEBIAN/postinst      |  14 ++
 t-triggers/pkg-trig-cmd/DEBIAN/postrm        |  14 ++
 t-triggers/pkg-trig-cmd/DEBIAN/preinst       |  14 ++
 t-triggers/pkg-trig-cmd/DEBIAN/prerm         |  14 ++
 t-triggers/pkg-trig-explicit/DEBIAN/control  |   8 +
 t-triggers/pkg-trig-explicit/DEBIAN/triggers |   1 +
 t-triggers/pkg-trig-file/DEBIAN/control      |   8 +
 t-triggers/pkg-trig-file/triggers/a-file     |   1 +
 t-triggers/pkg-triggers/DEBIAN/control       |   8 +
 t-triggers/pkg-triggers/DEBIAN/postinst      |  13 ++
 t-triggers/pkg-triggers/DEBIAN/triggers      |   2 +
 15 files changed, 369 insertions(+)

commit 83b591340ec92cf0e9814e8403da7711cbbc6b46
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 18 10:10:04 2011 +0200

    dpkg: properly remove triggers information during package removal
    
    Before this change, a package removal would not remove the triggers
    information from the internal files. When you reinstalled the same
    package without any trigger, dpkg would improperly believe that
    the package implemented some triggers.
    
    However the triggers were correctly unregistered during a package
    upgrade that dropped the triggers.
    
    With this commit, we also remove triggers interest file that are empty and
    thus no longer needed.

 debian/changelog   |  2 ++
 lib/dpkg/triglib.c | 25 ++++++++++++++++++++++++-
 src/remove.c       |  4 ++++
 3 files changed, 30 insertions(+), 1 deletion(-)

commit 799d38599c1326c2e4c0b9360b19721c05f8c55f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 06:08:30 2011 +0200

    dpkg: Keep parent directories of directories kept during removal
    
    When a directory is kept during removal to be later dealt with during
    purge, due to the directory containing conffiles from the same package,
    it not being empty, etc, we should keep all its parent to make sure
    when the subsequent trial is performed they are properly cleaned up.
    
    Closes: #454694
    
    Based-on-patch-by: Ondřej Surý <ondrej@debian.org>

 debian/changelog |  3 +++
 src/help.c       | 31 +++++++++++++++++++++++++++++++
 src/main.h       |  2 ++
 src/remove.c     |  8 ++++++++
 4 files changed, 44 insertions(+)

commit e67e071e5836c7bd79bb5a1561ecda760f09a01f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 17:38:18 2011 +0200

    dpkg: On purge remove the conffiles from the file list file
    
    This makes sure the files list is correct after the conffiles have been
    removed from disk and the status db has been updated.

 src/remove.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit ad07629757599f8f27ec63864b0c34fd7515882c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 17:33:14 2011 +0200

    dpkg: Do not preserve and check for conffiles on leftover dir removal
    
    The function removal_bulk_remove_leftover_dirs() was supposed to be
    called only w/ left over dirs, but removal_bulk_remove_configfiles()
    does not remove them from the file list when unlinking.
    
    Do not check if the directory needs to be preserved if the package has
    conffiles inside, because it should have none, although it would match
    given that the file list still contains conffiles.
    
    Do not preserve any lingering conffiles in the file list as they are
    no longer on disk anyway.

 src/remove.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 0582645c283f39a602201dc0cf0fc8a6e986fe76
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 17:07:53 2011 +0200

    dpkg: Change write_filelist_except() to take a mask intead of a bool
    
    This generalizes the function to exclude any desired file namenode
    flag and not just fnnf_elide_other_lists. It also gets rid of the
    bool variable which is generally a bad interface to change function
    behaviour when it should really be a named flag or a mask.

 src/filesdb.c    | 8 ++++----
 src/filesdb.h    | 2 +-
 src/processarc.c | 3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)

commit f65316a5ec488a52cb7d5fa98824c21629de26b6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 03:39:35 2011 +0200

    libdpkg: Use new writedb flags instead of independent bool variables
    
    Using bool to pass flags to a function already taking several arguments
    is generally a bad interface, as it's not clear from the call sites what
    each of them refer to. Switch to a proper enum with named flags instead.

 lib/dpkg/dbmodify.c |  6 +++---
 lib/dpkg/dpkg-db.h  |  9 ++++++++-
 lib/dpkg/dump.c     | 10 +++++-----
 src/update.c        |  2 +-
 4 files changed, 17 insertions(+), 10 deletions(-)

commit d6f176b4b8ad5fdf77f05704ee4c1abb3fa23ab4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 03:33:53 2011 +0200

    dpkg: Make fd variable passed to cu_closefd static
    
    The push_cleanup() call takes a pointer to the fd variable which resides
    in the stack. In case of error and stack unwinding due to longjmp, the
    value of fd might get overwritten by subsequent stack usage. Thus this
    kind of variables need to be static so that their value cannot change
    on stack rollback.

 src/filesdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7337447704d69a553cf44f462ad7c22e4026646c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 03:32:32 2011 +0200

    libdpkg: Rename cu_closefile to cu_closestream
    
    This should make it clear we are referring to a stdio stream, and not
    the future planned ‘struct file’.

 lib/dpkg/cleanup.c | 2 +-
 lib/dpkg/dpkg.h    | 2 +-
 lib/dpkg/triglib.c | 8 ++++----
 src/filesdb.c      | 2 +-
 src/processarc.c   | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

commit 2f2e33b33ff9b2e4dd38f080a9283808e180cd3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 15 18:13:14 2011 +0200

    Add leftover symlink to dir test-case to t-symlink-dir

 t-symlink-dir/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit d1057c24d27c93901dad503dacc3710c32a5aa49
Author: Ondřej Surý <ondrej@sury.org>
Date:   Thu May 12 09:31:15 2011 +0200

    New t-conffile-normal test-case
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile                                              |  1 +
 t-conffile-normal/Makefile                            | 15 +++++++++++++++
 t-conffile-normal/pkg-conffile/DEBIAN/conffiles       |  1 +
 t-conffile-normal/pkg-conffile/DEBIAN/control         |  7 +++++++
 t-conffile-normal/pkg-conffile/test-dir/test-conffile |  0
 5 files changed, 24 insertions(+)

commit 216b7a30bab31817dca09ba2c7c629883cee1efa
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 12 02:57:30 2011 +0200

    dpkg: On purge correctly remove a symlink pointing to a directory
    
    The code was treating symlinks to directories as directories, but then
    it was trying to rmdir(2) them, which failed. In such case just verify
    it's a symlink and unlink(2) them instead.

 debian/changelog | 2 ++
 src/remove.c     | 9 +++++++++
 2 files changed, 11 insertions(+)

commit ea81b2b144f70de7a0652b654de4d2fe765ff327
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 12 02:52:17 2011 +0200

    dpkg: Add debug output on match in dir_is_used_by_others()
    
    The debug output was not balanced, and was only printing when no match
    happened, making the output confusing.

 src/help.c | 2 ++
 1 file changed, 2 insertions(+)

commit 8074459cfa13502a424545542dc85808e7ec1dc0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun May 15 10:57:19 2011 +0200

    Fix copyright year in header

 scripts/po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 47126733bb08ea5e9cbdf88e865a0cf759d7449b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun May 15 09:49:09 2011 +0200

    dpkg-source: ensure "any" doesn't hide "all" in the Architecture field
    
    "any" doesn't imply "all" so we should keep both values in the field. This
    is important so that wanna-build can know what needs to be scheduled for
    the buildd that deals with Architecture: all packages.

 debian/changelog       | 1 +
 scripts/dpkg-source.pl | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 3340b59a758f76c8e49161896e56e2131a182d01
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 23:06:46 2011 +0200

    Extend t-predepends-no-triggers
    
    When the predependency was already configured once, it's not required
    to get out of triggers-awaited to satisfy the dependency. Verify this
    is the case.

 t-predepends-no-triggers/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

commit fddb1643bc221f20f6e607776c1b8234dbebe328
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 23:02:22 2011 +0200

    libdpkg: keep Config-Version in triggers-awaited state
    
    A package is really fully configured and can thus satisfy dependencies
    only when no triggers are awaited. Thus we should not drop Config-Version
    while a package is still in triggers-awaited.

 lib/dpkg/dump.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 219b70cc67b0e68e27aff8c4452a35872859b28b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 22:23:48 2011 +0200

    New t-predepends-no-triggers test case
    
    Add test to ensure that dpkg deals properly with pre-dependencies in
    triggers-awaited state.

 Makefile                                            |  1 +
 Test.mk                                             |  1 +
 t-predepends-no-triggers/Makefile                   | 21 +++++++++++++++++++++
 .../pkg-predepends/DEBIAN/control                   |  8 ++++++++
 t-predepends-no-triggers/pkg-real/DEBIAN/control    |  8 ++++++++
 t-predepends-no-triggers/pkg-real/trigger/a-file    |  1 +
 t-predepends-no-triggers/pkg-trigger/DEBIAN/control |  8 ++++++++
 .../pkg-trigger/DEBIAN/postinst                     |  3 +++
 .../pkg-trigger/DEBIAN/triggers                     |  1 +
 9 files changed, 52 insertions(+)

commit a946894f7a0b6ce9d779b99257246c7003718269
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 10:38:59 2011 +0200

    dpkg: improve pre-dependency check on unpack
    
    When a pre-dependency is not satisfied due to a package in
    triggers-awaited state, immediately run the trigger processing
    and continue without errors.
    
    This make it possible to blindly use --no-triggers and not break
    when you're not fully configuring a pre-dependency.
    
    See test case t-predepends-no-triggers.

 debian/changelog |  2 ++
 src/processarc.c | 20 +++++++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

commit 2b8cfa50709558709d5e24d7a3fa27b925bce74d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 10:26:23 2011 +0200

    dpkg: depisok() can now suggest to process awaited triggers for a package
    
    Package in triggers-awaited state do not satisfy dependencies but they
    could easily if their awaited triggers were processed. So we enhance the
    function to return such a hint when possible.
    
    All the callers pass NULL to the new parameter so that this commit
    should not change the current behaviour.

 src/archives.c   |  8 ++++----
 src/depcon.c     | 18 ++++++++++++++++--
 src/enquiry.c    |  4 ++--
 src/main.h       |  3 ++-
 src/processarc.c |  6 +++---
 5 files changed, 27 insertions(+), 12 deletions(-)

commit f95177fdacdd58e1c25fa722213477bd7f57df26
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 22:10:42 2011 +0200

    dpkg: use the correct version in "pkg-foo is unpacked, but is version <v>"
    
    The error message used while analyzing pre-dependencies did improperly
    use the available version instead of the installed version.

 src/depcon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5f48b4cfe18848fb11ef96a34ef5826a1f3757b2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat May 14 21:35:03 2011 +0200

    dpkg: small bugfix in the dependency checking code for virtual packages
    
    A dependency on a virtual package provided by a package in
    triggers-pending status is now correctly considered as satisfied.

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

commit 7ee5076261cf3b399abcb8f84aaac19546b685df
Author: Ondřej Surý <ondrej@sury.org>
Date:   Wed May 11 10:58:20 2011 +0200

    New t-dir-leftover-deadlock test-case
    
    Add test for leftover shared directories containing files purged from
    postrm (configuration files, logs, etc).
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 Makefile                                                |  1 +
 t-dir-leftover-deadlock/Makefile                        | 17 +++++++++++++++++
 t-dir-leftover-deadlock/pkg-dir-shared-0/DEBIAN/control |  7 +++++++
 .../pkg-dir-shared-0/DEBIAN/postinst                    |  7 +++++++
 t-dir-leftover-deadlock/pkg-dir-shared-0/DEBIAN/postrm  |  7 +++++++
 .../pkg-dir-shared-0/test-dir/.keep0                    |  0
 t-dir-leftover-deadlock/pkg-dir-shared-1/DEBIAN/control |  8 ++++++++
 .../pkg-dir-shared-1/DEBIAN/postinst                    |  7 +++++++
 t-dir-leftover-deadlock/pkg-dir-shared-1/DEBIAN/postrm  |  7 +++++++
 .../pkg-dir-shared-1/test-dir/.keep1                    |  0
 10 files changed, 61 insertions(+)

commit 8759521fe33ba3d84d584131c6b37e55802607a7
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 11 16:10:41 2011 +0200

    New t-dir-leftover-parents test-case

 Makefile                                                 |  1 +
 t-dir-leftover-parents/Makefile                          | 16 ++++++++++++++++
 .../pkg-dir-shared-notempty/DEBIAN/control               |  7 +++++++
 .../pkg-dir-shared-notempty/DEBIAN/postinst              |  7 +++++++
 .../pkg-dir-shared-notempty/DEBIAN/postrm                |  7 +++++++
 .../test-dir/subdir/subsubdir/.keep                      |  0
 t-dir-leftover-parents/pkg-dir-shared/DEBIAN/control     |  7 +++++++
 .../pkg-dir-shared/test-dir/subdir/.keep                 |  0
 8 files changed, 45 insertions(+)

commit 0e0f59a882ce329de880d4a75f30787e261e2cb3
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sat May 7 11:33:42 2011 +0200

    libdpkg: Use new DPKG_BUFFER_SIZE macro instead of hard-coded literal
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/buffer.h   | 2 ++
 lib/dpkg/compress.c | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit e8c1a5863572eac719e36b2e409002871e6eee4a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun May 1 08:06:53 2011 +0200

    libdpkg: Add new buffer_skip_Int() and switch fd_null_copy() to it
    
    Add a new buffer_skip() function and the externally visible
    buffer_skip_Int(), this way we hide the implementation details
    of fd_null_copy().

 lib/dpkg/buffer.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/buffer.h | 12 +++---------
 2 files changed, 46 insertions(+), 9 deletions(-)

commit 751c399e50a087fb5c6367cbfd5a551e3ac676c9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 9 19:59:21 2011 +0200

    libdpkg: Remove unneeded checks on buffer_copy loop termination
    
    The while loop checks unnecessarily for bytesread and byteswritten
    being >= 0, but that's always going to be true, as in case of read or
    write error the code breaks out of the loop.

 lib/dpkg/buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fbc930968e396694b293ee35177c9305f407cf30
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 2 21:53:35 2011 +0200

    libdpkg: Rename struct buffer_write_md5ctx to buffer_md5_ctx

 lib/dpkg/buffer.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 7e7236f7e19f1b4e238359d887756e7044328891
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 3 10:28:26 2011 +0200

    libdpkg: Expand buffer_copy_TYPE macro instances
    
    This makes the code easier to debug, as it will be able to track
    correct code lines, it also allows to more easily see the code
    duplication explicitly, and makes the code slightly more clear as
    it's using the real structure member and type names.

 lib/dpkg/buffer.c | 64 +++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 41 insertions(+), 23 deletions(-)

commit 269bbee973c46e1be0aaef82cb7e19bbc9a95aa7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 11:27:06 2011 +0200

    libdpkg: Switch the compression filter functions to always return
    
    This makes the compression and decompression functions be closer to the
    buffer api, which always return. For non-blocking I/O, the caller has to
    setup a child process.
    
    When using external binaries, we make the filter functions setup that
    child process transparently so that the API is uniform.

 dpkg-deb/build.c    |  2 ++
 dpkg-deb/extract.c  |  1 +
 lib/dpkg/compress.c | 78 ++++++++++++++++++++++++-----------------------------
 lib/dpkg/compress.h | 10 +++----
 4 files changed, 42 insertions(+), 49 deletions(-)

commit ec5615cdd134654d0e7049cdd5925aa9a83034ba
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 11:16:08 2011 +0200

    dpkg-deb: Pass the real file descriptors to compression functions
    
    Instead of duping them to the stdin and stdout file descriptors, pass
    them directly. If the compression functions need the file descriptors
    on stdin and stdout, then they will take care of setting them up. This
    is only the case when using the external compression binaries.

 dpkg-deb/build.c   | 22 ++++++++++++----------
 dpkg-deb/extract.c | 15 ++++++++++-----
 2 files changed, 22 insertions(+), 15 deletions(-)

commit 2f003686fdd46eb524a08715c8a8988c6d13cea3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat May 7 12:27:27 2011 +0200

    Group Build-Depends lines by purpose
    
    Build tools, i18n tools, compression, security and UI libraries, and
    perl packages for the test suite.

 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 23f38bc5e67816576971e21aac0b1f8d21342ea2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 6 20:25:45 2011 +0200

    Update German translation of manual pages
    
    Update to 2027t.

 man/po/de.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 7665f7d8aedc99c740c530162a914f9e0ae5d3fa
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri May 6 09:11:33 2011 +0200

    dpkg-source: fix behaviour of --extend-diff-ignore if used after --diff-ignore
    
    Up to now --extend-diff-ignore was only extending the default diff-ignore.
    This is usually enough as this option is usually put in
    debian/source/options and interpreted early enough before any other -i
    option (that activates the usage of the default diff-ignore regexp).
    
    Should --extend-diff-ignore appear after -i, it should still extend
    the regexp that we're going to use.

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

commit ff6e32d3588cf11258a7d0a2311461971abe51f3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 05:06:54 2011 +0200

    dpkg: Rename isdirectoryinuse() to dir_is_used_by_others()
    
    This clarifies the action performed by the function, which could be
    easily confused as being used by the given package, instead of by other
    packages.

 src/help.c       | 8 ++++----
 src/main.h       | 2 +-
 src/processarc.c | 3 ++-
 src/remove.c     | 6 ++++--
 4 files changed, 11 insertions(+), 8 deletions(-)

commit fda21f829bebed12e1a4ec0dccac7434a643c6b5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri May 6 05:05:51 2011 +0200

    dpkg: Rename hasdirectoryconffiles() to dir_has_conffiles()

 src/help.c   | 6 +++---
 src/main.h   | 2 +-
 src/remove.c | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 2c9a342dc4e1ad3e9e58ac89957b9068664d1930
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 5 14:49:49 2011 +0200

    dpkg: Fix wrong matching for check on directory containing conffiles
    
    On package removal, keep only directories actually containing conffiles,
    and not directories just matching the substring in the conffile or the
    directory itself. The directory itself is not matched either as strictly
    speaking it is not contained in itself, and it should already be in the
    leftover lists.
    
    Previously when checking for directory ‘/foo’ the following conffiles
    would match:
    
      /foo
      /foobar
      /foo/bar
    
    Now only the following will match:
    
      /foo/bar
    
    Spotted-by: Ondřej Surý <ondrej@debian.org>

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

commit cbde7fa861fa6851cdbc56ae70b73332ab9db935
Merge: 140527fc6 bd1d6cd24
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 4 11:00:11 2011 +0200

    Merge branch 'sid' (through tag '1.16.0.3')
    
    Conflicts:
            debian/changelog

commit 2f6dda19b5385cdb6eb1a5fb81f87cdac689104e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 4 10:26:15 2011 +0200

    New t-field-priority test-case

 Makefile                                     |  1 +
 t-field-priority/Makefile                    | 13 +++++++++++++
 t-field-priority/pkg-priority/DEBIAN/control |  7 +++++++
 3 files changed, 21 insertions(+)

commit 2ab40344255ea2f5e46963ce51082a1c5c59973f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 05:58:54 2011 +0200

    Add t-unpack-divert-hardlink to global list of tests

 Makefile | 1 +
 1 file changed, 1 insertion(+)

commit bd1d6cd247f8e5eb7f2465c0d686cba363c64a57
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 4 10:01:44 2011 +0200

    Release 1.16.0.3

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

commit d84b36a81088721b340e52664aa2c3379fea2a9a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 4 09:41:37 2011 +0200

    libdpkg: Allow again unknown Priority field values
    
    The code was not properly advancing the end of the value string when
    reaching the fallback case (on values not known for the Priority field),
    and the validation for junk after the first word was failing on the
    actual first word.
    
    This change reverts to the previous behaviour of blindly accepting the
    whole value string for a field, regardless of it being multiword, when
    it's the fallback case.
    
    Regression introduced in commit b3f669039f128d715ac7ac71abaeac86f0954112.
    
    Analysis-by: Raphaël Hertzog <hertzog@debian.org>
    Analysis-by: Guillem Jover <guillem@debian.org>

 debian/changelog  |  7 +++++++
 lib/dpkg/fields.c | 13 +++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 140527fc6129f0e4f2a7c64f28d8d19fe5e60b3f
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon May 2 12:14:22 2011 +0200

    German dpkg translation update
    
    Update to 1016t.
    Change translation of downgrade messages (Closes: #620312).

 debian/changelog |   3 +
 po/de.po         | 830 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 420 insertions(+), 413 deletions(-)

commit 9b2cc7aa3187091bf2cbbb734fb77a7c52bec969
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 30 21:03:16 2011 +0200

    dselect: Mark ‘y’ variables as unused for getyx() and getmaxyx()
    
    The ncurses library does not provide a way to only retrieve the ‘x’
    variable, so we have to pass a dummy ‘y’ which we are not going to
    use, for which the compiler emits a warning.

 dselect/basecmds.cc   | 4 +++-
 dselect/baselist.cc   | 3 ++-
 dselect/main.cc       | 4 ++--
 dselect/pkgdisplay.cc | 2 +-
 4 files changed, 8 insertions(+), 5 deletions(-)

commit 2ecaea9677e9d4307aabfbecc00a77e99a05457b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 30 21:01:27 2011 +0200

    s-s-d: Return status_unknown on error reading from the pid file
    
    Otherwise the variable was uninitialized.

 utils/start-stop-daemon.c | 2 ++
 1 file changed, 2 insertions(+)

commit cfe2f1ee1fcbb16d461dbd027cc6e9a9fab628be
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Apr 30 13:56:29 2011 +0200

    Update German translation of manual pages
    
    Update to 2027t.

 man/po/de.po | 167 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 87 insertions(+), 80 deletions(-)

commit ab776cbd87880f3712a8f44aa1f2bb630960d0b5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 29 22:15:17 2011 +0200

    deb-src-control(5), start-stop-daemon(8): small improvements
    
    - Clarify that the Architecture field can contain architecture wildcards.
    - Clarify when start-stop-daemon can exit 0 when --oknodo is used.
    - Drop a sentence that was repeating something already said earlier.
    
    Reported-by: Helge Kreutzmann <debian@helgefjell.de>

 man/deb-src-control.5   | 11 +++++++----
 man/start-stop-daemon.8 |  7 ++++---
 2 files changed, 11 insertions(+), 7 deletions(-)

commit c102e7ff81bba84f7e18efae06262dee08d44de0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 29 19:35:54 2011 +0200

    Update German translation of manual pages
    
    Update to 2026t0f1u.

 man/po/de.po | 1101 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 602 insertions(+), 499 deletions(-)

commit fa406fa856d9ec898d171e51a6e6c5e5c9677d00
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 29 09:31:39 2011 +0200

    dpkg: Move <dpkg/tarfn.h> inclusion from cleanup.c to archives.h
    
    The former is not using any declarations from tarfn.h, but the latter
    is.

 src/archives.h | 2 ++
 src/cleanup.c  | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 222996f8c64e6263384ae35331ed0d04cce3cbcc
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 29 07:19:29 2011 +0200

    libdpkg: Move informativeversion() to the version module

 lib/dpkg/dpkg-db.h   | 2 --
 lib/dpkg/parsehelp.c | 8 --------
 lib/dpkg/version.c   | 8 ++++++++
 lib/dpkg/version.h   | 3 +++
 4 files changed, 11 insertions(+), 10 deletions(-)

commit d14c72ffee3ffd98b8ecb0b189f197b404b56a9e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 29 07:20:53 2011 +0200

    libdpkg: Move version module declarations to a new version.h

 lib/dpkg/Makefile.am              |  3 ++-
 lib/dpkg/dpkg-db.h                |  8 +-------
 lib/dpkg/version.c                |  2 +-
 lib/dpkg/{version.c => version.h} | 30 ++++++++++++++++++------------
 4 files changed, 22 insertions(+), 21 deletions(-)

commit 6de064f083117ed6944d629baf7b543818edcf30
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 09:44:20 2011 +0200

    s-s-d: Add process name kernel limits for several systems
    
    Specifically: Solaris, NetBSD, OpenBSD, FreeBSD and Darwin.

 debian/changelog          |  2 ++
 utils/start-stop-daemon.c | 10 ++++++++++
 2 files changed, 12 insertions(+)

commit 5bced9fc3bc757ba5e4642d11422596667625dce
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 09:11:28 2011 +0200

    s-s-d: Add LSB --status command to check for process status
    
    The new command follows the LSB Init Script status action specification,
    and returns exit codes accordingly.

 debian/changelog          |  2 +
 man/start-stop-daemon.8   | 19 +++++++++
 utils/start-stop-daemon.c | 98 +++++++++++++++++++++++++++++++++++------------
 3 files changed, 94 insertions(+), 25 deletions(-)

commit ad188eee157ac71a7e2a9be31eb6c61af7adae94
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 08:23:12 2011 +0200

    man: Clarify “EXIT STATUS” sections by using bold and a table
    
    Change the status codes to bold and list them with a table to makes
    it easier to visually distinguish them.

 debian/changelog          |  1 +
 man/dpkg-query.1          |  8 +++++---
 man/dpkg-split.1          | 17 ++++++++++-------
 man/start-stop-daemon.8   | 22 ++++++++++++++++------
 man/update-alternatives.8 |  8 +++++---
 5 files changed, 37 insertions(+), 19 deletions(-)

commit a41fb4e3364eae47d3379a69e3e041843f064f78
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 07:25:59 2011 +0200

    Clarify exit status in dpkg-split and start-stop-daemon --help output

 debian/changelog          |  1 +
 dpkg-split/main.c         | 11 ++++++++---
 utils/start-stop-daemon.c |  7 +++++--
 3 files changed, 14 insertions(+), 5 deletions(-)

commit ac41b5fef42683b4640b0bb746889100fb8a9a20
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 04:22:28 2011 +0200

    s-s-d: Use a single action variable to track the command line actions
    
    This makes it easier to add new commands w/o having to check for the
    setting of any of the other action variables against each other.

 utils/start-stop-daemon.c | 36 ++++++++++++++++++++++++++----------
 1 file changed, 26 insertions(+), 10 deletions(-)

commit 8b9315219d7a4dbb8520427ceccd00cdfac55a77
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 03:38:10 2011 +0200

    dpkg: Use “unselected” as an adjective instead of “deselected”
    
    When being used as an adjective “unselected” is the correct word to use.
    
    Closes: #231089

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

commit bb19d944502d30b966dc5ec1664a19a0872800f2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 28 03:22:38 2011 +0200

    Fix typos in Vietnamese translation (deselect → dselect)

 po/vi.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 65eceb8eabc3e1547148af1072d695044ece97aa
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 27 08:10:23 2011 +0200

    dpkg(1): Clarify the current dpkg behaviour when running the back-ends
    
    When running the dpkg-deb and dpkg-query back-ends, dpkg does not pass
    through back-end specific options.
    
    Closes: #610940

 debian/changelog |  3 +++
 man/dpkg.1       | 23 +++++++----------------
 2 files changed, 10 insertions(+), 16 deletions(-)

commit 487a7a85a44e75d3bcd40e4e736e093eb74e0612
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 27 07:56:11 2011 +0200

    dpkg(1): Remove reference to --nocheck dpkg-deb option
    
    dpkg does not pass this option when running dpkg-deb.

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

commit 14340213c8df6215708f6b1dd01d7dea4e58fd14
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 27 07:50:59 2011 +0200

    dpkg: Remove --new and --old dpkg-deb option handling
    
    These have been non-functional for a long time, and were being treated
    as dpkg commands which would conflict with the dpkg-deb commands.

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

commit 531c81097d7aa5799f0a95d0353b1f1b334a6042
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 18 06:34:06 2011 +0200

    dpkg: Refactor force flags to parsedb flags into parsedb_force_flags()
    
    This will make it easier to convert new flags in the future.

 src/processarc.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 1c4771a44299c3fb528f0dae920089f67fd2820d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Apr 26 19:14:11 2011 +0200

    Update German translation of manual pages
    
    Update to 2020t.

 man/po/de.po | 467 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 241 insertions(+), 226 deletions(-)

commit 975321fee9565713b2baf2c517ca6ed4aa1e2603
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 06:37:45 2011 +0200

    Add conffiles with spaces test-case to t-conffile-prompt

 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/conffiles          | 1 +
 t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst           | 1 +
 t-conffile-prompt/pkg-conff-prompt-0/test-conffile with spaces | 1 +
 t-conffile-prompt/pkg-conff-prompt-1/DEBIAN/conffiles          | 1 +
 t-conffile-prompt/pkg-conff-prompt-1/test-conffile with spaces | 1 +
 5 files changed, 5 insertions(+)

commit d3aeb4a17db0af32e4150b70f94fdd6fa6a53687
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 05:58:54 2011 +0200

    New t-unpack-divert-hardlink test-case

 Test.mk                                            |  1 +
 t-unpack-divert-hardlink/.gitignore                |  1 +
 t-unpack-divert-hardlink/Makefile                  | 30 ++++++++++++++++++++++
 .../pkg-hardlink/DEBIAN/control                    |  7 +++++
 t-unpack-divert-hardlink/pkg-hardlink/test-file    |  1 +
 5 files changed, 40 insertions(+)

commit da5a763eb6f22a240057222d2b1555d58c7d13da
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 05:48:38 2011 +0200

    Make dpkg and dpkg-query options independent
    
    Rename DPKG_OPTIONS to DPKG_COMMON_OPTIONS and add new empty by default
    DPKG_OPTIONS and DPKG_QUERY_OPTIONS.
    
    This allows to distinguish the common options to be used by dpkg
    frontends and dpkg itself, with the options specific to dpkg.

 Test.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit dd467371b69ff327592f35c22ce5256f70408689
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 06:23:05 2011 +0200

    dpkg-deb(1): --fsys-tarfile will always process the archive sequentially
    
    Closes: #616609

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

commit e897fdba4ebb67902ad28c63bafaea8dfeb385ab
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 26 06:00:32 2011 +0200

    dpkg: Do not fail when unpacking a diverted hardlink
    
    Closes: #245322
    
    Based-on-patch-by: Christopher Baines <cbaines8@gmail.com>

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

commit 6d50a5ac6ae54f4374070e5849070530a6d57a49
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 18 06:34:06 2011 +0200

    Add --force-bad-version to allow installing packages with bogus versions
    
    This allows to install old packages with such versions, to ease
    debugging, testing, etc.

 debian/changelog | 2 ++
 man/dpkg.1       | 3 +++
 src/main.c       | 3 +++
 src/main.h       | 1 +
 src/processarc.c | 4 ++--
 5 files changed, 11 insertions(+), 2 deletions(-)

commit f9fac280b7805165819ece32980841b7f6a39333
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 11:06:09 2011 +0200

    libdpkg: Rename and alias pdb_lax_parser to pdb_lax_version_parser
    
    This way we get a more fine-grained and accurate control over what we
    want to relax while parsing.

 lib/dpkg/dpkg-db.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 980da6d9b5f7f7057fbcc67d09a128393e1d5d66
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 08:09:41 2011 +0200

    Support conffiles with spaces when diffing them
    
    Closes: #147583

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

commit 8578e79d0307f7a3408f7e00f4565286babda61a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 08:09:41 2011 +0200

    libdpkg: Add new str_quote_meta() function

 lib/dpkg/string.c        | 30 ++++++++++++++++++++++++++++++
 lib/dpkg/string.h        |  1 +
 lib/dpkg/test/t-string.c | 20 ++++++++++++++++++++
 3 files changed, 51 insertions(+)

commit b15765a5b60fd6cd67f4ffa28034fdae62ae8252
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 18 05:22:59 2011 +0200

    s-s-d: Change do_stop() to always obey global quietmode
    
    The only behaviour change was affecting the new do_stop_summary(), which
    is not always called now after do_stop(), to catter for the forced quiet
    mode when sending signal 0. The other verbose statement which before
    commit 5fef90a2960053e9b24304e2a2663fb1ed7dafb1 was not being printed in
    some cases, actually makes sense to print always.

 utils/start-stop-daemon.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8dba2f80642e17b78c2c556781f4204d2c435b5f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 18 05:22:59 2011 +0200

    s-s-d: Refactor do_stop_summary() out from do_stop()

 utils/start-stop-daemon.c | 36 +++++++++++++++++++++++-------------
 1 file changed, 23 insertions(+), 13 deletions(-)

commit e71ae2eac5422eae4e89d1c09e302935ef17c01f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 07:45:05 2011 +0200

    dpkg-split: Generate filenames following current conventions on --join
    
    Keep the architecture in the debian-split member of the part file so
    that we can reuse it when putting back together the joined binary
    package. Use underscores to separate each filename part.

 debian/changelog        |  3 +++
 dpkg-split/dpkg-split.h |  1 +
 dpkg-split/info.c       |  9 +++++++++
 dpkg-split/join.c       |  4 +++-
 dpkg-split/main.c       |  3 ++-
 dpkg-split/queue.c      |  1 +
 dpkg-split/split.c      |  8 +++++---
 man/deb-split.5         |  4 +++-
 man/dpkg-split.1        | 12 ++----------
 9 files changed, 29 insertions(+), 16 deletions(-)

commit 9ccc9615187a8c7c5111c82d6061b29ec3fbae62
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 23 07:38:57 2011 +0200

    u-a: Flush the alternatives database file stream before fsync()ing it
    
    For stream I/O the buffers have to be flushed before they are fsync()ed
    to guarantee the data has been written, and as such fsync() can do its
    job.
    
    Missed in commit 0e0e26cb8e9e3b8e3a60c329d8ea0c6e5445742c.

 utils/update-alternatives.c | 2 ++
 1 file changed, 2 insertions(+)

commit bf13ae4c68bb2becc591b23995853358b7e423c4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 22 19:16:50 2011 +0200

    Update German translation of manual pages
    
    Update to 2019t.

 man/po/de.po | 242 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 160 insertions(+), 82 deletions(-)

commit 124fefbc8e082aeb94f549273915b5c61b0a729b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 22 17:01:22 2011 +0200

    dpkg-source: tighten the regexp used to ignore the .pc directory of quilt
    
    The "." was not escaped and the regex incorrectly matched an "ipc"
    directory for example.
    
    Reported-by: Mike Hommey <glandium@debian.org>

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

commit 0e0e26cb8e9e3b8e3a60c329d8ea0c6e5445742c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 22 11:56:43 2011 +0200

    update-alternatives: fsync the administrative files before installation
    
    This is for filesystems that do not put an implicit write barrier
    when renaming files. That way we ensure that we'll never
    have empty files.

 debian/changelog            | 3 +++
 utils/update-alternatives.c | 2 ++
 2 files changed, 5 insertions(+)

commit c28eadb19f134cd652d74da6670f3586b3938ccc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 22 11:50:15 2011 +0200

    update-alternatives: new syserr() function
    
    This function is to be used when a syscall failed and when we want
    to print strerror(errno) after the error message.
    
    Update all the code to use this function. This allows to reduce the
    number of strings to translate as we're now reusing the same strings
    than those passed to oshite() in dpkg.

 utils/update-alternatives.c | 58 ++++++++++++++++++++++++++-------------------
 1 file changed, 33 insertions(+), 25 deletions(-)

commit dfc205497f16dc3c13796f64883be87807286b6b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 22 09:21:56 2011 +0200

    Extend t-depends to verify --force-depends works as expected

 t-depends/Makefile | 3 +++
 1 file changed, 3 insertions(+)

commit 57ca795e68c988843a8421a8e86cc8fc4fbd258b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 08:15:12 2011 +0200

    Bump Standards-Version to 3.9.2 (no changes needed)

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

commit a91709c404dee118a7f4fc6295b034ba9621adb0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 08:04:35 2011 +0200

    Use dh_prep instead of deprecated “dh_clean -k”

 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 1b7feb3240bc7f1e7f14903153891e289561bce4
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 08:01:28 2011 +0200

    Switch to debhelper compatibility level 7

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

commit 8bc7ba68ff8bd0acd6f6e6f9f7145746671edff6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 05:01:59 2011 +0200

    man: Change debian-split member internal description to a list
    
    This makes it easier to see what each line contains.

 debian/changelog |  2 ++
 man/deb-split.5  | 26 ++++++++++++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)

commit d2ee3fdccf4f0d892c3ed77a9cabaadbfa105d81
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 19 08:31:14 2011 +0200

    libdpkg: Move nicknames table from parsehelp.c to parse.c
    
    This table is only ever going to be used at parse time when normalizing
    the input.

 lib/dpkg/parse.c     | 12 +++++++++++-
 lib/dpkg/parsedump.h |  1 -
 lib/dpkg/parsehelp.c | 10 ----------
 3 files changed, 11 insertions(+), 12 deletions(-)

commit cf715ae93a6dcfb31838abc577ce3300c03edaad
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 12 05:30:34 2011 +0200

    u-a: Remove unused new_choice assignment

 utils/update-alternatives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d48dd2616055af01ef84a0c3f12845d9d45990f6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 6 03:27:07 2011 +0200

    dpkg: Remove unused force_conff_new() and force_conff_miss() declarations

 src/main.h | 2 --
 1 file changed, 2 deletions(-)

commit e654cb5b6d2eb7f80255fc976a6ccbb8d694bd43
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sun Apr 10 04:06:56 2011 -0500

    libdpkg: Use execvp(3) unconditionally in command_exec()
    
    execvp(3) already checks if its file argument contains a '/'; simplify
    by not checking again for the same thing.
    
    The real motivation is to avoid confusing behavior in an edge case:
    when execve(2) fails with ENOEXEC, execvp will run the script using the
    system shell but execv will error out.
    
    Closes: #622094
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog   | 4 ++++
 lib/dpkg/command.c | 5 +----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 3712f6a4ddc75c69fccd2b3dfb1961ff07771825
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 08:02:07 2011 +0200

    Changelog police
    
    Remove spurious spaces.

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

commit ce9d96bcf33500b3f5db51d70772062560fba234
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 21 00:08:00 2011 +0200

    dpkg-query(1): document empty lines as separator for --status and --print-avail too

 debian/changelog |  3 ++-
 man/dpkg-query.1 | 15 ++++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)

commit e6b6ff0887e328f379f1ff15484d3bffc9b645b4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 20 23:41:22 2011 +0200

    man: On dpkg-query -L each list of files per package is separated by blank lines

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

commit 398a6016718aac2c97b757b2364a9aebca800052
Merge: b00ef3aa3 0bfd81b97
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Apr 20 23:38:31 2011 +0200

    Merge commit '1.16.0.2'

commit 0bfd81b977ed0a3d4fca1c21e9f4e65c92c3fe9e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 16 00:17:10 2011 +0200

    Release 1.16.0.2

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

commit 58c6486cdf485d03f843b27d1f60e37eed6b77e5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 23:33:35 2011 +0200

    libdpkg: Include <locale.h> from <i18n.h> to fix unoptimized builds
    
    The pgettext() macros in gettext.h make use of LC_MESSAGES, which get
    normally pulled from <locale.h> through <libintl.h>, but that only
    happens on optimized builds. As this is an implementation detail,
    pgettext() users (through the local C_() macro) should not need to
    know they have to include <locale.h>. Arguably this is a deficiency
    in gettext.h which we are working around here.
    
    Reported-by: Steve Langasek <steve.langasek@ubuntu.com>

 debian/changelog | 2 ++
 lib/dpkg/i18n.h  | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit d9bcdd92d39961555df75e22f5dfd4c916f2cd87
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 06:59:24 2011 +0200

    New t-split test-casea

 Makefile                         |  1 +
 Test.mk                          |  1 +
 t-split/Makefile                 | 43 ++++++++++++++++++++++++++++++++++++++++
 t-split/pkg-split/DEBIAN/control |  7 +++++++
 4 files changed, 52 insertions(+)

commit 438e5813caa759a1c6dbfa282e68ab451b425e75
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 07:09:14 2011 +0200

    dpkg-split: Correctly set the last part split size
    
    The partsize for each part should be the same, the code was wrongly
    setting the partsize to the real size of the data being written.
    
    Regression introduced in commit 506dd27b56a570e019e90974ea285fe4fd2f8bf8.

 debian/changelog   |  1 +
 dpkg-split/split.c | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 99380668590b3734fc105504ef2569d026c63209
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 07:04:44 2011 +0200

    dpkg-split: Fix --auto to not fail when opening the new depot file
    
    The code was wrongly checking for non-zero file descriptors returned
    from creat(2), which was making it always fail.
    
    Regression introduced in commit 102aef24e438b7aba9cf90ab9fc75d3c13c6c7cf.

 debian/changelog   | 6 ++++++
 dpkg-split/queue.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 4b62029d8259005c383622b92ef293037952d02f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 15 06:55:34 2011 +0200

    doc: dpkg 1.16.0 has been released

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9cd4d30afbfeae2c181e405564441ae16a307c59
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 13 08:02:56 2011 +0200

    New t-lfs test-case
    
    Add it to TESTS_MANUAL as it's too slow to be run repeatedly.

 Makefile                     |  1 +
 t-lfs/Makefile               | 35 +++++++++++++++++++++++++++++++++++
 t-lfs/pkg-lfs/DEBIAN/control |  7 +++++++
 t-lfs/pkg-tfs/DEBIAN/control |  7 +++++++
 4 files changed, 50 insertions(+)

commit b00ef3aa35e76e72fe814727c5e5ae28a6a68639
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Apr 9 01:55:34 2011 +0200

    dpkg-deb: fix error message output by read_fail()
    
    read_fail() should only assume a system error if rc < 0. Any positive
    value means that we did not manage to read as much data as we wanted
    and should result in the "unexpected end of file" message.

 dpkg-deb/extract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 27b872fb0a26b92fa908fd691dbe6abe2605ed89
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Apr 7 21:38:35 2011 +0200

    Update German translation of manual pages
    
    Update to 2010t.

 debian/changelog | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9023da1533184439d753bcba6b89b4aa4edc91f0
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Apr 7 21:37:36 2011 +0200

    Update German translation of manual pages
    
    Update to 2010t.

 man/po/de.po | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit 9dc6ea29b59050af1fd06c6c348afacc428de8f4
Author: Lars Buitinck <larsmans@gmail.com>
Date:   Wed Apr 6 14:09:00 2011 +0200

    dpkg-query(1): improve description of --search

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

commit 66810a5ef36dfa8c576dc4125afc3b98369f8538
Merge: 2393193c2 fe69ae487
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 5 07:41:33 2011 +0200

    Merge branch 'sid' (through tag '1.16.0.1')
    
    Conflicts:
            debian/changelog

commit fe69ae4874919314c7f0757bb155bae38e7f211b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Apr 5 07:29:24 2011 +0200

    Release 1.16.0.1

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

commit ed9ef767dd2160a17321d962e11337596531c187
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 17:31:37 2011 +0200

    New t-option-recursive test-case

 Makefile                                           |  1 +
 t-option-recursive/Makefile                        | 25 ++++++++++++++++++++++
 t-option-recursive/dir-a/pkg-a/DEBIAN/control      |  7 ++++++
 .../dir-b/dir-bb/pkg-b/DEBIAN/control              |  7 ++++++
 t-option-recursive/pkg-c/DEBIAN/control            |  7 ++++++
 5 files changed, 47 insertions(+)

commit 0242dca0094abb722b14734ccf2caef8026de264
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 19:00:08 2011 +0200

    Clarify pkg names in t-symlink-dir test-case
    
    Rename pkg-dir to pkg-dir-real, and pkg-symlink-0 and pkg-symlink-1 to
    pkg-dir-symlink-0 and pkg-dir-symlink-1.

 t-symlink-dir/Makefile                                       | 12 ++++++------
 t-symlink-dir/{pkg-dir => pkg-dir-real}/DEBIAN/control       |  4 ++--
 t-symlink-dir/{pkg-dir => pkg-dir-real}/test-dir/file-dir    |  0
 .../{pkg-symlink-0 => pkg-dir-symlink-0}/DEBIAN/control      |  2 +-
 .../{pkg-symlink-0 => pkg-dir-symlink-0}/file-symlink        |  0
 .../{pkg-symlink-0 => pkg-dir-symlink-0}/test-symlink        |  0
 .../{pkg-symlink-1 => pkg-dir-symlink-1}/DEBIAN/control      |  2 +-
 .../{pkg-symlink-1 => pkg-dir-symlink-1}/file-symlink        |  0
 .../{pkg-symlink-1 => pkg-dir-symlink-1}/test-symlink        |  0
 9 files changed, 10 insertions(+), 10 deletions(-)

commit b56e582e3af4568bbac5dd97319d0cb6708774a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 18:52:10 2011 +0200

    Properly cleanup in t-option-dry-run

 t-option-dry-run/Makefile | 3 +++
 1 file changed, 3 insertions(+)

commit 28a354197bf0bde20237479df15dcbe6c428fb16
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 18:51:25 2011 +0200

    Enable unpack and install checks in t-option-dry-run test-case
    
    Now that dpkg 1.16.0 has been released it should not segfault on those
    any longer.

 t-option-dry-run/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit abda83cd542365a31b27fbe6730a883eaa9fe6d7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 18:22:09 2011 +0200

    Rename t-dry-run test-case to t-option-dry-run

 Makefile                                                  | 2 +-
 {t-dry-run => t-option-dry-run}/Makefile                  | 0
 {t-dry-run => t-option-dry-run}/pkg-normal/DEBIAN/control | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

commit e4f8aeb224d40ae513c7085e0e82507c15483e5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 18:17:49 2011 +0200

    Fix pkg_is_installed and pkg_is_not_installed calls
    
    Add missing comma to separate arguments. Use pkg_is_installed instead of
    non-existent is_installed make function.

 t-control-no-arch/Makefile | 4 ++--
 t-dry-run/Makefile         | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 31ca963957e5b58b57d9af0e4fc70058ee899e5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 18:09:20 2011 +0200

    Support cleaning up non-native source files and subdirectories
    
    We use the DSC and DEB variables to correctly clean the source and
    binary files and fold back the rest of the source composing files to
    avoid possibly having empty arguments to ‘rm’.

 Test.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 2393193c27eb806ea81d54c8a8f066417f4e4dfd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Apr 3 17:32:25 2011 +0200

    dpkg: Rename set_selinux_path_context() to tarobject_set_se_context()
    
    This puts it in line with the rest of tarobject filesystem metadata
    setters.

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

commit 888a5bbbd916d4a2f3a519c1c45519e8614d1782
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 3 15:27:21 2011 +0200

    dpkg: don't ohshite if lutimes() fails with ENOSYS
    
    Glibc implements lutimes() on top of utimensat() which is only provided
    by Linux >= 2.6.22. With older kernels it returns ENOSYS.
    
    This regression was introduced by commit
    b3eb59cf43c286bb6c906c00ef1cdc0ec21f474d which implemented support for
    setting timestamps of symlinks.
    
    Reported-by: Michael Prokop <mika@debian.org>

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

commit fddba30d74856e2d5c3f287343569fc259729bc0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 3 14:58:06 2011 +0200

    dpkg: fix regression when using -R option
    
    The regression was introduced in commit
    280ac914cc52ee5de079c0833bb1df5005c1e7ab. The variable used for the loop
    got incremented twice for each iteration, the net result is that the list
    of filenames contains random data on half of the entries.
    
    Reported-by: Craig Sanders <cas@taz.net.au>

 debian/changelog | 7 +++++++
 src/archives.c   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit b7e4c4c2d7d4e9eb744c4efdab343f5478e00479
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Apr 3 12:22:24 2011 +0200

    Update German scripts translation
    
    Update to 515t

 debian/changelog |  3 +++
 scripts/po/de.po | 48 ++++++++++++++++++++++++++----------------------
 2 files changed, 29 insertions(+), 22 deletions(-)

commit 0cacb0c3a1d1f837c957f3917a040ace6d60f9e7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 3 09:52:33 2011 +0200

    Dpkg::Version: update version_check to forbid versions starting with non digits
    
    Adapted the code to rely on the parsing done by the constructor to split
    the version number properly instead of redoing similar regexes in
    version_check().
    
    Updated the test suite accordingly.

 scripts/Dpkg/Version.pm      | 25 ++++++++++++++++---------
 scripts/t/100_Dpkg_Version.t |  6 +++++-
 2 files changed, 21 insertions(+), 10 deletions(-)

commit fa98524b587fd1d8c376c00cbd51eeee75d1c197
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Apr 3 09:45:20 2011 +0200

    libdpkg: add non-regression test for version number starting with non-digit
    
    And update the non-regression test for invalid characters to put
    the invalid character as the second character and not the first (which
    would be caught by the more strict non-digit check).

 lib/dpkg/test/t-version.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 106c21fc6ca503da92addb9b87db094a557de922
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 16:55:40 2011 +0200

    Dpkg::Source::Package: Add ‘.gitmodules’ to the default ignore lists
    
    Closes: #620490

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

commit 88206aeb51d713bcfc6a0a4dd1dad6b013f51482
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Apr 2 16:43:14 2011 +0200

    Install deb-src-control(5) man pages in dpkg-dev
    
    Closes: #620520

 debian/changelog        | 3 +++
 debian/dpkg-dev.install | 1 +
 2 files changed, 4 insertions(+)

commit 12f2cab45b69c242b58adac220830dfc36fc79a2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Apr 2 10:02:33 2011 +0200

    Dpkg::Deps: some typo and consistency fixes in the POD documentation

 scripts/Dpkg/Deps.pm | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

commit 09bc62ca9dc79df376bdae44da7920996e6777c6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Apr 2 09:46:49 2011 +0200

    Dpkg::Deps: Implement new "reset" method
    
    Bump module version to 1.01 due to this.

 debian/changelog     |  4 +++-
 scripts/Dpkg/Deps.pm | 52 +++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 38 insertions(+), 18 deletions(-)

commit 57d958bb3798bb9a9a727a9700ae0bfd05f23c72
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Apr 2 09:22:01 2011 +0200

    Add new changelog entry for 1.16.1

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit d3686b5552f28a357d678b453a869b9d10f1ac4f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 23:57:06 2011 +0200

    Release 1.16.0

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

commit eb48da7aae9793ac29daa7197d28c830fa6f3235
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 19:26:51 2011 +0200

    Correct and clarify changelog entries

 debian/changelog | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 0fd41e2bb9696ef91e5f18aa07b2acc78563c355
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 22:13:55 2011 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  116 ++--
 dselect/po/ca.po        |  116 ++--
 dselect/po/cs.po        |  116 ++--
 dselect/po/da.po        |  116 ++--
 dselect/po/de.po        |  116 ++--
 dselect/po/dselect.pot  |  118 ++--
 dselect/po/el.po        |  116 ++--
 dselect/po/es.po        |  116 ++--
 dselect/po/et.po        |  116 ++--
 dselect/po/eu.po        |  116 ++--
 dselect/po/fr.po        |  116 ++--
 dselect/po/gl.po        |  116 ++--
 dselect/po/hu.po        |  116 ++--
 dselect/po/id.po        |  116 ++--
 dselect/po/it.po        |  116 ++--
 dselect/po/ja.po        |  116 ++--
 dselect/po/ko.po        |  116 ++--
 dselect/po/nb.po        |  116 ++--
 dselect/po/nl.po        |  116 ++--
 dselect/po/nn.po        |  116 ++--
 dselect/po/pl.po        |  116 ++--
 dselect/po/pt.po        |  116 ++--
 dselect/po/pt_BR.po     |  116 ++--
 dselect/po/ro.po        |  116 ++--
 dselect/po/ru.po        |  116 ++--
 dselect/po/sk.po        |  116 ++--
 dselect/po/sv.po        |  116 ++--
 dselect/po/tl.po        |  116 ++--
 dselect/po/vi.po        |  116 ++--
 dselect/po/zh_CN.po     |  116 ++--
 dselect/po/zh_TW.po     |  116 ++--
 man/po/dpkg-man.pot     |  190 +++---
 man/po/es.po            |  199 +++---
 man/po/fr.po            |  199 +++---
 man/po/hu.po            |  193 +++---
 man/po/ja.po            |  193 +++---
 man/po/pl.po            |  199 +++---
 man/po/pt_BR.po         |  192 +++---
 man/po/ru.po            |  193 +++---
 man/po/sv.po            |  199 +++---
 po/ast.po               | 1512 ++++++++++++++++++++++++----------------------
 po/bs.po                | 1434 +++++++++++++++++++++++---------------------
 po/ca.po                | 1531 +++++++++++++++++++++++++----------------------
 po/cs.po                | 1515 ++++++++++++++++++++++++----------------------
 po/da.po                | 1505 ++++++++++++++++++++++++----------------------
 po/de.po                |  502 ++++++++--------
 po/dpkg.pot             | 1431 ++++++++++++++++++++++---------------------
 po/dz.po                | 1514 ++++++++++++++++++++++++----------------------
 po/el.po                | 1514 ++++++++++++++++++++++++----------------------
 po/eo.po                | 1502 ++++++++++++++++++++++++----------------------
 po/es.po                | 1516 ++++++++++++++++++++++++----------------------
 po/et.po                | 1489 +++++++++++++++++++++++----------------------
 po/eu.po                | 1502 ++++++++++++++++++++++++----------------------
 po/fr.po                | 1517 ++++++++++++++++++++++++----------------------
 po/gl.po                | 1514 ++++++++++++++++++++++++----------------------
 po/hu.po                | 1508 ++++++++++++++++++++++++----------------------
 po/id.po                | 1502 ++++++++++++++++++++++++----------------------
 po/it.po                | 1504 ++++++++++++++++++++++++----------------------
 po/ja.po                | 1502 ++++++++++++++++++++++++----------------------
 po/km.po                | 1514 ++++++++++++++++++++++++----------------------
 po/ko.po                | 1502 ++++++++++++++++++++++++----------------------
 po/ku.po                | 1463 ++++++++++++++++++++++----------------------
 po/lt.po                | 1480 +++++++++++++++++++++++----------------------
 po/mr.po                | 1496 +++++++++++++++++++++++----------------------
 po/nb.po                | 1515 ++++++++++++++++++++++++----------------------
 po/ne.po                | 1514 ++++++++++++++++++++++++----------------------
 po/nl.po                | 1516 ++++++++++++++++++++++++----------------------
 po/nn.po                | 1512 ++++++++++++++++++++++++----------------------
 po/pa.po                | 1493 +++++++++++++++++++++++----------------------
 po/pl.po                | 1497 +++++++++++++++++++++++----------------------
 po/pt.po                | 1515 ++++++++++++++++++++++++----------------------
 po/pt_BR.po             | 1516 ++++++++++++++++++++++++----------------------
 po/ro.po                | 1502 ++++++++++++++++++++++++----------------------
 po/ru.po                | 1502 ++++++++++++++++++++++++----------------------
 po/sk.po                | 1502 ++++++++++++++++++++++++----------------------
 po/sv.po                | 1515 ++++++++++++++++++++++++----------------------
 po/th.po                | 1515 ++++++++++++++++++++++++----------------------
 po/tl.po                | 1512 ++++++++++++++++++++++++----------------------
 po/vi.po                | 1502 ++++++++++++++++++++++++----------------------
 po/zh_CN.po             | 1502 ++++++++++++++++++++++++----------------------
 po/zh_TW.po             | 1514 ++++++++++++++++++++++++----------------------
 scripts/po/ca.po        |  122 ++--
 scripts/po/de.po        |  122 ++--
 scripts/po/dpkg-dev.pot |  124 ++--
 scripts/po/es.po        |  122 ++--
 scripts/po/fr.po        |  122 ++--
 scripts/po/pl.po        |  122 ++--
 scripts/po/ru.po        |  122 ++--
 scripts/po/sv.po        |  122 ++--
 89 files changed, 35046 insertions(+), 31900 deletions(-)

commit 922093b5fb715554456ef44bb4ce70e89dc4e337
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 23:49:24 2011 +0200

    dpkg-divert: Unlink the source file when moving across filesystems
    
    Otherwise we might leave cruft behind.
    
    Regression introduced in commit 02b12d75f1eff7c184fafb5a663a0421e9a645ea.

 debian/changelog | 2 ++
 src/divertcmd.c  | 4 ++++
 2 files changed, 6 insertions(+)

commit 1624466c3d3c882b551f0b5deae8db4016332e5a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 23:38:20 2011 +0200

    dpkg-divert: Inline rename_mv() into file_rename()

 src/divertcmd.c | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

commit 1cfa991dac363c3494edbb8a914b369cbf374d04
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 23:33:15 2011 +0200

    dpkg-divert: Move atomic rename logic from rename_mv() to file_copy()
    
    This makes file_copy() safe to use by itself, and will allow to pull it
    out and use it in other places in the future.

 src/divertcmd.c | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

commit d1ad33f057d0aa76d66434f40dedf67473095918
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 23:18:05 2011 +0200

    dpkg-divert: Change file_copy() and rename_mv() to ohshite() on error
    
    This has several consequences, the code will not trigger leak detectors
    like cppcheck due to ohshite() being marked non-returning, and the error
    messages are going to be more descriptive.
    
    Closes: #620380

 debian/changelog |  3 +++
 src/divertcmd.c  | 27 ++++++++++-----------------
 2 files changed, 13 insertions(+), 17 deletions(-)

commit 0489d13cb0469ad64d4b345acc2c0372a5588bd0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 22:53:21 2011 +0200

    Revert "dpkg-divert: fix minor file descriptor leak found by cppcheck"
    
    This reverts commit bdcee319a90eee494af70e6725fed8b4e8f16584.

 debian/changelog | 1 -
 src/divertcmd.c  | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

commit 9a5103c7bd96d32d685ac9f5bb38b0b4f0a9d030
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 03:21:13 2011 +0100

    dpkg-genchanges: Do not warn when adding files w/o matching architecture
    
    Fix undefined value useage when adding files w/o a matching architecture,
    because they are not present in debian/control, this is most commonly the
    case due to dpkg-distaddfile.

 debian/changelog           | 3 +++
 scripts/dpkg-genchanges.pl | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit d571f9eeffad01ac1e281c83ac3eae47946cfc7b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Apr 1 01:27:30 2011 +0200

    libdpkg: Make buffer_init() and buffer_done() take only one argument
    
    These functions only handle the output buffer_data and thus the
    read_data argument will never get used.

 lib/dpkg/buffer.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit b3eb59cf43c286bb6c906c00ef1cdc0ec21f474d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 20:13:55 2011 +0200

    dpkg: Set the modification time for unpacked symlinks if possible
    
    Use lutimes() conditionally as it might not be widely available.

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

commit e49efcbbb93d18138da31cdcc114ca1baa67d56c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 20:11:54 2011 +0200

    dpkg: Move lchown() call from tarobject() to tarobject_set_perms()
    
    This unifies a bit more the tarobject permission handling into a single
    place.

 src/archives.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 632048a0a1cd3815a737f4d0bf5fddcf6bdcefd6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 21 18:31:55 2011 +0200

    libdpkg: Move mtime from file_stat back to tar_info
    
    There's never a reason to override the mtime, no point in carrying and
    copying it around in file_stat for now.

 lib/dpkg/file.h  |  1 -
 lib/dpkg/tarfn.c |  2 +-
 lib/dpkg/tarfn.h |  1 +
 src/archives.c   | 12 +++++-------
 4 files changed, 7 insertions(+), 9 deletions(-)

commit b5e4c93f82a4a915f58df0335ffecba9f98f675b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 19:48:25 2011 +0200

    dpkg: Use utimes(2) instead of obsolete utime(2)
    
    POSIX.1-2008 marked utime(2) as obsolete. Ideally we'd switch to use
    utimensat(2), which would simplify quite a bit the code, but it's not
    yet widely available, and using it would imply having to support
    fallback code at compilation and run-time. This can be done later on
    once we up the POSIX baseline.

 src/archives.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit 36a3883ee15e6c39ab54750b1365d217aa48bf75
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 19:37:14 2011 +0200

    dpkg: Move conditionals to tarobject_set_*() functions
    
    This will allow to handle the different cases transparently. Pass a
    tar_entry to each of the functions.

 src/archives.c | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit f281bc0fd64c563e452050145c0a5c2b6294105d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 15:17:10 2011 +0200

    dpkg: Rename newtarobject_allmodes() to tarobject_set_perms()

 src/archives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 37d86f2b772d6aaf8d25972e32e19f38a29e676f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 15:16:48 2011 +0200

    dpkg: Rename newtarobject_utime() to tarobject_set_mtime()

 src/archives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5e50a926b217ed01da35b6eccd656ba7ec47d1e9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 15:05:11 2011 +0200

    dpkg: Factor out newtarobject_allmodes() call

 src/archives.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit b1ef911615c9fec1163ce2b9d6fdb9cb46b43377
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 21 18:30:40 2011 +0200

    dpkg: Move newtarobject_utime() call out of newtarobject_allmodes()
    
    Always call newtarobject_utime() for all tar object types, except
    symlinks.

 src/archives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 07bbb73fcd8ee0a911535d6dbe53b07e8ff99f3b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 31 14:01:32 2011 +0200

    dpkg: Fix typo in comment ‘cheched’ → ‘checked’

 src/archives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5b03e1e990f2260e0e852e50986fe492fc5e8f70
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 21 18:11:32 2011 +0200

    libdpkg: Update MD5 implementation with the one from OpenBSD
    
    Add <config.h> and <compat.h> includes. Change <md5.h> include to
    "md5.h". Change BYTE_ORDER check to WORDS_BIGENDIAN. Remove __bounded__
    gcc attributes on function declarations. Remove file helper
    declarations.

 lib/dpkg/md5.c | 307 +++++++++++++++++++++++++++++----------------------------
 lib/dpkg/md5.h |  51 ++++------
 2 files changed, 178 insertions(+), 180 deletions(-)

commit bfb43e8aaec95b69184bffaceb099819ad97721d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 14:33:09 2011 +0100

    Rename struct cmdinfo member arg_func to action and call it directly
    
    This avoids a temporary variable, given that now the function is
    strongly prototyped.

 dpkg-deb/main.c   | 5 ++---
 dpkg-split/main.c | 5 ++---
 lib/dpkg/myopt.h  | 3 ++-
 src/divertcmd.c   | 5 +----
 src/main.c        | 9 ++-------
 src/querycmd.c    | 5 +----
 src/statcmd.c     | 4 +---
 7 files changed, 11 insertions(+), 25 deletions(-)

commit 12d1e5a1a42ee085b79d1a3bb3a94a9b0165afff
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 14:22:36 2011 +0100

    Use new action_func typedef instead of ad-hoc function casts

 dpkg-deb/dpkg-deb.h     | 13 +++++++++----
 dpkg-deb/main.c         |  4 ++--
 dpkg-split/dpkg-split.h |  9 ++++++---
 dpkg-split/main.c       |  4 ++--
 lib/dpkg/myopt.h        |  6 +++---
 src/divertcmd.c         |  4 ++--
 src/main.c              | 10 +++++-----
 src/querycmd.c          |  4 ++--
 src/statcmd.c           |  4 ++--
 9 files changed, 33 insertions(+), 25 deletions(-)

commit ba372a8c554dfe6fa4f0e12961efab6b10aaf6bd
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 14:22:34 2011 +0100

    Make all command line action functions return int
    
    This will allow using type-safe function pointers instead of casting
    them around. Replace all exit(3) calls with return statements. Remove
    DPKG_ATTR_NORET from function declarations, all functions are expected
    to return now.

 dpkg-deb/build.c        |  6 ++--
 dpkg-deb/dpkg-deb.h     |  4 +--
 dpkg-deb/extract.c      | 35 +++++++++++++++----
 dpkg-deb/info.c         | 25 +++++++++++---
 dpkg-deb/main.c         |  7 ++--
 dpkg-split/dpkg-split.h |  4 +--
 dpkg-split/info.c       |  6 +++-
 dpkg-split/join.c       |  6 +++-
 dpkg-split/main.c       |  6 ++--
 dpkg-split/queue.c      | 20 ++++++++---
 dpkg-split/split.c      |  4 +--
 src/archives.c          |  6 +++-
 src/enquiry.c           | 89 ++++++++++++++++++++++++++++++++++---------------
 src/main.c              | 30 +++++++++++------
 src/main.h              | 34 +++++++++----------
 src/packages.c          |  4 ++-
 src/select.c            | 17 ++++++++--
 src/statcmd.c           |  4 +--
 src/update.c            | 12 +++++--
 19 files changed, 225 insertions(+), 94 deletions(-)

commit f6600ffa162e6f2f04f6a10d9622bee3bc8781a1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 24 03:57:44 2011 +0100

    dpkg: Pass default return value to reportbroken_retexitstatus()
    
    This will allow to pass arbitrary values from the command actions when
    there's not been any reported error.

 src/errors.c | 6 ++++--
 src/main.c   | 2 +-
 src/main.h   | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

commit 1059a9f6ed8568032ae64aba72ef18c289d42dae
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 1 21:26:02 2011 +0200

    dpkg-source: temporarily drop Package-List field generation
    
    That way we can discuss it further until there's consensus on its design
    and upload 1.16.0 immediately.

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

commit bdcee319a90eee494af70e6725fed8b4e8f16584
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Apr 1 20:45:46 2011 +0200

    dpkg-divert: fix minor file descriptor leak found by cppcheck
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog | 1 +
 src/divertcmd.c  | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit e3a9083fcadcb1cff64a2b3980b2679e7396fb99
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Mar 26 09:24:58 2011 +0100

    dpkg-source: extend the Package-List field based on the feedback received
    
    Integrate the architecture field with spaces replaced by commas. It will
    be used by the wanna-build team to see if the source package builds
    Architecture: all packages. The reprepro maintainer also had a similar
    use case for this information.
    
    Put the type of the package in a dedicated field rather than a prefix of
    the package name. Suggested by Bastian Blank.
    
    See feedback at
    http://lists.debian.org/debian-policy/2011/03/threads.html#00155

 debian/changelog       |  2 +-
 scripts/dpkg-source.pl | 12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 7ea2064c46b77398a63d7f7a543ebcf08f7c74d2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 23:53:37 2011 +0100

    Dpkg::Source::Patch: don't choke on empty patches
    
    Commit 255e73e11d1365fbb1e8d78287fad751a8ebc6e5 introduced a regression
    with empty patches by assuming that a patch analysis would always give
    back at least one filename.
    
    Reported-by: Niels Thykier <niels@thykier.net>

 debian/changelog             | 2 ++
 scripts/Dpkg/Source/Patch.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 893a04ba94f21ea068aa18a7b715769275b98892
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 16:04:30 2011 +0100

    Dpkg::Changelog::Debian::Entry: ignore whitespaces after options in header

 debian/changelog                       | 2 ++
 scripts/Dpkg/Changelog/Entry/Debian.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 84e9322448b3b9b227d80b667ef1274452d6fb3e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 15:45:22 2011 +0100

    dpkg-source: strip spaces around newlines in Uploaders

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

commit c52cb59d6bc99dc02a0a63fd2c80fe544bf6d691
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 15:29:54 2011 +0100

    dpkg(1): remove a duplicate word in the german translation
    
    Concerns the explanation of --get-selections.

 debian/changelog | 1 +
 man/po/de.po     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 7504022cd8922bf7a69572106b1b4a7a1c052675
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 15:26:04 2011 +0100

    Fix two typos in changelog

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

commit 014672432452a6f6a18c44e733fece7938685370
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 14:39:56 2011 +0100

    dpkg-source: add new Package-List field to .dsc files
    
    This field has been requested by ftpmasters so that they can install
    overrides for all binary packages as soon as they have approved
    the source package. It contains a the list of packages that the source
    can build along with their sections and priorities.
    
    It looks like this:
    
      Package-List:
       src:foo admin optional
       foo admin optional
       foo-common admin optional
       udeb:foo-udeb debian-installer extra

 debian/changelog               |  3 +++
 scripts/Dpkg/Control/Fields.pm |  6 +++++-
 scripts/dpkg-source.pl         | 12 ++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

commit d291a98bce9ecf04ae7f35262453b038dc17cf04
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 24 12:18:50 2011 +0100

    Dpkg::Control::Fields: define the place of the Built-Using field
    
    Commit a8cb927edb7dbd67c7a6084685998818b811caec forgot to add the
    Built-Using field in %FIELD_ORDER.

 scripts/Dpkg/Control/Fields.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cd4237cc8828a609be6260d3379f60d9c4694393
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Mar 23 19:43:34 2011 +0100

    Update German translation of manual pages
    
    Update to 2010t.

 man/po/de.po | 51 +++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 39 insertions(+), 12 deletions(-)

commit a8cb927edb7dbd67c7a6084685998818b811caec
Author: Mark Hymers <mhy@debian.org>
Date:   Tue Mar 22 15:50:16 2011 +0000

    dpkg-gencontrol: add support for Built-Using field
    
    And teach dpkg-deb to not complain about it.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog               |  3 +++
 dpkg-deb/build.c               |  1 +
 man/deb-control.5              | 11 +++++++++++
 man/deb-src-control.5          |  3 +++
 scripts/Dpkg/Control/Fields.pm |  5 +++++
 5 files changed, 23 insertions(+)

commit 6a7a20c72325a57762e34f5dbb9f79ba73b5d496
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 21 08:23:49 2011 +0100

    dpkg: use the correct mtime when installing a file with statoverrides
    
    Regression introduced by commit ceb07b08dad4d5eead630064f45c7e7ded00a341.
    
    Reported-by: Marc A. Donges

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

commit beed1d881ea2e7e9c1fd4248db843d0b2e4d51ce
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 18 03:12:05 2011 +0200

    New t-depends-versioned test-case

 Makefile                                          |  1 +
 t-depends-versioned/Makefile                      | 61 +++++++++++++++++++++++
 t-depends-versioned/pkg-depends-eq/DEBIAN/control |  8 +++
 t-depends-versioned/pkg-depends-ge/DEBIAN/control |  8 +++
 t-depends-versioned/pkg-depends-gt/DEBIAN/control |  8 +++
 t-depends-versioned/pkg-depends-le/DEBIAN/control |  8 +++
 t-depends-versioned/pkg-depends-lt/DEBIAN/control |  8 +++
 t-depends-versioned/pkg-version-1/DEBIAN/control  |  7 +++
 t-depends-versioned/pkg-version-2/DEBIAN/control  |  7 +++
 t-depends-versioned/pkg-version-3/DEBIAN/control  |  7 +++
 10 files changed, 123 insertions(+)

commit 9f2cf31b22e2b7075b493383bec1b98ae6ab67dd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 18 03:11:26 2011 +0200

    New t-depends test-case

 Makefile                             |  1 +
 t-depends/Makefile                   | 21 +++++++++++++++++++++
 t-depends/pkg-depends/DEBIAN/control |  8 ++++++++
 t-depends/pkg-real/DEBIAN/control    |  7 +++++++
 4 files changed, 37 insertions(+)

commit c19b4d990a719f018fa50614d3a9492eb423550f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 18 02:33:45 2011 +0200

    New t-depends-provides test-case

 Makefile                                       |  1 +
 t-depends-provides/Makefile                    | 21 +++++++++++++++++++++
 t-depends-provides/pkg-depends/DEBIAN/control  |  8 ++++++++
 t-depends-provides/pkg-provides/DEBIAN/control |  8 ++++++++
 4 files changed, 38 insertions(+)

commit f7f3af4e7b1223de03a6b7e5ddd5f51a2bdbe864
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 18 02:24:12 2011 +0200

    Document the .pkg-tests.conf file in the README

 README | 7 +++++++
 1 file changed, 7 insertions(+)

commit 5eff75af26ba0e81b55a8eab076550a0184e32ab
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 18 02:13:16 2011 +0200

    Actually use -B for the auto-deconfigure case
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>

 t-conflict-provide-replace-interface/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b5a79629f849faf27bf20f088af1487fa5e2bc14
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Mar 17 16:21:13 2011 +0100

    Fix minor error in German dpkg translation

 po/de.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 083f2ed8a6d125ea7b88e58fed034742aefb021e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Mar 17 14:35:53 2011 +0100

    dpkg-divert: fix return value of rename_mv
    
    This is a regression introduced by the C rewrite of dpkg-divert
    (commit 02b12d75f1eff7c184fafb5a663a0421e9a645ea) that made it unable to
    rename files when that rename implies a copy on another file system.
    
    The code has provision to do a copy when a simple rename is not enough
    but the associated function erroneously returned a failure value when
    that operation was performed.
    
    Reported-by: Durk Strooisma

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

commit b100b81bfda369bd13cffddc99b79ae3a9663c05
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Mar 16 08:00:44 2011 +0100

    pkg_parse_copy(): fix references to variables in a comment
    
    The comment still used the old names of variables from before the code had
    been factored in a separate function (in commit
    58df02f9d39c1e7b1c7f49026a649f125b87140d).

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

commit f3ac02357276ffe2ed29b350a98f0e14e162463a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 16 00:54:13 2011 +0100

    libdpkg: Do not lose reverse dependencies when parsing control data
    
    Regression introduced in commit 58df02f9d39c1e7b1c7f49026a649f125b87140d.

 lib/dpkg/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6093adaf447e98496dc4413277f474a379fdc912
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Mar 15 17:00:27 2011 +0100

    Update German translation of manual pages
    
    Update to 2008t0f0u.

 man/po/de.po | 162 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 96 insertions(+), 66 deletions(-)

commit 88b0c3043a651a422cd0c43c38ab6d553e2214ea
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 15 01:24:28 2011 +0100

    Add armhf support to ostable and triplettable
    
    Closes: #594179

 debian/changelog | 1 +
 ostable          | 1 +
 triplettable     | 1 +
 3 files changed, 3 insertions(+)

commit d9130f2deff8a78c8813bb1d6d2504d3773a6a6e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 14 14:49:26 2011 +0100

    dpkg-split: fix a gcc warning
    
    The refactoring made in commit 86cbf575b13d049504402f72d221fa1538c2e53b
    was supposed to add the cast for the argument matching
    the %jx specifier (and not %s).

 dpkg-split/queue.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 20c568dccae1d1a8b108eabb6e9df57d82d3834c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Mar 14 13:09:18 2011 +0100

    German dpkg translation update
    
    Update to 1020t.

 po/de.po | 1317 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 667 insertions(+), 650 deletions(-)

commit 3bfb2e8845b277f4cecd720c3aef0a1d6604d895
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Mar 14 13:08:45 2011 +0100

    build: Update po/POTFILES.in for new/renamed source files
    
    lib/dpkg/dir.c (commit 20fdb395cc721a5060c5623eda956d73ea840a21)
    src/infodb.c (commit 9f7f2a958321d41725c0ae7f46c434fe4cbf3c6a)
    
    lib/dpkg/database.c → lib/dpkg/pkg-db.c (commit
    ced5ec027285de3f207c0bb7a26e3455503e7e29)

 po/POTFILES.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit b8d8d02e4afd7b377bad3d81afdcc48d5c6f3938
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Mar 14 13:08:21 2011 +0100

    dpkg-split: Fix typo

 dpkg-split/queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86cbf575b13d049504402f72d221fa1538c2e53b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 02:15:38 2011 +0100

    Use off_t and %jd or %jx to handle file sizes and offsets
    
    This allows to support large files on 32-bit systems were a ‘long int’
    type might not be of at least 64-bits. For printing %jd or %jx is used,
    and the value is cast to intmax_t.

 dpkg-deb/build.c        |  5 +++--
 dpkg-deb/extract.c      | 18 ++++++++++--------
 dpkg-deb/info.c         |  5 +++--
 dpkg-split/dpkg-split.h | 12 ++++++------
 dpkg-split/info.c       | 20 ++++++++++----------
 dpkg-split/main.c       |  4 ++--
 dpkg-split/queue.c      |  9 +++++----
 dpkg-split/split.c      | 10 ++++++----
 lib/dpkg/ar.c           |  7 ++++---
 lib/dpkg/ar.h           |  2 +-
 lib/dpkg/buffer.c       |  2 +-
 lib/dpkg/tarfn.c        |  2 +-
 lib/dpkg/tarfn.h        |  2 +-
 src/archives.c          |  5 +++--
 src/processarc.c        |  3 ++-
 15 files changed, 58 insertions(+), 48 deletions(-)

commit 74dc50b34d45e906ecdf664634ad491f2ffac43e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 03:01:43 2011 +0100

    Use size_t and %zu to handle memory sizes and offsets

 dselect/methparse.cc        | 6 +++---
 lib/dpkg/mlib.c             | 6 ++++--
 lib/dpkg/pkg-format.c       | 2 +-
 utils/update-alternatives.c | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

commit 07eee0db56472a5932249c04b940b9c8fe01bb5f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 02:58:28 2011 +0100

    libdpkg: Replace OtoL() with OtoM() converting to intmax_t
    
    This allows storing at least 64-bit integers on 32-bit systems, and thus
    large file support.

 lib/dpkg/tarfn.c | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit f9aaae4396a0465dce0f8c05e9e1608bd9425e81
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 05:21:49 2011 +0100

    dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()
    
    This will allow parsing large numbers, required for large file support.

 dpkg-split/main.c  | 3 ++-
 dpkg-split/queue.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 75d6bcf73ba88e443c2fd1a65018bb7f40d76ff1
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 02:12:57 2011 +0100

    dpkg-split: Replace unsignedlong() with parse_intmax()

 configure.ac      |  2 +-
 dpkg-split/info.c | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 766de19997417fc673c0b07e9fef2cffb25d5b25
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 01:55:50 2011 +0100

    build: Check for %j and %z format modifiers support
    
    We use those to create binary output, so we require them to be working.

 m4/dpkg-compiler.m4 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit df6a6091b3e420b12286dbde56ef86cf0230c2b4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 23:32:30 2011 +0100

    dpkg-split: Use a constant expression to declare an array
    
    Although usually the compiler should replace strlen(literal) with a
    built-in, it might not, and it's more predictable to use a constant
    expression using sizeof() instead to avoid making it a variable
    length array. This fixes a warning with latest gcc and -Wvla.

 dpkg-split/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 79a67e901e0ce82944d33f13d0830fe256f9a39c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Mar 14 07:16:31 2011 +0100

    Inline rerr() into its only current call site

 dpkg-split/dpkg-split.h | 1 -
 dpkg-split/info.c       | 5 ++++-
 dpkg-split/main.c       | 4 ----
 3 files changed, 4 insertions(+), 6 deletions(-)

commit 26998971c3e84e33a4602e3d97a6a8c9a058fa16
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 23:30:19 2011 +0100

    Inline werr() into its only current call site

 dpkg-deb/build.c          | 2 +-
 lib/dpkg/ehandle.c        | 4 ----
 lib/dpkg/ehandle.h        | 2 --
 lib/dpkg/libdpkg.Versions | 1 -
 4 files changed, 1 insertion(+), 8 deletions(-)

commit fdc401aa7d35d879ad0fb9090049691f2638af41
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 23:10:28 2011 +0100

    dpkg-deb: Use fdio instead of stdio
    
    Prefer fdio for binary data.

 dpkg-deb/build.c | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

commit 102aef24e438b7aba9cf90ab9fc75d3c13c6c7cf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 23:05:54 2011 +0100

    dpkg-split: Do not slurp into memory the whole package parts
    
    Use buffered I/O when reassembling split packages. This will make
    possible to handle parts > 2 GiB on 32 bit systems.

 dpkg-split/join.c  | 45 +++++++++++++++++----------------------------
 dpkg-split/queue.c | 36 +++++++++++++++++-------------------
 2 files changed, 34 insertions(+), 47 deletions(-)

commit 9980e450861b782093572ecc23bfbdc8ee326087
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 22:38:38 2011 +0100

    libdpkg: Add missing <errno.h> needed by fd_null_copy()

 lib/dpkg/buffer.h | 2 ++
 1 file changed, 2 insertions(+)

commit 65d2ed5c215657e0e0f60500148b47bd8436e282
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 21:56:42 2011 +0100

    u-a: Do not unneedingly initialize variables to NULL
    
    Those get initialized unconditionally later on in the code.
    
    This was spotted by a run with the clang static analyzer.

 utils/update-alternatives.c | 1 -
 1 file changed, 1 deletion(-)

commit aab72be3be19811105baf7c22e3ac370423f9636
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 21:51:21 2011 +0100

    dpkg-query: Return a valid width even if opening /dev/tty failed
    
    This was spotted by a run with the clang static analyzer.

 src/querycmd.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 9acbadfc967d74c7930912bf89e508b14ff509d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 21:41:01 2011 +0100

    build: Add -Wformat-security and -Wpointer-arith to default warnings

 m4/dpkg-compiler.m4 | 1 +
 1 file changed, 1 insertion(+)

commit 4c3faede9746f1e85f544b319d07b2a2c12f67d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 21:41:38 2011 +0100

    dselect: Use a format string in printf() instead of only a variable
    
    This fixes a warning with -Wformat-security.

 dselect/main.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a468c10801bb7cee20e15d04e502e67aa95a0f7e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 18:38:21 2011 +0100

    dpkg: Add comment about why writeback code ignores return values
    
    Suggested-by: Sven Mueller <sven@debian.org>

 src/archives.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 557765dbed656c3718c65352f1cb995fcc8b87b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 18:27:56 2011 +0100

    Move pkgadmindir() and pkgadminfile() to the filesdb module
    
    These functions are not really part of the modstatdb module, and by
    moving them out they get detangled and will make it possible to extend
    them w/o pulling additional code into binaries not using the functions.

 lib/dpkg/dbmodify.c       | 16 ----------------
 lib/dpkg/dpkg-db.h        |  3 ---
 lib/dpkg/libdpkg.Versions |  2 --
 src/filesdb.c             | 40 ++++++++++++++++++++++++++++++++++++++++
 src/filesdb.h             |  3 +++
 src/infodb.c              |  1 +
 6 files changed, 44 insertions(+), 21 deletions(-)

commit dcac09fadeaea420267c85d430ed7668f3e37ba7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 19:56:01 2011 +0100

    Make admindir file local everywhere
    
    The interface to get and set the database directory is dpkg_db_get_dir()
    and dpkg_db_set_dir().

 dselect/dselect.h |  1 -
 dselect/main.cc   |  3 ++-
 dselect/method.cc | 10 +++++-----
 src/divertcmd.c   |  2 +-
 src/help.c        |  1 +
 src/main.c        |  2 +-
 src/main.h        |  1 -
 src/processarc.c  |  2 ++
 src/querycmd.c    |  2 +-
 src/statcmd.c     |  4 ++--
 src/update.c      |  2 +-
 11 files changed, 16 insertions(+), 14 deletions(-)

commit e0ae796d8cde360c5bf9b46b49998f6efa3b8c82
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 08:45:25 2011 +0100

    Do not pass admindir to database initialization functions
    
    Use dpkg_db_get_dir() and dpkg_db_get_path() to globally retrieve the
    database directory instead of passing it around.

 dselect/main.cc         |  6 +++---
 lib/dpkg/dbmodify.c     | 10 +++++-----
 lib/dpkg/dpkg-db.h      |  4 ++--
 lib/dpkg/trigdeferred.h |  3 +--
 lib/dpkg/trigdeferred.l |  2 +-
 lib/dpkg/triglib.c      |  6 +++---
 lib/dpkg/triglib.h      |  2 +-
 src/archives.c          |  3 +--
 src/enquiry.c           |  8 ++++----
 src/help.c              |  4 ++--
 src/packages.c          |  3 +--
 src/querycmd.c          | 16 ++++++++--------
 src/select.c            |  6 +++---
 src/trigcmd.c           |  4 ++--
 src/update.c            |  2 +-
 15 files changed, 38 insertions(+), 41 deletions(-)

commit 06cd58eed3c3c9b6d5764773428b2dd31d5233a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 22:13:04 2011 +0100

    libdpkg: Use dpkg_db_get_path() instead of trig_get_triggersdir()
    
    Remove now unused trig_get_triggersdir().

 lib/dpkg/trigdeferred.l |  2 +-
 lib/dpkg/triglib.c      | 12 +-----------
 lib/dpkg/triglib.h      |  2 --
 3 files changed, 2 insertions(+), 14 deletions(-)

commit f67665e8f5eb46b3a0b90d2a90001b3d33f94ef9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 19:17:55 2011 +0100

    Use dpkg_db_set_dir() instead of pkgadmindir_init()
    
    Remove now unused pkgadmindir_init().

 dselect/main.cc     |  2 ++
 lib/dpkg/dbmodify.c | 12 ------------
 lib/dpkg/dpkg-db.h  |  1 -
 src/divertcmd.c     |  4 ++--
 src/main.c          |  2 ++
 src/querycmd.c      |  4 ++--
 src/statcmd.c       |  4 ++--
 src/trigcmd.c       |  4 ++--
 8 files changed, 12 insertions(+), 21 deletions(-)

commit addcf0717e7a6076f40a57d8aa9a0164868d46ba
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 19:53:28 2011 +0100

    Use dpkg_db_get_path() instead of using m_asprintf() and admindir

 dselect/method.cc    | 2 +-
 dselect/methparse.cc | 2 +-
 lib/dpkg/dbmodify.c  | 2 +-
 src/divertcmd.c      | 2 +-
 src/processarc.c     | 2 +-
 src/statcmd.c        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit 8ecd3414ebcf0a81a4f23b671c134729dc600a3a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 19:51:55 2011 +0100

    Use dpkg_db_get_path() instead of ad-hoc building the string with varbuf

 src/divertdb.c | 20 +++++++++-----------
 src/statdb.c   | 16 +++++++---------
 src/update.c   | 12 ++++++------
 3 files changed, 22 insertions(+), 26 deletions(-)

commit 18d1daa7bfffdb00af4903ad895151fe60e77ebf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 08:45:25 2011 +0100

    libdpkg: Add new dbdir module

 lib/dpkg/Makefile.am |  2 ++
 lib/dpkg/dbdir.c     | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/dpkg-db.h   |  6 ++++
 3 files changed, 100 insertions(+)

commit ad2f2b8ca2abf2e21e55ab7425f19dd27cad96d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 07:41:30 2011 +0100

    dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc code

 dselect/main.cc | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 62b91d46785dae5d7eab796f0ceb43295f1c54b8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 07:40:09 2011 +0100

    libdpkg: Refactor modstatdb_can_lock() out from modstatdb_lock()

 lib/dpkg/dbmodify.c       | 25 ++++++++++++++++++-------
 lib/dpkg/dpkg-db.h        |  1 +
 lib/dpkg/libdpkg.Versions |  1 +
 3 files changed, 20 insertions(+), 7 deletions(-)

commit 2ed67cedac6e5b8dfae90c56f96c8a44accc9302
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 22:02:01 2011 +0100

    libdpkg: Handle EACCES as a permission error in modstatdb_lock()
    
    The current code only considers EPERM, but EACCES is also a valid error
    concerning permission issues from open(2).

 lib/dpkg/dbmodify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8619e6d31486b874f8f2f2cdb34e66704d26a6a0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 07:38:03 2011 +0100

    libdpkg: Reset dblockfd on modstatdb_unlock()
    
    This will allow locking again the database after having previously
    unlocked it.

 lib/dpkg/dbmodify.c | 2 ++
 1 file changed, 2 insertions(+)

commit 6c9093777f6121dc8c2ee3be44d2937402f3c028
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 06:48:27 2011 +0100

    Make modstatdb locking functions not take an admindir argument
    
    Initialize the lockfile on modstatdb_init() via the fnis array. Make
    sure we call modstatdb_init() and modstatdb_done() in case we are not
    calling modstatdb_open() and modstatdb_shutdown().

 lib/dpkg/dbmodify.c | 23 +++++++----------------
 lib/dpkg/dpkg-db.h  |  4 ++--
 src/enquiry.c       |  2 +-
 src/update.c        |  6 +++++-
 4 files changed, 15 insertions(+), 20 deletions(-)

commit be596facc45b0b921322abd0d885bead822639f4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 06:29:08 2011 +0100

    libdpkg: Refactor modstatdb init/done sequence into new functions
    
    Move variable path initialization and destruction code to the new
    modstatdb_init() and modstatdb_done(). Add a boolean variable to protect
    the funtions from reiterated calls.

 lib/dpkg/dbmodify.c       | 59 +++++++++++++++++++++++++++++++++--------------
 lib/dpkg/dpkg-db.h        |  2 ++
 lib/dpkg/libdpkg.Versions |  1 +
 3 files changed, 45 insertions(+), 17 deletions(-)

commit 7a14fd7d6604d5b8de58e0e33ddd8ee8026bff62
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 06:29:08 2011 +0100

    libdpkg: Rename modstatdb_init() to modstatdb_open()
    
    We'll need to reuse the modstatdb_init() function name for further
    refactoring.

 dselect/main.cc           |  2 +-
 lib/dpkg/dbmodify.c       |  2 +-
 lib/dpkg/dpkg-db.h        |  2 +-
 lib/dpkg/libdpkg.Versions |  1 +
 src/archives.c            |  2 +-
 src/enquiry.c             |  8 ++++----
 src/packages.c            |  2 +-
 src/querycmd.c            | 16 ++++++++--------
 src/select.c              |  6 +++---
 9 files changed, 21 insertions(+), 20 deletions(-)

commit ced5ec027285de3f207c0bb7a26e3455503e7e29
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 06:09:10 2011 +0100

    libdpkg: Rename database module to pkg-db
    
    This matches the namespace for the provided functions, and disambiguates
    what kind of database it's refering to.

 lib/dpkg/Makefile.am              | 2 +-
 lib/dpkg/{database.c => pkg-db.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1a8c2f8400324dc04e1fa664239c3bbc6399e6b0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 06:06:33 2011 +0100

    libdpkg: Rename hashreport() to pkg_db_report()

 lib/dpkg/database.c | 4 +++-
 lib/dpkg/dpkg-db.h  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 69a2c708c05d7a81041e0b2fbdf7941c40ad3113
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 06:01:39 2011 +0100

    libdpkg: Move non pkg_db related functions to the pkg module
    
    The pkgbin_blank, pkg_blank and pkg_is_informative are not strictly
    part of the pkg_db module, and can be used w/o the latter.

 lib/dpkg/database.c | 65 --------------------------------------------
 lib/dpkg/pkg.c      | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 65 deletions(-)

commit 190a0f88ef7258b6a35a346ff1a3c21c68c3f6e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 05:53:37 2011 +0100

    libdpkg: Move blankversion() to new version module

 lib/dpkg/Makefile.am |  3 ++-
 lib/dpkg/database.c  |  5 -----
 lib/dpkg/version.c   | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 6 deletions(-)

commit 943de6c0e09760af1f8ad8c1e364fc4bcfbb1418
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 05:40:43 2011 +0100

    libdpkg: Change file_unlock() to act directly on its new arguments
    
    This switches the function from unlocking the file via the popped
    cleanup to do the action itself.

 lib/dpkg/dbmodify.c |  3 ++-
 lib/dpkg/file.c     | 21 +++++++++++----------
 lib/dpkg/file.h     |  2 +-
 3 files changed, 14 insertions(+), 12 deletions(-)

commit 55f9704e40f07a95a409e1fba38bb21d70041872
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 05:04:11 2011 +0100

    libdpkg: Do not leak triggersdir

 lib/dpkg/trigdeferred.l | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c0f00ddf9a3258d28aa3ad306adabc3eb34476d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Mar 13 04:25:02 2011 +0100

    dselect: Use m_asprintf() instead of ad-hoc string construction

 dselect/method.cc    | 10 +++-------
 dselect/methparse.cc |  9 ++-------
 2 files changed, 5 insertions(+), 14 deletions(-)

commit 6761f32a6b9476cd63f874e8fbbb9346068049c3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 10 05:49:46 2011 +0100

    Make modstatdb available file options explicit
    
    The options were either explicit or dependent on the main status
    options, now they are always explicit. This detangles the actions
    on the available file from the ones on the status file. Rename the
    enum flags accordingly.

 lib/dpkg/dbmodify.c | 12 +++++++-----
 lib/dpkg/dpkg-db.h  |  6 +++---
 src/archives.c      |  4 ++--
 src/enquiry.c       |  2 +-
 src/querycmd.c      |  6 +++---
 5 files changed, 16 insertions(+), 14 deletions(-)

commit af3153d09aa3ed5597d6d415e5ab7cc3ba972e7c
Author: Steve Langasek <steve.langasek@linaro.org>
Date:   Wed Mar 9 11:43:05 2011 -0800

    Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCH
    
    Add new variables that return the "ideal" GNU triplet for each architecture
    which should be used as the path component for library installation.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog             |  6 ++++++
 man/dpkg-architecture.1      |  6 ++++++
 scripts/Dpkg/Arch.pm         | 22 +++++++++++++++++++++-
 scripts/dpkg-architecture.pl | 10 ++++++++--
 4 files changed, 41 insertions(+), 3 deletions(-)

commit 8a910bc7aadd0525fe24b14c8d6249f77bba15b7
Author: Ivan Gagis <igagis@gmail.com>
Date:   Wed Mar 9 05:18:09 2011 +0100

    dpkg-name: Fix typo in --overwrite argument parsing
    
    This fixes the option so that it actually works at all.
    
    LP: #728708
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 7221d533e93de0d73716e4f69f1f01d73cce8f95
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 8 14:15:19 2011 +0100

    u-a: Fix memory leaks due to scandir() return value

 utils/update-alternatives.c | 3 +++
 1 file changed, 3 insertions(+)

commit 9c01b373009ac462afbdb9375abd2c7b9abc19d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 5 05:22:10 2011 +0100

    Do not write the available file unnecessarily
    
    Some times we need to write back the status file, but not the available
    file. Add a new flag to handle those cases.
    
    Based-on-patch-by: Michel Lespinasse <walken@zoy.org>

 debian/changelog    | 2 +-
 dselect/main.cc     | 2 +-
 lib/dpkg/dbmodify.c | 2 +-
 lib/dpkg/dpkg-db.h  | 1 +
 src/select.c        | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

commit fb49e131ef32039277c538f759ab19c1ff22e8fd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 4 16:15:51 2011 +0100

    Do not read the available file unnecessarily
    
    For commands that only make use of information from the status file,
    there's no need to make them read and parse the available file. This
    change does not alter the current behaviour, and commands that were
    previously updating the available file will continue doing so.
    
    Removing further access to it is pending a decision on how to treat
    globally the available file, which needs interaction with the package
    manager frontend developers.
    
    Closes: #397121
    
    Based-on-patch-by: Michel Lespinasse <walken@zoy.org>

 debian/changelog    |  2 ++
 lib/dpkg/dbmodify.c |  3 ++-
 src/archives.c      |  4 ++--
 src/enquiry.c       |  2 +-
 src/packages.c      |  6 +++---
 src/querycmd.c      | 16 +++++++++++-----
 src/select.c        |  4 ++--
 7 files changed, 23 insertions(+), 14 deletions(-)

commit 8e57f4f4224fc4f6f03a3aeef898e25f3ff881d5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Mar 5 04:55:41 2011 +0100

    Switch the logic from msdbrw_noavail to msdbrw_available

 dselect/main.cc     |  3 ++-
 lib/dpkg/dbmodify.c |  2 +-
 lib/dpkg/dpkg-db.h  |  2 +-
 src/archives.c      |  9 +++++----
 src/enquiry.c       |  8 ++++----
 src/packages.c      |  6 +++---
 src/querycmd.c      | 12 ++++++------
 src/select.c        |  6 +++---
 8 files changed, 25 insertions(+), 23 deletions(-)

commit 898936120e987d9faf27002e2d01844edbfbb538
Author: Roger Leigh <rleigh@debian.org>
Date:   Sat Mar 12 16:04:31 2011 +0000

    Dpkg::Control::Hash: accept PGP signature as end of block
    
    Improved-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog             | 3 +++
 scripts/Dpkg/Control/Hash.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit b6961deee1c968084a0d38b8babd50de284e7b4b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 06:41:40 2011 +0100

    New t-dry-run test case

 Makefile                            |  1 +
 t-dry-run/Makefile                  | 26 ++++++++++++++++++++++++++
 t-dry-run/pkg-normal/DEBIAN/control |  8 ++++++++
 3 files changed, 35 insertions(+)

commit eb81714950737c00916945941752f7c8d76bde4d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 3 19:22:11 2011 +0100

    New t-conflict-provide-replace-interface test case

 Makefile                                               |  1 +
 t-conflict-provide-replace-interface/Makefile          | 18 ++++++++++++++++++
 .../pkg-a/DEBIAN/control                               | 10 ++++++++++
 .../pkg-b/DEBIAN/control                               | 11 +++++++++++
 4 files changed, 40 insertions(+)

commit 85a006290cc85f45a78ff783a2f2bb332f874da2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 3 19:16:11 2011 +0100

    Add support for a configuration file
    
    This will allow setting local variables there instead of having to type
    them everytime on the command line, or having to set them permanently on
    the environment.

 .gitignore | 1 +
 Makefile   | 2 ++
 Test.mk    | 2 ++
 3 files changed, 5 insertions(+)

commit afebdb5b96f71aaadbc16f3e21cc6984dec0873f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 1 05:33:42 2011 +0100

    Add new README file

 README | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit 2bfd5102b413d3a0b97aa93e50467f41b2448ecf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Mar 7 11:29:21 2011 +0100

    Update German scripts translation
    
    Update to 514t

 scripts/po/de.po | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit df8062d202016114b6c167cd0cf23e895587059c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 7 09:32:14 2011 +0100

    dpkg-source: be a bit less strict when parsing patches
    
    It will now accept seeing the same file twice
    
    Reported-by: Bastian Blank <waldi@debian.org>
    
    It will no longer match on the English text "No newline at end of file" as
    it might be translated in some cases. It will only consider the intial
    "\ ".
    
    Reported-by: Jan-Marek Glogowski <glogow@fbihome.de>

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

commit 43f5433769a0f8eecc3c1cc7a208d6e14171ad60
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 6 10:46:28 2011 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  325 ++---
 dselect/po/ca.po        |  340 +++--
 dselect/po/cs.po        |  340 +++--
 dselect/po/da.po        |  340 +++--
 dselect/po/de.po        |  340 +++--
 dselect/po/dselect.pot  |  327 ++---
 dselect/po/el.po        |  340 +++--
 dselect/po/es.po        |  340 +++--
 dselect/po/et.po        |  334 +++--
 dselect/po/eu.po        |  340 +++--
 dselect/po/fr.po        |  340 +++--
 dselect/po/gl.po        |  340 +++--
 dselect/po/hu.po        |  334 +++--
 dselect/po/id.po        |  340 +++--
 dselect/po/it.po        |  340 +++--
 dselect/po/ja.po        |  340 +++--
 dselect/po/ko.po        |  340 +++--
 dselect/po/nb.po        |  340 +++--
 dselect/po/nl.po        |  340 +++--
 dselect/po/nn.po        |  340 +++--
 dselect/po/pl.po        |  340 +++--
 dselect/po/pt.po        |  340 +++--
 dselect/po/pt_BR.po     |  340 +++--
 dselect/po/ro.po        |  340 +++--
 dselect/po/ru.po        |  342 +++--
 dselect/po/sk.po        |  340 +++--
 dselect/po/sv.po        |  340 +++--
 dselect/po/tl.po        |  340 +++--
 dselect/po/vi.po        |  340 +++--
 dselect/po/zh_CN.po     |  340 +++--
 dselect/po/zh_TW.po     |  340 +++--
 man/po/dpkg-man.pot     |  938 ++++++++++---
 man/po/es.po            | 1234 +++++++++++++----
 man/po/fr.po            | 1238 +++++++++++++----
 man/po/hu.po            | 1125 +++++++++++----
 man/po/ja.po            | 1136 +++++++++++----
 man/po/pl.po            | 1234 +++++++++++++----
 man/po/pt_BR.po         | 1058 ++++++++++----
 man/po/ru.po            | 1126 +++++++++++----
 man/po/sv.po            | 1236 +++++++++++++----
 po/ast.po               | 3435 +++++++++++++++++++++++++--------------------
 po/bs.po                | 2750 ++++++++++++++++++------------------
 po/ca.po                | 3461 +++++++++++++++++++++++++--------------------
 po/cs.po                | 3412 ++++++++++++++++++++++++++-------------------
 po/da.po                | 3498 ++++++++++++++++++++++++++--------------------
 po/de.po                |  644 ++++-----
 po/dpkg.pot             | 2742 ++++++++++++++++++------------------
 po/dz.po                | 3262 ++++++++++++++++++++++++-------------------
 po/el.po                | 3385 ++++++++++++++++++++++++--------------------
 po/eo.po                | 3420 ++++++++++++++++++++++++++-------------------
 po/es.po                | 3519 ++++++++++++++++++++++++++--------------------
 po/et.po                | 2894 ++++++++++++++++++++------------------
 po/eu.po                | 3428 ++++++++++++++++++++++++++-------------------
 po/fr.po                | 3494 ++++++++++++++++++++++++++--------------------
 po/gl.po                | 3374 ++++++++++++++++++++++++--------------------
 po/hu.po                | 3208 +++++++++++++++++++++++-------------------
 po/id.po                | 3416 ++++++++++++++++++++++++++-------------------
 po/it.po                | 3489 ++++++++++++++++++++++++++--------------------
 po/ja.po                | 3427 +++++++++++++++++++++++++--------------------
 po/km.po                | 3212 +++++++++++++++++++++++-------------------
 po/ko.po                | 3479 ++++++++++++++++++++++++++--------------------
 po/ku.po                | 2810 +++++++++++++++++++------------------
 po/lt.po                | 3041 ++++++++++++++++++++++------------------
 po/mr.po                | 3216 +++++++++++++++++++++++-------------------
 po/nb.po                | 3413 ++++++++++++++++++++++++++-------------------
 po/ne.po                | 3221 +++++++++++++++++++++++-------------------
 po/nl.po                | 3367 ++++++++++++++++++++++++--------------------
 po/nn.po                | 3169 +++++++++++++++++++++++-------------------
 po/pa.po                | 3021 +++++++++++++++++++++-------------------
 po/pl.po                | 3369 ++++++++++++++++++++++++--------------------
 po/pt.po                | 3461 +++++++++++++++++++++++++--------------------
 po/pt_BR.po             | 3378 ++++++++++++++++++++++++--------------------
 po/ro.po                | 3540 +++++++++++++++++++++++++++--------------------
 po/ru.po                | 3437 +++++++++++++++++++++++++--------------------
 po/sk.po                | 3432 +++++++++++++++++++++++++--------------------
 po/sv.po                | 3433 +++++++++++++++++++++++++--------------------
 po/th.po                | 3389 ++++++++++++++++++++++++++-------------------
 po/tl.po                | 3210 +++++++++++++++++++++++-------------------
 po/vi.po                | 3497 ++++++++++++++++++++++++++--------------------
 po/zh_CN.po             | 3380 +++++++++++++++++++++++++-------------------
 po/zh_TW.po             | 3303 ++++++++++++++++++++++++-------------------
 scripts/po/ca.po        |  445 +++---
 scripts/po/de.po        |  323 ++---
 scripts/po/dpkg-dev.pot |  433 +++---
 scripts/po/es.po        |  479 ++++---
 scripts/po/fr.po        |  483 ++++---
 scripts/po/pl.po        |  476 ++++---
 scripts/po/ru.po        |  470 ++++---
 scripts/po/sv.po        |  471 ++++---
 89 files changed, 89660 insertions(+), 67783 deletions(-)

commit d5c5d8f8651eb2ccdb61847e2bd018f80fcd84cb
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 6 10:44:22 2011 +0100

    dpkg-source: remove quilt's .pc directory when --unapply-patches is in use

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

commit 34d922eef1ecf03fbccc3b022fdbe58a81792be6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 6 10:08:43 2011 +0100

    Do not print warnings resulting from the autopatch analysis
    
    Colin's change in 40dcf24632684ec726210dd4437fdedbdbe6134e meant that the
    autopatch is parsed while it's already applied and this can trigger some
    undue warnings.
    
    This patch silences them. And also deals with similar cases that were
    unnoticed up to now.

 scripts/Dpkg/Source/Package/V2.pm       |  4 ++--
 scripts/Dpkg/Source/Package/V3/quilt.pm |  4 +++-
 scripts/Dpkg/Source/Patch.pm            | 15 ++++++++++-----
 3 files changed, 15 insertions(+), 8 deletions(-)

commit 255e73e11d1365fbb1e8d78287fad751a8ebc6e5
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Mon Feb 14 06:39:03 2011 -0600

    dpkg-source: use server-side clock for patched file timestamp on NFS
    
    Since 1.13.14~20 (2006-02-10), dpkg-source touches the files it
    patches when unpacking, with a single date.  This way, the order of
    mtimes does not depend on the order in which the files were patched,
    which is convenient when e.g. configure.in and configure are patched.
    
    More precisely, dpkg-source does something like the following:
    
            my $now = time();
            foreach my $fn (@patched_files) {
                    utime($now, $now, $fn);
            }
    
    Unfortunately when the filesystem is NFS, "touch" and normal
    modification set mtime and atime to the current time on the server
    side, while time() returns the current time on the client side.
    The two clocks can disagree, producing breakage.
    
    So unless a timestamp has been passed explicitly, use utime(undef,
    undef, $fn) to set mtime for the first file to the server side time
    and copy it (rounded down to a number of seconds) to all patched
    files.
    
    Reported-by: Stéphane Glondu <glondu@debian.org>
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Improved-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog                        |  5 +++++
 scripts/Dpkg/Source/Functions.pm        | 26 +++++++++++++++++++++++++-
 scripts/Dpkg/Source/Package/V1.pm       |  3 +--
 scripts/Dpkg/Source/Package/V2.pm       |  6 +++---
 scripts/Dpkg/Source/Package/V3/quilt.pm |  8 ++++----
 scripts/Dpkg/Source/Patch.pm            |  7 +++++--
 6 files changed, 43 insertions(+), 12 deletions(-)

commit 40dcf24632684ec726210dd4437fdedbdbe6134e
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Mon Dec 6 09:42:17 2010 +0000

    dpkg-source: keep file order stable when regenerating autopatches.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog                  |  3 ++
 scripts/Dpkg/Source/Package/V2.pm |  3 +-
 scripts/Dpkg/Source/Patch.pm      | 82 +++++++++++++++++++++++++++------------
 3 files changed, 62 insertions(+), 26 deletions(-)

commit 4225da67179cae2be44a76d3c37c6c859c8659c5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Mar 5 09:52:49 2011 +0100

    Fix english mistake catched by lintian

 man/dpkg-gensymbols.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 94bf966f04a6c4b262544f4cf6f8442379c821d1
Author: Martin Dorey <mdorey@bluearc.com>
Date:   Sat Mar 5 09:44:00 2011 +0100

    Fix OtoL() to accumulate data in a long instead of an int
    
    On 64-bit architectures where the long is bigger than the int, it makes
    it possible to have files bigger than 2GB.
    
    Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

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

commit c6ac0591756859f405305925cf99c20e69ecaf58
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 10 14:43:50 2011 +0000

    Always define DPKG_ADMINDIR so that tests can directly access the internal DB

 Test.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 908fda0b103f7843992b7ec8609447d1efdd11b9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Mar 4 13:30:00 2011 +0100

    Update German translation of manual pages
    
    Update to 2004t0f0u.

 man/po/de.po | 68 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 32 deletions(-)

commit 5aac6553a7f40c73da046301bf96175b998f9221
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 4 03:37:05 2011 +0100

    dpkg: Call gettext() on force option description printing
    
    Regression introduced in commit 97205c1bab2d5fd18e9dd33f5329db209b866634.

 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7fbb6b98a73c8b5fbbbd9a275bf6685625ae487c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Mar 4 02:52:38 2011 +0100

    man: Add missing quotes and escaping

 man/dpkg-shlibdeps.1      | 10 +++++-----
 man/dpkg-source.1         |  4 ++--
 man/start-stop-daemon.8   |  6 +++---
 man/update-alternatives.8 |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 7a86e4231750a73b37f7afa8d1c8944574d9c7fc
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Mar 3 18:41:58 2011 +0100

    dpkg-query: Document that --list and --show arguments are optional
    
    Do that in the --help output and in the man page.

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

commit 47a7d338c77b36c92fbfdeb6dcd7d275ded94f56
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Mar 3 17:56:31 2011 +0100

    Update German translation of manual pages
    
    Update to 2006t0f0u.

 man/po/de.po | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

commit bd8ddb2fcad52236b5844531583e7a3d1b169259
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Mar 2 12:32:38 2011 +0100

    dpkg-shlibdeps: improve parsing of output of dpkg --search
    
    The returned package names can include ":" with foreign packages.
    Modify the regex to allow this but also tighten it to match only
    characters allowed in package names (plus ", " used as separator).
    
    And anchor the match on the filename with the initial "/" as
    a safety measure.
    
    Sponsored-by: Linaro Limited

 debian/changelog          | 1 +
 scripts/dpkg-shlibdeps.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 305d8090caf90e16a963cfb962ea78fa185b5849
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Mar 2 12:18:32 2011 +0100

    dpkg-shlibdeps: use get_control_path()
    
    Do not hardcode the location of shlibs/symbols files. They are under the
    control of dpkg. By using dpkg-query --control-path we ensure that we
    always use the correct location.
    
    Sponsored-by: Linaro Limited

 debian/changelog          |  2 ++
 man/dpkg-shlibdeps.1      |  8 ++++----
 scripts/dpkg-shlibdeps.pl | 11 +++++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

commit 00ae46fa208194feb36bdced907ec8b7a8d62f3f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Mar 2 12:13:38 2011 +0100

    Dpkg::Path::get_control_path(): wrapper around dpkg-query --control-path
    
    Sponsored-by: Linaro Limited

 debian/changelog     |  2 ++
 scripts/Dpkg/Path.pm | 36 +++++++++++++++++++++++++++++++++---
 2 files changed, 35 insertions(+), 3 deletions(-)

commit 873c0d7d717ae97ea3cc4309c1df6993137b3e21
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 2 06:06:33 2011 +0100

    dpkg: Pass correct DPKG_ADMINDIR to maintainer scripts with --root
    
    When passing the DPKG_ADMINDIR environment variable to the maintainer
    scripts we need to trim the installation directory name from admindir,
    otherwise the directory won't be found.
    
    Regression introduced in commit e63e1fa4a4afdf98847f13f2506a0aeea68c33c7.
    
    Based-on-patch-by: Steve Langasek <steve.langasek@linaro.org>
    Improved-by: Jonathan Nieder <jrnieder@gmail.com>

 src/help.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 8fc97bc94c08f4da2f18c3f4aa43db148bd8f6e2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 2 01:37:28 2011 +0100

    dpkg-divert: Honour --local when DPKG_MAINTSCRIPT_PACKAGE is present
    
    Regression introduced in commit dc98261980767f258046f8a4c2e020fcdc92c8b6-
    
    Reported-by: Martin Pitt <martin.pitt@ubuntu.com>
    Suggested-by: Colin Watson <cjwatson@ubuntu.com>

 src/divertcmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 598d605202413affb749a96bab8a39d60e6902ff
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 27 09:19:20 2011 +0100

    dpkg: Refactor infodb update on unpack into new pkg_infodb_update()

 src/processarc.c | 164 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 90 insertions(+), 74 deletions(-)

commit a2acd17d3c5a6980cf4516f6f5c5f93e67832882
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 17:12:08 2011 +0100

    dpkg: Refactor infodb directory traversal into new pkg_infodb_foreach()
    
    Move the common code into a new function which will call an action
    pointer function on matched files to perform the specific logic.

 src/Makefile.am  |  1 +
 src/infodb.c     | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/infodb.h     |  4 ++++
 src/processarc.c | 61 +++++---------------------------------------------------
 src/querycmd.c   | 52 ++---------------------------------------------
 src/remove.c     | 29 +--------------------------
 6 files changed, 69 insertions(+), 134 deletions(-)

commit fc8b6ecf05e6d4bc66e036f275daa304ada6696e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 18:02:05 2011 +0100

    dpkg: Refactor specific infodb traversal logic into their own functions
    
    This will allow further refactoring now that the infodb traversal code
    is the same eveyrwhere.

 src/processarc.c | 55 ++++++++++++++++++++++++++++++++++++++++---------------
 src/querycmd.c   | 35 +++++++++++++++++------------------
 src/remove.c     | 28 +++++++++++++++++++---------
 3 files changed, 76 insertions(+), 42 deletions(-)

commit ecd886da6390f9c10b8a36d27323f0bc570e97f3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Mar 2 06:33:06 2011 +0100

    dpkg: Refactor match_node allocation into new match_node_new()

 src/processarc.c | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

commit 7a79f5a1fafa0043e555cad4f2d0ed6d5c3098d4
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 17:58:07 2011 +0100

    dpkg: Refactor match_node deallocation into new match_node_free()

 src/processarc.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 070dc94cfca122aba5b682db90292a6525119272
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 17:09:18 2011 +0100

    dpkg: Switch the rename_list logic to match_node
    
    Instead of directly preparing the arguments on traversal, store the
    information of the matched files, which we'll be acting on later in
    the code. This will allow for further refactoring.

 src/processarc.c | 51 +++++++++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 24 deletions(-)

commit 9f7f2a958321d41725c0ae7f46c434fe4cbf3c6a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 25 00:21:46 2011 +0100

    dpkg: Refactor infodb file existence check into new pkg_infodb_has_file()

 src/Makefile.am |  1 +
 src/depcon.c    | 10 +++-------
 src/infodb.c    | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/infodb.h    | 30 ++++++++++++++++++++++++++++++
 src/remove.c    | 18 ++----------------
 5 files changed, 86 insertions(+), 23 deletions(-)

commit ae3500585ce59833e7b3094e1615fa273d7b8527
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 17:47:00 2011 +0100

    libdpkg: Make dir_sync() private

 lib/dpkg/dir.c            | 2 +-
 lib/dpkg/dir.h            | 1 -
 lib/dpkg/libdpkg.Versions | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

commit ed250955ff45778f083091d3bf78cf172c3a35ad
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 17:45:41 2011 +0100

    dpkg: Sync and print the correct info database directory
    
    On unpack sync the info database directory instead of the temporary
    control information directory, and print the correct pathname on
    error instead of the last file acted on that directory.

 debian/changelog |  3 +++
 src/processarc.c | 12 ++++--------
 src/remove.c     |  6 ++----
 3 files changed, 9 insertions(+), 12 deletions(-)

commit d72022b1d3bbfe9871dab28d2db6ded7a268132e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 26 17:52:47 2011 +0100

    s-s-d: Do not unneedingly fsync() the pid file
    
    The pid file is a run-time resource, which will not be valid on reboot
    anyway. There's no need to guarantee its durability. But now that we are
    not checking for errors from flushing the stream, check them instead
    when closing it, which we should have been doing anyway.

 utils/start-stop-daemon.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit bf7b7023d4e67a82c71806cc65a5d83b0a2541f0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 24 01:28:24 2011 +0100

    Fix dpkg maintainer scripts to honour DPKG_ADMINDIR if present
    
    This will allow the maintainer scripts to work properly if --admindir
    has been passed to dpkg. Fallback to using the default admindir in case
    we are being called from an old dpkg not setting the environment
    variable.

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

commit 0787286c1d4bc1d11e7670647e60c7eec0675fac
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 24 08:51:58 2011 +0100

    libdpkg: Rename string variables to str_start and str_end in parse_nv_next

 lib/dpkg/fields.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 01b03062de7945b1345115f4d31e51a4d18ccfa0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 24 08:49:01 2011 +0100

    Rename namevalue variables to nv and nv_head

 lib/dpkg/fields.c | 12 ++++++------
 src/select.c      |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 4f36d67a83687a7ecd10293c9e0d919050672d43
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 20 05:19:41 2011 +0100

    libdpkg: Refactor convert_string into parse_nv_next and parse_nv_last
    
    This clarifies the function name and its usage from the call sites, also
    avoids passing unneeded arguments.

 lib/dpkg/fields.c | 55 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 33 insertions(+), 22 deletions(-)

commit b3f669039f128d715ac7ac71abaeac86f0954112
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 20 01:46:59 2011 +0100

    libdpkg: Switch pri_other to be a fallback namevalue

 lib/dpkg/fields.c    | 16 +++++++---------
 lib/dpkg/parsehelp.c |  2 +-
 2 files changed, 8 insertions(+), 10 deletions(-)

commit 902cc15dc86797966ea09f66b26a433c7c85c64f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 20 01:45:22 2011 +0100

    libdpkg: Add support for fallback namevalues
    
    This will allow to designate a namevalue entry as the fallback return
    value in case none of the rest did match.

 lib/dpkg/namevalue.c | 13 +++++++++----
 lib/dpkg/namevalue.h |  4 +++-
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 21e9a2d3ce24bee668d1d108752c8d2fd6dc8f8b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 19:34:56 2011 +0100

    libdpkg: Use format precision instead of strnlen() in convert_string()

 lib/dpkg/fields.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit f1bccd4763343d0897db3361022fec8ab5411a34
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 24 10:15:47 2011 +0100

    Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
    
    This allows the strings to be terminated, thus printable or accessed
    through the standard C string functions, and at the same time
    appendable.

 dpkg-deb/info.c         |  2 +-
 dpkg-split/split.c      |  2 +-
 lib/dpkg/dbmodify.c     |  2 +-
 lib/dpkg/dump.c         |  4 ++--
 lib/dpkg/fields.c       |  6 +++---
 lib/dpkg/parse.c        |  2 +-
 lib/dpkg/parsehelp.c    |  2 +-
 lib/dpkg/pkg-format.c   |  4 ++--
 lib/dpkg/trigdeferred.l |  2 +-
 lib/dpkg/triglib.c      |  2 +-
 lib/dpkg/varbuf.h       |  3 +--
 src/archives.c          | 20 ++++++++++----------
 src/configure.c         | 18 +++++++++---------
 src/depcon.c            |  4 ++--
 src/divertdb.c          |  2 +-
 src/enquiry.c           |  2 +-
 src/filesdb.c           |  2 +-
 src/help.c              |  4 ++--
 src/main.c              |  4 ++--
 src/packages.c          |  4 ++--
 src/processarc.c        | 20 ++++++++++----------
 src/querycmd.c          |  8 ++++----
 src/remove.c            | 22 +++++++++++-----------
 src/select.c            |  4 ++--
 src/statdb.c            |  2 +-
 src/trigproc.c          |  2 +-
 src/update.c            |  2 +-
 27 files changed, 75 insertions(+), 76 deletions(-)

commit 3ae09f975d9138de3c51359ef9ba0d7776a4cc86
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 09:28:55 2011 +0100

    libdpkg: Add new varbuf_end_str()

 lib/dpkg/libdpkg.Versions | 1 +
 lib/dpkg/varbuf.c         | 9 ++++++++-
 lib/dpkg/varbuf.h         | 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 280ac914cc52ee5de079c0833bb1df5005c1e7ab
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 09:26:13 2011 +0100

    dpkg: Only copy already counted output lines from find
    
    Instead of appending two NUL characters to be able to track the end of
    the NUL terminated lines from find's output. Just handle the number of
    lines we have already counted previously.

 src/archives.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit de314a54d0214d0aa733aba18797ee4eed006e7e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 09:24:26 2011 +0100

    dpkg: Reduce local variable scope in archivefiles()

 src/archives.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 173a6cb53258403f339ae090507cbb100b742604
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 06:12:15 2011 +0100

    libdpkg: Do not add a NUL char after varbuf_printf() calls
    
    The varbuf_printf() and varbuf_vprintf() already NUL terminate the
    string via the vsnprintf() calls. No need to do that again.

 lib/dpkg/log.c           | 1 -
 lib/dpkg/test/t-varbuf.c | 9 ++++-----
 lib/dpkg/triglib.c       | 1 -
 3 files changed, 4 insertions(+), 7 deletions(-)

commit 2449dcaa610b86221d914140a7e747728f5cc409
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 06:08:13 2011 +0100

    dpkg: Move varbuf related calls close together in setselections()
    
    It's easier to read if the varbuf calls affecting the same variable are
    close together, rather than dispersed around in the code.

 src/select.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 18b52757ea38d896e57334ca83bf3c62e21795ed
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 05:17:52 2011 +0100

    Revert "libdpkg: Refactor varbuf_pkgadminfile() out from pkgadminfile()"
    
    This reverts commit bad18329473a306d59a9c35823e85fc964bbf724.
    
    The varbuf_pkgadminfile() function is not being used anymore.

 lib/dpkg/dbmodify.c       | 20 ++++++--------------
 lib/dpkg/dpkg-db.h        |  2 --
 lib/dpkg/libdpkg.Versions |  1 -
 3 files changed, 6 insertions(+), 17 deletions(-)

commit 869564af64bb745501ee4a22e2609b18ad60d34b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 19 05:13:59 2011 +0100

    dpkg: Use pkgadminfile() instead of varbuf_pkgadminfile()
    
    This simplifies the API, and unifies the different call sites, the
    extremely small performance penalty is irrelevant in these cases.

 src/filesdb.c |  9 +++++----
 src/remove.c  | 20 ++++++++++++--------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit 7e31262a6fa961d81cbe67138cb875c81e195711
Author: Andrea Gelmini <andrea.gelmini@gelma.net>
Date:   Sun Feb 20 22:28:44 2011 +0100

    libdpkg: Remove duplicate <stdio.h> include
    
    Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 lib/dpkg/path.c | 1 -
 1 file changed, 1 deletion(-)

commit f92a24f349082d51b702cd72f59edae005798c79
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Sep 13 18:24:12 2010 +0200

    dpkg-architecture: Set DEB_HOST_ARCH and DEB_HOST_GNU_TYPE only once
    
    The variables are set initially once, and then possibly overriden by the
    user supplied arguments. Rearrange the code to set these only once.

 scripts/dpkg-architecture.pl | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit cc7ee6f7c0c2fd603c976391cba5fb42ddfe49c1
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Mon Feb 28 18:53:13 2011 -0600

    dpkg-maintscript-helper(1): dpkg only has to be unpacked for it to be usable
    
    Some packages use a pre-dependency to ensure a version of dpkg with
    dpkg-maintscript-helper is available by the time preinst is run.
    Clarify that "available" here means "unpacked", not configured, for
    some added peace of mind.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog              | 2 ++
 man/dpkg-maintscript-helper.1 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit e02f4f5bba696d270b3b82158794f5859a09f507
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Mar 1 09:16:05 2011 +0100

    Add missing changelog entry
    
    This entry was meant to be integrated in commit
    c824c49b3fbbd61626031eeb10ae37782a994154.

 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

commit c824c49b3fbbd61626031eeb10ae37782a994154
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Tue Mar 1 09:10:35 2011 +0100

    dpkg-buildflags: use CFLAGS="-g -O3" for building ppc64 packages on Ubuntu
    
    We're considering bringing up a ppc64 port of the Ubuntu server, and it
    appears to be best to build it with -O3 rather than -O2.  (I realise
    that this would be unusual in Debian and that there are more obstacles
    to this than just dpkg-buildflags, and I'd like to do this differently
    eventually, but this is where we are at the moment.)

 scripts/Dpkg/Vendor/Ubuntu.pm | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4d5189f9746bbb7e4a37af95cb351c890ac90d38
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Feb 16 19:42:36 2011 +0100

    German dpkg translation update
    
    Update to 1017t.

 debian/changelog |    1 +
 po/de.po         | 3164 ++++++++++++++++++++++++++++++------------------------
 2 files changed, 1767 insertions(+), 1398 deletions(-)

commit 385b464c99919eb403b5ef3a6cab6f34343f8f88
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Feb 12 18:26:23 2011 +0100

    Update German translation of manual pages
    
    Update to 2007t0f0u.

 man/po/de.po | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit 8889c01480269ccbe4e888ae830c5d24b12716db
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Feb 12 09:51:58 2011 +0100

    Update German translation of manual pages
    
    Update to 2006t0f1u.

 man/po/de.po | 98 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 50 insertions(+), 48 deletions(-)

commit 0ff1ba98ce2dd4d8268e4154b7173fab49657045
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 11 05:21:36 2011 +0100

    libdpkg: Rename cmdinfo arg members
    
    The current names are not descriptive enough, so rename parg to arg_ptr,
    farg to arg_func, and finally arg to arg_int (which disambiguates what
    kind of data it's holding).

 dpkg-deb/main.c   |  2 +-
 dpkg-split/main.c |  2 +-
 lib/dpkg/myopt.c  |  9 ++++++---
 lib/dpkg/myopt.h  |  7 ++++---
 src/archives.c    |  6 +++---
 src/cleanup.c     |  2 +-
 src/divertcmd.c   |  2 +-
 src/main.c        | 22 +++++++++++-----------
 src/packages.c    | 16 ++++++++--------
 src/processarc.c  |  5 +++--
 src/querycmd.c    |  8 ++++----
 src/remove.c      |  4 ++--
 src/statcmd.c     |  2 +-
 src/update.c      | 14 +++++++-------
 14 files changed, 53 insertions(+), 48 deletions(-)

commit 2718f03bc2bb26de0e18b7bbcb20ac02b24c0719
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 11 05:11:39 2011 +0100

    libdpkg: Rename function type from tar_func to tar_make_func
    
    This disambiguates the purpose of the function type.

 lib/dpkg/tarfn.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 97205c1bab2d5fd18e9dd33f5329db209b866634
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 5 10:24:45 2011 +0100

    dpkg: Automate force help output printing
    
    Move the force type (normal, default, dangerous) and force description
    to struct forceinfo, so that its printing can be automated.
    
    This has multiple purposes (similar to the debuginfo output automation);
    there's one less place to modify when adding a new force flag, the ouput
    is easier to modify w/o fuzzying the translated strings, it's easier for
    the translators to deal with new force flag additions.

 src/main.c | 128 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 76 insertions(+), 52 deletions(-)

commit 10960fcbe949640779ed5afaaaa5eb4e72897ff8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 5 10:24:45 2011 +0100

    dpkg: Reduce the scope of a if/else in setforce()

 src/main.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit aa18c17889d55b09e71f402afb986b7c35390212
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 5 10:24:45 2011 +0100

    dpkg: Handle --force-all as any other force option
    
    Add an entry for "all" to forceinfos, so that the code paths are more
    clear on what each is doing. This will also make further refactoring
    easier.

 src/main.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 1a3d55e03561d4c53dd654026c7e64ce97c68219
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 5 05:44:59 2011 +0100

    dpkg: Fix typo in debug help output

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fcfbce668169aecc332ffd0be9127dc8b9e0bd4e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 5 05:24:43 2011 +0100

    dpkg: Capitalize debug help output table titles

 man/dpkg.1 | 4 ++--
 src/main.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 166015ca54a3a5cfdbb49eaaee558be6fec329e8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Feb 5 05:18:33 2011 +0100

    dpkg: Automate debug help output printing
    
    Add a new array of struct debuginfo to hold debug flag information, so
    that it can be handled automatically.
    
    This has multiple purposes; it will guarantee the output value always
    matches the one defined in the code, there's one less place to modify
    when adding a new debug flag, the ouput is easier to modify w/o fuzzying
    the translated strings, it's easier for the translators to deal with new
    debug flag additions, it will not allow for the source reference name to
    be translated thus avoiding errors.

 src/main.c | 48 ++++++++++++++++++++++++++++++++----------------
 1 file changed, 32 insertions(+), 16 deletions(-)

commit 0d6e7bc21e645a49a85bd20ca73cdb08f12a9e4f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 20:15:17 2011 +0100

    dpkg: Refactor conflictor addition to a new push_conflictor() function
    
    Move the conflictor and cflict_index variables to processarc.c and
    make them static. And create a new push_conflictor() function to hide
    the implementation details. This fixes a warning on variable shadowing.

 src/archives.c   | 11 +----------
 src/archives.h   |  3 +--
 src/processarc.c | 14 ++++++++++++++
 3 files changed, 16 insertions(+), 12 deletions(-)

commit efa6e49193f7948de103bada19de40720a7774fb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 19:45:01 2011 +0100

    dpkg: Use m_realloc() instead of free()+m_malloc() on process_archive()

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

commit f1891335a4686a8859e4f77be1cd5d8061e0b56e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 19:40:33 2011 +0100

    dpkg: Remove useless cidirbuf variable in process_archive()
    
    Remove cidirbuf and make cidir a static function scope variable.

 src/processarc.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit 194dce1ca37ab0047c0e0606c7e9ba80196d3d2c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 19:22:05 2011 +0100

    dpkg: Remove temporary variable admindirlen in process_archive()
    
    Inline the strlen() call instead of using the intermediate variable.

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

commit 1baad8809039eb52113f2e647800cccf77168349
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 05:50:43 2011 +0100

    dselect: Switch to use libdpkg debug support

 dselect/basecmds.cc   |   2 +-
 dselect/baselist.cc   |  39 ++++++++---------
 dselect/dselect.h     |   3 +-
 dselect/main.cc       |  13 ++++--
 dselect/methlist.cc   |  30 ++++++-------
 dselect/methparse.cc  |  50 ++++++++++-----------
 dselect/pkgcmds.cc    |   4 +-
 dselect/pkgdepcon.cc  | 117 ++++++++++++++++++++++++--------------------------
 dselect/pkgdisplay.cc |   2 +-
 dselect/pkginfo.cc    |  17 ++++----
 dselect/pkglist.cc    | 109 ++++++++++++++++++++++------------------------
 dselect/pkgsublist.cc |  44 +++++++++----------
 12 files changed, 208 insertions(+), 222 deletions(-)

commit 5e7235bf69f016a1ade715c4a6be3a40d2cde4b5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 04:26:37 2011 +0100

    Move and generalize debug API from dpkg to libdpkg

 lib/dpkg/Makefile.am      |  2 ++
 lib/dpkg/debug.c          | 84 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/debug.h          | 54 ++++++++++++++++++++++++++++++
 lib/dpkg/libdpkg.Versions |  5 +++
 src/depcon.c              |  2 +-
 src/help.c                | 13 +-------
 src/main.c                |  6 ++--
 src/main.h                | 19 +----------
 8 files changed, 152 insertions(+), 33 deletions(-)

commit 469c5fa91e12fdded4e4c6f7131a965e889d5b18
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 00:41:26 2011 +0100

    dpkg: Always call pkg_has_postrm_script() in removal_bulk()
    
    Instead of letting removal_bulk_remove_files() tell the caller it has
    found a postrm script in its branch and calling pkg_has_postrm_script()
    on the other, just unconditionally call it always.
    
    This removes the need to pass back the value via out_foundpostrm, which
    makes further refactoring slightly more convoluted.

 src/remove.c | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

commit 355d2c2aa6a2fb906e915bcfee77108c2ab0c163
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 00:40:20 2011 +0100

    dpkg: Refactor out pkg_has_postrm_script() from removal_bulk()

 src/remove.c | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

commit 2fe2563ee3f2f63b05b6e76c658ea989bc4925fd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 3 17:37:31 2011 +0100

    dpkg: Use varbuf_pkgadminfile() instead of manually building the path

 src/filesdb.c |  6 +-----
 src/remove.c  | 13 ++-----------
 2 files changed, 3 insertions(+), 16 deletions(-)

commit bad18329473a306d59a9c35823e85fc964bbf724
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 3 17:37:31 2011 +0100

    libdpkg: Refactor varbuf_pkgadminfile() out from pkgadminfile()

 lib/dpkg/dbmodify.c       | 20 ++++++++++++++------
 lib/dpkg/dpkg-db.h        |  2 ++
 lib/dpkg/libdpkg.Versions |  1 +
 3 files changed, 17 insertions(+), 6 deletions(-)

commit 9c152b641835b3d5c074215dffd2d47f4e4340cd
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Feb 8 17:03:53 2011 +0100

    Update German translation of manual pages
    
    Update to 2006t0f1u.

 man/po/de.po | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)

commit aacb1f1ec9aab9378fab10fb832a4337fb7852c4
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Mon Feb 7 06:33:28 2011 +0100

    On install for Ubuntu adjust the i386 GNU cpu name in cputable
    
    Ubuntu builds their i386 architecture for i686 instead of i486 like
    Debian does. This change helps them use an unmodified upstream source.
    
    This should be considered a temporary measure until a better, more
    generic implementation comes up, or is required for other derivatives,
    but for now this will do.
    
    Closes: #611741
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 2 ++
 debian/rules     | 7 +++++++
 2 files changed, 9 insertions(+)

commit d09ad2efd0b93bb69eb6dd74f643717f6fe35242
Author: Robert Millan <rmh@debian.org>
Date:   Sun Feb 6 21:31:52 2011 +0100

    libcompat: Add missing semicolon to vsnprintf() declaration
    
    This makes the build fail on systems where vsnprintf() is missing or
    not compliant enough, and thus the fallback is being used.
    
    Closes: #612203
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog    | 2 ++
 lib/compat/compat.h | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit da5fceca72b4c67be8acdb0734dbf7c241519dff
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 4 18:59:00 2011 +0100

    dpkg: Do not segfault on “dpkg -i --no-act”
    
    mkdtemp() takes the string allocated by path_make_temp_template() and
    modifies it, but there's not enough allocated room for the subsequent
    string appends done starting from cidirrest, for the control files.
    
    Regression introduced in commit ffccc65580189420a0a64736bba0fb661de56dcb.

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

commit b83cc7d551c9aeed7bada926e2e3b3d9fc5c9140
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Feb 3 00:05:23 2011 +0100

    libcompat: Define gettext context functions when NLS is disabled
    
    When the package is configured with NLS disabled (--disable-nls),
    the build will fail due to undefined references to LC_MESSAGES, the
    gettext.h header file does not correctly handle the gettext context
    related function declarations on disabled NLS support, which is known
    to be used by downstreams. This adds all missing macros corresponding
    to their NLS enabled counterparts.

 debian/changelog     |  1 +
 lib/compat/gettext.h | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit 61a3cb189063139c8562b2fddc65de0c9996fd8f
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Feb 2 23:02:20 2011 +0100

    Update German translation of manual pages
    
    Update to 1996t0f11u.

 man/po/de.add |    2 +-
 man/po/de.po  | 1155 ++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 899 insertions(+), 258 deletions(-)

commit 18ac5167655f3db8a0c2c8a9a8fd338d6b5daa81
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 1 05:03:59 2011 +0100

    dpkg: Document packages w/o Architecture field need --force-architecture
    
    The commit 58e7276b69be105735eccb3c18c2b28d3a2ec2e5 didn't explicitly
    document this behavioural change, do so now.

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

commit 3ce597a4c62157f6955101d16db198db4afd4259
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 1 04:45:24 2011 +0100

    Revert "Fix installation of packages without architecture field"
    
    This reverts commit 13637ddfaf473fa5fd67264da9f38841eeed7401.
    
    The changes in commit 58e7276b69be105735eccb3c18c2b28d3a2ec2e5 were
    intentional, supported here meant (although the commit did not
    document this properly) that the non-compliant package can still be
    installed, although --force-architecture is now required.

 src/processarc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 9c8052696883b34ee3c345dbc6961e5690da104d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Feb 1 05:27:08 2011 +0100

    Fix t-control-no-arch to handle new missing Architecture semantics
    
    Packages w/o an Architecture field are now rejected by default,
    and only allowed if --force-architecture is specified.

 t-control-no-arch/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f3496dc24f98cea0e1da3c812e8c728c45875f48
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 31 19:17:35 2011 +0100

    libdpkg: Do not print bogus warnings when parsing status files
    
    This is the equivalent fix in spirit as the one in commit
    672b0664cbb8fd7fd5eea7ab10af1bbf6871833f, but applied to the
    Architecture field instead.
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog | 3 ++-
 lib/dpkg/parse.c | 9 +++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 40e7626422c41f3165a5e37f7c2b9c5f9f096a25
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 31 14:34:06 2011 +0000

    New t-control-no-arch test case
    
    Ensure packages without an Architecture field can be installed.
    
    Sponsored-by: Linaro Limited

 Makefile                                     |  1 +
 t-control-no-arch/Makefile                   | 10 ++++++++++
 t-control-no-arch/pkg-no-arch/DEBIAN/control |  6 ++++++
 3 files changed, 17 insertions(+)

commit 13637ddfaf473fa5fd67264da9f38841eeed7401
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 31 15:06:14 2011 +0100

    Fix installation of packages without architecture field
    
    Refactoring done in commit 58e7276b69be105735eccb3c18c2b28d3a2ec2e5
    introduced a regression: a package without an architecture field
    can no longer be installed without --force-architecture.

 src/processarc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 58e7276b69be105735eccb3c18c2b28d3a2ec2e5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 31 10:11:56 2011 +0100

    libdpkg: Ensure parsed packages have a usable arch member
    
    In case the package didn't have an Architecture field, warn and
    initialize it to an empty string, so that it can be safely used for
    string comparisons, printing, etc.
    
    This fixes a potential segfault when setting the environment variable
    DPKG_MAINTSCRIPT_ARCH from a package w/o an Architecture field, which
    are a thing from the distant past, but still should be supported.

 debian/changelog | 2 ++
 dpkg-deb/build.c | 6 +++---
 lib/dpkg/parse.c | 6 ++++--
 src/processarc.c | 3 +--
 4 files changed, 10 insertions(+), 7 deletions(-)

commit c48475458415335c8969a11cea22ba87045c2cf3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 31 07:24:50 2011 +0100

    dpkg: Rename arch variable to native_arch
    
    This disambiguates the usage and avoids unneeded shadowing.

 src/enquiry.c    | 2 +-
 src/main.c       | 2 +-
 src/main.h       | 2 +-
 src/processarc.c | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 1466cd10e8c551fcb670f8785ef39abafc66d996
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 31 07:36:56 2011 +0100

    libdpkg: Add type documentation to struct pkginfo

 lib/dpkg/dpkg-db.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 694b4b5aded077b43abd4e0cf5a81c7040899a24
Merge: eedb20c17 5f52c0885
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 31 06:33:01 2011 +0100

    Merge branch 'squeeze' (through tag '1.15.8.10')
    
    Conflicts:
            debian/changelog

commit eedb20c17071efd92112edf60f74f9f637b4aaed
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 06:19:28 2011 +0100

    libdpkg: Change new_pkg to be a pointer in parsedb()
    
    This way all variables are handled the same.

 lib/dpkg/parse.c | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

commit da34b9f70ed071f12efdf48a0579aea3e14cc0b2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 06:16:28 2011 +0100

    libdpkg: Rename newpig/newpifp to new_pkg/new_pkgbin in parsedb()
    
    The names better match reality, and describe this is the new package
    information being parsed. The previous usage was slightly confusing.

 lib/dpkg/parse.c | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

commit 6b7ea85f6c109b241febc5ff3c2bdcad55f9fb4e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 06:10:22 2011 +0100

    libdpkg: Rename pigp/pifp to db_pkg/db_pkgbin in parsedb()
    
    The names better match reality, and describe this is package information
    coming from the database. The previous usage was slightly confusing.

 lib/dpkg/parse.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit df219a607282614168b6d19423d57bb902021f34
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 05:59:09 2011 +0100

    Rename architecture variables to arch
    
    The “arch” name is unambiguous in this context, and as we are going to
    be using it more often, let's avoid unnecessary typing.

 dpkg-deb/build.c    |  2 +-
 lib/dpkg/database.c |  2 +-
 lib/dpkg/dpkg-db.h  |  2 +-
 lib/dpkg/parse.c    |  4 ++--
 src/enquiry.c       |  2 +-
 src/help.c          |  2 +-
 src/main.c          |  2 +-
 src/main.h          |  2 +-
 src/processarc.c    | 10 +++++-----
 9 files changed, 14 insertions(+), 14 deletions(-)

commit 44e022a801e0b5720a6e8d6887788ebf15b9995f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 18:41:09 2011 +0100

    Use pid instead of c1 for variable name

 dpkg-deb/extract.c |  8 ++++----
 dpkg-deb/info.c    |  8 ++++----
 dselect/method.cc  |  8 ++++----
 src/archives.c     |  9 +++++----
 src/help.c         | 17 +++++++++--------
 src/processarc.c   | 15 ++++++++-------
 6 files changed, 34 insertions(+), 31 deletions(-)

commit ad95ee210312c38c12c6054e13dd45c1a8ff1c6c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 18:26:26 2011 +0100

    dselect: Use subproc_check in falliblesubprocess instead of ad-hoc code

 dselect/method.cc | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

commit ef339f3715418ddaabb7923a7d5157f522687954
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 29 05:52:30 2011 +0100

    libdpkg: Improve subprocess signal handling in subproc_check()
    
    Explicitly handle user interruption, which should be slightly more
    helpful for the user and will allow to use subproc_check() in dselect's
    falliblesubprocess(). Improve too the output strings.

 lib/dpkg/subproc.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 88e1cf242fbaf9c347099656d34ae50750e5e2a1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 18:23:02 2011 +0100

    libdpkg: Warn too on unknown status in subproc_check() if PROCWARN
    
    We were erroring out even if the caller specified PROCWARN, so handle
    this error case too.

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

commit e61824e3e7d37d0b4fcf1e2128b709292a0867cb
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 18:21:38 2011 +0100

    libdpkg: Refactor error output into a function variable in subproc_check()
    
    This deduplicates two sets of identical strings.

 lib/dpkg/subproc.c | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

commit 5f2e95ef39658991aade7b2357978c713bad7cae
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jan 20 18:16:56 2011 +0100

    Update usertags

 debian/usertags | 81 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 49 insertions(+), 32 deletions(-)

commit 5f52c08852c672e48ca67ccddb17c83c8d1f9fe8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 30 20:29:05 2011 +0100

    Release 1.15.8.10

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

commit 19a571d40fdb3cdbff8ea3910aaafdcf706a1892
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 30 19:14:37 2011 +0100

    u-a: Fix segfault in --auto on link groups with only dangling symlinks
    
    All the invalid alternative entries will get removed so it might happen
    that the link group ends up empty. Handle that explicitly on --auto.
    
    Closes: #611545

 debian/changelog            | 7 +++++++
 utils/update-alternatives.c | 6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 3a6f1b5c30c88bf90e191f891c9aa015a8235cac
Merge: ec2ebca2e 6bdf65baf
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 08:49:55 2011 +0100

    Merge commit '1.15.8.9'

commit 6bdf65bafdc6b25ffd1cae27b6860d84e56823a1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 08:21:19 2011 +0100

    Release 1.15.8.9

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be8b9f2dd6bc959ec605bf01e372c8089079aad9
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 28 08:18:30 2011 +0100

    Drop install-info related Breaks for emacs and jed related packages
    
    For jed, the breaks has been rendered useless as the maintainers dropped
    the install-info dependencies anyway.
    
    For emacs, Sven Joachim reported similar problems as with Konqueror.

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

commit 911c3addd427d5bb89474adf16624387467d0530
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 26 03:36:44 2011 +0100

    Fix t-disappear-depended test-case to fail
    
    Now that we don't run the failing test-cases on normal runs, let's make
    this one fail, so that we can track it properly. Fix too the cleanup for
    interrupted runs.

 t-disappear-depended/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 9b9a602864874796e0989742a47d4990fb844da0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 26 03:32:42 2011 +0100

    Split test-cases in different runnable types
    
    This allows a fully automatic run, w/o interactive test-cases, and to
    add failing tests w/o making the normal run fail.

 Makefile | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit d359d0cbfdf1008b4f7c2ca8e8a5ec1dba601ef2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 26 03:30:15 2011 +0100

    List explicitly missing test-cases

 Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 8a47fecff4f68b9e2c02990c0dbe438ec74b3db1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 26 03:12:28 2011 +0100

    Revert "Don't hardcode the list of tests"
    
    This reverts commit 99fb987864299e1d67752977c6e33fbe56231997.
    
    Using explicit lists makes it easier to add new failing tests w/o
    impacting the test suite, it also allows not running the interactive
    ones by default.

 Makefile                  | 34 +++++++++++++++++++++++++++++++++-
 t-conffile-prompt.control | 23 +++++++++++++++++++++++
 2 files changed, 56 insertions(+), 1 deletion(-)

commit 4a6abf4a2c57073e6f94d6f2485de3b93ba502ca
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 26 02:02:48 2011 +0100

    New t-control-bogus test-case

 t-control-bogus/Makefile                 | 10 ++++++++++
 t-control-bogus/pkg-bogus/DEBIAN/control |  8 ++++++++
 2 files changed, 18 insertions(+)

commit 65edaf6ac2212db3f191f6f467de280f0a42983a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 26 02:01:31 2011 +0100

    Allow passing options to dpkg-deb

 Test.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 38b959b27a115363307afa1980ad691ab5768986
Author: Stan Ioan-Eugen <stan.ieugen@gmail.com>
Date:   Tue Jan 25 14:14:53 2011 +0100

    Update Romanian dpkg translation

 debian/changelog |  1 +
 po/ro.po         | 21 +++++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit f589a03c6fcd9360d00cb4b084d55704c3c8746f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 24 20:43:13 2011 +0100

    debian/control: drop Breaks on konqueror
    
    With this Breaks, "apt-get install udev" that is recommended at the start
    of a lenny->squeeze upgrade might remove the kde metapackage. This is
    due to udev needing a new util-linux that itself needs a newer dpkg (due
    to the install-info transition).
    
    In contrast, the lack of the Breaks has very minimal consequences: partial
    upgrades might not install install-info and in that case konqueror might
    show an outdated list of info pages.

 debian/changelog | 5 +++++
 debian/control   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit f80dec4bf15c6349d09cb0773ab22e309af853e7
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 24 20:25:52 2011 +0100

    Start new changelog entry
    
    Integrate changelog entry that got added to the previous changelog entry
    for an already released version.

 debian/changelog | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit fd7a65e7aa5a4f489138127c99b830b17adb4b02
Author: Jordi Mallach <jordi@debian.org>
Date:   Sat Jan 22 14:04:50 2011 +0100

    Remove space before "…" in several Catalan strings (Jordi  Mallach).

 debian/changelog |  3 +++
 po/ca.po         | 44 ++++++++++++++++++++++----------------------
 2 files changed, 25 insertions(+), 22 deletions(-)

commit ec2ebca2e2b35589b60a04980e464134c3b85f5c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 21 13:33:33 2011 +0100

    Update triggers documentation to match reality
    
    - The list of triggers is in the second parameter and not in the third.
    - The --verbose and --query options for dpkg-trigger have never been
      implemented.

 doc/triggers.txt | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit a0061dfbc9cc949d6e41ec379e82d830e383d61e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 18 16:16:06 2011 +0000

    Add test pattern pkg_is_not_installed
    
    Sponsored-by: Linaro Limited

 Test.mk | 1 +
 1 file changed, 1 insertion(+)

commit c558d63ec89c060daaae94bedbdde22d4a1ad493
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Jan 18 15:24:50 2011 +0000

    Allow test makefiles to override $(DPKG)
    
    Use = instead := in many assignations so that the $(DPKG) substitution
    is done at execution time and not at parse time.
    
    Sponsored-by: Linaro Limited

 Test.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 7b561513784490d08c0f890ba58a1a2aa63cf62b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:23:41 2011 +0100

    dpkg-query: Use ohshit() for not installed package in --control-path
    
    The use of badusage() here is not appropriate.

 src/querycmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 626560b31133376bfb5593770b2ee1fc83931c29
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:21:17 2011 +0100

    dpkg: Do not fail when trying to remove the root directory
    
    This will happen when removing the last package from an installation,
    which does never happen on normal conditions on Debian-based systems.
    But it can happen either on other distributions where dpkg is a foreign
    package manager, or on test databases.

 debian/changelog |  3 +++
 src/remove.c     | 10 ++++++++++
 2 files changed, 13 insertions(+)

commit e63e1fa4a4afdf98847f13f2506a0aeea68c33c7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 06:59:55 2011 +0100

    Propagate --admindir to programs run from maintainer scripts
    
    Always set DPKG_ADMINDIR from dpkg so that all subprocesses inherit
    the variable and there's no possible security risk from a user process
    setting the variable to write onto a user controlled area.
    
    As usual, the order in which the admindir value is overridden is the
    following: built-in default, environment variable and command line
    option.
    
    Closes: #97076
    
    Suggested-by: Brendan O'Dea <bod@debian.org>

 TODO                        |  2 --
 debian/changelog            |  2 ++
 lib/dpkg/dbmodify.c         | 12 ++++++++++++
 lib/dpkg/dpkg-db.h          |  1 +
 man/dpkg-divert.8           |  4 ++++
 man/dpkg-query.1            |  4 ++++
 man/dpkg-statoverride.8     |  6 ++++++
 man/dpkg-trigger.1          |  6 ++++++
 man/update-alternatives.8   |  6 ++++++
 src/divertcmd.c             |  4 +++-
 src/main.c                  | 13 ++++---------
 src/querycmd.c              |  4 +++-
 src/statcmd.c               |  4 +++-
 src/trigcmd.c               |  4 +++-
 utils/update-alternatives.c | 21 ++++++++++++++++++++-
 15 files changed, 77 insertions(+), 16 deletions(-)

commit 76ed5f9ff43b1c803098ffd15843b9acc721608e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 06:31:08 2011 +0100

    Use string literals instead of macros for environment variable names
    
    The environment variable names are part of the exposed API, and as such
    would need a transition plan in case of name change. Inline the macro
    values to ease code reading.

 lib/dpkg/command.c | 2 +-
 lib/dpkg/dpkg.h    | 7 -------
 src/configure.c    | 2 +-
 src/divertcmd.c    | 2 +-
 src/help.c         | 8 ++++----
 src/trigcmd.c      | 2 +-
 6 files changed, 8 insertions(+), 15 deletions(-)

commit 7dc8ca8a270b5970f6571b4d357a1208d7b98bbf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 06:23:36 2011 +0100

    build: Do not set MKSPLITSCRIPT CPP macro
    
    Not needed anymore since the rewrite in C of mksplit.
    
    Missed in commit f2115151c19ff37b305296c23225807b0832086b.

 dpkg-split/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f528030583d6059fa60ae02da187e39be1fd974c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 15 16:57:37 2011 +0100

    dpkg: Change wanttoinstall() return type from int to bool

 src/archives.c | 24 ++++++++++++------------
 src/main.h     |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

commit f114b567ddcd92f9fad094b9f3ca1280affc31a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 15 16:53:32 2011 +0100

    dpkg: Fix wanttoinstall() to use the new version from pkg->available
    
    The code was mixing usages of the argument ver, with printing from
    pkg->available.version, which is rather confusing. Just use the
    available and installed pkg members instead.
    
    This also will guarantee we'll never get a NULL version.

 src/archives.c   | 12 +++++-------
 src/main.h       |  2 +-
 src/processarc.c |  2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)

commit 3133aae67ee9e4f693a121b9578bffc0e0fa8469
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 15 16:42:39 2011 +0100

    dpkg: Always say why in wanttoinstall()
    
    There's just one caller and it always requests to say why we are
    installing. So remove this unneeded logic.

 src/archives.c   | 46 +++++++++++++++++++---------------------------
 src/main.h       |  3 +--
 src/processarc.c |  2 +-
 3 files changed, 21 insertions(+), 30 deletions(-)

commit acb03dc669957b3e4f4412bc53bd201a1bfe528b
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 15 07:00:26 2011 +0100

    Add spelling fix for jfs@debian.org to .mailmap

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

commit f938e6fd12238e43cfb02540794739097c9e1530
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 18:03:52 2011 +0100

    libdpkg: Use a varbuf for the field_state value
    
    This should reduce the amount of m_realloc() calls done when parsing,
    as the varbuf keeps track of the memory allocated and does not alternate
    reducing and growing the buffer unnecessarily.
    
    It might allow in the future to avoid copying around the field value
    string just to be able to append a NUL character.

 lib/dpkg/parse.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 5f2b4a46326738154bdd47df91b3e110c55ebd28
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 18:00:57 2011 +0100

    libdpkg: Move field matching into for (;;) bodies in pkg_parse_field()
    
    The current code is performing the field matching in the for (;;)
    conditional, which implies and empty for (;;) body and needs inverted
    logic to work. Move the matching into the body as that's the more
    natural place for it to be and easier to read.

 lib/dpkg/parse.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 36d762414b7f244a4846443644e4d2e64c71a58a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 07:43:04 2011 +0100

    libdpkg: Refactor pkg_parse_field() out from parsedb()

 lib/dpkg/parse.c | 144 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 84 insertions(+), 60 deletions(-)

commit 58df02f9d39c1e7b1c7f49026a649f125b87140d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 07:12:51 2011 +0100

    libdpkg: Refactor pkg_parse_copy() out from parsedb()

 lib/dpkg/parse.c | 100 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 57 insertions(+), 43 deletions(-)

commit 055ca895b3de26c117bd619785cf05580c9dcc55
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 06:56:12 2011 +0100

    libdpkg: Reduce variable scope in parsedb()

 lib/dpkg/parse.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 280f4a55b649035ae72093c80edc91289594e111
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 06:49:33 2011 +0100

    libdpkg: Refactor pkg_parse_verify() out from parsedb()

 lib/dpkg/parse.c | 167 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 87 insertions(+), 80 deletions(-)

commit ca8a4bace2c59618aa78a488dbd0b3096009850d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 06:02:26 2011 +0100

    Update TODO list

 TODO | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit de553e274645c58b1b45197d962da15e72c1e24c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 01:10:00 2011 +0100

    Rename struct pkginfoperfile to struct pkgbin

 dselect/pkgdepcon.cc      |  13 ++++--
 dselect/pkglist.cc        |   2 +-
 dselect/pkglist.h         |   2 +-
 dselect/pkgtop.cc         |   2 +-
 lib/dpkg/database.c       |   8 ++--
 lib/dpkg/dpkg-db.h        |  25 ++++++----
 lib/dpkg/dump.c           | 114 +++++++++++++++++++++++++++++-----------------
 lib/dpkg/fields.c         |  94 +++++++++++++++++++++++---------------
 lib/dpkg/libdpkg.Versions |   2 +-
 lib/dpkg/parse.c          |   8 ++--
 lib/dpkg/parsedump.h      |   6 +--
 lib/dpkg/pkg-format.c     |   2 +-
 lib/dpkg/pkg-format.h     |   2 +-
 lib/dpkg/vercmp.c         |   2 +-
 src/archives.c            |   4 +-
 src/cleanup.c             |   2 +-
 src/help.c                |   2 +-
 src/processarc.c          |   2 +-
 src/remove.c              |   2 +-
 19 files changed, 177 insertions(+), 117 deletions(-)

commit 2276c6a59c80a0d2558b349203310bb833bdd909
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 14 01:04:32 2011 +0100

    dselect: Remove i2info() declaration w/o matching definition

 dselect/pkglist.h | 2 --
 1 file changed, 2 deletions(-)

commit 21306c4f9e47c1e77c23ae81ce42eb1cf8d2b962
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 03:58:15 2009 +0100

    dpkg: Refactor package authentication into deb_verify()

 src/processarc.c | 59 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 35 insertions(+), 24 deletions(-)

commit a6d7d484b5fc140aa4471535690e734900d1e4a6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 13 03:56:53 2009 +0100

    dpkg: Refactor reassembling a split package into deb_reassemble()

 src/processarc.c | 81 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 48 insertions(+), 33 deletions(-)

commit f4b0dd0456af74edea2f117423e4b2a9959e8e59
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 12 01:24:58 2011 +0100

    Use m_asprintf() instead varbuf_printf() for one-off strings
    
    When the string is only created once, used several times and then
    freed, there's no much point in using a varbuf instead of the simpler
    m_asprintf(). The former needs more state and makes using the string
    slightly more cumbersome. Using m_asprintf() should be slightly faster
    too, but not significantly enough to justify this change by itself.

 dpkg-deb/build.c    | 20 +++++++++---------
 dpkg-split/split.c  | 11 +++++-----
 lib/dpkg/dbmodify.c | 12 +++++------
 lib/dpkg/dir.c      | 15 +++++++-------
 lib/dpkg/path.c     |  8 ++++----
 lib/dpkg/triglib.c  | 12 +++++------
 src/divertcmd.c     | 58 ++++++++++++++++++++++++++---------------------------
 7 files changed, 66 insertions(+), 70 deletions(-)

commit 881d62b236b52c35a367c49c3737c2b4dfdb7ede
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 12 01:20:08 2011 +0100

    Use m_asprintf() instead of building the strings piece by piece
    
    This is way more compact, the strings are for temporary values, and the
    minimal possible performance difference does not matter here.

 src/statcmd.c | 38 ++++++++++++++------------------------
 1 file changed, 14 insertions(+), 24 deletions(-)

commit 76a6ebe12c5fe1d8199ca4072915118197e6b98a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 12 00:28:55 2011 +0100

    Use m_asprintf() instead of nfmalloc() and string operations
    
    This avoid the need to know the resulting string length beforehand, and
    makes sure it's always going to get the right size. It also makes the
    code way clearer.
    
    Usage of nfmalloc() here was not appropriate anyway, as the variables
    are only of temporary use, so switching to normal allocation gives
    a side-effect “bug” fix.

 dpkg-split/queue.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 6185545a7936478f8b2cce7153d7e880b3b5df5b
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 12 00:27:11 2011 +0100

    Use m_asprintf() instead of m_malloc() and string operations
    
    This avoid the need to know the resulting string length beforehand, and
    makes sure it's always going to get the right size. It also makes the
    code way clearer.

 lib/dpkg/dbmodify.c |  9 ++-------
 lib/dpkg/dump.c     |  6 ++----
 lib/dpkg/myopt.c    | 23 +++++++----------------
 lib/dpkg/tarfn.c    |  6 ++----
 src/archives.c      |  5 ++---
 src/main.c          | 10 +++-------
 src/processarc.c    |  7 ++-----
 7 files changed, 20 insertions(+), 46 deletions(-)

commit d9be477d0f0b17b61c8dbc40457d1b500c90035f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 11 22:26:33 2011 +0100

    libdpkg: Call va_end() just after vsnprintf() in parse_db_version()
    
    No need to leak in case of recoverable error.

 lib/dpkg/parsehelp.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 38a86e06fd459cb94f75dd0370cac3e04cdff685
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 11 22:04:31 2011 +0100

    libdpkg: Add new m_asprintf() function

 lib/dpkg/dpkg.h           |  1 +
 lib/dpkg/libdpkg.Versions |  1 +
 lib/dpkg/mlib.c           | 18 ++++++++++++++++++
 3 files changed, 20 insertions(+)

commit 795d07d2f773bd05d23d5f25bf1334bd0f3d4fb5
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 20:51:13 2011 +0100

    libdpkg: Rename varbufvprintf() to varbuf_vprintf()
    
    Make the varbuf API a bit more consistent.

 lib/dpkg/buffer.c         | 2 +-
 lib/dpkg/compress.c       | 4 ++--
 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/log.c            | 4 ++--
 lib/dpkg/varbuf.c         | 4 ++--
 lib/dpkg/varbuf.h         | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

commit af47d0660e1c1771999e64e4b54e97031c345053
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 20:46:18 2011 +0100

    libdpkg: Rename varbufprintf() to varbuf_printf()
    
    Make the varbuf API a bit more consistent.

 dpkg-deb/build.c          | 16 +++++------
 dpkg-split/split.c        | 20 ++++++-------
 lib/dpkg/dbmodify.c       |  2 +-
 lib/dpkg/dir.c            |  2 +-
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/parsehelp.c      |  2 +-
 lib/dpkg/path.c           |  2 +-
 lib/dpkg/pkg-format.c     |  6 ++--
 lib/dpkg/test/t-varbuf.c  |  6 ++--
 lib/dpkg/triglib.c        |  6 ++--
 lib/dpkg/varbuf.c         |  4 ++-
 lib/dpkg/varbuf.h         |  2 +-
 src/depcon.c              |  2 +-
 src/divertcmd.c           | 32 ++++++++++-----------
 src/packages.c            | 71 +++++++++++++++++++++++------------------------
 15 files changed, 87 insertions(+), 88 deletions(-)

commit 66b316d08a64b8f5e64f53d71e267024fb2f6884
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 17:06:25 2011 +0100

    libdpkg: Rename varbufaddbuf() to varbuf_add_buf()
    
    Make the varbuf API a bit more consistent.

 lib/dpkg/buffer.c         |  2 +-
 lib/dpkg/fields.c         |  6 +++---
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/pkg-format.c     |  2 +-
 lib/dpkg/test/t-varbuf.c  | 12 ++++++------
 lib/dpkg/varbuf.c         |  2 +-
 lib/dpkg/varbuf.h         |  4 ++--
 src/archives.c            |  2 +-
 src/configure.c           |  2 +-
 src/help.c                |  2 +-
 10 files changed, 18 insertions(+), 18 deletions(-)

commit 91c3515c2444483633e0bb52ae575775c3765230
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 15:40:34 2011 +0100

    libdpkg: Rename varbufaddstr() to varbuf_add_str()
    
    Make the varbuf API a bit more consistent.

 dpkg-deb/info.c         |  4 +--
 lib/dpkg/dbmodify.c     |  6 ++--
 lib/dpkg/dump.c         | 93 +++++++++++++++++++++++++++----------------------
 lib/dpkg/parsehelp.c    |  5 +--
 lib/dpkg/trigdeferred.l |  4 +--
 lib/dpkg/triglib.c      |  4 +--
 lib/dpkg/varbuf.h       |  4 +--
 src/archives.c          | 26 +++++++-------
 src/configure.c         | 10 +++---
 src/depcon.c            | 18 +++++-----
 src/divertdb.c          |  4 +--
 src/filesdb.c           | 10 +++---
 src/help.c              |  4 +--
 src/packages.c          | 12 +++----
 src/processarc.c        | 18 +++++-----
 src/querycmd.c          |  8 ++---
 src/remove.c            | 28 +++++++--------
 src/statcmd.c           | 12 +++----
 src/statdb.c            |  4 +--
 src/trigproc.c          |  2 +-
 src/update.c            |  4 +--
 21 files changed, 146 insertions(+), 134 deletions(-)

commit 064d5f21ab0a97538b9a3d85056dd0c77e46ffba
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 15:28:46 2011 +0100

    libdpkg: Rename varbufaddc() to varbuf_add_char()
    
    Make the varbuf API a bit more consistent.

 dpkg-deb/info.c           |  4 ++--
 dpkg-split/split.c        |  2 +-
 lib/dpkg/dbmodify.c       |  4 ++--
 lib/dpkg/dump.c           | 60 +++++++++++++++++++++++++++--------------------
 lib/dpkg/fields.c         |  6 ++---
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/log.c            |  4 ++--
 lib/dpkg/parsehelp.c      |  4 ++--
 lib/dpkg/pkg-format.c     |  4 ++--
 lib/dpkg/test/t-varbuf.c  | 12 +++++-----
 lib/dpkg/trigdeferred.l   |  2 +-
 lib/dpkg/triglib.c        |  4 ++--
 lib/dpkg/varbuf.c         |  2 +-
 lib/dpkg/varbuf.h         |  6 ++---
 src/archives.c            | 38 ++++++++++++++++--------------
 src/configure.c           | 16 ++++++-------
 src/depcon.c              |  8 +++----
 src/divertdb.c            |  2 +-
 src/enquiry.c             |  2 +-
 src/filesdb.c             |  4 ++--
 src/help.c                |  8 +++----
 src/main.c                |  4 ++--
 src/packages.c            |  4 ++--
 src/processarc.c          | 22 ++++++++---------
 src/querycmd.c            | 12 +++++-----
 src/remove.c              | 27 +++++++++++----------
 src/select.c              |  8 +++----
 src/statcmd.c             |  6 ++---
 src/statdb.c              |  2 +-
 src/trigproc.c            |  4 ++--
 src/update.c              |  2 +-
 31 files changed, 149 insertions(+), 136 deletions(-)

commit 559d66ec3f4a649e65cc87dc6bea708c9289c1ff
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 15:12:42 2011 +0100

    libdpkg: Rename varbufdupc() to varbuf_dup_char()
    
    Make the varbuf API a bit more consistent.

 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/test/t-varbuf.c  | 8 ++++----
 lib/dpkg/varbuf.c         | 2 +-
 lib/dpkg/varbuf.h         | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

commit d5c59894cca3f776c68e499aaea1d697d2d1afd2
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 15:07:46 2011 +0100

    libdpkg: Rename varbufsubstc() to varbuf_map_char()
    
    Make the varbuf API a bit more consistent.

 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/log.c            | 2 +-
 lib/dpkg/test/t-varbuf.c  | 6 +++---
 lib/dpkg/varbuf.c         | 2 +-
 lib/dpkg/varbuf.h         | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

commit 4ea08bff42040d7e1c623c393d00946ddd943557
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 14:56:56 2011 +0100

    libdpkg: Rename varbufreset() to varbuf_reset()
    
    Make the varbuf API a bit more consistent.

 dpkg-deb/build.c          |  6 +++---
 dpkg-deb/info.c           |  2 +-
 dpkg-split/split.c        |  8 ++++----
 lib/dpkg/dbmodify.c       |  4 ++--
 lib/dpkg/dump.c           |  2 +-
 lib/dpkg/fields.c         |  6 +++---
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/log.c            |  4 ++--
 lib/dpkg/parsehelp.c      |  2 +-
 lib/dpkg/pkg-format.c     |  4 ++--
 lib/dpkg/test/t-varbuf.c  |  4 ++--
 lib/dpkg/trigdeferred.l   |  2 +-
 lib/dpkg/triglib.c        |  4 ++--
 lib/dpkg/varbuf.c         |  4 +++-
 lib/dpkg/varbuf.h         |  2 +-
 src/archives.c            | 14 +++++++-------
 src/configure.c           |  8 ++++----
 src/depcon.c              |  2 +-
 src/divertcmd.c           |  4 ++--
 src/divertdb.c            |  2 +-
 src/enquiry.c             |  2 +-
 src/filesdb.c             |  4 ++--
 src/help.c                |  2 +-
 src/main.c                |  2 +-
 src/packages.c            |  2 +-
 src/processarc.c          |  6 +++---
 src/querycmd.c            |  4 ++--
 src/remove.c              | 12 ++++++------
 src/select.c              |  4 ++--
 src/statdb.c              |  2 +-
 src/trigproc.c            |  2 +-
 31 files changed, 65 insertions(+), 63 deletions(-)

commit 496dc81c1fadbb57092cfd5e2b42ddb9201020ce
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 10 14:50:54 2011 +0100

    libdpkg: Rename varbufinit() to varbuf_init()
    
    Make the varbuf API a bit more consistent.

 lib/dpkg/dbmodify.c       |  2 +-
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/test/t-varbuf.c  | 22 +++++++++++-----------
 lib/dpkg/varbuf.c         |  2 +-
 lib/dpkg/varbuf.h         | 14 +++++++-------
 src/querycmd.c            |  2 +-
 6 files changed, 22 insertions(+), 22 deletions(-)

commit fdce08c3b923d3abb83768af2554743682486392
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sat Jan 8 22:41:48 2011 +0100

    Remove --enable-sync-sync codepath
    
    Using sync() on unpack causes _all_ filesystems to be sync'd, which is
    not so great when one of those is a thumb drive, mounted over a network,
    or otherwise slow. Remove the sync-instead-of-fsync codepath due to
    those side-effects and to simplify maintenance.
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 configure.ac     |  1 -
 debian/changelog |  4 ++++
 m4/dpkg-funcs.m4 | 28 ----------------------------
 src/archives.c   |  8 --------
 4 files changed, 4 insertions(+), 37 deletions(-)

commit dff89f3f2339b9ee4ac015004ae0dd7e573079f7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 8 22:16:17 2011 +0100

    libdpkg: Add missing command_shell to version script

 lib/dpkg/libdpkg.Versions | 1 +
 1 file changed, 1 insertion(+)

commit 2561f28501fe5a497e05784c0237e797cd74666e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 12 04:31:31 2010 +0200

    dpkg: Fix -GEO options on multiple versions of the same package
    
    The options were not taking effect as they were only being applied to
    installed packages, while the first stage usually implies unpacking
    and then configuring in a later stage. Which implies having those
    packages going from installed to unpacked, and then skipping any of
    the checks requested by the user on subsequently processed packages.
    
    Closes: #31141

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

commit 8bcbc13a09b6b4dac00c4492e7641e0235aa34d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:40:06 2011 +0100

    build: Add support for DPKG_TESTSUITE_OPTIONS local-db
    
    This makes the test-suite run extremely faster than using the build
    system. It will also be less prone to getting the build system database
    into inconsistent state. And lastly, it will not interfere and thus not
    lock the build system database.
    
    Not enabled by default for now, because this requires the fix for dpkg
    to propagate the --admindir to its childs, and the fix to not fail when
    removing the root directory, which are still in the git master branch.

 Test.mk | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit fd2ea02447ce46aea4e2f2aa250cca8940bef21e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 00:37:21 2011 +0100

    build: Add local dpkg database directory
    
    This will allow running dpkg with a local database. Include the files
    in the repository because it's easier to setup, and it gives fast
    visibility in case a test does not perform correct teardown.

 dpkgdb/.gitignore        | 1 +
 dpkgdb/available         | 0
 dpkgdb/diversions        | 0
 dpkgdb/lock              | 0
 dpkgdb/statoverride      | 0
 dpkgdb/status            | 0
 dpkgdb/triggers/Lock     | 0
 dpkgdb/triggers/Unincorp | 0
 8 files changed, 1 insertion(+)

commit 3a1ad5e19decab13f28da7370ef8af8f455d363d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:34:58 2011 +0100

    build: Add a global test-clean target
    
    This allows to cleanup the test-cases in one go.

 Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

commit d461d211a8b5831e0e4d66aaa63010829fb50215
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:32:39 2011 +0100

    Disable t-disappear-depended test-case
    
    The test-case fails, disable it until dpkg has been fixed.
    
    Similar to commit ceb8af96396780072c1a0242b631b38eb16edf2b.

 t-disappear-depended/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 94bc937624e097e6a40b50de9ce17e47b2608426
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:29:31 2011 +0100

    Fix t-failinst-failrm test cleanup
    
    Handle the dpkg-query --control-path failure when the package is not
    installed, which will happen on subsequent cleanups.

 t-failinst-failrm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee8dc4a12f38bda739f4d27005b574b536103ed2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 07:28:09 2011 +0100

    Fix t-conflict test cleanup
    
    Remove the selection so that it disappears from the status database.

 t-conflict/Makefile | 2 ++
 1 file changed, 2 insertions(+)

commit 82745dc0fdb222806e1aec7176b0fb4ff9ac74de
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 16 04:42:09 2011 +0100

    Fix t-disappear-depended test
    
    Only compute the file count in the .deb when its first needed. Otherwise
    the test fails because the .deb is not present yet.

 t-filtering/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 23c8b359831a71ac613f7055d03b943b6e71994d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 15 21:41:11 2011 +0100

    Fix typos in t-conffile-conflict comments

 t-conffile-conflict/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 086a5d71d31ddca45ddaa8024d143f05157a62b9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 15 20:31:53 2011 +0100

    Fix t-conffile-forceask test
    
    The reference conffile didn't match the ones on the packages.

 t-conffile-forceask/ref-conffile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d0fe8e7f37449d7edf866342342187788676d5ec
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jan 14 15:49:18 2011 +0000

    Add common test functions in Test.mk
    
    Instead of hardcoding the same unreadable tests everywhere we can factorize
    them in a single place and call them with $(call test_name,arg1,arg2,...).
    
    Sponsored-by: Linaro Limited.

 Test.mk | 7 +++++++
 1 file changed, 7 insertions(+)

commit 0c770cb2f1b823d6a0f29bfd52326ed7fcb07bd2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 8 15:34:43 2011 +0100

    u-a: Removed unused ret variable from altdb_parse_error()

 utils/update-alternatives.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 818f6647be26a8f339ab2682c8364fb447e5bc60
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jan 7 21:32:49 2011 +0100

    build: Fail configure if curses is needed but no headers are present
    
    Reported-by: Raphael Geissert <geissert@debian.org>
    Tested-by: Raphael Geissert <geissert@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 m4/dpkg-libs.m4 | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit f568ae3f5ce9f2fc41abd372a828bb4026c6d0e3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 4 04:18:45 2011 +0100

    dpkg-split: Reduce scope of variables

 dpkg-split/join.c  | 12 +++++++-----
 dpkg-split/queue.c | 28 +++++++++++++++++-----------
 2 files changed, 24 insertions(+), 16 deletions(-)

commit 460284e19e1556ab312528fdf34be97ce575cf0d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jan 4 04:13:22 2011 +0100

    dpkg-deb: Fix corrupt archive header magic error string
    
    The string was referring to the first header when the string refers to
    any header parsed.

 dpkg-deb/extract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 942be7d09ffcdf2bbc5b5b8e391880704da86f7f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 20:43:47 2011 +0100

    Remove unneeded <errno.h> include

 dpkg-deb/main.c    | 1 -
 dpkg-split/split.c | 1 -
 lib/dpkg/buffer.c  | 1 -
 lib/dpkg/mlib.c    | 1 -
 4 files changed, 4 deletions(-)

commit 7ee10fceb19acbea67a587800c9e972dbe87aab3
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 15:44:11 2011 +0100

    dpkg-deb: Refactor out pkg_get_pathname() from do_build()

 dpkg-deb/build.c | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

commit 0d5ba1a79ee26dc74cd964f255ef62920f7f6e35
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 03:07:52 2011 +0100

    dpkg-deb: Refactor check_new_pkg() out from do_build()

 dpkg-deb/build.c | 79 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 46 insertions(+), 33 deletions(-)

commit f849410277803fb37e153d3fdaa1dd44da9c632b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 03:06:03 2011 +0100

    dpkg-deb: Handle missing arch in varbufprintf() call inside do_build()

 dpkg-deb/build.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 8451065cf85cb8a17dcd17e0cd2ca1fdef7cb749
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 01:49:13 2011 +0100

    Centralize warn counting in warningv()
    
    Add an accessor function to be able to replace the old warn counters
    in the rest of the code.

 dpkg-deb/build.c          | 19 +++++--------------
 dpkg-deb/info.c           |  2 +-
 lib/dpkg/dbmodify.c       |  6 +++---
 lib/dpkg/dpkg-db.h        |  3 +--
 lib/dpkg/ehandle.c        |  9 +++++++++
 lib/dpkg/ehandle.h        |  1 +
 lib/dpkg/libdpkg.Versions |  1 +
 lib/dpkg/parse.c          |  6 +-----
 lib/dpkg/parsedump.h      |  1 -
 lib/dpkg/parsehelp.c      |  1 -
 src/processarc.c          |  2 +-
 src/update.c              |  4 ++--
 12 files changed, 25 insertions(+), 30 deletions(-)

commit a63d8a8d16b4b3c1cb34f635dd15346ed2728444
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 18:53:09 2011 +0100

    dpkg-deb: Use varbuf in file_info_get() instead of ad-hoc code

 dpkg-deb/build.c | 37 +++++++++++++++----------------------
 1 file changed, 15 insertions(+), 22 deletions(-)

commit 00fa8d0e6ffb777dea52f7e20a24bd9a7702e5f8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 14:30:23 2011 +0100

    Use fdio functions instead of raw read()/write() calls
    
    This makes the call sites safe against interrupted I/O.

 dpkg-deb/build.c    |  4 ++--
 dpkg-deb/extract.c  |  7 ++++---
 lib/dpkg/ar.c       | 11 ++++++-----
 lib/dpkg/compress.c |  9 +++++----
 4 files changed, 17 insertions(+), 14 deletions(-)

commit 5d74139fda1e4850c436765131b949232b54cc80
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 14:27:06 2011 +0100

    Use fdio instead of ad-hoc code to handle interrupted I/O

 dpkg-deb/build.c  | 10 ++++------
 lib/dpkg/buffer.c | 36 ++++++++++++++----------------------
 lib/dpkg/log.c    | 13 ++++---------
 src/archives.c    | 29 ++++++-----------------------
 4 files changed, 28 insertions(+), 60 deletions(-)

commit 44b4d950ba4beb443d4f718467e7baec14885bc0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 13:47:29 2011 +0100

    libdpkg: Remove unused fd_buf_copy()
    
    This function is not really needed once we have fd_read(), it also
    performs some slight unneeded work.

 lib/dpkg/buffer.c | 4 ----
 lib/dpkg/buffer.h | 4 ----
 2 files changed, 8 deletions(-)

commit 12f71d6df332c212fa86b7b2c11dbd43b19e37f1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 13:38:37 2011 +0100

    Use fd_read() instead of fd_buf_copy()
    
    The latter is doing unneeded work. Switch to use a simpler but equally
    functional variant.

 lib/dpkg/parse.c | 5 +++--
 src/filesdb.c    | 5 +++--
 src/statdb.c     | 6 +++---
 3 files changed, 9 insertions(+), 7 deletions(-)

commit 0053d6ef57593f98d92d0e37bb2b81c042669b67
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 2 04:56:51 2010 +0100

    libdpkg: Add new fdio API

 lib/dpkg/Makefile.am      |  2 ++
 lib/dpkg/fdio.c           | 77 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/fdio.h           | 35 +++++++++++++++++++++
 lib/dpkg/libdpkg.Versions |  2 ++
 4 files changed, 116 insertions(+)

commit 5cb9ffc5f9b53691d23ca8e8347eccfa8f130071
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 01:39:16 2011 +0100

    libdpkg: Merge errmsgbuf and errmsg
    
    There's no need anymore for the two distinct variables since ohshitvb
    got removed in commit 7d1245eff85d74d872b6ee89f55c8466321e560c.

 lib/dpkg/ehandle.c | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

commit 3c25a7b0a50fc25dbeea7a512459a01bb0672f32
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 03:58:58 2011 +0100

    libdpkg: Initialize buffer_data variables on declaration in buffer_copy_TYPE

 lib/dpkg/buffer.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit ee595ed38daa7b3ffba452296b7b070e82d8c939
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 03:51:40 2011 +0100

    libdpkg: Call buffer_init() and buffer_done() from buffer_copy()

 lib/dpkg/buffer.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 4e51e727e7d06eeda8ba7a8fc0fc4252d9bc875d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 03:47:05 2011 +0100

    libdpkg: Remove buffer_copy_PtrPtr and buffer_copy_PtrInt functions
    
    Those were instantiated from the buffer_copy_TYPE macro, but not used
    anymore.

 lib/dpkg/buffer.c | 2 --
 lib/dpkg/buffer.h | 6 ------
 2 files changed, 8 deletions(-)

commit 7b4de87652e11609c0797a334a0c43aac08d940e
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 03:43:25 2011 +0100

    libdpkg: Make all internal buffer functions static

 lib/dpkg/buffer.c         | 12 ++++++------
 lib/dpkg/buffer.h         | 12 +-----------
 lib/dpkg/libdpkg.Versions |  5 -----
 3 files changed, 7 insertions(+), 22 deletions(-)

commit 4e65a84d1e529541c686230086f56de4e2b2122c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jan 1 03:54:01 2011 +0100

    libdpkg: Move buffer_copy_TYPE() and instantiations after buffer_copy()

 lib/dpkg/buffer.c | 68 +++++++++++++++++++++++++++----------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

commit 25fb807882427fa70afd2494ec844a96ba63337c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 16 05:09:35 2010 +0100

    libdpkg: Add new DPKG_GCC_VERSION macro and use it
    
    Instead of doing several checks on the different GCC macros with the
    version parts, merge them into this new macro and use simple integer
    arithmetic to compare the versions.

 lib/dpkg/macros.h | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 0ba66256fb3abbf208179952ec9f1282f76bbcae
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 13 08:15:56 2010 +0100

    build: Refactor common linker objects into LDADD

 lib/dpkg/test/Makefile.am | 16 +---------------
 src/Makefile.am           | 28 +++++-----------------------
 2 files changed, 6 insertions(+), 38 deletions(-)

commit 581ce084ea6b26816de53b9580600beae05ce16c
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 2 21:09:13 2010 +0100

    dpkg: Do not check for presence of update-rc.d
    
    It's not really needed for dpkg correct operation.

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

commit 506dd27b56a570e019e90974ea285fe4fd2f8bf8
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 21:26:43 2010 +0100

    dpkg-split: Do not slurp the entire part into memory when splitting
    
    The current code is slurping the entire part into memory, which works
    fine when the partsize is small but might be unbearable when the
    partsize is too big. Use fd_fd_copy() via dpkg_ar_member_put_file()
    instead, which will guarantee small constant memory usage.

 dpkg-split/split.c | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit d2b1ba546eda19271ada6daf1d0bcfee6b0dd9c9
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 20:43:44 2010 +0100

    libdpkg: Use bool values for copy_dependency_links() call

 lib/dpkg/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d779cecab2016047a433a5175764c0e2951ba9d
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 17:24:44 2010 +0100

    dpkg-split: Do not pass partsize to mksplit() and compute it internally

 dpkg-split/split.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 6bb0ab0608fdd2509a8d2b84cd75ae01fa5e64c5
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 20:43:09 2010 +0100

    dpkg-split: Mark strings for translation
    
    Use plural support for one of them.

 dpkg-split/split.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 97f0c0baee8fbb393781bc7024d80b8c08a87d25
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 13:57:47 2010 +0100

    libdpkg: Change dpkg_ar_member_put_file() to accept a size limit

 dpkg-deb/build.c |  4 ++--
 lib/dpkg/ar.c    | 17 ++++++++++-------
 lib/dpkg/ar.h    |  2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)

commit 150be4c45af785a6374e2c7ecc90b0fdab054787
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 12:43:21 2010 +0100

    dpkg-split: Use number of parts to track split process
    
    Use the currently available variables instead of the additional useless
    startat.

 dpkg-split/split.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit 6a790ffc469be94173db8dc0f0ebee7e9c95e707
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 31 12:42:31 2010 +0100

    dpkg-split: Reduce variable scope in do_split()

 dpkg-split/split.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 027c6e35be5cfb31cab3c3a286e2b4bc0763d161
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 1 03:20:07 2010 +0100

    Use dpkg_ar_member_get_size() instead of duplicated code

 dpkg-deb/extract.c | 25 +------------------------
 dpkg-split/info.c  | 20 ++------------------
 2 files changed, 3 insertions(+), 42 deletions(-)

commit e36ca74003e44e44faacbb9c32d596d80a9387f9
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 1 03:19:31 2010 +0100

    libdpkg: Add new dpkg_ar_member_get_size()

 lib/dpkg/ar.c             | 25 +++++++++++++++++++++++++
 lib/dpkg/ar.h             |  3 +++
 lib/dpkg/libdpkg.Versions |  1 +
 3 files changed, 29 insertions(+)

commit 3be2cf607868adb9a2c0e5af06f20168a072eeb6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 29 13:29:17 2010 +0100

    libdpkg: Refactor common code into parse_error_msg()
    
    This moves all the buffer size knowledge to the same function, and
    easily allows to fix possible buffer overflows in case fmt is longer
    than the destination buffer. It also nicely reduces slightly the
    duplicated code.

 lib/dpkg/parsehelp.c | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

commit ec97f0a8ff3bf88418dc452e5df8425b86957f9a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 29 11:41:06 2010 +0100

    libdpkg: Use warningv() in parse_warn() instead of open coding it
    
    Generalize and unify parse_error_msg() error message and stop passing
    the type of error to it. Now that ohshit() will print "error" we don't
    need to print it again here.

 lib/dpkg/parsehelp.c | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

commit f428f6f616de9ff659730dc646aada51b7bd1f8c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 29 09:39:13 2010 +0100

    libdpkg: Always prefix "error" to fatal error message output

 debian/changelog   | 1 +
 lib/dpkg/ehandle.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 6857c9064b75e7ef2aabdb45b4e55a8b2f2de91a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 27 12:35:46 2010 +0100

    Changelog police
    
    Typo fixes.

 debian/changelog | 67 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

commit cf316979dec20696ee57d5a6f8a469a12758f54d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 27 12:32:36 2010 +0100

    man: Quote dashes for correct output

 man/deb-control.5     | 26 ++++++++---------
 man/deb-src-control.5 | 78 +++++++++++++++++++++++++--------------------------
 2 files changed, 52 insertions(+), 52 deletions(-)

commit 95bb77ebc2c420a6788a147983010560c6606303
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 27 11:57:23 2010 +0100

    Clarify and simplify strings to help translators
    
    Closes: #604914
    
    Suggested-by: Andrei Popescu <andreimpopescu@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog     |  1 +
 lib/dpkg/ehandle.c   |  2 +-
 lib/dpkg/parsehelp.c |  3 ++-
 src/help.c           | 11 +++++------
 4 files changed, 9 insertions(+), 8 deletions(-)

commit 3fa386596dcdf3711e79fc2aedd124691bc69e45
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 27 11:56:17 2010 +0100

    libdpkg: Unmark debug message for translation
    
    Reported-by: Andrei Popescu <andreimpopescu@gmail.com>

 lib/dpkg/database.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7ab4b0ce3912e34620760f02242ebf80bc0dafff
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 27 09:56:19 2010 +0100

    Make short strings unique by using gettext context support
    
    Reported-by: Andrei Popescu <andreimpopescu@gmail.com>

 lib/dpkg/parsehelp.c | 3 ++-
 src/enquiry.c        | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 63e047b9c2f652290f6e697ac31266a8488491e7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Nov 27 08:42:56 2010 +0100

    Add gettext context infrastructure support

 lib/dpkg/i18n.h | 1 +
 po/Makevars     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit f5d6106db5c8110f6e0b0a736099e705b3c43eee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:51:43 2010 +0100

    dpkg-deb: Move setcompresstype() before cmdinfos
    
    This unifies the style with the rest of the code base, and avoids the
    need for a declaration of a static function.

 dpkg-deb/main.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 0cabc7648dca136fd4ee19c1157d89e7670dfbc3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:47:00 2010 +0100

    dpkg-deb: Move known_arbitrary_field() closer to do_build()

 dpkg-deb/build.c | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

commit bebb0f3a0ac4fd4990585363c4af2bceafcf1ebd
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 20:44:36 2011 +0100

    dpkg-deb: Use varbuf to generate package file name in do_build()

 dpkg-deb/build.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 5ed471f8bc8aaf8faee6b04e4177451fa2d3cd52
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 20:11:34 2011 +0100

    dpkg-deb: Count one missing warning() for the total amount reported

 debian/changelog | 1 +
 dpkg-deb/build.c | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 167fc193f41e65f4cac84432e7114ea2b66a5ccb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:30:32 2010 +0100

    dpkg-deb: Rename getfi() into file_info_get()

 dpkg-deb/build.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 26a90f1d068bc30af5ddcd1ab265d7090c6c9509
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:29:01 2010 +0100

    dpkg-deb: Rename free_filist() to file_info_list_free()

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

commit a0c16300d391f3ee91d6bc37b3031f562338f998
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:29:01 2010 +0100

    dpkg-deb: Rename add_to_filist() to file_info_list_append()

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

commit 2998b32eaf8d560cafdc45a66a183f3697bfeaf6
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:27:50 2010 +0100

    dpkg-deb: Rename add_to_filist() arguments to head/tail
    
    This normalized them with the rest of the codebase.

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

commit 291c19900153dbae4417b67d4077d7f7b1b25435
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:16:43 2010 +0100

    dpkg-deb: Remove redundant debar check and reduce code scope

 dpkg-deb/build.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit f17d95da9d3b23362bf0d97b9ff40f5d5ec3971e
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 06:50:37 2010 +0100

    dpkg-deb: Refactor check_conffiles() out from do_build()

 dpkg-deb/build.c | 136 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 79 insertions(+), 57 deletions(-)

commit 855bdfb4fe44e851ad036627f2d8702e3e0dcb0c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 06:35:19 2010 +0100

    dpkg-deb: Refactor check_file_perms() out from do_build()

 dpkg-deb/build.c | 82 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 50 insertions(+), 32 deletions(-)

commit af34a9cc062756207f275dbbb5ec16896ba311b7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 07:45:06 2010 +0100

    dpkg-deb: Rename checkedinfo to pkg in do_build()

 dpkg-deb/build.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

commit 0dd72f1b7a6a0835bc0212d019c2a01761e041fb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jan 2 19:19:10 2011 +0100

    dpkg-deb: Use a varbuf instead of a fixed size buffer in do_build()
    
    The allocated buffer has a fixes size, which could pose problems if for
    whatever reason some of the components increase size.

 dpkg-deb/build.c | 43 ++++++++++++++++++-------------------------
 1 file changed, 18 insertions(+), 25 deletions(-)

commit 06f0675ffa2f84a2661a312194feefdeb3841ec0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jan 5 09:44:37 2011 +0100

    Rename directory variables to just dir
    
    The shorter form is unambiguous and takes less screen size.

 dpkg-deb/build.c    | 33 +++++++++++++++------------
 dpkg-deb/dpkg-deb.h |  2 +-
 dpkg-deb/extract.c  | 26 +++++++++++++--------
 dpkg-deb/info.c     | 66 +++++++++++++++++++++++++++++------------------------
 src/archives.c      | 14 ++++++------
 5 files changed, 78 insertions(+), 63 deletions(-)

commit 0b67f8d1d540e3cd52d7849b767ed1a9bae02368
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 26 06:24:49 2010 +0100

    dpkg-deb: Reduce scope of variables in do_build()

 dpkg-deb/build.c | 43 ++++++++++++++++++++++++++++++-------------
 1 file changed, 30 insertions(+), 13 deletions(-)

commit 797115468511551b08b8fd79a9d787dc17fba9fe
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 23:18:58 2010 +0100

    libdpkg: Install header file ehandle.h
    
    Missed in commit 6e5d5c1f05edbe0ce2213a6658b438668fe48cba.

 lib/dpkg/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit f9ed41c4f61d2b037a0faca08a40581c1bc385b1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 01:23:07 2010 +0100

    dpkg-query: Refactor --list header printing into list_format_print_header()

 src/querycmd.c | 75 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 42 insertions(+), 33 deletions(-)

commit dba35578a11b7fd887fda28d22083e61047ac1d2
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 00:36:27 2010 +0100

    dpkg-query: Refactor --list format creation into new list_format_init()

 src/querycmd.c | 120 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 72 insertions(+), 48 deletions(-)

commit 49f8bd789eca3a3b7c8d57974070d4e4d055b42d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 24 03:06:53 2010 +0100

    s-s-d: Rename do_help() to usage()

 utils/start-stop-daemon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit df7dabd95adfee2e07e70b6bc60c216ccba0d272
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 23:15:47 2010 +0100

    s-s-d: Rename clear() to pid_list_free()

 utils/start-stop-daemon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit db56c2bba99f22c879bbbffb4b020f418f508f8f
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 23:15:33 2010 +0100

    s-s-d: Rename push() to pid_list_push()

 utils/start-stop-daemon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8a2f4f6866790b5ae9e8931dccb19c10b274397e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 23:05:04 2010 +0100

    s-s-d: Rename check() to pid_check()

 utils/start-stop-daemon.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 886d2911bdb2253a5a331d109f15fd8bd9d4027a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 22:38:16 2010 +0100

    s-s-d: Remove static function declarations

 utils/start-stop-daemon.c | 14 --------------
 1 file changed, 14 deletions(-)

commit f53151c5c738b0902815ad3cdeae35005797f099
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 22:31:01 2010 +0100

    s-s-d: Make only sched_goto use goto instead of the other enum values
    
    This makes sched_goto usage more obvious, makes the for more natural,
    and removes one instance of goto usage.

 utils/start-stop-daemon.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit e611924c3e2ca6e13e6c50fab6e01da24045c129
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 23 04:21:03 2010 +0100

    s-s-d: Refactor finish code into new finish_stop_schedule()
    
    This removes an unneeded and ugly goto, and replaces with a proper
    funciton.

 utils/start-stop-daemon.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit 6b04265c74633e42addd63bcf30763545b643ecf
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jan 7 21:55:59 2011 +0100

    Update German scripts translation
    
    Update to 513t

 scripts/po/de.po | 283 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 146 insertions(+), 137 deletions(-)

commit 2df6e3351f79c96c80f5869499a5cb4d59f2943f
Merge: 930bb774c 1d872bf8e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 6 21:59:44 2011 +0100

    Merge commit '1.15.8.8'

commit 1d872bf8ed2a7976c901aff20bf2bd6c20660f65
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jan 6 21:04:53 2011 +0100

    Release 1.15.8.8

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

commit 00aa1a86493e4160ac98d65b32ff7d0b64ff6e37
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 3 10:01:37 2011 +0100

    Fix multiple security issues with dpkg-source (CVE-2010-1679)
    
    - Enhance checks to catch maliciously crafted patches which could modify
      files outside of the unpacked source package.
    - Do not consider a top-level symlink like a directory when
      extracting a tarball.
    - Exclude .pc while extracting the upstream tarball in 3.0 (quilt)
      as patch blindly writes in that directory during unpack (and would
      follow any existing symlink).

 debian/changelog                  | 12 ++++-
 scripts/Dpkg/Source/Archive.pm    |  2 +-
 scripts/Dpkg/Source/Package/V2.pm |  7 ++-
 scripts/Dpkg/Source/Patch.pm      | 98 +++++++++++++++++++++++++--------------
 4 files changed, 81 insertions(+), 38 deletions(-)

commit e70589e47f27d179dc01412e37bd8e0b9e76227d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jan 3 21:25:18 2011 +0100

    dpkg-split: Truncate the output file when splitting a package
    
    Use creat() instead of open() with the missing O_TRUNC.
    
    Regression introduced in f2115151c19ff37b305296c23225807b0832086b.

 debian/changelog   | 4 ++++
 dpkg-split/split.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 930bb774c5aeb2a2a083deb7b92432a7b7ab9a35
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jan 3 10:33:28 2011 +0100

    Dpkg::Source::Package::V1.pm: correctly detect debian files
    
    The code was erroneously assuming that $newdirectory was always
    a simple filename, but it can be a complete path.

 debian/changelog                  | 3 +++
 scripts/Dpkg/Source/Package/V1.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit a66c05098e9f05d008e225c7cbc3479d37b0f91f
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Dec 20 07:13:28 2010 +0100

    Fix two typos in French manpages translation

 debian/changelog | 8 ++++++++
 man/po/fr.po     | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 85fce47c813230e0d9b51826adb479f1f519df6c
Merge: 300c089c3 8edabd231
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 20 03:30:55 2010 +0100

    Merge branch 'sid' (through tag '1.15.8.7')
    
    Conflicts:
            debian/changelog
            dselect/po/es.po
            po/es.po
            po/pt.po
            scripts/po/es.po
            src/archives.c

commit 8edabd23157612c5b9dab88983b34166ea6fb902
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 20 02:26:36 2010 +0100

    Release 1.15.8.7

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

commit 050765e9968cfedbf90b9c5660b2ca812a77b55d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 20 02:31:20 2010 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/dpkg-man.pot     |   2 +-
 man/po/fr.po            | 240 +++++++++++++++++---------
 man/po/sv.po            |  25 ++-
 po/ast.po               | 142 +++++++--------
 po/bs.po                | 142 +++++++--------
 po/ca.po                | 145 ++++++++--------
 po/cs.po                | 142 +++++++--------
 po/da.po                | 142 +++++++--------
 po/de.po                | 142 +++++++--------
 po/dpkg.pot             | 144 ++++++++--------
 po/dz.po                | 142 +++++++--------
 po/el.po                | 142 +++++++--------
 po/eo.po                |   2 +-
 po/es.po                | 446 ++++++++++++++++++++++++++++++------------------
 po/et.po                | 142 +++++++--------
 po/eu.po                | 280 +++++++++++++++++-------------
 po/fr.po                | 185 ++++++++------------
 po/gl.po                | 142 +++++++--------
 po/hu.po                | 142 +++++++--------
 po/id.po                | 142 +++++++--------
 po/it.po                | 142 +++++++--------
 po/ja.po                | 157 ++++++++---------
 po/km.po                | 142 +++++++--------
 po/ko.po                | 142 +++++++--------
 po/ku.po                | 142 +++++++--------
 po/lt.po                | 142 +++++++--------
 po/mr.po                | 142 +++++++--------
 po/nb.po                | 142 +++++++--------
 po/ne.po                | 142 +++++++--------
 po/nl.po                | 142 +++++++--------
 po/nn.po                | 142 +++++++--------
 po/pa.po                | 142 +++++++--------
 po/pl.po                | 142 +++++++--------
 po/pt.po                | 142 +++++++--------
 po/pt_BR.po             | 142 +++++++--------
 po/ro.po                | 142 +++++++--------
 po/ru.po                | 150 ++++++++--------
 po/sk.po                | 142 +++++++--------
 po/sv.po                | 142 +++++++--------
 po/th.po                | 142 +++++++--------
 po/tl.po                | 142 +++++++--------
 po/vi.po                | 142 +++++++--------
 po/zh_CN.po             | 142 +++++++--------
 po/zh_TW.po             | 142 +++++++--------
 scripts/po/ca.po        |   2 +-
 scripts/po/de.po        |   4 +-
 scripts/po/dpkg-dev.pot |   4 +-
 scripts/po/es.po        |  11 +-
 scripts/po/fr.po        |   2 +-
 scripts/po/pl.po        |   2 +-
 scripts/po/ru.po        |   2 +-
 scripts/po/sv.po        |   2 +-
 83 files changed, 3384 insertions(+), 3171 deletions(-)

commit a196b9489fcecb75c3cc7add9f1273966697b419
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Dec 20 02:22:51 2010 +0100

    Fix Spanish scripts translation
    
    Split two accidentally merged lines.

 scripts/po/es.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d744e244588451c75fe24e2f784601901f459d6d
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Dec 20 01:56:57 2010 +0100

    Update Thai dpkg translation
    
    Closes: #607501

 debian/changelog |   1 +
 po/th.po         | 111 +++++++++----------------------------------------------
 2 files changed, 19 insertions(+), 93 deletions(-)

commit 39c27014d0537ca667d6a83b10c4236e7878d840
Author: Felipe E. F. de Castro <fefcas@gmail.com>
Date:   Mon Dec 20 01:52:13 2010 +0100

    Update Esperanto dpkg translation
    
    Closes: #607437

 debian/changelog |   1 +
 po/eo.po         | 277 ++++++++++++++++++++++++-------------------------------
 2 files changed, 119 insertions(+), 159 deletions(-)

commit 660fc389c566623a1ff5de37c1d91e7832048d10
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Dec 18 18:15:16 2010 +0100

    Improve fix after disussion with Sven Joachim (now more consistent even)

 scripts/po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ffdc8c88d7006170ac67fd44ee3ca2222dd2fb69
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Sat Dec 18 02:30:31 2010 +0100

    Update Simplified Chinese dpkg translation

 debian/changelog |    1 +
 po/zh_CN.po      | 3358 +++++++-----------------------------------------------
 2 files changed, 412 insertions(+), 2947 deletions(-)

commit 6a3da3db1a15a771229951bec5e7389ade5e2098
Author: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
Date:   Sat Dec 18 00:06:08 2010 +0100

    Update Norwegian Bokmål dpkg translation

 debian/changelog |  1 +
 po/nb.po         | 56 +++++++-------------------------------------------------
 2 files changed, 8 insertions(+), 49 deletions(-)

commit f70ae2a8116d1e1657ba08e34508d4dff6020d18
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Fri Dec 17 00:05:14 2010 +0100

    Update Italian dpkg translation
    
    Closes: #607306

 debian/changelog |  1 +
 po/it.po         | 50 +++++---------------------------------------------
 2 files changed, 6 insertions(+), 45 deletions(-)

commit b6be0c4f0dac7fdb8b138026a13527e11afd8e4d
Author: Ivan Masár <helix84@centrum.sk>
Date:   Thu Dec 16 22:25:50 2010 +0100

    Update Slovak dpkg translation
    
    Closes: #607302

 debian/changelog |  1 +
 po/sk.po         | 48 +++---------------------------------------------
 2 files changed, 4 insertions(+), 45 deletions(-)

commit 097d36dc6ca36dbf1ce2ee62fde1d9c353fce5cf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Dec 16 22:22:28 2010 +0100

    Fix encoding of X-POFile-SpellExtra field in Spanish translations

 dselect/po/es.po |  2 +-
 po/es.po         | 12 ++++++------
 scripts/po/es.po |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 878dab712fafd8f050b24c5085dd6ad6d561c017
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Thu Dec 16 20:55:49 2010 +0100

    Update Russian dpkg translation
    
    Closes: #607292

 debian/changelog |  1 +
 po/ru.po         | 72 +++++++++++++-------------------------------------------
 2 files changed, 18 insertions(+), 55 deletions(-)

commit 6719cdfa47de6fefc5d412c5b1dbdaaf0a4f4e14
Author: Kenshi Muto <kmuto@debian.org>
Date:   Thu Dec 16 19:30:08 2010 +0100

    Update Japanese dpkg translation
    
    Closes: #607259

 debian/changelog |  1 +
 po/ja.po         | 67 +++++++++-----------------------------------------------
 2 files changed, 11 insertions(+), 57 deletions(-)

commit 24e0c98cc2f1668cd685a1101e1dda2bc89b21bd
Author: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>
Date:   Thu Dec 16 19:25:50 2010 +0100

    Update Basque dpkg translation
    
    Closes: #607253

 debian/changelog |   1 +
 po/eu.po         | 192 +++++++++++++++----------------------------------------
 2 files changed, 53 insertions(+), 140 deletions(-)

commit 7fe7bce38ac93977a0069402ff51af0276dc3f70
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Dec 15 20:26:42 2010 +0100

    Fix a translation error in the German scripts translation

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

commit 57dae739dafc03dd63e546188bb106deeb799780
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Wed Dec 15 20:20:15 2010 +0100

    Update Spanish translation of manual pages
    
    Update to 1940t.

 debian/changelog |  1 +
 man/po/es.po     | 24 +++++++++++++++++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)

commit 61e2d9af2c4ad15a3b13e1bf2f93a9a90a076dc1
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 13:11:31 2010 +0100

    Changelog police

 debian/changelog | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit 888c346186673b6e637f34ee47b9a0137d64b812
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 01:21:02 2010 +0100

    dpkg-query: Fix stanza delimiting on -L, -s and -p output
    
    The code was only printing a delimiting new line on the second to last
    stanza. Invert the logic and do it always except on the last one.
    
    Closes: #606315

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

commit 8e7f545a9d42a02cea521399da52932774926231
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Dec 10 01:59:55 2010 +0100

    dpkg: On non-Linux use fadvise(FADV_DONTNEED) to initiate writeback
    
    Use the posix_fadvise(POSIX_FADV_DONTNEED) hint to notify the kernel
    dpkg does not need the unpacked files any longer and as such it can
    start writeback asynchronously.
    
    Although POSIX does not explicitly say so, and this is merely a hint,
    this is the only sensible thing to do for the kernel. On Linux at least
    it also evicts the pages if they are not currently under writeback,
    locked or dirty, which might be undesired if a maintainer script has
    to use the data, but unlikely as the writeback will still be ongoing
    if it started at all.
    
    In addition it could be argued the Linux implementation is not optimal
    as the standard talks about the application not needing the data any
    longer, not the system. So it seems the NetBSD implementation which
    just marks the pages as not active would be more correct.

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

commit 2921e80c2f7645f66a197c5265cdadae58142672
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 8 06:44:00 2010 +0100

    dpkg: On Linux finish writeback before fsync
    
    The second sync_file_range() call, with the operation
    SYNC_FILE_RANGE_WAIT_BEFORE, will block until the previously
    initiated writeback has completed.
    
    We finish the writeback for all files before calling fsync. This
    basically ensures that the delayed allocation has been resolved;
    that is, the data blocks have been allocated and written, and the
    inode updated (in memory), but not necessarily pushed out to disk.
    So that later fsync can become no-ops, minimizing the number of
    (costly) jbd2 commits.
    
    Suggested-by: Ted Ts'o <tytso@mit.edu>
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 203c99b0dda40159d824944e407a2f720f1088ed
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 8 06:29:07 2010 +0100

    dpkg: On Linux initiate writeback of unpacked files ASAP
    
    To avoid performance degradation on filesystems with "allocate on
    flush" semantics (like xfs, ubifs, hfs+, and ext4 without nodelalloc),
    start writing back each file once it has finished being extracted.
    This doesn't actually wait for the write to finish; it just starts
    the writeback.
    
    The sync_file_range() call has been available since Linux 2.6.17.
    On non-Linux systems we can skip it.
    
    Closes: #605009
    
    Suggested-by: Ted Ts'o <tytso@mit.edu>
    Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  3 +++
 src/archives.c   | 11 +++++++++++
 2 files changed, 14 insertions(+)

commit a766f501f6da46aca070c315e6429e163d188202
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 1 04:28:45 2010 +0100

    dpkg: Defer symlink renames to avoid ending up with broken symlinks
    
    The broken symlinks are particularly pernicious as they imply a shared
    library SONAME path might point to nowhere and thus applications will
    fail to get dynamically linked.
    
    Deferring symlinks is safe as they are always at the end of the tar
    archive, and they are processed last on deferred renames as they are
    appended at the end of the new list files.
    
    Closes: #605536

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

commit 2e764078cc3bc75dc7426678377bb1c12ea00ba1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Dec 1 04:37:32 2010 +0100

    Update Catalan program translation

 debian/changelog |  1 +
 po/ca.po         | 46 ++--------------------------------------------
 2 files changed, 3 insertions(+), 44 deletions(-)

commit 725933d6f73d7d749c46778cff1cbb7416431a4b
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Dec 10 01:34:43 2010 +0100

    Updated all Spanish translations to sync with master.
    
    Translations are now at 100%

 debian/changelog |   6 +
 dselect/po/es.po | 548 +++++++++++++++++++++++++++++--------------------------
 scripts/po/es.po |  44 +++--
 3 files changed, 332 insertions(+), 266 deletions(-)

commit 7c27d584603d6cda82d668f0da1fb64201e456d7
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Dec 10 01:27:36 2010 +0100

    Updated Spanish translation
    
    Uptated to 985t from master branch with typo fixes included.

 debian/changelog |    1 +
 po/es.po         | 1643 +++++++++++++++++++++++-------------------------------
 2 files changed, 690 insertions(+), 954 deletions(-)

commit 300c089c3e178420915c9805ae73d2b99e25cfcc
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Dec 10 01:26:46 2010 +0100

    Fix typos in PO file

 po/es.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 5e702366cba8c98a456740dbb97238b511eec26d
Merge: 0e238b8e0 f3fa58a33
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Dec 10 01:20:59 2010 +0100

    Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

commit 0e238b8e0281270a3d12bec69450f728af6f3dbf
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Dec 10 01:20:32 2010 +0100

    Fix typo

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2ba06ea3e29c913ac4f9649b9561cfb1a692a35c
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Fri Dec 10 01:19:17 2010 +0100

    Fix typos in translation format strings

 po/es.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f3fa58a3317e3456bcfb490aae66fa4371949fae
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Dec 9 16:13:42 2010 +0100

    dpkg-shlibdeps: print the error note about missing libraries only once
    
    With the previous change, dpkg-shlibdeps can now print the error about
    missing library multiple times. It makes no sense to print the associated
    note multiple times. Instead it should be printed once at the end.

 scripts/dpkg-shlibdeps.pl | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 4105379e2532d68579cfb1d95eb49205414507db
Author: Chris Baines <cbaines8@gmail.com>
Date:   Thu Dec 9 15:58:48 2010 +0100

    dpkg-shlibdeps: do not fail immediatly when a library is not found
    
    Instead continue and fail after all problems have been reported.

 debian/changelog          |  3 +++
 scripts/dpkg-shlibdeps.pl | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

commit b67f29d946683dfdbddf1fffb1aef550a3260fb8
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Thu Dec 9 02:50:14 2010 +0100

    Typo fix

 po/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 76385c55207bb6a0ddb4e8ff3727a0e8e0cddbcd
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Thu Dec 9 02:35:56 2010 +0100

    Review translation and fix some typos. Also added PO4spell check headers.

 scripts/po/es.po | 44 +++++++++++++++++++++++++++++++++-----------
 1 file changed, 33 insertions(+), 11 deletions(-)

commit c58875d365ab10cefe6cf83de9e792a19c1201e2
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Thu Dec 9 02:26:38 2010 +0100

    Updated Spanish translation for dselect
    
    Update to 227t, convert to UTF-8, spell check headers and typos fixed.

 debian/changelog |   4 +
 dselect/po/es.po | 548 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 297 insertions(+), 255 deletions(-)

commit 48a74f34f5aa54f2506795e8a30fe6a9c50354fd
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Thu Dec 9 02:17:17 2010 +0100

    Include changes introduced to Spanish translation

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit 553549620ee08e704f8488d6dd4af947f812b093
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Date:   Thu Dec 9 02:12:42 2010 +0100

    Updated Spanish translation

 po/es.po | 1638 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 686 insertions(+), 952 deletions(-)

commit 89d63574bd3455efe14f1388f3c1532e6c6130d1
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Wed Dec 1 07:03:03 2010 +0100

    Portuguese translation update. 985t

 debian/changelog |  1 +
 po/pt.po         | 56 +++++++-------------------------------------------------
 2 files changed, 8 insertions(+), 49 deletions(-)

commit 252f5e0561120d8b6d7bb55a9fc30a004d45a566
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Tue Nov 30 20:14:42 2010 +0000

    Update Portuguese translation of program
    
    Update to 985t

 debian/changelog |  1 +
 po/pt.po         | 17 ++++++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit c627cec00d90d14289ca523308455ce6607d57bc
Author: Arief S Fitrianto <arief@gurame.fisika.ui.ac.id>
Date:   Sun Nov 28 15:25:08 2010 +0100

    Updated Indonesian translation. 985t

 debian/changelog |  1 +
 po/id.po         | 68 +++++++++++---------------------------------------------
 2 files changed, 14 insertions(+), 55 deletions(-)

commit b3d062225c0144d28747a48bd82a5108ada1439a
Author: Miroslav Kure <kurem@upcase.inf.upol.cz>
Date:   Sat Nov 27 16:42:49 2010 +0100

    Czech translation update. 985t

 debian/changelog |    1 +
 po/cs.po         | 1082 +++++++++++++++++++++---------------------------------
 2 files changed, 429 insertions(+), 654 deletions(-)

commit 53165b3620a915d2c16748ba4ce30af31581d6da
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Nov 26 07:16:59 2010 +0100

    French translation update for programs: 985t
    French translation update for manpages: 1940t

 debian/changelog |   4 +
 man/po/fr.po     | 228 +++++++++++++++++++------------------------------------
 po/fr.po         |   6 +-
 3 files changed, 88 insertions(+), 150 deletions(-)

commit 3dee8477d93c831ecef5b92f3dd96d189bdda988
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Nov 26 21:46:53 2010 +0100

    Update German translation of manual pages
    
    Update to 1940t.

 debian/changelog |  3 +++
 man/po/de.po     | 21 +++++++++++++++++----
 2 files changed, 20 insertions(+), 4 deletions(-)

commit 953a14800e0e6489b35864115dabf09a52fa1962
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Thu Nov 25 16:42:57 2010 +0100

    German dpkg translation update
    
    Update to 985t.

 debian/changelog |  7 +++++++
 po/de.po         | 52 ++++++----------------------------------------------
 2 files changed, 13 insertions(+), 46 deletions(-)

commit a4c8f5eff9dede8638b325c49093d1df33574749
Author: Peter Krefting <peterk@debian.org>
Date:   Thu Nov 25 10:43:37 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 985t0f0u.
    man/po/sv.po: 1940t0fou.

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

commit 7e8695bdb8fb3a1dd4cf2ba4a48586e068fe3058
Merge: 93bba14d3 81aacd4b0
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 07:57:09 2010 +0100

    Merge branch 'sid' (through tag '1.15.8.6')
    
    Conflicts:
            debian/changelog
            m4/dpkg-funcs.m4
            man/dpkg.1

commit 81aacd4b0a84df492d0ba33110537efb6fef836d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 07:11:02 2010 +0100

    Release 1.15.8.6

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

commit 7fe25bef6e0379cb1a54ec5394164b7854f1868a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 07:23:34 2010 +0100

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |   47 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |  299 ++++++-----
 man/po/dpkg-man.pot     |  282 +++++-----
 man/po/es.po            |  285 ++++++-----
 man/po/fr.po            | 1308 +++++++++++++++++++++++++++--------------------
 man/po/hu.po            |  282 +++++-----
 man/po/ja.po            |  282 +++++-----
 man/po/pl.po            |  282 +++++-----
 man/po/pt_BR.po         |  282 +++++-----
 man/po/ru.po            |  282 +++++-----
 man/po/sv.po            |  285 ++++++-----
 po/ast.po               |  143 +++---
 po/bs.po                |  143 +++---
 po/ca.po                |  355 ++++++++-----
 po/cs.po                |  143 +++---
 po/da.po                |  188 ++++---
 po/de.po                |  188 ++++---
 po/dpkg.pot             |  145 +++---
 po/dz.po                |  143 +++---
 po/el.po                |  143 +++---
 po/eo.po                |  188 ++++---
 po/es.po                |  143 +++---
 po/et.po                |  143 +++---
 po/eu.po                |  188 ++++---
 po/fr.po                |  188 ++++---
 po/gl.po                |  143 +++---
 po/hu.po                |  143 +++---
 po/id.po                |  188 ++++---
 po/it.po                |  188 ++++---
 po/ja.po                |  188 ++++---
 po/km.po                |  143 +++---
 po/ko.po                |  188 ++++---
 po/ku.po                |  143 +++---
 po/lt.po                |  143 +++---
 po/mr.po                |  143 +++---
 po/nb.po                |  188 ++++---
 po/ne.po                |  143 +++---
 po/nl.po                |  143 +++---
 po/nn.po                |  143 +++---
 po/pa.po                |  143 +++---
 po/pl.po                |  143 +++---
 po/pt.po                |  188 ++++---
 po/pt_BR.po             |  143 +++---
 po/ro.po                |  191 ++++---
 po/ru.po                |  188 ++++---
 po/sk.po                |  188 ++++---
 po/sv.po                |  188 ++++---
 po/th.po                |  188 ++++---
 po/tl.po                |  143 +++---
 po/vi.po                |  188 ++++---
 po/zh_CN.po             |  188 ++++---
 po/zh_TW.po             |  143 +++---
 scripts/po/ca.po        |  114 +++--
 scripts/po/de.po        |  106 ++--
 scripts/po/dpkg-dev.pot |  108 ++--
 scripts/po/es.po        |  106 ++--
 scripts/po/fr.po        |  132 ++---
 scripts/po/pl.po        |  106 ++--
 scripts/po/ru.po        |  106 ++--
 scripts/po/sv.po        |  106 ++--
 90 files changed, 6573 insertions(+), 5179 deletions(-)

commit e0b4d276a74c74bfdfc0965eaa58c0749ea252b9
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 07:09:14 2010 +0100

    Changelog police
    
    Sort entries. Some rewording.

 debian/changelog | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

commit 929a9c4808c79781469987585f78f07df7f1d484
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 08:59:09 2010 +0200

    Add new --force-unsafe-io to disable safe I/O operations on unpack
    
    This allows to not perform file system syncs before file renames
    to guarantee its atomicity, which is known to cause substantial
    performance degradation on some file systems, unfortunately the ones
    that require the safe I/O on the first place due to their unreliable
    behaviour causing zero-length files on abrupt system crashes (sudden
    reboot, bus locks, pulling the plug, etc).
    
    Using this option might improve performance at the cost of losing
    data, and should thus be used with care, but that's ultimately
    something for the user of the affected file systems to decide.
    
    Closes: #584254

 debian/changelog |  2 ++
 man/dpkg.1       | 19 ++++++++++++++++++-
 src/archives.c   |  6 ++++--
 src/main.c       |  3 +++
 src/main.h       |  1 +
 5 files changed, 28 insertions(+), 3 deletions(-)

commit 5ee4e4e0458088cde1625ddb5a3d736f31a335d3
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 09:11:02 2010 +0200

    build: Disable usage of synchronous sync(2) by default
    
    It causes undesired I/O on unrelated file systems. It also makes the
    code behave differently on Linux systems.
    
    Allow the possibility to enable it again for the benefit of downstreams,
    which might want to use it regardless of its problems. Although this
    code path will most probably be removed in the near future.
    
    Closes: #588339, #595927, #600075

 configure.ac     |  2 +-
 debian/changelog |  4 ++++
 m4/dpkg-funcs.m4 | 34 +++++++++++++++++++++++-----------
 src/archives.c   |  4 ++--
 4 files changed, 30 insertions(+), 14 deletions(-)

commit f99dc9af28a5f60dbc4cf7747b36509f0979b326
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 06:28:49 2010 +0100

    Fix typo in French dpkg --debug=help output

 po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 07dcccd8c498dc679ac36aa407cc595c568380c1
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 25 06:25:49 2010 +0100

    Fix status-fd man page translations
    
    Some of the words on those strings are literal output from dpkg, which
    will not be translated, so use english there. Avoid using French spacing
    too which will not happen on output either.

 man/po/es.po | 8 ++++----
 man/po/fr.po | 6 +++---
 man/po/sv.po | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

commit c2442afe4b79603e56dee4285301d2f8d85d164b
Author: Andrei Popescu <andreimpopescu@gmail.com>
Date:   Thu Nov 25 06:21:39 2010 +0100

    Update Romanian translation

 po/ro.po | 2187 ++++++++++++++------------------------------------------------
 1 file changed, 479 insertions(+), 1708 deletions(-)

commit 93bba14d3659578f19b5273dea2142d09a150a19
Author: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Date:   Wed Nov 24 21:05:30 2010 +0100

    New manual page deb-src-control(5) documenting debian/control

 debian/changelog      |   6 +
 man/Makefile.am       |   1 +
 man/deb-control.5     |  26 ++++
 man/deb-src-control.5 | 322 ++++++++++++++++++++++++++++++++++++++++++++++++++
 man/po/po4a.cfg       |   5 +
 5 files changed, 360 insertions(+)

commit dd7ef56c1d46e89092ac78a710c23fa693b52228
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Nov 24 20:59:09 2010 +0100

    dpkg-buildflags: fix incorrect name in comment

 scripts/dpkg-buildflags.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6b403243270240fd01116532112c287c8cfb688e
Author: Andrei Popescu <andreimpopescu@gmail.com>
Date:   Wed Nov 24 19:36:01 2010 +0100

    Romanian translation update. Closes: #604769

 debian/changelog |    1 +
 po/ro.po         | 1555 +++++++++++++++++++++++-------------------------------
 2 files changed, 666 insertions(+), 890 deletions(-)

commit 48875ddd6f6b295120e54b17b904a2fc9badcbf9
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Nov 22 21:39:42 2010 +0100

    Patch by Sven Joachim <svenjoac@gmx.de> (and some further fixes noted)

 scripts/po/de.po | 110 +++++++++++++++++++++++++++----------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

commit f0266cd69c61fdab75691818ef40c64e66adbe26
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 8 08:02:30 2010 +0100

    u-a: Add missing options to --help output
    
    Document --get-selections, --set-selections, --log and --force.
    Split the huge string into smaller pieces to ease translators work.

 debian/changelog            |  1 +
 utils/update-alternatives.c | 18 ++++++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

commit 1f75b16ea5c48bfb26ead6aa3248b717ab8aa5fc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 8 08:00:16 2010 +0100

    u-a: Unify similar strings

 utils/update-alternatives.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 438df89ef1888c77d9bfc74720392ed9ef580332
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 23:20:25 2010 +0100

    u-a: Use PROGNAME as format argument instead of concatenated to literals
    
    This reduced the amount of duplicated string literals in the output
    object reducing slightly the binary image.

 utils/update-alternatives.c | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

commit 898ad6a9d5900b6a46dc2b7c742edb00fc116c3c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 23:11:03 2010 +0100

    u-a: Add missing space in --set-selections output
    
    This was lost during the rewrite in C.

 debian/changelog            | 1 +
 utils/update-alternatives.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit f9c5414ea39c07cbd6a1b580a6a5df1381de39b4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 23:03:54 2010 +0100

    u-a: Reduce scope of current pointer in main()

 utils/update-alternatives.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 47a45689c3f395b4a1b86067fd795bbbcab29c6f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 09:16:44 2010 +0100

    u-a: Avoid unneeded string allocations
    
    Instead of using temporaries with xasprintf(), just modify the original
    string by merging the needed literal strings and pass the additional
    arguments.

 utils/update-alternatives.c | 31 ++++++++++---------------------
 1 file changed, 10 insertions(+), 21 deletions(-)

commit befa6d21586273f86e911b97aa1c80bde8380f3c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 09:11:52 2010 +0100

    u-a: Simplify an unify string in alternative_display_query()
    
    Unify the common string, and always call free() as it handles NULL just
    fine.

 utils/update-alternatives.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 97c8020b42b8be6b62e35b785e0411d963eaeae7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 09:07:42 2010 +0100

    u-a: Refactor duplicate code into new checked_rm_args()

 utils/update-alternatives.c | 45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

commit abcde2189e74065b2807b3984031ef33fe64742b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 09:05:36 2010 +0100

    u-a: Create new xvasprintf() and use it instead of ad-hoc code

 utils/update-alternatives.c | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit f7547316a11da5968a62094f789583428ce78ac3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Nov 7 08:58:11 2010 +0100

    u-a: Change alternative_save() to take care of atomic file write
    
    Instead of leaving the job of doing a proper atomic write, move the code
    inside alternative_save() so that other possible callers will benefit.

 utils/update-alternatives.c | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

commit 2819f4cc4639d59f7b6017f118e92dc5d9994299
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Nov 5 06:56:06 2010 +0100

    u-a: Refactor common code into new alternative_commit_operations_free

 utils/update-alternatives.c | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit 73dab65273c589b7eed823adab30870e77171bb8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 20:46:23 2010 +0100

    dpkg: Add new --status-logger option
    
    This option works in a similar way to --status-fd, the main difference
    is that we invoke the provided command and pass the status information
    to its standard input instead.
    
    Suggested-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog |  3 +++
 man/dpkg.1       |  8 +++++++-
 src/main.c       | 36 +++++++++++++++++++++++++++++++++++-
 3 files changed, 45 insertions(+), 2 deletions(-)

commit a7df7bc856fd3add35ba44f7bd23901913a539d4
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 19:13:59 2010 +0100

    dpkg: Use command_shell() instead of ad-hoc code to execute shells

 dpkg-deb/extract.c |  5 ++---
 src/configure.c    | 21 +++------------------
 2 files changed, 5 insertions(+), 21 deletions(-)

commit 7f9153a39ef306cb2181cd96c6e7a8f8513414b7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 19:10:23 2010 +0100

    libdpkg: Add new command_shell() to execute a shell instance
    
    The function can invoke an interactive shell or a command through the
    shell.

 lib/dpkg/command.c | 26 ++++++++++++++++++++++++++
 lib/dpkg/command.h |  2 ++
 2 files changed, 28 insertions(+)

commit 94e25a0380033654d2140ebf8149268b9bf446f8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 06:39:28 2010 +0100

    Refactor setpipe() into statusfd_add() to stop exposing status_pipes

 lib/dpkg/dpkg.h           |  8 +-------
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/log.c            | 20 +++++++++++++++++++-
 src/main.c                | 11 ++---------
 4 files changed, 23 insertions(+), 18 deletions(-)

commit 4e6da8c691773fbad5d6df4f0544361ea971dc14
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 06:25:00 2010 +0100

    man: Remove comment about newlines in status-fd error entries
    
    This got fixed in commit db9645cff36a3fff3c597764fb8d49fbc819bad7.

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

commit d2abfdb8bc6137c4a2f87c5c6db22e030d3334c7
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 03:38:06 2010 +0100

    dpkg-deb: Use m_realloc instead of m_malloc when the pointer is NULL
    
    This removes a duplicate case which m_realloc will handle just fine.

 dpkg-deb/build.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 65969bfbccaf387c69df284215b6aefea7496f41
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 10:46:28 2010 +0100

    Use new enum for dependency found status
    
    Instead of cryptic literal integers use named enums.

 src/packages.c | 70 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 40 insertions(+), 30 deletions(-)

commit e983b8522fc2be93c3b31e38ddd5ce94448739c1
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 10:45:08 2010 +0100

    Use new enum for dependency check result values
    
    Instead of cryptic literal integers use named enums.

 src/main.h     | 13 ++++++++++---
 src/packages.c | 47 +++++++++++++++++++++++++++--------------------
 2 files changed, 37 insertions(+), 23 deletions(-)

commit 0f1668f799780250503fca5df0a12531587c1eb8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 10:08:18 2010 +0100

    Use new enum for trigdef_update_start() return values
    
    Instead of cryptic literal integers use named enums.

 lib/dpkg/trigdeferred.h | 11 ++++++++++-
 lib/dpkg/trigdeferred.l | 12 ++++++------
 lib/dpkg/triglib.c      | 14 +++++++-------
 src/trigcmd.c           | 10 +++++-----
 4 files changed, 28 insertions(+), 19 deletions(-)

commit b070e0ec0d33b585809dd420e0433a4f67ca12c0
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 09:41:29 2010 +0100

    libdpkg: Rewrite get_prefix_name() to be more efficient
    
    Avoid temporary allocations from the heap and use sprintf to write the
    string with delimited parts.

 lib/dpkg/tarfn.c | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

commit 04eaf265a0b219ed8689607196405fdff9a4a432
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 08:24:54 2010 +0100

    libdpkg: Disallow versions starting with non-digits
    
    Fail on strict parsing, and warn otherwise.

 debian/changelog             |  2 ++
 lib/dpkg/parsehelp.c         |  5 ++++-
 lib/dpkg/test/t-version.c    |  4 ++--
 scripts/t/100_Dpkg_Version.t | 40 ++++++++++++++++++++--------------------
 4 files changed, 28 insertions(+), 23 deletions(-)

commit ac65897081f5f20fda853beed79c28559fe33aea
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 07:36:16 2010 +0100

    libdpkg: Fix version_strict_check() to not allow '-' in revision
    
    The revision cannot possibly have a '-' in it, so do not allow it. This
    is innocuous in the current code as the parser makes sure the versions
    are split on last '-', which implies the revision will never have one,
    but it could happen that a manually constructed versionrevision could
    contain one.

 lib/dpkg/parsehelp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be7a2c7829014eaec48185add2e445f2d8570055
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 07:33:08 2010 +0100

    libdpkg: Improve version strict check unit test
    
    The current test was using a single version with lots of invalid
    characters, but only the first invalid character would get checked
    against. Create a version per each invalid character to be tested
    instead.

 lib/dpkg/test/t-version.c | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

commit d3de9d66d6c4e735e7f9d2821549b9fc8e235d7d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 08:06:52 2010 +0100

    libdpkg: Slightly optimize order() checks
    
    Reorganize code to first do checks on most commonly expected character.
    First digits, then alphabetical, then the tilde, followed by any non NUL
    character and finally the NUL character.

 lib/dpkg/vercmp.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 60c89bac73d5a9aea0da4c38cc5e963b0d760000
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 08:02:05 2010 +0100

    libdpkg: Switch order macro into a function

 lib/dpkg/vercmp.c | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

commit 326d7b43ffd8b6c8e1bf4dcd5c5495ee5129631f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 21:41:46 2010 +0100

    libdpkg: Refactor tar_gnu_long() out from tar_extractor()

 lib/dpkg/tarfn.c | 102 +++++++++++++++++++++++++++----------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

commit ebe392c61526b520bb7033fa49af8bd2faa39001
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 21:01:05 2010 +0100

    libdpkg: Switch tar_header_decode() to take a struct tar_header
    
    Instead of passing it a 'char *' argument to be casted later on to a
    tar_header, just pass the latter directly.

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

commit 835741f632e884ccd973d87e128c9846dd3e1d4c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:50:58 2010 +0100

    libdpkg: Move checksum_offset into tar_header_checksum()

 lib/dpkg/tarfn.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit d30a087c4f7686ad237b15b413848a6a8fe87ed6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:44:41 2010 +0100

    libdpkg: Refactor tar_header_checksum() out from tar_header_decode()

 lib/dpkg/tarfn.c | 42 ++++++++++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 16 deletions(-)

commit 2d0ebab0474fc83f07ed4f648fdb85443b1bfd2b
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:31:25 2010 +0100

    libdpkg: Rename DecodeTarHeader to tar_header_decode

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

commit 58a9ff2596fa722f230eee97bfa65c5d6218f479
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:30:53 2010 +0100

    libdpkg: Rename TarChecksumOffset to checksum_offset

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

commit cd9b20b161549ea810750cccc28c92ea655d42fa
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:30:25 2010 +0100

    libdpkg: Rename TarInfo to tar_header

 lib/dpkg/tarfn.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 3b717d8231e3251fe7b2ac09db44481a40092c58
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:28:34 2010 +0100

    libdpkg: Rename and lower-case TarHeader members

 lib/dpkg/tarfn.c | 84 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 41 insertions(+), 43 deletions(-)

commit a30303a4ea49c548673544d09f667802be7c9b26
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 20:19:37 2010 +0100

    libdpkg: Rename nameLength to name_len in tar_extractor()

 lib/dpkg/tarfn.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 7a0a0619fd3c926aecec59987597a40f7b2dcd3c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 08:31:48 2010 +0100

    libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdot

 dpkg-deb/build.c          | 2 +-
 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/path.c           | 2 +-
 lib/dpkg/path.h           | 2 +-
 lib/dpkg/test/t-path.c    | 6 +++---
 src/querycmd.c            | 2 +-
 src/statcmd.c             | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

commit c6ea15b9850f26ea3b5a13667396c89e00aa9890
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 08:18:28 2010 +0100

    Cleanup white spaces
    
    Remove trailing spaces. Remove blank lines not separating different code
    blocks. Remove blank lines at the end of the file.

 ChangeLog.old                       |  1 -
 README.translators                  |  1 -
 TODO                                |  1 -
 debian/usertags                     |  1 -
 doc/README.feature-removal-schedule |  1 -
 doc/triggers.txt                    |  2 --
 dpkg-deb/Makefile.am                |  1 -
 dpkg-deb/build.c                    | 15 ++++++------
 dpkg-deb/extract.c                  | 19 ++++++---------
 dpkg-deb/info.c                     |  6 ++---
 dpkg-split/info.c                   | 14 +++++------
 dpkg-split/join.c                   |  9 ++++---
 dpkg-split/main.c                   |  2 +-
 dpkg-split/queue.c                  |  2 +-
 dselect/basecmds.cc                 | 14 +++++------
 dselect/baselist.cc                 | 26 ++++++++++----------
 dselect/bindings.cc                 |  8 +++----
 dselect/bindings.h                  | 12 +++++-----
 dselect/dselect-curses.h            |  1 -
 dselect/dselect.h                   |  4 ++--
 dselect/main.cc                     |  5 ++--
 dselect/methkeys.cc                 | 12 +++++-----
 dselect/methlist.cc                 | 10 ++++----
 dselect/method.cc                   |  6 ++---
 dselect/method.h                    |  6 ++---
 dselect/methods/disk/setup          |  2 --
 dselect/methods/disk/update         |  1 -
 dselect/methods/ftp/names           |  1 -
 dselect/methparse.cc                | 12 +++++-----
 dselect/pkgcmds.cc                  |  4 ++--
 dselect/pkgdepcon.cc                | 34 +++++++++++++-------------
 dselect/pkgdisplay.cc               | 14 +++++------
 dselect/pkginfo.cc                  |  4 ++--
 dselect/pkgkeys.cc                  | 16 ++++++-------
 dselect/pkglist.cc                  | 44 ++++++++++++++++------------------
 dselect/pkglist.h                   | 12 +++++-----
 dselect/pkgsublist.cc               | 13 +++++-----
 dselect/pkgtop.cc                   | 22 ++++++-----------
 dselect/po/ChangeLog.old            |  1 -
 dselect/po/POTFILES.in              |  1 -
 get-version                         |  1 -
 lib/compat/Makefile.am              |  1 -
 lib/compat/alphasort.c              |  1 -
 lib/compat/compat.h                 |  1 -
 lib/compat/scandir.c                |  1 -
 lib/compat/snprintf.c               |  1 -
 lib/compat/strerror.c               |  1 -
 lib/compat/strsignal.c              |  1 -
 lib/compat/unsetenv.c               |  1 -
 lib/compat/vsnprintf.c              |  1 -
 lib/dpkg/buffer.c                   |  1 -
 lib/dpkg/cleanup.c                  |  1 -
 lib/dpkg/command.c                  |  1 -
 lib/dpkg/command.h                  |  1 -
 lib/dpkg/database.c                 |  2 +-
 lib/dpkg/dbmodify.c                 | 13 ++++------
 lib/dpkg/dpkg-db.h                  |  3 ++-
 lib/dpkg/dump.c                     | 10 ++++----
 lib/dpkg/ehandle.c                  | 12 ++++------
 lib/dpkg/fields.c                   | 11 ++++-----
 lib/dpkg/file.c                     |  1 -
 lib/dpkg/file.h                     |  1 -
 lib/dpkg/log.c                      |  1 -
 lib/dpkg/macros.h                   |  1 -
 lib/dpkg/mlib.c                     |  7 +++---
 lib/dpkg/nfmalloc.c                 |  2 +-
 lib/dpkg/parse.c                    |  7 ++++--
 lib/dpkg/parsehelp.c                |  7 +++---
 lib/dpkg/path.c                     |  1 -
 lib/dpkg/path.h                     |  1 -
 lib/dpkg/pkg-array.c                |  1 -
 lib/dpkg/pkg-format.c               |  1 -
 lib/dpkg/pkg-list.c                 |  1 -
 lib/dpkg/pkg-queue.c                |  1 -
 lib/dpkg/pkg-show.c                 |  1 -
 lib/dpkg/pkg.c                      |  1 -
 lib/dpkg/progress.c                 |  1 -
 lib/dpkg/progress.h                 |  1 -
 lib/dpkg/string.c                   |  1 -
 lib/dpkg/string.h                   |  1 -
 lib/dpkg/subproc.c                  |  1 -
 lib/dpkg/subproc.h                  |  1 -
 lib/dpkg/tarfn.c                    |  1 -
 lib/dpkg/test.h                     |  1 -
 lib/dpkg/test/Makefile.am           |  1 -
 lib/dpkg/test/t-buffer.c            |  1 -
 lib/dpkg/test/t-command.c           |  1 -
 lib/dpkg/test/t-macros.c            |  1 -
 lib/dpkg/test/t-path.c              |  1 -
 lib/dpkg/test/t-pkg-list.c          |  1 -
 lib/dpkg/test/t-pkg-queue.c         |  1 -
 lib/dpkg/test/t-pkginfo.c           |  1 -
 lib/dpkg/test/t-string.c            |  1 -
 lib/dpkg/test/t-test.c              |  1 -
 lib/dpkg/test/t-varbuf.c            |  1 -
 lib/dpkg/test/t-version.c           |  1 -
 lib/dpkg/trigdeferred.l             |  1 -
 lib/dpkg/triglib.c                  |  1 +
 lib/dpkg/utils.c                    |  1 -
 m4/dpkg-compiler.m4                 |  1 -
 m4/dpkg-progs.m4                    |  1 -
 man/po/ChangeLog.old                |  1 -
 po/ChangeLog.old                    |  1 -
 scripts/dpkg-distaddfile.pl         |  1 -
 scripts/dpkg-genchanges.pl          |  1 -
 scripts/dpkg-gencontrol.pl          |  1 -
 scripts/dpkg-mergechangelogs.pl     |  1 -
 scripts/dpkg-name.pl                |  1 -
 scripts/dpkg-parsechangelog.pl      |  1 -
 scripts/dpkg-scanpackages.pl        |  1 -
 scripts/dpkg-shlibdeps.pl           |  1 -
 scripts/dpkg-source.pl              |  1 -
 scripts/po/ChangeLog.old            |  1 -
 scripts/t/400_Dpkg_Deps.t           |  1 -
 scripts/t/500_Dpkg_Path.t           |  1 -
 scripts/t/700_Dpkg_Control.t        |  1 -
 scripts/t/850_Dpkg_Compression.t    |  2 --
 scripts/t/910_merge_changelogs.t    |  1 -
 src/archives.c                      | 42 +++++++++++++++-----------------
 src/cleanup.c                       |  8 +++----
 src/depcon.c                        | 35 +++++++++++++--------------
 src/divertdb.c                      |  1 -
 src/enquiry.c                       |  8 +++----
 src/errors.c                        |  4 ++--
 src/filesdb.c                       | 14 +++++------
 src/filesdb.h                       |  2 +-
 src/help.c                          | 18 +++++++-------
 src/main.c                          |  5 ++--
 src/main.h                          |  2 +-
 src/packages.c                      | 10 ++++----
 src/processarc.c                    | 48 +++++++++++++++++++------------------
 src/querycmd.c                      | 15 ++++--------
 src/remove.c                        | 38 ++++++++++++++---------------
 src/select.c                        |  2 +-
 src/statcmd.c                       |  1 -
 src/statdb.c                        |  1 -
 src/trigcmd.c                       |  1 -
 src/trigproc.c                      |  1 -
 src/update.c                        |  4 ++--
 utils/start-stop-daemon.c           |  1 -
 utils/t/100_update_alternatives.t   |  1 -
 141 files changed, 321 insertions(+), 444 deletions(-)

commit 7ee4f4f2ef5ca3d9fa1426ac93f78ead2280bc36
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 07:02:21 2010 +0100

    Add doxygen comments to several functions

 lib/dpkg/dir.c       | 21 +++++++++++++++++++++
 lib/dpkg/file.c      |  3 +++
 lib/dpkg/parse.c     |  3 +++
 lib/dpkg/path.c      | 16 ++++++++++++++++
 lib/dpkg/pkg-list.c  | 19 +++++++++++++++++++
 lib/dpkg/pkg-queue.c | 37 +++++++++++++++++++++++++++++++++++++
 lib/dpkg/pkg-queue.h |  3 +++
 lib/dpkg/string.c    |  9 +++++++++
 8 files changed, 111 insertions(+)

commit ec5d6813398a42b6cf6b3da7604e59bbb3343aa9
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Nov 1 06:13:38 2010 +0100

    Cleanup and improve source code comments
    
    Global review, which includes the following changes to try to increase
    consistency, update and improve the source code comments:
    
     - Spelling fixes.
     - Use American English forms.
     - Uppercase NULL, NUL and ASCII.
     - Use “Note: ” instead of the slightly cryptic “NB: ” form.
     - Write comments as proper sentences, including capitalizations and
       ending dots.
     - Move comments before the code, function or variable they refer to.
     - Move general function comments outside the body.
     - Convert function and variable description comments to doxygen.
     - Use one space before dot, exclamation and question marks.
     - Use ‘’ or “” instead of `' style quoting.
     - Remove author names from comments, already visible from “git blame”.
     - Mark strings for translators with “TRANSLATORS: ”.
     - Remove useless or outdated comments.
     - Fix comment indentation.
     - Standardize comment format:
    
       /* Short text comment. */
    
       /* Long text,
        * comment. */
    
       /*
        * Section text.
        */

 dpkg-deb/build.c              |  74 ++++++++-------
 dpkg-deb/extract.c            |   8 +-
 dpkg-split/dpkg-split.h       |  11 ++-
 dpkg-split/info.c             |  10 +-
 dpkg-split/queue.c            |  27 +++---
 dselect/pkgdisplay.cc         |   9 +-
 lib/dpkg/database.c           |  28 +++---
 lib/dpkg/dbmodify.c           |  20 ++--
 lib/dpkg/dpkg-db.h            |  56 +++++++-----
 lib/dpkg/dpkg.h               |   3 +-
 lib/dpkg/dump.c               |   4 +-
 lib/dpkg/ehandle.c            |  32 ++++---
 lib/dpkg/ehandle.h            |   3 +-
 lib/dpkg/fields.c             |  33 ++++---
 lib/dpkg/file.c               |  17 +++-
 lib/dpkg/file.h               |   3 -
 lib/dpkg/mlib.c               |   2 +-
 lib/dpkg/myopt.h              |   9 +-
 lib/dpkg/nfmalloc.c           |   2 +-
 lib/dpkg/parse.c              | 111 +++++++++++------------
 lib/dpkg/parsedump.h          |   3 +-
 lib/dpkg/parsehelp.c          |  16 ++--
 lib/dpkg/path.c               |  30 +++---
 lib/dpkg/string.c             |   8 +-
 lib/dpkg/tarfn.c              |  12 ++-
 lib/dpkg/trigdeferred.h       |   8 --
 lib/dpkg/trigdeferred.l       |  11 +++
 lib/dpkg/triglib.c            |  87 +++++++++++-------
 lib/dpkg/utils.c              |   5 +-
 lib/dpkg/varbuf.h             |   2 +-
 lib/dpkg/vercmp.c             |   4 +-
 m4/dpkg-compiler.m4           |  12 +--
 scripts/Dpkg/Shlibs/Symbol.pm |   2 +-
 src/archives.c                | 196 ++++++++++++++++++++++------------------
 src/cleanup.c                 |  51 ++++++-----
 src/configure.c               |   8 +-
 src/depcon.c                  | 129 +++++++++++++-------------
 src/enquiry.c                 |  79 +++++++++-------
 src/filesdb.c                 |  69 +++++++-------
 src/filesdb.h                 | 110 ++++++++++++----------
 src/help.c                    |  33 ++++---
 src/main.c                    |  39 ++++----
 src/main.h                    |  24 +++--
 src/packages.c                |  52 ++++++-----
 src/processarc.c              | 206 +++++++++++++++++++++---------------------
 src/querycmd.c                |  49 ++++++----
 src/remove.c                  |  48 +++++-----
 src/trigproc.c                |  58 +++++++-----
 src/update.c                  |   2 +-
 utils/start-stop-daemon.c     |  21 +++--
 utils/update-alternatives.c   |   6 +-
 51 files changed, 1015 insertions(+), 827 deletions(-)

commit 9209010455812b6e51cd907aab3d50779ea8e35b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 21:30:49 2010 +0100

    s-s-d: Refactor sched_timeout code out into new do_stop_timeout()

 utils/start-stop-daemon.c | 132 +++++++++++++++++++++++++---------------------
 1 file changed, 71 insertions(+), 61 deletions(-)

commit 141b8a46fae0a80313ca1968f55f45124ce70428
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 07:55:47 2010 +0100

    libdpkg: Make str_escape_fmt buffer overflow safe
    
    Make sure we do not write more to the destination buffer than it can
    hold.

 lib/dpkg/parsehelp.c     |  4 ++--
 lib/dpkg/string.c        | 12 ++++++++++--
 lib/dpkg/string.h        |  2 +-
 lib/dpkg/test/t-string.c | 19 +++++++++++++++----
 4 files changed, 28 insertions(+), 9 deletions(-)

commit 295a6102cacb6be15bf2441549d2dcb505990138
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 06:28:58 2010 +0100

    libdpkg: Refactor string termination in path_quote_filename
    
    Move all destination string termination to the end of the function.
    Always check the size limit before writting to the desintation and bail
    out if there's no enough space.

 lib/dpkg/path.c | 47 +++++++++++++++++++++--------------------------
 1 file changed, 21 insertions(+), 26 deletions(-)

commit 537a50764317c9a2ed37afe7a4acc3f1114f8c55
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 06:01:02 2010 +0100

    libdpkg: Change switch into if/else in path_quote_filename
    
    This reduces the code depth, and will allow further code simplification.

 lib/dpkg/path.c | 34 +++++++++++++++-------------------
 1 file changed, 15 insertions(+), 19 deletions(-)

commit 180e2e0e477145df4ccf8a71220773c0b093091e
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 04:09:59 2010 +0100

    libdpkg: Add new warningv() function and make warning() use it

 lib/dpkg/ehandle.c        | 14 ++++++++++----
 lib/dpkg/ehandle.h        |  1 +
 lib/dpkg/libdpkg.Versions |  1 +
 3 files changed, 12 insertions(+), 4 deletions(-)

commit 7d4d1007c4f7ca8d40a5374f1305426b8c1e2e54
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 04:05:19 2010 +0100

    libdpkg: Add PURE, MALLOC, NONNULL and REQRET compiler attributes

 lib/dpkg/macros.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 631338a5e54d5ecd861f26440deef37a891d1f30
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 03:40:04 2010 +0100

    dselect: Remove shadowing variable definitions from pkgtop
    
    The variables i and p are always initialized before each different loop
    use, and they are actually used for the same purpose, just in different
    places in the code.

 dselect/pkgtop.cc | 2 --
 1 file changed, 2 deletions(-)

commit 2d8721c8417aaa8dd8fe1f393eee69e92e5b2294
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Nov 3 01:57:42 2010 +0100

    build: Use AC_REQUIRE for AC_CANONICAL_HOST in DPKG_FUNC_ASYNC_SYNC

 m4/dpkg-funcs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 79b0a98dff5e8aaf3ee94d301613278cf1bd5593
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 05:55:51 2010 +0100

    build: Change the strictness from gnu to foreign
    
    This is not a GNU project and thus we don't abide by the GNU
    conventions.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bbf1c10064958da1ebb5a8d2da0bc170dd1c994a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 05:53:30 2010 +0100

    build: Refactor --with/out options into DPKG_WITH_PROG and DPKG_WITH_DIR

 configure.ac     | 74 +++++++++-----------------------------------------------
 m4/dpkg-build.m4 | 33 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 63 deletions(-)

commit fcd428d0b05f84ee1dbc4910a011d75bf6d02171
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 03:27:29 2010 +0100

    build: Unify and fix AC_ARG_ENABLE usage
    
    The current code was executing code in the action arguments, instead
    of just setting boolean flags and processing them afterwards. This
    poses several problems, it implies jugling code around in case the the
    default changes, it might also duplicate code, and it might leave the
    ACTION-IF-NOT-GIVEN argument empty which could turn into an empty
    “then fi” shell block which is a syntax error on POSIX shell. Leaving
    the ACTION-IF-GIVEN argument empty is fine as it's always used by
    autoconf to set $enableval to the specific enable variable, and setting
    that variable from $enableval is redundant and might be wrong depending
    on the order they are set, which could empty it.
    
    Reported-by: Michael Schmidt <michael.schmidt.dangel@gmail.com>

 m4/dpkg-compiler.m4 | 11 +++++++----
 m4/dpkg-funcs.m4    | 13 +++++++------
 m4/dpkg-linker.m4   | 13 ++++++++-----
 3 files changed, 22 insertions(+), 15 deletions(-)

commit d20d82f99479fd50eda013bcb790ca06acb9a25b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 31 03:24:03 2010 +0100

    build: Add missing m4 quotes around AM_CONDITIONAL argument

 m4/dpkg-coverage.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 495dfd0389fc48fe8723d424952340530577b8f3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 30 09:00:24 2010 +0200

    build: Add missing m4 quotes to sed regex
    
    This was making the regex non-functional, as the square brackets
    were being removed when generating the output file, thus making the
    --disable-compiler-optimisations and --disable-linker-optimisations
    non-functional.

 m4/dpkg-compiler.m4 | 2 +-
 m4/dpkg-linker.m4   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e338748e9ff28ab7921a110fd71ec71882bbc3dd
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Oct 23 10:00:46 2010 +0200

    build: Break if ncurses is requested but unavailable
    
    If building dselect is requested (the default), ncurses is requested
    through DPKG_LIB_CURSES, but if it isn't found, only AC_MSG_WARN is
    used, leading to a successful configure and a failure to build
    dselect/*. Use AC_MSG_ERROR instead to make configure bail out.
    
    Reported-by: Michael Schmidt <michael.schmidt.dangel@gmail.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 m4/dpkg-libs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4f81ba2457638473b2fcabaa5b314ba077df195a
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 26 19:05:49 2010 +0200

    man: Use FHS mount point for /media/cdrom

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

commit ba908783e306ba38457a84fd6d975ca69e351e56
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 04:35:07 2010 +0200

    libdpkg: Always print parse warnings on stderr
    
    Remove now unused warnto from parsedb_stat struct.

 dpkg-deb/build.c     | 2 +-
 dpkg-deb/info.c      | 2 +-
 lib/dpkg/dbmodify.c  | 7 +++----
 lib/dpkg/dpkg-db.h   | 2 +-
 lib/dpkg/parse.c     | 9 +++------
 lib/dpkg/parsedump.h | 1 -
 lib/dpkg/parsehelp.c | 8 +++-----
 src/processarc.c     | 2 +-
 src/update.c         | 4 ++--
 9 files changed, 15 insertions(+), 22 deletions(-)

commit 4afc4d0239d7f4e60bc68a79a07aef576c8a3ebe
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:55:58 2010 +0200

    libdpkg: Reorded convert_string arguments

 lib/dpkg/fields.c | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

commit 28007d02c3f60d762cdb943e8886267333f1c2a1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:49:47 2010 +0200

    Use new namevalue_find_by_name function instead of ad-hoc code

 lib/dpkg/fields.c | 12 ++++--------
 src/select.c      |  6 ++++--
 2 files changed, 8 insertions(+), 10 deletions(-)

commit e66836854ef51b5b5ce0b95a61adbf13f8dcd660
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:49:22 2010 +0200

    libdpkg: Add new namevalue_find_by_name function

 lib/dpkg/Makefile.am                  |  1 +
 lib/dpkg/libdpkg.Versions             |  3 +++
 lib/dpkg/{namevalue.h => namevalue.c} | 32 +++++++++++++++-----------------
 lib/dpkg/namevalue.h                  |  5 ++++-
 4 files changed, 23 insertions(+), 18 deletions(-)

commit 8c234c5698645a759f6153fd1be4d7b90059bb88
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:28:55 2010 +0200

    libdpkg: Move namevalue declarations to its own header file

 lib/dpkg/Makefile.am |  1 +
 lib/dpkg/dpkg-db.h   |  5 +----
 lib/dpkg/namevalue.h | 40 ++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/parsehelp.c |  3 ---
 4 files changed, 42 insertions(+), 7 deletions(-)

commit b89373e169cf0d90c3143eeac0bded1a5d9e9c5c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:17:38 2010 +0200

    libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blank

 lib/dpkg/database.c         | 14 +++++++++-----
 lib/dpkg/dpkg-db.h          |  4 ++--
 lib/dpkg/libdpkg.Versions   |  4 ++--
 lib/dpkg/parse.c            |  2 +-
 lib/dpkg/test/t-pkg-queue.c |  2 +-
 lib/dpkg/test/t-pkginfo.c   |  4 ++--
 src/cleanup.c               |  2 +-
 src/processarc.c            |  2 +-
 src/remove.c                |  2 +-
 9 files changed, 20 insertions(+), 16 deletions(-)

commit a3dd7c610183c6f5515d69178b8a848ea1d82b87
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:16:00 2010 +0200

    libdpkg: Rename informative to pkg_is_informative

 dselect/pkgdepcon.cc      | 12 +++++++-----
 lib/dpkg/database.c       |  2 +-
 lib/dpkg/dpkg-db.h        |  2 +-
 lib/dpkg/dump.c           |  3 ++-
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/test/t-pkginfo.c |  6 +++---
 src/querycmd.c            |  4 ++--
 7 files changed, 17 insertions(+), 14 deletions(-)

commit f74dfc666ea193a85de5e5f26b079506b289843f
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 03:13:58 2010 +0200

    libdpkg: Rename illegal_packagename to pkg_name_is_illegal

 lib/dpkg/dpkg-db.h        | 2 +-
 lib/dpkg/fields.c         | 8 +++++---
 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/parsehelp.c      | 4 +++-
 lib/dpkg/triglib.c        | 9 ++++++---
 src/main.c                | 2 +-
 src/select.c              | 2 +-
 src/trigcmd.c             | 2 +-
 8 files changed, 19 insertions(+), 12 deletions(-)

commit a6066a13aa23b28036b692b570f280a70efcf971
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 02:55:55 2010 +0200

    libdpkg: Rename illegal_triggername to trig_name_is_illegal

 lib/dpkg/fields.c         | 2 +-
 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/triglib.c        | 4 ++--
 lib/dpkg/triglib.h        | 2 +-
 src/trigcmd.c             | 3 ++-
 5 files changed, 7 insertions(+), 6 deletions(-)

commit cc49169cdc596e33f036e9d9300e915a74e8baf0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 24 02:53:27 2010 +0200

    dpkg-trigger: Remove duplicate command name from error messages

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

commit 9db4a822bb62b739e71c0a59c5ba46a27d121e32
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 23 05:37:33 2010 +0200

    libdpkg: Namespace package database functions with pkg_db_ prefix

 TODO                      |  1 -
 dselect/main.cc           |  2 +-
 dselect/pkglist.cc        |  9 +++++----
 lib/dpkg/database.c       | 24 ++++++++++++++++++------
 lib/dpkg/dpkg-db.h        | 13 +++++++------
 lib/dpkg/dump.c           |  6 +++---
 lib/dpkg/fields.c         | 10 ++++------
 lib/dpkg/libdpkg.Versions | 12 ++++++------
 lib/dpkg/parse.c          |  4 ++--
 lib/dpkg/pkg-array.c      |  8 ++++----
 lib/dpkg/triglib.c        |  8 ++++----
 src/depcon.c              |  6 +++---
 src/divertcmd.c           |  4 ++--
 src/divertdb.c            |  2 +-
 src/enquiry.c             | 32 ++++++++++++++++----------------
 src/filesdb.c             |  2 +-
 src/help.c                |  6 +++---
 src/main.c                |  2 +-
 src/packages.c            |  8 ++++----
 src/processarc.c          |  6 +++---
 src/querycmd.c            |  4 ++--
 src/select.c              |  8 ++++----
 src/trigproc.c            | 14 +++++++-------
 23 files changed, 101 insertions(+), 90 deletions(-)

commit 6ad315a1eeb8f3a597dee9a5d602013dd2d2b9d2
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 23 05:19:43 2010 +0200

    libdpkg: Use push_error_context_jump() instead of push_error_handler()
    
    Remove obsolete and now unused push_error_handler compatibility macro.

 lib/dpkg/ehandle.h | 2 --
 src/archives.c     | 3 ++-
 src/packages.c     | 3 ++-
 src/trigproc.c     | 3 ++-
 4 files changed, 6 insertions(+), 5 deletions(-)

commit 2a92bb81186b6098ec2a6b77242690d11402faad
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 23 05:16:46 2010 +0200

    libdpkg: Rename error_unwind() to pop_error_context()

 lib/dpkg/dpkg.h           |  2 +-
 lib/dpkg/ehandle.c        | 13 +++++++++----
 lib/dpkg/ehandle.h        |  2 +-
 lib/dpkg/libdpkg.Versions |  2 +-
 lib/dpkg/test.h           |  3 +--
 src/archives.c            |  4 ++--
 src/main.c                |  2 +-
 src/packages.c            |  5 +++--
 src/trigproc.c            |  4 ++--
 9 files changed, 21 insertions(+), 16 deletions(-)

commit 051423d23c9d5580aaecf0a7c41c854566d40d76
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 17 05:57:45 2010 +0200

    dselect: Use a function instead of a jump error handler

 dselect/main.cc | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit b94d25d09f8bf55a68e17379581fb2ba71ae26aa
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 17 05:50:02 2010 +0200

    Use push_error_context() instead of ad-hoc code

 TODO              |  1 -
 dpkg-deb/main.c   |  3 +--
 dpkg-split/main.c |  3 +--
 lib/dpkg/dpkg.h   |  7 ++-----
 lib/dpkg/test.h   |  8 +-------
 src/divertcmd.c   |  3 +--
 src/main.c        | 11 +++--------
 src/querycmd.c    |  3 +--
 src/statcmd.c     |  3 +--
 src/trigcmd.c     |  3 +--
 10 files changed, 12 insertions(+), 33 deletions(-)

commit 841f42173e5d0a97bbc9f184d781d2b2e6f9f974
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 17 05:47:34 2010 +0200

    libdpkg: Add new push_error_context() function
    
    This new function pushes a default error context.

 lib/dpkg/ehandle.c        | 6 ++++++
 lib/dpkg/ehandle.h        | 1 +
 lib/dpkg/libdpkg.Versions | 1 +
 3 files changed, 8 insertions(+)

commit de42418d9c0a255cec4440b5f99e764654440159
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 20:59:07 2010 +0200

    libdpkg: Remove set_error_display()
    
    If the code needs to set a different error printer then it should push
    a new error context instead.

 lib/dpkg/ehandle.c        | 10 ----------
 lib/dpkg/ehandle.h        |  1 -
 lib/dpkg/libdpkg.Versions |  1 -
 3 files changed, 12 deletions(-)

commit 29f4ab41c95abf9639b81918d9b7aa1ca8edbe81
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 19:16:50 2010 +0200

    libdpkg: Create a new error context in subproc_fork
    
    Instead of changing the current error display handler and pushing a
    cleanup handler that exits immediately to avoid calling previously
    set cleanup handlers, just push a new error context which will work
    as a cleanup barrier. This also is a more natural way of using the
    current interface.

 lib/dpkg/subproc.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

commit 2272d4116924caad96816871040a8c1ae16f87e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 19:10:42 2010 +0200

    Move error context display handler reset to error_unwind()
    
    Never print an error message when doing normal cleanup, as this is
    something we always want to do.

 lib/dpkg/dpkg.h    | 1 -
 lib/dpkg/ehandle.c | 4 ++++
 lib/dpkg/test.h    | 1 -
 src/archives.c     | 2 +-
 src/main.c         | 2 +-
 src/packages.c     | 2 +-
 src/trigproc.c     | 1 -
 7 files changed, 7 insertions(+), 6 deletions(-)

commit bf1455085899a5203373eff34741cd7ea3d64774
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 19:04:13 2010 +0200

    libdpkg: Add error context function handler support
    
    This allows the code to use a function instead of a jump buffer to
    handle the errors, which happen to be possible for the general case,
    when it does not need to continue processing in an upper stack frame.
    Thus reducing the preceived complexity of simple code, and avoids
    exposing setjmp machinery to the casual user.

 lib/dpkg/ehandle.c        | 53 +++++++++++++++++++++++++++++++++++++++++------
 lib/dpkg/ehandle.h        |  9 ++++++--
 lib/dpkg/libdpkg.Versions |  3 ++-
 3 files changed, 56 insertions(+), 9 deletions(-)

commit e07774f1b528754ec5161af245d801158f0d4dd2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 16 22:14:18 2010 +0100

    dpkg-query: Fix --search not found string to be more meaningful

 src/querycmd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit fd84ba8969bf305d97c225b44858965e53a0cb66
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 07:35:27 2010 +0200

    Use thisname variable instead of hard-coded 'dpkg' string
    
    This corrects the current program name printed by other tools.

 lib/dpkg/ehandle.c | 3 ++-
 src/errors.c       | 8 +++++---
 src/querycmd.c     | 2 +-
 src/trigproc.c     | 2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

commit dc98261980767f258046f8a4c2e020fcdc92c8b6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Oct 12 21:16:33 2010 +0200

    dpkg-divert: Use DPKG_MAINTSCRIPT_PACKAGE environment variable
    
    Use it as package name on when no --package or --local options have
    been specified.

 debian/changelog  | 2 ++
 man/dpkg-divert.8 | 8 +++++++-
 src/divertcmd.c   | 5 +++++
 3 files changed, 14 insertions(+), 1 deletion(-)

commit efefc09d914ecedfdad02fd07d4eb5f1c2268542
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 11 20:32:50 2010 +0200

    Use setaction() instead of directly assigning to cipaction

 src/divertcmd.c | 2 +-
 src/main.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 521f32450d91fabaa81725b1ad89f9fafb8c82e3
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 06:03:12 2010 +0200

    libdpkg: Use ohshite in error_context_new instead of ad-hoc code

 lib/dpkg/ehandle.c | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

commit 43789e59f08dae79b07feb004c0fa1b5d357b47d
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 05:55:33 2010 +0200

    libdpkg: Make run_error_handler cope with NULL econtext gracefully
    
    This could happen if the context has not been initialized, or if it has
    been unwinded more than necessary.

 lib/dpkg/ehandle.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit b571373cd2e62782c3bb2b8e0bef585c4215b967
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 20:47:20 2010 +0200

    libdpkg: Refactor error display setter into a static function
    
    Create a new function that takes an error context argument and sets
    the error printer function. This allows using the new setter for
    other error_context than econtext.

 lib/dpkg/ehandle.c | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

commit 5dd05803b51dc2a0aae9b8ad52cd58fff5e52c88
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 11 20:27:53 2010 +0200

    libdpkg: Refactor error_context creation into a new function

 lib/dpkg/ehandle.c | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

commit adf5d4a1a23fc631525c7a31bec11773d57c95ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 06:54:52 2010 +0200

    libdpkg: Rename struct errorcontext to error_context

 lib/dpkg/ehandle.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

commit 160be818013039931cc06443c523fc57a7779937
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Oct 16 06:52:02 2010 +0200

    libdpkg: Rename struct cleanupentry to cleanup_entry

 lib/dpkg/ehandle.c | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit 7ae5af538e0d7b72f1b181922a1401bc16dc44be
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Oct 11 19:28:34 2010 +0200

    libdpkg: Rename jmp_buf variables to jump

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

commit 8164af77ee71e29fdd5d90157e2d0c3e52841595
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 21:12:08 2010 +0100

    libdpkg: Rename print_error_forked() to print_subproc_error()

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

commit e1b2a73e7723126e0cf2109c9e44a793e39ac243
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 20:40:13 2010 +0100

    libdpkg: Rename print_error_cleanup() to print_cleanup_error()

 lib/dpkg/ehandle.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit ec53fd98f3d10274e2da5722c63fd7f6588b3eaf
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 20:39:08 2010 +0100

    libdpkg: Rename print_error_fatal() to print_fatal_error()

 dselect/main.cc           | 2 +-
 lib/dpkg/dpkg.h           | 2 +-
 lib/dpkg/ehandle.c        | 4 +++-
 lib/dpkg/ehandle.h        | 2 +-
 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/test.h           | 2 +-
 src/main.c                | 2 +-
 7 files changed, 9 insertions(+), 7 deletions(-)

commit c1f899c832f5c676a8f3b36366605da1599760f6
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Oct 10 12:04:20 2010 +0200

    libdpkg: Refactor default error handler into new catch_fatal_error()

 dselect/main.cc           |  2 +-
 lib/dpkg/dpkg.h           |  2 +-
 lib/dpkg/ehandle.c        | 13 +++++++++++++
 lib/dpkg/ehandle.h        |  1 +
 lib/dpkg/libdpkg.Versions |  1 +
 lib/dpkg/test.h           |  3 +--
 src/main.c                |  2 +-
 7 files changed, 19 insertions(+), 5 deletions(-)

commit 90ef059f7155bfc7fb45505c21030e2cc9791ce3
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Oct 8 11:48:36 2010 +0200

    Add a comment for translators to 'dpkg-query -l' header string
    
    Reported-by: Ask Hjorth Larsen <asklarsen@gmail.com>

 src/querycmd.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9d6a9e43756d2256473935429d9c2f00ad20fb0e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 7 10:16:16 2010 +0200

    Do not make function typedefs pointers

 lib/dpkg/myopt.h |  6 +++---
 lib/dpkg/tarfn.h | 16 ++++++++--------
 src/main.c       |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

commit 7129d9473993da5e27a6d4eb73a6e900960d337f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 7 10:13:13 2010 +0200

    libdpkg: Rename voidfnp to void_func

 lib/dpkg/myopt.h | 6 +++---
 src/main.c       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit ca92c5d2bf45984c11cf2b5f355b5cad48bf7259
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 7 09:58:18 2010 +0200

    libdpkg: Rename function argument to func in ACTION macro

 lib/dpkg/myopt.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c9b7af92e5de0cc9ea40fad53c0e5aa5c93690cd
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Oct 7 09:49:26 2010 +0200

    Move action and obsolete related functionality to the myopt module
    
    Reduce repeated code, and localize it where it belongs.

 TODO                      |  1 -
 dpkg-deb/dpkg-deb.h       |  1 -
 dpkg-deb/main.c           | 12 ------------
 dpkg-split/dpkg-split.h   |  1 -
 dpkg-split/main.c         | 13 -------------
 lib/dpkg/libdpkg.Versions |  3 +++
 lib/dpkg/myopt.c          | 25 +++++++++++++++++++++++++
 lib/dpkg/myopt.h          | 13 +++++++++++++
 src/divertcmd.c           | 20 --------------------
 src/main.c                | 16 ----------------
 src/main.h                |  1 -
 src/querycmd.c            | 14 --------------
 src/statcmd.c             | 14 --------------
 13 files changed, 41 insertions(+), 93 deletions(-)

commit a67107c05153db3fde51301450439761e1916a80
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 6 20:10:47 2010 +0200

    Use ACTION macros instead of ad-hoc action function handling
    
    This makes the code uniform with the rest of the code base, removes
    the possibility of mismatched entries from cmdinfos and dofunctions
    arrays, and reduces the scope of the action pointer to main().

 dpkg-deb/dpkg-deb.h     |  1 -
 dpkg-deb/main.c         | 40 ++++++++++++++--------------------------
 dpkg-split/dpkg-split.h |  1 -
 dpkg-split/main.c       | 31 +++++++++++--------------------
 4 files changed, 25 insertions(+), 48 deletions(-)

commit e8079c0ee34d4b3309ffbbd500b16525e9ec1b22
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 08:16:56 2010 +0100

    libdpkg: Switch test.h from including dpkg/dpkg.h to dpkg/ehandle.h
    
    This reduces the exposed declarations for each test program.

 lib/dpkg/test.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6e5d5c1f05edbe0ce2213a6658b438668fe48cba
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 6 11:53:36 2010 +0200

    libdpkg: Move ehandle declarations to its own header file

 lib/dpkg/dpkg.h    | 33 +-----------------------
 lib/dpkg/ehandle.c |  2 +-
 lib/dpkg/ehandle.h | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 75 insertions(+), 33 deletions(-)

commit 7c03c1012aaf9cce798b650ac01ac1e561c0c2f9
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 08:15:00 2010 +0100

    libdpkg: Include dpkg/dpkg.h in t-buffer for MD5HASHLEN

 lib/dpkg/test/t-buffer.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4afef203d5ae2eb54d6c8f4bd5ff016a98bf7ffc
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 6 11:36:04 2010 +0200

    libdpkg: Do not use m_malloc in push_checkpoint
    
    This avoids a cyclic dependency between ehandle.c and m_lib.c.

 lib/dpkg/ehandle.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 3ce8687ba6a738ac9b7195060948512fa7560ada
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Oct 6 11:30:14 2010 +0200

    libdpkg: Properly restore errno in push_cleanup
    
    The code was saving errno for latter use, but stomping on the saved
    value by assigning again errno to it. Invert the assignment so that
    we restore errno instead of losing it.

 lib/dpkg/ehandle.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 4546c3b92d4d7d57ee9f7580d87270b791441f97
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 00:53:35 2010 +0100

    libdpkg: Remove stream I/O support from the buffer API

 lib/dpkg/buffer.c | 15 ---------------
 lib/dpkg/buffer.h | 13 -------------
 2 files changed, 28 deletions(-)

commit 2a71e444e863a4bf28b7dd39e621c44ab771db99
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 11 06:21:36 2010 +0200

    dpkg-deb: Remove unused safe_fflush function
    
    This function was used to fix a problem with undefined behaviour on
    input streams, which does not apply anymore as it's not used.

 dpkg-deb/extract.c | 18 ------------------
 1 file changed, 18 deletions(-)

commit 2d420ee1d05033d237462a0075facfe406b08043
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Nov 4 00:51:13 2010 +0100

    dpkg-deb: Use fd instead of stream based buffered I/O
    
    Behaviour of fflush() on input streams is undefined per POSIX, avoid
    mixing stream and file descriptor based I/O, and only use the latter
    instead.

 dpkg-deb/extract.c | 87 ++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 62 insertions(+), 25 deletions(-)

commit ceb07b08dad4d5eead630064f45c7e7ded00a341
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Sep 16 19:52:41 2010 +0200

    Refactor file_stat code
    
    Create a new file_stat struct, and use it instead of the
    filestatoverride one.

 lib/dpkg/file.h  | 11 +++++++++-
 lib/dpkg/tarfn.c | 14 ++++++-------
 lib/dpkg/tarfn.h |  9 ++++----
 src/archives.c   | 63 ++++++++++++++++++++++++++------------------------------
 src/filesdb.h    | 24 ++++++++++-----------
 src/statcmd.c    | 14 ++++++-------
 src/statdb.c     |  5 +++--
 7 files changed, 72 insertions(+), 68 deletions(-)

commit 0cb6f131d85f48f0dc8a90ca1329af84c6f6ebc1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Sep 12 07:22:21 2010 +0200

    libdpkg: Refactor file locking error message handling
    
    Pass only the description of the resource being locked, and move generic
    error strings inside the file lock funtions. Instead of changing locking
    behaviour depending on the error strings passed, pass an explicit enum to
    select it.

 lib/dpkg/dbmodify.c     |  4 +---
 lib/dpkg/file.c         | 24 ++++++++++++++++--------
 lib/dpkg/file.h         |  9 +++++++--
 lib/dpkg/trigdeferred.l |  3 +--
 4 files changed, 25 insertions(+), 15 deletions(-)

commit 4ff39dabad2cd8e384f26f3212a55b5adbeb71d9
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 11 06:20:37 2010 +0200

    Update TODO list

 TODO | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

commit 9d834b3f654f771ab5ae8790cfc83086288fca07
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Nov 9 19:59:35 2010 +0100

    Fix translation of "however" in Italian. Thanks to Pietro Battiston Closes: #602518

 debian/changelog | 2 ++
 po/it.po         | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 6a7e76a292d865e3abeff4fdd086780dda3f49d8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 11 06:19:17 2010 +0200

    libdpkg: Remove unused stream_md5 macro

 lib/dpkg/buffer.h | 3 ---
 1 file changed, 3 deletions(-)

commit 6dc69c63307f28eb49a130b8635dbc6353eb4f4e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 2 07:44:05 2010 +0100

    dpkg-deb: Coalesce similar strings
    
    Those include the ones involving control and data members, change of
    directory and temporary directory creation.

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

commit e547cbf6aaa2e34359d5a042298bf3b0db73a2fc
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Feb 22 23:00:19 2010 +0100

    Unify execution error strings

 dpkg-deb/build.c               |  6 +++---
 dpkg-deb/extract.c             |  7 ++++---
 dpkg-deb/info.c                |  4 ++--
 dpkg-split/split.c             |  7 ++++---
 scripts/Dpkg/IPC.pm            |  2 +-
 scripts/Dpkg/Shlibs/Cppfilt.pm |  3 ++-
 scripts/dpkg-gencontrol.pl     |  2 +-
 scripts/dpkg-shlibdeps.pl      |  2 +-
 src/configure.c                | 10 ++++++----
 src/help.c                     |  2 +-
 src/processarc.c               | 12 ++++++++----
 11 files changed, 33 insertions(+), 24 deletions(-)

commit ec5ad1fb6ead0e4a4833cc4b54efad92538d4757
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Sep 11 06:12:49 2010 +0200

    Clarify several archive member strings
    
    This will make translators and users life easier, as the new strings
    are less ambiguous, and try to avoid second meanings.

 dpkg-deb/extract.c | 27 ++++++++++++++++-----------
 dpkg-split/info.c  | 25 +++++++++++++------------
 2 files changed, 29 insertions(+), 23 deletions(-)

commit 1dddc6d46dbf6f3611cf0979e27547d06f9549c3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 8 03:57:10 2010 +0200

    dpkg: Rename unlinkorrmdir() to secure_remove()
    
    Maps better to the system remove(2) function name.

 src/archives.c | 11 +++++++----
 src/archives.h |  3 ++-
 src/cleanup.c  |  6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)

commit fb82caee40a3b71d5a37735561398a086cc47fdf
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 31 11:09:37 2010 +0100

    dpkg-source: fail properly when debian/source/format is empty
    
    Reported-by: Eduard Bloch <blade@debian.org>

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

commit 4c90c631bdb176452152ecde5903802cad699317
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 31 10:35:55 2010 +0100

    Dpkg::Compression: fix typo in documentation.

 scripts/Dpkg/Compression.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e12fa2ffc6c2df7446c7957a7875c13f79ff0dfa
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Oct 30 23:14:27 2010 +0200

    Some fixes to dpkg-gensymbols manpage, helped by Raphaël's eyes

 man/po/fr.po | 37 +++++++++++++++++--------------------
 1 file changed, 17 insertions(+), 20 deletions(-)

commit 25afe6a37eace19f85ad742ed6fdc65242e0f109
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Oct 30 16:07:50 2010 +0200

    French (Christian Perrier). Including a typo fix and a typographical change reported by Vincent Danjean Closes: #601852

 debian/changelog | 4 +++-
 man/po/fr.po     | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 129c6000089f0ec204d26674e201207d1b3f6098
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Oct 25 11:18:22 2010 +0200

    Use impersonal language in German dselect translation

 debian/changelog |  1 +
 dselect/po/de.po | 79 ++++++++++++++++++++++++--------------------------------
 2 files changed, 35 insertions(+), 45 deletions(-)

commit 8e2addc9b3995f2996d5b1552697e4eb27e6e06f
Author: Jordi Mallach <jordi@debian.org>
Date:   Sun Oct 24 18:13:58 2010 +0200

    Catalan updates for dpkg-dev and dselect.

 debian/changelog |   4 +
 dselect/po/ca.po | 247 ++++++++--------
 scripts/po/ca.po | 834 +++++++++++++++++++++++++++----------------------------
 3 files changed, 524 insertions(+), 561 deletions(-)

commit 586140a367a8347c8636b95da37d78d1153f8a4b
Author: Jordi Mallach <jordi@debian.org>
Date:   Sun Oct 24 16:24:32 2010 +0200

    Catalan (Jordi Mallach).

 debian/changelog |    1 +
 po/ca.po         | 1304 ++++++++++++++++++++++--------------------------------
 2 files changed, 518 insertions(+), 787 deletions(-)

commit b9b4607bba0b1eddc2d911e4341f6c867b3754d6
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Oct 19 21:06:57 2010 +0200

    Fix several clumsy wordings in German dpkg translation

 po/de.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit a7d320a091c12ac25bc95e1230a96deca9699e8c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Oct 16 20:54:13 2010 +0200

    Fix typo in German scripts translation

 debian/changelog | 3 +++
 scripts/po/de.po | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 1ed0e8019cc7837d6921537ba8f21e0ce5004b09
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sat Oct 16 21:01:56 2010 +0200

    Add Holger Wansing to THANKS
    
    He has contributed considerably to the German translation of both dpkg
    and the scripts in dpkg-dev.

 THANKS | 1 +
 1 file changed, 1 insertion(+)

commit 4fb1422779fb3eddd12e74221387536538007f3b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Oct 15 13:57:45 2010 +0200

    Use impersonal language in German dpkg translation
    
    Many thanks to Holger Wansing for his initial patch.

 debian/changelog |   2 +-
 po/de.po         | 829 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 394 insertions(+), 437 deletions(-)

commit dd5c0b54eabfd0dc3037cb21628e8877f6981b4c
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Fri Oct 15 07:35:35 2010 +0200

    Updated Danish translation

 debian/changelog |    1 +
 po/da.po         | 3267 ++++++++++++++++++++++--------------------------------
 2 files changed, 1357 insertions(+), 1911 deletions(-)

commit 38ce2434797f726cfa28c53b12d64f3721749329
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Oct 13 20:59:56 2010 +0200

    Basque (Iñaki Larrañaga Murgoitio). Closes: #599923

 debian/changelog |    1 +
 po/eu.po         | 2923 ++++++++++++++++++++++--------------------------------
 2 files changed, 1169 insertions(+), 1755 deletions(-)

commit 4070ac0e4e2c6d325f792f9e08d9199a0b0ab689
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Oct 3 13:23:19 2010 +0200

    Fix Clytie's name in debian/changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4fa01b70df1dc4458daee306cfa1f987b69da58c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Oct 3 09:36:48 2010 +0200

    dpkg-source: correctly create .pc/.quilt_series with alternate series files
    
    If you have debian/patches/ubuntu.series and you were unpacking the source
    package on ubuntu, quilt was still directed to debian/patches/series
    instead of debian/patches/ubuntu.series.

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

commit b85cfa6a0481c3937219f8739a83954d034c35b0
Author: James Vega <jamessan@debian.org>
Date:   Tue Sep 21 15:58:11 2010 -0400

    Add non-regression test for Dpkg::Version ensuring -0.6.5 << 0.9.1
    
    dpkg treats "-0.6.5" as a version with only a revision component, so it
    compares less than any version with a version component > 0.
    
    Signed-off-by: James Vega <jamessan@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/t/100_Dpkg_Version.t | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit f97da90b79717f8382ab20183b304a9be3f56c9f
Author: James Vega <jamessan@debian.org>
Date:   Tue Sep 21 16:47:04 2010 -0400

    Dpkg::Version: Handle versions without a version component like dpkg.
    
    Signed-off-by: James Vega <jamessan@debian.org>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 THANKS                  | 1 +
 debian/changelog        | 3 +++
 scripts/Dpkg/Version.pm | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

commit 5e7cc75fd242351a4df7c6c8c56e1e9337cfdb35
Author: Clytie Siddall <clytie@riverland.net.au>
Date:   Wed Sep 29 21:57:03 2010 +0200

    Vietnamese translation update

 debian/changelog |    1 +
 po/vi.po         | 2751 +++++++++++++++++-------------------------------------
 2 files changed, 870 insertions(+), 1882 deletions(-)

commit b1beab8611fb617aca0066d1db8214710554bf8d
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Sep 20 07:11:39 2010 +0200

    Re-add originally omitted mention of version 2.0 as mentioning it is not a bug in the original version of manpages

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

commit cb79fe7b831de839a85c435b1a282f1d6377a70b
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Sep 29 12:24:58 2010 +0200

    Fix two format strings in German dpkg translation

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

commit 80939d833b4dc1d33f091a59bde82f5b78d86168
Merge: 7dcf45e32 f3a8a022f
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 19 18:24:49 2010 +0200

    Merge commit '1.15.8.5'

commit c63ef5f286ed3cbb456a099d12c056774e1af791
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 19 13:44:34 2010 +0200

    Fix invalid markup in French man pages translation

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

commit 67462a968d2dc3a8fe75b47ce2875d28d05cf2a3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 19 11:53:43 2010 +0200

    dpkg-source: properly exclude debian/source/local-options in source format 1.0
    
    commit 2290a1248af081c6df98805295d921e919624356 introduced a regression
    for V1 native packages since they were no longer excluding
    debian/source/local-options.

 scripts/Dpkg/Source/Package/V1.pm | 1 +
 1 file changed, 1 insertion(+)

commit f9710dd96182c6da2e7a310ac9293e7d8983cc30
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Sep 19 13:01:18 2010 +0200

    French translation completed (yesssss): 1937t

 man/po/fr.po | 133 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 79 insertions(+), 54 deletions(-)

commit c781df2c886c4ca40a47b0609aa8ad87ce2f98ef
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Sep 19 12:48:24 2010 +0200

    Replace jargonic 'diff' in French translation

 scripts/po/fr.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 2290a1248af081c6df98805295d921e919624356
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 18 22:40:00 2010 +0200

    dpkg-source: ensure debian/source/local-options is always excluded
    
    It should be excluded even if the user provides -I or -i options to
    override the lists of files to ignore.
    
    Reported-by: Robert Luberda <robert@debian.org>

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

commit c30b08b89e0eee39147c5b10fb8c48ad37522115
Author: Christian Perrier <bubulle@debian.org>
Date:   Sat Sep 18 15:27:02 2010 +0200

    French translation update: 1894t15f28u

 man/po/fr.po | 191 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 96 insertions(+), 95 deletions(-)

commit f363698d3be17cb9dca6441d2d28cf7d1a3e92a7
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Sep 17 19:39:14 2010 +0200

    French translation update: 1844t37f56u

 man/po/fr.po | 51 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 35 insertions(+), 16 deletions(-)

commit e4c8520a9170c3de82ba81da5ad55ed3bf6d69fc
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Sep 15 20:00:53 2010 +0200

    French translation update: 1827t43f67u

 man/po/fr.po | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

commit a002efe31657717a3d494eb36720fc4ed37a3d64
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 15 14:00:38 2010 +0200

    Fix changelog entry for Spanish man page translation

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b944ba77a64bc6541469624cadbebb3771c81cdb
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Tue Sep 14 20:30:06 2010 +0200

    Spanish manpages translation: 1937t

 debian/changelog |   1 +
 man/po/es.po     | 142 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 67 insertions(+), 76 deletions(-)

commit ebe90372984fa3327b5dec3532a17ce5f69db0d3
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Sep 14 20:28:41 2010 +0200

    Revert "Portuguese programs translation: 985t"
    
    This reverts commit 8c1d74494cf2572905d54dbd7dbc6357b2d53986.

 debian/changelog |   1 -
 man/po/es.po     | 142 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 76 insertions(+), 67 deletions(-)

commit 8c1d74494cf2572905d54dbd7dbc6357b2d53986
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Tue Sep 14 20:28:14 2010 +0200

    Portuguese programs translation: 985t

 debian/changelog |   1 +
 man/po/es.po     | 142 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 67 insertions(+), 76 deletions(-)

commit 155b82af3826882f889575632c97f4f4e34c154a
Author: Miguel Figueiredo <elmig@debianpt.org>
Date:   Tue Sep 14 20:24:59 2010 +0200

    Portuguese programs translation: 985t

 debian/changelog |    1 +
 po/pt.po         | 1597 ++++++++++++++++++++++++------------------------------
 2 files changed, 705 insertions(+), 893 deletions(-)

commit 1e0ebe98db83e59cc67cdfe446d4b4d8bb94212d
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Tue Sep 14 20:21:05 2010 +0200

    russian programs translation: 985t

 debian/changelog |    3 +
 po/ru.po         | 1305 ++++++++++++++++++++++++------------------------------
 2 files changed, 588 insertions(+), 720 deletions(-)

commit 0ca8a4c9edfa48ca2161548288ced374044bc51a
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Sep 14 20:18:37 2010 +0200

    Changelog for french translation update of manpages

 debian/changelog | 7 +++++++
 1 file changed, 7 insertions(+)

commit f4b87357b968b08d664c0c4e2356d5613a840394
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Sep 14 20:17:37 2010 +0200

    French manpages translation update. dpkg-gensymbols completed: 1819t43f75u

 man/po/fr.po | 356 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 160 insertions(+), 196 deletions(-)

commit f3a8a022f1a2edc5ff8d0e92ffc3e48e84be8b39
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 14 01:26:55 2010 +0200

    Release 1.15.8.5

 debian/changelog | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

commit 6e68e34aa82b89c646c787b33c886ded353fe2b0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 14 01:14:26 2010 +0200

    Update .po files from .pot files

 man/po/fr.po     | 861 +++++++++++++++++++++++++++++++++----------------------
 po/fr.po         |  13 +-
 po/sv.po         |   3 +-
 scripts/po/de.po |   8 +-
 scripts/po/fr.po |  30 +-
 5 files changed, 548 insertions(+), 367 deletions(-)

commit 4e91f3b1f1ad036e0f1e4b9f09c0b2fb787865fd
Author: Arief S Fitrianto <arief@gurame.fisika.ui.ac.id>
Date:   Mon Sep 13 18:25:38 2010 +0200

    Updated Indonesian translation:985t

 debian/changelog |    1 +
 po/id.po         | 3352 +++++++++++++++++++++---------------------------------
 2 files changed, 1301 insertions(+), 2052 deletions(-)

commit ec2984de3e0df21bc13cf29427ac3f096f5baee9
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Sep 13 07:54:12 2010 +0200

    Updated French translation: 1765t57f115u and an aspirin

 man/po/fr.po | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 56 insertions(+), 9 deletions(-)

commit c6389ad4e1763e0a1d4fa6573f8b24480ac95f11
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Sep 13 12:16:29 2010 +0200

    Fix typo in French manpages translation
    
    It caused a build failure.

 man/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e5fc68ee96fe17bb7fbe5d2fe4742bb87843dacd
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Sep 12 13:40:39 2010 +0200

    Spanish translation for scripts

 debian/changelog |   1 +
 scripts/po/es.po | 168 ++++++++++++++++---------------------------------------
 2 files changed, 50 insertions(+), 119 deletions(-)

commit 4d6c43090715ea4ed74b376bdc7bff73faaa569a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Sep 11 10:13:53 2010 +0200

    Update dpkg's Breaks dependency to include dpkg-dev (<< 1.15.8)
    
    It ensures that older versions of dpkg-dev that did not depend on
    libdpkg-perl must be upgraded together with dpkg.
    
    Reported-by: Lionel Elie Mamane <lionel@mamane.lu>

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

commit 0f3e3a0fba6d7d1613c88158daf9dec2545f58cd
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Sep 10 18:29:45 2010 +0200

    French translation update: 1742t58f137u

 man/po/fr.po | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

commit 2cd3908475ec426938f7bc2fe672cd4a585d8c20
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Sep 10 18:09:08 2010 +0200

    More occurrences of the same translation

 scripts/po/fr.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit ac9c5cec1039cd3d4b9ba86d23e35faeaa3f963a
Author: Christian Perrier <bubulle@debian.org>
Date:   Fri Sep 10 18:03:38 2010 +0200

    Fix to French translation for #596333

 debian/changelog | 3 ++-
 scripts/po/fr.po | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 1028f4974031505522e122650cded3cefc2209d5
Author: Christian Perrier <bubulle@debian.org>
Date:   Thu Sep 9 20:45:37 2010 +0200

    French translation update of manpages: 1733t61f143u

 man/po/fr.po | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 50 insertions(+), 9 deletions(-)

commit 51c03b35f3471579d38af78b9ea7f6d5ba20114b
Author: Christian Perrier <bubulle@debian.org>
Date:   Thu Sep 9 20:45:06 2010 +0200

    French translation update of programs: 985t

 po/fr.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 9334122903e67a6054423109ea9a5c7d73c2381c
Author: Felipe E. F. de Castro <fefcas@gmail.com>
Date:   Thu Sep 9 07:18:10 2010 +0200

    Esperanto programs translation update (985t)

 debian/changelog |    1 +
 po/eo.po         | 1538 ++++++++++++++++--------------------------------------
 2 files changed, 462 insertions(+), 1077 deletions(-)

commit afa06d045f42754eeb2e547653c6e0fefc692603
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Sep 8 07:14:22 2010 +0200

    French translation update: 985t

 po/fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bcb2da3d33f7bf8c036938b49e7dac9545650f20
Author: Ivan Masár <helix84@centrum.sk>
Date:   Wed Sep 8 07:12:51 2010 +0200

    Slovak translation update: 985t

 debian/changelog |    1 +
 po/sk.po         | 1473 +++++++++++-------------------------------------------
 2 files changed, 285 insertions(+), 1189 deletions(-)

commit da1e9ff3db86102756145763fc0a76cdc99df9bd
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Sep 7 10:54:53 2010 +0200

    Fix two singular forms in German dpkg translation

 po/de.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c827666cf066f9faf885e69130ffec71801f060e
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Sep 6 20:49:41 2010 +0200

    French manpages translation update: 1714t63f160u

 man/po/fr.po | 233 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 110 insertions(+), 123 deletions(-)

commit a9c7e8795faef90f8068edbaa286bfb622f19d67
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Sep 6 07:48:50 2010 +0200

    French translation update: 1633t104f200u

 man/po/fr.po | 55 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 23 deletions(-)

commit 21f25047bfd3a95152e8607252f8b07fc2a339f6
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Sep 5 19:45:43 2010 +0200

    French manpages translation update: 1614t108f215u

 man/po/fr.po | 57 +++++++++++++++++++++++++++------------------------------
 1 file changed, 27 insertions(+), 30 deletions(-)

commit 84579a6c0dedfce3e27da411f7a05f920382ffc1
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Sep 5 15:18:23 2010 +0200

    Updated Italian translation (985t)

 debian/changelog |  1 +
 po/it.po         | 60 ++++++++++++++++++++++----------------------------------
 2 files changed, 24 insertions(+), 37 deletions(-)

commit aeb5b66efd7a08b54f6e68092d2e2d7a4c54b840
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Sep 5 16:57:28 2010 +0200

    Fix encoding of German addendum. Closes: #595643.

 debian/changelog | 3 +++
 man/po/po4a.cfg  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 4d2b04f3e62d02a223e12eea1947fde1e3695334
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Sep 5 09:43:32 2010 +0200

    dpkg-source: drop -k parameter from the tar command line used to extract tarballs
    
    dpkg-source only extracts tarballs in directories that it has created
    itself, there's no risk of overwriting any user files. Furthermore in
    the few cases where we do extract a tarball on a non-empty directory,
    we really want to be able to overwrite files already present. That's the
    case with a debian.tar.gz file.
    
    Reported-by: James Westby <james.westby@linaro.org>

 debian/changelog               | 4 ++++
 scripts/Dpkg/Source/Archive.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 5a8212b7b0862e26ec94cbeb78d73411831bde15
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 5 08:00:03 2010 +0200

    Korean translation update: 985t

 debian/changelog |    1 +
 po/ko.po         | 2287 ++++++++++++++++--------------------------------------
 2 files changed, 664 insertions(+), 1624 deletions(-)

commit 91d6d911a81b5be64aa823c71efa0acaedb6bf9d
Author: Kenshi Muto <kmuto@debian.org>
Date:   Sun Sep 5 07:58:31 2010 +0200

    Japanese translation update: 985t

 debian/changelog |    1 +
 po/ja.po         | 2326 ++++++++++++++++--------------------------------------
 2 files changed, 688 insertions(+), 1639 deletions(-)

commit d15c4e1c1edfb3a5610680992a3beb134e62fe0b
Author: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>
Date:   Fri Sep 3 08:38:30 2010 +0200

    Norwegian Bokmål translation update for dselect: 277t

 debian/changelog |  1 +
 dselect/po/nb.po | 30 ++++++++++++++----------------
 2 files changed, 15 insertions(+), 16 deletions(-)

commit 7dcf45e32f62859cbea8337c46ce7fc6b6349b56
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Sep 2 15:38:49 2010 +0200

    Revert "Russian translation update of scripts: 511f2u"
    
    This reverts commit 2d7029e9e045e9ac3c740251ae52c98bddbf8b35.

 debian/changelog |   1 -
 scripts/po/ru.po | 385 ++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 226 insertions(+), 160 deletions(-)

commit 34b3faea11302ad27f99f2136136b54af35e6f39
Author: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>
Date:   Thu Sep 2 06:20:32 2010 +0200

    Norwegian Bokmål translation update: 985

 debian/changelog |    1 +
 po/nb.po         | 1393 +++++++++++++++++++++++-------------------------------
 2 files changed, 593 insertions(+), 801 deletions(-)

commit 0c657927fd0e2592f48559e3abc54b5ca6ef20fe
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Thu Sep 2 06:18:58 2010 +0200

    Russian translation update: 513t

 debian/changelog |   1 +
 scripts/po/ru.po | 391 ++++++++++++++++++++++---------------------------------
 2 files changed, 156 insertions(+), 236 deletions(-)

commit 2d7029e9e045e9ac3c740251ae52c98bddbf8b35
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Wed Sep 1 22:10:39 2010 +0200

    Russian translation update of scripts: 511f2u

 debian/changelog |   1 +
 scripts/po/ru.po | 385 +++++++++++++++++++++++--------------------------------
 2 files changed, 160 insertions(+), 226 deletions(-)

commit d9eb4619108bf6f3006da189eebcf2846529915a
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Sep 1 21:52:56 2010 +0200

    French translation update: 118f219u

 man/po/fr.po | 223 +++++++++++++++++++++--------------------------------------
 1 file changed, 78 insertions(+), 145 deletions(-)

commit a272d4387c066ed347d6debb0e2ea3786b68bef5
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Sep 1 07:53:30 2010 +0200

    French translation update

 scripts/po/fr.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 99128995b4b0973f0bfa8d971fa784ec8ebdfc4b
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Sep 1 07:51:59 2010 +0200

    French translation update

 po/fr.po | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 0cfc1f07759be5597e2f4bcbc4cca9180929c7e8
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Sep 1 21:24:19 2010 +0200

    Update German scripts translation
    
    Update to 513t

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

commit 309d92878a7572032ea3f97f0bc3e1971f8db18d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 1 09:43:30 2010 +0200

    libdpkg: Clarify fd_fd_copy error string in dpkg_ar_member_put_header
    
    This makes the error string clearer, and as a side effect removes a
    bogus warning due to the non literal format string, which is perfectly
    fine here as it's under complete control from the programmer.
    
    Reported-by: Sandro Cazzaniga <cazzaniga.sandro@gmail.com>

 lib/dpkg/ar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fd194e479228a39fe614eb771503d6f1abe9204a
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 1 09:39:56 2010 +0200

    Bump version to 1.16.0

 TODO             | 5 +----
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

commit 5a80ec6ce8e598aad378a71c29d699a27ea8691f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 20:26:53 2010 +0200

    libcompat: On successful realloc assign the newlist to list

 debian/changelog     | 3 +++
 lib/compat/scandir.c | 1 +
 2 files changed, 4 insertions(+)

commit fb0c2d9c5c285c2b1d74fb3ece60af5b76a7591d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Sep 1 09:09:27 2010 +0200

    German dpkg translation update
    
    Update to 985t.

 debian/changelog |  9 ++++---
 po/de.po         | 82 +++++++++++++++++++++++---------------------------------
 2 files changed, 38 insertions(+), 53 deletions(-)

commit dbbd15fe8d972b4f8f3a4d94934a99c507cf0596
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Sep 1 08:15:38 2010 +0200

    u-a: Fix possible segfault if master_file contains a format specifier
    
    The input does not get sanitized, and as such the user could end up
    registering a file containing format string specifiers, which would
    make the pr() call most probably segfault trying to access an invalid
    pointer.
    
    Reported-by: Sandro Cazzaniga <cazzaniga.sandro@gmail.com>

 debian/changelog            | 3 +++
 utils/update-alternatives.c | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit bd4e6a31a2ee08eecaada32965bcc8391c3f8931
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Aug 31 20:35:03 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 985t0f0u.
    scripts/po/sv.po: 513t0f0u.

 po/sv.po         | 56 +++++++++++++++++++-------------------------------------
 scripts/po/sv.po | 19 +++++++------------
 2 files changed, 26 insertions(+), 49 deletions(-)

commit ecb1383297b204f19f58434656fa61a0079d3137
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 31 21:12:56 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/dpkg-man.pot     |   5 +-
 man/po/fr.po            | 336 ++++++++++++++------------
 man/po/sv.po            |  28 +--
 po/ast.po               | 371 +++++++++++++++--------------
 po/bs.po                | 350 ++++++++++++++-------------
 po/ca.po                | 375 +++++++++++++++--------------
 po/cs.po                | 374 +++++++++++++++--------------
 po/da.po                | 367 +++++++++++++++--------------
 po/de.po                | 384 ++++++++++++++++--------------
 po/dpkg.pot             | 353 ++++++++++++++--------------
 po/dz.po                | 367 +++++++++++++++--------------
 po/el.po                | 368 +++++++++++++++--------------
 po/eo.po                | 371 +++++++++++++++--------------
 po/es.po                | 370 +++++++++++++++--------------
 po/et.po                | 359 ++++++++++++++--------------
 po/eu.po                | 371 +++++++++++++++--------------
 po/fr.po                | 610 +++++++++++++++++-------------------------------
 po/gl.po                | 367 +++++++++++++++--------------
 po/hu.po                | 357 ++++++++++++++--------------
 po/id.po                | 357 ++++++++++++++--------------
 po/it.po                | 383 ++++++++++++++++--------------
 po/ja.po                | 368 +++++++++++++++--------------
 po/km.po                | 367 +++++++++++++++--------------
 po/ko.po                | 368 +++++++++++++++--------------
 po/ku.po                | 353 ++++++++++++++--------------
 po/lt.po                | 362 ++++++++++++++--------------
 po/mr.po                | 369 +++++++++++++++--------------
 po/nb.po                | 367 +++++++++++++++--------------
 po/ne.po                | 367 +++++++++++++++--------------
 po/nl.po                | 369 +++++++++++++++--------------
 po/nn.po                | 367 +++++++++++++++--------------
 po/pa.po                | 353 ++++++++++++++--------------
 po/pl.po                | 385 ++++++++++++++++--------------
 po/pt.po                | 369 +++++++++++++++--------------
 po/pt_BR.po             | 368 +++++++++++++++--------------
 po/ro.po                | 382 ++++++++++++++++--------------
 po/ru.po                | 393 +++++++++++++++++--------------
 po/sk.po                | 385 ++++++++++++++++--------------
 po/sv.po                | 384 ++++++++++++++++--------------
 po/th.po                | 403 +++++++++++++++++---------------
 po/tl.po                | 369 +++++++++++++++--------------
 po/vi.po                | 357 ++++++++++++++--------------
 po/zh_CN.po             | 382 ++++++++++++++++--------------
 po/zh_TW.po             | 367 +++++++++++++++--------------
 scripts/po/ca.po        |  79 ++++---
 scripts/po/de.po        |  94 ++++----
 scripts/po/dpkg-dev.pot |  81 ++++---
 scripts/po/es.po        |  92 +++++---
 scripts/po/fr.po        | 172 +++++---------
 scripts/po/pl.po        | 101 ++++----
 scripts/po/ru.po        |  98 +++++---
 scripts/po/sv.po        |  93 ++++----
 83 files changed, 8759 insertions(+), 7892 deletions(-)

commit ceea74fa7d3545bdeeae30ac6e4ce592703675bd
Author: Theppitak Karoonboonyanan <thep@debian.org>
Date:   Tue Aug 31 21:09:47 2010 +0200

    Update Thai program translation
    
    Closes: #594011

 debian/changelog |    1 +
 po/th.po         | 1383 +++++++++++++++++++++++-------------------------------
 2 files changed, 593 insertions(+), 791 deletions(-)

commit 8292cbac06d3c335bcde52542db20384c8fedd5d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Tue Aug 31 17:17:00 2010 +0200

    Add missing bug closure.

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit 70c35e6a3a8dca72d34bfcfb3c9d7c31adbc2ed4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 29 14:51:25 2010 +0200

    Update German translation of manual pages
    
    Update to 1937t.

 man/po/de.po | 36 ++++++++++++++----------------------
 1 file changed, 14 insertions(+), 22 deletions(-)

commit 7cdec6d35cf9f98b698ab486e66c2db9d0726404
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sun Aug 29 14:51:25 2010 +0200

    Update German translation of manual pages
    
    Update to 1937t.

 man/po/de.po | 36 ++++++++++++++----------------------
 1 file changed, 14 insertions(+), 22 deletions(-)

commit fae8a2bd6e28818623f55e650825226a03a88961
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Sat Aug 28 14:33:14 2010 +0200

    Simplified Chinese translation update

 debian/changelog |   1 +
 po/zh_CN.po      | 708 +++++++++++++++++++------------------------------------
 2 files changed, 249 insertions(+), 460 deletions(-)

commit cac9ac66948552462ffb94f106b9cb7550525de3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 25 08:15:40 2010 +0200

    Add gettext messages for plural forms
    
    Some of the singular forms are not currently used, but we keep them for
    consistency, and to avoid confusing translators.
    
    Closes: #594218

 debian/changelog                  |  1 +
 dpkg-deb/build.c                  |  5 ++++-
 dpkg-deb/info.c                   |  7 +++----
 dpkg-split/join.c                 |  4 +++-
 scripts/Dpkg/Source/Package/V2.pm |  9 ++++++---
 scripts/dpkg-shlibdeps.pl         |  6 ++++--
 src/enquiry.c                     |  4 +++-
 src/filesdb.c                     |  4 +++-
 src/help.c                        | 11 +++++++----
 src/update.c                      |  3 ++-
 utils/update-alternatives.c       |  9 ++++++---
 11 files changed, 42 insertions(+), 21 deletions(-)

commit 4509efdc143c85b77df68b7a3b0728e66580701d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 25 08:12:53 2010 +0200

    Add gettext plurals infrastructure support

 debian/changelog        | 1 +
 lib/dpkg/i18n.h         | 3 ++-
 po/Makevars             | 2 +-
 scripts/Dpkg/Gettext.pm | 8 +++++++-
 scripts/po/Makevars     | 2 +-
 5 files changed, 12 insertions(+), 4 deletions(-)

commit 9226ef57a108f76c0f22f8c933d5902350c34858
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 26 04:01:04 2010 +0200

    build: Remove xgettext _g keyword for the dpkg domain
    
    The dpkg domain consists only of C sources, so there's no need anymore
    for the Perl specific _g keyword.

 po/Makevars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e068a6b1b1821cc57582edaacf1e0ecda8e9291a
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Aug 25 08:19:19 2010 +0200

    Review by Florentin Duneau

 scripts/po/fr.po | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 62a7593aca5ad7e893ac5234b2e1cc5e7f72c048
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Aug 24 18:26:22 2010 +0200

    French scripts translation update

 debian/changelog |  1 +
 scripts/po/fr.po | 81 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 44 insertions(+), 38 deletions(-)

commit df30246836cfd1dd2bce018cb64d8ae040a11d4c
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Aug 24 18:25:56 2010 +0200

    French manpages translation update

 debian/changelog |   1 +
 man/po/fr.po     | 299 +++++++++++++++++++------------------------------------
 2 files changed, 106 insertions(+), 194 deletions(-)

commit 91837cdaa79e97de24491758aa6788de5bc2682c
Author: Christian Perrier <bubulle@debian.org>
Date:   Tue Aug 24 18:25:21 2010 +0200

    French programs translation update

 debian/changelog |   1 +
 po/fr.po         | 348 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 178 insertions(+), 171 deletions(-)

commit f4750a695507330a1094ca8caa440f67c5b64f6d
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Aug 21 22:19:43 2010 +0100

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

 man/po/sv.po | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

commit e3bb3c8c811ed403ae1b01be35421b15fa127ccd
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Aug 21 22:11:04 2010 +0100

    Add missing changelog entries for recent translation updates.

 debian/changelog | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 1e1d6fcb2cd4cf163650891324d84572bb35b1eb
Merge: e96638866 9047649a0
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Aug 21 22:05:55 2010 +0100

    Merge branch 'cherry-pick-german' to avoid breakage when merging PO files.
    
    The German translation was updated on master, before it was announced that
    they should be committed to the sid branch. To avoid further breakage when
    merging the files, the changes from master has been cherry-picked over to
    sid via a topic branch. This merges the same branch over to master to
    make sure the branches agree to the file contents.

commit 40e116717a654a9eacd797d9fd70b802d97103ee
Merge: 5e625be2f 9047649a0
Author: Peter Krefting <peterk@debian.org>
Date:   Sat Aug 21 22:02:19 2010 +0100

    Merge branch 'cherry-pick-german' into sid
    
    The German translation was updated on master, before it was announced that
    they should be committed to the sid branch. To avoid further breakage when
    merging the files, the changes from master has been cherry-picked over to
    sid via a topic branch.

commit 9047649a06f0fb599734986c5dd13990a0190fe4
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 29 19:29:03 2010 +0200

    Update German translation of manual pages
    
    Update to 1936t.

 man/po/de.po | 33 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

commit 009788d301298cf6df95e83431c0e49e94259c3b
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 29 18:50:57 2010 +0200

    Update German scripts translation
    
    Update to 513t

 scripts/po/de.po | 59 +++-----------------------------------------------------
 1 file changed, 3 insertions(+), 56 deletions(-)

commit 5c1181e0e4a8d4520408a9f70bba8b3a3403ac95
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Aug 21 20:19:15 2010 +0200

    Regenerate .pot files and merge .po files with them
    
    Picked the de.po changes specifically to make it possible to cherry-pick the
    German translation changes from master over to sid without causing
    conflicts.

 dselect/po/de.po |   2 +-
 man/po/de.po     | 565 +++++++++++++++++++++++++++++--------------------------
 po/de.po         |  18 +-
 scripts/po/de.po |  66 +++----
 4 files changed, 344 insertions(+), 307 deletions(-)

commit 5e625be2fcc1cf92745d43ca333fc1997d31c217
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Aug 21 20:19:15 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 man/po/de.po            | 565 ++++++++++++++++++++++--------------------
 man/po/dpkg-man.pot     | 527 +++++++++++++++++++--------------------
 man/po/es.po            | 551 +++++++++++++++++++++--------------------
 man/po/fr.po            | 551 +++++++++++++++++++++--------------------
 man/po/hu.po            | 533 ++++++++++++++++++++--------------------
 man/po/ja.po            | 537 ++++++++++++++++++++--------------------
 man/po/pl.po            | 551 +++++++++++++++++++++--------------------
 man/po/pt_BR.po         | 533 ++++++++++++++++++++--------------------
 man/po/ru.po            | 537 ++++++++++++++++++++--------------------
 man/po/sv.po            | 638 ++++++++++++++++++++++++------------------------
 po/ast.po               |  18 +-
 po/bs.po                |  18 +-
 po/ca.po                |  18 +-
 po/cs.po                |  18 +-
 po/da.po                |  18 +-
 po/de.po                |  18 +-
 po/dpkg.pot             |  20 +-
 po/dz.po                |  18 +-
 po/el.po                |  18 +-
 po/eo.po                |  18 +-
 po/es.po                |  18 +-
 po/et.po                |  18 +-
 po/eu.po                |  18 +-
 po/fr.po                |  18 +-
 po/gl.po                |  18 +-
 po/hu.po                |  18 +-
 po/id.po                |  18 +-
 po/it.po                |  47 ++--
 po/ja.po                |  18 +-
 po/km.po                |  18 +-
 po/ko.po                |  18 +-
 po/ku.po                |  18 +-
 po/lt.po                |  18 +-
 po/mr.po                |  18 +-
 po/nb.po                |  18 +-
 po/ne.po                |  18 +-
 po/nl.po                |  18 +-
 po/nn.po                |  18 +-
 po/pa.po                |  18 +-
 po/pl.po                |  18 +-
 po/pt.po                |  18 +-
 po/pt_BR.po             |  18 +-
 po/ro.po                |  18 +-
 po/ru.po                |  18 +-
 po/sk.po                |  18 +-
 po/sv.po                |  23 +-
 po/th.po                |  18 +-
 po/tl.po                |  18 +-
 po/vi.po                |  18 +-
 po/zh_CN.po             |  18 +-
 po/zh_TW.po             |  18 +-
 scripts/po/ca.po        |  66 ++---
 scripts/po/de.po        |  66 ++---
 scripts/po/dpkg-dev.pot |  68 +++---
 scripts/po/es.po        |  66 ++---
 scripts/po/fr.po        |  66 ++---
 scripts/po/pl.po        |  66 ++---
 scripts/po/ru.po        |  66 ++---
 scripts/po/sv.po        | 120 +++------
 90 files changed, 3543 insertions(+), 3402 deletions(-)

commit f42344b5fb3fda487eb1b7583bd1bd2ec84f2334
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sat Aug 21 16:28:03 2010 +0200

    dpkg-genchanges: correctly truncate descriptions with multibyte characters
    
    Ensure the scalar used to truncate the description is character-based
    and not byte-based. But switch it back to a byte-based scalar afterwards
    to avoid bad-conversion to latin1 when output in a filehandle without
    any explicit encodind.
    
    This should really be fixed in Dpkg::Control but that would be an invasive
    change at this point of the squeeze release.
    
    Reported-by: Colin Watson <cjwatson@ubuntu.com>

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

commit bbc30fb513d891a6de77e15ef8d6ffb187c6bc5a
Author: The Fungi <fungi@yuggoth.org>
Date:   Thu Aug 19 17:42:07 2010 +0000

    dpkg(1): Clarify effect of --purge on files in homedirs
    
    Closes: #593628
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

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

commit 44650b3c8e96a69021510b8b40248c5b42e7de0b
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Aug 21 09:53:28 2010 +0200

    Update Italian program translation
    
    Closes: #592953
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 +
 po/it.po         | 962 ++++++++++++++++++-------------------------------------
 2 files changed, 317 insertions(+), 649 deletions(-)

commit 16e3b71283d53f56774e1aaceb567f898dc1389c
Author: Joey Hess <joeyh@debian.org>
Date:   Tue Aug 17 17:00:44 2010 -0400

    dpkg-source(1): Improve git format documentation
    
    Based-on-patch-by: Tanguy Ortolo
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog  |  2 ++
 man/dpkg-source.1 | 12 +++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 672b0664cbb8fd7fd5eea7ab10af1bbf6871833f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Aug 21 08:12:37 2010 +0200

    libdpkg: Do not print bogus warnings when parsing status files
    
    When reaching the half-installed state during the unpacking of a
    package which was previously in not-installed state, the current code
    was producing bogus warnings when parsing the status or status log
    files on missing Description and Maintainer fields, given that those
    are not yet in place.
    
    This bug was uncovered when enabling parser warnings for everything in
    commit 30bd7ddbffe3ad4b5d5dc78c5dd1b0f5b07ccfd6.

 debian/changelog |  8 ++++++++
 lib/dpkg/parse.c | 13 +++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

commit cb49886e1b1da2f86f6894eb3d754673b37380e0
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Aug 19 10:25:07 2010 +0200

    New tests: installation of conffile conflicting with a removed package
    
    The wanted behaviour might be different, there are discussions
    in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=163183 but for now
    it's best to ensure that we keep the current behaviour.

 t-conffile-conflict/Makefile                     | 38 ++++++++++++++++++++----
 t-conffile-conflict/pkg-conff-a/test-conffile    |  1 +
 t-conffile-conflict/pkg-conff-b/test-conffile    |  1 +
 t-conffile-conflict/pkg-conff-c/DEBIAN/conffiles |  1 +
 t-conffile-conflict/pkg-conff-c/DEBIAN/control   |  9 ++++++
 t-conffile-conflict/pkg-conff-c/test-conffile    |  1 +
 6 files changed, 46 insertions(+), 5 deletions(-)

commit e9663886652c8bee2dc032c260db4f9f4b40313d
Merge: c338845c0 4e5abfdc4
Author: Peter Krefting <peterk@debian.org>
Date:   Wed Aug 18 08:14:36 2010 +0100

    Merge branch 'sid' to avoid breakage when merging PO files.
    
    I updated the Swedish PO files on the master branch before reading that
    I should update them on the sid branch. Merge the cherry-picked commit
    from sid that contains the same changes I committed to master, to make
    sure a future merge from sid does not cause conflicts here.
    
    Sorry for the noise.

commit 4e5abfdc44d79e22bdc27c0a3432408683089923
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Aug 17 19:54:56 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 986t0f0u.
    man/po/sv.po: 1936t0f0u.
    scripts/po/sv.po: 513t0f0u.

 man/po/sv.po     | 85 +++++++++++++++++++++++++++++++++++---------------------
 po/sv.po         | 22 +++++++--------
 scripts/po/sv.po |  5 ++--
 3 files changed, 68 insertions(+), 44 deletions(-)

commit c338845c05de19992b9f307d259923a94348a534
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Aug 17 19:54:56 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 986t0f0u.
    man/po/sv.po: 1936t0f0u.
    scripts/po/sv.po: 513t0f0u.

 debian/changelog |  5 ++++
 man/po/sv.po     | 85 +++++++++++++++++++++++++++++++++++---------------------
 po/sv.po         | 22 +++++++--------
 scripts/po/sv.po |  5 ++--
 4 files changed, 73 insertions(+), 44 deletions(-)

commit b4513f1449ef7e28e254115b34f5d1ef8c3d94d0
Merge: ae947e1d0 2499850fd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 13 06:46:03 2010 +0200

    Merge branch 'sid' (through tag '1.15.8.4')
    
    Conflicts:
            debian/changelog
            scripts/po/de.po

commit 2499850fd03395b37ce77cc84976656767056674
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 13 05:21:31 2010 +0200

    Release 1.15.8.4

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

commit f54bb4f2cbeb64c3fcddb2f70ad12eb4b3ef5608
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 13 06:16:29 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   2 +-
 dselect/po/ca.po        |   2 +-
 dselect/po/cs.po        |   2 +-
 dselect/po/da.po        |   2 +-
 dselect/po/de.po        |   2 +-
 dselect/po/dselect.pot  |   4 +-
 dselect/po/el.po        |   2 +-
 dselect/po/es.po        |   2 +-
 dselect/po/et.po        |   2 +-
 dselect/po/eu.po        |   2 +-
 dselect/po/fr.po        |   2 +-
 dselect/po/gl.po        |   2 +-
 dselect/po/hu.po        |   2 +-
 dselect/po/id.po        |   2 +-
 dselect/po/it.po        |   2 +-
 dselect/po/ja.po        |   2 +-
 dselect/po/ko.po        |   2 +-
 dselect/po/nb.po        |   2 +-
 dselect/po/nl.po        |   2 +-
 dselect/po/nn.po        |   2 +-
 dselect/po/pl.po        |   2 +-
 dselect/po/pt.po        |   2 +-
 dselect/po/pt_BR.po     |   2 +-
 dselect/po/ro.po        |   2 +-
 dselect/po/ru.po        |   2 +-
 dselect/po/sk.po        |   2 +-
 dselect/po/sv.po        |   2 +-
 dselect/po/tl.po        |   2 +-
 dselect/po/vi.po        |   2 +-
 dselect/po/zh_CN.po     |   2 +-
 dselect/po/zh_TW.po     |   2 +-
 po/ast.po               | 435 +++++++++++++++++++++++++-----------------------
 po/bs.po                | 422 +++++++++++++++++++++++-----------------------
 po/ca.po                | 432 ++++++++++++++++++++++++-----------------------
 po/cs.po                | 435 +++++++++++++++++++++++++-----------------------
 po/da.po                | 432 ++++++++++++++++++++++++-----------------------
 po/de.po                | 435 +++++++++++++++++++++++++-----------------------
 po/dpkg.pot             | 424 +++++++++++++++++++++++-----------------------
 po/dz.po                | 432 ++++++++++++++++++++++++-----------------------
 po/el.po                | 432 ++++++++++++++++++++++++-----------------------
 po/eo.po                | 435 +++++++++++++++++++++++++-----------------------
 po/es.po                | 432 ++++++++++++++++++++++++-----------------------
 po/et.po                | 431 ++++++++++++++++++++++++-----------------------
 po/eu.po                | 435 +++++++++++++++++++++++++-----------------------
 po/fr.po                | 435 +++++++++++++++++++++++++-----------------------
 po/gl.po                | 432 ++++++++++++++++++++++++-----------------------
 po/hu.po                | 432 ++++++++++++++++++++++++-----------------------
 po/id.po                | 432 ++++++++++++++++++++++++-----------------------
 po/it.po                | 435 +++++++++++++++++++++++++-----------------------
 po/ja.po                | 432 ++++++++++++++++++++++++-----------------------
 po/km.po                | 432 ++++++++++++++++++++++++-----------------------
 po/ko.po                | 432 ++++++++++++++++++++++++-----------------------
 po/ku.po                | 435 +++++++++++++++++++++++++-----------------------
 po/lt.po                | 432 ++++++++++++++++++++++++-----------------------
 po/mr.po                | 432 ++++++++++++++++++++++++-----------------------
 po/nb.po                | 432 ++++++++++++++++++++++++-----------------------
 po/ne.po                | 432 ++++++++++++++++++++++++-----------------------
 po/nl.po                | 432 ++++++++++++++++++++++++-----------------------
 po/nn.po                | 432 ++++++++++++++++++++++++-----------------------
 po/pa.po                | 431 ++++++++++++++++++++++++-----------------------
 po/pl.po                | 435 +++++++++++++++++++++++++-----------------------
 po/pt.po                | 432 ++++++++++++++++++++++++-----------------------
 po/pt_BR.po             | 432 ++++++++++++++++++++++++-----------------------
 po/ro.po                | 432 ++++++++++++++++++++++++-----------------------
 po/ru.po                | 435 +++++++++++++++++++++++++-----------------------
 po/sk.po                | 435 +++++++++++++++++++++++++-----------------------
 po/sv.po                | 435 +++++++++++++++++++++++++-----------------------
 po/th.po                | 432 ++++++++++++++++++++++++-----------------------
 po/tl.po                | 432 ++++++++++++++++++++++++-----------------------
 po/vi.po                | 432 ++++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 435 +++++++++++++++++++++++++-----------------------
 po/zh_TW.po             | 432 ++++++++++++++++++++++++-----------------------
 scripts/po/ca.po        |  11 +-
 scripts/po/de.po        |  11 +-
 scripts/po/dpkg-dev.pot |  13 +-
 scripts/po/es.po        |  11 +-
 scripts/po/fr.po        |  11 +-
 scripts/po/pl.po        |  11 +-
 scripts/po/ru.po        |  11 +-
 scripts/po/sv.po        |  11 +-
 80 files changed, 9225 insertions(+), 8660 deletions(-)

commit 6598274e9b04ff7940c1d0201b66c87c79604f56
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Fri Aug 13 05:55:02 2010 +0200

    Remove spurious leftover .dpkg-tmp files after unpacking failure
    
    Renaming the backup copy to the old name is a no-op if these are
    hard links to the same file. So we need to remove the backup copy
    afterwards to make sure it is gone.
    
    Closes: #591993
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 5 +++++
 src/cleanup.c    | 4 ++++
 2 files changed, 9 insertions(+)

commit 55ed7ef4ac47abec9055e78bf9b5ff8c1b6006ad
Author: Fabian Groffen <grobian@gentoo.org>
Date:   Fri Aug 13 04:43:03 2010 +0200

    u-a: Include <limits.h> for _POSIX_MAX_PATH
    
    Needed on at least Solaris and Darwin, and as defined per POSIX.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog            | 1 +
 utils/update-alternatives.c | 1 +
 2 files changed, 2 insertions(+)

commit a9809fc49c633a80bb8e13485a1bfb1cbf62d522
Author: Fabian Groffen <grobian@gentoo.org>
Date:   Fri Aug 13 04:41:13 2010 +0200

    build: Link u-a against libintl if libc does not have i18n support
    
    This happens on at least Solaris and Darwin.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog  | 4 ++++
 utils/Makefile.am | 1 +
 2 files changed, 5 insertions(+)

commit 50a9519397b6662dd5376faaaa495bf04bafc4f5
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 11 16:12:30 2010 +0200

    dpkg-statoverride: Fix typos

 src/statcmd.c | 4 ++--
 src/statdb.c  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 357ab385750c1cb657ff95c0b34ad0a6bf6d2cdf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 11 15:16:04 2010 +0200

    libdpkg: When parsing database files only warn on bogus versions
    
    Those versions, although bogus, were previously accepted, so to avoid
    breaking systems by making dpkg refuse to parse the status and available
    files, we just make it warn for now, and will make it error out on
    status file parsing later on.
    
    We keep producing errors on the rest of version parsing to avoid newly
    introduced bogosity and so that packages get fixed, while not making the
    system unusable anymore.
    
    Closes: #590885, #590896, #591692, #591885

 debian/changelog     |  3 ++
 lib/dpkg/dbmodify.c  |  8 ++++--
 lib/dpkg/dpkg-db.h   |  5 +++-
 lib/dpkg/fields.c    | 27 ++++++------------
 lib/dpkg/parsedump.h |  4 +++
 lib/dpkg/parsehelp.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/update.c         |  3 +-
 7 files changed, 102 insertions(+), 26 deletions(-)

commit 30bd7ddbffe3ad4b5d5dc78c5dd1b0f5b07ccfd6
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Aug 11 15:51:56 2010 +0200

    libdpkg: Always print a massage on warning when parsing control files
    
    The warnings were only being issues on dpkg-deb parsing, which greatly
    defeats their purpose, as using dpkg-deb is not truly needed to
    generate '.deb' packages. So printing always will give them wider
    exposure.
    
    The parse_warn() function is not using warning() though, which makes
    the output miss the program name, but the changes needed for this are
    too intrusive at this time, and it's only a cosmetic issue afterall, so
    we'll leave this for later.

 debian/changelog | 1 +
 lib/dpkg/parse.c | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit e27c50f24d959e0ddf3ac8b163f235c10cd56615
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Aug 13 06:23:10 2010 +0200

    build: Fix uninstall target in man/Makefile.am
    
    Missed in commit 4be28d99de2c8fe27c6c16bc9c114f7cef550f79.

 man/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit d9af5690390429e6c5bc9c8a2c46ba19cedf21bc
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Aug 11 22:17:39 2010 +0200

    Dpkg::Shlibs::Objdump::get_format() fallback to host objdump if cross one failed
    
    In many cases the cross objdump is not able to analyze the binaries from
    the build host and yet dpkg-shlibdeps need to be able to verify that
    the various binaries use the same ELF format. To achieve this get_format()
    is enhanced to fallback on the objdump command when the cross one failed.

 debian/changelog               |  2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 25 +++++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)

commit 4be28d99de2c8fe27c6c16bc9c114f7cef550f79
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Aug 11 15:50:56 2010 +0200

    Fix install target in man/Makefile.am
    
    Commit 39c6dab89bbea9fe336f869b65e33102ba238205 introduced a regression:
    make install during a package build in a tree generated by make dist would
    no longer install the manual page... because they are already built and
    available in $(srcdir) while $(CURDIR) was ok for the case where the
    manual pages are not pre-built.
    
    No we try both paths and pick the first one that exists.

 debian/changelog | 5 +++++
 man/Makefile.am  | 2 ++
 2 files changed, 7 insertions(+)

commit 58c7cd30d692652b1d533a809c1aea397d35eacf
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 5 18:29:39 2010 +0200

    u-a: Add non-regression test for --remove-all

 utils/t/100_update_alternatives.t | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 9b494da45eb2883a1b397a42aac4adc1f7899b6b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Aug 5 17:48:45 2010 +0200

    u-a: Fix use after free causing segfaults on --remove-all
    
    Refactor alternative_choices_free function and use it from
    alternative_reset() and for --remove-all. This was causing segfaults
    or bogus operation by not removing all choices.
    
    Closes: #591653, #591654

 debian/changelog            |  7 +++++++
 utils/update-alternatives.c | 27 +++++++++++++++++----------
 2 files changed, 24 insertions(+), 10 deletions(-)

commit ae947e1d0380470924c99385951f86b936492bc7
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 3 03:17:48 2010 +0200

    libdpkg: Add missing symbols to Versions script

 lib/dpkg/libdpkg.Versions | 2 ++
 1 file changed, 2 insertions(+)

commit 499088b2a6e94991d516cb7ee851698ccea5192b
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Aug 3 03:10:01 2010 +0200

    Move glob module to libdpkg

 lib/dpkg/Makefile.am      | 2 ++
 {src => lib/dpkg}/glob.c  | 3 +--
 {src => lib/dpkg}/glob.h  | 6 +++---
 lib/dpkg/libdpkg.Versions | 3 +++
 po/POTFILES.in            | 1 +
 src/Makefile.am           | 2 --
 src/divertcmd.c           | 2 +-
 src/statcmd.c             | 2 +-
 8 files changed, 12 insertions(+), 9 deletions(-)

commit f56c9fc6a07f609a122696c463c25caf4ebd36ff
Merge: 03b4300e5 624aa0fad
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 2 10:53:35 2010 +0200

    Merge branch 'sid' (through tag '1.15.8.3')
    
    Conflicts:
            debian/changelog

commit 624aa0fadb9daf2757563197fa376b8223d11f2d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 2 10:38:28 2010 +0200

    Release 1.15.8.3

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

commit f4e116b3a2afdbf2ee9fc2556782fa7cd773165c
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Aug 2 10:21:06 2010 +0200

    libdpkg: Fix buffer overflow in dpkg_ar_member_put_header
    
    It was causing it to write the header to fd 0 (instead of ar_fd)
    depending on the stack layout, affecting armel which was generating
    empty packages.
    
    Closes: #591312
    
    Reported-by: Philipp Kern <pkern@debian.org>
    Based-on-patch-by: Reinhard Tartler <siretart@tauware.de>

 debian/changelog |  7 +++++++
 lib/dpkg/ar.c    | 11 +++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

commit 9036687a8cbd87ce319df56dd362bb2adae96fc4
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Sun Aug 1 08:59:47 2010 +0200

    Fix dpkg-divert test suite to cope with + in the build directory name
    
    The directory name was not properly escaped in regular expressions
    and lead to test failures when it contained + or other characters with
    special meanings in regular expressions.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog        |  8 ++++++++
 src/t/100_dpkg_divert.t | 10 +++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 03b4300e51cec35e49e38aef14d72acb6adea6bb
Merge: 7444c878a 4aed1d728
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 31 04:39:19 2010 +0200

    Merge branch 'sid' (through tag '1.15.8.2')
    
    Conflicts:
            debian/changelog

commit 4aed1d728958584769d469540e9ae6103e13d424
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 31 04:20:18 2010 +0200

    Release 1.15.8.2

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

commit c0f7fae149878000f75fa384fab4b9a600bb143a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 31 04:09:38 2010 +0200

    dpkg-buildpackage: Allow specifying absolute and relative paths on -r
    
    Rregression introduced in 7106a2d148ace7ea1e786e41e11f84081b47fec8.
    
    Closes: #591010

 debian/changelog     |  2 ++
 scripts/Dpkg/Path.pm | 12 +++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 0e25e3a913000692c97fb50b34d3b11f0c92ea9f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 30 04:40:16 2010 +0200

    Bump libdpkg-perl Depends on dpkg to 1.15.8
    
    It will break dpkg versions before that when installing and removing
    libdpkg-perl, because older update-alternatives and dpkg-divert require
    Dpkg.pm and Dpkg/Gettext.pm which will disappear due to the Replaces.
    
    Closes: #590867
    
    Analysis-by: Sven Joachim <svenjoac@gmx.de>

 debian/changelog | 10 ++++++++++
 debian/control   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 7444c878aa6a0adabec28800f5015a33239e45a5
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 21:38:54 2010 +0200

    Add missing space in changelog

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9ba415de26ee6d92d84782de6843f4e8ea38570a
Merge: 5a580e28b 44c36ad22
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 29 21:35:36 2010 +0200

    Merge branch 'sid'

commit 5a580e28ba68f1482291ad86d823b487f74bcd70
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 20:26:53 2010 +0200

    libcompat: On successful realloc assign the newlist to list

 debian/changelog     | 3 +++
 lib/compat/scandir.c | 1 +
 2 files changed, 4 insertions(+)

commit 44c36ad22adc8234a15bbfcf68a7bedf959443e5
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 29 21:18:39 2010 +0200

    Release 1.15.8.1

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

commit 5174ba18f14b60b01749fc0c8a415acbf62254a6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 29 21:07:18 2010 +0200

    Add u-a non-regression test to ensure the sorting of choices/slaves is ok

 utils/t/100_update_alternatives.t | 54 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 52 insertions(+), 2 deletions(-)

commit 867edc4d1736e0052143d1cd28b7dda3fd71ba45
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 29 20:36:09 2010 +0200

    update-alternatives: fix off-by-one errors
    
    alternative_sort_choices() and alternative_sort_slaves() were affected
    by an off-by-one error that could result in linked lists looping over
    themselves since the last element was not properly put back in the list.

 debian/changelog            | 7 +++++++
 utils/update-alternatives.c | 6 ++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 1f2f5296c6a9437e71ad01ebe2f6ce5730de6558
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 29 19:29:03 2010 +0200

    Update German translation of manual pages
    
    Update to 1936t.

 debian/changelog |  5 ++++-
 man/po/de.po     | 33 ++++++++++-----------------------
 2 files changed, 14 insertions(+), 24 deletions(-)

commit 20332acd87e0417590dcd4d19916d6b1c6f93472
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jul 29 18:50:57 2010 +0200

    Update German scripts translation
    
    Update to 513t

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

commit caba9f9cf57e74fc8560d05a5764d0bcf2034a0e
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 11:00:28 2010 +0200

    Bump version to 1.15.9

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

commit 189dcd07b4cd62159fb0a28db79249d86c91fb1b
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 09:39:30 2010 +0200

    Release 1.15.8

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

commit 1c8aaa94ea11a5a88f348a6ea46197b3b1cf6d0d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 09:36:45 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |    2 +-
 dselect/po/ca.po        |    2 +-
 dselect/po/cs.po        |    2 +-
 dselect/po/da.po        |    2 +-
 dselect/po/de.po        |    2 +-
 dselect/po/dselect.pot  |    4 +-
 dselect/po/el.po        |    2 +-
 dselect/po/es.po        |    2 +-
 dselect/po/et.po        |    2 +-
 dselect/po/eu.po        |    2 +-
 dselect/po/fr.po        |    2 +-
 dselect/po/gl.po        |    2 +-
 dselect/po/hu.po        |    2 +-
 dselect/po/id.po        |    2 +-
 dselect/po/it.po        |    2 +-
 dselect/po/ja.po        |    2 +-
 dselect/po/ko.po        |    2 +-
 dselect/po/nb.po        |    2 +-
 dselect/po/nl.po        |    2 +-
 dselect/po/nn.po        |    2 +-
 dselect/po/pl.po        |    2 +-
 dselect/po/pt.po        |    2 +-
 dselect/po/pt_BR.po     |    2 +-
 dselect/po/ro.po        |    2 +-
 dselect/po/ru.po        |    2 +-
 dselect/po/sk.po        |    2 +-
 dselect/po/sv.po        |    2 +-
 dselect/po/tl.po        |    2 +-
 dselect/po/vi.po        |    2 +-
 dselect/po/zh_CN.po     |    2 +-
 dselect/po/zh_TW.po     |    2 +-
 man/po/de.po            |  254 ++++---
 man/po/dpkg-man.pot     |  697 ++++++++++---------
 man/po/es.po            |  797 ++++++++++++---------
 man/po/fr.po            |  802 +++++++++++++---------
 man/po/hu.po            |  739 +++++++++++---------
 man/po/ja.po            |  750 +++++++++++---------
 man/po/pl.po            |  801 +++++++++++++---------
 man/po/pt_BR.po         |  734 +++++++++++---------
 man/po/ru.po            |  750 +++++++++++---------
 man/po/sv.po            | 1080 ++++++++++++++---------------
 po/ast.po               | 1698 ++++++++++++++++++++++++---------------------
 po/bs.po                | 1480 +++++++++++++++++++--------------------
 po/ca.po                | 1676 ++++++++++++++++++++++++---------------------
 po/cs.po                | 1697 ++++++++++++++++++++++++---------------------
 po/da.po                | 1622 ++++++++++++++++++++++---------------------
 po/de.po                |  278 ++++----
 po/dpkg.pot             | 1470 +++++++++++++++++++--------------------
 po/dz.po                | 1623 ++++++++++++++++++++++---------------------
 po/el.po                | 1674 ++++++++++++++++++++++++---------------------
 po/eo.po                | 1693 +++++++++++++++++++++++++--------------------
 po/es.po                | 1678 ++++++++++++++++++++++++---------------------
 po/et.po                | 1533 +++++++++++++++++++++--------------------
 po/eu.po                | 1699 ++++++++++++++++++++++++---------------------
 po/fr.po                | 1749 ++++++++++++++++++++++++++---------------------
 po/gl.po                | 1664 ++++++++++++++++++++++++--------------------
 po/hu.po                | 1585 ++++++++++++++++++++++--------------------
 po/id.po                | 1549 +++++++++++++++++++++--------------------
 po/it.po                | 1705 ++++++++++++++++++++++++---------------------
 po/ja.po                | 1668 +++++++++++++++++++++++---------------------
 po/km.po                | 1617 +++++++++++++++++++++++--------------------
 po/ko.po                | 1660 ++++++++++++++++++++++++--------------------
 po/ku.po                | 1477 +++++++++++++++++++--------------------
 po/lt.po                | 1518 ++++++++++++++++++++--------------------
 po/mr.po                | 1615 +++++++++++++++++++++++--------------------
 po/nb.po                | 1665 +++++++++++++++++++++++---------------------
 po/ne.po                | 1618 ++++++++++++++++++++++---------------------
 po/nl.po                | 1629 ++++++++++++++++++++++---------------------
 po/nn.po                | 1548 +++++++++++++++++++++--------------------
 po/pa.po                | 1557 +++++++++++++++++++++--------------------
 po/pl.po                | 1699 +++++++++++++++++++++++++--------------------
 po/pt.po                | 1671 +++++++++++++++++++++++---------------------
 po/pt_BR.po             | 1673 ++++++++++++++++++++++++---------------------
 po/ro.po                | 1687 ++++++++++++++++++++++++---------------------
 po/ru.po                | 1700 +++++++++++++++++++++++++--------------------
 po/sk.po                | 1699 ++++++++++++++++++++++++---------------------
 po/sv.po                |  261 +++----
 po/th.po                | 1658 ++++++++++++++++++++++++--------------------
 po/tl.po                | 1558 +++++++++++++++++++++--------------------
 po/vi.po                | 1711 +++++++++++++++++++++++++---------------------
 po/zh_CN.po             | 1691 +++++++++++++++++++++++++--------------------
 po/zh_TW.po             | 1658 ++++++++++++++++++++++++--------------------
 scripts/po/ca.po        |  215 +++---
 scripts/po/de.po        |  142 ++--
 scripts/po/dpkg-dev.pot |  216 +++---
 scripts/po/es.po        |  323 ++++++---
 scripts/po/fr.po        |  323 ++++++---
 scripts/po/pl.po        |  254 ++++---
 scripts/po/ru.po        |  323 ++++++---
 scripts/po/sv.po        |  158 +++--
 90 files changed, 39952 insertions(+), 33781 deletions(-)

commit 8b511ee6e78ed105558f5becfe117fe8cb887f9a
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 06:13:37 2010 +0200

    dpkg-buildflags(1): Fix typo

 man/dpkg-buildflags.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6d181ade5c67db8328289c6cadfb6b96f3dc89d2
Author: Osamu Aoki <osamu@debian.org>
Date:   Thu Jul 29 06:07:11 2010 +0200

    deb-control(5): Add missing mentions of the Breaks field
    
    Alongside the other fields sharing the same syntax.
    
    Closes: #590472

 debian/changelog  | 3 +++
 man/deb-control.5 | 8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 3b0d38c02236140b0422c4f45fdd0015b6240209
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 05:47:05 2010 +0200

    dpkg-buildpackage: Add new -F option for full build
    
    This enables to explicitly specify a normal full build and combine it
    with -nc.
    
    Closes: #547993

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

commit 68a4a0b3ca958c0bd47abac27219666d2f7264e8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 05:02:09 2010 +0200

    dpkg-buildpackage: Switch build option tracking to a bitmask variable

 scripts/dpkg-buildpackage.pl | 50 +++++++++++++++++++++++++++++++-------------
 1 file changed, 35 insertions(+), 15 deletions(-)

commit d25407536dbed4cad2943187b36fbb6c92a6b5ab
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 15:06:19 2010 +0200

    dpkg: Assign correct SE Linux label to non-regular files
    
    The call to matchpathcon() was getting passed only the permission bits
    of the mode argument, instead of the format type. Map the tar filetype
    to the Unix mode and OR that information into the tar_entry mode member.
    
    Closes: #587949
    
    Based-on-patch-by: Russell Coker <russell@coker.com.au>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |  2 ++
 lib/dpkg/tarfn.c | 43 ++++++++++++++++++++++++++++++++++++++++++-
 src/archives.c   | 10 ++++++----
 3 files changed, 50 insertions(+), 5 deletions(-)

commit 6c370bda300fca1c0e4e7ff99c22052a8d440142
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 29 06:48:10 2010 +0200

    libdpkg: Move code handling tar uid/gid together
    
    This avoids unneeded conversions and assignments when we have valid
    username and groupname.

 lib/dpkg/tarfn.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

commit ccb9d03ffd24c0e7319872bf190ce99dbb37b18e
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 20:11:58 2010 +0200

    libdpkg: Rename TarInfo to tar_entry

 lib/dpkg/tarfn.c |  8 ++++----
 lib/dpkg/tarfn.h |  4 ++--
 src/archives.c   | 17 +++++++++++------
 src/archives.h   |  2 +-
 src/filters.c    |  2 +-
 src/filters.h    |  2 +-
 6 files changed, 20 insertions(+), 15 deletions(-)

commit 15cf1342b886f548e8845dd042a72b028efc5d3d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 17:48:01 2010 +0200

    libdpkg: Rename TarExtractor to tar_extractor

 lib/dpkg/libdpkg.Versions | 2 +-
 lib/dpkg/tarfn.c          | 2 +-
 lib/dpkg/tarfn.h          | 2 +-
 src/archives.c            | 2 +-
 src/processarc.c          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit f8a9cacf8ada2dc14dcf86f34969f2f5b678bdee
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 16:03:02 2010 +0200

    libdpkg: Rename and lower-case TarInfo members

 lib/dpkg/tarfn.c |  78 ++++++++++++++++----------------
 lib/dpkg/tarfn.h |  20 ++++-----
 src/archives.c   | 132 ++++++++++++++++++++++++++++++-------------------------
 src/filters.c    |  18 ++++----
 4 files changed, 129 insertions(+), 119 deletions(-)

commit 646892a232557410f8036b9d06a2babcbb44456d
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 01:06:04 2010 +0200

    libdpkg: Normalize tar_filetype_file0 to tar_filetype_file on decode

 lib/dpkg/tarfn.c | 3 ++-
 src/archives.c   | 7 ++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

commit e6b62bd49fe7a089dc5f294090130051e7de54fe
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 01:00:59 2010 +0200

    libdpkg: When decoding the tar header assign the TarInfo Type first

 lib/dpkg/tarfn.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d87b7d37ac9f6ce5b91599a09781d8d79ac00143
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 00:58:03 2010 +0200

    libdpkg: Rename and namespace TarFileType to tar_filetype

 lib/dpkg/tarfn.c | 27 ++++++++++++++-------------
 lib/dpkg/tarfn.h | 24 ++++++++++++------------
 src/archives.c   | 54 +++++++++++++++++++++++++++++-------------------------
 src/filters.c    |  3 ++-
 4 files changed, 57 insertions(+), 51 deletions(-)

commit 67d524ea0b9fe7b2a19c2f81c848a8523508a538
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 28 16:32:48 2010 +0200

    Pass tar context pointer as an argument instead of a struct member
    
    The context does not have anything to do with the TarInfo struct,
    so pass it as a function argument either as 'void *' or as
    'struct tarcontext *' if the type is known.

 lib/dpkg/tarfn.c | 17 ++++++++---------
 lib/dpkg/tarfn.h |  7 +++----
 src/archives.c   | 19 +++++++++----------
 src/archives.h   |  2 +-
 4 files changed, 21 insertions(+), 24 deletions(-)

commit c5dc9008a7dc26964f2925adc364597f7d4cb5d5
Author: Peter Krefting <peterk@debian.org>
Date:   Tue Jul 27 08:53:29 2010 +0100

    Update Swedish translation:
    
    scripts/po/sv.po: 513t0f0u.

 scripts/po/sv.po | 176 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 101 insertions(+), 75 deletions(-)

commit 205ac41b166c9fd494cb61999dc3bfbc0315fea1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 26 18:45:48 2010 +0200

    Update German translation of manual pages
    
    Update to 1935t.

 man/po/de.po | 394 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 249 insertions(+), 145 deletions(-)

commit f3ee10f101c6431d3827bf1e92fbd4ded3014723
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jul 26 18:14:15 2010 +0200

    Update German scripts translation
    
    Update to 513t

 scripts/po/de.po | 161 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 93 insertions(+), 68 deletions(-)

commit 8f49b73704935989988e71c7bf5caad755931c2d
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jul 26 17:42:02 2010 +0200

    German dpkg translation update
    
    Update to 984t.

 po/de.po | 1491 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 778 insertions(+), 713 deletions(-)

commit 1b9c0f6d82cd64a3aafcdc474a2aeeefd3bd41a3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 26 08:57:50 2010 +0200

    dpkg-source: drop upstream debian directory before copying the debian one in place
    
    In source formats "2.0" and "3.0 (quilt)", make sure to remove the
    upstream-provided debian directory before copying the debian-provided
    version of that directory in place. Closes: #590297

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

commit 23a78ee22e185a709fed901a8743836cdd954ae1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jul 26 08:35:50 2010 +0200

    Bump Standards-Version to 3.9.1
    
    No change needed.

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

commit c54889184636f451950b927823f899a62843019e
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jul 26 04:24:55 2010 +0200

    libdpkg: Add additional branches to informative() test-case

 lib/dpkg/test/t-pkginfo.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 4cb6ae5d9e239c42c123910aa8407fbfed266ebf
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 25 19:43:30 2010 +0200

    libdpkg: Add test case for command_exec

 lib/dpkg/test/t-command.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit c1615da1a2cc409bccbf89b4203b82c68041a6cb
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 25 19:23:07 2010 +0200

    libdpkg: Complete test cases for the path module

 lib/dpkg/test/t-path.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 90 insertions(+), 2 deletions(-)

commit 10211292855ac5548ef4a56df7a9dd6d3081da41
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 25 18:50:18 2010 +0200

    libdpkg: Fix buffer size limit handling in path_quote_filename
    
    Fix an off-by-one error on size limit NUL termination outside the loop,
    and thus make sure then that size is always > 0 so that we don't write
    outside the bounds. Check there's enough room when quoting '\\', and
    terminate the string and return otherwise. Remove XXX comments now that
    the code works fine.

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

commit 8e5c0399910509951c7a5cf9380fe41d3b3083a9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 25 17:07:33 2010 +0200

    libdpkg: Fix bogus handling of '\\' in path_quote_filename
    
    When quoting backslash, the code was not advancing the source, so the
    destination was getting repeated backslashes until the buffer was full.

 lib/dpkg/path.c | 1 +
 1 file changed, 1 insertion(+)

commit e759410b2e9eb1c48bb344d2ad17bfc420ddf57a
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 25 14:51:11 2010 +0200

    libdpkg: Fix buffer overflow in path_quote_filename
    
    When the string was longer than the size limit, the loop would continue
    as the unsigned size would wrap around 0 to SIZE_MAX, and subsequently
    segfault on the out-of-bounds access. Use ssize_t for the size variable.
    
    Regression introduced in f35d66dbc228bc8ad2c5255dee1bf4ecf9ee6e06.

 lib/dpkg/path.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e62eaa93a1eb43c00aa5b9d58ca4ab975dcd53a5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 19:12:24 2010 +0200

    Use varbuf_trunc instead of directly assigning to member 'used'

 src/archives.c   |  9 +++++----
 src/configure.c  |  4 ++--
 src/processarc.c |  8 ++++----
 src/querycmd.c   |  5 +++--
 src/remove.c     | 14 ++++++++------
 5 files changed, 22 insertions(+), 18 deletions(-)

commit 1433317d2fe83290ef02dbf54a6e4e650cb691d6
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 19:12:01 2010 +0200

    libdpkg: Add new varbuf_trunc() function

 lib/dpkg/libdpkg.Versions |  1 +
 lib/dpkg/test/t-varbuf.c  | 21 +++++++++++++++++++++
 lib/dpkg/varbuf.c         | 10 ++++++++++
 lib/dpkg/varbuf.h         |  1 +
 4 files changed, 33 insertions(+)

commit b3db5f47c08016aa36fd0733341a033d9600a0c7
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jul 25 23:34:03 2010 +0200

    build: Fix “make distcheck” errors
    
    Ship the doc/lcov-{epi,pro}log files created in commit
    0581dda824f26e9eec996ebf4de5f6474336bec2 in the distribution tarball,
    as well as the dpkg-divert test that moved in commit
    577ab5dd513beb641f1d635d8ead681065254233.

 Makefile.am     | 2 ++
 src/Makefile.am | 3 +++
 2 files changed, 5 insertions(+)

commit c4eadd0e0f2aca06aa477eab62cbcc3028dcf2e8
Author: Joey Hess <joeyh@debian.org>
Date:   Sun Jul 25 14:20:41 2010 -0400

    dpkg-source: fix path to gitshallow file in source format "3.0 (git)"
    
    It was looking in the current directory, which works most of the time,
    but not always.

 scripts/Dpkg/Source/Package/V3/git.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 80bf68bd3af6bf4b4bffe12ea26eb53cba296283
Author: Joey Hess <joeyh@debian.org>
Date:   Sun Jul 25 14:17:46 2010 -0400

    dpkg-source(1): add missing paragraph break to man page

 man/dpkg-source.1 | 1 +
 1 file changed, 1 insertion(+)

commit 2d75127b6fce8ef37b0fa670ee6d660d91bf0c9f
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Jul 25 18:53:19 2010 +0100

    Correct typo in dpkg-maintscript-helper.1

 man/dpkg-maintscript-helper.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 14d7d133356f3ae951d24678450cbf479a72cd84
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Jul 25 18:51:37 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 984t0f0u.
    man/po/sv.po: 1925t0f0u.
    scripts/po/sv.po: 511t0f0u.

 man/po/sv.po     |  237 +++++---
 po/sv.po         | 1671 +++++++++++++++++++++++++++---------------------------
 scripts/po/sv.po |   55 +-
 3 files changed, 1004 insertions(+), 959 deletions(-)

commit c9dc82a6789caf8c45cf494745dfd4d4fc882c5f
Author: Peter Krefting <peterk@debian.org>
Date:   Sun Jul 25 16:43:00 2010 +0100

    Update POTFILES.in for changes in source files.
    
    pkg-show.c (92838b1a97e20b70c3a450578d2b4271143fd561)
    querycmd.c (1dc3c58b4cad6338c8b02d106292b392e741f9e0)

 po/POTFILES.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit daf14faa1e7dc44ef1bd8ac71c621f1b24ca7350
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jul 25 18:15:29 2010 +0200

    Add missing bug closure

 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

commit a2e3d77e982e343d09231921287bda89aff592b2
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jul 25 17:25:56 2010 +0200

    dpkg-source: replace tar ignore pattern *~ with */*~
    
    With this change, it can't match the top-level directory anymore
    and the source package directory can again end with a tilde without
    creating problems.

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

commit eadd7d2376ef54b30cce26b336092c85ca406b3b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jul 25 17:12:50 2010 +0200

    Dpkg::Compression: add --no-name and --rsyncable options to the gzip call
    
    Pass --no-name option to gzip to avoid encoding the timestamp in the file
    so that the result is more predictable. Also pass --rsyncable to make
    source packages more rsync friendly.

 debian/changelog            | 3 +++
 scripts/Dpkg/Compression.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 4f0baea1440ecb85a67b944ac0add2562682c207
Author: Joey Hess <joey@kitenet.net>
Date:   Tue Jun 1 16:01:35 2010 -0400

    dpkg-source: modify source format "3.0 (git)" to use git bundle
    
    Much better than the old approach of a tarball of the .git repository,
    the git bundle format is simple to understand and work with, and
    doesn't need to be sanitized for security. Much code went away.
    
    Supports limiting history depth by creating a shallow clone.
    
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 debian/changelog                      |   2 +
 man/dpkg-source.1                     |  44 ++++-
 scripts/Dpkg/Source/Package/V3/git.pm | 314 ++++++++++++----------------------
 3 files changed, 149 insertions(+), 211 deletions(-)

commit 408541a3980ee505e2064bb5c8ee844b4baf3a2b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Jul 25 16:19:40 2010 +0200

    dpkg-buildflags: new --export command
    
    This action outputs shell code (or a makefile snippet) that exports all
    the compilations flags in the environment.
    
    For instance, the following command can be used a shell script:
     eval $(dpkg-buildflags --export=sh)

 debian/changelog           |  1 +
 man/dpkg-buildflags.1      |  8 ++++++++
 scripts/dpkg-buildflags.pl | 33 +++++++++++++++++++++++++++------
 3 files changed, 36 insertions(+), 6 deletions(-)

commit 37fe6b4a5ccf58ed553fe24ba19535b6d1bf92ba
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jul 23 08:06:36 2010 +0200

    update-alternatives: avoid segfault when the only slave is disappearing
    
    When an alternative with a single slave is removed, and when the
    remaining alternatives have no slaves, u-a was segfaulting while trying
    to remove the slave alternative from the structure.
    
    Reported-by: Jonathan Nieder <jrnieder@gmail.com>
    Reported-by: Cyril Brulebois <kibi@debian.org>

 utils/update-alternatives.c | 2 ++
 1 file changed, 2 insertions(+)

commit 611e3235622c2b6940df5c961faf148e4528b4b1
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jul 22 22:19:31 2010 +0200

    Check the stat structure only if it has been initialized
    
    For non-existing files the stat structure is not initialized and S_ISDIR would
    randomly return true leading to the "Cannot divert directories" error
    message.
    
    This fixes the test-suite on i386.

 src/divertcmd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c24925105318dfa5a8ce19b54be80be69876094d
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 22 18:27:16 2010 +0200

    dpkg-deb: Parse control file into available structure
    
    This unconfuses the code to make it clear we are not dealing with
    installed package information. It's also needed as part of the
    infrastructure changes for multiarch support.

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

commit 4e3e048dcef6714c295eae21f240ccd7ab634b8f
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 22 18:25:48 2010 +0200

    build: Set LC_ALL=C for check-local
    
    This guarantees a reproducible environment for the test-suite.

 Makecheck.am | 1 +
 1 file changed, 1 insertion(+)

commit a58303f0294dfd9c93dfa4f49f572f1711f947cf
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 21 16:24:15 2010 +0200

    build: Add missing TEST_ENV_VARS to check-local target
    
    Missed in commit 939778ab9b4147d42b7250fdb1be9c5fe79392b7.

 Makecheck.am | 1 +
 1 file changed, 1 insertion(+)

commit 1a6633e2d9b8d66eed60a45bfdd86552bf6107e4
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 18 11:44:35 2010 +0200

    dpkg: Stop exporting DPKG_LIBDIR to maintainer scripts
    
    Now that the maintainer scripts helper program is under PATH, there's
    no need anymore to export the internal dpkg library directory.

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

commit fad96a45552d4c0cca3ae141f385536048d9a75c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 18:30:41 2010 +0200

    libdpkg: Make pkginfo argument const in pkg_summary()

 lib/dpkg/pkg-show.c | 2 +-
 lib/dpkg/pkg-show.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0f1bf462adbe67938f2c05712b2f53dc82f0994f
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 17 18:29:38 2010 +0200

    Do not include two unused <assert.h>

 dpkg-deb/build.c | 1 -
 src/remove.c     | 1 -
 2 files changed, 2 deletions(-)

commit f4b2c176d93a8e66bbc56a59f210412b4b904123
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 17 10:12:46 2010 +0200

    Update German scripts translation
    
    Update to 511t

 scripts/po/de.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 6b62761d7c3f0db09371a24e8d32a2600cc91c5a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 20:31:54 2010 +0200

    Use earlier/later instead of smaller/bigger for comparison relationships
    
    Closes: #587641

 debian/changelog              |  2 ++
 lib/dpkg/pkg.c                |  4 ++--
 scripts/Dpkg/Changelog.pm     | 16 ++++++++--------
 scripts/Dpkg/Shlibs/Symbol.pm |  2 +-
 scripts/Dpkg/Version.pm       | 12 ++++++------
 scripts/dpkg-genchanges.pl    |  2 +-
 6 files changed, 20 insertions(+), 18 deletions(-)

commit 4b3828ba87359a3a0171a95479834983224b2f73
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 17:06:23 2010 +0200

    build: Add -Wshadow to default warnings

 m4/dpkg-compiler.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1dc3c58b4cad6338c8b02d106292b392e741f9e0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 16:51:36 2010 +0200

    dpkg-query: Rename query.c to querycmd.c
    
    This makes it obvious the file contains the main() function for
    dpkg-query in line with the rest of the tools.

 src/Makefile.am             | 2 +-
 src/{query.c => querycmd.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e93fdb82239a07d52a377e5f4158e0ca0c58af7c
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 16:49:38 2010 +0200

    Fix file names in comment header

 dselect/basecmds.cc  | 2 +-
 dselect/basetop.cc   | 2 +-
 lib/dpkg/parsedump.h | 2 +-
 lib/dpkg/pkg.c       | 2 +-
 lib/dpkg/progress.h  | 2 +-
 src/errors.c         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit bac27aba18dc8eff6124741f7554ccf75b09ceee
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 16:38:37 2010 +0200

    dpkg-query: Do not incorrectly trim package summary on --list
    
    When computing the longest package description, the code was using
    always the first package passed to list1package. Which made it trim to
    an incorrect size.

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

commit 4def4665267a8249ae2de2594422c18f7a84bc8b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 16:35:03 2010 +0200

    dpkg-query: Use pkg_summary in list1package instead of ad-hoc code

 src/query.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit f45885e71425f23a707250a87e0672ec96d82cf7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 16:28:39 2010 +0200

    libdpkg: Make pkg_summary() return the summary instead of void
    
    Change from returning through a pointer argument to returning it from
    the function return value.

 lib/dpkg/pkg-show.c | 7 ++++---
 lib/dpkg/pkg-show.h | 2 +-
 src/enquiry.c       | 2 +-
 src/query.c         | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

commit 92838b1a97e20b70c3a450578d2b4271143fd561
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 14:19:15 2010 +0200

    Move pkg-show module to libdpkg

 lib/dpkg/Makefile.am                  |  2 ++
 {src => lib/dpkg}/pkg-show.c          |  5 ++---
 src/pkg-show.c => lib/dpkg/pkg-show.h | 33 ++++++++-------------------------
 src/Makefile.am                       |  2 --
 src/enquiry.c                         |  1 +
 src/main.h                            |  2 --
 src/query.c                           |  1 +
 7 files changed, 14 insertions(+), 32 deletions(-)

commit b4efb601b445580a3a46ce873eec3a80893dd08f
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 16 14:03:41 2010 +0200

    Convert limiteddescription() to pkg_summary()
    
    Move clamping of summary size to callers. This makes the function more
    generic so that it can be reused in other contexts.

 src/enquiry.c  |  5 ++++-
 src/main.h     |  3 +--
 src/pkg-show.c | 15 ++++++++-------
 src/query.c    |  4 +++-
 4 files changed, 16 insertions(+), 11 deletions(-)

commit c5309f8009d14dc6ce05a783ab89acf0c5e2a3ed
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jul 14 15:23:46 2010 +0200

    Switch variables from int to bool where appropriate

 dpkg-deb/build.c      |  7 ++++---
 lib/dpkg/pkg-format.c | 10 +++++-----
 src/errors.c          |  4 ++--
 src/main.c            | 11 ++++++-----
 src/packages.c        | 16 +++++++++-------
 5 files changed, 26 insertions(+), 22 deletions(-)

commit 51be5fbb426c0d46aa38dcd1289852b60a252a6c
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 19:57:07 2010 +0200

    u-a: Rename variable a to a_new to not shadow outter scope variable

 utils/update-alternatives.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 0ffb2352819de51884f80c380819a33cce9333a7
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 19:56:05 2010 +0200

    u-a: Rename altlnk to sl_altlnk to not shadow altlnk from outter scope

 utils/update-alternatives.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit fa610b5f505c38fad4c7c8d9b86262988a2d793d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 19:48:22 2010 +0200

    u-a: Rename link variable to linkname to not shadow link(2)

 utils/update-alternatives.c | 51 +++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

commit a9746761e3237e4cee5c5c7f5851b62b4de8ed37
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 19:00:56 2010 +0200

    u-a: Rename variable index to idx to not shadow index(3)

 utils/update-alternatives.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit f530505861321e8d8a9e70cf5fd86278778b58d1
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 18:51:32 2010 +0200

    u-a: Remove unneeded const from fileset_add_slave string arguments
    
    The arguments were later on cast to remove the constness, so just fix
    the prototype of the function.

 utils/update-alternatives.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 20a523e176f4c3c81cdade68ba71c45c421dfadc
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 19:42:02 2010 +0200

    dpkg: Rename symlink variable to target to not shadow symlink(2)

 src/configure.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

commit 7562f4ce74a04167ef2e9927304b15ae4b8cb6e9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 15:50:29 2010 +0200

    dpkg: Rename the remove variable to skip to not shadow remove(3)

 src/filters.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d647c878fb04db22dd0cfa7a57bee8f1d3caeac8
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 15:49:27 2010 +0200

    dpkg-split: Namespace global option variables to not shadow local ones

 dpkg-split/dpkg-split.h |  9 ++++++---
 dpkg-split/join.c       |  6 +++---
 dpkg-split/main.c       | 29 ++++++++++++++++-------------
 dpkg-split/queue.c      | 26 ++++++++++++++------------
 dpkg-split/split.c      |  4 ++--
 5 files changed, 41 insertions(+), 33 deletions(-)

commit 0581dda824f26e9eec996ebf4de5f6474336bec2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 11:44:41 2010 +0200

    build: Add optional code coverage support
    
    Enable code coverage support with 'configure --enable-coverage'. Use
    gcov and lcov for C code coverage, and Devel::Cover and cover for Perl
    code coverage.

 .gitignore          |  4 ++++
 Makecheck.am        |  2 ++
 Makefile.am         | 44 +++++++++++++++++++++++++++++++++++++++++++-
 configure.ac        |  1 +
 doc/.gitignore      |  1 +
 doc/lcov-epilog     |  8 ++++++++
 doc/lcov-prolog     |  8 ++++++++
 m4/dpkg-coverage.m4 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 scripts/.gitignore  |  1 +
 scripts/Makefile.am |  9 ++++++++-
 10 files changed, 127 insertions(+), 2 deletions(-)

commit 577ab5dd513beb641f1d635d8ead681065254233
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 10 13:54:28 2010 +0200

    build: Move dpkg_divert test case from scripts to src

 scripts/Makefile.am                                    |  3 +--
 src/.gitignore                                         |  1 +
 src/Makefile.am                                        | 11 +++++++++++
 scripts/t/950_dpkg_divert.t => src/t/100_dpkg_divert.t |  0
 4 files changed, 13 insertions(+), 2 deletions(-)

commit 939778ab9b4147d42b7250fdb1be9c5fe79392b7
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 10 13:21:02 2010 +0200

    build: Refactor perl test-suite support into a new Makecheck.am file

 Makecheck.am        | 21 +++++++++++++++++++++
 scripts/Makefile.am | 22 ++++++++--------------
 utils/Makefile.am   | 16 +++++-----------
 3 files changed, 34 insertions(+), 25 deletions(-)

commit 81839b6215eebaef7eac25c9b3811a057c8f41a8
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 10 10:07:05 2010 +0200

    build: Fix 'make check' when libdpkg has not been built yet
    
    Force the subdirectory build order, so that lib/dpkg gets built before
    lib/dpkg/test, making the former always available for the latter.

 lib/dpkg/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 20f0d638fee7d1c383ee9e1a83e2a7ddabc065b5
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 10 09:13:50 2010 +0200

    build: Rename overriding check targets to check-local
    
    This allows to have the local targets and be able to use the native
    automake targets in the future.

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

commit 0535fac53f385a866946e978fd35a10185d162fc
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 10 09:12:39 2010 +0200

    build: Skip all dpkg-divert tests if the binary is not available

 scripts/t/950_dpkg_divert.t | 5 +++++
 1 file changed, 5 insertions(+)

commit 1ccdb04d4b3d732c01e73607fc237aa0d46237e3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jul 11 11:26:20 2010 +0200

    libdpkg: Fix command_add_argv doxygen comment to match param name

 lib/dpkg/command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc6fef6d8369fa682f5980fece9f0e481f3c2e15
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 8 07:48:31 2010 +0200

    dpkg-divert: Refactor writable directory check into a new function

 src/divertcmd.c | 40 ++++++++++++++++++----------------------
 1 file changed, 18 insertions(+), 22 deletions(-)

commit dcfb989852466575299e6f6ac505cab8c6476699
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 8 07:29:16 2010 +0200

    dpkg-divert: Disable renaming of the source file does not exist
    
    This makes it consistent with the general dpkg behaviour of honouring
    file removals by the administrator.
    
    Closes: #550252
    
    As a side effect, this avoids useless errors when the destination
    directory is not existent or writable.
    
    Closes: #581544

 debian/changelog |  4 ++++
 src/divertcmd.c  | 13 ++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit 5cc86959a4719f2426480ccdae2a2b9d72a754e3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 6 08:58:04 2010 +0200

    dpkg-deb: Reduce scope of several variables in extracthalf()

 dpkg-deb/extract.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit bc68b3461b939c4104d790ec3246a976fe4d52b3
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 6 08:49:09 2010 +0200

    dpkg-deb: Remove redundant readfromfd variable
    
    This variable always gets assigned the same fd, so there's no point in
    keeping it around.

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

commit df863c9b8ddf377b6cb89ac9079770356bd69c65
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 6 08:42:13 2010 +0200

    dpkg-deb: Do not use EOF on file descriptor calls
    
    The code was working because EOF is usually -1, but that's not
    guaranteed by any standard. It's also conceptually wrong to mix this
    definition from stream based I/O on file dscriptor based I/O.
    
    For the close() call, just check that the return value is not 0.
    
    Regression introduced in f4f4a1aa8dec678b6f34abcbcb8efd5b75966028.

 dpkg-deb/extract.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66c6a8b54f40cedbd754dd9865fd64a0275e7b72
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jul 6 08:30:13 2010 +0200

    dpkg-deb: Do not special case old format control member
    
    Initialize memberlen and skip the control member if the filesystem
    member was requested, so that the same generic code that feeds the
    member to the decompressor can be used for all cases.

 dpkg-deb/extract.c | 62 +++++++++++++++++-------------------------------------
 1 file changed, 19 insertions(+), 43 deletions(-)

commit ee512e837ea7a1753155fc6c5addb06ba0feefc7
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sat Jul 3 17:22:49 2010 +0200

    Update Spanish translation of manual pages
    
    Update to 1925t and fix "typo" in debian/changelog.

 debian/changelog |  2 +-
 man/po/es.po     | 72 ++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 53 insertions(+), 21 deletions(-)

commit 763aa476f71411f71b131e778ce4ab8b31f29041
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Sat Jul 3 14:46:59 2010 +0200

    Update German translation of manual pages
    
    Update to 1926t.

 man/po/de.po | 283 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 149 insertions(+), 134 deletions(-)

commit e142aa1f4cfd4332cdba7d78c23618be2e3dbfeb
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sat Jul 3 13:18:18 2010 +0200

    Initial Spanish scripts translation

 debian/changelog   |    3 +
 scripts/po/LINGUAS |    3 +
 scripts/po/es.po   | 3579 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 3585 insertions(+)

commit 3a544f8c59b3f9e46f9cfc624edbaaaa5b81d92a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 3 09:38:48 2010 +0200

    man: Clarify --force-confask description
    
    Mention any of the other --force-conf options can be given, not just
    one. And that --force-confmiss can also be used with --force-confask.

 man/dpkg.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit bd0ae9a42b06f09223383e67edb262041e2bd98d
Author: Henning Makholm <henning@makholm.net>
Date:   Sat Jul 3 04:30:04 2010 +0200

    Add new dpkg --force-confask option
    
    The option forces a conffile prompt when the conffile from the new
    package does not differ from the previous one version.
    
    Closes: #102609
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog | 3 +++
 man/dpkg.1       | 7 +++++++
 src/configure.c  | 7 ++++++-
 src/main.c       | 3 +++
 src/main.h       | 1 +
 5 files changed, 20 insertions(+), 1 deletion(-)

commit c3d9eea8d03d93eed6e2d87a97acfca5562b2b32
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 13:13:01 2010 +0200

    dpkg: Detect locked databases on --audit
    
    Detect when another process has locked the database, and mention that
    problematic dpkg --audit results might be due to ongoing operations.
    
    Closes: #80252

 debian/changelog    |  3 +++
 lib/dpkg/dbmodify.c | 32 +++++++++++++++++++++++++++++++-
 lib/dpkg/dpkg-db.h  |  1 +
 lib/dpkg/file.c     | 22 ++++++++++++++++++++++
 lib/dpkg/file.h     |  3 +++
 src/enquiry.c       |  8 ++++++++
 6 files changed, 68 insertions(+), 1 deletion(-)

commit 0238821c66112e5403dd8abbf6eca0962866d944
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 13:03:44 2010 +0200

    libdpkg: Refactor file lock setup into file_lock_setup()

 lib/dpkg/file.c | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

commit 0309242811c39aedda81521019ece0b3ffa16cc7
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 12:36:06 2010 +0200

    Bump Standards-Version to 3.9.0

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

commit 2a2c2ef9188d718c914000fc6ab48f33acc54ddb
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 11:56:47 2010 +0200

    Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl

 debian/changelog            | 1 +
 debian/control              | 5 +++--
 debian/dpkg.install         | 2 --
 debian/libdpkg-perl.install | 2 +-
 debian/rules                | 2 +-
 scripts/Dpkg.pm             | 6 ------
 6 files changed, 6 insertions(+), 12 deletions(-)

commit bd7a8ab1d03d2cfb7a7ad4ea21e26edaca53dd39
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 12:26:48 2010 +0200

    Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl
    
    All instances were due to files taken over, or functionality broken
    due to interface changes.

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

commit 3b8074a91047c3308309f93f1bf344c339044e98
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 06:14:04 2010 +0200

    Use linux-any wildcard for libselinux1-dev Build-Depends
    
    Instead of using a list of negated architectures. This will make the job
    easier for new ports. And it's just more correct.

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

commit 02b12d75f1eff7c184fafb5a663a0421e9a645ea
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Feb 19 05:57:29 2010 +0100

    dpkg-divert: Rewrite in C

 debian/changelog            |   1 +
 po/POTFILES.in              |   3 +-
 scripts/.gitignore          |   1 -
 scripts/Makefile.am         |   2 -
 scripts/dpkg-divert.pl      | 369 ---------------------
 scripts/t/950_dpkg_divert.t |   2 +-
 src/.gitignore              |   1 +
 src/Makefile.am             |  12 +
 src/divertcmd.c             | 757 ++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 773 insertions(+), 375 deletions(-)

commit b7b59ee6ff98188627346998829f1df51a9bbb12
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
Date:   Wed Oct 14 02:36:44 2009 +0700

    dpkg-divert: Add new test-case
    
    Devel::Cover reports 97% coverage. Remaining branches are hard-to-test
    without root privilege error handling.
    
    [guillem@debian.org:
     - Add new test into test_cases.
     - Run program from builddir.
     - Do not check for usage output on badusage.
     - Use note() instead of diag().
     - Sort database and list output.
     - Skip some tests when under fakeroot. ]
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 scripts/Makefile.am         |   3 +-
 scripts/t/950_dpkg_divert.t | 555 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 557 insertions(+), 1 deletion(-)

commit e980657bf36ce2bb0fced18ee9a050ae6c37e344
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jul 3 07:38:25 2010 +0200

    New t-conffile-forceask test-case

 t-conffile-forceask/Makefile                       | 22 ++++++++++++++++++++++
 t-conffile-forceask/mod-conffile                   |  1 +
 .../pkg-conff-forceask-0/DEBIAN/conffiles          |  1 +
 .../pkg-conff-forceask-0/DEBIAN/control            |  9 +++++++++
 .../pkg-conff-forceask-0/test-conffile             |  1 +
 .../pkg-conff-forceask-1/DEBIAN/conffiles          |  1 +
 .../pkg-conff-forceask-1/DEBIAN/control            |  9 +++++++++
 .../pkg-conff-forceask-1/test-conffile             |  1 +
 t-conffile-forceask/ref-conffile                   |  1 +
 9 files changed, 46 insertions(+)

commit 1fc9a0364a1954389036d18385b9b4432374fc49
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 29 07:12:39 2010 +0200

    dpkg-split: Fix indentation for the rest of split.c

 dpkg-split/split.c | 56 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

commit f2115151c19ff37b305296c23225807b0832086b
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 06:15:26 2010 +0200

    dpkg-split: Rewrite mksplit in C

 debian/changelog       |   1 +
 debian/dpkg.install    |   1 -
 dpkg-split/.gitignore  |   1 -
 dpkg-split/Makefile.am |  15 ----
 dpkg-split/mksplit.pl  |  89 -------------------
 dpkg-split/split.c     | 225 +++++++++++++++++++++++++++++++++++++++++++++----
 6 files changed, 210 insertions(+), 122 deletions(-)

commit 28ca2d0e5c8d47abf2907b697a7711e6a7689293
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jul 2 06:07:41 2010 +0200

    dpkg-deb: Use new dpkg_ar library functions instead of ad-hoc code

 dpkg-deb/build.c | 52 +++++++++++++++-------------------------------------
 1 file changed, 15 insertions(+), 37 deletions(-)

commit 9200eb93dfc61363336d7a29f6ba7a35bb2ac174
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 1 12:25:44 2010 +0200

    libdpkg: Add new dpkg ar support functions

 lib/dpkg/ar.c             | 63 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/dpkg/ar.h             |  8 ++++++
 lib/dpkg/libdpkg.Versions |  6 +++++
 3 files changed, 77 insertions(+)

commit c81a1475db83f6fbd33a104085434f71d9761c74
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jul 1 12:05:09 2010 +0200

    Use new DPKG_AR_MAGIC macro instead of literal string

 dpkg-deb/build.c   |  3 ++-
 dpkg-deb/extract.c |  2 +-
 dpkg-split/info.c  | 13 +++++++------
 lib/dpkg/ar.h      |  2 ++
 4 files changed, 12 insertions(+), 8 deletions(-)

commit 84182faf902d1b7ba0ed13554e42d5ca40763bd2
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon Jun 28 21:38:06 2010 +0200

    Update German translation of manual pages
    
    Update to 1925t.

 man/po/de.po | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit 2d7f7493c581f413a0586ba5a790f2306bcd655d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jun 28 08:45:01 2010 +0200

    Dpkg::Changelog: fixed to cope properly with an entry of version "0"
    
    The change of the boolean evaluation of Dpkg::Version introduced in
    5b9f353b2940de751df47036608afbe71992d622 broke Dpkg::Changelog's ability
    to correctly export an entry with a version of "0".
    
    Add a non-regression test for this.

 debian/changelog                         | 2 ++
 scripts/Dpkg/Changelog.pm                | 6 ++++--
 scripts/t/600_Dpkg_Changelog.t           | 5 +++++
 scripts/t/600_Dpkg_Changelog/regressions | 3 ++-
 4 files changed, 13 insertions(+), 3 deletions(-)

commit 8f576412d15d80e34859c254aa748d6acc606749
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jun 27 18:02:00 2010 +0200

    German dpkg translation update
    
    Update to 984t.

 po/de.po | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

commit ad9b46bf8194a68291224d8a7f93af30d74982c9
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 27 10:48:03 2010 +0200

    Update Catalan translation

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

commit 5aadeeacaa4f5e072b42d032360c1d3406e70b40
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 27 10:41:56 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |   58 +-
 dselect/po/ca.po        |   58 +-
 dselect/po/cs.po        |   58 +-
 dselect/po/da.po        |   58 +-
 dselect/po/de.po        |   58 +-
 dselect/po/dselect.pot  |   60 +-
 dselect/po/el.po        |   58 +-
 dselect/po/es.po        |   58 +-
 dselect/po/et.po        |   58 +-
 dselect/po/eu.po        |   58 +-
 dselect/po/fr.po        |   58 +-
 dselect/po/gl.po        |   58 +-
 dselect/po/hu.po        |   58 +-
 dselect/po/id.po        |   58 +-
 dselect/po/it.po        |   58 +-
 dselect/po/ja.po        |   58 +-
 dselect/po/ko.po        |   58 +-
 dselect/po/nb.po        |   58 +-
 dselect/po/nl.po        |   58 +-
 dselect/po/nn.po        |   58 +-
 dselect/po/pl.po        |   58 +-
 dselect/po/pt.po        |   58 +-
 dselect/po/pt_BR.po     |   58 +-
 dselect/po/ro.po        |   58 +-
 dselect/po/ru.po        |   58 +-
 dselect/po/sk.po        |   58 +-
 dselect/po/sv.po        |   58 +-
 dselect/po/tl.po        |   58 +-
 dselect/po/vi.po        |   58 +-
 dselect/po/zh_CN.po     |   58 +-
 dselect/po/zh_TW.po     |   58 +-
 man/po/de.po            |   20 +-
 man/po/dpkg-man.pot     |  489 +++++++----
 man/po/es.po            | 1337 +++++++++++++++-------------
 man/po/fr.po            |  525 ++++++-----
 man/po/hu.po            |  501 ++++++-----
 man/po/ja.po            |  505 ++++++-----
 man/po/pl.po            |  524 ++++++-----
 man/po/pt_BR.po         |  502 ++++++-----
 man/po/ru.po            |  503 ++++++-----
 man/po/sv.po            |  514 ++++++-----
 po/ast.po               | 2187 ++++++++++++++++++++++++----------------------
 po/bs.po                | 1741 +++++++++++++++++++------------------
 po/ca.po                | 2182 ++++++++++++++++++++++++----------------------
 po/cs.po                | 2166 ++++++++++++++++++++++++----------------------
 po/da.po                | 2056 +++++++++++++++++++++++---------------------
 po/de.po                |  824 +++++++++---------
 po/dpkg.pot             | 1733 +++++++++++++++++++------------------
 po/dz.po                | 2066 ++++++++++++++++++++++----------------------
 po/el.po                | 2187 ++++++++++++++++++++++++----------------------
 po/eo.po                | 2053 ++++++++++++++++++++++---------------------
 po/es.po                | 2195 +++++++++++++++++++++++-----------------------
 po/et.po                | 1896 ++++++++++++++++++++--------------------
 po/eu.po                | 2055 ++++++++++++++++++++++---------------------
 po/fr.po                | 2177 ++++++++++++++++++++++++----------------------
 po/gl.po                | 2159 ++++++++++++++++++++++++----------------------
 po/hu.po                | 1960 ++++++++++++++++++++++--------------------
 po/id.po                | 1895 ++++++++++++++++++++--------------------
 po/it.po                | 2062 +++++++++++++++++++++++---------------------
 po/ja.po                | 2171 ++++++++++++++++++++++++----------------------
 po/km.po                | 2031 ++++++++++++++++++++++---------------------
 po/ko.po                | 2159 ++++++++++++++++++++++++----------------------
 po/ku.po                | 1781 +++++++++++++++++++-------------------
 po/lt.po                | 1811 +++++++++++++++++++-------------------
 po/mr.po                | 2027 ++++++++++++++++++++++---------------------
 po/nb.po                | 2158 ++++++++++++++++++++++++----------------------
 po/ne.po                | 2059 +++++++++++++++++++++++---------------------
 po/nl.po                | 2067 ++++++++++++++++++++++----------------------
 po/nn.po                | 1895 ++++++++++++++++++++--------------------
 po/pa.po                | 1928 +++++++++++++++++++++--------------------
 po/pl.po                | 2048 ++++++++++++++++++++++---------------------
 po/pt.po                | 2178 ++++++++++++++++++++++++----------------------
 po/pt_BR.po             | 2164 ++++++++++++++++++++++++----------------------
 po/ro.po                | 2182 ++++++++++++++++++++++++----------------------
 po/ru.po                | 2045 ++++++++++++++++++++++---------------------
 po/sk.po                | 2175 ++++++++++++++++++++++++----------------------
 po/sv.po                | 2157 ++++++++++++++++++++++++----------------------
 po/th.po                | 2141 +++++++++++++++++++++++----------------------
 po/tl.po                | 1903 ++++++++++++++++++++--------------------
 po/vi.po                | 2199 ++++++++++++++++++++++++-----------------------
 po/zh_CN.po             | 2162 ++++++++++++++++++++++++----------------------
 po/zh_TW.po             | 2141 +++++++++++++++++++++++----------------------
 scripts/po/ca.po        |  233 ++---
 scripts/po/de.po        |    2 +-
 scripts/po/dpkg-dev.pot |  234 ++---
 scripts/po/fr.po        |  233 ++---
 scripts/po/pl.po        |  233 ++---
 scripts/po/ru.po        |  233 ++---
 scripts/po/sv.po        |  233 ++---
 89 files changed, 48093 insertions(+), 43704 deletions(-)

commit 1079ed11dcbf3d9b20e841fb22fd501740e746b0
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 27 10:27:10 2010 +0200

    build: Add a top-level update-po target
    
    This will ease maintainers and translators job when wanting to update
    the po files.

 Makefile.am | 8 ++++++++
 1 file changed, 8 insertions(+)

commit b8799d9f107b23d8640ae7db852499f399792083
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 13:16:17 2010 +0200

    Use consistent naming for linked lists members
    
    Use next/prev instead of next/back (which would complement forward).
    Also move next to the end of member names and seprate it with an
    underscore, to simulate it being a sub struct member.

 TODO                  |  1 -
 dselect/method.h      |  2 +-
 dselect/methparse.cc  |  5 +++--
 dselect/pkgdepcon.cc  | 12 ++++++------
 dselect/pkgsublist.cc |  2 +-
 lib/dpkg/dlist.h      | 18 +++++++++---------
 lib/dpkg/dpkg-db.h    |  6 +++---
 lib/dpkg/fields.c     | 17 ++++++++++-------
 lib/dpkg/parse.c      | 18 +++++++++---------
 lib/dpkg/triglib.c    |  4 ++--
 lib/dpkg/triglib.h    |  2 +-
 src/archives.c        |  4 ++--
 src/depcon.c          | 20 ++++++++++----------
 src/packages.c        |  4 ++--
 src/processarc.c      | 10 +++++-----
 src/remove.c          |  2 +-
 16 files changed, 65 insertions(+), 62 deletions(-)

commit c69901cdda6500450f026d02b439b941e7cb147a
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 12:38:27 2010 +0200

    Remove 'vsnprintf return value check' item from TODO after code review
    
    The few places where the vsnprintf callers are not checking the return
    value, are about to ohshit anyway so there's no real damage by not
    doing the check, the rest are harmless.

 TODO | 2 --
 1 file changed, 2 deletions(-)

commit c838e48663200b40ad13eec3ac5a40d3b12bff2c
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 12:23:09 2010 +0200

    libdpkg: Check in test-case that : is an illegal character in revision

 lib/dpkg/test/t-version.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 662d97913fe8d9f4aa784ca7595c415c65202148
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 12:17:20 2010 +0200

    libdpkg: Check version syntax when parsing
    
    Remove the incomplete checkversion() from dpkg-deb as it's now unneeded.
    Enable test-cases for invalid characters in version and revision parts.
    
    Closes: #574704

 debian/changelog          |  2 ++
 dpkg-deb/build.c          | 22 ++--------------------
 lib/dpkg/parsehelp.c      | 13 ++++++++++++-
 lib/dpkg/test/t-version.c |  3 ---
 4 files changed, 16 insertions(+), 24 deletions(-)

commit 0a85d64a50ebb3bb2d5f06f368e68b6f902533fa
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 07:26:25 2010 +0200

    dpkg: Place deferred extract rename debug message closer to the action

 src/archives.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2b87ec98e266e6dcab59eacc4ea2b2e227960133
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 04:42:31 2010 +0200

    dpkg-query: Change actionfunction to return int instead of void
    
    This avoids a global exit code variable.

 src/query.c | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

commit edd58fd64fb2f60ab5a2b933c7a9875db0725378
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 03:10:38 2010 +0200

    libdpkg: Add missing word in comment to make it grammatical

 lib/dpkg/triglib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 346e694287e999e23e6885e9511bd8503ede1b93
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 26 03:08:15 2010 +0200

    libdpkg: Remove obsolete internal status aliases
    
    The strings are “postinst-failed” for stat_halfconfigured and
    “removal-failed” for stat_halfinstalled.
    
    These were used for backward compatibility during upgrades from ancient
    dpkg versions. As they should not appear in newer status files, it's
    really safe to remove them now.

 debian/changelog     | 2 ++
 lib/dpkg/parsehelp.c | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

commit 254b3752d36376de47c2f04fbeb8cd439527c6a0
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 19:16:52 2010 +0200

    libdpkg: Remove unused nfields variable

 lib/dpkg/parse.c     | 2 --
 lib/dpkg/parsedump.h | 1 -
 2 files changed, 3 deletions(-)

commit c88029bab1e02b866848736bf85b1a08ec419d2a
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 18:37:42 2010 +0200

    dpkg: Do not use abbreviations for 'distributed'

 src/configure.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 50391de87ac2b0269ef3e2f64fb41e913baff415
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 18:20:26 2010 +0200

    libdpkg: Remove 'valid' member from struct pkginfoperfile
    
    The two struct pkginfoperfile inside struct pkginfo are always valid,
    as blankpackage does a blankpackageperfile on each. So there's no
    actual need for the boolean member, neither for validity checks all
    over the place and possible subsequent redundant initializations.
    
    This is due to commit 5f100a01af636c14a600bf53b22e2ca3f2fcc546.

 dpkg-deb/build.c      |  1 -
 dselect/pkgdepcon.cc  | 82 ++++++++++++++++++++++++---------------------------
 dselect/pkglist.cc    |  3 --
 dselect/pkgsublist.cc |  2 +-
 lib/dpkg/database.c   |  5 ----
 lib/dpkg/dpkg-db.h    |  1 -
 lib/dpkg/dump.c       | 23 +++++++--------
 lib/dpkg/parse.c      |  5 +---
 lib/dpkg/pkg-format.c |  6 +---
 src/enquiry.c         |  4 +--
 src/packages.c        | 25 ++++++++--------
 src/pkg-show.c        |  2 +-
 src/processarc.c      | 16 ++++------
 src/query.c           |  4 +--
 src/remove.c          |  1 -
 15 files changed, 75 insertions(+), 105 deletions(-)

commit acf7fe58c95c2ba4300ec4b60d614012483f4771
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 08:46:23 2010 +0200

    dpkg: Mark hook command error string for translation

 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 88b5c91de144e1faace4f9777aba1b5da27a7bcd
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 25 08:12:01 2010 +0200

    dpkg: Remove redundant trailing newlines from debug output
    
    debug() already prints a trailing newline, so there's no point in
    including it in the string to be printed.

 src/depcon.c     | 2 +-
 src/processarc.c | 4 ++--
 src/remove.c     | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 4eab697e64024d034220cc6366c80a5f090ff687
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 24 21:22:32 2010 +0200

    libdpkg: Remove outdated comment with test dataset package names

 lib/dpkg/database.c | 20 --------------------
 1 file changed, 20 deletions(-)

commit 45816c76839b9b4a50b048420d7ff4812eaf4277
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 24 04:05:09 2010 +0200

    libdpkg: Add new version symbol script
    
    It's not used yet, but it's useful to keep track of the exported API,
    and what needs to be removed, renamed, etc, in just one place.

 lib/dpkg/Makefile.am      |   1 +
 lib/dpkg/libdpkg.Versions | 228 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 229 insertions(+)

commit 1f6b854a2d8319f8b90cb3964117aaf95e10e0a8
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Jun 24 04:04:08 2010 +0200

    libdpkg: Rename trigdef_yylex() to trigdef_parse()

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

commit 24bd7ac063a234b3c63df79ad599f39fed728ad5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 22 11:08:27 2010 +0200

    dpkg-trigger: Mark do_check with DPKG_ATTR_NORET

 src/trigcmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c43931e799d36275cf6d44be94c63512b94b1c9e
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 22 10:57:47 2010 +0200

    dpkg: Use iterators instead of exposing packageslump directly

 TODO             |   1 -
 src/archives.c   | 218 ++++++++++++++++++++++++++++---------------------------
 src/filesdb.c    |  56 ++++++++++++++
 src/filesdb.h    |  13 +---
 src/help.c       |  23 +++---
 src/processarc.c |  88 +++++++++++-----------
 src/query.c      |  22 +++---
 7 files changed, 238 insertions(+), 183 deletions(-)

commit 632e855a51070ca42532341e9f8f0f0006f1a23d
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 21 20:09:40 2010 +0200

    man: Update u-a log file reference
    
    update-alternatives has now its independent log file, reflect that in
    the man page.

 man/update-alternatives.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 21bae07787b41706d5afbefb470b1ee84e3382b6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 21 19:57:51 2010 +0200

    dpkg: Mark the summarize_filename() ellipsed string for translation
    
    Coallesce the ellipsed string with the format string so that it makes a
    bit more sense for translators. This will allow translators to use for
    example the UTF-8 ellipsis character.

 src/processarc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit faedbd18771ad44d40956579a17054d7bcbd6123
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:   Mon May 17 19:30:55 2010 +0200

    New t-filtering test-cases
    
    This checks the --path-include and --path-exclude options for package
    installation.
    
    Signed-off-by: Guillem Jover <guillem@debian.org>

 t-filtering/Makefile                               | 145 +++++++++++++++++++++
 t-filtering/pkg-somefiles/DEBIAN/control           |   8 ++
 .../pkg-somefiles/usr/lib/pkg-somefiles/run        |   0
 .../usr/share/doc/pkg-somefiles/README             |   0
 .../usr/share/doc/pkg-somefiles/copyright          |   0
 .../usr/share/doc/pkg-somefiles/html/index.html    |   0
 .../usr/share/doc/pkg-somefiles/html/topic1/1.html |   0
 7 files changed, 153 insertions(+)

commit 3a517daa138719192aee819a6fa221231f252ffd
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 19 06:38:04 2010 +0200

    dpkg: Switch existingdirectory and keepexisting from int to bool

 src/archives.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit ff008d67767538266655f524761bdd3a08769375
Author: Guillem Jover <guillem@debian.org>
Date:   Sat Jun 19 06:51:24 2010 +0200

    dpkg: Remove filtered existing directories on upgrade
    
    Move the return point in tarobject() for the existing directories
    check after the path filter one. This makes sure the latter takes
    precedence over the former, and existing directories get properly
    filtered and removed on upgrades.
    
    Reported-by: Martin Pitt <martin.pitt@ubuntu.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 58b91fbb00fca2dd0bbb429b28887d6ebc04abea
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 15 20:08:54 2010 +0200

    dpkg: Remove filtered files on upgrade
    
    Because the filtered file is left in the new file list, the code that
    verifies if the old file is present (maybe with a different name) in
    the new list matches the stat information. So we mark and treat filtered
    files as if they were already not present on the file system.
    
    Reported-by: Martin Pitt <martin.pitt@ubuntu.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 src/archives.c   | 1 +
 src/filesdb.h    | 1 +
 src/processarc.c | 4 ++++
 3 files changed, 6 insertions(+)

commit e3668035f51081b8afbde6040a9f096bf9a4e941
Author: Guillem Jover <guillem@debian.org>
Date:   Fri Jun 18 20:57:15 2010 +0200

    build: Remove redundant test_case assignment in utils/

 utils/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

commit 0e8a57c3af2d017b290af9b553c58300b464c96f
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Tue Jun 15 20:25:47 2010 +0200

    German dpkg translation update
    
    Update to 984t.

 debian/changelog |    1 +
 po/de.po         | 1399 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 741 insertions(+), 659 deletions(-)

commit 6f398047c2fd6b04e4f1ff8dea5530a3bec4a2db
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jun 14 23:08:10 2010 +0200

    Fix ”make distcheck“ errors
    
    Reflect the rewrite of update-alternatives in commit
    cab5af04fadcd939a7becd5fcb25dcfb7bc121dd and the addition of
    scripts/t/origin in commit 2d4fd627d4286dc42006fb486040209d4e021b9f.

 po/POTFILES.in      | 2 +-
 scripts/Makefile.am | 6 ++++--
 utils/Makefile.am   | 7 +++++++
 3 files changed, 12 insertions(+), 3 deletions(-)

commit f05cefbba005c10b1513cfd65efc024fdc895427
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jun 11 19:06:34 2010 +0200

    Update German translation of manual pages
    
    Update to 1925t.

 man/po/de.po | 240 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 136 insertions(+), 104 deletions(-)

commit 0d59a745b72d98fb25c02dc80f1b7de116211f19
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Jun 11 17:28:01 2010 +0200

    Update German scripts translation
    
    Update to 511t

 scripts/po/de.po | 164 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 84 insertions(+), 80 deletions(-)

commit 17f00407a80f7da3eef6491dc7105d992fccf98c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri Jun 11 09:35:30 2010 +0200

    Dpkg::Source::Patch: capture output of patch and print it on error
    
    patch is now run without its -s flag and thus outputs the usual messages
    about which file it's patching and gives more verbose error messages.
    Those messages are captured and only displayed to the user when the
    patch application failed.

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

commit f86ff41434db0a663179cce1703dd1bc2269d094
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jun 10 20:28:16 2010 +0200

    dpkg-source: new option --abort-on-upstream-changes
    
    This option can be used with source formats 1.0, 2.0 and 3.0 (quilt). It
    aborts every time that you try to build a source package which
    contains (unmanaged) changes to the upstream source code.

 debian/changelog                  |  4 ++++
 man/dpkg-source.1                 | 14 ++++++++++++++
 scripts/Dpkg/Source/Package/V1.pm |  6 ++++++
 scripts/Dpkg/Source/Package/V2.pm |  8 ++++++++
 scripts/dpkg-source.pl            |  2 +-
 5 files changed, 33 insertions(+), 1 deletion(-)

commit 9eac8e3c4360c2f57f86336e2ec947e39d760ac1
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jun 10 20:29:39 2010 +0200

    Update German translation of manual pages
    
    Update to 1922t.

 man/po/de.po | 153 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 89 insertions(+), 64 deletions(-)

commit 57c6b2d74b47c0d1f8907559383a307fb484f50e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu Jun 10 20:08:46 2010 +0200

    Update German scripts translation
    
    Update to 510t

 scripts/po/de.po | 142 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 74 insertions(+), 68 deletions(-)

commit 2b204533b8a2a95ca0d3796978368f9fd3d82b9c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jun 10 16:20:41 2010 +0200

    dpkg-source: new --unapply-patches option
    
    This option is used by source formats 2.0 and 3.0 (quilt) to unapply
    patches after a successful build. It's useful for people who manage their
    packages in a VCS repository and prefer to have patches unapplied, even
    after a package build.
    
    Given that this option is a matter of personal taste, do not allow it
    in debian/source/options so that the resulting source package cannot
    have this behaviour by default and so that all source packages behave
    in a consistent way: patches applied by default is a major feature
    of the new formats.

 debian/changelog                        |  4 ++++
 man/dpkg-source.1                       |  9 +++++++++
 scripts/Dpkg/Source/Package/V2.pm       | 27 +++++++++++++++++++++++++++
 scripts/Dpkg/Source/Package/V3/quilt.pm | 23 +++++++++++++++++++++++
 scripts/dpkg-source.pl                  | 14 ++++++++++----
 5 files changed, 73 insertions(+), 4 deletions(-)

commit 9278ba135233d63d7f0869cbd6ea8df0800987f3
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Jun 10 17:08:38 2010 +0200

    Dpkg::Conf: add new filter method
    
    This method can be used to select a subset of options either
    by exclusion or by inclusion.

 scripts/Dpkg/Conf.pm | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit cab5af04fadcd939a7becd5fcb25dcfb7bc121dd
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Feb 18 19:40:51 2010 +0100

    update-alternatives: rewritten in C
    
    update-alternative has been rewritten as a mostly standalone C program.
    It has thus been moved to utils/ instead of scripts/ together with its
    README and its test suite.
    
    This rewrite is based on some initial conversion work done by Guillem
    Jover <guillem@debian.org>.
    
    The program now logs to /var/log/alternatives.log instead of dpkg.log.
    The logrotate file has been updated to deal with that file too.

 debian/changelog                                   |    3 +
 debian/dpkg.logrotate                              |    9 +
 scripts/.gitignore                                 |    1 -
 scripts/Makefile.am                                |   12 -
 scripts/update-alternatives.pl                     | 1139 ---------
 utils/.gitignore                                   |    2 +
 utils/Makefile.am                                  |   40 +
 {scripts => utils}/README.alternatives             |    0
 .../t/100_update_alternatives.t                    |   39 +-
 utils/update-alternatives.c                        | 2441 ++++++++++++++++++++
 10 files changed, 2521 insertions(+), 1165 deletions(-)

commit a9bdb8f80f6c9aabfe63032940b523ec0513698d
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue Jun 8 18:55:12 2010 +0200

    Update German translation of manual pages
    
    Update to 1920t.

 man/po/de.po | 347 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 222 insertions(+), 125 deletions(-)

commit fb39a80932a61736f0ee6e9416c38817817a3952
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Jun 7 22:20:44 2010 +0200

    dpkg-shlibdeps(1): fix typo libssl.so.9.8 -> libssl.so.0.9.8
    
    Also fix it in translations to avoid fuzzy strings.

 man/dpkg-shlibdeps.1 | 2 +-
 man/po/de.po         | 4 ++--
 man/po/es.po         | 4 ++--
 man/po/fr.po         | 4 ++--
 man/po/hu.po         | 2 +-
 man/po/ja.po         | 2 +-
 man/po/pl.po         | 4 ++--
 man/po/pt_BR.po      | 2 +-
 man/po/ru.po         | 2 +-
 man/po/sv.po         | 2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

commit 4694cd64089bc72975d8ba6fbe51339023eb2e8c
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 12:41:28 2010 +0200

    dpkg: Add two new dpkg options --path-exclude and --path-include
    
    This provides support for filtering paths on package installation. This
    allows embedded systems to skip /usr/share/doc, manpages, etc.
    
    dpkg does not lose track of excluded paths during filtering, and they
    get checked for file conflicts as usual, so filters are not a way to
    avoid file conflict situations.
    
    Closes: #68788, #68861, #497304, #525567, #583902
    
    Based-on-patch-by: Tollef Fog Heen <tfheen@err.no>
    Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 debian/changelog |   4 ++
 man/dpkg.1       |  37 +++++++++++++++-
 src/Makefile.am  |   1 +
 src/archives.c   |   8 ++++
 src/filters.c    | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/filters.h    |  37 ++++++++++++++++
 src/main.c       |  15 ++++++-
 7 files changed, 228 insertions(+), 2 deletions(-)

commit 0969a91ef9e645700556947b3a2afd2237e4a26a
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 7 03:48:49 2010 +0200

    libdpkg: Remove second va_copy in varbufvprintf
    
    We can directly use args in the second vsnprintf as we are about to
    return.

 lib/dpkg/varbuf.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 97bc3081d2f0d1c82f7b783ced2cca42f4621984
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 7 03:45:36 2010 +0200

    Unify naming of va_list variables to args or args_copy

 lib/compat/snprintf.c  |  8 ++++----
 lib/compat/vsnprintf.c |  4 ++--
 lib/dpkg/buffer.c      |  8 ++++----
 lib/dpkg/command.c     | 20 +++++++++----------
 lib/dpkg/command.h     |  2 +-
 lib/dpkg/compress.c    | 24 +++++++++++------------
 lib/dpkg/dpkg.h        |  3 ++-
 lib/dpkg/ehandle.c     | 53 +++++++++++++++++++++++++++-----------------------
 lib/dpkg/log.c         | 16 +++++++--------
 lib/dpkg/myopt.c       | 16 +++++++--------
 lib/dpkg/parsehelp.c   | 14 ++++++-------
 lib/dpkg/varbuf.c      | 26 +++++++++++++------------
 m4/dpkg-funcs.m4       |  8 ++++----
 src/errors.c           | 11 ++++++-----
 src/help.c             | 37 ++++++++++++++++++-----------------
 15 files changed, 130 insertions(+), 120 deletions(-)

commit 36ed6fe6eb76110aceae51c4ef40c14df7027924
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 7 02:24:38 2010 +0200

    build: Enable additional warnings by default
    
    The set of default warnings is quite safe, and should point out real
    problems or stylistic ones. It's easy to forget, so let's enable them by
    default. This will also not interfere with user settings as those will
    override the defaults.

 m4/dpkg-compiler.m4 | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit a484f009a05f8a43a76e644e1ce97e1c2d1543b7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 7 01:31:45 2010 +0200

    build: Allow changing default logdir

 configure.ac | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 9bc511c4a0ed86e63963616dc1f224e6d8fcb615
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Jun 7 01:12:26 2010 +0200

    build: Change default admindir to LOCALSTATEDIR/lib/dpkg
    
    The old LOCALSTATEDIR/dpkg admindir default forced to set localstatedir
    to /var/lib, which is not correct. We can now set it to the correct /var.

 configure.ac     | 4 ++--
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit ab91f0385020700e65951516a835b14b7668ac9b
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 6 21:08:20 2010 +0200

    libcompat: Add declarations in compat.h for snprintf functions

 lib/compat/compat.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 0dc899648b1e907a745dbeedc5be46b3ddaabf8d
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Jun 6 21:06:34 2010 +0200

    libcompat: Add support for asprintf and vasprintf
    
    Provide compatibility code whenever the system does not.

 configure.ac           |  2 +-
 lib/compat/Makefile.am |  4 ++++
 lib/compat/asprintf.c  | 38 ++++++++++++++++++++++++++++++++
 lib/compat/compat.h    |  7 ++++++
 lib/compat/vasprintf.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 109 insertions(+), 1 deletion(-)

commit 85c60fecfe245b542ceea503994fef0347f2e51b
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sat Jun 5 17:50:12 2010 +0200

    Fix quotes (grmpf)
    
    I noticed an Oops.
    opt_es:"-L ISO-8859-1"    -A utf-8       \
    it's outside quotes. Doesn't throw any error, just doesn't do its job.

 man/po/po4a.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4a9722f5a066d4bffa58fd626470c21ddde7111c
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sat Jun 5 17:16:48 2010 +0200

    Fix enconding of addendum
    
    There is a problem with the addendum output, which does show wrong
    characters.  I don't know if that problem was there before (broken
    addenda are usual). I set opt_es:"-L ISO-8859-1 -A utf-8" to make it
    work. Sometimes I go crazy with encodings (the terminal, vim, etc)

 man/po/po4a.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40489dcdae74ee7cc18bea1010df40354690fe39
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sat Jun 5 17:13:04 2010 +0200

    Revert 9434cb7d5e91718888489f8c08bfce7b768a7f1d
    
    No need for that and it messes stuff. That refers to the localized document
    charset, not the po.

 man/po/po4a.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9434cb7d5e91718888489f8c08bfce7b768a7f1d
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Sat Jun 5 14:50:12 2010 +0200

    Update Spanish translation of manual pages
    
    Update to 1910t.

 debian/changelog |     1 +
 man/po/es.add    |     4 +-
 man/po/es.po     | 10005 +++++++++++++++++++++++++++--------------------------
 man/po/po4a.cfg  |     2 +-
 4 files changed, 5037 insertions(+), 4975 deletions(-)

commit eef3b6eb7dbe749a747f2a609d16d4e90ff802be
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Jun 2 23:01:13 2010 +0200

    dpkg-gensymbols: fix handling of tags
    
    A bad check resulted in some tags being considered different when they
    were really equal.
    
    Reported-by: Michael Tautschnig <mt@debian.org>

 debian/changelog              | 2 ++
 scripts/Dpkg/Shlibs/Symbol.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 7983e949f7a627db3951f3f1068bdf86c671f348
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Jun 2 01:56:04 2010 +0200

    dpkg: Refactor file list removal into new remove_file_from_list function
    
    This detangles the two independent actions, removing from the list and
    skiping the file from the tarball.

 src/archives.c | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

commit c9fd580a2e32608172c8a86d00a8dfc7713f8178
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Feb 24 20:16:34 2010 +0100

    Refactor glob functions into its own module

 src/Makefile.am |  1 +
 src/glob.c      | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/glob.h      | 38 ++++++++++++++++++++++++++++++++++++++
 src/statcmd.c   | 29 +----------------------------
 4 files changed, 91 insertions(+), 28 deletions(-)

commit 77daf2187b0a0c44cf40b93a3886ddcd00a8190d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 1 04:29:25 2010 +0200

    build: Do not fallback to use chown instead of lchown if not available
    
    When creating symlinks on extraction, dpkg needs to set its owner, if
    we fallback to use chown in place of lchown we might get to a situation
    where the dereferenced symlink does not yet exist, which would cause an
    unwanted error.
    
    On some older and buggy systems, chown does not actually dereference
    symlinks, so it could be safely used although it would need to be
    detected at runtime, as the kernel could be switched under our feet,
    but given that lchown is already specified by UNIX98, there's not much
    sense in not assuming it's present and working at this point in time.

 configure.ac        | 2 +-
 lib/compat/compat.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

commit 20652a829be8e81bc8858fdeac262de7801ef141
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 1 03:40:01 2010 +0200

    build: Use DPKG_CHECK_DECL instead of DPKG_CHECK_DEFINE for TIOCNOTTY
    
    DPKG_CHECK_DEFINE defines the HAVE_symbol to 1 if found, and to 0
    otherwise. But the only current user is doing “#ifdef TIOCNOTTY”, which
    defeats the test as it's always going to be true, regardless of the
    value. Switch to the simplified DPKG_CHECK_DECL, which does not define
    the symbol if not found, and remove now unused DPKG_CHECK_DEFINE.

 configure.ac     |  2 +-
 m4/dpkg-types.m4 | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

commit 3706d6214a86593e72bc9514f08f3c4e0fd0a92c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Jun 1 02:53:52 2010 +0200

    s-s-d: Fix abort when opening /dev/tty with --background
    
    Commit 2e2cab1228a6efdee57d165c508c2e05c8520f43, introducing error
    checks, revealed that the TIOCNOTTY ioctl() was being issued after
    having called setsid(), which already detaches the current controlling
    tty, making the subsequent detach fail, and s-s-d abort.
    
    TIOCNOTTY should only be used if setsid() is not available. In addition,
    if open("/dev/tty") fails, that means there's no controlling tty, so we
    should skip detaching it.
    
    This problem got introduced in 3d6f3a9e54c437d62c58eaab4eeb9f02eb9059e6,
    when enabling setsid() as a replacement for setpgid(), but not disabling
    TIOCNOTTY.
    
    Reported-by: Raphaël Hertzog <hertzog@debian.org>
    Signed-off-by: Guillem Jover <guillem@debian.org>

 utils/start-stop-daemon.c | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

commit e844672595246c81f4a8e45ca842dc6aa3a4dbc8
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 26 02:37:42 2010 +0200

    build: Only use mmap in parser if explicitly requested
    
    The current mmap code is not reliable, as it does not handle SIGBUS,
    which can happen on I/O errors (among others). Switch the code to
    check for USE_MMAP instead of HAVE_MMAP so that it can be explicitly
    enabled on build, to produce consistent results by making sure it does
    not get reactivated accidentally. Disable it by default due to the
    above, in addition to not having been used by released tarballs since
    1.14.15.

 configure.ac     |  2 ++
 lib/dpkg/parse.c |  6 +++---
 m4/dpkg-funcs.m4 | 16 ++++++++++++++++
 3 files changed, 21 insertions(+), 3 deletions(-)

commit e1ce8e5e0027333a0f3071b9d8bd81b53cbb1011
Author: Guillem Jover <guillem@debian.org>
Date:   Thu May 20 04:16:55 2010 +0200

    dpkg: Reduce scope of variables in audit()

 src/enquiry.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 972aba5d253e3848d471f635bbb574fadf50b825
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Tue May 25 15:37:45 2010 +0200

    Update German translation of manual pages
    
    Update to 1910t.

 man/po/de.po | 91 +++++++++++++-----------------------------------------------
 1 file changed, 19 insertions(+), 72 deletions(-)

commit 85b61adabf75f11e519df869e7357ac9f11c8de2
Author: Bill Allombert <ballombe@debian.org>
Date:   Tue May 25 01:30:29 2010 +0200

    libdpkg: in parsedb() finish the rename of stat -> st
    
    This was forgotten in commit 5cf023f2d5bf609b6aba20aa5b5e285a91fbbbce.

 lib/dpkg/parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1bc539a6239a0290036093c90c3409b266c476c6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 24 21:10:09 2010 +0200

    t-conffile-obsolete: ensure the operation doesn't leave .dpkg-backup files around

 t-conffile-obsolete/Makefile | 3 +++
 1 file changed, 3 insertions(+)

commit d6b4474a007188c4e3aa7da8029e780006600eff
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 24 21:05:00 2010 +0200

    Regenerate .pot files and merge .po files with them

 dselect/po/bs.po        |  153 +--
 dselect/po/ca.po        |  168 ++--
 dselect/po/cs.po        |  153 +--
 dselect/po/da.po        |  153 +--
 dselect/po/de.po        |  166 ++--
 dselect/po/dselect.pot  |  155 ++--
 dselect/po/el.po        |  153 +--
 dselect/po/es.po        |  153 +--
 dselect/po/et.po        |  153 +--
 dselect/po/eu.po        |  153 +--
 dselect/po/fr.po        |  170 ++--
 dselect/po/gl.po        |  153 +--
 dselect/po/hu.po        |  153 +--
 dselect/po/id.po        |  153 +--
 dselect/po/it.po        |  157 ++--
 dselect/po/ja.po        |  153 +--
 dselect/po/ko.po        |  153 +--
 dselect/po/nb.po        |  175 ++--
 dselect/po/nl.po        |  153 +--
 dselect/po/nn.po        |  163 ++--
 dselect/po/pl.po        |  157 ++--
 dselect/po/pt.po        |  153 +--
 dselect/po/pt_BR.po     |  153 +--
 dselect/po/ro.po        |  157 ++--
 dselect/po/ru.po        |  157 ++--
 dselect/po/sk.po        |  153 +--
 dselect/po/sv.po        |  153 +--
 dselect/po/tl.po        |  153 +--
 dselect/po/vi.po        |  156 ++--
 dselect/po/zh_CN.po     |  153 +--
 dselect/po/zh_TW.po     |  153 +--
 man/po/de.po            |  160 +++-
 man/po/dpkg-man.pot     | 1796 ++++++++++++++++++-----------------
 man/po/es.po            | 1937 ++++++++++++++++++++------------------
 man/po/fr.po            | 2198 +++++++++++++++++++++++--------------------
 man/po/hu.po            | 1916 ++++++++++++++++++++------------------
 man/po/ja.po            | 1954 ++++++++++++++++++++------------------
 man/po/pl.po            | 1992 +++++++++++++++++++++------------------
 man/po/pt_BR.po         | 1918 ++++++++++++++++++++------------------
 man/po/ru.po            | 1916 ++++++++++++++++++++------------------
 man/po/sv.po            | 2375 ++++++++++++++++++++++++++---------------------
 po/ast.po               |  790 +++++++++-------
 po/bs.po                |  624 +++++++------
 po/ca.po                |  860 +++++++++--------
 po/cs.po                |  796 +++++++++-------
 po/da.po                |  760 ++++++++-------
 po/de.po                |  679 ++++++++------
 po/dpkg.pot             |  626 +++++++------
 po/dz.po                |  757 ++++++++-------
 po/el.po                |  826 ++++++++--------
 po/eo.po                |  637 +++++++------
 po/es.po                |  809 +++++++++-------
 po/et.po                |  636 +++++++------
 po/eu.po                |  638 +++++++------
 po/fr.po                |  877 +++++++++--------
 po/gl.po                |  801 +++++++++-------
 po/hu.po                |  644 +++++++------
 po/id.po                |  642 +++++++------
 po/it.po                |  661 +++++++------
 po/ja.po                |  791 +++++++++-------
 po/km.po                |  734 ++++++++-------
 po/ko.po                |  784 +++++++++-------
 po/ku.po                |  624 +++++++------
 po/lt.po                |  625 +++++++------
 po/mr.po                |  750 ++++++++-------
 po/nb.po                |  812 +++++++++-------
 po/ne.po                |  746 ++++++++-------
 po/nl.po                |  771 ++++++++-------
 po/nn.po                |  675 ++++++++------
 po/pa.po                |  750 ++++++++-------
 po/pl.po                |  645 +++++++------
 po/pt.po                |  807 +++++++++-------
 po/pt_BR.po             |  802 +++++++++-------
 po/ro.po                |  834 +++++++++--------
 po/ru.po                |  646 +++++++------
 po/sk.po                |  786 +++++++++-------
 po/sv.po                |  785 +++++++++-------
 po/th.po                |  776 +++++++++-------
 po/tl.po                |  642 +++++++------
 po/vi.po                |  913 ++++++++++--------
 po/zh_CN.po             |  788 +++++++++-------
 po/zh_TW.po             |  774 ++++++++-------
 scripts/po/ca.po        |  256 ++---
 scripts/po/de.po        |   94 +-
 scripts/po/dpkg-dev.pot |  260 +++---
 scripts/po/fr.po        |  392 ++++----
 scripts/po/pl.po        |  274 +++---
 scripts/po/ru.po        |  283 +++---
 scripts/po/sv.po        |  289 +++---
 89 files changed, 30360 insertions(+), 24814 deletions(-)

commit a44861007be95639148689aab508b339356cc071
Author: Omar Campagne <ocampagne@gmail.com>
Date:   Mon May 24 20:56:32 2010 +0200

    Fix typos in multiple manual pages

 man/dpkg-gensymbols.1   | 2 +-
 man/dpkg-scanpackages.1 | 4 ++--
 man/dpkg.1              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 174ea65d4c48c894662579465118b93fa7799271
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 24 19:00:16 2010 +0200

    dpkg-maintscript-helper: make <lastversion> optional in rm_conffile and mv_conffile
    
    Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work
    properly when <lastversion> is not given (or is empty). This should
    try the operation on every upgrade but do something only when the file to
    act upon really exists.
    
    Document this behaviour.

 debian/changelog                   |  2 ++
 man/dpkg-maintscript-helper.1      | 24 ++++++++++++++----------
 scripts/dpkg-maintscript-helper.sh | 36 +++++++++++++++++++++++++-----------
 3 files changed, 41 insertions(+), 21 deletions(-)

commit 9b027d8e4e9e6ba00f69c52180bfa643eaa61b67
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 24 17:15:15 2010 +0200

    dpkg-maintscript-helper: fix function called by mv_conffile in postrm
    
    Simple copy-paste error, it worked despite the mistake due to the similarity of
    abort_mv_conffile and abort_rm_conffile.

 scripts/dpkg-maintscript-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bdb1192d752a744e08624766f0fa55a22ff37e2b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 24 17:01:20 2010 +0200

    dpkg-maintscript-helper: clarify meaning of lastversion for rm_conffile
    
    Clarify that dpkg-maintscript-helper rm_conffile needs the last version of
    the package that did not remove the obsolete conffile if this was not
    implemented at the time the file became obsolete.

 debian/changelog              | 3 +++
 man/dpkg-maintscript-helper.1 | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit a0b267ec591f1b00156b17f9ceb9a85a24ff5431
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 24 15:56:57 2010 +0200

    dpkg-maintscript-helper: handle missing parameters properly

 debian/changelog                   |  2 ++
 scripts/dpkg-maintscript-helper.sh | 12 ++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 7106a2d148ace7ea1e786e41e11f84081b47fec8
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri May 21 18:00:01 2010 +0200

    dpkg-buildpackage: use Dpkg::Path::find_command instead of custom testcommand

 scripts/dpkg-buildpackage.pl | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

commit 452eb2fba819c22764ab12c850deeeb0d3ca8d9a
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri May 21 16:30:51 2010 +0200

    Dpkg::Shlibs::Objdump: use the cross objdump when cross compiling
    
    When <cross-prefix>-objdump is available and when we're cross-compiling
    let's use the cross objdump in preference over the standard objdump.
    
    Based-on-patch-by: Loïc Minier <lool@debian.org>

 debian/changelog               |  2 ++
 scripts/Dpkg/Shlibs/Objdump.pm | 28 +++++++++++++++++++---------
 2 files changed, 21 insertions(+), 9 deletions(-)

commit 12c8bc2c1db85fb6cf23200b66798e2fd80ce219
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Fri May 21 16:08:01 2010 +0200

    Dpkg::Path: new function find_command() that finds a command on the PATH

 scripts/Dpkg/Path.pm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit 0d8ca10504eadc3ed130645edfec67f9ab635e63
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 21 10:55:34 2010 +0200

    Update German translation of manual pages
    
    Update to 1910t.

 man/po/de.po | 523 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 284 insertions(+), 239 deletions(-)

commit 912eeea3fc61ec15554e93651b897ba811a56bea
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri May 21 10:35:43 2010 +0200

    Update German scripts translation
    
    Update to 510t

 scripts/po/de.po | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

commit db0b70bc26ec6f81242e4c34ae30cae81af8d3d1
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Thu May 20 15:38:41 2010 +0100

    lib/dpkg/test/t-ar.c: fix buffer overflow in ar test
    
    t-ar overflows arh.ar_name by two bytes: one because the string it uses
    is 17 bytes long rather than 16, and one because it uses strcpy which
    writes a trailing \0.  When compiling with -D_FORTIFY_SOURCE=2, as
    Ubuntu does by default, this crashes.  Fix the string length and stop
    null-terminating it.

 debian/changelog     | 3 +++
 lib/dpkg/test/t-ar.c | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit c298a638f9dab87d59a94e4397266c701457047c
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Thu May 20 16:39:12 2010 +0100

    dpkg(1): clarify scope of --configure
    
    Robert Persson pointed out in
    https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/77287 that
    describing --configure as "Reconfigure an unpacked package" is simply
    wrong.  This patch clarifies its behaviour, and adds a helpful pointer
    to dpkg-reconfigure(8) (there's already one in the SEE ALSO section) for
    those who really want that instead.

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

commit 395c8a0acc90c8df10eb2de0b7d6db13f64ffb8a
Author: Ian Fleming <iflema@yahoo.com.au>
Date:   Thu May 20 16:16:04 2010 +0100

    dpkg-architecture(1): Fix typos
    
    DEB_HOST_ARCH_BITS was listed as DEB_BUILD_ARCH_BITS;
    DEB_HOST_ARCH_ENDIAN was listed as DEB_BUILD_ARCH_ENDIAN.  In the
    process, adjust the ordering to match dpkg-architecture's output.
    Originally reported as
    https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/564308.

 debian/changelog        |  3 +++
 man/dpkg-architecture.1 | 14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

commit ff75458da0141bb08a5e928037d3e78d3e3382d7
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Thu May 20 14:18:14 2010 +0100

    Dpkg::Vendor::Ubuntu: Handle hardening in DEB_BUILD_OPTIONS
    
    Handle hardening-wrapper options via DEB_BUILD_OPTIONS.  Originally
    contributed by Kees Cook.  This is Ubuntu-specific for now, pending
    agreement on a better interface; see #489771 for background.

 scripts/Dpkg/Vendor/Ubuntu.pm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit a69db9e0fb18fe30b5c7910047cacee555345fde
Author: Colin Watson <cjwatson@debian.org>
Date:   Thu May 20 14:17:39 2010 +0100

    dpkg-buildpackage: Export all build flags
    
    Export all flags set in Dpkg::BuildFlags to the environment, so that
    vendors can usefully define additional variables.

 scripts/dpkg-buildpackage.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ed8497c2e3833de826786fe1ab0e052f2a335b6
Author: Colin Watson <cjwatson@debian.org>
Date:   Thu May 20 14:17:19 2010 +0100

    Dpkg::BuildFlags: simplify update-buildflags hook
    
    Pass the entire Dpkg::BuildFlags object to update-buildflags, so that
    hooks can use its set() method rather than setting hash elements
    directly.

 scripts/Dpkg/BuildFlags.pm     | 2 +-
 scripts/Dpkg/Vendor/Default.pm | 8 ++++----
 scripts/Dpkg/Vendor/Ubuntu.pm  | 3 +--
 3 files changed, 6 insertions(+), 7 deletions(-)

commit 2d4fd627d4286dc42006fb486040209d4e021b9f
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Thu May 20 13:49:06 2010 +0100

    Add tests for Ubuntu changelog parsing
    
    Ubuntu's changelog parsing is nearly identical to Debian's, but may emit
    an additional Launchpad-Bugs-Fixed header. Test that changelogs
    matching the appropriate regex are parsed correctly both for Debian and
    Ubuntu.
    
    To do this, we take copies of the standard origin files and add an
    internal mechanism allowing Dpkg::Vendor to be pointed at them; and we
    run 600_Dpkg_Changelog.t a second time with DEB_VENDOR set, to avoid
    duplicating lots of code. See the discussion in #536066 for background.

 debian/changelog                      |  2 ++
 scripts/Dpkg/Vendor.pm                |  5 ++++-
 scripts/Makefile.am                   |  2 ++
 scripts/t/600_Dpkg_Changelog.t        | 18 +++++++++++++++---
 scripts/t/600_Dpkg_Changelog/fields   |  2 ++
 scripts/t/600_Dpkg_Changelog_Ubuntu.t | 21 +++++++++++++++++++++
 scripts/t/origins/debian              |  3 +++
 scripts/t/origins/default             |  1 +
 scripts/t/origins/ubuntu              |  4 ++++
 9 files changed, 54 insertions(+), 4 deletions(-)

commit d02ed9451e83309dcc795370661c910e0bd75e8e
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 20 12:05:44 2010 +0200

    Update German translation of manual pages
    
    Update to 1901t0f6u.

 man/po/de.po | 4860 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2478 insertions(+), 2382 deletions(-)

commit baf331a73bfeb229f9717233c47a3cff6282f2d7
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Thu May 20 11:38:55 2010 +0200

    Update German scripts translation
    
    Update to 508t

 scripts/po/de.po | 254 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 136 insertions(+), 118 deletions(-)

commit 5e9ddfc44109464cd0deefd69eb7375a66ed03d3
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Thu May 20 00:54:08 2010 -0500

    dpkg-source: do not ensure prerequisites are met for --before-build/--after-build
    
    It is perfectly reasonable to use the before_build and after_build
    hooks in situations where the source package is missing.
    
    Without this change, attempts to build a package of format 3.0 (quilt)
    with the upstream tarball missing result in errors.
    
     $ dpkg-buildpackage -b
     [...]
      dpkg-source -I -i --before-build csound
     dpkg-buildpackage: host architecture i386
     dpkg-source: error: can't build with source format '3.0 (quilt)': no orig.tar file found
    
    Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Raphaël Hertzog <hertzog@debian.org>

 scripts/dpkg-source.pl | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit e6f6bb08f15b507ba1ae34ad274e6db76f13614d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 19 22:12:20 2010 +0200

    libdpkg: update w_booleandefno() to cope with the changed type of booleans
    
    Boolean fields are now stored in "bool" variables and no longer in integers.
    The former is 1-byte long and doesn't match the length of an int, so the
    cast done in PKGPFIELD was reading too much data after the offset where
    the boolean field is stored.
    
    This update was missed in commit 7eb30624a0b7955924bafd9466d226f70e5cf48f.

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

commit ceb8af96396780072c1a0242b631b38eb16edf2b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 19 15:58:08 2010 +0200

    Disable t-disappear-depended until dpkg is fixed
    
    We want to be able to run all the tests with success. This specific check
    fails with the version in lenny and the version in squeeze/sid so it's
    not really a regression, it's probably an unimplemented feature.

 t-disappear-depended/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 035c92633513b595aa6747d2eeab29e071bf3f67
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 19 15:57:13 2010 +0200

    Let "make" return some basic documentation on how to run the tests

 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 99fb987864299e1d67752977c6e33fbe56231997
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 19 15:25:24 2010 +0200

    Don't hardcode the list of tests
    
    We use $(wildcard t-*) to discover all tests. Drop the only useless file
    that was matched by the wildcard and that is not a real test case.
    
    Several tests were missing from the list and with this change this should
    not happen any more.
    
    The order of the tests should not matter and if a specific order
    is important (say testing basic operations first), then the directories
    should be renamed to include a numbered prefix (t-XXXX-short-desc).

 Makefile                  | 34 +---------------------------------
 t-conffile-prompt.control | 23 -----------------------
 2 files changed, 1 insertion(+), 56 deletions(-)

commit 4491ea2859f25477fa22720eedd4f598e2f8848e
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 19 15:14:48 2010 +0200

    t-conffile-obsolete: clean properly so that global make test still works
    
    We left pkg-conf-obsolete around and it lead to failures in other
    tests. Now it's properly removed once the test-case completed.

 t-conffile-obsolete/Makefile | 1 +
 1 file changed, 1 insertion(+)

commit d5be8e12bcaba2f43fa3834dc6cd1277e9562a7b
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed May 19 13:56:25 2010 +0200

    Add missing t-conffile-rename to the global list of tests

 Makefile | 1 +
 1 file changed, 1 insertion(+)

commit 19014dddde0eb86721bc656c801600f612d5c7c2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 05:57:45 2010 +0200

    dselect: Fix variable usage after delete when using --debug

 debian/changelog      | 1 +
 dselect/pkgsublist.cc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 5abafe0fe645fc2fed5c7e36ebb5fdc2e059cdb4
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 06:05:01 2010 +0200

    dselect: Fix memory leak on inexistent method directory

 dselect/methparse.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 28caaffea717f5f827972c0d6d54f1750118bd82
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 06:04:12 2010 +0200

    dpkg-deb, dpkg-split: Fix few resource leaks

 dpkg-deb/extract.c | 4 ++++
 dpkg-split/join.c  | 1 +
 2 files changed, 5 insertions(+)

commit 4815b6041d826f605275d81206195e20bc9ced80
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 05:26:39 2010 +0200

    dpkg-deb: Reduce scope of infobuf variable in extracthalf

 dpkg-deb/extract.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

    dpkg-deb: Fix leak on non-symlink paths when building the package
    
    If it's a symlink it gets inserted into to the symlist, which gets freed
    at the end. If it's not we have to free ourselves, which was not being
    done.

 dpkg-deb/build.c | 1 +
 1 file changed, 1 insertion(+)

commit cb98e2038e195dd0ed29274738135da4b1709afb
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 05:21:47 2010 +0200

    dpkg-deb: Refactor file_info freeing into a new file_info_free function

 dpkg-deb/build.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 51e84d96dbec856301802952d937710ccc90b2f3
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 05:59:09 2010 +0200

    dpkg-deb: Check for error on lstat

 dpkg-deb/build.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 2e2cab1228a6efdee57d165c508c2e05c8520f43
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 06:00:00 2010 +0200

    s-s-d: Check for error on open an ioctl calls

 utils/start-stop-daemon.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b28bda38587833a486fb10566890f70269f5b48d
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 18 23:14:03 2010 +0200

    build: Pass --previous to msgmerge with the new MSGMERGE_OPTIONS variable
    
    This new options got introduced in gettext 0.18, and helps significantly
    translators' work.

 dselect/po/Makevars | 2 ++
 po/Makevars         | 2 ++
 scripts/po/Makevars | 2 ++
 3 files changed, 6 insertions(+)

commit bdc238da1b1e48b66c0f4003520c3231addc742c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 18 21:58:24 2010 +0200

    build: Require gettext 0.18
    
    Remove embedded gettext files from the repository, now properly
    installed by autopoint for all po/ directories. Add versioned
    Build-Depends.

 configure.ac                   |   2 +-
 debian/changelog               |   6 +
 debian/control                 |   3 +-
 dselect/po/.gitignore          |   1 +
 dselect/po/Makefile.in.in      | 403 -----------------------------------------
 dselect/po/remove-potcdate.sin |  19 --
 scripts/po/.gitignore          |   1 +
 scripts/po/Makefile.in.in      | 403 -----------------------------------------
 scripts/po/remove-potcdate.sin |  19 --
 9 files changed, 11 insertions(+), 846 deletions(-)

commit 071188cbe9ede3bb7798fb12eb522fb9e5fd16d5
Author: Guillem Jover <guillem@debian.org>
Date:   Tue May 18 21:45:04 2010 +0200

    Ignore all foreign m4 files
    
    Now that the dpkg m4 files are namespaced, we can ignore all foreign
    ones safely.

 m4/.gitignore | 35 ++---------------------------------
 1 file changed, 2 insertions(+), 33 deletions(-)

commit 7eb30624a0b7955924bafd9466d226f70e5cf48f
Author: Guillem Jover <guillem@debian.org>
Date:   Mon May 17 15:04:49 2010 +0200

    Use bool instead of int wherever appropriate

 dpkg-deb/extract.c        | 12 +++++++-----
 dpkg-deb/info.c           | 24 ++++++++++++++++++------
 dpkg-split/queue.c        | 26 +++++++++++++++++++-------
 dselect/basecmds.cc       | 16 ++++++++++------
 dselect/bindings.cc       | 13 +++++++++----
 dselect/bindings.h        |  5 +++--
 dselect/dselect.h         |  4 ++--
 dselect/pkgcmds.cc        | 15 +++++++++------
 dselect/pkgdepcon.cc      | 26 ++++++++++++++++----------
 dselect/pkglist.cc        | 28 +++++++++++++++++-----------
 dselect/pkglist.h         | 14 +++++++-------
 dselect/pkgsublist.cc     | 18 ++++++++++++------
 lib/dpkg/database.c       |  8 ++++----
 lib/dpkg/dpkg-db.h        | 14 +++++++-------
 lib/dpkg/dump.c           |  4 +++-
 lib/dpkg/fields.c         |  6 +++---
 lib/dpkg/nfmalloc.c       |  6 +++---
 lib/dpkg/parse.c          |  3 ++-
 lib/dpkg/parsehelp.c      |  8 +++++---
 lib/dpkg/pkg-format.c     | 10 +++++-----
 lib/dpkg/progress.h       |  4 +++-
 lib/dpkg/triglib.c        | 24 ++++++++++++------------
 lib/dpkg/triglib.h        |  8 ++++----
 src/archives.c            | 19 +++++++++++--------
 src/depcon.c              |  6 +++---
 src/enquiry.c             | 10 +++++-----
 src/errors.c              |  2 +-
 src/filesdb.c             | 22 +++++++++++++---------
 src/filesdb.h             |  3 ++-
 src/main.c                |  9 +++++----
 src/main.h                |  9 +++++----
 src/processarc.c          | 10 +++++-----
 src/query.c               |  9 +++++----
 src/remove.c              | 19 ++++++++++++-------
 src/trigcmd.c             |  4 ++--
 src/trigproc.c            |  6 +++---
 utils/start-stop-daemon.c |  9 +++++----
 37 files changed, 257 insertions(+), 176 deletions(-)

commit 07adb5686f5fec694e6bfea82b8b5ad2fcdf416c
Merge: 510cad04b 24f375fd2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed May 19 08:25:44 2010 +0200

    Merge branch 'sid' (through tag '1.15.7.1')
    
    Conflicts:
            debian/changelog

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 file 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(+)

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 510cad04bfe5bbfe4c43d96ec1d431a3f28a0e39
Author: Peter Krefting <peterk@debian.org>
Date:   Mon May 17 20:58:47 2010 +0100

    Update Swedish translation.
    
    man/po/sv.po: 1894t0f0u.
    scripts/po/sv.po: 507t0f0u.

 debian/changelog |   2 +
 man/po/sv.po     | 394 ++++++++++++++++++++++++++++++++++++++-----------------
 scripts/po/sv.po |  52 ++++----
 3 files changed, 301 insertions(+), 147 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 file changed, 1 insertion(+), 1 deletion(-)

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(+)

commit 669b7c375dda410e0a043cf1a6ef93a92625e087
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 17 21:13:49 2010 +0200

    Adjust tests to use the new name of maintscript-helper

 t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst | 4 ++--
 t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postrm   | 4 ++--
 t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/preinst  | 4 ++--
 t-conffile-rename/pkg-conff-rename-1/DEBIAN/postinst     | 4 ++--
 t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm       | 4 ++--
 t-conffile-rename/pkg-conff-rename-1/DEBIAN/preinst      | 4 ++--
 6 files changed, 12 insertions(+), 12 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 deletion(-)

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 file changed, 14 insertions(+)

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 deletion(-)

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 c0effa5a17e7c5170864ee8f9a227d0d46d4eae6
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed May 12 21:15:19 2010 +0200

    Add missing changelog entry for commit ce33efa7b93bc98635667f597c7487631af3459a

 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce33efa7b93bc98635667f597c7487631af3459a
Author: Holger Wansing <linux@wansing-online.de>
Date:   Tue May 11 20:55:27 2010 +0200

    Use impersonal messages in German dpkg scripts translation

 scripts/po/de.po | 883 +++++++++++++++++++++++++++----------------------------
 1 file changed, 440 insertions(+), 443 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 deletion(-)

commit b010b55f0e4387c507b3c31ef470fe9485ce037c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon May 10 11:48:55 2010 +0200

    Update coding-style.txt to also cover the Perl code

 doc/coding-style.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

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 ffb3249344264cc9275f806e210d6b0da17a3af6
Author: Peter Krefting <peterk@debian.org>
Date:   Thu May 6 12:57:30 2010 +0100

    Update Swedish translation.
    
    po/sv.po: 968t0f0u.

 debian/changelog |  1 +
 po/sv.po         | 18 +++++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

commit f8e3226252398df9a813b7be343246cb855c0224
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon May 3 22:16:26 2010 +0200

    Update German translation of manual pages
    
    Update to 1898t.

 man/po/de.po | 311 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 207 insertions(+), 104 deletions(-)

commit 74b6e85448941db4e643df887ae39607d6370109
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Mon May 3 21:43:27 2010 +0200

    Update German scripts translation
    
    Update to 508t

 scripts/po/de.po | 67 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 36 insertions(+), 31 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 9bbdfecf723a3da416e671dcbf1af9cc4b37a541
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun May 2 21:34:35 2010 +0200

    dpkg-buildpackage: add calls to dpkg-source --before-build and --after-build

 debian/changelog             |  7 +++++++
 man/dpkg-buildpackage.1      | 11 ++++++-----
 scripts/dpkg-buildpackage.pl |  9 +++++++++
 3 files changed, 22 insertions(+), 5 deletions(-)

commit 8c1fc347f7d50b64f3693ba1d7e064bf9ccbae8c
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Wed Apr 28 22:27:08 2010 +0200

    dpkg-source: implement --before-build and --after-build command
    
    Those commands are really hooks that source formats can use and that
    will be called by dpkg-buildpackage before and after the actual build.
    
    Source formats "2.0" and "3.0 (quilt)" use this hook to ensure patches
    are applied before the build.

 man/dpkg-source.1                 | 20 +++++++++++++++++++-
 scripts/Dpkg/Source/Package.pm    |  8 ++++++++
 scripts/Dpkg/Source/Package/V2.pm |  5 +++++
 scripts/dpkg-source.pl            | 22 +++++++++++++++++-----
 4 files changed, 49 insertions(+), 6 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 file 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(+)

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(+)

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(+)

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(+)

commit 6a606c37571a2aa25dd7d4d46d4ed45206e4dbeb
Author: Christian Perrier <bubulle@debian.org>
Date:   Wed Apr 28 22:27:08 2010 +0200

    Russian translation updates

 debian/changelog |   5 +
 dselect/po/ru.po |  34 +--
 po/ru.po         | 814 ++++++++++++++-----------------------------------------
 scripts/po/ru.po | 521 ++++++++++++++---------------------
 4 files changed, 417 insertions(+), 957 deletions(-)

commit 69e24133f78f34c34d690115551af5acb475a1e9
Author: Christian Perrier <bubulle@debian.org>
Date:   Mon Apr 26 18:47:03 2010 +0200

    French translation updated to 507t

 scripts/po/fr.po | 141 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 73 insertions(+), 68 deletions(-)

commit 1d84cfe8be512b8786d81a024d3a88007f11584d
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Apr 25 18:49:51 2010 +0200

    Update changelog

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

commit 84bb9c8f8fb00c0b775c2d207e8e1854ae7f6292
Author: Christian Perrier <bubulle@debian.org>
Date:   Sun Apr 25 11:37:40 2010 +0200

    A few more strings

 scripts/po/fr.po | 109 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 52 insertions(+), 57 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 e197a7d348447a80166d43324956b4525d6e0bd3
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 23 18:46:55 2010 +0200

    Switch German man page translation to utf-8

 man/po/de.add |    8 +-
 man/po/de.po  | 4246 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 2127 insertions(+), 2127 deletions(-)

commit a86c4f08b77fcc77a6da001ca29bbd28b972d601
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Fri Apr 23 18:44:52 2010 +0200

    Update German scripts translation
    
    Update to 507t

 debian/changelog |  3 +++
 scripts/po/de.po | 19 ++++++++-----------
 2 files changed, 11 insertions(+), 11 deletions(-)

commit 1a1a6ad9301029ba88c258aee4b31a42acd75869
Merge: b3c0a528f d97034aa6
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Thu Apr 22 08:17:36 2010 +0200

    Merge commit '1.15.7.1'

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 file 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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

commit b3c0a528fe8ae4fef6ebf610f96ea458e48a9d20
Author: Helge Kreutzmann <debian@helgefjell.de>
Date:   Wed Apr 21 21:26:51 2010 +0200

    Update German translation of manual pages
    
    Update to 1894t.

 debian/changelog |  3 ++-
 man/po/de.po     | 37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)

commit 2fd9d41f412a8299764852c4b5a0809118884490
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 04:42:09 2010 +0200

    Bump version to 1.15.8

 debian/changelog | 6 ++++++
 1 file changed, 6 insertions(+)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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     | 1416 ++++++++++++++++++++++++++++-----------
 man/po/es.po            | 1552 ++++++++++++++++++++++++++++++------------
 man/po/fr.po            | 1711 ++++++++++++++++++++++++++++++++++-------------
 man/po/hu.po            | 1483 +++++++++++++++++++++++++++++-----------
 man/po/ja.po            | 1491 ++++++++++++++++++++++++++++++-----------
 man/po/pl.po            | 1687 ++++++++++++++++++++++++++++++++++------------
 man/po/pt_BR.po         | 1484 +++++++++++++++++++++++++++++-----------
 man/po/ru.po            | 1487 +++++++++++++++++++++++++++++-----------
 man/po/sv.po            | 1708 ++++++++++++++++++++++++++++++++++------------
 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, 19442 insertions(+), 12495 deletions(-)

commit 2eb4d827aca15d20bc66b0c061ae00da4fcfc002
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 03:03:36 2010 +0200

    New versioned and unversioned t-conffile-replaces-downgrade test-case

 t-conffile-replaces-downgrade/Makefile               | 20 ++++++++++++++++++++
 .../pkg-conff-original-0/DEBIAN/conffiles            |  1 +
 .../pkg-conff-original-0/DEBIAN/control              |  8 ++++++++
 .../pkg-conff-original-0/test-conffile               |  1 +
 .../pkg-conff-original-0/test-original               |  0
 .../pkg-conff-original-1/DEBIAN/control              |  8 ++++++++
 .../pkg-conff-original-1/test-original               |  0
 .../pkg-conff-takeover/DEBIAN/conffiles              |  1 +
 .../pkg-conff-takeover/DEBIAN/control                |  9 +++++++++
 .../pkg-conff-takeover/test-conffile                 |  1 +
 .../pkg-conff-takeover/test-takeover                 |  0
 t-conffile-replaces-downgrade/ref-conffile           |  1 +
 t-conffile-versioned-replaces-downgrade/Makefile     | 20 ++++++++++++++++++++
 .../pkg-conff-original-0/DEBIAN/conffiles            |  1 +
 .../pkg-conff-original-0/DEBIAN/control              |  8 ++++++++
 .../pkg-conff-original-0/test-conffile               |  1 +
 .../pkg-conff-original-0/test-original               |  0
 .../pkg-conff-original-1/DEBIAN/control              |  8 ++++++++
 .../pkg-conff-original-1/test-original               |  0
 .../pkg-conff-takeover/DEBIAN/conffiles              |  1 +
 .../pkg-conff-takeover/DEBIAN/control                |  9 +++++++++
 .../pkg-conff-takeover/test-conffile                 |  1 +
 .../pkg-conff-takeover/test-takeover                 |  0
 t-conffile-versioned-replaces-downgrade/ref-conffile |  1 +
 24 files changed, 100 insertions(+)

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

    Fix disappearing test-cases
    
    Change check for status of pkg-conff-original to installed state, as the
    code does not disappear the package being handled currently. Enable the
    VERIFY macro again. Instead of removing ‘/test-conffile’, test that it
    does not exist after purge.

 t-conffile-replaces-disappear/Makefile | 15 ++++++++++-----
 t-file-replaces-disappear/Makefile     | 15 ++++++++++-----
 2 files changed, 20 insertions(+), 10 deletions(-)

commit d90fc1ce249ce771c6a26f118ab76d9498bf97b2
Author: Guillem Jover <guillem@debian.org>
Date:   Wed Apr 21 02:52:56 2010 +0200

    Fix t-failinst-failrm test-case
    
    Use '=' instead of 'eq' for string comparison. Remove the failing
    maintainer script or the purge will not work. Purge pkg-failinst-failrm
    instead of pkg-dbg-dir.

 t-failinst-failrm/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 4af5236bdd559502900c9a1f620b8668b24df565
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 15 14:53:58 2010 +0200

    Add unpack test-cases

 Makefile                                      |  4 +++
 t-unpack-device/.gitignore                    |  2 ++
 t-unpack-device/Makefile                      | 26 ++++++++++++++++++
 t-unpack-device/pkg-device/DEBIAN/control     |  8 ++++++
 t-unpack-fifo/.gitignore                      |  1 +
 t-unpack-fifo/Makefile                        | 22 +++++++++++++++
 t-unpack-fifo/pkg-fifo/DEBIAN/control         |  8 ++++++
 t-unpack-hardlink/.gitignore                  |  4 +++
 t-unpack-hardlink/Makefile                    | 39 +++++++++++++++++++++++++++
 t-unpack-hardlink/pkg-hardlink/DEBIAN/control |  8 ++++++
 t-unpack-symlink/Makefile                     | 12 +++++++++
 t-unpack-symlink/pkg-symlink/DEBIAN/control   |  8 ++++++
 t-unpack-symlink/pkg-symlink/test-file        |  0
 t-unpack-symlink/pkg-symlink/test-symlink     |  1 +
 14 files changed, 143 insertions(+)

commit bdd8a936cad0e3253f19bb40ad2f4e7ebf9750f6
Author: Guillem Jover <guillem@debian.org>
Date:   Thu Apr 15 14:48:28 2010 +0200

    Add support for build and clean hooks

 Test.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 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(+)

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(+)

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 file 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 file 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 deletion(-)

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 file 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 deletion(-)

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 file 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 file 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 deletion(-)

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(+)

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 415fae69b2bc811f58ad4a679e2cb02beb111b7d
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Apr 12 19:05:52 2010 +0200

    t-conffile-rename: test graceful rename of conffile with maintscript-helper mv_conffile

 t-conffile-rename/Makefile                         | 34 ++++++++++++++++++++++
 .../pkg-conff-rename-0/DEBIAN/conffiles            |  1 +
 .../pkg-conff-rename-0/DEBIAN/control              |  8 +++++
 .../pkg-conff-rename-0/test-conffile-old           |  1 +
 .../pkg-conff-rename-1/DEBIAN/conffiles            |  1 +
 .../pkg-conff-rename-1/DEBIAN/control              |  8 +++++
 .../pkg-conff-rename-1/DEBIAN/postinst             |  4 +++
 t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm |  4 +++
 .../pkg-conff-rename-1/DEBIAN/preinst              |  9 ++++++
 .../pkg-conff-rename-1/test-conffile-new           |  1 +
 10 files changed, 71 insertions(+)

commit 695996d10ee32b086f17745fc275d538d0725a33
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Apr 12 16:52:40 2010 +0200

    pkg-conff-obsolete: test removal of obsolete conffiles with help of maintscript-helper

 Test.mk                                            |  3 +++
 t-conffile-obsolete/Makefile                       | 27 +++++++++++++++++++++-
 .../pkg-conff-obsolete-2/DEBIAN/control            |  8 +++++++
 .../pkg-conff-obsolete-2/DEBIAN/postinst           |  4 ++++
 .../pkg-conff-obsolete-2/DEBIAN/postrm             |  4 ++++
 .../pkg-conff-obsolete-2/DEBIAN/preinst            |  9 ++++++++
 6 files changed, 54 insertions(+), 1 deletion(-)

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 deletion(-)

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 file 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(+)

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 file changed, 1 insertion(+)

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 file 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 file 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 deletion(-)

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 file 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 file changed, 53 insertions(+), 1 deletion(-)

commit 590bf82b5652b0fa05121309f1e6f44c2502a4e6
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 12 15:45:37 2010 +0200

    Make inverse order replacing installation pass for now
    
    The dpkg code is buggy, but to avoid the whole test suite stopping in
    the middle, let's ignore those failing cases for now, once dpkg is fixed
    they'll be made fatal again.

 t-conffile-replaces-disappear/Makefile | 6 ++++--
 t-file-replaces-disappear/Makefile     | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit b3941d85e42d40867f5fa11cfa4bbfe5a3e585b7
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 12 15:41:36 2010 +0200

    New t-disappear-depended test-case

 Makefile                                             |  1 +
 t-disappear-depended/Makefile                        | 20 ++++++++++++++++++++
 t-disappear-depended/pkg-depend/DEBIAN/control       |  9 +++++++++
 t-disappear-depended/pkg-disappear/DEBIAN/control    |  8 ++++++++
 t-disappear-depended/pkg-normal/DEBIAN/control       |  8 ++++++++
 t-disappear-depended/pkg-normal/test-dir/test-normal |  0
 6 files changed, 46 insertions(+)

commit c66d3bf089e7bafb15f77fc0e1cf7d02c8267b34
Author: Guillem Jover <guillem@debian.org>
Date:   Mon Apr 12 15:39:02 2010 +0200

    Fix t-conffile-conflict test-case
    
    The installation is supposed to fail, so make the test case expect that.

 t-conffile-conflict/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d97ebf66771cb6669cc6d1e90ba2459ac91d70d2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 30 11:42:00 2010 +0200

    New t-disappear-empty test-case

 Makefile                                                 |  1 +
 t-disappear-empty/Makefile                               | 16 ++++++++++++++++
 t-disappear-empty/pkg-disappear-0/DEBIAN/control         |  8 ++++++++
 .../pkg-disappear-0/test-dir/test-disappear              |  0
 t-disappear-empty/pkg-disappear-1/DEBIAN/control         |  8 ++++++++
 t-disappear-empty/pkg-normal/DEBIAN/control              | 10 ++++++++++
 t-disappear-empty/pkg-normal/test-dir/test-normal        |  0
 7 files changed, 43 insertions(+)

commit d45f967c2dc8d834e6b8e50a2a1d179ce62907c6
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Mar 30 11:35:01 2010 +0200

    Add t-conflict-provide-replace test-cases for real and virtual packages

 Makefile                                                |  4 +++-
 t-conflict-provide-replace-real/Makefile                | 13 +++++++++++++
 t-conflict-provide-replace-real/pkg-a/DEBIAN/control    |  8 ++++++++
 t-conflict-provide-replace-real/pkg-a/test-conflict     |  0
 t-conflict-provide-replace-real/pkg-b/DEBIAN/control    | 11 +++++++++++
 t-conflict-provide-replace-real/pkg-b/test-conflict     |  0
 t-conflict-provide-replace-virtual/Makefile             | 13 +++++++++++++
 t-conflict-provide-replace-virtual/pkg-a/DEBIAN/control | 11 +++++++++++
 t-conflict-provide-replace-virtual/pkg-b/DEBIAN/control | 11 +++++++++++
 9 files changed, 70 insertions(+), 1 deletion(-)

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 file changed, 6 insertions(+)

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(+)

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(+)

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(+)

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(+)

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 file 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 file 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 file changed, 10 insertions(+), 1 deletion(-)

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 file changed, 5 insertions(+), 1 deletion(-)

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 deletion(-)

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 file changed, 21 insertions(+), 1 deletion(-)

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 file changed, 180 insertions(+), 1 deletion(-)

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 deletion(-)

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 file 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 file changed, 3 insertions(+)

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 file 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 file changed, 2 insertions(+), 1 deletion(-)

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 file 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 file 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(+)

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 file 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(+)

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 file 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 file 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 insertion(+), 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 deletion(-)

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 file changed, 6 insertions(+)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 3 insertions(+)

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(+)

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 file 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 file 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 file 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 file 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 file 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 file 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 file 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(+)

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 file changed, 1 deletion(-)

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 file 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 file 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 file 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 file 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 file 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(+)

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 deletion(-)

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>

 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(+)

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 deletion(-)

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(+)

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 file changed, 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 file 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 file changed, 2 insertions(+)

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 deletion(-)

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 deletion(-)

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 deletion(-)

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 file changed, 1 insertion(+)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 +
 debian/{source.lintian-overrides => source/lintian-overrides} | 0
 2 files changed, 1 insertion(+)

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(+)

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 file changed, 1 insertion(+)

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 deletion(-)

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 deletion(-)

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 file 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 file changed, 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, 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 file 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 file 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 deletion(-)

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 deletion(-)

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 file 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 file 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(+)

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 deletion(-)

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 insertion(+), 1 deletion(-)

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 file 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 file 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 file changed, 2 insertions(+), 1 deletion(-)

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 file 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 file changed, 9 insertions(+), 1 deletion(-)

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 file 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        | 2001 ++++++++++++++++++++++--------
 man/po/dpkg-man.pot | 1688 +++++++++++++++++++------
 man/po/es.po        | 1828 +++++++++++++++++++++------
 man/po/fr.po        | 3400 +++++++++++++++++++++++++++++++++++----------------
 man/po/hu.po        | 1839 ++++++++++++++++++++++------
 man/po/ja.po        | 1842 ++++++++++++++++++++++------
 man/po/pl.po        | 1911 +++++++++++++++++++++++------
 man/po/po4a.cfg     |    5 +
 man/po/pt_BR.po     | 1841 ++++++++++++++++++++++------
 man/po/ru.po        | 1843 ++++++++++++++++++++++------
 man/po/sv.po        | 1983 +++++++++++++++++++++++-------
 12 files changed, 15465 insertions(+), 4719 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 file 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(+)

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(+)

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 file 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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 2 insertions(+)

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 file changed, 2 insertions(+)

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 file 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 file 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(+)

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 file 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 file changed, 72 insertions(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 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 file 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 file 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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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(+)

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

    Remove done TODO items

 TODO | 3 ---
 1 file changed, 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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 file changed, 6 insertions(+)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 insertion(+), 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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 deletion(-)

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 file 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 file 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 file changed, 3 insertions(+), 1 deletion(-)

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 file changed, 2 insertions(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 14 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+)

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 file 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 deletion(-)

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 file changed, 2 insertions(+)

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 file changed, 10 insertions(+)

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 file 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 file 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 file 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 file 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 file 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 file 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(+)

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 file 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 insertion(+), 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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(+)

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 file 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 deletion(-)

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, 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, 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 file changed, 1 insertion(+), 1 deletion(-)

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(+)

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 file changed, 5 insertions(+), 1 deletion(-)

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 file changed, 6 insertions(+)

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 file 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(+)

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

 scripts/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 file 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 deletion(-)

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 file 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 file 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 file changed, 22 insertions(+)

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 file changed, 6 insertions(+)

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 file 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 file 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 file 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 file changed, 95 insertions(+)

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(+)

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 deletion(-)

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 file changed, 15 insertions(+), 1 deletion(-)

commit b1acb6690d759fe523bfbed14dd5d1653eaee282
Merge: a9d4a03cf d55c5d39b
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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file 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 file 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 file 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 file 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(+)

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 file changed, 1 insertion(+), 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 file changed, 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(+)

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, 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 insertion(+), 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(+)

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: 253fcf6e0 57636efa7
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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 deletion(-)

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 file changed, 4 insertions(+)

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 file 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 file changed, 1 insertion(+), 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 file 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 file changed, 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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(+)

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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 147 insertions(+), 1 deletion(-)

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 file changed, 12 insertions(+), 1 deletion(-)

commit a978569f205b0e6ac510e7e108ebd53e75f290ac
Merge: a1ff6b1c8 f94814484
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 file 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 deletion(-)

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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file 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 file 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: abf378780 b6a2926a1
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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 file 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 file 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(+)

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(+)

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 file changed, 6 insertions(+), 1 deletion(-)

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 file 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 file changed, 3 insertions(+)

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 file 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(+)

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 deletion(-)

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 file 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 file changed, 1 insertion(+), 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(+)

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 file 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 file 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 file 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 file 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 file changed, 6 insertions(+), 1 deletion(-)

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 +-
 scripts/t/200_Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf | 2 +-
 scripts/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 file changed, 1 insertion(+), 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: fd4024d04 a71228d1f
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 file changed, 6 insertions(+)

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 file 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 deletion(-)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 2 insertions(+)

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 file 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 file 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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

commit 2d57b4f715409cbe8cd3dc7a1cc2380ec9fd50de
Merge: aff8de143 3700faf37
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 file changed, 1 insertion(+), 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 file 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 file changed, 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 file changed, 1 insertion(+), 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 file changed, 61 insertions(+), 1 deletion(-)

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 file 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(+)

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 file changed, 5 insertions(+)

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 file 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(+)

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 file 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 file changed, 1 insertion(+)

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 file changed, 2 insertions(+)

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 file 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 file 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(+)

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 file changed, 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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(+)

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 file 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 deletion(-)

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 file changed, 2 insertions(+)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 3 insertions(+)

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 file changed, 24 insertions(+)

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 file changed, 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 file 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 file 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 file 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 file changed, 37 insertions(+)

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(+)

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(+)

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 file changed, 1 insertion(+), 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file 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(+)

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 deletion(-)

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, 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 file changed, 1 insertion(+)

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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 deletion(-)

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 file 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 file 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 file 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 file changed, 33 insertions(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 4 insertions(+), 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 4 insertions(+), 1 deletion(-)

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 file 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 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 5 insertions(+)

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 file changed, 19 insertions(+)

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 file changed, 69 insertions(+), 1 deletion(-)

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 file 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 file 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(+)

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 deletion(-)

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 file 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 file 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, 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 file changed, 2 insertions(+), 1 deletion(-)

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(+)

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(+)

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 file 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 file 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 file 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 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 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 file changed, 3 insertions(+), 1 deletion(-)

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 file changed, 3 insertions(+)

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 file 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 file 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 deletion(-)

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, 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 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 10 insertions(+), 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 3 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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(+)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 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 file 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 deletion(-)

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 file changed, 13 insertions(+)

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 file changed, 1 deletion(-)

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, 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 file changed, 1 insertion(+), 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 file changed, 10 insertions(+)

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(+)

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 file changed, 1 insertion(+)

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 file 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(+)

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 file changed, 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 file changed, 9 insertions(+)

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 file 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 file 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 insertion(+), 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 file changed, 2 insertions(+)

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(+)

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 insertion(+), 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 deletion(-)

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 deletion(-)

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(+)

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(+)

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 file 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 file 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 file 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 file 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 file 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 deletion(-)

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 file changed, 1 insertion(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

commit 4bc25d36868a7ee818449e1343a6cd3f0059b1b0
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 07:02:38 2009 +0200

    Rename package name in control file to pkg-conff-obsolete

 t-conffile-obsolete/pkg-conff-obsolete-0/DEBIAN/control | 4 ++--
 t-conffile-obsolete/pkg-conff-obsolete-1/DEBIAN/control | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 9f875193126f760325fd77eb057580321f722257
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 06:12:30 2009 +0200

    The status for purged packages is now 'unknown ok not-installed'

 t-conffile-replaces-disappear/Makefile | 2 +-
 t-file-replaces-disappear/Makefile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8784827beed4c798b9782dd8ea74e6c584ffe9c2
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 05:54:47 2009 +0200

    New t-conffile-forcenew test-case

 Makefile                                                  |  1 +
 t-conffile-forcenew/Makefile                              | 13 +++++++++++++
 t-conffile-forcenew/pkg-conff-forcenew-0/DEBIAN/conffiles |  1 +
 t-conffile-forcenew/pkg-conff-forcenew-0/DEBIAN/control   |  9 +++++++++
 t-conffile-forcenew/pkg-conff-forcenew-0/DEBIAN/postinst  |  2 ++
 t-conffile-forcenew/pkg-conff-forcenew-0/test-conffile    |  1 +
 t-conffile-forcenew/pkg-conff-forcenew-1/DEBIAN/conffiles |  1 +
 t-conffile-forcenew/pkg-conff-forcenew-1/DEBIAN/control   |  9 +++++++++
 t-conffile-forcenew/pkg-conff-forcenew-1/test-conffile    |  1 +
 t-conffile-forcenew/ref-conffile                          |  1 +
 10 files changed, 39 insertions(+)

commit 45748f5a93a1d5762d57f9222b0449b1c2ac0310
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 06:05:56 2009 +0200

    New t-conffile-obsolete test-case

 Makefile                                                  |  1 +
 t-conffile-obsolete/Makefile                              | 13 +++++++++++++
 t-conffile-obsolete/pkg-conff-obsolete-0/DEBIAN/conffiles |  1 +
 t-conffile-obsolete/pkg-conff-obsolete-0/DEBIAN/control   |  8 ++++++++
 t-conffile-obsolete/pkg-conff-obsolete-0/test-conffile    |  1 +
 t-conffile-obsolete/pkg-conff-obsolete-1/DEBIAN/control   |  8 ++++++++
 6 files changed, 32 insertions(+)

commit 302cb24d8a0ec2c38aea9c95d13971b26ca3a153
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 06:05:27 2009 +0200

    New t-conflict test-case

 Makefile                        |  1 +
 t-conflict/Makefile             | 13 +++++++++++++
 t-conflict/pkg-a/DEBIAN/control |  8 ++++++++
 t-conflict/pkg-a/test-conflict  |  0
 t-conflict/pkg-b/DEBIAN/control |  8 ++++++++
 t-conflict/pkg-b/test-conflict  |  0
 6 files changed, 30 insertions(+)

commit e6d47678aabe066d19ffdb1ef3e02d9fbb2bdd2c
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 05:58:33 2009 +0200

    New t-normal test-case

 Makefile                           |  1 +
 t-normal/Makefile                  | 12 ++++++++++++
 t-normal/pkg-normal/DEBIAN/control |  8 ++++++++
 3 files changed, 21 insertions(+)

commit 5a62ab691e6f7c82ef74bf233cf94e065dabe548
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Sep 8 05:38:32 2009 +0200

    New t-disappear test-case

 Makefile                                            |  1 +
 t-disappear/Makefile                                | 14 ++++++++++++++
 t-disappear/pkg-disappear-0/DEBIAN/control          |  8 ++++++++
 t-disappear/pkg-disappear-0/test-dir/test-disappear |  0
 t-disappear/pkg-disappear-1/DEBIAN/control          |  8 ++++++++
 t-disappear/pkg-normal/DEBIAN/control               |  8 ++++++++
 t-disappear/pkg-normal/test-dir/test-normal         |  0
 7 files changed, 39 insertions(+)

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 deletion(-)

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 deletion(-)

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 deletion(-)

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(+)

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 file 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 file changed, 3 insertions(+), 1 deletion(-)

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 file changed, 1 deletion(-)

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 file 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 file 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 file 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(+)

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 file 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 file 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 deletion(-)

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 file 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 deletion(-)

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 file 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: Jiří Paleček <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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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(+)

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 file changed, 35 insertions(+), 1 deletion(-)

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(+)

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(+)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file changed, 85 insertions(+), 1 deletion(-)

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 file changed, 88 insertions(+), 81 deletions(-)

commit 1e93ee6fac346aecc0a0aa307931284a5d8f5395
Merge: 66abf2939 41d56b350
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 file changed, 1 insertion(+), 1 deletion(-)

commit 00b1d9dce71ff7b73ecba3b38d65c4a9ace7a9da
Author: Raphaël 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(+)

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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 49 insertions(+), 1 deletion(-)

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 deletion(-)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 deletion(-)

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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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(+)

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(+)

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 file changed, 4 insertions(+), 4 deletions(-)

commit 37a7407d040e5e6c33ebad6c029cc36d2a2768d5
Author: Raphaël 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 deletion(-)

commit 74b5b92eaed9566565f522bd896187ed2920310c
Author: Raphaël 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 file 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 file 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 file 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 file changed, 34 insertions(+), 24 deletions(-)

commit c2d042c2fbba96839ac21e42b2724027e3642420
Merge: 8ea582ffd 3fe3521d2
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 file 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 file changed, 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             | 4825 +++++++++++++++++++--------------------
 man/po/{fr.po => fr2.po} | 4825 +++++++++++++++++++--------------------
 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, 24549 insertions(+), 26386 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     | 2011 ++++++++++++++++++++++++++++++------------------------
 2 files changed, 1114 insertions(+), 898 deletions(-)

commit 3fe3521d247a524a41018486aa2496c7803abed2
Author: Raphaël 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: Raphaël 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 file 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 file changed, 1 insertion(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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, 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: Raphaël 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 file 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 file changed, 5 insertions(+), 3 deletions(-)

commit 77f7292128f315e0cd95177241184252604347ce
Author: Raphaël 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(+)

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 deletion(-)

commit a27d14c4423c44b400764c99b669824f4ba6e9a1
Author: Raphaël 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 deletion(-)

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 file changed, 1 deletion(-)

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 deletion(-)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 insertion(+), 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 file changed, 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 deletion(-)

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, 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 file 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 deletion(-)

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 file 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: 939b0c0f9 30f797c7c
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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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: Raphaël 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 deletion(-)

commit 4a1e8173f63c1c7a6807aa76280fc8aec128bc81
Author: Raphaël 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: Raphaël 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(+)

commit 72d4a9154d0f7ac2d9a1adad3dd59368d9d86c2f
Author: Raphaël 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 file changed, 2 insertions(+), 5 deletions(-)

commit dd7baf825098209e1b311b3b5e19eaf8c18fe800
Author: Raphaël 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 file changed, 10 insertions(+)

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 file 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 file changed, 5 insertions(+), 1 deletion(-)

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 file 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 file 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 file changed, 1 insertion(+)

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: Raphaël 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 file 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 file changed, 1 insertion(+)

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 insertion(+), 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 file 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 file 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 deletion(-)

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 deletion(-)

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 deletion(-)

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 file changed, 2 insertions(+)

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 file changed, 2 insertions(+)

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, 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 file 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 file changed, 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 file changed, 1 insertion(+), 1 deletion(-)

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 deletion(-)

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: Raphaël 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: Raphaël 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: Raphaël 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 file changed, 1 insertion(+), 1 deletion(-)

commit 52ff937b5b8028dfa0745daafe913397a4e0b7cd
Author: Raphaël 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 file changed, 5 insertions(+)

commit a3587e15b82e0f3a7367769307fe181c8151ce79
Author: Raphaël 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file changed, 7 insertions(+), 7 deletions(-)

commit 1ae77b82cff5462acffad67e2999973df880f0b7
Author: Raphaël 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: Raphaël 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 deletion(-)

commit 012ac74f876b7031165a782dbfeb3f43692bf382
Author: Raphaël 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 deletion(-)

commit 0a3d3fe21b629b55005c14889faaf8f84c4967c7
Author: Raphaël 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(+)

commit ffc5049d6a0faa7b63c423bbb256e7d70662bc7c
Author: Raphaël 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 file changed, 2 insertions(+), 2 deletions(-)

commit 0bdf342a69be47a5d7654114539854ea87702216
Author: Raphaël 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(+)

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 deletion(-)

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(+)

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 file changed, 1 insertion(+), 1 deletion(-)

commit c43ba8d76c43514206e467211295d8532944a61f
Author: Raphaël 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: Raphaël 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 file changed, 12 insertions(+), 2 deletions(-)

commit 211c62c45d5f3d5f8ee3dc26668cd5a04e889076
Author: Raphaël 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 deletion(-)

commit 49f9f9617800f2b4565e01e51d6481c61c6314ef
Author: Raphaël 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: Raphaël 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 file changed, 6 insertions(+)

commit 2585b24fc60840db17f33db593087e03840f801c
Author: Raphaël 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 file 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: Raphaël 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 file changed, 1 insertion(+)

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 file changed, 1 deletion(-)

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: Raphaël 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(+)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 5 insertions(+), 1 deletion(-)

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 file changed, 5 insertions(+), 1 deletion(-)

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 file 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 file 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 file 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 file 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: Raphaël 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: Raphaël 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 file changed, 2 insertions(+), 1 deletion(-)

commit 4690e08e95871ac1fc0498749466cf255a840e0c
Author: Raphaël 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 deletion(-)

commit 057523d0a806a3cb5be38c8da1a2fc3f044ef4cc
Author: Raphaël 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(+)

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: Raphaël 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(+)

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 deletion(-)

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 deletion(-)

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(+)

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 file 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 deletion(-)

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 file 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 file 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 file 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 file 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 file 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 Alvarez Costales <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 deletion(-)

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(+)

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, 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(+)

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 file 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 file changed, 1 insertion(+), 1 deletion(-)

commit ba2706754570efecb9cfba05ebcf2765d222c8a2
Author: Raphaël 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 deletion(-)

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 deletion(-)

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 deletion(-)

commit 398fd2848c4ea056ae4a0a9c404de436aa2f71e4
Author: Raphaël 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: Raphaël 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: Raphaël 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: Raphaël 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 deletion(-)

commit 61eae73be741d724a282302fb68417c247ac2780
Author: Raphaël 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: Raphaël 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 file changed, 4 insertions(+), 4 deletions(-)

commit 77270d7bf4dbffba0060635ca58a51f7e66b475c
Author: Raphaël 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 file changed, 3 insertions(+), 12 deletions(-)

commit 18dacea0fab9d81e85a5a7d4e9ec25435df7aa5b
Author: Raphaël 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 deletion(-)

commit 58b04d8f75a8b59bc2ec0f54429e3a47b060ecb6
Author: Raphaël 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(+)

commit 70c760198f9d116d85f20a587f60bb4bc3fff776
Author: Raphaël 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 deletion(-)

commit 57c5a9dd52955d5b2fd55f224d70cb4f3f40f437
Author: Raphaël 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: Raphaël 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 file changed, 2 insertions(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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(+)

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 deletion(-)

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 deletion(-)

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 deletion(-)

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: Raphaël 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(+)

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 deletion(-)

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 file changed, 1 insertion(+)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 6 insertions(+)

commit 45a7adc8ac5e8864d3a3865b7c0c9cb4ef3b4388
Author: Raphaël 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 deletion(-)

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 file 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 file 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 file 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 deletion(-)

commit 609294de1074556ac6194fff7ddbfef0fec80841
Author: Raphaël 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 deletion(-)

commit f805a6546e7050a1024d924b805cff75cfd082d8
Author: Raphaël 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 file changed, 2 insertions(+)

commit 0f6f1016aa501387f60ec9f8b750263904fbf306
Author: Raphaël 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 deletion(-)

commit 3525f79792cff51757d99d45f51c96a15e6fa779
Author: Raphaël 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 deletion(-)

commit 64439508ccaf2c9a98fa11b7cce4df4d314cc334
Author: Raphaël 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: Raphaël 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(+)

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 file 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(+)

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 deletion(-)

commit e5235b174b04cd3662e9b189cd7502fc58a031a6
Author: Raphaël 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 file changed, 34 insertions(+), 33 deletions(-)

commit 8ab2d4a31934027a1824f8ba6458e8de175ccdb5
Author: Felipe E. F. de 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(+)

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 file 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 file changed, 112 insertions(+), 42 deletions(-)

commit 28322a61ea6a17f8220dd0f9c7454ee9d03ec588
Author: Raphaël 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 deletion(-)

commit 1b1a8a5773e94a014fc2093436bd1509ad53ff4f
Author: Raphaël 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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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(+)

commit 1e1038d76a201b179f900fcfc442a94e4aa3b3eb
Author: Raphaël 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 file 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 file changed, 3 insertions(+), 3 deletions(-)

commit d80d6958a20f3664b7bb0ef49f5fe5b8056836e6
Author: Raphaël 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 deletion(-)

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 deletion(-)

commit cb4288636728df2a9187d042eea8f57f24790d29
Author: Raphaël 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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 163 insertions(+), 257 deletions(-)

commit 80716257ffb9674d78a606fe7f8e5b035d1dfdf3
Author: Marcos Alvarez Costales <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 file 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 file 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 file changed, 251 insertions(+), 314 deletions(-)

commit ed4e04ccef996d5ef715fc9c1da5da6ca9fa372f
Author: Raphaël 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 file changed, 13 insertions(+), 5 deletions(-)

commit 02e3de2f1d687b19d305f7623e08742f6896ae7a
Author: Raphaël 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: Raphaël 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 insertion(+), 16 deletions(-)

commit 5badd6d7165d2ac04b7b4b47d1c37986f33d5528
Author: Raphaël 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 file changed, 2 insertions(+), 2 deletions(-)

commit 22f2ea26d7b848a9dc8b66a9c8fa264f5aa29b74
Author: Raphaël 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 file changed, 1 insertion(+)

commit f1d3f2dae6581d04743fa4877f78d44be66502df
Author: Raphaël 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: Raphaël 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 file changed, 1 insertion(+), 5 deletions(-)

commit 7d7a32b36791ba9c458930c537875c32e9e3a57c
Author: Raphaël 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 deletion(-)

commit 09721c437877afd1549b1028c4f830898db6c57e
Author: Raphaël 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: Raphaël 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: Raphaël 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 file changed, 26 insertions(+), 4 deletions(-)

commit fe67e29f17678678091e2ba318d4ec8c0e6bef47
Author: Raphaël Hertzog <hertzog@debian.org>
Date:   Sun Mar 15 21:13:34 2009 +0100

    Let git ignore vim swap files

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit f65e9c9a2e521e32b0de6a963ab1e58790001366
Author: Raphaël 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: Raphaël 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: Raphaël 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: Raphaël 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: Raphaël 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 file changed, 3 insertions(+), 3 deletions(-)

commit ce04415c6b809e4936f9b69d5ea60daa06f0657d
Author: Marcos Alvarez Costales <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(+)

commit 6e9f17ba8fa0ae75aee08579d08ba3fae8175869
Author: Raphaël 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 1 insertion(+)

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 file 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 deletion(-)

commit 8c651a05314924ed5823a8d995e515d34d0cfa4c
Author: Raphaël 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: Raphaël 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: Raphaël 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: Raphaël Hertzog <hertzog@debian.org>
Date:   Mon Mar 9 20:43:26 2009 +0100

    Add missing changelog entry.

 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

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: Raphaël 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: Raphaël 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: Raphaël 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 file changed, 2 insertions(+)

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(+)

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: Raphaël 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 deletion(-)

commit 99984918d65b8ff72ba13b18236eea26a6ecfd55
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 22:23:16 2009 +0200

    New t-conffile-replaces-upgrade test-case

 Makefile                                           |  1 +
 t-conffile-replaces-upgrade/Makefile               | 44 ++++++++++++++++++++++
 .../pkg-conff-original/DEBIAN/conffiles            |  1 +
 .../pkg-conff-original/DEBIAN/control              |  8 ++++
 .../pkg-conff-original/test-conffile               |  1 +
 .../pkg-conff-original/test-original               |  0
 .../pkg-conff-takeover-0/DEBIAN/conffiles          |  1 +
 .../pkg-conff-takeover-0/DEBIAN/control            |  9 +++++
 .../pkg-conff-takeover-0/test-conffile             |  1 +
 .../pkg-conff-takeover-0/test-takeover             |  0
 .../pkg-conff-takeover-1/DEBIAN/conffiles          |  1 +
 .../pkg-conff-takeover-1/DEBIAN/control            |  9 +++++
 .../pkg-conff-takeover-1/test-conffile             |  1 +
 .../pkg-conff-takeover-1/test-takeover             |  0
 t-conffile-replaces-upgrade/ref-conffile           |  1 +
 15 files changed, 78 insertions(+)

commit d4865d2e874032911e741e2942bba686eb0ad3ef
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 16:50:52 2009 +0200

    Add two new t-conffile-replaces variants

 Makefile                                           |  2 +
 t-conffile-replaces-existing-and-upgrade/Makefile  | 49 ++++++++++++++++++++++
 .../pkg-conff-original-0/DEBIAN/conffiles          |  1 +
 .../pkg-conff-original-0/DEBIAN/control            |  8 ++++
 .../pkg-conff-original-0/test-conffile             |  1 +
 .../pkg-conff-original-0/test-original             |  0
 .../pkg-conff-original-1/DEBIAN/conffiles          |  1 +
 .../pkg-conff-original-1/DEBIAN/control            |  8 ++++
 .../pkg-conff-original-1/test-conffile             |  1 +
 .../pkg-conff-original-1/test-original             |  0
 .../pkg-conff-takeover-0/DEBIAN/conffiles          |  1 +
 .../pkg-conff-takeover-0/DEBIAN/control            |  9 ++++
 .../pkg-conff-takeover-0/test-conffile             |  1 +
 .../pkg-conff-takeover-0/test-takeover             |  0
 .../pkg-conff-takeover-1/DEBIAN/conffiles          |  1 +
 .../pkg-conff-takeover-1/DEBIAN/control            |  9 ++++
 .../pkg-conff-takeover-1/test-conffile             |  1 +
 .../pkg-conff-takeover-1/test-takeover             |  0
 .../ref-conffile                                   |  1 +
 t-conffile-replaces-existing/Makefile              | 44 +++++++++++++++++++
 .../pkg-conff-original-0/DEBIAN/conffiles          |  1 +
 .../pkg-conff-original-0/DEBIAN/control            |  8 ++++
 .../pkg-conff-original-0/test-conffile             |  1 +
 .../pkg-conff-original-0/test-original             |  0
 .../pkg-conff-original-1/DEBIAN/conffiles          |  1 +
 .../pkg-conff-original-1/DEBIAN/control            |  8 ++++
 .../pkg-conff-original-1/test-conffile             |  1 +
 .../pkg-conff-original-1/test-original             |  0
 .../pkg-conff-takeover/DEBIAN/conffiles            |  1 +
 .../pkg-conff-takeover/DEBIAN/control              |  9 ++++
 .../pkg-conff-takeover/test-conffile               |  1 +
 .../pkg-conff-takeover/test-takeover               |  0
 t-conffile-replaces-existing/ref-conffile          |  1 +
 33 files changed, 170 insertions(+)

commit 0464eb320ba09fb9d894d6ea36c20a5f974815a3
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 16:49:22 2009 +0200

    Add a comment to each test-case to distinguish them at runtime

 t-conffile-replaces-disappear/Makefile | 4 ++++
 t-conffile-replaces/Makefile           | 4 ++++
 t-file-replaces-disappear/Makefile     | 4 ++++
 t-file-replaces/Makefile               | 4 ++++
 4 files changed, 16 insertions(+)

commit cf282e48e38e86004260f24cf70a590a28b681a2
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 15:13:10 2009 +0200

    Split replaces and disappearing replaces test cases
    
    Cleanup the test cases, and add proper checks after each installation
    run.

 Makefile                                           |  4 ++-
 t-conffile-replaces-disappear/Makefile             | 36 ++++++++++++++++++++
 .../pkg-conff-original/DEBIAN/conffiles            |  1 +
 .../pkg-conff-original/DEBIAN/control              |  8 +++++
 .../pkg-conff-original/test-conffile               |  1 +
 .../pkg-conff-takeover/DEBIAN/conffiles            |  1 +
 .../pkg-conff-takeover/DEBIAN/control              |  9 +++++
 .../pkg-conff-takeover/test-conffile               |  0
 .../ref-conffile                                   |  0
 t-conffile-replaces/Makefile                       | 38 ++++++++++++++++------
 .../pkg-conff-original/test-conffile               |  2 +-
 .../pkg-conff-original/test-original               |  0
 .../pkg-conff-takeover/test-conffile               |  2 +-
 .../pkg-conff-takeover/test-takeover               |  0
 .../file-ref => t-conffile-replaces/ref-conffile   |  0
 .../Makefile                                       | 22 ++++++-------
 .../pkg-file-original/DEBIAN/control               |  8 +++++
 .../pkg-file-original/test-file                    |  1 +
 .../pkg-file-takeover/DEBIAN/control               |  9 +++++
 .../pkg-file-takeover/test-file                    |  0
 .../file-ref => t-file-replaces-disappear/ref-file |  0
 t-file-replaces/Makefile                           | 20 ++++++------
 t-file-replaces/{file-ref => ref-file}             |  0
 23 files changed, 128 insertions(+), 34 deletions(-)

commit d12dcab2c32ddc15d449e14f09ff4caa5096f428
Author: Guillem Jover <guillem@debian.org>
Date:   Sun Feb 1 15:07:46 2009 +0200

    Add new PKG_STATUS variable

 Test.mk | 1 +
 1 file changed, 1 insertion(+)

commit 421d63dc9958241fa9a12e2e1f3d803c49751319
Author: Guillem Jover <guillem@debian.org>
Date:   Tue Nov 25 09:35:29 2008 +0200

    New dpkg functional test suite

 .gitignore                                         |   3 +
 COPYING                                            | 339 +++++++++++++++++++++
 Makefile                                           |  51 ++++
 Test.mk                                            |  36 +++
 t-conffile-conflict/Makefile                       |  13 +
 t-conffile-conflict/pkg-conff-a/DEBIAN/conffiles   |   1 +
 t-conffile-conflict/pkg-conff-a/DEBIAN/control     |   8 +
 t-conffile-conflict/pkg-conff-a/test-conffile      |   0
 t-conffile-conflict/pkg-conff-b/DEBIAN/conffiles   |   1 +
 t-conffile-conflict/pkg-conff-b/DEBIAN/control     |   8 +
 t-conffile-conflict/pkg-conff-b/test-conffile      |   0
 t-conffile-divert-conffile/Makefile                |  13 +
 .../pkg-conff-divert/DEBIAN/conffiles              |   1 +
 .../pkg-conff-divert/DEBIAN/control                |   8 +
 .../pkg-conff-divert/DEBIAN/postrm                 |   8 +
 .../pkg-conff-divert/DEBIAN/preinst                |   9 +
 .../pkg-conff-divert/test-conffile                 |   1 +
 .../pkg-conff/DEBIAN/conffiles                     |   1 +
 .../pkg-conff/DEBIAN/control                       |   8 +
 t-conffile-divert-conffile/pkg-conff/test-conffile |   1 +
 t-conffile-divert-normal/Makefile                  |  13 +
 .../pkg-conff-divert/DEBIAN/control                |   8 +
 .../pkg-conff-divert/DEBIAN/postrm                 |   8 +
 .../pkg-conff-divert/DEBIAN/preinst                |   9 +
 .../pkg-conff-divert/test-conffile                 |   1 +
 .../pkg-conff/DEBIAN/conffiles                     |   1 +
 t-conffile-divert-normal/pkg-conff/DEBIAN/control  |   8 +
 t-conffile-divert-normal/pkg-conff/test-conffile   |   1 +
 t-conffile-orphan/Makefile                         |  14 +
 .../pkg-conff-orphan-0/DEBIAN/conffiles            |   1 +
 .../pkg-conff-orphan-0/DEBIAN/control              |   8 +
 t-conffile-orphan/pkg-conff-orphan-0/test-conffile |   1 +
 .../pkg-conff-orphan-1/DEBIAN/control              |   8 +
 .../pkg-conff-takeover/DEBIAN/conffiles            |   1 +
 .../pkg-conff-takeover/DEBIAN/control              |   8 +
 t-conffile-orphan/pkg-conff-takeover/test-conffile |   1 +
 t-conffile-prompt.control                          |  23 ++
 t-conffile-prompt/Makefile                         |  12 +
 .../pkg-conff-prompt-0/DEBIAN/conffiles            |   1 +
 .../pkg-conff-prompt-0/DEBIAN/control              |   8 +
 .../pkg-conff-prompt-0/DEBIAN/postinst             |   2 +
 t-conffile-prompt/pkg-conff-prompt-0/test-conffile |   1 +
 .../pkg-conff-prompt-1/DEBIAN/conffiles            |   1 +
 .../pkg-conff-prompt-1/DEBIAN/control              |   8 +
 t-conffile-prompt/pkg-conff-prompt-1/test-conffile |   1 +
 t-conffile-replaces/Makefile                       |  18 ++
 .../pkg-conff-original/DEBIAN/conffiles            |   1 +
 .../pkg-conff-original/DEBIAN/control              |   8 +
 .../pkg-conff-original/test-conffile               |   1 +
 .../pkg-conff-takeover/DEBIAN/conffiles            |   1 +
 .../pkg-conff-takeover/DEBIAN/control              |   9 +
 .../pkg-conff-takeover/test-conffile               |   1 +
 t-dir-extension-check/Makefile                     |  10 +
 t-dir-extension-check/pkg-dbg-dir/DEBIAN/control   |   9 +
 t-dir-extension-check/pkg-dbg-dir/test-file        |   0
 t-failinst-failrm/Makefile                         |  12 +
 .../pkg-failinst-failrm/DEBIAN/control             |  10 +
 .../pkg-failinst-failrm/DEBIAN/postinst            |  15 +
 t-failinst-failrm/pkg-failinst-failrm/DEBIAN/prerm |  16 +
 t-file-replaces/Makefile                           |  36 +++
 t-file-replaces/file-ref                           |   1 +
 t-file-replaces/pkg-file-original/DEBIAN/control   |   8 +
 t-file-replaces/pkg-file-original/test-file        |   1 +
 t-file-replaces/pkg-file-original/test-original    |   0
 t-file-replaces/pkg-file-takeover/DEBIAN/control   |   9 +
 t-file-replaces/pkg-file-takeover/test-file        |   1 +
 t-file-replaces/pkg-file-takeover/test-takeover    |   0
 t-package-type/Makefile                            |   9 +
 t-package-type/pkg-package-type-use/DEBIAN/control |   9 +
 .../pkg-package-type-void/DEBIAN/control           |   8 +
 t-substvars/Makefile                               |   8 +
 .../pkg-builddep-substvars_0/debian/changelog      |   6 +
 .../pkg-builddep-substvars_0/debian/control        |  15 +
 t-substvars/pkg-builddep-substvars_0/debian/rules  |   4 +
 t-symlink-dir/Makefile                             |  15 +
 t-symlink-dir/pkg-dir/DEBIAN/control               |   8 +
 t-symlink-dir/pkg-dir/test-dir/file-dir            |   0
 t-symlink-dir/pkg-file/DEBIAN/conffiles            |   1 +
 t-symlink-dir/pkg-file/DEBIAN/control              |   8 +
 t-symlink-dir/pkg-file/test-symlink/file-file      |   0
 t-symlink-dir/pkg-symlink-0/DEBIAN/control         |   8 +
 t-symlink-dir/pkg-symlink-0/file-symlink           |   0
 t-symlink-dir/pkg-symlink-0/test-symlink           |   1 +
 t-symlink-dir/pkg-symlink-1/DEBIAN/control         |   8 +
 t-symlink-dir/pkg-symlink-1/file-symlink           |   0
 t-symlink-dir/pkg-symlink-1/test-symlink           |   1 +
 86 files changed, 934 insertions(+)
