Source: xfonts-a12k12
Version: 1-11
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 xfonts-a12k12 could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-a12k12 can be built reproducibly in our reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad xfonts-a12k12.orig/xfonts-a12k12-1/debian/rules
xfonts-a12k12/xfonts-a12k12-1/debian/rules
--- xfonts-a12k12.orig/xfonts-a12k12-1/debian/rules 2015-02-25
09:23:35.138690234 +0000
+++ xfonts-a12k12/xfonts-a12k12-1/debian/rules 2015-02-25 09:25:13.259074312
+0000
@@ -11,7 +11,7 @@
build-stamp:
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ $(MAKE) GZIP=-9n
touch build-stamp