Source: xfonts-shinonome
Version: 5-1.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-shinonome could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-shinonome 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-shinonome.orig/xfonts-shinonome-5/debian/rules
xfonts-shinonome/xfonts-shinonome-5/debian/rules
--- xfonts-shinonome.orig/xfonts-shinonome-5/debian/rules 2015-02-07
17:48:13.967474785 +0000
+++ xfonts-shinonome/xfonts-shinonome-5/debian/rules 2015-02-07
17:50:56.926753890 +0000
@@ -105,7 +105,7 @@
# cd $(TARGET_ARCHIVE) && make install
PREFIX=`pwd`/../debian/xfonts-shinonome/
cd $(TARGET_ARCHIVE) && \
for FILES in *.pcf; do \
- gzip -9 -c $$FILES > $$FILES.gz; \
+ gzip -9n -c $$FILES > $$FILES.gz; \
install -m 644 $$FILES.gz
`pwd`/../debian/xfonts-shinonome/usr/share/fonts/X11/misc/ ; \
done