Your message dated Sun, 17 May 2020 17:33:38 +0000
with message-id <[email protected]>
and subject line Bug#960110: fixed in debhelper 13.1
has caused the Debian Bug report #960110,
regarding debhelper: dh_clean ambiguous on when it is called
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 [email protected]
immediately.)
--
960110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960110
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 13
Severity: minor
Dear Maintainer,
The manpage for dh_clean
(https://manpages.debian.org/unstable/debhelper/dh_clean.1.en.html) states that
dh_clean "is responsible for cleaning up after a package is built".
This is ambiguous, as dh_clean is invoked before a package is built (although
it does clean up build files).
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.6.0-1-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8),
LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages debhelper depends on:
ii autotools-dev 20180224.1
ii dh-autoreconf 19
ii dh-strip-nondeterminism 1.8.0-1
ii dpkg 1.19.7
ii dpkg-dev 1.19.7
ii dwz 0.13-5
ii file 1:5.38-4
ii libdebhelper-perl 13
ii libdpkg-perl 1.19.7
ii man-db 2.9.1-1
ii perl 5.30.0-10
ii po-debconf 1.0.21
debhelper recommends no packages.
Versions of packages debhelper suggests:
pn dh-make <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 13.1
Done: Niels Thykier <[email protected]>
We believe that the bug you reported is fixed in the latest version of
debhelper, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Niels Thykier <[email protected]> (supplier of updated debhelper 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 May 2020 17:07:30 +0000
Source: debhelper
Architecture: source
Version: 13.1
Distribution: unstable
Urgency: low
Maintainer: Debhelper Maintainers <[email protected]>
Changed-By: Niels Thykier <[email protected]>
Closes: 43720 645873 822730 933224 942813 958343 958987 959494 959678 959731
960107 960110 960697 960781
Changes:
debhelper (13.1) unstable; urgency=low
.
[ Niels Thykier ]
* dh_installinitramfs: Remove misleading "in compat 12" as the
behaviour was unrelated to the compat level.
* dh_installinitramfs: Migrate to using declaratively triggering
update-initramfs as a noawait trigger (replacing maintscript
calls to "update-initramfs -u", which had the same affect).
(Closes: #822730).
* dh_installman: Improve error messages and handling of broken
section numbers. Notably ignore (with a warning) sections from
manpages that look suspiciously like a version number. Thanks
to Paul Gevers for reporting the bug. (Closes: #958343)
* Dh_Lib.pm: Support that Architecture (among other fields) can be
folded in d/control. Thanks to Thorsten Glaser for reporting
the issue. (Closes: #958987)
* SequencerUtil.pm: Fix use of uninitialized variable warning.
* Dh_Lib.pm: Properly error out on paragraphs missing the Package
field (rather than silently ignoring them).
* debian/rules: Fix call to gen-provides that seemed to work more
due to luck than by design.
* Dh_Lib.pm: Provide HIGHEST_STABLE_COMPAT_LEVEL, which reflects
the latest stable compat level. Thanks to Jelmer Vernooij
for the suggestion.
* Dh_Lib.pm: Respond to DH_DATAFILES environment variable in
addition to DH_AUTOSCRIPTS as a means to find data files. This
is mostly useful for testing purposes or to be "self-hosting".
The new DH_DATAFILES is more general than DH_AUTOSCRIPTS and
enable us to add new data file sources without inventing new
environment variables.
* Dh_Lib.pm: Require perl v5.24 (available in Debian oldstable)
to enable more modern features.
* Dh_Lib.pm: Fix a bug in variable substition where ${Tab}
incorrectly expanded to "\b" rather than "\t".
* dh_installchangelogs.1: Loosely document which file names that
dh_installchangelogs uses as guesses for finding an upstream
changelog file. Thanks to Laurent Bigonville for suggesting
the change. (Closes: #933224)
* Dh_Lib.pm: When setting HOME or XDG_RUNTIME_DIR in compat 13,
use an absolute path. Thanks to Dmitry Shachnev for reporting
the issue. (Closes: #959731)
* dh_installsystemd.1: Copy the description for the
--no-stop-on-upgrade option from dh_installinit.
* dh_installsystemd: Have --no-start or --no-stop-on-upgrade
disable --restart-after-upgrade as the documentation says it
will. Thanks to Axel Beckert for reporting the issue.
(Closes: #959678)
* dh_installinit: Ditto.
* dh.1: Explicitly document that hook targets can cause
complications when they are made unconditional by a makefile
target and suggest alternatives. Thanks to Marcin Owsiany for
reporting this. (Closes: #645873)
* cmake.pm: Rollback -DCMAKE_AUTOGEN_VERBOSE=ON temporarily as it
trips bhlc due to a bug in cmake. Thanks to Nicolas
Braud-Santoni and "anoteng" for reporting the issue.
(Closes: #959494)
* dh_clean.1: Rephrase the description of dh_clean to avoid
confusion about when it is run. Thanks to Hugh McMaster for
the suggestion. (Closes: #960110)
* dh_missing.1: Update documentation to reflect that the
--fail-missing option is now the default in compat 13.
Thanks to Hugh McMaster and Christoph Berg for the report.
(Closes: #960107, #960697)
* dh: Filter out the root-sequence in "--list" output and reject
attempts to activate or deactivate the sequence as it is an
implementation detail.
* dh_installalternatives: New helper that can setup alternatives
(update-alternatives) based on a declarative format. Currently,
the format is converted to calls to update-alternatives, which
are inserted into the maintscripts of the package. Thanks to
David Engel and Fumitoshi UKAI for the original requests.
(Closes: #43720)
* dh_missing: Attempt to guess if missing files might be caused by
the packager installing the same file via a different path and
let them know of this. (Closes: #960781)
.
[ Guillem Jover ]
* autoconf.pm: Pass --disable-option-checking to ./configure
scripts to avoid warnings about unknown options.
(Closes: #942813)
.
[ Translations ]
* Fix typo in German translation. (Andreas Bombe)
Checksums-Sha1:
354d859ea7a03761376b8770eab44dd0c8b0830d 1835 debhelper_13.1.dsc
c733627709bb2e83aa948407e4d6181c6ece4eb9 530828 debhelper_13.1.tar.xz
94f7c82e0e3ee2343411ce26227b7463bfe6f257 4453 debhelper_13.1_source.buildinfo
Checksums-Sha256:
079f7e39bcce3c86364a88e3f704b94b24a21f25a235ec4f260ede3279135de9 1835
debhelper_13.1.dsc
b54f05f73ad63e9636c32098526690e995647e5a16913efd1e01e84eb87f9bbe 530828
debhelper_13.1.tar.xz
d8678ad32e0775ba7d876f3f365947322507ad0ebfd058d4ec60cfb9a91b1b15 4453
debhelper_13.1_source.buildinfo
Files:
6e13639e62af3fa1908ad7b7ce517a51 1835 devel optional debhelper_13.1.dsc
614c7152a105c02c8fcc2ac4bba2bc31 530828 devel optional debhelper_13.1.tar.xz
6cd059732ad9c904fd1b6324863ed69f 4453 devel optional
debhelper_13.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEE8f9dDX4ALfD+VfsMplt42+Z8eqwFAl7BcUQSHG5pZWxzQHRo
eWtpZXIubmV0AAoJEKZbeNvmfHqsJK8P/ico16qSrwT9+L5rD4Hyxk+RjNoBg+eW
CzTSKgL/nsqftoS44BxbARln0e3J+m/izskue4H8Tyua513e4ZH70ooTmZ+oD6qk
18Rt+bGJOB9hDUoM7Vk9QjUYlW13z64tRh80aEtq4M+83KtmNYUIrUUycSR2MYcG
f/2gx6NCIgu3StPOQMCf9jxxagZSoGkALx8c9dCPvawv4ZI+OH3dows62oZx7lwt
jDP5W3iS0Vv9nrV40Zqdz9736HGJ/6MvS0Y8Fj8hOwjPxkUoInbTyxPMuiwVht6i
7+xjpCCkJAy8usLCTWqBJn3cQXWjfdSv6IPcAEOrDTO87T3zbL6aD7GtujdTqoLG
0aS/m1umEw02fZe+My5FcGDZStyS5adbpO3zt7qPYesuIbfaZsauPmVAoN8FCg4v
vXs1tEB4i4q2VKY7ZkoJAv807V6uQ+Zl7UkhQOaE2WxkV80Hnw4BK0cvGnZLbh0l
HAmgTYeumrOQm3F5BdrJva3Pu5gY5v8qR51SqhZpWidje5Lk12/XqsY8mYKawppJ
/FKOtYT5YzZ4d0SPeK4t+25Ph6bV9w1wl4E8Lty3V/PqvktM6NzEhJ5AjEkqqeu+
UhDDgGBfgBjJUCdqvIPxQOMzYAmgqUC4SYBq+ee6kTzJosnjPcRJcZdzaofizwUS
7l3kucK/aqvr
=iVzm
-----END PGP SIGNATURE-----
--- End Message ---