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

[SCM] Debian package checker branch, master, updated. 1.24.2-70-gb5ad58f



The following commit has been merged in the master branch:
commit b5ad58f11c42dcf2dc2ca4ce33010b575e0064fe
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Tue Aug 5 00:01:45 2008 +0100

    close() filehandles we're no longer opening

diff --git a/checks/binaries b/checks/binaries
index 7832c20..f13959c 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -250,7 +250,6 @@ foreach my $file (keys %{$info->file_info}) {
 	}
     }
 }
-close(IN);
 
 # Find the package dependencies, which is used by various checks.
 my $depends = '';
diff --git a/checks/copyright-file b/checks/copyright-file
index ce0430a..15fab7f 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -132,7 +132,6 @@ foreach (keys %{$info->{index}}) {
     	last;
     }
 }
-close(IN);
 
 if (not $found) {
     tag "no-copyright-file", "";

-- 
Debian package checker


Reply to: