The following commit has been merged in the master branch:
commit 76c287aad5f62c4619e42d503fa4d3227099b849
Author: Russ Allbery <[email protected]>
Date: Mon Apr 22 16:05:06 2013 -0700
Remove some left-over po-debconf language team code
Forgot to clean up some left-over variables after my original
attempt.
diff --git a/checks/po-debconf b/checks/po-debconf
index 5663e2a..c93249f 100644
--- a/checks/po-debconf
+++ b/checks/po-debconf
@@ -145,11 +145,10 @@ while (defined(my $file=readdir($po_dirfd))) {
next if -l "$debfiles/po/$file" || ! -f "$debfiles/po/$file";
open(PO, '<', "$debfiles/po/$file")
or fail("Can't open debfiles/po/$file file.");
- my ($saw_msgstr, $saw_team);
+ my $saw_team;
while (<PO>) {
if (/Language\-Team:.*debian-i18n\@lists\.debian\.org/i) {
tag 'debconf-translation-using-general-list', $file;
- $saw_team = 1;
}
last if m/^msgstr/m;
}
--
Debian package checker
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]