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

dpkg_1.17.7_amd64.changes ACCEPTED into unstable




Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Apr 2014 05:03:52 +0200
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source amd64 all
Version: 1.17.7
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Changed-By: Guillem Jover <guillem@debian.org>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 357093 367297 726520 735159 735975 735978 736717 736778 737731 738310 738691 738957 739388 740883 742449 742535 743687 744326 745032
Changes: 
 dpkg (1.17.7) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Documentation:
     - Mention in deb-symbols(5), that the “main-dependency-template” is
       always used. Closes: #737731
     - Clarify in deb-control(5) «Multi-Arch: no» field omission.
     - Clarify in dpkg-buildpackage(1) --check-option description.
     - Document dpkg-query --control-path life expectancy. See: #699647
     - Fix indentation of “Extract options (with -x)” title in dpkg-source(1).
     - Improve symlink <-> directory switch information in
       dpkg-maintscript-helper(1). Closes: #739388
     - Add missing flags affected by hardening options to dpkg-buildflags(1).
   * Use exit instead of return to exit a subshell in dpkg-maintscript-helper.
     Thanks to Richard Levitte <richard@levitte.org>. Closes: #738957
   * Localize $_ in Perl functions with while (<$fh>) style loops.
   * Perl test suite cleanup:
     - Switch test suite runner from ExtUtils::Command::MM to Test::Harness.
     - Enable colors in test suite runner.
     - Remove sequence number prefixes from test case filenames.
   * Do not generate perl warnings on nonexistent fields with
     «dpkg-parsechangelog --show».
   * Fix bogus message on dependency parse errors in dpkg-checkbuilddeps.
     Closes: #736778
   * Document is_pgp_signed as a public Dpkg::Control::Hash option.
     Closes: #735975
   * Do not generate perl warnings on undef versions in
     Dpkg::Deps::deps_compare(). See: #737731
   * Clarify dpkg-genchanges error message on binary builds without any binary
     artifact built. Closes: #726520
   * Improve dpkg-source warning message when ignoring file removals,
     by adding a hint about the --include-removal option.
     Thanks to Moritz Muehlenhoff <jmm@debian.org>. Closes: #738310
   * Add a new dpkg-source extraction --ignore-bad-version option.
     Closes: #740883
   * Add Architecture and Build-Profiles information to Package-List field,
     as optional name=value1,value2 entries, with names «arch» and «profile».
     Use the now recognized field Build-Profiles from binary stanzas in the
     source control file to fill the «profile» value.
   * Do not interpret the .dsc filename as a regex when recomputing the
     md5sum for the .changes file after signing the .dsc. Closes: #742535
   * Cache vendor info Control::Hash objects in Dpkg::Vendor::get_vendor_info()
     when parsing the vendor file on each hook invocation.
   * If the vendor does not have a Dpkg::Vendor module, try loading a module
     from the parent vendors, before falling back to Dpkg::Vendor::Default.
     Closes: #735978
   * Set Ubuntu build flags for ppc64el instead of ppc64, as Ubuntu never ended
     up shipping a ppc64 architecture. Also honor noopt DEB_BUILD_OPTIONS flag.
     Thanks to Adam Conrad <adconrad@debian.org. Closes: #738691
   * Add OpenRISC or1k support to cputable.
     Thanks to Christian Svensson <christian@cmd.nu>. Closes: #736717
   * Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS build flags.
     Closes: #744326
   * Improvements and portability fixes to start-stop-daemon:
     - When using the Linux procfs switch to use /proc/PID/status instead of
       /proc/PID/stat to read the process name.
     - Add a generic KVM-based implementation to initialize the entire
       process list.
     - Fix FreeBSD KVM code to use current kinfo_proc layout.
     - Add a native FreeBSD pid_is_exec() method, which is more reliable than
       the KVM-based one, and means neither linprocfs nor procfs are required
       on such system anymore. Note that GNU/kFreeBSD is still using Linux
       procfs code (which ends up using linprocfs).
     - Fix OpenBSD KVM code to use current kinfo_proc layout.
     - Detect system specific headers at configure time instead of hardcoding
       their usage depending on system macros.
     - Add a new --ppid matching option to check for parent PID.
       Suggested by Alex Mestiashvili <mailatgoogl@gmail.com>.
     - On GNU/Hurd do not link unnecessarily against libshouldbeinlibc and
       libihash.
   * Set TAR preprocessor variable at build time instead of hardcoding it.
     This will allow non-GNU systems to easily use another value for their
     GNU tar, which is usually either gnutar or gtar.
   * Require compound literals support in the compiler at configure time.
   * Fix compound literals usage with compilers in C99 mode, by not assigning
     them to static variables.
   * Test suite cleanup:
     - Do not unnecessarily shut up stdout in t-subproc.
     - Test command_exec() exit code.
     - Test allocations with new test_alloc() instead of pass/fail macros.
     - Switch C test suite to use TAP.
   * Add support for Packages-files in dpkg --update-avail and --merge-avail
     from pipes, or standard input if the argument is omitted or is ‘-’.
     Closes: #357093, #367297
   * Error out on not-installed packages passed to «dpkg --verify».
   * Deprecate compressing .deb files with bzip2, by making dpkg-deb issue a
     warning, as the 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. Although unpacking will be
     kept being supported to handle existing bzip2 compressed .deb files.
   * Use GNU tar's --no-unquote when using -T in dpkg-deb to avoid mangling
     filenames. Reported by Niels Thykier <niels@thykier.net>. Closes: #743687
   * Backup all databases with user data, not just the status database.
   * Add Conflicts to dpkg against packages using install-info that were
     removed after lenny or squeeze, but may have survived upgrades to wheezy.
     Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
   * Be verbose on «make check» errors by printing the test suite log.
 .
   [ Updated dpkg translations ]
   * German (Sven Joachim).
   * Swedish (Peter Krefting).
   * Thai (Theppitak Karoonboonyanan). Closes: #745032
   * Vietnamese (Trần Ngọc Quân).
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
   * Swedish (Peter Krefting).
 .
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
   * Italian (Beatrice Torracca). Closes: #742449
   * Swedish (Peter Krefting).
