[neon/neon-packaging/neochat/Neon/unstable] debian: needs 11 instead of 10
Carlos De Maine
null at kde.org
Fri Feb 3 23:52:10 GMT 2023
Git commit 9f1300aac724b7a7fb68c097c70692d0160e895b by Carlos De Maine.
Committed on 03/02/2023 at 23:52.
Pushed by carlosdem into branch 'Neon/unstable'.
needs 11 instead of 10
M +2 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/neochat/commit/9f1300aac724b7a7fb68c097c70692d0160e895b
diff --git a/debian/rules b/debian/rules
index 38fb429..03faf72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export CC=gcc-10
-export CXX=g++-10
+export CC=gcc-11
+export CXX=g++-11
%:
dh $@ --with kf5 --buildsystem kf5
More information about the Neon-commits
mailing list