summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
authorjoey <joey>2002-11-15 20:36:06 +0000
committerjoey <joey>2002-11-15 20:36:06 +0000
commitaa763af651938c335925cf97054c5411cc489625 (patch)
treee66772b90d89d0007f94da5197ff294e4225f0d1 /dh_installdeb
parent7bf320dd5c5f4995c4a03d3c14c8d70d5443480e (diff)
r564: * Still run potodebconf after warning about templates.ll files.
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb1
1 files changed, 0 insertions, 1 deletions
diff --git a/dh_installdeb b/dh_installdeb
index 69c66ddc..2cbdce30 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -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 {