[Pkg-javascript-devel] Bug#958382: node-mqtt: please make the build reproducible

Chris Lamb lamby at debian.org
Sun Apr 26 18:29:07 BST 2020


Hi Ying-Chun,

> I think I need to preserve the permission of that file because
> /usr/bin/mqtt is linked to /usr/share/nodejs/mqtt/mqtt.js
> Thus that file needs to be executable. So simply run dh_fixperms 
> doesn't solve the problem.

Ah, then try:

    override_dh_fixperms:
	    dh_fixperms
	    chmod +x debian/FIXME/usr/bin/mqtt

(The goal here being to prevent the *group* part being variable depending
on the build umask.)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org 🍥 chris-lamb.co.uk
       `-



More information about the Pkg-javascript-devel mailing list