Package: debhelper
Version: 5.0.16
Severity: minor
Tags: patch l10n

Hi,

To have up-to-date po files in the source package, you need to run po4a
at clean time.
Since version 0.23, po4a allows you to use the --rm-translations option,
which updates the po files and removes the generated manpages.
Therefore, I suggest you to apply the two attached patches (for
debian/rules and debian/control).

Cheers,

-- 
Thomas Huriaux
--- control     2006-01-04 02:18:21.000000000 +0100
+++ control.new 2006-01-17 15:29:33.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Joey Hess <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2
-Build-Depends-Indep: po4a
+Build-Depends-Indep: po4a (>= 0.23)
 
 Package: debhelper
 Architecture: all
--- rules       2006-01-04 02:18:21.000000000 +0100
+++ rules.new   2006-01-17 15:29:28.000000000 +0100
@@ -65,9 +65,7 @@
        ./run dh_testdir
        ./run dh_testroot
        ./run dh_clean *.1 *.7 *-stamp Debian/Debhelper/Dh_Version.pm
-       for lang in $(LANGS); do \
-               rm -rf man/$$lang; \
-       done;
+       po4a --rm-translations man/po4a/po4a.cfg
 
 test: version test-stamp
 test-stamp:

Attachment: signature.asc
Description: Digital signature

Reply via email to