]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
support unlimited parallel jobs
[debhelper.git] / dh_builddeb
index 1de8aae24678201c447e8925c2bcb14a60966dfc..3547649ba481a90c52261a35b8dc0045312f9f47 100755 (executable)
@@ -15,7 +15,7 @@ B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--filena
 
 =head1 DESCRIPTION
 
-dh_builddeb simply calls L<dpkg-deb(8)> to build a debian package or
+dh_builddeb simply calls L<dpkg-deb(1)> to build a debian package or
 packages.
 
 =head1 OPTIONS
@@ -45,6 +45,7 @@ package.
 
 init(options => {
        "filename=s" => \$dh{FILENAME},
+       "destdir=s" => \$dh{DESTDIR},
 });
 
 # Set the default destination directory.