Enable parallel builds.
authorPeter Michael Green <plugwash@debian.org>
Thu, 24 Jan 2019 13:19:51 +0000 (13:19 +0000)
committerPeter Michael Green <plugwash@debian.org>
Thu, 24 Jan 2019 13:19:51 +0000 (13:19 +0000)
debian/changelog
debian/rules

index d4caedcae7dce452036a98068650e76578a8b246..c9d6ab527cce75738293aac9c24a0c4f1abde8c3 100644 (file)
@@ -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 <plugwash@debian.org>  Wed, 16 Jan 2019 23:17:28 +0000
 
index de11e70906fa024d89167b3e6b745d03b6acad1f..825288bec437a71be1630b5ce2dcff3a2fd76b0d 100755 (executable)
@@ -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