summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorvperrin-guest <vperrin-guest>2006-02-22 15:14:39 +0000
committervperrin-guest <vperrin-guest>2006-02-22 15:14:39 +0000
commitd6cc1db4d09238ed419b8f5c61110b6a752972d7 (patch)
treec9885d0fb4f91d18618325a383f736b5e8405453 /debian/rules
parent3ec9d5a8a5114a476bbf20efa52348d81c9bc2a9 (diff)
r1880: * Update pot file and french translation with recent changes in the dh_installdebconf manpage
* Add -f option to force .pot file re-building. This is in waiting a patch, correcting a bug in po4a_0.23.1 * Add --rm-backups in clean: Otherwise ll.po~ are included in the source package. (see debhelper_5.0.22.tar.gz)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 611ed09f..96117701 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 man/po4a/po4a.cfg
+ po4a -f man/po4a/po4a.cfg
set -e; \
for lang in $(LANGS); do \
dir=man/$$lang; \
@@ -65,7 +65,7 @@ clean:
./run dh_testdir
./run dh_testroot
./run dh_clean *.1 *.7 *-stamp Debian/Debhelper/Dh_Version.pm
- po4a --rm-translations man/po4a/po4a.cfg
+ po4a --rm-translations --rm-backups man/po4a/po4a.cfg
test: version test-stamp
test-stamp: