[SCM] tablet kcm packaging files branch, master, updated. 905fbf69255376c3eda889d5704a750ca9727755

Pino Toscano pino-guest at alioth.debian.org
Thu Apr 28 16:54:04 UTC 2011


The following commit has been merged in the master branch:
commit e06752d03fdc4b05c30e5fca0bbf80842baa47ef
Author: Pino Toscano <pino at kde.org>
Date:   Thu Apr 28 18:28:17 2011 +0200

    fix passing of arguments to 'dh'
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4021f7c..ebfc7cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --with kde $@
+	dh $@ --with kde
 
 override_dh_shlibdeps:
 	dh_shlibdeps -Xplasma_applet_tabletsettings.so -- -dRecommends debian/kde-config-tablet/usr/lib/kde4/plasma_applet_tabletsettings.so -dDepends

-- 
tablet kcm packaging files



More information about the pkg-kde-commits mailing list