[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.0-beta1-1-2-g3f30456

Modestas Vainius modax at alioth.debian.org
Mon Dec 28 13:04:38 UTC 2009


The following commit has been merged in the experimental branch:
commit 3f30456d6a5ca6b2c289e27619610eb9405d15a2
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Dec 28 15:00:45 2009 +0200

    Enable parallel building: pass --parallel option to dh.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c084ed4..9ac4b69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 ktorrent (4.0~beta1-2) UNRELEASED; urgency=low
 
+  * Enable parallel building: pass --parallel option to dh.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 28 Dec 2009 15:00:04 +0200
 
diff --git a/debian/rules b/debian/rules
index c991156..81ec021 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ override_dh_auto_configure:
 	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
 	                           -DWITH_SYSTEM_GEOIP:BOOL=ON
 %:
-	dh --dbg-package=ktorrent-dbg --with kde $@
+	dh --parallel --dbg-package=ktorrent-dbg --with kde $@
 
 .PHONY: override_dh_auto_test

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list