SVN devscripts commit: r571 - in trunk: debian po4a

Adam D. Barratt adam-guest at alioth.debian.org
Sat Mar 17 21:13:45 CET 2007


Author: adam-guest
Date: 2007-03-17 20:13:45 +0000 (Sat, 17 Mar 2007)
New Revision: 571

Modified:
   trunk/debian/changelog
   trunk/po4a/devscripts-po4a.conf
Log:
Fix encoding of French manpages (Closes: #415240)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-03-17 20:10:10 UTC (rev 570)
+++ trunk/debian/changelog	2007-03-17 20:13:45 UTC (rev 571)
@@ -2,8 +2,9 @@
 
   * scripts/Makefile: Override make's default .sh rule so that the package
     version string actually gets written to the scripts
+  * Fix encoding of French manpages (Closes: #415240)
 
- -- Adam D. Barratt <debian-bts at adam-barratt.org.uk>  Sat, 17 Mar 2007 20:08:14 +0000
+ -- Adam D. Barratt <debian-bts at adam-barratt.org.uk>  Sat, 17 Mar 2007 20:13:00 +0000
 
 devscripts (2.10.1) unstable; urgency=low
 

Modified: trunk/po4a/devscripts-po4a.conf
===================================================================
--- trunk/po4a/devscripts-po4a.conf	2007-03-17 20:10:10 UTC (rev 570)
+++ trunk/po4a/devscripts-po4a.conf	2007-03-17 20:13:45 UTC (rev 571)
@@ -2,6 +2,11 @@
 [po4a_paths] po/devscripts.pot \
 	fr:po/fr.po
 
+# Force French manpages to iso-8859-1 (#415240)
+[po4a_alias:man] man opt_fr:"-L iso-8859-1"
+[po4a_alias:pod] pod opt_fr:"-L iso-8859-1"
+[po4a_alias:docbook] docbook opt_fr:"-L iso-8859-1"
+
 # Then list the documents to translate, their format, their translations
 # (as well as the addendums to apply to the translations)
 [type:man] ../scripts/annotate-output.1 \




More information about the Devscripts-devel mailing list