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

[SCM] Debian package checker branch, master, updated. 2.5.10-74-g8b391e1



The following commit has been merged in the master branch:
commit 8b391e168bf613bf618e253883039f87f94ed8ad
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jul 22 20:47:08 2012 +0200

    c/md5sums: Correct path to the computed md5sums data file
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/md5sums b/checks/md5sums
index 6011e79..94b571e 100644
--- a/checks/md5sums
+++ b/checks/md5sums
@@ -51,7 +51,7 @@ if (-f $info->control('conffiles')) {
 # Is there a md5sums control file?
 unless (-f $control) {
     # ignore if package contains no files
-    return 0 if -z 'md5sums';
+    return 0 if -z $info->lab_data_path ('md5sums');
 
     # check if package contains non-conffiles
     # debhelper doesn't create entries in md5sums

-- 
Debian package checker


Reply to: