Source: aspell-ar-large
Version: 1.2-0-3
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 aspell-ar-large could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, aspell-ar-large 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 aspell-ar-large.orig/aspell-ar-large-1.2-0/debian/rules 
aspell-ar-large/aspell-ar-large-1.2-0/debian/rules
--- aspell-ar-large.orig/aspell-ar-large-1.2-0/debian/rules     2015-02-07 
09:46:51.492293219 +0000
+++ aspell-ar-large/aspell-ar-large-1.2-0/debian/rules  2015-02-07 
10:43:14.942590014 +0000
@@ -54,7 +54,7 @@
        # copy files from the debian dir so 'make install' with do the rest
        cp debian/arabic-large.alias debian/ar-large.multi debian/ar-large.dat .
        $(MAKE) DESTDIR=$(DEB_DESTDIR) install
-       gzip -9c ar-large.cwl > $(DEB_DESTDIR)/usr/share/aspell/ar-large.cwl.gz
+       gzip -9cn ar-large.cwl > $(DEB_DESTDIR)/usr/share/aspell/ar-large.cwl.gz
        rm -f $(DEB_DESTDIR)/usr/lib/aspell/ar-large.rws
 
        installdeb-aspell

Reply via email to