[SCM] KTorrent library Debian packaging branch, master, updated. debian/1.0.2-1

Modestas Vainius modax at alioth.debian.org
Thu Jul 8 20:54:43 UTC 2010


The following commit has been merged in the master branch:
commit 852ecd03bf1a8896e1f501f37cfca9f84024102a
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Thu Jul 8 22:19:37 2010 +0300

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

diff --git a/debian/changelog b/debian/changelog
index e57c067..58f9ad5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libktorrent (1.0.2-1) UNRELEASED; urgency=low
     - bump minver of all symbols to 1.0.2 in the symbol file;
     - change package name and soname in debian/libktorrent2.symbols;
     - change file path in debian/libktorrent2.install.
+  * Enable parallel support, pass --parallel to dh.
 
  -- Modestas Vainius <modax at debian.org>  Thu, 08 Jul 2010 21:56:46 +0300
 
diff --git a/debian/rules b/debian/rules
index 59da421..8ce9070 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ override_dh_shlibdeps:
 	dh_sameversiondep
 
 %:
-	dh --with kde $@ -- --dbg-package=libktorrent-dbg 
+	dh --parallel --with kde $@ -- --dbg-package=libktorrent-dbg 
 
 .PHONY: override_dh_auto_test

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list