[Reproducible-builds] Bug#835263: binutils-m68hc1x: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Aug 23 22:18:30 UTC 2016
Source: binutils-m68hc1x
Version: 1:2.18-7
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: ordering
X-Debbugs-Cc: reproducible-builds at 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
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
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
More information about the Reproducible-builds
mailing list