Bug#696961: qt4-x11: parallel build disabled on non-ia64 archs

2012-12-30 Thread Stephan Schreiber
Obviously the revert-ia64-remove-parallel.patch of bug#696096  
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696096#5) wasn't  
applied correctly.


Stephan


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121230130444.horde.vs_bqml8999q4c3c5mbg...@webmail.df.eu



Bug#696961: qt4-x11: parallel build disabled on non-ia64 archs

2012-12-29 Thread Ivo De Decker
package: qt4-x11
version: 4.8.2+dfsg-5
severity: whishlist

Hi,

It seems that during the debugging of the ia64 ftbfs, the parallel build on
other architectures got lost.

In 4.8.2+dfsg-5, the change below was added (and not reverted later on). This
should not have happened (the parallel build was only enabled on non-ia64
anyway). So on buildd's that enable parallel build, the build is a lot slower
since 4.8.2+dfsg-5. This can probably be reverted.

diff -Nru qt4-x11-4.8.2+dfsg/debian/rules qt4-x11-4.8.2+dfsg/debian/rules
--- qt4-x11-4.8.2+dfsg/debian/rules 2012-08-18 21:35:58.0 +0200
+++ qt4-x11-4.8.2+dfsg/debian/rules 2012-12-16 18:48:43.0 +0100
@@ -85,12 +85,8 @@
   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


Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121229232245.ga20...@ugent.be