Your message dated Fri, 24 Jul 2015 16:23:33 +0000
with message-id <[email protected]>
and subject line Bug#792525: fixed in ruby-standalone 0.5.1
has caused the Debian Bug report #792525,
regarding ruby-standalone: 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.)


-- 
792525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792525
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-standalone
Version: 0.5
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: locale timestamps
X-Debbugs-Cc: [email protected]

Hi!

While working on the "reproducible builds"€ effort [1], we have noticed
that ruby-standalone could not be built reproducibly.
The language of the date in the manpage varies by configured locale.

The attached patch fixes this by setting LC_ALL instead of LANG to C,
and also normalizes the date output to use UTC.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds

diff --git a/Makefile b/Makefile
index dfe3f10..bece71c 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ ruby-standalone.1: README.md
 		-V section:1 \
 		-V footer:ruby-standalone \
 		-V header:'User commands' \
-		-V date:"$(shell LANG=C date -d "$(dpkg-parsechangelog -SDate)" '+%B %Y')" \
+		-V date:"$(shell LC_ALL=C date -u -d "$(dpkg-parsechangelog -SDate)" '+%B %Y')" \
 		-o $@ $<
 	sed -i -e '2 s/\.SH\s*/\.SH NAME\n/' $@
 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: ruby-standalone
Source-Version: 0.5.1

We believe that the bug you reported is fixed in the latest version of
ruby-standalone, 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.
Antonio Terceiro <[email protected]> (supplier of updated ruby-standalone 
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: Fri, 24 Jul 2015 13:02:25 -0300
Source: ruby-standalone
Binary: ruby-standalone
Architecture: source
Version: 0.5.1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Terceiro <[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Description:
 ruby-standalone - Ruby interpreter that won't integrate with Debian packages
Closes: 792525
Changes:
 ruby-standalone (0.5.1) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * Make manpage reproducible (Closes: #792525)
Checksums-Sha1:
 d822b597b1e7aeae941d635d168ad98fba89239b 1623 ruby-standalone_0.5.1.dsc
 2c8e30a7f00c8c94b4bca26ee5c174ef50c4b403 6360 ruby-standalone_0.5.1.tar.xz
Checksums-Sha256:
 1078b56dc3a7a3de96ccfb2a71016689e1f58bdc4f3a0b36ae71a8703cc0b233 1623 
ruby-standalone_0.5.1.dsc
 95a73bd5e0341dffe49ffa051c8d3f714f0e930ac1fd8a37b879b0912777efb2 6360 
ruby-standalone_0.5.1.tar.xz
Files:
 02f3731dfc0453247a395854e2ca8d15 1623 ruby optional ruby-standalone_0.5.1.dsc
 c5df607409bca3e3d8ea9116b21bfd90 6360 ruby optional 
ruby-standalone_0.5.1.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVsmJLAAoJEPwNsbvNRgvefB4P/jzOOK44MDiaX4vJgZKH959s
yezJLjzy3koRYMpax2jLsfpKafAYzPCKM6VVuNx8mxJ8TrgLvhzxRdrOZWjtZm+X
0if9CiBa74SxjdCCOrft83FoyefqvTFwz3ltNNZ3vcuusX7gCbFawEGPgPUiCqPQ
KHwWrQaUVClhhjRGkleePppKB8eE/+cAjdlJmdSem0NZ2FE7zcSxWv9qCq4Jz/RV
9KMaKUA4chMYEqvP16bkgdxP1jB77cWhJ8ymt26lvoFE3MAjpUN1Uaigm3wcQX2/
WACBEIOLBzTzaWuWqi2zIGgXmsgEZqonK3D5aKaong4OOeACttGamW7GU2gqqUK4
o11uwbLQO0Agyjav24PFVSeC4z01jZbVfYaOyDliabvIkAg22N4ACXLpI7TDG5NH
aVssK9zb2UbV7KHfOCl9YKh09okcMsLDBWpNlv9AM/i/apvJQrXSojknr1TrzaEi
QGNAdZO/tocQ390ZmIiDPwjItBgEGdgT2hf+uO/ewxeU01ZcjehNolv4eUEVEzkc
ybPU+5DSmSfGC14SFOrFUpSYEf1LbupnKZ4cjDTb/bakxqR9IbgAX8LlZ4uva+IR
CnhWK7BdIQ3jznKOHUeVAoqC631afFeDNSJpdt5REJ09ZCVrEFmbl/Dp7VdFziqm
W9ismojk0daZggBLcJiT
=vi5S
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to