Source: node-crc32
Version: 0.2.2-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: umask
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to