Source: diploma
Version: 1.2.11
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 diploma could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, diploma 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 diploma.orig/diploma-1.2.11/debian/rules
diploma/diploma-1.2.11/debian/rules
--- diploma.orig/diploma-1.2.11/debian/rules 2015-02-03 14:26:57.453520417
+0000
+++ diploma/diploma-1.2.11/debian/rules 2015-02-03 14:28:52.574788868 +0000
@@ -15,7 +15,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ GZIP="-n" $(MAKE)
touch build-stamp