Source: xfonts-cronyx
Version: 2.3.8-6
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-cronyx could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-cronyx 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-cronyx.orig/xfonts-cronyx-2.3.8/debian/rules
xfonts-cronyx/xfonts-cronyx-2.3.8/debian/rules
--- xfonts-cronyx.orig/xfonts-cronyx-2.3.8/debian/rules 2015-02-12
12:49:29.309379478 +0000
+++ xfonts-cronyx/xfonts-cronyx-2.3.8/debian/rules 2015-02-12
13:00:37.466259112 +0000
@@ -106,7 +106,7 @@
bdftopcf $(@:.pcf=.bdf) >$@
$(my_pcfgz_fonts) : %.pcf.gz : %.pcf
- gzip -9 <$(@:.pcf.gz=.pcf) >$@
+ gzip -9n <$(@:.pcf.gz=.pcf) >$@
all_fonts : $(my_pcfgz_fonts)
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds