diff --git a/dist/debian/debian/rules b/dist/debian/debian/rules index 790f21032e..3fa4fb0447 100755 --- a/dist/debian/debian/rules +++ b/dist/debian/debian/rules @@ -3,7 +3,6 @@ include /usr/share/dpkg/pkg-info.mk export PYBUILD_DISABLE=1 -jobs := $(shell echo $$DEB_BUILD_OPTIONS | sed -r "s/.*parallel=([0-9]+).*/-j\1/") ifneq ($(findstring housekeeping, $(DEB_BUILD_OPTIONS)),) install_arg := --housekeeping else