From e4896f6084b317d98cbd755a34ee82682820ece8 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Sun, 10 Jul 2022 11:28:49 +0200 Subject: [PATCH] debian/rules: Build the package in parallel --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45cefd3..2e8d2e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,9 @@ nut (2.8.0-1) UNRELEASED; urgency=medium * debian/patches/: Drop all patches merged upstream * debian/nut-server.lintian-overrides: Update to properly override udev-rule-missing-subsystem + * debian/rules: Build the package in parallel - -- Laurent Bigonville Sun, 10 Jul 2022 11:12:26 +0200 + -- Laurent Bigonville Sun, 10 Jul 2022 11:28:35 +0200 nut (2.7.4-14) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index fa6c7e9..085a4c9 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ ifneq ($(shell which asciidoc),) endif %: - dh $@ --no-parallel --with python3 + dh $@ --with python3 override_dh_auto_configure: dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)