Your message dated Thu, 17 Sep 2015 01:34:07 +0000
with message-id <[email protected]>
and subject line Bug#799221: fixed in tunnelx 20140102-3
has caused the Debian Bug report #799221,
regarding tunnelx: please make the build reproducible
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.)
--
799221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tunnelx
Version: 20140102-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: locale
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [0], we have noticed
that tunnelx could not be built reproducibly.
The attached patch removes locale-specific ordering from the build
system. Once applied, tunnelx can be built reproducibly in our
reproducible toolchain.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2015-09-16 23:53:37.616741256 +0100
--- b/debian/rules 2015-09-16 23:55:04.429546438 +0100
@@ -24,6 +24,6 @@
override_dh_install:
uudecode -o debian/tunnelx.png debian/tunnelx.png.uu
dh_install
- ls symbols > symbols/listdir.txt
- ls tutorials > tutorials/listdir.txt
+ ls symbols | LC_ALL=C sort > symbols/listdir.txt
+ ls tutorials | LC_ALL=C sort > tutorials/listdir.txt
jar uMf debian/tunnelx/usr/share/tunnelx/tunnelx.jar symbols/*
tutorials/*
--- End Message ---
--- Begin Message ---
Source: tunnelx
Source-Version: 20140102-3
We believe that the bug you reported is fixed in the latest version of
tunnelx, 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.
Wookey <[email protected]> (supplier of updated tunnelx 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: SHA256
Format: 1.8
Date: Thu, 17 Sep 2015 01:18:31 +0000
Source: tunnelx
Binary: tunnelx
Architecture: source
Version: 20140102-3
Distribution: unstable
Urgency: medium
Maintainer: Wookey <[email protected]>
Changed-By: Wookey <[email protected]>
Description:
tunnelx - Cave Survey drawing software
Closes: 799221
Changes:
tunnelx (20140102-3) unstable; urgency=medium
.
* Make build reproducible across locales (Closes: #799221)
Checksums-Sha1:
09bb2a65938a53a9d2f8941e21b09e90ba26f3b9 1867 tunnelx_20140102-3.dsc
2195ce6005c666fc1de0c4e54fb7044e6baec891 18251 tunnelx_20140102-3.diff.gz
Checksums-Sha256:
a79cbc3a70efbbc7109e8ce2b1dd77279f46a05a299c8dd95b091fe502e1fa29 1867
tunnelx_20140102-3.dsc
8bd756ef23544b55b5ea4e2c0cfa3f55268d1a34178298a7dcaf6fb75fb6b48b 18251
tunnelx_20140102-3.diff.gz
Files:
e362b1f8c7db2ca6d4cb2b5e80c868fa 1867 science extra tunnelx_20140102-3.dsc
2ae661ccc0870ed071ceb2b46acc524f 18251 science extra tunnelx_20140102-3.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV+hT5AAoJEPuGMlGob55HKqsP/1/avScJmqDA2N4syK4aJLzp
p2MDSBPCbC4PYveb6rFtzyiBcYm4cyCH64ADgUDuqknbzl+2fK5k5C2YJMNzUNDz
YR0oBTvM9kIymG8rGKTRgGKUYcS45+Q11Nu1/lxLgx3lsQW4zIcswC903HzaWgYe
GKGqTcuFMXHFcG+EkWiy++YvKRFux1r7G/EG8Erong8kQ1uS9LOj79q6p4Sh2C3Z
Pqei+ztGv1zFSIpAlT9XiQWdZRpah2dp/rwSHrwoM33BZZldHAE7jAAOGsIpLPhD
2b3+hGtP9He+9zRxbOsrJ2Zu67vjOgzO5PI1LLmoftyARDPyYohgiTjh2xUPxyQR
Yeh1s6Vt2kEbDmad6sL8gQfqeBnHorBeSJsO7wfwfva918mxJJ1m9XjfGhxuHqtA
CPSGyjuD5xO+ClF15rMGKuEP1TnS0Fxe7XRcbIRp/J8s7Hb8UpVbz0wjv4UeAQNZ
/C0U2HqX805ab7x3BrV2xKzyoXxDMyFQOtV56m81bn0M88ErReBO+HFaf8LoqVyU
lM7QiJChITilhbxldJPU1hsQ04qtptNx+/CzbtX/zi9u9Izg0gDrk+w2xi5WApp4
kazPDpgXm97Xop+K1SfnAgWwwY3FxOmr4C+BeL7bhPVkAL01wIbkFmA8XFVJAQDU
EzAvtTjNn9YtTRnZmeso
=AG15
-----END PGP SIGNATURE-----
--- End Message ---