aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-11-01 11:27:00 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-11-02 16:40:25 +0100
commit6b1a64e4bd6573cbc64ef0144f7d42a2bbbc05d6 (patch)
treed92ebcd0b6576d5bb2b433fb64503dd99c48d613
parent9e8713ded1e57eb323e314b3740c890216e41fa4 (diff)
downloadayatana-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-xdebian/rules5
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