[neon/mobile/angelfish/Neon/unstable] debian: use gcc 10 for c++20 happyness

Jonathan Riddell null at kde.org
Thu Oct 28 16:01:26 BST 2021


Git commit b0f5dd8db27126e0072339655bffd2651f115e77 by Jonathan Riddell.
Committed on 28/10/2021 at 15:01.
Pushed by jriddell into branch 'Neon/unstable'.

use gcc 10 for c++20 happyness

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

https://invent.kde.org/neon/mobile/angelfish/commit/b0f5dd8db27126e0072339655bffd2651f115e77

diff --git a/debian/control b/debian/control
index 5ca4302..ba39cb3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Priority: optional
 Build-Depends: cmake,
                debhelper (>= 12),
                extra-cmake-modules,
+               g++-10,
+               gcc-10,
                kirigami2-dev,
                libkf5config-dev,
                libkf5coreaddons-dev,
diff --git a/debian/rules b/debian/rules
index 5a0a17d..30d9bea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export CC=gcc-10
+export CXX=gxx-10
+
 %:
 	dh $@
 


More information about the Neon-commits mailing list