dh_dist_zilla_origtar
debhelper add-on to call dzil build and clean up after the build
Install
- All systems
-
curl cmd.cat/dh_dist_zilla_origtar.sh
- Debian
-
apt-get install dh-dist-zilla
- Ubuntu
-
apt-get install dh-dist-zilla
- Kali Linux
-
apt-get install dh-dist-zilla
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-dist-zilla
- Raspbian
-
apt-get install dh-dist-zilla
- Dockerfile
- dockerfile.run/dh_dist_zilla_origtar
dh-dist-zilla
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.