diff --git a/debian/rules b/debian/rules index 99a055b4b..e653de6e1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: ([0-9.]+) UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: ([0-9.]+)(~|-)(.*),\1,p") %: - dh $@ --buildsystem=cmake --parallel --with python3 + dh $@ --buildsystem=cmake --with python3 # tests cannot be run in parallel override_dh_auto_test: