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

[SCM] Debian package checker branch, master, updated. 2.3.3-77-g2a75e35



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

    Make sure the file output for debian/ files is available
    
    The file-info collection script isn't run against the debian/ files
    unless it is a native package.
    
    This disables the EOL check for non-native packages until the
    collection scripts are modified.

diff --git a/checks/cruft b/checks/cruft
index f6b7224..e2a6248 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -149,7 +149,7 @@ for my $file (keys(%$file_info)) {
 }
 
 for my $file (@EOL_terminators_files) {
-    next unless -f "debfiles/$file";
+    next unless defined $file_info->{"debfiles/$file"};
 
     $file = "debian/$file";
 

-- 
Debian package checker


Reply to: