Your message dated Sun, 13 Mar 2022 20:49:48 +0000
with message-id <e1ntv9w-000ah6...@fasolo.debian.org>
and subject line Bug#1001010: fixed in dpkg 1.21.2
has caused the Debian Bug report #1001010,
regarding man dpkg should also mention --unpack processes triggers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1001010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dpkg
Version: 1.20.9
Severity: minor
File: /usr/share/man/man1/dpkg.1.gz

Man page says

       --unpack package-file...
           Unpack the package, but don't configure it. If --recursive or -R
           option is specified, package-file must refer to a directory
           instead.

But wait, it should also mention --unpack processes triggers:

# dpkg --unpack /var/cache/apt/archives/grub-pc_2.06-2_amd64.deb
(Reading database ... 145018 files and directories currently installed.)
Preparing to unpack .../grub-pc_2.06-2_amd64.deb ...
Unpacking grub-pc (2.06-2) over (2.06-2) ...
Processing triggers for man-db (2.9.4-2) ...

--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.21.2
Done: Guillem Jover <guil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1001...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <guil...@debian.org> (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Mar 2022 20:17:35 +0100
Source: dpkg
Architecture: source
Version: 1.21.2
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Developers <debian-d...@lists.debian.org>
Changed-By: Guillem Jover <guil...@debian.org>
Closes: 382307 533639 1001010 1001695 1001761 1003164 1003671 1003672 1003673 
1003799 1004372 1004557 1007116
Changes:
 dpkg (1.21.2) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg: Fix memory leak in remove-on-upgrade handling.
   * dpkg-deb: Fix unexpected end of file conditions on .deb extract.
   * Use anchor links for the dpkg FAQ URLs.
   * update-alternatives: Do not skip --config with a single entry.
     Reported by David Kalnischkies <donk...@debian.org>.
   * update-alternatives: Refactor alternative_install().
   * update-alternatives: Use intermediate variables when parsing actions.
   * update-alternatives: Clarify option parse errors by printing the wrong
     values.
   * update-alternatives: Clarify bad usage message by enclosing in angles and
     quoting arguments.
   * dpkg-buildpackage: Switch terse make from -s to --no-print-directory.
     Closes: #1003164
   * scripts: Unify deprecated command-line option warnings.
   * dpkg-source: Fix alternate changelog file usage with 2.0 and 3.0 formats.
     Reported by Umut <u...@gmx.de> (on IRC).
   * update-alternatives: Use the target timestamp when the symlink does not
     exist. Closes: #1004557
   * dselect: Handle window resizes in help and menu screens. Closes: #382307
   * dselect: Do not beep on key press errors in method and package list
     windows. Closes: #533639
   * dselect: Add support for --instdir.
   * Perl modules:
     - Dpkg::Control::FieldsCore: Sort control type entries in %FIELD_ORDER.
     - Dpkg::Control::FieldsCore: Refactor Vcs fields into a common variable.
     - Dpkg::Control::FieldsCore: Refactor testsuite fields into a common
       variable.
     - Dpkg::Control::FieldsCore: Accept Architecture as a debian/tests/control
       field.
     - Dpkg::Control::FieldsCore: Add missing allowed fields for (In)Release
       files.
     - Dpkg::Control::FieldsCore: Add field order for all control types.
     - Dpkg::Index: Switch key function for control tests to be a stanza index.
       Reported by Paul Gevers <elb...@debian.org>.
     - Dpkg::Source::Package: Only generate the patch header if needed.
       Prompted by Umut <u...@gmx.de> (on IRC).
     - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
   * Documentation:
     - man: Mention on what actions triggers get processed in dpkg(1).
       Closes: #1001010
     - man: Clarify that dpkg-divert --list pattern is optional.
       Thanks to наб <nabijaczlew...@nabijaczleweli.xyz>. Closes: #1001761
     - man: Use «main» git branch in examples.
     - man: Markup each individual element independently.
     - man: Refer to the relevant maintscript actions explicitly.
     - man: Add a missing preposition to deb-preinst(5).
     - man: Do not hardcode DPKG_ADMINDIR in update-alternatives.
     - man: Document that update-alternatives honors DPKG_ROOT.
     - man: Clarify --admindir and --instdir default values.
       Reported by Johannes Schauer Marin Rodrigues <jo...@debian.org>.
   * Code internals:
     - libdpkg: Check that cip is not NULL before dereferencing it.
     - libdpkg: Add missing symbols to the version map.
     - libdpkg: Use the amount of available memory instead phys_mem/2.
       Thanks to Sebastian Andrzej Siewior <sebast...@breakpoint.cc>.
     - libdpkg: Refactor liblzma memlimit and cputhreads getters.
     - libdpkg: Dynamically allocate the buffers for de/compression I/O.
     - libdpkg: Increase I/O memory buffers from 4 to 32 KiB.
     - libdpkg: Pass struct compress_params as the first argument.
     - libdpkg: Pass struct compress_params to decompressors.
     - libdpkg: Refactor pkg_format_print() out from pkg_format_show().
     - libdpkg: Do not restrict source:* virtual fields to installed packages.
       Closes: #1004372
     - libdpkg: Do not allow argv with no arguments.
     - update-alternatives: Refactor alternative_has_broken_symlink().
     - update-alternatives: Move symlink removal inside fsys_symlink().
     - update-alternatives: Move filename generation outside alternative setup.
     - dselect: Rework windows resize to be signal safe.
     - scripts: Expand long word list into one entry per line.
     - scripts/mk: Remove unneeded conditionals.
       Thanks to Nicolas Boulenguez <nico...@debian.org>.
     - scripts/mk: Indent code in Makefile fragments.
       Thanks to Nicolas Boulenguez <nicolas.bouleng...@free.fr>.
   * Build system:
     - Terminate lists in variables with «# EOL».
     - Move build helper tools into build-aux/.
     - Reorganize dpkg programs source code under src/.
     - Move autotest suite under src/.
     - Move C test suite machinery into lib/dpkg/.
     - Fix relocated autotest test suite runner.
     - Fix gitignore for build-aux/ directory.
     - Namespace Config variable usage.
       Reported by Павловец Сергей Николаевич
       <s.pavlov...@ivcmf.by>.
     - Add gitlab CI test for shared library building.
     - Link all programs against libcompat.
       Prompted by Jörg Sonnenberger <jo...@netbsd.org>.
     - Remove unused TESTDATA variable from autotest suite.
     - Rework TAP check hooking into the autotools machinery.
     - Move EXTRA_DIST close to the files it is acting on.
     - Refactor autotest dependencies into a new variable.
     - Refactor autotest machinery into an automake include file.
     - Fold autotest test suite machinery into src/ from src/at/.
     - Rename do_path_subst to do_make_subst.
     - Factor out installation variable substitution into a new subst.am file.
     - Move shell scripts into src/.
     - Make AS_TR_* calls more clear.
     - Support compression library names with dashes.
     - Add zlib-ng support.
     - Rename HAVE_LZMA_MT to HAVE_LZMA_MT_ENCODER.
     - Move zsh completion under a subdirectory.
     - Switch sed pseudo-in-place replace invocations with copy then move.
     - Add comment about «sed -i» not being portable.
       Prompted by Nicolas Boulenguez <nico...@debian.org>.
     - Mark libcompat and libdpkg as internal components in changelog.
     - Support specifying previous and next tags to gen-changelog.
     - Use non-capturing groups in regex in gen-changelog.
     - Do not hardcode «main» section for title check in gen-changelog.
     - Use sort flag instead of hardcoding the section in gen-changelog.
     - Do not put localization entries on their own changelog group.
   * Packaging:
     - Ignore directories for the alternatives state fixup. Closes: #1001695
     - Update bug-script to clarify usrmerge systems are unsupported.
     - Install aclocal m4 files into libdpkg-dev.
     - Install optional localized man pages with dh_installman.
     - Add a new not-installed file.
     - Switch to use the dh sequencer.
     - Make TESTSUITEFLAGS extensible.
     - Pass -jN to autotools autotest test suite via TESTSUITEFLAGS.
     - Update lintian overrides.
     - Use dpkg-error.sh in postinst.
     - Warn in postinst about merged-/usr-via-aliased-dirs breakage.
   * Test suite:
     - Move AT_TESTED to testsuite.at.
     - Run the tools with --version.
     - Rename DPKG_GEN_FILE to DPKG_GEN_CTRL_FILE.
     - Refactor control file template generation.
     - Rewrite dpkg-realpath test from TAP to autotest.
     - Rewrite dpkg-divert test from TAP to autotest.
     - Remove now unused TAP tests support from src/.
     - Print field type name instead of id in test case description.
     - Add new pkg-format unit tests.
     - Fix test_command_exec program invocation.
       Thanks to Sören Tempel <soeren+...@soeren-tempel.net>.
     - Use a temporary file instead of unportable «sed -i».
       Prompted by Nicolas Boulenguez <nico...@debian.org>.
     - Add test case for SOURCE_DATE_EPOCH.
       Thanks to Nicolas Boulenguez <nico...@debian.org>.
     - Use «each» instead of «keys» and value fetching.
       Thanks to Nicolas Boulenguez <nico...@debian.org>.
   * Localization:
     - Remove previous msgid for non-fuzzy translations.
     - Update Catalan translations.
     - Update Dutch translation. Closes: #1003671, #1003672, #1003673
       Thanks to Frans Spiesschaert <frans.spiesscha...@yucom.be>.
     - Update Swedish translations. Closes: #1003799, #1007116
       Thanks to Peter Krefting <pe...@softwolves.pp.se>.
 .
   [ Sven Joachim ]
   * Localization:
     - Update German dselect translation.
     - Update German programs translation.
 .
   [ Helge Kreutzmann ]
   * Localization:
     - Update German man pages translation.
     - Update German scripts translation.
Checksums-Sha1:
 4e7705251e41a39f66105cb0ed7ec9fd0d009784 2120 dpkg_1.21.2.dsc
 8a4de9dd775ef22b6093798a770c61fb025bf785 5051548 dpkg_1.21.2.tar.xz
 a236f84c64d76ea9cefcd270776900b7c4c22b0a 7791 dpkg_1.21.2_amd64.buildinfo
Checksums-Sha256:
 c284379b51c65d9e7352505b40ee8369f307c60ec99b9783207a3808ad1cbb1c 2120 
dpkg_1.21.2.dsc
 b8fc67fca696c6bea2f40f737c80574d53384db25202f72effc7e4de4662e1ac 5051548 
dpkg_1.21.2.tar.xz
 6bfbbd70e074f2de152e680b6cbee92b2fab34a50617c0b5f1b6c28ad6196da1 7791 
dpkg_1.21.2_amd64.buildinfo
Files:
 9c859df7d9dc8ddf9eb874c124c9fc86 2120 admin required dpkg_1.21.2.dsc
 81bb09c52de45ec823ade6f7cf2055f0 5051548 admin required dpkg_1.21.2.tar.xz
 47ed989d0fba971a16a0202ece12a051 7791 admin required 
dpkg_1.21.2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAmIuRtcACgkQuXK/PqSu
V6MdWg//S7UljDES3wTOO36xJhykAu1zhHInQomyli8sGcz7KU8pZNmLEL+/a0su
gwoA/C8o1JDxTp3nlut7k5JsIfyNp9DFIKSyopQYc8vsuWw+ZJX9gDbFBE12evj7
QXTzVjHsulFCqr/KX9LRco8p4iHols3nEStPB3034Vma8/ffIptp7EjWSDbM72Tz
CHU0AaMOMyvfpNrjh0JCf2rbRXzB0yG+FiNIJD97wLbwi9uPOyEfWiAkQZ4/1cfm
tVfqmpfF2WuEk2OMwBdTbSh4EDMY+iwxNEsWaxtnHpnuFt/u8O1RHO95KUOQprIu
OU+hn/FcShYk/eCQT/00sXoVSE9z/kZDJWe9vnAmbhdgd4w76A/smEW5Sa/v2jSC
cKigoZi8eKHUdU6zvsioCaP/RbMNYT2RpP8yvKVipzuYniPSTiUafL9fmecXHXNf
oZbjgYW1vTKSZ25k6lgBlPqBn9L1+Sfyj3QD+EvO+Vf2ZQSjxpQLABqhdj0Cnxvv
pzIV2gXPyxgJdC/z4QGqhZAE+Z5agAeJB4L5FqnNJH9jL7RkMXDb7AuRI7gpQ1xR
pK8VKMvFdgplKc7sRk1O5g2BvK0fkPLgMwa0MXzM0KJ/1kMiNE/GZsbPfVUOAvdX
9HN0sL+74zc5l11eFLGXO1IiM90W9LR22TlEkXcYN6IMoW4RtkA=
=31ol
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to