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

[SCM] Debian package checker branch, master, updated. 2.3.3-86-g2b2f7db



The following commit has been merged in the master branch:
commit 2b2f7db07c9b6ecd23ebcefef800e88886d6c3e4
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Mar 21 22:27:31 2010 -0600

    Fix the fix

diff --git a/checks/cruft b/checks/cruft
index e2a6248..34ab8d9 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -149,10 +149,11 @@ for my $file (keys(%$file_info)) {
 }
 
 for my $file (@EOL_terminators_files) {
-    next unless defined $file_info->{"debfiles/$file"};
-
     $file = "debian/$file";
 
+    next unless defined $file_info->{$file};
+
+
     tag "control-file-with-CRLF-EOLs", $file
 	if ($file_info->{$file} =~ m/\bCRLF\b/);
 }

-- 
Debian package checker


Reply to: