debian/rules: don't build in parallel

With upgrading the debhelper compat level to v10, parallel building was
enabled by default. But this doesn't work reliably with libusrp, so
disable it. On OBS, out of 18 builds, two failed.

Related: OS#3970
Change-Id: Ic23778320a44ec6ee2fef499216eb8a0c52603d2
This commit is contained in:
Oliver Smith 2023-04-28 10:55:52 +02:00
parent f75863f235
commit 312f964ed2
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -9,8 +9,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DH_VERBOSE=1
# --no-parallel: OS#3970
%:
dh $@ --with autoreconf --fail-missing
dh $@ --with autoreconf --fail-missing --no-parallel
override_dh_auto_configure:
dh_auto_configure -- --enable-doxygen