Source: vows
Version: 0.8.3-2
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
vows could not be built reproducibly.

This is because the package overrides dh_fixperms but does not call
dh_fixperms itself and so files will vary on the umask in use during
the build.

(This should have been detected by Lintian via the
override_dh_fixperms-does-not-call-dh_fixperms tag — if not, please
file a bug against that package.)

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-05-27 11:12:32.533462628 +0100
--- b/debian/rules      2020-05-27 11:24:46.417886895 +0100
@@ -4,4 +4,5 @@
        dh $@ --with nodejs
 
 override_dh_fixperms:
+       dh_fixperms
        chmod +x debian/node-vows/usr/share/nodejs/vows/bin/vows
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to