From 6617c7fc5dd0861d92e8dc784d1f2d0ae9397257 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 8 Oct 2021 15:08:33 +0200 Subject: [PATCH] debian/rules: Don't pass --parallel to dh, it is the default now --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 79071a256b..c42457ff91 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ else endif %: - dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt --parallel + dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt override_dh_auto_configure: dh_auto_configure -- -DBUILD_xxx2deb=ON -DBUILD_corbaidl2wrs=ON