Source: enemies-of-carlotta
Version: 1.2.6-4
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 enemies-of-carlotta could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, enemies-of-carlotta 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 enemies-of-carlotta.orig/enemies-of-carlotta-1.2.6/debian/rules
enemies-of-carlotta/enemies-of-carlotta-1.2.6/debian/rules
--- enemies-of-carlotta.orig/enemies-of-carlotta-1.2.6/debian/rules
2015-02-08 10:39:11.386964543 +0000
+++ enemies-of-carlotta/enemies-of-carlotta-1.2.6/debian/rules 2015-02-08
10:39:27.083666632 +0000
@@ -31,9 +31,9 @@
debian/tmp/usr/share/doc/$(package)/changelog.Debian
cp ChangeLog debian/tmp/usr/share/doc/$(package)/changelog
cp NEWS README debian/tmp/usr/share/doc/$(package)/
- gzip -9 debian/tmp/usr/share/doc/$(package)/*
- gzip -9 debian/tmp/usr/share/man/man1/*
- gzip -9 debian/tmp/usr/share/man/*/man1/*
+ gzip -9n debian/tmp/usr/share/doc/$(package)/*
+ gzip -9n debian/tmp/usr/share/man/man1/*
+ gzip -9n debian/tmp/usr/share/man/*/man1/*
cp debian/copyright debian/tmp/usr/share/doc/$(package)/.
install -d debian/tmp/usr/share/doc/$(package)/examples
cp cleaning-woman-cronjob debian/tmp/usr/share/doc/$(package)/examples