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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-4-g3b17f7c



The following commit has been merged in the master branch:
commit 3b17f7cb455700051637c048179711a97696e893
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 8 12:53:23 2011 +0200

    Made the diff-contains-substvars regex a bit stricter

diff --git a/checks/cruft b/checks/cruft
index 5f8e2f5..dd35595 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -275,7 +275,7 @@ sub check_debfiles {
     }
 
     # Additional special checks only for the diff, not the full source.
-    if ($name =~ m@(?:.+\.)?substvars$@) {
+    if ($name =~ m@^(?:.+\.)?substvars$@o) {
         tag 'diff-contains-substvars', "debian/$name";
     }
 }

-- 
Debian package checker


Reply to: