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

[lintian] 01/01: c/debhelper: Add build system for dhmk



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit a036a3c9f276b3c40f4ca31045dfc5baf56bdcd5
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jul 31 15:15:51 2016 +0000

    c/debhelper: Add build system for dhmk
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/debhelper.pm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/checks/debhelper.pm b/checks/debhelper.pm
index 5ffac1b..3883033 100644
--- a/checks/debhelper.pm
+++ b/checks/debhelper.pm
@@ -201,7 +201,6 @@ sub run {
               ^include \s+
                  /usr/share/(?:
                    dh-php/pkg-pecl\.mk
-                  |pkg-kde-tool/qt-kde-team/\d+/debian-qt-kde\.mk
                   |blends-dev/rules
                  )
               }xsm
@@ -209,6 +208,14 @@ sub run {
             # All of these indirectly use dh.
             $build_systems{'dh'} = 1;
             delete($build_systems{'debhelper'});
+        } elsif (
+            m{
+              ^include \s+
+                 /usr/share/pkg-kde-tool/qt-kde-team/\d+/debian-qt-kde\.mk
+              }xsm
+          ) {
+            $build_systems{'dhmk'} = 1;
+            delete($build_systems{'debhelper'});
         }
     }
     close($rules_fd);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: