Source: sauce
Version: 0.9.0+nmu3
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 sauce could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, sauce 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 sauce.orig/sauce-0.9.0+nmu3/debian/rules
sauce/sauce-0.9.0+nmu3/debian/rules
--- sauce.orig/sauce-0.9.0+nmu3/debian/rules 2015-02-07 23:17:09.804514470
+0000
+++ sauce/sauce-0.9.0+nmu3/debian/rules 2015-02-07 23:17:34.281586354 +0000
@@ -62,7 +62,7 @@
install -m 644 debian/copyright debian/tmp/usr/share/doc/$(package)/.
install -m 644 debian/changelog
debian/tmp/usr/share/doc/$(package)/changelog.Debian
chmod 644 debian/tmp/usr/share/doc/$(package)/*
- gzip -9v debian/tmp/usr/share/doc/$(package)/changelog.Debian
+ gzip -9nv debian/tmp/usr/share/doc/$(package)/changelog.Debian
install -m 644 db.manual blmessage-*.text debian/sys-config \
debian/tmp/etc/sauce/.
install -m 755 debian/set-firewall debian/tmp/etc/sauce/.