File: reproducible.patch

package info (click to toggle)
libmath-base-convert-perl 0.11-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: perl: 870; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: use SOURCE_DATE_EPOCH to get reproducible builds
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-10-26

--- a/bitmaps
+++ b/bitmaps
@@ -116,7 +116,7 @@
 
 $VERSION = '|. $VERSION .q|';
 
-# created by Makefile.PL |. scalar localtime(). q|
+# created by Makefile.PL |. scalar gmtime($ENV{SOURCE_DATE_EPOCH}). q|
 #
 # Do not edit this package, 
 #