[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777296: buxon: please make the build reproducible



Source: buxon
Version: 0.0.5-4
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that buxon could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, buxon can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff -urNad buxon.orig/buxon-0.0.5/debian/rules buxon/buxon-0.0.5/debian/rules
--- buxon.orig/buxon-0.0.5/debian/rules	2015-02-07 11:13:00.337318326 +0000
+++ buxon/buxon-0.0.5/debian/rules	2015-02-07 11:13:49.187471057 +0000
@@ -20,7 +20,7 @@
 	dh_testroot
 	dh_prep
 	dh_installdirs
-	$(MAKE) DESTDIR=$(CURDIR)/debian/buxon install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/buxon GZIP=-9n install
 
 binary-indep: build install
 	dh_testdir

Reply to: