Source: xfaces
Version: 3.3-28
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 xfaces could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfaces 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 xfaces.orig/xfaces-3.3/debian/rules xfaces/xfaces-3.3/debian/rules
--- xfaces.orig/xfaces-3.3/debian/rules 2015-02-04 16:08:38.663438359 +0000
+++ xfaces/xfaces-3.3/debian/rules 2015-02-04 16:11:10.534120935 +0000
@@ -46,7 +46,7 @@
strip debian/tmp/usr/bin/xfaces
install -m0644 XFaces.ad debian/tmp/etc/X11/app-defaults/XFaces
install -m0644 xfaces.man debian/tmp/usr/share/man/man1/xfaces.1x
- gzip -9v debian/tmp/usr/share/man/man1/xfaces.1x
+ gzip -9vn debian/tmp/usr/share/man/man1/xfaces.1x
cp debian/changelog debian/tmp/usr/doc/$(package)/changelog.Debian
cp debian/patcheslist debian/tmp/usr/doc/$(package)/.
cp images/* debian/tmp/usr/share/xfaces/images
@@ -58,7 +58,7 @@
fi
cp README TODO CHANGES CREDITS debian/tmp/usr/doc/$(package)/
cp ChangeLog debian/tmp/usr/doc/$(package)/changelog
- gzip -9v debian/tmp/usr/doc/$(package)/*
+ gzip -9vn debian/tmp/usr/doc/$(package)/*
cp debian/copyright debian/tmp/usr/doc/$(package)/.
chmod 0644 debian/tmp/usr/doc/$(package)/*
dpkg-shlibdeps xfaces