summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
3 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 033cb7a5..e0318f78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (5.0.18) UNRELEASED; urgency=low
+
+ * Improved po4a cleaning. Closes: #348521
+
+ -- Joey Hess <joeyh@debian.org> Wed, 18 Jan 2006 16:12:13 -0500
+
debhelper (5.0.17) unstable; urgency=low
* dh_python: Temporarily revert change in 5.0.13 to make use of
diff --git a/debian/control b/debian/control
index 5ba37778..6f4d78f3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.6.2
-Build-Depends-Indep: po4a
+Build-Depends-Indep: po4a (>= 0.23)
Package: debhelper
Architecture: all
diff --git a/debian/rules b/debian/rules
index f0bf1880..611ed09f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,9 +65,7 @@ clean:
./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: