[neon/neon-packaging/neochat/Neon/unstable] debian: we have gcc11 by default
Carlos De Maine
null at kde.org
Fri Jun 23 14:17:00 BST 2023
Git commit 5e1b2bbd94b6ef53682aab77d1a125dedb01e8e8 by Carlos De Maine.
Committed on 23/06/2023 at 13:16.
Pushed by carlosdem into branch 'Neon/unstable'.
we have gcc11 by default
M +0 -2 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/neochat/-/commit/5e1b2bbd94b6ef53682aab77d1a125dedb01e8e8
diff --git a/debian/control b/debian/control
index 953e6df..966ea5c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ Build-Depends: cmake (>= 3.1~),
cmark,
debhelper-compat (= 13),
extra-cmake-modules (>= 5.77.0~),
- g++-11,
- gcc-11,
kirigami-addons-dev,
kirigami2-dev (>= 5.77.0~),
kquickimageeditor-dev,
diff --git a/debian/rules b/debian/rules
index 03faf72..5c87712 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export CC=gcc-11
-export CXX=g++-11
-
%:
dh $@ --with kf5 --buildsystem kf5
More information about the Neon-commits
mailing list