Source: ispell-gl
Version: 0.5-40
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-gl could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, ispell-gl 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-gl.orig/ispell-gl-0.5/debian/rules 
ispell-gl/ispell-gl-0.5/debian/rules
--- ispell-gl.orig/ispell-gl-0.5/debian/rules   2015-02-12 22:11:32.012866860 
+0000
+++ ispell-gl/ispell-gl-0.5/debian/rules        2015-02-12 22:15:09.462522789 
+0000
@@ -51,7 +51,7 @@
 #      Add here commands to compile the package.
 #      $(MAKE)
 #      /usr/bin/docbook-to-man debian/ispell-gl.sgml > ispell-gl.1
-       gzip -9 -c galician.words > galician-minimos.mwl.gz
+       gzip -9n -c galician.words > galician-minimos.mwl.gz
        buildhash galician.words galician.aff galician.hash
 #
        cat galician.words | ispell -d ./galician -e | \
@@ -65,7 +65,7 @@
                galician.aff > gl_ES.myaff
 
 # -- Dealing with aspell
-       cat galician.words | prezip -s -c | gzip -9 -c > gl-minimos.cwl.gz
+       cat galician.words | prezip -s -c | gzip -9n -c > gl-minimos.cwl.gz
 
 # -- Done
 
_______________________________________________
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