diff options
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 12b476ef..18fd0e0f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,10 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -DEB_CMAKE_EXTRA_FLAGS = \ - -DENABLE_TESTS=ON \ - -DENABLE_COVERAGE=OFF \ - $(NULL) +DEB_CMAKE_EXTRA_FLAGS = $(NULL) %: dh $@ --with systemd |