Source: xuxen-eu-spell
Version: 0.4.20081029-9
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 xuxen-eu-spell could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xuxen-eu-spell can be built reproducibly in our current
experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad xuxen-eu-spell.orig/xuxen-eu-spell-0.4.20081029/debian/rules
xuxen-eu-spell/xuxen-eu-spell-0.4.20081029/debian/rules
--- xuxen-eu-spell.orig/xuxen-eu-spell-0.4.20081029/debian/rules
2015-02-07 17:22:54.471538971 +0000
+++ xuxen-eu-spell/xuxen-eu-spell-0.4.20081029/debian/rules 2015-02-07
17:26:04.828056628 +0000
@@ -62,7 +62,7 @@
build-indep-stamp: configure-stamp
# sed '1d' eu-ES.dic | LANG=C sort -u | prezip | gzip -c > eu.cwl.gz
# sed '1d' eu-ES.dic | grep -v '[\._][^\/$]' | LANG=C sort -u | prezip |
gzip -c > eu.cwl.gz
- sed '1d' myspell/eu-ES.dic | grep -v -e '[\._]' -e '^katen\-' | prezip
-s | gzip -9 -c > eu.cwl.gz
+ sed '1d' myspell/eu-ES.dic | grep -v -e '[\._]' -e '^katen\-' | prezip
-s | gzip -9n -c > eu.cwl.gz
installdeb-hunspell -phunspell-eu-es
installdeb-aspell -paspell-eu-es
touch $@