[Reproducible-builds] Bug#834755: apt-cacher-ng: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Aug 18 16:52:59 UTC 2016


Source: apt-cacher-ng
Version: 0.9.3.2-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that apt-cacher-ng could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/dbgen/Makefile	2016-08-18 17:23:52.998820257 +0100
--- b/dbgen/Makefile	2016-08-18 17:50:06.211066108 +0100
@@ -117,7 +117,7 @@
 endif
 
 package: $(DBTMP)
-	rm -rf $(TGTDIR) && mkdir $(TGTDIR) && cp -l Makefile deburlgen.pl gentoo_mirrors.sh ubuntuscan.sh sig-* $(TGTDIR) && tar -f- -c $(TARARGS) $(TGTDIR) | xz -9 > $(DBGENERATOR).tar.xz
+	rm -rf $(TGTDIR) && mkdir $(TGTDIR) && cp -l Makefile deburlgen.pl gentoo_mirrors.sh ubuntuscan.sh sig-* $(TGTDIR) && tar -f- -c $(TARARGS) --sort=name $(TGTDIR) | xz -9 > $(DBGENERATOR).tar.xz
 
 install:
 	cp conf/*mirrors* /usr/lib/apt-cacher-ng/


More information about the Reproducible-builds mailing list