Source: espa-nol
Version: 1.11-9
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that espa-nol could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, espa-nol can be built reproducibly in our reproducible
toolchain.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -urNad espa-nol.orig/espa-nol-1.11/debian/rules 
espa-nol/espa-nol-1.11/debian/rules
--- espa-nol.orig/espa-nol-1.11/debian/rules    2015-02-24 23:45:26.768727146 
+0000
+++ espa-nol/espa-nol-1.11/debian/rules 2015-02-24 23:45:59.010153240 +0000
@@ -43,8 +43,8 @@
                icombine $(AFFIXES) | \
                sed -f debian/orig2latin1.sed > $(LANGUAGE).allwords+.latin1
 
-       gzip -9 -c $(LANGUAGE).allwords+.latin1 > $(LANGUAGE).mwl.gz
-       cat $(LANGUAGE).allwords+.latin1 | prezip -s -c | gzip -9 -c > 
$(ISOLANG).cwl.gz
+       gzip -9n -c $(LANGUAGE).allwords+.latin1 > $(LANGUAGE).mwl.gz
+       cat $(LANGUAGE).allwords+.latin1 | prezip -s -c | gzip -9n -c > 
$(ISOLANG).cwl.gz
 
 # ----- Creating myspell dict
 
_______________________________________________
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