Source: wmwork
Version: 0.2.6-1
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 wmwork could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, wmwork 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 wmwork.orig/wmwork-0.2.6/debian/rules 
wmwork/wmwork-0.2.6/debian/rules
--- wmwork.orig/wmwork-0.2.6/debian/rules       2015-02-07 17:53:16.528989035 
+0000
+++ wmwork/wmwork-0.2.6/debian/rules    2015-02-07 17:57:34.808523405 +0000
@@ -55,14 +55,14 @@
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
        strip -R .comment -R .note $(BUILDDIR)/usr/bin/wmwork
 endif
-       gzip -9 $(BUILDDIR)/usr/share/man/man1/wmwork.1
+       gzip -9n $(BUILDDIR)/usr/share/man/man1/wmwork.1
        install -D -o root -g root -m 0644 debian/menu 
$(BUILDDIR)/usr/share/menu/wmwork
 
        install -D -o root -g root -m 0644 CHANGES $(DOCDIR)/changelog
        install -D -o root -g root -m 0644 debian/changelog 
$(DOCDIR)/changelog.Debian
        install    -o root -g root -m 0644 README debian/copyright $(DOCDIR)
        install -D -o root -g root -m 0644 debian/worklog 
$(DOCDIR)/examples/worklog
-       gzip -9 $(DOCDIR)/changelog*
+       gzip -9n $(DOCDIR)/changelog*
 
        install -d -o root -g root -m 0755 $(DEBDIR)
        install    -o root -g root -m 0644 debian/control $(DEBDIR)
_______________________________________________
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