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

[SCM] Debian package checker branch, master, updated. 1.24.4-97-g32df205



The following commit has been merged in the master branch:
commit b8b07f9ae4aa67f6ee682c4cfa4fb248cb01304c
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Wed Sep 3 04:14:27 2008 +0200

    checks/scripts: Add . and + to regex for command-with-path-in-maintainer-script
    
    Based on a patch from Raphael Geissert.

diff --git a/checks/scripts b/checks/scripts
index 899a2fa..8705034 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -736,7 +736,7 @@ while (<SCRIPTS>) {
 		    tag "maintainer-script-modifies-inetd-conf", "$file:$."
 			unless Dep::implies($deps{provides}, Dep::parse('inet-superserver'));
 		}
-		if (m,^$LEADIN(/(usr/)?s?bin/[\w-]+),) {
+		if (m,^$LEADIN(/(usr/)?s?bin/[\w.+-]+),) {
 		    tag "command-with-path-in-maintainer-script", "$file:$. $1";
 		}
 
diff --git a/debian/changelog b/debian/changelog
index b878dfd..d13eaf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,8 @@ lintian (2.0.0~rc1) experimental; urgency=low
       Raphael Geissert.
     + [FL] Update lists of available interpreter versions (remove: jruby1.1,
       pike7.7, php4, octave2.9, add: tcl8.6, tk8.6).  (Closes: #485954)
+    + [FL] Add . and + to regex for command-with-path-in-maintainer-script.
+      Based on a patch from Raphael Geissert.
 
   * frontend/lintian:
     + [RA] Ensure we close the pipe to lintian-info before exiting, since

-- 
Debian package checker


Reply to: