[neon/qt6/qt6-languageserver/Neon/unstable] debian: adjust to noble's gcc-13 default
Carlos De Maine
null at kde.org
Sat Apr 27 12:41:28 BST 2024
Git commit 59c10b0e5089a86119c5de1b46c48cc77f662eda by Carlos De Maine.
Committed on 27/04/2024 at 11:41.
Pushed by carlosdem into branch 'Neon/unstable'.
adjust to noble's gcc-13 default
M +2 -2 debian/control
M +0 -4 debian/rules
https://invent.kde.org/neon/qt6/qt6-languageserver/-/commit/59c10b0e5089a86119c5de1b46c48cc77f662eda
diff --git a/debian/control b/debian/control
index 88765b6..b8a355e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Patrick Franz <deltaone at debian.org>, Pino Toscano <pino at debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
mold,
- g++-12,
- gcc-12,
+ g++-13,
+ gcc-13,
ninja-build,
pkgconf,
pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index 07f0968..872fde0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@ include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-# need gcc 12.1 for mold to be able to process --gdb-index
-export CC=gcc-12
-export CXX=g++-12
-
# QT_HOST_PATH isn't passed in cross-builds
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
cmake_extra_args += -DQT_HOST_PATH=/usr
More information about the Neon-commits
mailing list