Codebase list dh-dist-zilla / 2d900ad2-ab9a-4d39-91c8-ed66d025c412/main dh_dzil_build
2d900ad2-ab9a-4d39-91c8-ed66d025c412/main

Tree @2d900ad2-ab9a-4d39-91c8-ed66d025c412/main (Download .tar.gz)

dh_dzil_build @2d900ad2-ab9a-4d39-91c8-ed66d025c412/mainraw · history · blame

#!/usr/bin/perl

use strict;
use warnings;

use Debian::Debhelper::Dh_Lib;
init();

doit(qw(dzil build --in .build/debian-build), @ARGV);

=head1 NAME

dh_dzil_build - debhelper add-on to run "dzil build"

=head1 OPTIONS

Options before C<--> are used by debhelper.  Options after C<--> are passed on to C<dzil build>.

=head1 SEE ALSO

L<debhelper(7)>, L<dh-dist-zilla(7)>

=head1 AUTHOR

Elmar Heeb <elmar@heebs.ch> and Axel Beckert <abe@debian.org>