[libmath-base-convert-perl] 03/05: reproducible.patch

gregor herrmann gregoa at debian.org
Wed Oct 21 19:39:56 UTC 2015


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

gregoa pushed a commit to branch master
in repository libmath-base-convert-perl.

commit 6483293c1683d9e937efab2692478dd729ff6eb3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 21 21:35:29 2015 +0200

    reproducible.patch
---
 debian/control                    |  3 ++-
 debian/patches/reproducible.patch | 17 +++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index db4e384..8d77a92 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+# SOURCE_DATE_EPOCH
+Build-Depends: debhelper (>= 9.20151004~)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-base-convert-perl.git
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
new file mode 100644
index 0000000..da04584
--- /dev/null
+++ b/debian/patches/reproducible.patch
@@ -0,0 +1,17 @@
+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
+
+--- a/bitmaps
++++ b/bitmaps
+@@ -116,7 +116,7 @@
+ 
+ $VERSION = '|. $VERSION .q|';
+ 
+-# created by Makefile.PL |. scalar localtime(). q|
++# created by Makefile.PL |. scalar localtime($ENV{SOURCE_DATE_EPOCH}). q|
+ #
+ # Do not edit this package, 
+ #
diff --git a/debian/patches/series b/debian/patches/series
index 2cd8e6f..dedfb74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 spelling.patch
 pod.patch
+reproducible.patch

-- 
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