Source: libjs-jcrop Version: 0.9.12+dfsg-1 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 libjs-jcrop could not be built reproducibly. The attached patch removes timestamps from the build system. Once applied, libjs-jcrop can be built reproducibly in our reproducible toolchain. [1]: https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff -urNad libjs-jcrop.orig/libjs-jcrop-0.9.12+dfsg/debian/rules libjs-jcrop/libjs-jcrop-0.9.12+dfsg/debian/rules --- libjs-jcrop.orig/libjs-jcrop-0.9.12+dfsg/debian/rules 2015-03-02 19:02:30.404243842 +0000 +++ libjs-jcrop/libjs-jcrop-0.9.12+dfsg/debian/rules 2015-03-02 19:05:59.722506687 +0000 @@ -1,4 +1,7 @@ #!/usr/bin/make -f + +export JCROP_BUILD = debian/$(shell dpkg-parsechangelog --show-field Version) + %: dh $@