Source: vmm
Version: 0.6.2-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 vmm could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, vmm 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 vmm.orig/vmm-0.6.2/debian/rules vmm/vmm-0.6.2/debian/rules
--- vmm.orig/vmm-0.6.2/debian/rules     2015-02-07 18:06:47.617205622 +0000
+++ vmm/vmm-0.6.2/debian/rules  2015-02-07 18:07:52.676116397 +0000
@@ -37,7 +37,7 @@
        # dh_compress seems to give precedence to -X, so we must manually
        # compress the following manpage, whose name matches the second
        # exclusion pattern:
-       gzip -9 debian/vmm/usr/share/man/man5/vmm.cfg.5
+       gzip -9n debian/vmm/usr/share/man/man5/vmm.cfg.5
 
 override_dh_clean:
        dh_clean
_______________________________________________
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