[neon/kde/powerdevil/Neon/unstable] debian: try to enforce -std=c++20
Carlos De Maine
null at kde.org
Wed Jun 21 02:10:25 BST 2023
Git commit 705feabd94da3b8c30cca5c16fed2a229caa113e by Carlos De Maine.
Committed on 21/06/2023 at 01:10.
Pushed by carlosdem into branch 'Neon/unstable'.
try to enforce -std=c++20
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/powerdevil/-/commit/705feabd94da3b8c30cca5c16fed2a229caa113e
diff --git a/debian/rules b/debian/rules
index 47c772a..aa349f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf6 --buildsystem kf6
+ dh $@ --with kf6 --buildsystem kf6 -- -std=c++20
override_dh_shlibdeps:
dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
More information about the Neon-commits
mailing list