[Pkg-javascript-devel] Bug#885909: node-crc32: please make the build reproducible

2017-12-31 Thread Chris Lamb
Chris Lamb wrote:

> This is because it does not call dh_fixperms in
> override_dh_fixperms.

I've filed this against Lintian here:

  https://bugs.debian.org/885910


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#885909: node-crc32: please make the build reproducible

2017-12-31 Thread Chris Lamb
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 +
--- b/debian/rules  2017-12-31 08:36:18.097984961 +
@@ -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