On 04/01/16 13:45, Alec Leamas wrote:

rules:
override_dh_install:
         dh_install --fail-missing
     chrpath -delete debian/tmp/usr/bin/N*

Oops... That won't work. But:

rules:
override_dh_install:
        chrpath -delete debian/tmp/usr/bin/N*
        dh_install --fail-missing


If you already have an override_dh_auto_install the best might be to append chrpath to the end of that instead.


Cheers!

--alec
        

Reply via email to