]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdeb
r564: * Still run potodebconf after warning about templates.ll files.
[debhelper.git] / dh_installdeb
index 1b363a9fd72607693e73371383ba9a5d687fa175..2cbdce30fdb9e1241d3650d8e30008e4a1e4119e 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-  dh_installdeb [debhelper options]
+B<dh_installdeb> [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
@@ -36,7 +36,7 @@ inserted. If the script does not exist, then a script is generated from
 the .debhelper file. The .debhelper files are created by other debhelper
 programs, such as L<dh_installmenu(1)>, and are shell script fragments.
 
-If DH_COMPAT is set to 3 or higher, all files in the etc/ directory in a
+In V3 compatability mode and higher, all files in the etc/ directory in a
 package will automatically be flagged as conffiles by this program, so
 there is no need to list them manually in package.conffiles.
 
@@ -60,7 +60,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        if (-f "debian/$ext$file.debhelper") {
                                # Add this into the script, where it has
                                # #DEBHELPER#
-                               # TODO: do internally, no perl fork?
                                complex_doit("perl -pe 's~#DEBHELPER#~qx{cat debian/$ext$file.debhelper}~eg' < $f > $tmp/DEBIAN/$file");
                        }
                        else {