Source: binutils-m68hc1x Version: 1:2.18-7 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: ordering X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], I noticed that binutils-m68hc1x could not be built reproducibly. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff --git a/debian/rules b/debian/rules index ac19513..670fbb5 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ build-indep: build-stamp build-stamp: configure dh_testdir cd build && $(MAKE) - GZIP=-9n tar cfz $(CURDIR)/example.tar.gz example/* --mtime="$(BUILD_DATE)" --mode=644 + GZIP=-9n tar cfz $(CURDIR)/example.tar.gz example/* --sort=name --mtime="$(BUILD_DATE)" --mode=644 touch build-stamp install: build