[neon/backports-jammy/snapd-glib/Neon/release_jammy] debian: Tell meson to build with soup2
Scarlett Moore
null at kde.org
Thu Apr 25 22:37:29 BST 2024
Git commit d0213ff773383e822ac9a918e015f8f1046ea2a0 by Scarlett Moore.
Committed on 25/04/2024 at 21:37.
Pushed by scarlettmoore into branch 'Neon/release_jammy'.
Tell meson to build with soup2
M +6 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/snapd-glib/-/commit/d0213ff773383e822ac9a918e015f8f1046ea2a0
diff --git a/debian/rules b/debian/rules
index 8100030..782268f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,14 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
+AS_CONFIGURE_ARGS = -Dsoup2=true
%:
- dh $@
+ dh $@ -Smeson
+
+
+override_dh_auto_configure:
+ dh_auto_configure -- $(AS_CONFIGURE_ARGS)
override_dh_auto_test:
dh_auto_test --no-parallel
More information about the Neon-commits
mailing list