Your message dated Wed, 25 Feb 2026 05:48:31 +0000
with message-id <[email protected]>
and subject line Bug#988981: fixed in dh-autoreconf 22
has caused the Debian Bug report #988981,
regarding dh-autoreconf: please switch autoconf to verbose mode
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.)
--
988981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988981
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-autoreconf
Version: 20
Severity: wishlist
Tags: patch
Hello.
The policy now recommends verbose logs unless DEB_BUILD_OPTIONS
contains terse.
By default, autoreconf does not say in which subdirectory it enters,
which is quite inconvenient when debugging a failure.
Please consider applying the attached patch.
--- a/dh_autoreconf
+++ b/dh_autoreconf
@@ -75,7 +75,7 @@
=item I<program> B<--> I<params>
Run the program given by I<program> with the arguments given by I<params>
-instead of autoreconf -f -i. If you need to run multiple commands, put them in
+instead of autoreconf -f -i -v. If you need to run multiple commands, put them in
a script and pass the script instead (or add a target to debian/rules).
=back
@@ -175,8 +175,10 @@
if (grep_configure("^XDT_")) {
$ENV{NOCONFIGURE}='1';
doit('xdt-autogen', @directories);
- } else {
+ } elsif (get_buildoption("terse")) {
doit('autoreconf', '-f', '-i', @directories);
+ } else {
+ doit('autoreconf', '-f', '-i', '-v', @directories);
}
}
1;
--- End Message ---
--- Begin Message ---
Source: dh-autoreconf
Source-Version: 22
Done: Nicolas Boulenguez <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dh-autoreconf, 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.
Nicolas Boulenguez <[email protected]> (supplier of updated dh-autoreconf
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: Wed, 25 Feb 2026 05:16:13 +0000
Source: dh-autoreconf
Architecture: source
Version: 22
Distribution: unstable
Urgency: medium
Maintainer: dh-autoreconf maintainers <[email protected]>
Changed-By: Nicolas Boulenguez <[email protected]>
Closes: 988981
Changes:
dh-autoreconf (22) unstable; urgency=medium
.
* Team upload.
.
[ Julian Andres Klode ]
* Set maintainer to [email protected]
.
[ Nicolas Boulenguez ]
* Make the documentation more accessible to newcomers
* Pass -v to autoreconf except with the terse build option. Closes: #988981.
Checksums-Sha1:
59544720010653909bb6240adf53ce6d9dc668b4 1638 dh-autoreconf_22.dsc
f9e9110a85dcf0203a208814dd32bfb6b29ee1fb 8552 dh-autoreconf_22.tar.xz
Checksums-Sha256:
a3a969366883394718f6bb914d42af46a732fee14dc59dfe0f382b2a82c09056 1638
dh-autoreconf_22.dsc
83e23a7a0ba6180e177bb7f8cbc5e0c849b0d3abef8562a06814f70492e07117 8552
dh-autoreconf_22.tar.xz
Files:
1d700c086c468ca8644dda4c5135e288 1638 devel optional dh-autoreconf_22.dsc
62fff8eed0c88e7167360e0ceea4254f 8552 devel optional dh-autoreconf_22.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEawm/6zYhqkfTAKHtFHKayZgPCdIFAmmeijwTHG5pY29sYXNA
ZGViaWFuLm9yZwAKCRAUcprJmA8J0poEEACVkdh13RhLbVPVyB6Ri2zvnULpeRQt
qieGmQKBl4jnCmUXjoCifi2HYOKH5loqleqZUiazH89JIDWuIWcSieYWMBiluZut
NoCLNkbutCsl+6SL8YNVvmgE+XTzFFBW0d+kFQpVkjQ2NOmjgfvMy/7JlbicXI1C
BABZzoKDrNWk+vPzz8PpwIgQV8cugVwUM3FmHn/rA7GTxTP+Ck9f3SCTDj7hL7is
V54Yb6dKAygGx6lqUJfqGbSoUSpWxld/VbPaXrxO+Vdo1dCt4xp4LVGuiUPrRV9P
XjdIFODSMZsK8NDYl0JQGHT+Nq5XshWPEte2ZWRNYgMxRtv0ltcJyNmuHoW3FJQP
+8E4yWEjxyLnIKgraJUeD/ALSQlwcP25pF8zhGeI52/DG3mxrNueTiiGM8EuCpOy
GHkd6XmBvQuy0uY0rBfqGHKudC8DGg0qgkiR1fS7EFeYNoEaP1zZ79k1LEdyx34y
1hoe+ymR+urGy6c6/9Fx/Nzh9792bqIKPnfGEBazp6oN5rEKKcZalm/91acKo8TQ
Eb8e5HnptDs9wQk4EEVJ9pDvxd16UU/vu6HgHhQ8GfXEsoyGfYP0aueHDjIzDce0
acCodv7zUcuBiu/Uqk2esaD8BijuR4rlU3hkzNJdnQ6fIidC+RlTJ73ew/eko0fD
/zJnS5sitIYjUA==
=BaFQ
-----END PGP SIGNATURE-----
pgph4MyqPE7BJ.pgp
Description: PGP signature
--- End Message ---