[Po4a-commits] "po4a/debian changelog, 1.312, 1.313 rules, 1.36, 1.37"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Aug 15 20:52:27 UTC 2007


Update of /cvsroot/po4a/po4a/debian
In directory alioth:/tmp/cvs-serv31342/debian

Modified Files:
	changelog rules 
Log Message:
Recode the UTF-8 manpages to groff characters.
(Needed for the Xhtml manpage)


Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- rules	4 Aug 2007 21:38:59 -0000	1.36
+++ rules	15 Aug 2007 20:52:25 -0000	1.37
@@ -49,7 +49,8 @@
 	$(PERL) Build install destdir=$(DESTDIR)
 
 	for man in $(DESTDIR)/usr/share/man/man3/*.3pm; do \
-	    sed -i -e 's/ç/\\[,c]/g;s/Ç/\\[,C]/g' $$man; \
+	    sed -i -e "s/ç/\\[,c]/g;s/Ç/\\[,C]/g" \
+	           -e "s/ü/\\[:u]/g;s/é/\\['e]/g" $$man; \
 	done
 
 # Build architecture-independent files here.

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- changelog	15 Aug 2007 20:09:01 -0000	1.312
+++ changelog	15 Aug 2007 20:52:25 -0000	1.313
@@ -18,6 +18,7 @@
     - New xml module's option: includeexternal. Closes: #425531
   * debian/rules: Removed commented debhelper calls.
   * debian/rules: Distribute upstream NEWS file.
+  * debian/rules: Recode ü and é to groff characters in the English manpages.
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Wed, 15 Aug 2007 22:07:48 +0200
 




More information about the Po4a-commits mailing list