Source: xfonts-marumoji
Version: 0.2-10
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-marumoji could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-marumoji 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 xfonts-marumoji.orig/xfonts-marumoji-0.2/debian/rules
xfonts-marumoji/xfonts-marumoji-0.2/debian/rules
--- xfonts-marumoji.orig/xfonts-marumoji-0.2/debian/rules 2015-02-12
12:49:51.138326471 +0000
+++ xfonts-marumoji/xfonts-marumoji-0.2/debian/rules 2015-02-12
12:53:29.119769582 +0000
@@ -15,7 +15,7 @@
build-stamp:
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ $(MAKE) GZIP="-9n"
touch build-stamp
clean: