Source: netmaze
Version: 0.81+jpg0.82-14.1
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 netmaze could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, netmaze 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 netmaze.orig/netmaze-0.81+jpg0.82/debian/rules
netmaze/netmaze-0.81+jpg0.82/debian/rules
--- netmaze.orig/netmaze-0.81+jpg0.82/debian/rules 2015-02-12
02:54:29.816460710 +0000
+++ netmaze/netmaze-0.81+jpg0.82/debian/rules 2015-02-12 02:56:20.640435910
+0000
@@ -53,7 +53,7 @@
cp debian/changelog
debian/tmp/usr/share/doc/$(PACKAGENAME)/changelog.Debian
cp README.Debian CREDITS README TODO
debian/tmp/usr/share/doc/$(PACKAGENAME)
cp CHANGES debian/tmp/usr/share/doc/$(PACKAGENAME)/changelog
- gzip -9vr debian/tmp/usr/share/doc/$(PACKAGENAME)
+ gzip -9nvr debian/tmp/usr/share/doc/$(PACKAGENAME)
cp debian/copyright debian/tmp/usr/share/doc/$(PACKAGENAME)/copyright
cp debian/menu debian/tmp/usr/lib/menu/netmaze
dpkg-shlibdeps debian/tmp/usr/games/netmaze \
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds