[Po4a-commits] "po4a Build.PL,1.33,1.34 changelog,1.333,1.334"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Mar 18 19:03:29 UTC 2008


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

Modified Files:
	Build.PL changelog 
Log Message:
Update the PO files with --previous.
This requires gettext 0.16.


Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Build.PL	17 Mar 2008 01:55:57 -0000	1.33
+++ Build.PL	18 Mar 2008 19:03:26 -0000	1.34
@@ -63,7 +63,7 @@
 
 		unless ($self->up_to_date("po/bin/po4a.pot","po/bin/$lang.po")) {
 		    print "XX Sync po/bin/$lang.po: ";
-		    system("msgmerge po/bin/$lang.po po/bin/po4a.pot -o po/bin/$lang.po.new") && die;
+		    system("msgmerge --previous po/bin/$lang.po po/bin/po4a.pot -o po/bin/$lang.po.new") && die;
 		    # Typically all that changes was a date. I'd
 		    # prefer not to cvs commit such changes, so
 		    # detect and ignore them.
@@ -87,7 +87,7 @@
 
 	}
 	sub ACTION_manpo {
-	    system("PERL5LIB=lib perl po4a --no-translations po/pod.cfg")
+	    system("PERL5LIB=lib perl po4a --previous --no-translations po/pod.cfg")
 		and die;
 	}
 	sub ACTION_man {
@@ -98,7 +98,7 @@
 	    # Translate binaries manpages
 	    my $parser = Pod::Man->new ();
 
-	    system("PERL5LIB=lib perl po4a po/pod.cfg") and die;
+	    system("PERL5LIB=lib perl po4a --previous po/pod.cfg") and die;
 	    system("mkdir -p blib/man/man7") and die;
 	    system("mkdir -p blib/man/man1") and die;
 	    system("cp doc/po4a.7.pod blib/man/man7") and die;

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -d -r1.333 -r1.334
--- changelog	18 Mar 2008 18:47:48 -0000	1.333
+++ changelog	18 Mar 2008 19:03:26 -0000	1.334
@@ -1,3 +1,7 @@
+2008-03-17  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* Build.PL: Update the PO files with --previous.
+
 2008-03-18  Nozomu KURASAWA  <nabetaro at caldron.jp>
 
 	* po/bin/ja.po, po/pod/ja.po, po/www/ja.po, doc/addendum.ja,




More information about the Po4a-commits mailing list