[Po4a-commits] "po-debconf podebconf-report-po,1.54,1.55"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu May 8 21:59:47 UTC 2008


Update of /cvsroot/po4a/po-debconf
In directory alioth:/tmp/cvs-serv10044

Modified Files:
	podebconf-report-po 
Log Message:
Fix some typos and inconsistencies in the templates.


Index: podebconf-report-po
===================================================================
RCS file: /cvsroot/po4a/po-debconf/podebconf-report-po,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- podebconf-report-po	8 May 2008 21:25:01 -0000	1.54
+++ podebconf-report-po	8 May 2008 21:59:43 -0000	1.55
@@ -75,7 +75,8 @@
 my $NO_SUMMARY;
 my $FROM_ARG;
 my $BTS_ARG = "";
-my $DEADLINE_ARG = "";
+my $DEADLINE_ARG;
+my $NO_DEADLINE;
 my $PODIR_ARG = "";
 my $GZIP_ARG;
 my $NO_GZIP;
@@ -483,12 +484,13 @@
 	my $cmd = "LC_ALL=C date -R -d \"$DEADLINE_ARG\"";
 	$DEADLINE_ARG = qx/$cmd/;
 	if ($? != 0) {
-		die "failed to execute '$cmd': $!.")
+		die "podebconf-report-po: failed to execute '$cmd': $!.\n";
 	}
+	chomp $DEADLINE_ARG;
 }
 
 if ($DEADLINE_ARG ne "") {
-	$DEADLINE_ARG = "\nThe deadline for receiving the updated translation is $DEADLINE_ARG.";
+	$DEADLINE_ARG = "\nThe deadline for receiving the updated translation is\n$DEADLINE_ARG.";
 }
 
 my $REPLY = '';




More information about the Po4a-commits mailing list