Source: node-js-beautify
Version: 1.7.5+dfsg-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that node-js-beautify could not be built reproducibly.

This is because it will vary the output depending on which shell
is configured as /bin/sh due to the use of {foo,bar} expansion
in the debian/rules file.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-03-13 08:43:02.751269395 +0000
--- b/debian/rules      2019-03-13 08:47:13.658536269 +0000
@@ -3,6 +3,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+export SHELL=/bin/bash
 export NODE_PATH=debian/node_modules
 
 %:

Reply via email to