[neon/mobile/angelfish/Neon/release] debian: use gcc 10
Jonathan Riddell
null at kde.org
Fri Jan 7 13:43:51 GMT 2022
Git commit 342d0f8c205f16b1d447a19397c8e197840d094b by Jonathan Riddell.
Committed on 07/01/2022 at 13:43.
Pushed by jriddell into branch 'Neon/release'.
use gcc 10
M +2 -0 debian/control
M +3 -0 debian/rules
https://invent.kde.org/neon/mobile/angelfish/commit/342d0f8c205f16b1d447a19397c8e197840d094b
diff --git a/debian/control b/debian/control
index 5ca4302..0333c24 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Build-Depends: cmake,
debhelper (>= 12),
extra-cmake-modules,
kirigami2-dev,
+ g++-10,
+ gcc-10,
libkf5config-dev,
libkf5coreaddons-dev,
libkf5dbusaddons-dev,
diff --git a/debian/rules b/debian/rules
index 5a0a17d..49a4a17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+export CC=gcc-10
+export CXX=g++-10
+
%:
dh $@
More information about the Neon-commits
mailing list