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

[SCM] Debian package checker branch, master, updated. 2.2.13-25-g16abafa



The following commit has been merged in the master branch:
commit 16abafa7ff615e04c505ca9f6d59190ab6aca0fa
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
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


Reply to: