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
     `. `'`      [email protected] 🍥 chris-lamb.co.uk
       `-

Reply via email to