[Pkg-javascript-devel] Bug#885909: node-crc32: please make the	build reproducible
    Chris Lamb 
    lamby at debian.org
       
    Sun Dec 31 09:02:02 UTC 2017
    
    
  
Source: node-crc32
Version: 0.2.2-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: umask
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that node-crc32 could not be built reproducibly.
This is because it does not call dh_fixperms in override_dh_fixperms.
Patch attached.
 [0] https://reproducible-builds.org/
Regards,
-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2017-12-31 08:34:58.065447804 +0000
--- b/debian/rules	2017-12-31 08:36:18.097984961 +0000
@@ -13,4 +13,5 @@
 	cd test; ./runTests.sh; cd -
 
 override_dh_fixperms:
+	dh_fixperms
 	chmod +x debian/node-crc32/usr/lib/nodejs/crc32/bin/runner.js
    
    
More information about the Pkg-javascript-devel
mailing list