diff options
author | Pino Toscano <pino@debian.org> | 2012-12-30 00:34:27 +0100 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2012-12-30 00:34:27 +0100 |
commit | 348185d68aa0dcbfedbdb738e7e3e079cd30a1a5 (patch) | |
tree | e02d0be6a03020858fd52edd01382ae0c7bd823c | |
parent | 895980555f45fd12bfa33e2e1f807167d8915dbf (diff) | |
download | qt4-x11-348185d68aa0dcbfedbdb738e7e3e079cd30a1a5.tar.gz |
re-enable parallel building for all the archs (#696961)
qt4-x11 4:4.8.2+dfsg-5 accidentally disabled it
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | 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@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 |