The following commit has been merged in the master branch:
commit 5c78e92234f1bc3d1fdac3010193f4051aecb86f
Author: Russ Allbery <[email protected]>
Date: Mon Apr 22 16:09:29 2013 -0700
Clean up more unneeded code in po-debconf check
diff --git a/checks/po-debconf b/checks/po-debconf
index c93249f..e8d13ba 100644
--- a/checks/po-debconf
+++ b/checks/po-debconf
@@ -145,7 +145,6 @@ 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_team;
while (<PO>) {
if (/Language\-Team:.*debian-i18n\@lists\.debian\.org/i) {
tag 'debconf-translation-using-general-list', $file;
--
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]