Source: jsmath-fonts
Version: 1.3-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

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

The attached patch removes timezone-varying timestamps from the
extracted
zip. Once applied, jsmath-fonts can be built reproducibly in our
reproducible toolchain.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --no-dereference -urNad jsmath-fonts.orig/jsmath-fonts-1.3/debian/rules 
jsmath-fonts/jsmath-fonts-1.3/debian/rules
--- jsmath-fonts.orig/jsmath-fonts-1.3/debian/rules     2015-07-13 
22:28:05.078784326 +0100
+++ jsmath-fonts/jsmath-fonts-1.3/debian/rules  2015-07-13 22:30:28.985131283 
+0100
@@ -16,7 +16,7 @@
        dh $@
 
 override_dh_auto_build:
-       unzip -q jsMath-*.zip
+       TZ=UTC unzip -q jsMath-*.zip
 
 override_dh_clean:
        dh_clean
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to