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

2012-12-30 Thread Lisandro Damián Nicanor Pérez Meyer
On Sun 30 Dec 2012 09:23:15 Stephan Schreiber escribió: > The goal should be to allow a parallel build on *all* archs. There > shouldn't be any exception for ia64. > > The entire ifneq construct should be removed: > > ifneq ($(DEB_HOST_ARCH),ia64) > extra_dh_opts += --parallel > endif > >

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

2012-12-30 Thread Stephan Schreiber
The goal should be to allow a parallel build on *all* archs. There shouldn't be any exception for ia64. The entire ifneq construct should be removed: ifneq ($(DEB_HOST_ARCH),ia64) extra_dh_opts += --parallel endif The dh invoke should read: dh $@ --parallel --with pkgkde_s