[libmath-base-convert-perl] 01/02: Update reproducible.patch to make build reproducible using gmtime
Salvatore Bonaccorso
carnil at debian.org
Mon Oct 26 16:12:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libmath-base-convert-perl.
commit 04ef9cf6a61ff0f52fee40e701fc22a6057178bf
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Mon Oct 26 17:10:27 2015 +0100
Update reproducible.patch to make build reproducible using gmtime
Thanks: Reiner Herrmann <reiner at reiner-h.de>
Closes: #803067
---
debian/patches/reproducible.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
index da04584..a77dfe2 100644
--- a/debian/patches/reproducible.patch
+++ b/debian/patches/reproducible.patch
@@ -2,7 +2,7 @@ Description: use SOURCE_DATE_EPOCH to get reproducible builds
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-10-21
+Last-Update: 2015-10-26
--- a/bitmaps
+++ b/bitmaps
@@ -11,7 +11,7 @@ Last-Update: 2015-10-21
$VERSION = '|. $VERSION .q|';
-# created by Makefile.PL |. scalar localtime(). q|
-+# created by Makefile.PL |. scalar localtime($ENV{SOURCE_DATE_EPOCH}). q|
++# created by Makefile.PL |. scalar gmtime($ENV{SOURCE_DATE_EPOCH}). q|
#
# Do not edit this package,
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-base-convert-perl.git
More information about the Pkg-perl-cvs-commits
mailing list