[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#681332: unblock: dpkg/1.16.7



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package dpkg

The version 1.16.5/1.16.6 introduced several important changes that we wanted
to have in Wheezy:
- the support of "dpkg-query --control-show" and "dpkg-query
  --control-list" to prepare for the move of changelog and copyright
  into the package metadata
- dpkg-buildflags --status
- several improvements in the 3.0 (quilt) format
- an SE linux fix
- many translations updates

But we had to re-upload after the freeze to fix #679959 so the automatic
unblock no longer matches. Please update it to match.

unblock dpkg/1.16.7

The debdiff is thus rather huge but most changes are translation updates
or short string updates. I attach a diff where I filter po files and man
page updates (filterdiff -x '*.po' -x '*.pot' -x '*/man/*').

$ git diff --stat 1.16.4.3..1.16.7
[...]
 212 files changed, 77626 insertions(+), 59263 deletions(-)

$ git diff 1.16.4.3..1.16.7 |filterdiff -x '*.po' -x '*.pot' -x '*/man/*'
 configure.ac                            |    2 
 debian/changelog                        |  116 ++++++++++++
 debian/source/options                   |    4 
 doc/README.feature-removal-schedule     |    8 
 doc/triggers.txt                        |   10 -
 dpkg-deb/build.c                        |   11 -
 dpkg-deb/extract.c                      |   42 ++--
 dpkg-deb/info.c                         |   16 +
 dpkg-deb/main.c                         |    6 
 dpkg-split/join.c                       |    9 
 dpkg-split/main.c                       |    6 
 dpkg-split/queue.c                      |    5 
 dpkg-split/split.c                      |   18 +
 dselect/bindings.cc                     |    2 
 dselect/main.cc                         |    6 
 dselect/pkglist.cc                      |    2 
 lib/compat/empty.c                      |    1 
 lib/dpkg/Makefile.am                    |    2 
 lib/dpkg/ar.c                           |   11 +
 lib/dpkg/buffer.c                       |   73 ++-----
 lib/dpkg/buffer.h                       |   33 +--
 lib/dpkg/command.c                      |   21 ++
 lib/dpkg/command.h                      |    1 
 lib/dpkg/compress.c                     |   10 -
 lib/dpkg/dpkg.h                         |    2 
 lib/dpkg/ehandle.c                      |   28 --
 lib/dpkg/ehandle.h                      |    4 
 lib/dpkg/fields.c                       |    2 
 lib/dpkg/file.c                         |   27 ++
 lib/dpkg/file.h                         |    1 
 lib/dpkg/libdpkg.map                    |    2 
 lib/dpkg/log.c                          |    4 
 lib/dpkg/pkg-format.c                   |   24 +-
 lib/dpkg/pkg-format.h                   |    4 
 lib/dpkg/report.c                       |   72 +++++++
 lib/dpkg/report.h                       |   47 ++++
 lib/dpkg/test/t-buffer.c                |    4 
 po/POTFILES.in                          |    1 
 scripts/Dpkg/Arch.pm                    |   22 +-
 scripts/Dpkg/BuildEnv.pm                |  105 +++++++++++
 scripts/Dpkg/BuildFlags.pm              |  107 ++++++++---
 scripts/Dpkg/BuildOptions.pm            |    5 
 scripts/Dpkg/Changelog/Debian.pm        |    2 
 scripts/Dpkg/Changelog/Entry/Debian.pm  |    6 
 scripts/Dpkg/Control/Fields.pm          |   13 -
 scripts/Dpkg/Deps.pm                    |   29 ++-
 scripts/Dpkg/Shlibs/SymbolFile.pm       |    6 
 scripts/Dpkg/Source/Functions.pm        |    1 
 scripts/Dpkg/Source/Package.pm          |   11 +
 scripts/Dpkg/Source/Package/V2.pm       |  178 +++++++++++++-----
 scripts/Dpkg/Source/Package/V3/bzr.pm   |    3 
 scripts/Dpkg/Source/Package/V3/git.pm   |    6 
 scripts/Dpkg/Source/Package/V3/quilt.pm |  270 ++++++++--------------------
 scripts/Dpkg/Source/Patch.pm            |    9 
 scripts/Dpkg/Source/Quilt.pm            |  305 ++++++++++++++++++++++++++++++++
 scripts/Dpkg/Substvars.pm               |   24 +-
 scripts/Dpkg/Vendor.pm                  |    5 
 scripts/Makefile.am                     |    2 
 scripts/changelog/debian.pl             |    5 
 scripts/dpkg-architecture.pl            |   10 -
 scripts/dpkg-buildflags.pl              |   52 ++++-
 scripts/dpkg-buildpackage.pl            |   22 +-
 scripts/dpkg-checkbuilddeps.pl          |   11 -
 scripts/dpkg-distaddfile.pl             |    5 
 scripts/dpkg-genchanges.pl              |   12 -
 scripts/dpkg-gencontrol.pl              |   37 ++-
 scripts/dpkg-gensymbols.pl              |    4 
 scripts/dpkg-maintscript-helper.sh      |    4 
 scripts/dpkg-mergechangelogs.pl         |    7 
 scripts/dpkg-name.pl                    |    6 
 scripts/dpkg-parsechangelog.pl          |    5 
 scripts/dpkg-scanpackages.pl            |    8 
 scripts/dpkg-scansources.pl             |    6 
 scripts/dpkg-shlibdeps.pl               |   36 +--
 scripts/dpkg-source.pl                  |   23 +-
 scripts/dpkg-vendor.pl                  |    3 
 scripts/po/POTFILES.in                  |    2 
 scripts/t/750_Dpkg_Substvars.t          |    6 
 src/archives.c                          |  127 +++++++------
 src/configure.c                         |   23 +-
 src/divertcmd.c                         |    6 
 src/enquiry.c                           |    4 
 src/errors.c                            |   14 -
 src/filesdb.c                           |    4 
 src/help.c                              |   10 -
 src/main.c                              |    6 
 src/main.h                              |    2 
 src/packages.c                          |    7 
 src/processarc.c                        |   17 -
 src/querycmd.c                          |  195 ++++++++++++++++----
 src/remove.c                            |   12 -
 src/script.c                            |    5 
 src/select.c                            |    2 
 src/statcmd.c                           |   14 -
 src/trigcmd.c                           |   12 -
 src/trigproc.c                          |    5 
 src/update.c                            |    2 
 utils/start-stop-daemon.c               |   23 +-
 utils/update-alternatives.c             |   74 ++++---
 99 files changed, 1776 insertions(+), 798 deletions(-)

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.4-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Attachment: debdiff.gz
Description: GNU Zip compressed data


Reply to: