Source: xblast-tnt-sounds
Version: 20040429-2
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 xblast-tnt-sounds could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, xblast-tnt-sounds 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-sounds.orig/xblast-tnt-sounds-20040429/debian/rules 
xblast-tnt-sounds/xblast-tnt-sounds-20040429/debian/rules
--- xblast-tnt-sounds.orig/xblast-tnt-sounds-20040429/debian/rules      
2015-02-12 05:37:47.809983863 +0000
+++ xblast-tnt-sounds/xblast-tnt-sounds-20040429/debian/rules   2015-02-12 
05:38:39.879996437 +0000
@@ -45,7 +45,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
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to