Checksums-Sha1: 
 2947231f3b4bc4fd570c3758d2bee357a9528d2f 2051 dpkg_1.17.7.dsc
 533a5607a997e55de278d92710bb14b016108da5 4038164 dpkg_1.17.7.tar.xz
 9ce0c0ea9392a97b6999097bb7f1cd09bf09dc8d 772292 libdpkg-dev_1.17.7_amd64.deb
 907a45ed70a7e802570df00e68ae91b3aaee3a51 2657990 dpkg_1.17.7_amd64.deb
 6657ca768e238e00d36840a1f31003e7340b4b77 1035488 dselect_1.17.7_amd64.deb
 0b793cc82e15965cf2757aad52637661d3c60868 1412808 dpkg-dev_1.17.7_all.deb
 7821ec5cc0af07fa2d8e24def22ccec4a3874987 945542 libdpkg-perl_1.17.7_all.deb
Checksums-Sha256: 
 f69230889d2f704e6836a44c80d8b1b6d657232649e5438e777d45a12c4ec30e 2051 dpkg_1.17.7.dsc
 c4f10ca274757476c438f17b1edf9f62510b0fbae4f13130f7a1d3980d4b90ee 4038164 dpkg_1.17.7.tar.xz
 4bf75f02001cb87a23ff9da6be4f44ed8783085e639a9bfcae9ca887492f894f 772292 libdpkg-dev_1.17.7_amd64.deb
 d594ca90e590489b7767eb0ddb4c50e2de51db13d884bd893f2eac69c4fc62f4 2657990 dpkg_1.17.7_amd64.deb
 fe4c6850c5d90a9806c29c93183dccf8bc6c0c88eede43e40be5ee4c9bbbd64f 1035488 dselect_1.17.7_amd64.deb
 d71780401dcce7a953e30509a5699b3f4f15dd8402c00b44a330326e764e147e 1412808 dpkg-dev_1.17.7_all.deb
 990494870ed2ab6319cfdac94fdb72970addee3712052322eb224d7a2d21fb35 945542 libdpkg-perl_1.17.7_all.deb
Files: 
 bcacad1d2a99da56eed1399c8f6bab8b 772292 libdevel optional libdpkg-dev_1.17.7_amd64.deb
 efda20a3cea98002b92898bee6beaf86 2657990 admin required dpkg_1.17.7_amd64.deb
 29c7d9eaa2e54d81fca4e432679650d8 1035488 admin optional dselect_1.17.7_amd64.deb
 d68ceafd48726600d9a441a386a3dd0d 1412808 utils optional dpkg-dev_1.17.7_all.deb
 32d10185cf989ab57e44ca6a5322257f 945542 perl optional libdpkg-perl_1.17.7_all.deb
 2e8bf1699c34b84ad7c1877374bffe8b 2051 admin required dpkg_1.17.7.dsc
 06dd7db24ffb7b65bcda6354e3fa4c0b 4038164 admin required dpkg_1.17.7.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBCAAGBQJTVTt6AAoJELlyvz6krlejcc0QAKqvs1U/ovz7B9aHZGPL4Qy1
B8SPMaFmb/4ATevj1+PGIwDfaEUR6z4BbLx0dFvBh0d8rBJtepRbqaeSC1ReWv67
k5aG/5a2Jc18kFdaTm3y4LAetA4nTi4JmoH88JCry/GNlCEUxEV0U2z6xgVHwc/3
+JKWfFc4lw/DjLKYbXfzOtFIEdOIxLFIOM/QYWYGQZJx0nL36HWqlAWxsH/FlVlO
7ZUR0xkliD/sfPP3a/0qidHt2lg24IEWBvdX4G2gDX5UhnXk8w+u7iDY4pYwAwaQ
N2FDJUv7TZU0E1nkFTM4Aiv3BKPXdxpP68pGNh8Nwc8WBUtQD1JtK6xc0ifGjWHL
avMxS5eBNSSygh+zJkDdeAA/GI0PAaduPI17WGsCugrsn99FRZucpjkwhmigGj7E
HNpRBu9Z9G25CP/zC0QLKn256Mib6d5RMeDDuxhZFgi0Ac5fc/wEmJjz+MleNKWt
yF6BszS/kx0wpTqpj5nbbepb7VshvjgaN5GfeT6BwtNCfqT8u7hC0S1QPxs/E0sf
yv/ZKn+Ud58IRL+03GiPpBrE9GsBOANVzIhhJ5kU7IRzKeopWVdH+tgkipz1Nmbx
B9PK59iVGKufhJDKO2k+CZDVi27QGxOlQ0nO2rhWCTkBloMRvv03YMT5btMqvwsc
atAa/WtmCKyE/o0wwHAw
=Ptsu
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.


Reply to: