debian/rules: Build the package in parallel

This commit is contained in:
Laurent Bigonville 2022-07-10 11:28:49 +02:00
parent d8dfcf1102
commit e4896f6084
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -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 <bigon@debian.org> Sun, 10 Jul 2022 11:12:26 +0200
-- Laurent Bigonville <bigon@debian.org> Sun, 10 Jul 2022 11:28:35 +0200
nut (2.7.4-14) unstable; urgency=medium

2
debian/rules vendored
View File

@ -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)