[SCM] qtruby packaging branch, master, updated. 1542f79fc4d406b82bf9c80dba9698c38208cd62

Pino Toscano pino-guest at alioth.debian.org
Wed Jun 29 14:11:52 UTC 2011


The following commit has been merged in the master branch:
commit d3ed4f64557ea67c1e5fd880a498883546c53b34
Author: Pino Toscano <pino at kde.org>
Date:   Wed Jun 29 15:59:09 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 381e1c5..29ef33c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,12 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbg-package=ruby-qt4-dbg
 
-#Build-Depend on pkg-kde-tools (>= 0.6.8) for dh_sodeps
-override_dh_gencontrol:
-	dh_sodeps
-	dh_gencontrol
-
 #Always use Ruby 1.8.x
 override_dh_auto_configure:
 	dh_auto_configure -- -DRUBY_EXECUTABLE=/usr/bin/ruby1.8
 
 #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
 

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list