Source: br.ispell
Version: 3.0~beta4-17
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 br.ispell could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, br.ispell can be built reproducibly in our current experimental
framework.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 27e8f1c..093aeeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ install: build
        rm -f $(libdir)/br.hash
        rm -f $(libdir)/brazilian-conjugate/verbos
         # -- Install gzipped affix compressed dictionary
-       gzip --best -c br.ispell > $(sharedir)/brasileiro.mwl.gz
+       gzip -n --best -c br.ispell > $(sharedir)/brasileiro.mwl.gz
        install --mode=577 debian/conjugue-wrapper $(bindir)/conjugue
        dh_install --package=ibrazilian --sourcedir=$(tmpdir)
        dh_install --no-package=ibrazilian
_______________________________________________
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