[neon/qt6/qt6-doc/Neon/release] debian: adapt to noble's gcc-13
Carlos De Maine
null at kde.org
Wed May 1 00:27:55 BST 2024
Git commit a73857a2c2e4fb9357e558f3b1c8cd3123f91f24 by Carlos De Maine.
Committed on 30/04/2024 at 23:27.
Pushed by carlosdem into branch 'Neon/release'.
adapt to noble's gcc-13
M +0 -3 debian/control
M +0 -4 debian/rules
https://invent.kde.org/neon/qt6/qt6-doc/-/commit/a73857a2c2e4fb9357e558f3b1c8cd3123f91f24
diff --git a/debian/control b/debian/control
index 01f3bfc..e38a4fc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,6 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Patrick Franz <deltaone at debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- g++-12,
- gcc-12,
- libgl-dev,
libssl-dev,
libvulkan-dev [linux-any],
libx11-xcb-dev,
diff --git a/debian/rules b/debian/rules
index 8af8f4f..649f3a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
-# 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