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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to