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

dpkg_1.18.2_mips64el.changes ACCEPTED into unstable



Mapping sid to unstable.

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 03 Aug 2015 15:40:21 +0200
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: mips64el
Version: 1.18.2
Distribution: sid
Urgency: low
Maintainer: mipsel Build Daemon (argos) <buildd_mipsel-argos@buildd.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: 480638 571671 785344 787616 787986 788211 788819 789096 789097 789580 789957 790025 790073 791535 792491 793330
Changes:
 dpkg (1.18.2) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Fix plural form translations for single plural languages. Closes: #790025
   * Add new dpkg-buildpackage -J option, which is a safe version of -j.
   * Fix dpkg-gencontrol to add correct binary filename to debian/files,
     even when overriding the Package field value with the -D option.
     Reported by Niels Thykier <niels@thykier.net>.
   * Move the implicit build-essential:native Build-Depends from
     dpkg-checkbuilddeps to a new vendor hook, as it is Debian-specific.
   * Add support for ignoring built-in build dependencies and conflicts
     with the new «dpkg-buildpackage --ignore-builtin-builddeps» and
     «dpkg-checkbuilddeps -I» options. Closes: #480638, #571671
   * When sys_siglist is defined in the system, try to use NSIG as we cannot
     compute the array size with sizeof(). If NSIG is missing fallback to 32
     items. Prompted by Igor Pashev <pashev.igor@gmail.com>.
   * Use string_to_security_class() instead of a literal SECCLASS value in
     the setexecfilecon() libcompat function, as <selinux/flask.h> is now
     deprecated.
   * Switch libdpkg xz compressor to use CRC64 for integrity checks, to match
     the default on the command-line tool, which should provide slightly better
     detection against damaged data, at a negligible speed difference.
   * Only use the SHELL environment variable for interactive shells.
     Closes: #788819
   * Move tar option --no-recursion before -T in dpkg-deb. 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.
     Thanks to Richard Purdie <richard.purdie@linuxfoundation.org>.
   * Add an extra level of escaping for double $(evals) in architecture.mk
     and buildflags.mk, so that the variables are computed lazily again.
     Regression introduced in dpkg 1.16.2. Closes: #793330
   * Add binary packages Essential information to Package-List field in the
     .dsc file, as optional essential=yes entries. This allows precomputing
     the pseudo-essential set before starting an architecture bootstrap.
   * Perl modules:
     - Remove non-functional timezone name support from
       Dpkg::Changelog::Entry::Debian.
     - Use Time::Piece (part of the perl core distribution) instead of
       Date::Parse in Dpkg::Changelog::Entry::Debian. This reduces the build
       and run-time dependencies, and helps architecture bootstrapping.
     - Simplify distribution splitting in Dpkg::Changelog::Entry::Debian.
     - Add new function changelog_parse_plugin() in Dpkg::Changelog::Parse.
     - Add new function changelog_parse_debian() in Dpkg::Changelog::Parse, and
       use it in changelog_parse() instead of the external plugin parser when
       the input format is “debian”. This significantly speeds up the parsing.
     - Remove trailing space before handling blank line dot-separator in
       Dpkg::Control::HashCore. Regression introduced in dpkg 1.18.0.
       Reported by Jakub Wilk <jwilk@debian.org>. Closes: #789580
     - Allow the Maintainer field in CTRL_FILE_STATUS.
     - Import make_path from File::Path in Dpkg::Source::Package::V2.
       Regression introduced in dpkg 1.18.0. Closes: #789957
     - Make the BinaryFiles subpackage self-contained by explicitly importing
       File::Spec in Dpkg::Source::Package::V2.
     - Do not exclude pre-existing symlinks when unpacking the debian/ tarball
       in Dpkg::Source::Package::V2. Closes: #790073, #791535
     - Disable the thread sanitizer when the address sanitizer is enabled
       in Dpkg::Vendor::Debian as these are mutually incompatible, and make
       sanitize=+all not work at all.
     - Allow colons (:) in added filenames in Dpkg::Dist::Files, which can be
       present when the upstream version contains colons. Regression introduced
       in dpkg 1.18.0. Reported by Jakub Wilk <jwilk@debian.org>.
     - Future-proof tar invocations in Dpkg::Source::Archive for options that
       might become positional in the future, and by always placing function
       options first.
     - Make the dependency comparison deep by comparing not only the first
       dependency alternative, to get them sorted in a reproducible way.
       Based on a patch by Chris Lamb <lamby@debian.org>. Closes: #792491
     - Support spaces in symbol names in Dpkg::Shlibs::Objdump. This is
       required by Go shared libraries. Closes: #785344
       Based on a patch by Michael Hudson-Doyle <michael.hudson@canonical.com>.
   * Test suite:
     - Set SIGINT, SIGTERM and SIGPIPE to their default actions to get
       deterministic behavior.
     - Add test cases for the makefile snippets.
     - Delete DEB_VENDOR from the environment to get reliable results.
   * Packaging:
     - Make the libdpkg-dev package Multi-Arch:same.
     - Mark libio-string-perl as <!nocheck>.
   * Documentation:
     - Fix grammar in dpkg-architecture(1).
       Thanks to Chris Lamb <lamby@debian.org>. Closes: #787616
     - Use the feature area name in the dpkg-buildflags(1) subsection title.
     - Document DPKG_HOOK_ACTION also in dpkg(1) ENVIRONMENT section.
     - Clarify when some features where added in man pages.
     - Document --yet-to-unpack, --predep-packages and all --assert-<feature>
       commands as supported in both «dpkg --help» and dpkg(1).
     - Document abitable in dpkg-architecture(1).
     - Clarify that an architecture wildcard is a Debian thing in
       dpkg-architecture(1).
     - Document multiarch triplet in dpkg-architecture(1) TERMS section.
     - Remove “my” keyword from Dpkg perl modules function prototypes.
     - Say FUNCTIONS instead of METHODS for Dpkg modules when appropriate.
     - Fix POD syntax inside verbatim paragraph in Dpkg::Changelog.
     - Document and mark Dpkg::Arch as a public module.
     - Fix Dpkg::Changelog::Parse::changelog_parse documentation.
 .
   [ Updated programs translations ]
   * Dutch (Frans Spiesschaert). Closes: #789097
   * Simplified Chinese (Zhou Mo). Closes: #787986
   * Turkish (Mert Dirik). Closes: #788211
   * Vietnamese (Trần Ngọc Quân).
 .
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
 .
   [ Updated dselect translations ]
   * Dutch (Frans Spiesschaert). Closes: #789096
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
Checksums-Sha1:
 57c93e9a386e87d7c00c4a85b026d15cc35bb61b 2947164 dpkg_1.18.2_mips64el.deb
 c62041b7a5ee7cff6a4094b1021b53793488c57d 1191198 dselect_1.18.2_mips64el.deb
 05e1d7ab38699868cf9402b855a6abe9e3553f09 943696 libdpkg-dev_1.18.2_mips64el.deb
