Source: myspell.pt
Version: 20091013-7
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that myspell.pt could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, myspell.pt can be built reproducibly in our current
reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad myspell.pt.orig/myspell.pt-20091013/debian/rules
myspell.pt/myspell.pt-20091013/debian/rules
--- myspell.pt.orig/myspell.pt-20091013/debian/rules 2015-02-12
22:06:44.220100771 +0000
+++ myspell.pt/myspell.pt-20091013/debian/rules 2015-02-12 22:08:36.101061782
+0000
@@ -28,7 +28,7 @@
build-stamp: configure-stamp #patch-stamp
dh_testdir
# -- aspell
- sed -e '1d' -e '/[\. ]/d' pt_PT.dic | prezip -s -c | gzip -9 -c >
debian/aspell-files/pt_PT.cwl.gz
+ sed -e '1d' -e '/[\. ]/d' pt_PT.dic | prezip -s -c | gzip -9n -c >
debian/aspell-files/pt_PT.cwl.gz
install -m 0644 pt_PT.aff debian/aspell-files/pt_PT_affix.dat
# -- myspell
mkdir -p $(OOOTMP)
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds