Source: apt-cacher-ng
Version: 0.9.3.2-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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/
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to