diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-02 16:40:46 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-11-02 16:40:46 +0100 |
commit | c76913a384a1205ff2ed39e58b14985d29cc6fcd (patch) | |
tree | d92ebcd0b6576d5bb2b433fb64503dd99c48d613 /debian | |
parent | 982a0e9df058154330d46352f488279590fbae35 (diff) | |
parent | 6b1a64e4bd6573cbc64ef0144f7d42a2bbbc05d6 (diff) | |
download | ayatana-indicator-keyboard-c76913a384a1205ff2ed39e58b14985d29cc6fcd.tar.gz ayatana-indicator-keyboard-c76913a384a1205ff2ed39e58b14985d29cc6fcd.tar.bz2 ayatana-indicator-keyboard-c76913a384a1205ff2ed39e58b14985d29cc6fcd.zip |
Merge branch 'tari01-pr/drop-test-options'
Attributes GH PR #60: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/60
Diffstat (limited to 'debian')
-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 |