Your message dated Wed, 09 Dec 2015 16:58:25 +0000
with message-id <[email protected]>
and subject line Bug#790387: fixed in kbtin 1.0.16-1
has caused the Debian Bug report #790387,
regarding kbtin: 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.)
--
790387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790387
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: kbtin
Version: 1.0.15-1.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that kbtin could not be built reproducibly.
The attached patch removes timezone-varying timestamps from the build
system. Once applied, kbtin can be built reproducibly in our
reproducible toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --no-dereference -urNad kbtin.orig/kbtin-1.0.15/fixmanual
kbtin/kbtin-1.0.15/fixmanual
--- kbtin.orig/kbtin-1.0.15/fixmanual 2015-06-28 20:05:32.097981188 +0100
+++ kbtin/kbtin-1.0.15/fixmanual 2015-06-28 20:11:30.285861240 +0100
@@ -22,7 +22,7 @@
($blah,$blah,$blah,$blah,$blah,$blah,$blah,$blah,
$blah,$mtime,$blah,$blah,$blah)
= stat($ARGV[0]);
- print "Last modified: ".localtime($mtime) if (defined $mtime &&
$mtime);
+ print "Last modified: ".gmtime($mtime) if (defined $mtime &&
$mtime);
}
print "</body></html>\n";
exit;
--- End Message ---
--- Begin Message ---
Source: kbtin
Source-Version: 1.0.16-1
We believe that the bug you reported is fixed in the latest version of
kbtin, 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.
Adam Borowski <[email protected]> (supplier of updated kbtin 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: Wed, 09 Dec 2015 17:34:02 +0100
Source: kbtin
Binary: kbtin
Architecture: source
Version: 1.0.16-1
Distribution: unstable
Urgency: medium
Maintainer: Adam Borowski <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Description:
kbtin - tintin++ style text-based MUD client
Closes: 790387
Changes:
kbtin (1.0.16-1) unstable; urgency=medium
.
* New upstream release.
* Make the build reproducible. Closes: #790387
* Use dh-autoreconf.
* Drop the debian menu.
* Use C.UTF-8 for the testsuite instead of bothering with locale generation.
* Add Vcs-{Git,Browser}.
Checksums-Sha1:
ce197d070f1a64343a9b05f840ca61378056452e 1520 kbtin_1.0.16-1.dsc
55b0a0b78ac443f9f8027e8051d0052a0ac70735 272564 kbtin_1.0.16.orig.tar.xz
665ab727c131043a4df7a71bba7bcaee19b06533 2712 kbtin_1.0.16-1.debian.tar.xz
Checksums-Sha256:
12eb62cf76f904b34f158bafc9aa56afb23d17aa136c5336b2a33eafe471f2ba 1520
kbtin_1.0.16-1.dsc
29774ad1378baecfc8ff604cea048735d84382e9b0105988a5234e0770c095d3 272564
kbtin_1.0.16.orig.tar.xz
fd52ab0271e2847d4806cae2bc056f72287f93b1d113bf28e6c9c56e9b800bf2 2712
kbtin_1.0.16-1.debian.tar.xz
Files:
60bb9263f0495b8b85aaa36fdbf4eb66 1520 text optional kbtin_1.0.16-1.dsc
7eddfdeb4de005d9c707e15062378cd2 272564 text optional kbtin_1.0.16.orig.tar.xz
83e5826fb675c2c60f23f111cdb06b2f 2712 text optional
kbtin_1.0.16-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCAAGBQJWaFrZAAoJECw7Q2/qxoEBMiAH/2xBpZrp62JF0TAL3OMTzqPr
VE0n8NDpPkQ3lGYKcKUGvYUGjLmeOFCWMGvXxeCMX1b9MpDbyo2ctK33jtrrECBI
nbTlrNzxIeR2feYmHouGCeEVpH0a6ZRIocyBGgu4VVq3C3WGNR61lIVU0gUfDZfD
fnt5UzoJpkldXaUE8xjWbMwc5Zlr1zpk91YBQm+/77C2I+YOcI2DuhvxP//Fi83i
IA5YXSRGS/hHcbslZ7L1+YqbCDaLY6NN3CcGUmrQiMrkKUDCEbqiq7CSImsNTW22
/c8Ibha0hks37k0ZUja3BFrmWyu0PwkjU94puOUPrIqWR/20w7XRSELhpxCr8Hg=
=5x3C
-----END PGP SIGNATURE-----
--- End Message ---