Source: xblast-tnt-levels
Version: 20050106-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

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

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

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -urNad xblast-tnt-levels.orig/xblast-tnt-levels-20050106/debian/rules 
xblast-tnt-levels/xblast-tnt-levels-20050106/debian/rules
--- xblast-tnt-levels.orig/xblast-tnt-levels-20050106/debian/rules      
2015-02-12 05:37:15.276727181 +0000
+++ xblast-tnt-levels/xblast-tnt-levels-20050106/debian/rules   2015-02-12 
05:38:10.694868208 +0000
@@ -47,7 +47,7 @@
                $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
        $(INSTALL_FILE) debian/copyright \
                $(TMP)/usr/share/doc/$(PKG)
-       gzip -9 $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
+       gzip -9n $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
        dpkg-gencontrol -isp -p$(PKG) -P$(TMP)
        cd $(TMP) && find * -type f ! -regex '^DEBIAN/.*' -print0 | \
                xargs -r0 md5sum > DEBIAN/md5sums

Reply via email to