Bug#778274: [Reproducible-builds] Bug#778274: mauve: please make the build reproducible

2015-02-18 Thread Chris Lamb
Hi Jeremy, > This is likely to write tar members in the order of the filesystem which > may vary accross builds. Excellent point. Updated patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `- diff -urNad mauve.orig/m

Bug#778274: [Reproducible-builds] Bug#778274: mauve: please make the build reproducible

2015-02-17 Thread Jérémy Bobbio
Hi! Chris Lamb: > - tar -c --gzip -f $(CURDIR)/debian/mauve/usr/src/mauve.tar.gz \ > - -C debian/mauve/usr/src mauve > + GZIP="-9n" tar -c --gzip -f $(CURDIR)/debian/mauve/usr/src/mauve.tar.gz > \ > + -C debian/mauve/usr/src --mtime="$(BUILD_DATE)" mauve This is l