]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
Merge branch 'buildsystems'
[debhelper.git] / dh_builddeb
index 8c3930fb7c5dd4f7b8c2cac5a3f06b8b21617f75..45713fd946a64af09c61e78914b1ddbcad4edde4 100755 (executable)
@@ -43,7 +43,10 @@ package.
 
 =cut
 
-init();
+init(options => {
+       "filename=s" => \$dh{FILENAME},
+       "destdir=s" => \$dh{DESTDIR},
+});
 
 # Set the default destination directory.
 if (! defined $dh{DESTDIR}) {