Source: node-crc32
Version: 0.2.2-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: umask
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / 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
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel