Source: ispell-fo
Version: 0.4.2-6
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 ispell-fo could not be built reproducibly.

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

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -urNad ispell-fo.orig/ispell-fo-0.4.2/debian/rules 
ispell-fo/ispell-fo-0.4.2/debian/rules
--- ispell-fo.orig/ispell-fo-0.4.2/debian/rules 2015-02-12 22:05:36.097081275 
+0000
+++ ispell-fo/ispell-fo-0.4.2/debian/rules      2015-02-12 22:08:49.101638406 
+0000
@@ -23,9 +23,9 @@
        cat words-fo.ispell | ispell -d ./faroese -e | \
                tr -s ' ' '\n' | sort | uniq > faroese.words
 # --------- ifaroese ------------------
-       gzip -9 -c words-fo.ispell > faroese.mwl.gz
+       gzip -9n -c words-fo.ispell > faroese.mwl.gz
 # --------- aspell-fo -----------------
-       grep -v -e '--' words-fo.ispell | prezip -s -c | gzip -9 -c > fo.cwl.gz
+       grep -v -e '--' words-fo.ispell | prezip -s -c | gzip -9n -c > fo.cwl.gz
 # --------- myspell-fo-fo -------------
        ispellaff2myspell --charset=latin1 \
                          --printcomments \
_______________________________________________
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