[neon/kde/kguiaddons/Neon/unstable] debian: make it actually work
Carlos De Maine
null at kde.org
Mon Aug 28 11:29:31 BST 2023
Git commit 72cc8d61ad74a4b06f4be2febed67ad0b47e007b by Carlos De Maine.
Committed on 28/08/2023 at 12:29.
Pushed by carlosdem into branch 'Neon/unstable'.
make it actually work
M +1 -5 debian/rules
https://invent.kde.org/neon/kde/kguiaddons/-/commit/72cc8d61ad74a4b06f4be2febed67ad0b47e007b
diff --git a/debian/rules b/debian/rules
index 69ebcf2..660941d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,15 +4,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/architecture.mk
-ifneq (linux,$(DEB_HOST_ARCH_OS))
-EXTRA_CMAKE_ARGS += -DBUILD_GEO_SCHEME_HANDLER=OFF
-endif
-
%:
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF $(EXTRA_CMAKE_ARGS)
+ dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF -DBUILD_GEO_SCHEME_HANDLER=OFF
override_dh_auto_test:
# Disable auto tests at build time
More information about the Neon-commits
mailing list