[SCM] kchildlock packaging branch, master, updated. upstream/0.90.4.2-5-g3e04e6f

Howard Chan smartboyhw-guest at alioth.debian.org
Wed Sep 25 11:25:00 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kchildlock.git;a=commitdiff;h=3e04e6f

The following commit has been merged in the master branch:
commit 3e04e6f6a16efbe9090faf8f7ac5b08eca181f97
Author: Howard Chan <smartboyhw at gmail.com>
Date:   Wed Sep 25 19:24:06 2013 +0800

    Fix debian/rules and build-dep on kdelibs-dev
---
 debian/control |    2 +-
 debian/rules   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b083f4e..fbf2856 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: extra
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Howard Chan <smartboyhw at gmail.com>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools, kdelibs-dev
 Standards-Version: 3.9.4
 Homepage: http://kchildlock.sourceforge.net
 
diff --git a/debian/rules b/debian/rules
index 41014e8..f3e596a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --fail-missing --parallel --with kde
+	dh $@  --parallel --with kde
+
+override_dh_install:
+	dh_install -Xvar/opt/kchildlock/dummy.txt

-- 
kchildlock packaging



More information about the pkg-kde-commits mailing list