[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.12-37-ge69188c



The following commit has been merged in the master branch:
commit 5c78e92234f1bc3d1fdac3010193f4051aecb86f
Author: Russ Allbery <rra@debian.org>
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


Reply to: