From 2435249cfd9eb6a8333e73624bc1e5f9af20934a Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 24 Jan 2019 13:19:51 +0000 Subject: [PATCH] Enable parallel builds. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2