Package: reportbug Version: 3.30 Severity: wishlist Hi,
po4a is a tool that allows translators to work on PO files even for documentation, and that allow maintainers to integrate these PO translations in the build system so that translations are always up-to-date, as it uses English strings if the translation is outdated. You will find attached two files: - po4a.tar.gz is to uncompress in your root directory. It contains the needed files for po4a as well as a fully updated translation (thanks to Sylvain Cherrier) - debian.diff is for the needed changes in the debian directory. If you have any questions, do not hesitate to ask me. Cheers, -- Thomas Huriaux
diff -ur debian.orig/control debian/control
--- debian.orig/control 2006-10-11 21:36:30.000000000 +0200
+++ debian/control 2006-10-11 21:35:07.000000000 +0200
@@ -3,7 +3,7 @@
Priority: standard
Maintainer: Chris Lawrence <[EMAIL PROTECTED]>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.37.2), python-central (>= 0.5)
+Build-Depends: debhelper (>= 5.0.37.2), python-central (>= 0.5), po4a (>= 0.23)
Build-Depends-Indep: python-dev
XS-Python-Version: current
diff -ur debian.orig/rules debian/rules
--- debian.orig/rules 2006-10-11 21:36:30.000000000 +0200
+++ debian/rules 2006-10-11 21:27:56.000000000 +0200
@@ -13,6 +13,7 @@
# Add here commands to compile the package.
echo 'No make needed.'
+ po4a po4a/po4a.cfg
touch build-stamp
@@ -23,6 +24,7 @@
# Add here commands to clean up after the build process.
rm -rf `find . -name '*~' -o -name '.#*' -o -name '*.orig' -o -name
'*.rej' -o -name '*.py[co]'` test sed-script
+ po4a --rm-translations po4a/po4a.cfg
dh_clean
@@ -68,7 +70,7 @@
# dh_installemacsen
# dh_installinit
dh_installcron
- dh_installman querybts.1 reportbug.1 reportbug.fr.1 reportbug.ja.1
+ dh_installman querybts.1 reportbug.1 reportbug.fr.1 querybts.fr.1
reportbug.ja.1
# dh_undocumented
dh_installchangelogs
dh_link
po4a.tar.gz
Description: Binary data
signature.asc
Description: Digital signature

