Your message dated Sat, 05 Mar 2016 17:19:25 +0000
with message-id <[email protected]>
and subject line Bug#807201: fixed in ruby-ronn 0.7.3-4
has caused the Debian Bug report #807201,
regarding ruby-ronn: please make the output 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.)
--
807201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807201
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-ronn
Version: 0.7.3-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: locale
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed that
ruby-ronn generates locale-specific output.
The attached patch replaces '%B %Y' with locale-agnostic %Y-%m-%d. Once
applied, packages that use ruby-ronn can be built reproducibly using our
reproducible toolchain (eg. ruby-build)
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/lib/ronn/roff.rb b/lib/ronn/roff.rb
index 77473ac..640ad58 100644
--- a/lib/ronn/roff.rb
+++ b/lib/ronn/roff.rb
@@ -33,7 +33,7 @@ module Ronn
comment "generated with Ronn/v#{Ronn.version}"
comment "http://github.com/rtomayko/ronn/tree/#{Ronn.revision}"
return if name.nil?
- macro "TH", %["#{escape(name.upcase)}" "#{section}" "#{date.strftime('%B
%Y')}" "#{version}" "#{manual}"]
+ macro "TH", %["#{escape(name.upcase)}" "#{section}"
"#{date.strftime('%Y-%m-%d')}" "#{version}" "#{manual}"]
end
def remove_extraneous_elements!(doc)
diff --git a/lib/ronn/template.rb b/lib/ronn/template.rb
index 2c89667..7bf765b 100644
--- a/lib/ronn/template.rb
+++ b/lib/ronn/template.rb
@@ -67,7 +67,7 @@ module Ronn
end
def date
- @document.date.strftime('%B %Y')
+ @document.date.strftime('%Y-%m-%d')
end
def wrap_class_name
--- End Message ---
--- Begin Message ---
Source: ruby-ronn
Source-Version: 0.7.3-4
We believe that the bug you reported is fixed in the latest version of
ruby-ronn, 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.
Cédric Boutillier <[email protected]> (supplier of updated ruby-ronn 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: Sat, 05 Mar 2016 17:08:42 +0100
Source: ruby-ronn
Binary: ruby-ronn
Architecture: source
Version: 0.7.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Cédric Boutillier <[email protected]>
Description:
ruby-ronn - Builds manuals from Markdown
Closes: 771599 807201
Changes:
ruby-ronn (0.7.3-4) unstable; urgency=medium
.
* Team upload
.
[ Sebastien Badia ]
* Add ruby-test-unit to Build-Depends for ruby2.2
* Update Vcs-Browser to cgit URL and HTTPS
.
[ Cédric Boutillier ]
* Bump debhelper compatibility level to 9
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
* Add dependency on groff (Closes: #771599)
* Use locale agnostic output to make build of packages using ronn
reproducible. Thanks Chris Lamb for the patch (Closes: #807201)
Checksums-Sha1:
ab29bbeeb0c84dd97dd2ce7e0ed0f22883d0cbd3 1756 ruby-ronn_0.7.3-4.dsc
fc9dc0f69ce5ede899d8f7d66d88d02bba8d6d19 5224 ruby-ronn_0.7.3-4.debian.tar.xz
Checksums-Sha256:
e914db75d625f3e5212b7a48729ec08642e81992a5cffed975b1330952a3390a 1756
ruby-ronn_0.7.3-4.dsc
feec00609d71eebda5777e1903978ac2799f5b260b421e41a26bdf8c17e48aad 5224
ruby-ronn_0.7.3-4.debian.tar.xz
Files:
8caa7ecb0d4a86d05d5bca1bf2705227 1756 ruby optional ruby-ronn_0.7.3-4.dsc
1dfefa3f8d17c7dd5bad121b33cf3b30 5224 ruby optional
ruby-ronn_0.7.3-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCgAGBQJW2wiLAAoJEImvgrc5zSF6m30IAJO8CDzdrVbKY33f28pLevIh
NCkBytP1iX48DlQ3ybdtwM0maUABWySl4aohCXbcgHiiEJlxvVHe9TdUp+vKTR9K
h03OoqeZDjNWFWDOXHn1CHhdJ0elPTRZ1vJU/6nFUwdD2Iy3BUrHsbgBPVMjhoqg
zf5i9wdkgQRBCEDLIwG8Kclrau8sTLTJ+b6RFq0cbe30SAecmcN4tQTlU+VlehdK
SSoc1oy4VBBwzSvv0S/CfXXzyFU5XEAXYhanrmR9gXTg6WNsDhKlh0oW6sFft61s
HkGdUc+nfXRiNaT+wyg2wfl7dZJwJFo+zZ6qrK65DiEUcvhP9cFuCGUyuvkF7xw=
=CVxJ
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers