Source: node-nodedbi
Version: 1.0.12-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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

Reply via email to