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

[SCM] Debian package checker branch, master, updated. 2.2.13-9-gdd25e18



The following commit has been merged in the master branch:
commit fb524768e4699663a11e14c8af76dccd2287a852
Author: Jonathan Yu <frequency@cpan.org>
Date:   Fri Jul 24 19:43:10 2009 -0700

    Check for a missing README.source when a patch system is used

diff --git a/checks/patch-systems b/checks/patch-systems
index b92511c..83f6929 100644
--- a/checks/patch-systems
+++ b/checks/patch-systems
@@ -166,6 +166,10 @@ sub run {
 		}
 	}
 
+	#----- look for README.source
+	if ($uses_patch_system && ! -f 'debian/README.source') {
+		tag "patch-system-but-no-source-readme";
+	}
 
 	#----- general cruft checking:
 	if ($uses_patch_system > 1) {

-- 
Debian package checker


Reply to: