Source: dh-dist-zilla
Section: devel
Priority: optional
Maintainer: Elmar S. Heeb <elmar@heebs.ch>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5

Package: dh-dist-zilla
Architecture: all
Multi-Arch: foreign
Depends: debhelper (>= 7),
         libconfig-ini-perl,
         libdist-zilla-perl,
         ${misc:Depends},
         ${perl:Depends}
Enhances: debhelper,
          libdist-zilla-perl
Description: debhelper add-on to call dzil build and clean up after the build
 dh-dist-zilla provides a debhelper sequence addon named 'dist_zilla'.
 .
 The intention is to be able to build directly from a Dist::Zilla based package
 without generating the CPAN package manually first.  It is analogous to using
 autoreconf to generate the configure script.
 .
 The orig.tar.gz file must only contain the dist.ini and source files but not
 the generated files like META.yaml, README, etc.
