[SCM] smokekde packaging branch, master, updated. c8347fdf6b8703d8b1de32d2a770cf163c61eb35

Pino Toscano pino-guest at alioth.debian.org
Wed Jun 29 18:46:51 UTC 2011


The following commit has been merged in the master branch:
commit 73f5595d4f9ce6fbe45516d2cff8d8f501ea94ad
Author: Pino Toscano <pino at kde.org>
Date:   Wed Jun 29 20:41:43 2011 +0200

    invoke dh_sodeps as dh addon
    
    avoid using an override to invoke it
---
 debian/rules |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index bf8d9cf..22ab99f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,12 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbg-package=libsmokekde4-dbg
 
-#Build-Depend on pkg-kde-tools (>= 0.6.8) for dh_sodeps
-override_dh_gencontrol:
-	dh_sodeps
-	dh_gencontrol
-
 #Smokegen may segfault on akonadi
 #override_dh_auto_configure:
 #	dh_auto_configure -- -DDISABLE_Akonadi=1
 
 #Build-Depend on debhelper (>= 7.4.10) for --parallel
+#Build-Depend on pkg-kde-tools (>= 0.6.8) for the sodeps addon
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with sodeps
 

-- 
smokekde packaging



More information about the pkg-kde-commits mailing list