summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f809e8bd..056ff7e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+debhelper (5.0.31) UNRELEASED; urgency=low
+
+ [ Valery Perrin ]
+ * Update french translation with recents changes in dh_installxfonts,
+ dh_link and dh_compress manpages
+ * Delete -f option in po4a command line. Bug in po4a has been corrected in
+ new version (0.24.1).
+ * Change build-depends for po4a. New version (0.24.1).
+ * Add code for removing empty "lang" directories into man/ when cleaning.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 14 Apr 2006 11:04:23 +0200
+
debhelper (5.0.30) unstable; urgency=low
* Convert the "I have no packages to build" error into a warning. Am I
diff --git a/debian/control b/debian/control
index 83281261..f1a9b2d5 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 (>= 0.23)
+Build-Depends-Indep: po4a (>= 0.24)
Package: debhelper
Architecture: all
diff --git a/debian/rules b/debian/rules
index 62ed0657..7b3a02b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ build-stamp:
cat debhelper.pod | \
$(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` | \
$(POD2MAN) --name="debhelper" --section=7 > debhelper.7
- po4a -f man/po4a/po4a.cfg
+ po4a man/po4a/po4a.cfg
set -e; \
for lang in $(LANGS); do \
dir=man/$$lang; \
@@ -66,6 +66,9 @@ clean:
./run dh_testroot
./run dh_clean *.1 *.7 *-stamp Debian/Debhelper/Dh_Version.pm
po4a --rm-translations --rm-backups man/po4a/po4a.cfg
+ for lang in $(LANGS); do \
+ rmdir man/$$lang; \
+ done;
test: version test-stamp
test-stamp: