diff options
author | Robert Tari <robert@tari.in> | 2023-11-01 11:27:00 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-02 16:40:25 +0100 |
commit | 6b1a64e4bd6573cbc64ef0144f7d42a2bbbc05d6 (patch) | |
tree | d92ebcd0b6576d5bb2b433fb64503dd99c48d613 | |
parent | 9e8713ded1e57eb323e314b3740c890216e41fa4 (diff) | |
download | ayatana-indicator-keyboard-6b1a64e4bd6573cbc64ef0144f7d42a2bbbc05d6.tar.gz ayatana-indicator-keyboard-6b1a64e4bd6573cbc64ef0144f7d42a2bbbc05d6.tar.bz2 ayatana-indicator-keyboard-6b1a64e4bd6573cbc64ef0144f7d42a2bbbc05d6.zip |
debian/rules: Drop testing and coverage flags
-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 |