]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
use Dh_Lib write_log
[debhelper.git] / dh_builddeb
index 466b248bf82b58ad9d989409e7e586b61541bd2e..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}) {
@@ -64,7 +66,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        complex_doit("find $tmp $dh{EXCLUDE_FIND} | xargs rm -rf");
                }
                else {
-                       # Old broken code here for compatability. Does not
+                       # Old broken code here for compatibility. Does not
                        # remove everything.
                        complex_doit("find $tmp -name $_ | xargs rm -rf")
                                foreach split(":", $ENV{DH_ALWAYS_EXCLUDE});