Source: xfonts-ayu
Version: 1.7+0a+0debian1-2.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-ayu could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-ayu 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-ayu.orig/xfonts-ayu-1.7+0a+0debian1/debian/rules
xfonts-ayu/xfonts-ayu-1.7+0a+0debian1/debian/rules
--- xfonts-ayu.orig/xfonts-ayu-1.7+0a+0debian1/debian/rules 2015-02-12
12:24:13.691697337 +0000
+++ xfonts-ayu/xfonts-ayu-1.7+0a+0debian1/debian/rules 2015-02-12
12:28:52.911619533 +0000
@@ -96,7 +96,7 @@
for FONT in $$dirs/*.bdf; do \
fontfile=`echo $$FONT | sed -e 's/.bdf//'`; \
bdftopcf -o $$fontfile.pcf $$fontfile.bdf; \
- gzip -9 $$fontfile.pcf; \
+ gzip -9n $$fontfile.pcf; \
done; \
done