[Po4a-commits] "po4a/debian changelog,1.278,1.279 rules,1.33,1.34"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Tue Jun 13 22:32:26 UTC 2006
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv31661/debian
Modified Files:
changelog rules
Log Message:
Replace the c with cedilla by \[,c] in the man page.
Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- rules 14 Apr 2006 18:24:35 -0000 1.33
+++ rules 13 Jun 2006 22:32:24 -0000 1.34
@@ -48,6 +48,10 @@
# $(PERL) Build test
$(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; \
+ done
+
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- changelog 12 Jun 2006 19:23:48 -0000 1.278
+++ changelog 13 Jun 2006 22:32:24 -0000 1.279
@@ -7,6 +7,7 @@
* bump Standards-Version. No changes needed.
* move debhelper to Build-Depends, even if no architecture-dependent
packages are built, because it is run in the clean target.
+ * Replace the c with cedilla by \[,c] (fix some lintian warnings)
-- Martin Quinson <mquinson at debian.org> Fri, 14 Apr 2006 20:17:24 +0200
More information about the Po4a-commits
mailing list