Source: fonty-rg
Version: 0.5
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 fonty-rg could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, fonty-rg 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 fonty-rg.orig/fonty-rg-0.5/debian/rules
fonty-rg/fonty-rg-0.5/debian/rules
--- fonty-rg.orig/fonty-rg-0.5/debian/rules 2015-02-04 15:59:52.352282058
+0000
+++ fonty-rg/fonty-rg-0.5/debian/rules 2015-02-04 16:03:19.553397917 +0000
@@ -23,7 +23,7 @@
# Add here commands to compile the package.
#$(MAKE)
#/usr/bin/docbook-to-man debian/fonty-rg.sgml > fonty-rg.1
- ./build.sh
+ GZIP=-9n ./build.sh
touch build-stamp