[SCM] Packaging of KVIrc (formerly maintained in Hg) branch, master, updated. upstream/4.1.1_svn5507-5-g8759666

Kai Wasserbäch curan at alioth.debian.org
Sat Feb 26 11:42:11 UTC 2011


The following commit has been merged in the master branch:
commit 87596668d39b6c73246f1e5b2cdb6af655ac6815
Author: Kai Wasserbäch <curan at debian.org>
Date:   Sat Feb 26 12:41:59 2011 +0100

    debian/rules: Added "--parallel" to dh_auto_configure invocation.
---
 debian/changelog |    4 +++-
 debian/rules     |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 628ec91..91222e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,9 @@ kvirc (4:4.1.1~svn5507-2) UNRELEASED; urgency=low
   * debian/kvirc.install: Added the man pages, as upstream installs them in
     the correct places now, our dh_installman hack isn't needed anymore.
   * debian/kvirc.manpages: Deleted (see above).
-  * debian/rules: Changed dh_install invocation to --fail-missing.
+  * debian/rules:
+    - Changed dh_install invocation to --fail-missing.
+    - Added "--parallel" to dh_auto_configure invocation.
 
  -- Kai Wasserbäch <curan at debian.org>  Wed, 23 Feb 2011 21:21:29 +0100
 
diff --git a/debian/rules b/debian/rules
index ef7ceab..094789e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ NOT_INSTALLED := \
 				usr/share/pixmaps/kvirc.png # this one is installed by a symlink
 
 override_dh_auto_configure:
-	dh_auto_configure -Skde -- -DWANT_COEXISTANCE=OFF \
+	dh_auto_configure --parallel -Skde -- -DWANT_COEXISTANCE=OFF \
 			-DWANT_ESD=OFF -DWANT_OSS=OFF \
 			-DWANT_CRYPTOPP=YES -DWANT_STRIP=OFF \
 			-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \

-- 
Packaging of KVIrc (formerly maintained in Hg)



More information about the pkg-kde-commits mailing list