[neon/backports-noble/xdg-desktop-portal-noble/Neon/unstable] debian: back to 1.18.4 rules
Carlos De Maine
null at kde.org
Fri Dec 13 03:18:49 GMT 2024
Git commit 9bbef7c993db8719dcac8afe1fc25197c1837876 by Carlos De Maine.
Committed on 13/12/2024 at 03:18.
Pushed by carlosdem into branch 'Neon/unstable'.
back to 1.18.4 rules
M +1 -14 debian/rules
https://invent.kde.org/neon/backports-noble/xdg-desktop-portal-noble/-/commit/9bbef7c993db8719dcac8afe1fc25197c1837876
diff --git a/debian/rules b/debian/rules
index 9202559..32e383e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,18 +9,6 @@ built_binaries := $(shell dh_listpackages)
CONFFLAGS :=
-ifneq ($(filter %-dev,$(built_binaries)),)
-CONFFLAGS += -Ddocumentation=enabled
-else
-CONFFLAGS += -Ddocumentation=disabled
-endif
-
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
-CONFFLAGS += -Dman-pages=enabled
-else
-CONFFLAGS += -Dman-pages=disabled
-endif
-
%:
dh $@ --buildsystem=meson
@@ -28,7 +16,7 @@ override_dh_auto_configure:
dh_auto_configure -- \
-Dauto_features=enabled \
-Dinstalled-tests=true \
- -Dsandboxed-image-validation=enabled \
+ -Dsandboxed-image-validation=true \
$(CONFFLAGS)
$(NULL)
@@ -36,7 +24,6 @@ override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
G_MESSAGES_DEBUG=all \
TEST_IN_CI=1 \
- XDP_VALIDATE_ICON_INSECURE=1 \
dh_auto_test --no-parallel
endif
More information about the Neon-commits
mailing list