Source: xfonts-mplus
Version: 2.2.4-1
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-mplus could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-mplus 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-mplus.orig/xfonts-mplus-2.2.4/debian/rules
xfonts-mplus/xfonts-mplus-2.2.4/debian/rules
--- xfonts-mplus.orig/xfonts-mplus-2.2.4/debian/rules 2015-02-12
12:50:06.222980712 +0000
+++ xfonts-mplus/xfonts-mplus-2.2.4/debian/rules 2015-02-12
12:54:23.766133194 +0000
@@ -28,7 +28,7 @@
dh_testdir
# Add here commands to compile the package.
- export DESTDIR=$(BUILDDIR) && cd $(EXDIR) && ./install_mplus_fonts
+ export DESTDIR=$(BUILDDIR) && cd $(EXDIR) && GZIP="-9n"
./install_mplus_fonts
touch build-stamp
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds