[SCM] Qt 4 packaging branch, wheezy, updated. debian/4.8.2+dfsg-6-2-g348185d

Pino Toscano pino at alioth.debian.org
Sat Dec 29 23:34:57 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=348185d

The following commit has been merged in the wheezy branch:
commit 348185d68aa0dcbfedbdb738e7e3e079cd30a1a5
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 30 00:34:27 2012 +0100

    re-enable parallel building for all the archs (#696961)
    
    qt4-x11 4:4.8.2+dfsg-5 accidentally disabled it
---
 debian/changelog |    3 +++
 debian/rules     |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a01c937..a584e57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qt4-x11 (4:4.8.2+dfsg-7) UNRELEASED; urgency=low
 
+  [ Pino Toscano ]
+  * Re-enable parallel building for all the architectures, after
+    4:4.8.2+dfsg-5 accidentally disabled it. (Closes: #696961)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 30 Dec 2012 00:32:00 +0100
 
diff --git a/debian/rules b/debian/rules
index c929169..1ebbb5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ ifeq ($(DEB_HOST_ARCH),ia64)
 endif
 
 %:
-	dh $@ --with pkgkde_symbolshelper
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	# Test broken hppa kernel with glibc >= 2.5

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list