Accepted dpkg 1.21.14 (source) into unstable
- To: debian-devel-changes@lists.debian.org
- Subject: Accepted dpkg 1.21.14 (source) into unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 01 Jan 2023 23:21:51 +0000
- Debian: DAK
- Debian-architecture: source
- Debian-archive-action: accept
- Debian-changes: dpkg_1.21.14_amd64.changes
- Debian-source: dpkg
- Debian-suite: unstable
- Debian-version: 1.21.14
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:To:Reply-To:From: Cc:Content-ID:Content-Description:In-Reply-To:References; bh=nt0mLalWqdKFuligKh7/GIcAfA+ewqdSTEfgrfx7gng=; b=kHqcMyYQLTKk4eFyTDTDIfisVH uPq36EDeh04KT0YMkCQUGrqKnWc/HcPXwHBZ7IuhBtteaKC2NOT28rCrENluye6PiUCFxJNWa2/VG q9OGKPRiXm165VVthCnljN4Af83vSz1rmfKqoXo4eZE2INeoH2s0BgqscatEQp51p13mKb8i70uTq JCLSP64/bo3dIQm/LxgZ0z9PUea1bem7fykPQbMyEecDj9sGWz6LxjTfDIO5yGcE7EnXLrxDfcQXm y8oq3MHwC+q0jQR5ea+iTrZvhdMWuILJNF3rGRaxbSOCVqvW82HshvM2kqD8eXV5BUHKTcNfAz3w3 OyNwjPXg==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1pC7eJ-0062Jg-W8@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 01 Jan 2023 23:48:16 +0100
Source: dpkg
Architecture: source
Version: 1.21.14
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Changed-By: Guillem Jover <guillem@debian.org>
Closes: 1027312 1027313
Changes:
dpkg (1.21.14) unstable; urgency=medium
.
[ Guillem Jover ]
* dpkg-source: Add new --threads-max option to control threaded compressors.
* dpkg-buildflags: Add support for features handled as builtin defaults.
* Perl modules:
- Dpkg::Compression::Process: Unify and simplify cmdline handling.
- Dpkg::Compression: Change $COMP hashref into a %COMP hash.
- Dpkg::Compression: Add new compression_get_file_extension() and switch to
it.
- Dpkg::Compression: Move the POD for each function immediately before it.
- Dpkg::Compression: Clarify the compression_get/set_default_level() are
global.
- Dpkg::Compression: Use %COMP directly in functions when it is safe.
- Dpkg::Compression: Add new compression_get/set_level() and switch to it.
- Dpkg::Compression: Add new compression_get/set_cmdline_de/compress().
- Dpkg::Compression: Deprecate compression_get_property().
- Dpkg::Compression: Add multi-threaded xz support.
- Dpkg::Vendor::Devuan: Add new vendor module.
Requested by Ivan J. <parazyd@dyne.org>.
- Dpkg::BuildFlags: Make it possible to not load the vendor defaults on
new().
- Dpkg::BuildFlags: Add a new use_feature() method.
- Dpkg::BuildFlags: Add a new set/get_option_value() private methods.
- Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified()
POD.
- Dpkg::BuildFlags: Add support for builtin build flags.
- Dpkg::Vendor::Debian: Track option values state as a build flag options.
- Dpkg::Vendor::Debian: Generalize feature areas defaults.
- Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq().
- Dpkg::Vendor::Ubuntu: Use new build flag option override support to set
-O3.
- Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides.
- Dpkg::BuildEnv: Rename from Dpkg::Build::Env.
- Dpkg::BuildTypes: Rename from Dpkg::Build::Types.
- Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module.
* Documentation:
- man: Document dpkg-source -q option.
- doc: Update TODO.
- man: Document start-stop-daemon options that might be no-ops on some
systems.
- man: Turn spaces followed by tabs into spaces in start-stop-daemon(8).
- man: Use stanza instead of paragraph, block or record for deb822 parts.
* Code internals:
- libdpkg: Use correct return type in meminfo functions definitions.
- libdpkg: Split DPKG_ATTR_ declarations.
- lib: Refactor format attributes into a common *_ATTR_FMT.
- lib: Use __name__ format for attributes.
- lib: Use __has_attribute() to check for attribute availability.
- libdpkg: Mark tar on-disk members with attribute nonstring.
- scripts: Use stanza instead of entry or block.
- libdpkg: Rename functions with names containing record to stanza.
- dselect: Rename functions with names containing block to stanza.
- perl: Add missing space around equal-based operators.
- scripts: Fix indentation.
- perl: Fix list and hash literals indentation.
- scripts: Cuddle else and elsif.
- perl: Remove excess blank lines.
- dselect, src, utils: Remove excess blank lines.
- dpkg-scansources: Turn spaces followed by tabs into spaces.
* Packaging:
- Clarify new xz multi-threaded support is for decompression.
- Bump Standards-Version to 4.6.2.
* Test suite:
- Add unit tests for most of Dpkg::Compression.
* Localization:
- Update Dutch translations.
Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
Closes: #1027312, #1027313
.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
Checksums-Sha1:
9688b0a22796bfcffec30641ac2b0bc10dadc182 2997 dpkg_1.21.14.dsc
770e9642998b53046c91c7d4e320be8a0339a709 5341448 dpkg_1.21.14.tar.xz
0b29def84409656a2b3c11d1212ebfaa0861cf0b 8076 dpkg_1.21.14_amd64.buildinfo
Checksums-Sha256:
f59e4908f428d2672aba6c27836792ff54b27cb927c37152aa94cc0ad26c4bde 2997 dpkg_1.21.14.dsc
3cb4b4544a42f3f3eef832119ea72ba6914a74a55b79d0709ecb02f8a21ea85d 5341448 dpkg_1.21.14.tar.xz
b0082fb02e9fc5089f60d426c96a1c7c666c12fb0562f1a5ca05fb66bba0deee 8076 dpkg_1.21.14_amd64.buildinfo
Files:
ff766c782b1ad96b5d212afc85da9bf2 2997 admin required dpkg_1.21.14.dsc
692e8d978b665553c4056b9726586632 5341448 admin required dpkg_1.21.14.tar.xz
f478cce3f4259727ca191b3de1fa7e67 8076 admin required dpkg_1.21.14_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAmOyD7UACgkQuXK/PqSu
V6MTlBAAxn8i+oyYIPfDtDTpaLhHy/aZlsRjilGKmqv9awT8+0oDSKXcrshtIRbQ
shk8SjGL2a5qQk8EN5+UDqV9boY25miRvUYWYajv/Fq2qiIddBvc0kvj8UkKWMIC
KwL1lC8nnRJs8Yewy4U5fvcH6Mu+lT8xnv1OhtkgHPck910kOWaq1pD+eAtulLul
ZFvvLH+m+Rj2TvdsvI6VbDa77083dq9jhPMv/Qk0GhouabRIyWQP+7o/7s5VQzHs
MImiphR8iMUuo1XsSUX+QwxblkY2seHyEze0q7gdGp87H7WDk1kH0vdV7J/S8T12
5D48VlJn+CstCeGyT14Q3qqnv8eIJavaOrqkUj/vDpGcRbw2+7ForMy6GhHlXd+m
hsBi0gOi3dBfW2S56TxTUEuBYa+ekjw1EeJDdwoKLvLFv0r3RsG7TIZ/oCguTHMd
uVjmaUIUkZSETug0wk8E4e5N1rcMgZVa4aU4vT9TOM9ur3Q/VNKFxTYdScdDzKcy
G1j2q6xKWYCpFdm4/V0hvgPCKwCKuphwkyjnSMoN/sWi6RDD4gwX+lCn7kabQVzG
73LUKxZ3FjmUEyh47jgHlqUyedQe/uAFIEDAlENY9p9IARVo1BRAsuIUVz1iqDdl
YlAcpILEsSKDSbCkv5ZhhtOjLfISTdkxE7MVjAWpC5NkoEoscH4=
=x6LZ
-----END PGP SIGNATURE-----