Package: debhelper
Version: 8.0.0
Severity: normal
In debian/rules, when using override_dh_auto_install, the command:
dh_auto_install -- alternate-install-target
Generates the following:
make -j1 install DESTDIR=/tmp/<snip> alternate-install-target
Instead of:
make -j1 alternate-install-target DESTDIR=/tmp/<snip>
While the commands:
dh_auto_build
dh_auto_clean
Work as expected by allowing alternate Makefile targets to be specified.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]