Codebase list dh-dist-zilla / 66ca93ec-bf33-461f-8631-1cc5b66692c8/main dh_dzil_build
66ca93ec-bf33-461f-8631-1cc5b66692c8/main

Tree @66ca93ec-bf33-461f-8631-1cc5b66692c8/main (Download .tar.gz)

dh_dzil_build @66ca93ec-bf33-461f-8631-1cc5b66692c8/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>