diff options
author | joey <joey> | 2002-11-15 20:36:06 +0000 |
---|---|---|
committer | joey <joey> | 2002-11-15 20:36:06 +0000 |
commit | aa763af651938c335925cf97054c5411cc489625 (patch) | |
tree | e66772b90d89d0007f94da5197ff294e4225f0d1 /dh_installdebconf | |
parent | 7bf320dd5c5f4995c4a03d3c14c8d70d5443480e (diff) | |
download | debhelper-aa763af651938c335925cf97054c5411cc489625.tar.gz |
r564: * Still run potodebconf after warning about templates.ll files.
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-x | dh_installdebconf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installdebconf b/dh_installdebconf index b11ca7d8..2e22474d 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"); |