[neon/mobile/spacebar/Neon/unstable] debian: use gcc 10 for coroutines
Jonathan Riddell
null at kde.org
Thu Oct 28 16:04:00 BST 2021
Git commit f4300c6365a417283535877a30a0041d5b69119f by Jonathan Riddell.
Committed on 28/10/2021 at 15:03.
Pushed by jriddell into branch 'Neon/unstable'.
use gcc 10 for coroutines
M +2 -0 debian/control
M +3 -0 debian/rules
https://invent.kde.org/neon/mobile/spacebar/commit/f4300c6365a417283535877a30a0041d5b69119f
diff --git a/debian/control b/debian/control
index b0a31bb..2795fbe 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Build-Depends: cmake (>= 2.6.2),
debhelper (>= 9),
extra-cmake-modules,
+ g++-10,
+ gcc-10,
kirigami2-dev,
libkf5config-dev,
libkf5contacts-dev,
diff --git a/debian/rules b/debian/rules
index 410ecad..3bc8bc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,8 @@
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+export CC=gcc-10
+export CXX=g++-10
+
override_dh_strip:
$(overridden_command) --dbgsym-migration='spacebar-dbg (<= 0.01~~)'
More information about the Neon-commits
mailing list