Package: e17
Version: 0.17.3-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

As part of the effort to have byte-to-byte identical reproducible
builds [1], I've noticed that e17 currently stores a timestamp in the
gzip header of some of its documentation.

Applying the attached patch should fix the issue.

[1] http://wiki.debian.org/ReproducibleBuilds

Thanks,
-- 
Lunar                                .''`. 
lu...@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
diff -Nur r2/e17-0.17.3/debian/rules r1/e17-0.17.3/debian/rules
--- r2/e17-0.17.3/debian/rules	2013-08-03 10:15:11.000000000 +0000
+++ r1/e17-0.17.3/debian/rules	2013-09-23 20:25:18.667042757 +0000
@@ -9,7 +9,7 @@
 ARCH_PATH=$(DEB_HOST_GNU_SYSTEM)-$(DEB_HOST_GNU_CPU)-$(SVN_RELEASE)
 
 install/e17-data::
-	gzip -9 debian/tmp/usr/share/enlightenment/doc/*.txt
+	gzip -9n debian/tmp/usr/share/enlightenment/doc/*.txt
 	rm debian/tmp/usr/share/enlightenment/COPYING
 
 install/e17::

Attachment: signature.asc
Description: Digital signature

Reply via email to