Source: xfireworks
Version: 1.3-9
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 xfireworks could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfireworks 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 xfireworks.orig/xfireworks-1.3/debian/rules
xfireworks/xfireworks-1.3/debian/rules
--- xfireworks.orig/xfireworks-1.3/debian/rules 2015-02-07 23:03:44.041256192
+0000
+++ xfireworks/xfireworks-1.3/debian/rules 2015-02-07 23:16:49.607630089
+0000
@@ -16,7 +16,7 @@
# Add here commands to compile the package.
- $(MAKE) BINDIR=/usr/games LIBDIR=/etc/X11/xfireworks
MANDIR=/usr/share/man/man6
+ $(MAKE) BINDIR=/usr/games LIBDIR=/etc/X11/xfireworks
MANDIR=/usr/share/man/man6 GZIP=-9n
touch build-stamp