From: joey Date: Fri, 15 Nov 2002 20:36:06 +0000 (+0000) Subject: r564: * Still run potodebconf after warning about templates.ll files. X-Git-Tag: version_2.0.101~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aa763af651938c335925cf97054c5411cc489625;p=debhelper.git r564: * Still run potodebconf after warning about templates.ll files. --- diff --git a/debian/changelog b/debian/changelog index fa04e3a..74a730d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.1.23) unstable; urgency=low + + * Still run potodebconf after warning about templates.ll files. + + -- Joey Hess Fri, 15 Nov 2002 15:33:31 -0500 + debhelper (4.1.22) unstable; urgency=low * dh_install: Support autodest with non-debian/tmp sourcedirs. diff --git a/dh_installdeb b/dh_installdeb index 69c66dd..2cbdce3 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 { diff --git a/dh_installdebconf b/dh_installdebconf index b11ca7d..2e22474 100755 --- a/dh_installdebconf +++ b/dh_installdebconf @@ -97,9 +97,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (@trans) { warning "ignoring debian/templates.ll files in favour of debian/po directory"; } - else { - complex_doit("po2debconf @extraparams $templates > $tmp/DEBIAN/templates"); - } + complex_doit("po2debconf @extraparams $templates > $tmp/DEBIAN/templates"); } elsif (@trans) { complex_doit("debconf-mergetemplate --drop-old-templates @extraparams @trans $templates > $tmp/DEBIAN/templates");