[Po4a-devel] Re: [Po4a-commits] "po4a/debian changelog, 1.278, 1.279 rules, 1.33, 1.34"

Nicolas François nicolas.francois at centraliens.net
Tue Jun 13 23:20:22 UTC 2006


Hello,

To convert the c with cedilla, I had to do it in debian/rules because I
did not understand how I can find where the files are installed.

If somebody has a better understanding of the installation procedure, I
think the convertion should be done in Build.PL.


On Tue, Jun 13, 2006 at 10:32:26PM +0000, nekral-guest wrote:
> 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
> 

Kind Regards,
-- 
Nekral



More information about the Po4a-devel mailing list