]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_install
Only enable executable config files in v9. The quality of file permissions in debian...
[debhelper.git] / dh_install
index 1748fc23fbeeec6a630ea1b7a07d90b18cfaf9f2..e69ab7e8dc2848a65dedc20d5179e0fb62595a8f 100755 (executable)
@@ -85,7 +85,6 @@ Look in the specified directory for files to be installed.
 Note that this is not the same as the B<--sourcedirectory> option used
 by the B<dh_auto_>I<*> commands. You rarely need to use this option, since
 B<dh_install> automatically looks for files in F<debian/tmp> in debhelper
-
 compatibility level 7 and above.
 
 =item B<--autodest>
@@ -138,7 +137,7 @@ foreach my $package (getpackages()) {
 
        my @install;
        if ($file) {
-               @install=filedoublearray($file); # no globbing yet
+               @install=filedoublearray($file); # no globbing here; done below
        }
        
        if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {