Source: trscripts
Version: 1.16
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 trscripts could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, trscripts 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 trscripts.orig/trscripts-1.16/debian/rules
trscripts/trscripts-1.16/debian/rules
--- trscripts.orig/trscripts-1.16/debian/rules 2015-02-03 11:41:31.056242730
+0000
+++ trscripts/trscripts-1.16/debian/rules 2015-02-03 11:41:45.712860589
+0000
@@ -38,7 +38,7 @@
install -d debian/tmp/usr/share/doc/$(package)
cp debian/copyright debian/tmp/usr/share/doc/$(package)
cp debian/changelog debian/tmp/usr/share/doc/$(package)/changelog
- gzip -9v debian/tmp/usr/share/doc/$(package)/changelog
+ gzip -9vn debian/tmp/usr/share/doc/$(package)/changelog
cp debian/README.Debian debian/tmp/usr/share/doc/$(package)/
cp README debian/tmp/usr/share/doc/$(package)/
install -d debian/tmp/usr/share/doc/$(package)/source