The following commit has been merged in the master branch:
commit 92abd9e5fa90923942c45dc20660d058096aa1ed
Author: Stephane Glondu <[email protected]>
Date:   Wed Nov 4 09:41:07 2009 +0100

    Do not issue patch-system-but-no-source-readme with quilt format

diff --git a/checks/patch-systems b/checks/patch-systems
index 8fde4dd..0a29cce 100644
--- a/checks/patch-systems
+++ b/checks/patch-systems
@@ -167,7 +167,7 @@ sub run {
        }
 
        #----- look for README.source
-       if ($uses_patch_system && ! -f 'debfiles/README.source') {
+       if ($uses_patch_system && ! $quilt_format && ! -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