summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
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 {