From 9a0a82659809378ff5c5510da7fc13ca2ca46c66 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 29 Mar 2019 16:38:42 +0100 Subject: [PATCH] Revert "TT#23584 Force parallel building on jenkins" It is unnecessary as '--parallel' should be the default with debhelper compat 10+ Thank you, Michael Prokop and Guillem Jover for noticing and pointing! This reverts commit 937e2379ff38e08991b77b8f4bb652be0aff2b76. Change-Id: I0aea58004e7b87966b642ccc993106b3c9594cc0 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2355804d..85d01ab8 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ export SYSTEM_SAMPLECLOCK_RATE=48000LL export USE_THREADPOOL=yes %: - dh $@ --parallel + dh $@ override_dh_auto_build: $(MAKE) \