[Po4a-commits] "po4a changelog, 1.463, 1.464 po4a, 1.85, 1.86 po4a-normalize, 1.30, 1.31 po4a-gettextize, 1.37, 1.38 po4a-translate, 1.40, 1.41 po4a-updatepo, 1.43, 1.44"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Mar 7 12:33:13 UTC 2009
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv2539
Modified Files:
changelog po4a po4a-normalize po4a-gettextize po4a-translate
po4a-updatepo
Log Message:
* po4a, po4a-gettextize, po4a-normalize, po4a-translate,
po4a-updatepo, scripts/msgsearch, scripts/msguntypot: DO not use
the hardcoded /usr/bin/perl. Just use perl from the PATH.
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -d -r1.463 -r1.464
--- changelog 7 Mar 2009 12:22:35 -0000 1.463
+++ changelog 7 Mar 2009 12:33:10 -0000 1.464
@@ -1,5 +1,11 @@
2009-03-07 Nicolas François <nicolas.francois at centraliens.net>
+ * po4a, po4a-gettextize, po4a-normalize, po4a-translate,
+ po4a-updatepo, scripts/msgsearch, scripts/msguntypot: DO not use
+ the hardcoded /usr/bin/perl. Just use perl from the PATH.
+
+2009-03-07 Nicolas François <nicolas.francois at centraliens.net>
+
* scripts/msguntypot: Do not include Locale::gettext directly. Use
Locale::Po4a::Common instead.
Index: po4a-updatepo
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-updatepo,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- po4a-updatepo 6 May 2007 23:42:05 -0000 1.43
+++ po4a-updatepo 7 Mar 2009 12:33:10 -0000 1.44
@@ -1,5 +1,5 @@
-#! /usr/bin/perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+#! /usr/bin/env perl
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# pod-updatepo -- Update the po translation of POD data.
Index: po4a-translate
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-translate,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- po4a-translate 22 Sep 2005 21:51:49 -0000 1.40
+++ po4a-translate 7 Mar 2009 12:33:10 -0000 1.41
@@ -1,5 +1,5 @@
-#! /usr/bin/perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+#! /usr/bin/env perl
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# po4a-translate -- translate doc files using a message catalog(ie, po file)
Index: po4a-normalize
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-normalize,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- po4a-normalize 4 Oct 2008 17:56:46 -0000 1.30
+++ po4a-normalize 7 Mar 2009 12:33:10 -0000 1.31
@@ -1,5 +1,5 @@
-#! /usr/bin/perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+#! /usr/bin/env perl
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# po4a-normalize -- normalize documentation files
Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- po4a 22 Feb 2009 10:17:24 -0000 1.85
+++ po4a 7 Mar 2009 12:33:10 -0000 1.86
@@ -1,5 +1,5 @@
-#! /usr/bin/perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+#! /usr/bin/env perl
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# po4a -- Update both the po files and translated documents in one shoot
Index: po4a-gettextize
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-gettextize,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- po4a-gettextize 7 Oct 2006 21:15:10 -0000 1.37
+++ po4a-gettextize 7 Mar 2009 12:33:10 -0000 1.38
@@ -1,5 +1,5 @@
-#! /usr/bin/perl
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+#! /usr/bin/env perl
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# po4a-gettextize -- Convert an original file to a po file
More information about the Po4a-commits
mailing list