From 155598f60636e46ee7fd66370713b0d14b73f614 Mon Sep 17 00:00:00 2001 From: Filippo Rusconi <lopippo@debian.org> Date: Fri, 6 Nov 2020 22:02:41 +0100 Subject: [PATCH] Remove unnecessary --parallel argument. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 61b1df37..c0134caa 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DESTDIR=$(CURDIR)/debian/tmp %: - dh $@ --buildsystem=cmake --parallel + dh $@ --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=1 -- GitLab