[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.6.0-1-70-g6ae896e

Fathi Boudra fabo at alioth.debian.org
Mon Feb 15 14:09:18 UTC 2010


The following commit has been merged in the master branch:
commit 94a234fb12abe7c58f71ce17698994c794cfcdb3
Author: Fathi Boudra <fabo at kde.org>
Date:   Mon Feb 15 15:02:09 2010 +0100

    enable parallel build by passing --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 227fe31..9c68fac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,7 @@ qt4-x11 (4:4.6.2-1) UNRELEASED; urgency=low
     - add -qvfb configure option.
     - add -audio-backend option.
     - remove qm target call. It isn't needed anymore.
+    - enable parallel build by passing --parallel option to dh.
   * Update debian/libphonon-dev.install: Include headers have been changed.
     The only official method for including Phonon headers is <phonon/ClassName>
     or <phonon/classname.h>.
diff --git a/debian/rules b/debian/rules
index 4d61267..61d908f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ else
 endif
 
 %:
-	+dh --with pkgkde_symbolshelper --with quilt $@
+	dh --parallel --with pkgkde_symbolshelper --with quilt $@
 
 override_dh_auto_configure:
 	# Test broken hppa kernel with glibc >= 2.5

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list