diff --git a/debian/rules b/debian/rules index 57595186fcc6..396c853fbe85 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,9 @@ # (this increases performance and avoids hard-to-debug behaviour) MAKEFLAGS += -rR +# Allow to run debian/rules directly without root +export DEB_RULES_REQUIRES_ROOT := no + .NOTPARALLEL: DEBIAN=$(shell awk -F= '($$1 == "DEBIAN") { print $$2 }'