From 1485b79638017a31fbf04faf3206901f6cdc5617 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Sun, 16 Dec 2012 14:49:39 -0300 Subject: Re-allow parallel building on ia64. --- debian/changelog | 1 + debian/rules | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 101305e..e27689b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qt4-x11 (4:4.8.2+dfsg-5) UNRELEASED; urgency=low [ Lisandro Damián Nicanor Pérez Meyer ] * Add some changes in order to determine the reason of the FTBFS on ia64: + - Re-allow parallel building on ia64. -- Debian Qt/KDE Maintainers Sun, 16 Dec 2012 14:46:08 -0300 diff --git a/debian/rules b/debian/rules index f5bfcba..1eb26b7 100755 --- a/debian/rules +++ b/debian/rules @@ -85,12 +85,8 @@ else endif endif -ifneq ($(DEB_HOST_ARCH),ia64) - extra_dh_opts += --parallel -endif - %: - dh $@ $(extra_dh_opts) --with pkgkde_symbolshelper + dh $@ --with pkgkde_symbolshelper override_dh_auto_configure: # Test broken hppa kernel with glibc >= 2.5 -- cgit v1.2.3