The following commit has been merged in the master branch:
commit 8b391e168bf613bf618e253883039f87f94ed8ad
Author: Niels Thykier <[email protected]>
Date:   Sun Jul 22 20:47:08 2012 +0200

    c/md5sums: Correct path to the computed md5sums data file
    
    Signed-off-by: Niels Thykier <[email protected]>

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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to