[neon/neon-packaging/neochat/Neon/unstable] debian: needs gcc 10
Jonathan Riddell
null at kde.org
Fri Oct 22 12:16:07 BST 2021
Git commit 506ab1345f17b0ff40dbfa3dd43607cd4351deec by Jonathan Riddell.
Committed on 22/10/2021 at 11:16.
Pushed by jriddell into branch 'Neon/unstable'.
needs gcc 10
M +2 -0 debian/control
M +3 -0 debian/rules
https://invent.kde.org/neon/neon-packaging/neochat/commit/506ab1345f17b0ff40dbfa3dd43607cd4351deec
diff --git a/debian/control b/debian/control
index 4ad85f5..e79502b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Build-Depends: cmake (>= 3.1~),
cmark,
debhelper-compat (= 13),
extra-cmake-modules (>= 5.77.0~),
+ g++-10,
+ gcc-10,
kirigami2-dev (>= 5.77.0~),
kquickimageeditor-dev,
libcmark-dev,
diff --git a/debian/rules b/debian/rules
index 5c87712..38fb429 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export CC=gcc-10
+export CXX=g++-10
+
%:
dh $@ --with kf5 --buildsystem kf5
More information about the Neon-commits
mailing list