From: Peter Michael Green Date: Thu, 24 Jan 2019 13:19:51 +0000 (+0000) Subject: Enable parallel builds. X-Git-Tag: archive/raspbian/1.68-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2435249cfd9eb6a8333e73624bc1e5f9af20934a;p=pigpio.git Enable parallel builds. --- diff --git a/debian/changelog b/debian/changelog index d4caedc..c9d6ab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pigpio (1.68-3) UNRELEASED; urgency=medium * Fix short description for libpigpiod-if-dev package. * Remove systemd stuff in debian/rules, since we don't ship the server. * Fix some screwups in 64-bit patch where PRIX64 was used where PRIXPTR should have been used. + * Enable parallel building (Closes: 920142) -- Peter Michael Green Wed, 16 Jan 2019 23:17:28 +0000 diff --git a/debian/rules b/debian/rules index de11e70..825288b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security %: - dh $@ --with python2,python3 + dh $@ --with python2,python3 --parallel override_dh_clean: rm -rf build