[neon/libraries/qxmpp/Neon/unstable] debian: g++=14 and -DCMAKE_CXX_STANDARD=23

Carlos De Maine null at kde.org
Wed Apr 22 14:08:10 BST 2026


Git commit 848602432a58d33f6bc1605f504871e5b856ab42 by Carlos De Maine.
Committed on 22/04/2026 at 13:08.
Pushed by carlosdem into branch 'Neon/unstable'.

g++=14 and -DCMAKE_CXX_STANDARD=23

M  +2    -0    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/libraries/qxmpp/-/commit/848602432a58d33f6bc1605f504871e5b856ab42

diff --git a/debian/control b/debian/control
index 37e70ba..f66fed5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Jeremy Lainé <jeremy.laine at m4x.org>, Boris Pek <tehnick at debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
                doxygen,
+               g++-14,
+               gcc-14,
                graphviz,
                libglib2.0-dev,
                libgstreamer1.0-dev,
diff --git a/debian/rules b/debian/rules
index c2ff909..27332da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,6 @@ CMAKEOPTS = -DBUILD_DOCUMENTATION=ON \
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKEOPTS) -DBUILD_WITH_QT6=ON -DQT_VERSION_MAJOR=6
+	dh_auto_configure -- $(CMAKEOPTS) -DBUILD_WITH_QT6=ON -DQT_VERSION_MAJOR=6 -DCMAKE_CXX_STANDARD=23 -DCMAKE_CXX_STANDARD_REQUIRED=TRUE
 
 .PHONY: override_dh_auto_test-indep


More information about the Neon-commits mailing list