The following commit has been merged in the master branch:
commit 16abafa7ff615e04c505ca9f6d59190ab6aca0fa
Author: Adam D. Barratt <[email protected]>
Date:   Sat Jul 25 15:26:26 2009 +0100

    Fix patch-system-but-no-source-readme to look in debfiles/
    
    When attempting to locate a README.source file, the debian/ directory of
    the source package will be in debfiles/; fix 
patch-system-but-no-source-readme
    to look there instead of debian/.

diff --git a/checks/patch-systems b/checks/patch-systems
index 83f6929..8fde4dd 100644
--- a/checks/patch-systems
+++ b/checks/patch-systems
@@ -167,7 +167,7 @@ sub run {
        }
 
        #----- look for README.source
-       if ($uses_patch_system && ! -f 'debian/README.source') {
+       if ($uses_patch_system && ! -f 'debfiles/README.source') {
                tag "patch-system-but-no-source-readme";
        }
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to