summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-09-15 08:27:15 +0000
committerColin Watson <cjwatson@debian.org>2005-09-15 08:27:15 +0000
commita7510c82249a16b105edd72eb29bc89fad4168b0 (patch)
tree8cca71eb08866278275a45385cd35dbf27c6b6a4 /debian/rules
parent74a432c0606a6068342ece4d5f51cf90f7b4e339 (diff)
* Explicitly tell po2debconf to use the 'popular' output encoding, so that
the woody-compatibility hack works even with po-debconf 0.9.0.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 74c39731e..43868d52c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -116,7 +116,7 @@ ifeq ($(PO2DEBCONF),yes)
116 # on a system with po-debconf installed (conveniently debhelper (>= 116 # on a system with po-debconf installed (conveniently debhelper (>=
117 # 4.1.16) depends on it), the binary-arch target will generate a 117 # 4.1.16) depends on it), the binary-arch target will generate a
118 # better version for sarge. 118 # better version for sarge.
119 echo 1 > debian/po/output 119 echo '1 popular' > debian/po/output
120 po2debconf debian/openssh-server.templates.master > debian/openssh-server.templates 120 po2debconf debian/openssh-server.templates.master > debian/openssh-server.templates
121 rm -f debian/po/output 121 rm -f debian/po/output
122endif 122endif