[Pkg-javascript-devel] Bug#886001: node-jquery: please make the	build reproducible
    Chris Lamb 
    lamby at debian.org
       
    Mon Jan  1 12:42:34 UTC 2018
    
    
  
Source: node-jquery
Version: 2.2.4+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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 <lamby at 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
    
    
More information about the Pkg-javascript-devel
mailing list