[neon/qt6/qt6-serialbus/Neon/unstable] debian: adapt to noble's gcc-13
Carlos De Maine
null at kde.org
Sat Apr 27 14:03:18 BST 2024
Git commit 3d7aa9ba56870fcbc6dd3302564a44bfc4eb91ad by Carlos De Maine.
Committed on 27/04/2024 at 13:02.
Pushed by carlosdem into branch 'Neon/unstable'.
adapt to noble's gcc-13
M +0 -2 debian/control
M +0 -4 debian/rules
https://invent.kde.org/neon/qt6/qt6-serialbus/-/commit/3d7aa9ba56870fcbc6dd3302564a44bfc4eb91ad
diff --git a/debian/control b/debian/control
index d49a57b..e003d0a 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,
libgl-dev,
libvulkan-dev [linux-any],
libxkbcommon-dev,
diff --git a/debian/rules b/debian/rules
index 1254257..7e97732 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
-
# cross-builds
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
extra_cmake_args += -DQT_HOST_PATH=/usr
More information about the Neon-commits
mailing list