Source: node-jquery Version: 2.2.4+dfsg-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that node-jquery could not be built reproducibly. Patch attached. I tried looking at process.env.SOURCE_DATE_EPOCH instead but that didn't seem to work for some reason. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2018-01-01 12:35:20.678032936 +0000 @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb <la...@debian.org> +Last-Update: 2018-01-01 + +--- node-jquery-2.2.4+dfsg.orig/src/intro.js ++++ node-jquery-2.2.4+dfsg/src/intro.js +@@ -8,8 +8,6 @@ + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license +- * +- * Date: @DATE + */ + + (function( global, factory ) { --- a/debian/patches/series 2018-01-01 12:27:41.307107672 +0000 --- b/debian/patches/series 2018-01-01 12:35:19.590025986 +0000 @@ -1,2 +1,3 @@ skip-modules.patch skip-gzip-js.patch +reproducible-build.patch
-- Pkg-javascript-devel mailing list Pkg-javascript-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel