debian/rules: Build the package in parallel
This commit is contained in:
parent
d8dfcf1102
commit
e4896f6084
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
2
debian/rules
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user