Your message dated Mon, 08 Feb 2016 10:33:54 +0000
with message-id <[email protected]>
and subject line Bug#673254: fixed in dh-autoreconf 11
has caused the Debian Bug report #673254,
regarding dh-autoreconf: Please support --sourcedirectory/-D
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.)
--
673254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-autoreconf
Version: 6
Severity: wishlist
I'm working on a package that has all the sources in a subdirectory, so
I'm using the --sourcedirectory option recognised by the dh_auto_* tools
to make them play nice, and put their files in the current directory,
but otherwise work in the specified dir.
I ran into a problem with dh-autoreconf, however, because I needed to
run an autogen.sh script within the source tree, but dh-autoreconf does
not respect the --sourecirectory option, sadly. I ended up with
something like:
dh_autoreconf -- sh -c 'cd upstream && ./autogen.sh'
But that's very ugly, in my opinion, and I'd rather write:
dh_autoreconf -Dupstream -- ./autogen.sh
I could, of course, create a debian/autogen.sh that cds to the
appropriate place too, and call that, but that also sounds wrong to me.
Furthermore, I have all of the common debhelper options (including
-Dupstream) exported via DH_OPTIONS, so I don't repeat them all over the
place. It would be very nice if dh-autoreconf would support that too (I
haven't checked whether that's possible, it might not be).
For reference, the package in question is my unofficial syslog-ng
packaging, available on github[1], if you'd like to know why I'd like to
shovel everything in DH_OPTIONS.
[1]: https://github.com/algernon/syslog-ng/tree/packaging/debian/3.3
--
|8]
--- End Message ---
--- Begin Message ---
Source: dh-autoreconf
Source-Version: 11
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.
Julian Andres Klode <[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: Mon, 08 Feb 2016 11:13:42 +0100
Source: dh-autoreconf
Binary: dh-autoreconf
Architecture: source
Version: 11
Distribution: unstable
Urgency: medium
Maintainer: Julian Andres Klode <[email protected]>
Changed-By: Julian Andres Klode <[email protected]>
Description:
dh-autoreconf - debhelper add-on to call autoreconf and clean up after the
build
Closes: 673254 814063
Changes:
dh-autoreconf (11) unstable; urgency=medium
.
* dh_autoreconf: Support --sourcedirectory in compat level 10
(Closes: #673254)
* Also look for ltmain.sh in paths from libtool 2.46 (Closes: #814063)
* ltmain-as-needed.diff: Refresh
Checksums-Sha1:
aa435c4caf7cc03dbfa001068eb8aeb9dc1194b3 1524 dh-autoreconf_11.dsc
d85bd585f92c54f80fb0fff5b97fe8fbdca29439 6820 dh-autoreconf_11.tar.xz
Checksums-Sha256:
7c33e6a9711d48ebce126ad4445c3f52374802bdee69ad7bd90046dc29afd800 1524
dh-autoreconf_11.dsc
3d6be78702221b8cb7ffd5a284ef766568e690b0ab3f5652749451573d35c08a 6820
dh-autoreconf_11.tar.xz
Files:
ab15caee3d6190974525be127394dc5c 1524 devel optional dh-autoreconf_11.dsc
a0e7dabdd616c1d08c342a25a79b8a69 6820 devel optional dh-autoreconf_11.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJWuGs+AAoJENc8OeVlgLOGBosP/1RCsPEDWfaGdIu6/Q1EMN8+
kaOMx3UwyPjuXaC0OeWpKZND8usrhwmrLrRRY/HQ/dj77Rkk1b33HkVAjtJoeO6w
0udWhXTTIGLztNyBLVtjnvbvp8soltsqPVN80XQxpHej7w65UXaM1o+GfUmTHS/q
XcR1ATT23Y/4qQUlVzHfk6kF6IeO73u2iZtYdWXp4n7dHIV1hpqtYnTDDOiH6534
A80XKa/vsSor8CJ9NtEFEPlvy6Oem4vQN6X95zOICmhrkQnxgo3cLfoWu+7NOvEB
z0wwd6s9H0lwrwn5ziMPuw3PWiGgBx/JVUmbgnzQFv701gpFh4LN7TAa/7AVh7L0
9gpecs3trYN7z6jTQWTQVLPUAg4yHj5VHqp9ElwRCfzNCm2i2TqEQesYggVCdTJb
LY/u8LZTxcNYAmJQzxoCmRfpCnvg1Rom4Tc4WehmEqNKDawK1O2weEI0qU4g+weR
iOwNHtd7tl2z/j5le5w+6o2BkBimXNlxaKQKcK+t55XRdmRZu3mpyOcmOaeRNvu0
EH4VWKkCesGZ1R1qAKR84N249zG2RqO7jDBavYZSuZIWbDFWax5q5tE5dKixnyMv
jD9kE9cz834ziiAIfM0docUyjYs/W6sco2INrKuO+9rOAUJd2+u4ClhGS3O0JkQX
7nbJVY7hTvu1djmjt1+q
=m5uw
-----END PGP SIGNATURE-----
--- End Message ---