Source: dutch
Version: 1:2.10-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

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

The attached patch removes timestamps from the build system. Once
applied, dutch 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 -urNad dutch.orig/dutch-2.10/debian/rules dutch/dutch-2.10/debian/rules
--- dutch.orig/dutch-2.10/debian/rules  2015-02-07 12:38:46.229769531 +0000
+++ dutch/dutch-2.10/debian/rules       2015-02-07 12:46:24.518334494 +0000
@@ -14,7 +14,7 @@
        mkdir -p myspell
        mkdir -p wdutch
        chmod +x convert
-       ./convert
+       GZIP=-9n ./convert
        touch build-stamp
 
 clean:

Reply via email to