Scroll to navigation

DH-DIST-ZILLA(7) dh-dist-zilla DH-DIST-ZILLA(7)
 

NAME

dh-dist-zilla - debhelper add-on to run dzil (Dist::Zilla) during build

DESCRIPTION

The dh-dist-zilla package provides a sequence addon for debhelper 7 which can be used in the following way:
    #!/usr/bin/make -f
    export DH_VERBOSE=1
    %:
        dh $@ --with dist-zilla
This will call "dzil build" prior to "dh_auto_configure", "dzil clean" before "dh_clean" and will add the option "-D build-directory" to "dh_auto_configure", "dh_auto_build", "dh_auto_install", and "dh_auto_test".

SEE ALSO

debhelper(7), dh(1), dzil(1), dh_dzil_build(1), dh_dzil_clean(1)

AUTHOR

Elmar Heeb <elmar@heebs.ch> and Axel Beckert <abe@debian.org>
2014-08-03 dh-dist-zilla v1.2