From d80af0b00610fc6da7e3f08fa4bded428679d8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 10 Oct 2021 12:03:49 +0200 Subject: [PATCH] debian: disable parallel building --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index b760bee7..02c9bdf4 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ %: dh $@ + +override_dh_auto_build: + dh_auto_build --no-parallel