[neon/qt6/qt6-quick3d/Neon/release] debian: adapt to noble's gcc-13

Carlos De Maine null at kde.org
Tue Apr 30 10:00:18 BST 2024


Git commit 8d930dc297524dd8b4f39a2942747a826b1d3976 by Carlos De Maine.
Committed on 30/04/2024 at 08:59.
Pushed by carlosdem into branch 'Neon/release'.

adapt to noble's gcc-13

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

https://invent.kde.org/neon/qt6/qt6-quick3d/-/commit/8d930dc297524dd8b4f39a2942747a826b1d3976

diff --git a/debian/control b/debian/control
index b9230b0..58ac84c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ Uploaders: Patrick Franz <deltaone at debian.org>, Lu YaNing <dluyaning at gmail.com>
 Build-Depends: cmake,
                debhelper-compat (= 13),
                dh-exec,
-               g++-12,
-               gcc-12,
                libassimp-dev (>= 5.1.6~),
                libgl-dev,
                libssl-dev,
diff --git a/debian/rules b/debian/rules
index ee67a4f..b56d4c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,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 += \


More information about the Neon-commits mailing list