Source: ispell-lt
Version: 1.2.1-4
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 ispell-lt could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, ispell-lt 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 ispell-lt.orig/ispell-lt-1.2.1/debian/rules
ispell-lt/ispell-lt-1.2.1/debian/rules
--- ispell-lt.orig/ispell-lt-1.2.1/debian/rules 2015-02-12 22:11:39.141183265
+0000
+++ ispell-lt/ispell-lt-1.2.1/debian/rules 2015-02-12 22:15:23.907164519
+0000
@@ -15,11 +15,11 @@
# Using the locale
(export LOCPATH=debian/tmpdir/usr/lib/locale; export
LC_ALL=lt_LT.ISO-8859-13; $(MAKE) myspell)
- gzip -c lietuviu.dict > lietuviu.mwl.gz
+ gzip -nc lietuviu.dict > lietuviu.mwl.gz
cp lietuviu.dict lt.wl
prezip lt.wl
- gzip lt.cwl
+ gzip -n lt.cwl
$(MAKE) aspell
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds