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

Carlos De Maine null at kde.org
Tue Apr 30 13:29:41 BST 2024


Git commit 9937365b940ccb8e6d6d6fda225ad443d522524e by Carlos De Maine.
Committed on 30/04/2024 at 12:29.
Pushed by carlosdem into branch 'Neon/release'.

adapt to noble's gcc-13

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

https://invent.kde.org/neon/qt6/qt6-datavis3d/-/commit/9937365b940ccb8e6d6d6fda225ad443d522524e

diff --git a/debian/changelog b/debian/changelog
index 53a5be2..6609edf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt6-datavis3d (6.7.0-0neon) jammy; urgency=medium
+qt6-datavis3d (6.7.0-0neon) noble; urgency=medium
 
   * New release
 
diff --git a/debian/control b/debian/control
index 7d1f273..3f9c4f2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Patrick Franz <deltaone at debian.org>, Lu YaNing <dluyaning at gmail.com>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               g++-12,
-               gcc-12,
                libgl-dev,
                libssl-dev,
                libvulkan-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 35c4226..e376a4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,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))
 	extra_cmake_args += -DQT_HOST_PATH=/usr


More information about the Neon-commits mailing list