Checksums-Sha256:
 cce2eb784bc8a8d92afd9b3912fd646497fc1978296bf6b4cbeff90c41cd23bb 2947164 dpkg_1.18.2_mips64el.deb
 0e717a9b6d9d36f894c3370e4f76a328542f711c5d69d97587d736d58f79712f 1191198 dselect_1.18.2_mips64el.deb
 a19bf3568a59f036f22f8da02894027bd723d4bc60e8099910d926f832e34a71 943696 libdpkg-dev_1.18.2_mips64el.deb
Files:
 5d73356c2acb578fff766071529b6d46 2947164 admin required dpkg_1.18.2_mips64el.deb
 6b1cf5b5cbd82f30b62d13542d09fdc6 1191198 admin optional dselect_1.18.2_mips64el.deb
 7cf77e5567a69d64deb0af0ec80fe498 943696 libdevel optional libdpkg-dev_1.18.2_mips64el.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVddynXC4iT+3GCa6AQLSbhAAkT1LLiRuVjLDm92pAEBHLlmq51BnwmGm
MM7cjHnOGE/lmZtdIOiF4kksmMZD5HCKf8+03dtfSYunaspSCigzIjPtMhcPJxKd
j5sRtCD51yK9Zfy9ofHogNouIKCRDJoUWUB/SoQVlMXkvOltTeUKmI19REDuSaP9
Yn++uNHiN9RqQdi2C1vwTVkF7QWIezKA38+Ex083gYmEly5KJgnzkrm2iZZQR9oM
APmE3ikfg+2WMlT9hRyldxXglg/AqulTOA5LFKSEl8wlk3fD4Olv0NOv6OJ9OrZL
/bfURnVo2sM5cG3chzge3FXpMGviNhtBpPGrJFxEj0Of0Ytg1y7YJ8yRdZUFoDAK
dvz020k2R1M03dWFbJ729AI+YgJGyFrWeM2AL42FvjdTQvP7L23ZR6EunKOKQR4+
rCgbicfmFKogQijAl57nIgT4VaQ1AffJ0T+rNCDQieqY0g6Mo0OLnxa97w8iH6VZ
EbbkCAgDCvoEkn1DVihufYgD1DKNY/lQLJzjNKAhh/g86w5UkbcU+n6J0j/J57tm
SVdHF5Z22OuEvxvwg9VBwad5Tdp1DE8bEl9eQavy1qfpMOjNaZzjmbqMH/6iODNm
cPfwgMxj6Gj7TnXHdRzRI8HImT7ujTcR2l32dGYrUiYN177LWWtuvqeCh6pzB8cD
7qKYl9JVybY=
=/w0D
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.


Reply to: