Your message dated Sat, 16 Nov 2013 21:19:23 +0000
with message-id <[email protected]>
and subject line Bug#726074: fixed in byacc 20130925-1
has caused the Debian Bug report #726074,
regarding byacc: config.guess and config.sub not being updated despite
dh-autoreconf
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.)
--
726074: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726074
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: byacc
Version: 20121003-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: arm64
byacc's use of dh-autoreconf isn't quite enough to update config.guess
and config.sub, because autoreconf only updates config.guess and
config.sub in certain circumstances which don't hold here. The
following patch fixes this, while still preserving the property that the
changes are reverted by dh_autoreconf_clean; this is a pattern I've used
successfully in other packages.
* Update config.guess and config.sub at build time; this was not done
automatically by dh_autoreconf because this package does not use
Libtool.
diff -Nru byacc-20121003/debian/rules byacc-20121003/debian/rules
--- byacc-20121003/debian/rules 2013-02-14 02:09:40.000000000 +0000
+++ byacc-20121003/debian/rules 2013-10-12 02:40:26.000000000 +0100
@@ -16,11 +16,17 @@
endif
+# This package does not use Libtool, so special care is needed to update
+# config.guess and config.sub.
+autoreconf:
+ autoreconf -f -i
+ cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub ./
+
configure: configure-stamp
configure-stamp:
dh_testdir
- dh_autoreconf
+ dh_autoreconf debian/rules -- autoreconf
dh_auto_configure -- $(shell dpkg-buildflags --export=configure) \
--program-transform-name='s,^,b,'
Thanks,
--
Colin Watson [[email protected]]
--- End Message ---
--- Begin Message ---
Source: byacc
Source-Version: 20130925-1
We believe that the bug you reported is fixed in the latest version of
byacc, 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.
Dave Beckett <[email protected]> (supplier of updated byacc 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: SHA1
Format: 1.8
Date: Sat, 16 Nov 2013 12:27:37 -0800
Source: byacc
Binary: byacc
Architecture: source amd64
Version: 20130925-1
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett <[email protected]>
Changed-By: Dave Beckett <[email protected]>
Description:
byacc - public domain Berkeley LALR Yacc parser generator
Closes: 726074
Changes:
byacc (20130925-1) unstable; urgency=low
.
* New upstream release
* Update config.guess and config.sub at build time; this was not done
automatically by dh_autoreconf because this package does not use
Libtool. Patch from Colin Watson - thanks! (Closes: #726074)
Checksums-Sha1:
2e1df5c751262dcacc5050d1fdb06c46e19a8c68 1062 byacc_20130925-1.dsc
6f49b2c730a5ad9882f823f40dc617713f42fc73 242977 byacc_20130925.orig.tar.gz
e2811e6fc25286be95e24740eeb18d5c0b6701db 6664 byacc_20130925-1.debian.tar.gz
6450fcef652a3d82312e8fa142226578acd09ee4 59864 byacc_20130925-1_amd64.deb
Checksums-Sha256:
aefcebf8c5a635a5193b8446b82de4eba8a0eca608128309142e831ab225eefd 1062
byacc_20130925-1.dsc
e2560caab28396fc732a946e722cf5c6220e72388e70cdcc23bf67ae88799b31 242977
byacc_20130925.orig.tar.gz
8826991aff7b2455e034b0ef002aa6f536b388bf71c1a4211f3ca46b287dece2 6664
byacc_20130925-1.debian.tar.gz
c3aa7be6a85e89f720220efc89193ed3ef123a750bbcf9cd3b2eb85d87277c9f 59864
byacc_20130925-1_amd64.deb
Files:
aad89e970a403a4e7a0b835bc6227e40 1062 devel extra byacc_20130925-1.dsc
265f74058b923d7d9ddd1bd82f05a42e 242977 devel extra byacc_20130925.orig.tar.gz
c7a221c1b6e8a9404138057984b8052c 6664 devel extra
byacc_20130925-1.debian.tar.gz
0b294764efc776a820755c4076d89729 59864 devel extra byacc_20130925-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iD8DBQFSh9VyQ+ySUE9xlVoRAok+AJ4gLKWdKHPdFQsvy41235am2xKDXQCdE7PC
UWdRR0cp5Bqdjze95VCdcDg=
=Xx4q
-----END PGP SIGNATURE-----
--- End Message ---