a b c d e f g h i j k l m n o p q r s t u v w x y z
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',
i.e. you can use it in your project's debian/rules as "dh $@ --with
dist-zilla".
.
The intention is to be able to build Debian Perl packages directly
from a Dist::Zilla based Perl distributions without generating the
CPAN distribution tar-ball manually first. It is analogous to using
autoreconf to generate the configure script.
.
The orig.tar.gz/.xz file must only contain the dist.ini and source
files but not the generated files like META.yml, README, etc. If you
use dh-dist-zilla, you can use "debian/rules get-orig-source" to
generate a conforming upstream tar ball if none is available yet.
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 Debian Perl packages directly
from a Dist::Zilla based Perl distributions without generating the
CPAN distribution tar-ball 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.yml, README, etc.
--- 233395 Thu Jan 1 00:00:00 1970
+++ 224558 Thu Jan 1 00:00:00 1970
@@ -1,14 +1,10 @@
debhelper add-on to call dzil build and clean up after the build
- dh-dist-zilla provides a debhelper sequence addon named 'dist_zilla',
- i.e. you can use it in your project's debian/rules as "dh $@ --with
- dist-zilla".
+ dh-dist-zilla provides a debhelper sequence addon named 'dist_zilla'.
.
The intention is to be able to build Debian Perl packages directly
from a Dist::Zilla based Perl distributions without generating the
CPAN distribution tar-ball manually first. It is analogous to using
autoreconf to generate the configure script.
.
- The orig.tar.gz/.xz file must only contain the dist.ini and source
+ The orig.tar.gz file must only contain the dist.ini and source files but not
- files but not the generated files like META.yml, README, etc. If you
+ the generated files like META.yml, README, etc.
- use dh-dist-zilla, you can use "debian/rules get-orig-source" to
- generate a conforming upstream tar ball if none is available yet.