Source: qemu-launcher
Version: 1.7.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 qemu-launcher could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, qemu-launcher 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 qemu-launcher.orig/qemu-launcher-1.7.4/debian/rules
qemu-launcher/qemu-launcher-1.7.4/debian/rules
--- qemu-launcher.orig/qemu-launcher-1.7.4/debian/rules 2015-02-08
10:27:24.499353540 +0000
+++ qemu-launcher/qemu-launcher-1.7.4/debian/rules 2015-02-08
10:29:34.561168645 +0000
@@ -21,7 +21,7 @@
dh_testroot
dh_clean -k -Xqemulauncher.glade.orig
dh_installdirs
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr GZIP="-9n"
binary-indep: build install
dh_testdir