[Pkg-javascript-devel] Bug#917102: node-nodedbi: please make the build reproducible
    Chris Lamb 
    lamby at debian.org
       
    Sat Dec 22 16:50:09 GMT 2018
    
    
  
Source: node-nodedbi
Version: 1.0.12-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that node-nodedbi could not be built reproducibly.
This is because it embedded the build path in a number of files in the
binary package (eg. in CFLAG references, etc.)
Patch attached that just drops a bunch of files that are probably not
useful or even work when installed on user systems.
 [0] https://reproducible-builds.org/
Regards,
-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2018-12-22 16:44:12.583350694 +0000
--- b/debian/rules	2018-12-22 16:48:08.547588263 +0000
@@ -18,3 +18,6 @@
 override_dh_fixperms:
 	dh_fixperms
 	chmod -x $(TMP)/usr/lib/nodejs/nodedbi/build/Release/nodedbi.node
+
+override_dh_install:
+	dh_install -X/.deps/ -X/Makefile
    
    
More information about the Pkg-javascript-devel
mailing list