[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777400: zshdb: please make the build reproducible



Source: zshdb
Version: 0.05+git20101031-3
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that zshdb could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, zshdb can be built reproducibly in our current experimental
framework.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff -urNad zshdb.orig/zshdb-0.05+git20101031/debian/rules zshdb/zshdb-0.05+git20101031/debian/rules
--- zshdb.orig/zshdb-0.05+git20101031/debian/rules	2015-02-07 23:03:19.248172163 +0000
+++ zshdb/zshdb-0.05+git20101031/debian/rules	2015-02-07 23:11:05.592570991 +0000
@@ -49,7 +49,7 @@
 	$(INSTALL_FILE) README debian/copyright debian/zshdb/usr/share/doc/zshdb/
 	$(INSTALL_FILE) debian/NEWS.Debian debian/zshdb/usr/share/doc/zshdb/
 
-	gzip -9fv debian/zshdb/usr/share/doc/zshdb/changelog.Debian \
+	gzip -9nfv debian/zshdb/usr/share/doc/zshdb/changelog.Debian \
 		  debian/zshdb/usr/share/doc/zshdb/changelog \
 		  debian/zshdb/usr/share/doc/zshdb/README \
 		  debian/zshdb/usr/share/doc/zshdb/NEWS.Debian \

Reply to: