Source: perlpanel
Version: 1:0.9.1+cvs20051225-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that perlpanel could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, perlpanel can be built reproducibly in our current experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad perlpanel.orig/perlpanel-0.9.1+cvs20051225/debian/rules
perlpanel/perlpanel-0.9.1+cvs20051225/debian/rules
--- perlpanel.orig/perlpanel-0.9.1+cvs20051225/debian/rules 2015-02-08
10:27:29.523578167 +0000
+++ perlpanel/perlpanel-0.9.1+cvs20051225/debian/rules 2015-02-08
10:28:45.470973754 +0000
@@ -5,7 +5,7 @@
build: patch build-stamp
build-stamp:
dh_testdir
- $(MAKE) PREFIX=/usr LIBDIR=/usr/share/perlpanel/
+ $(MAKE) PREFIX=/usr LIBDIR=/usr/share/perlpanel/ GZIP="-9n"
touch build-stamp
clean: unpatch clean-unpatched