Source: xfonts-kappa20
Version: 0.396-3
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-kappa20 could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-kappa20 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-kappa20.orig/xfonts-kappa20-0.396/debian/rules
xfonts-kappa20/xfonts-kappa20-0.396/debian/rules
--- xfonts-kappa20.orig/xfonts-kappa20-0.396/debian/rules 2015-02-12
12:49:43.786007532 +0000
+++ xfonts-kappa20/xfonts-kappa20-0.396/debian/rules 2015-02-12
12:53:02.150602536 +0000
@@ -24,7 +24,7 @@
dh_testdir
# Add here commands to compile the package.
- cd $(KAPPADIR) && $(MAKE) all
+ cd $(KAPPADIR) && $(MAKE) all GZIP="-9n"
touch build-stamp