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

[SCM] Debian package checker branch, master, updated. 2.5.11-242-gf686266



The following commit has been merged in the master branch:
commit b1b54868a19873a766fc130e5b1140d274413757
Author: Jakub Wilk <jwilk@debian.org>
Date:   Thu Apr 11 23:53:05 2013 +0200

    c/debhelper: Assume python helpers are used within variables
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/debhelper b/checks/debhelper
index 6b52d91..d3d54d0 100644
--- a/checks/debhelper
+++ b/checks/debhelper
@@ -182,6 +182,11 @@ while (<RULES>) {
                 }
             }
         }
+        if (m,\$[({]\w,) {
+            # the variable could contain any add-ons
+            $seen_python_helper = 1;
+            $seen_python3_helper = 1;
+        }
         if ($seen_python_helper == 0) {
             $seen_python_helper = -1; # maybe; we'll check that later
         }
diff --git a/debian/changelog b/debian/changelog
index a0779c9..7871a1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,9 @@ lintian (2.5.12) UNRELEASED; urgency=low
     + [NT] Correct description of an autotools tag.  Thanks
       to Alberto Garcia and Timo Juhani Lindfors for the
       report and patch.  (Closes: #703490)
+  * checks/debhelper:
+    + [JW] Assume the proper python helpers are called if a
+      (Makefile) variable is used.  (Closes: #659335)
   * checks/description:
     + [NT] Ignore "extended-description-is-probably-too-short"
       for metapackages.  Thanks to Axel Beckert for the

-- 
Debian package checker


Reply to: