[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.4-22-g67e6299

Modestas Vainius modax at alioth.debian.org
Wed Mar 30 21:52:49 UTC 2011


The following commit has been merged in the master branch:
commit 950450d3504ba0cbdef687f93c239e29e3a138cd
Author: Modestas Vainius <modax at debian.org>
Date:   Thu Mar 31 00:29:09 2011 +0300

    Switch debian/rules engine to home-grown dhmk.
    
    Switch debian/rules engine to home-grown dhmk. This might help to detect
    regressions and might ease testing and development process.
---
 debian/changelog |    2 ++
 debian/rules     |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf178dd..0136f41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ pkg-kde-tools (0.12.0~pre7) UNRELEASED; urgency=low
     dh_auto_build is executed when build* targets are run, not binary*.
   * Rename 'overriden_command' to 'overridden_command' (which is correct
     spelling). But keep 'overriden_command' as an alias for now.
+  * Switch debian/rules engine to home-grown dhmk. This might help to
+    detect regressions and might ease testing and development process.
 
  -- Modestas Vainius <modax at debian.org>  Wed, 30 Mar 2011 16:32:12 +0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..aef1fcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,3 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@
+include qt-kde-team/2/dhmk.mk

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list