]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
Move many command-specific options to only be accepted by the command that uses them.
[debhelper.git] / dh_builddeb
index 8c3930fb7c5dd4f7b8c2cac5a3f06b8b21617f75..1de8aae24678201c447e8925c2bcb14a60966dfc 100755 (executable)
@@ -43,7 +43,9 @@ package.
 
 =cut
 
-init();
+init(options => {
+       "filename=s" => \$dh{FILENAME},
+});
 
 # Set the default destination directory.
 if (! defined $dh{DESTDIR}) {