[DRE-commits] [ruby-coveralls] 03/15: Set a deterministic date in the manpages to make the package build reproducibly. Thanks to Eduard Sanou for providing the patch. (Closes: #818430).

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Sep 1 22:18:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository ruby-coveralls.

commit b2f0d9df834f91e23d8b11dda581b6a66c3a7a86
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Fri Sep 1 17:56:12 2017 -0300

    Set a deterministic date in the manpages to make the package build reproducibly. Thanks to Eduard Sanou for providing the patch. (Closes: #818430).
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 77dea0a..4c8c850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ ruby-coveralls (0.8.21-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * New upstream version 0.8.21
+  * Set a deterministic date in the manpages to make the package build
+    reproducibly. Thanks to Eduard Sanou for providing the patch.
+    (Closes: #818430).
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Fri, 01 Sep 2017 17:52:52 -0300
 
diff --git a/debian/rules b/debian/rules
index a9e09c5..13eff0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	ronn --roff debian/coveralls.mkd
+	TZ=UTC ronn --roff debian/coveralls.mkd
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-coveralls.git



More information about the Pkg-ruby-extras-commits mailing list