[neon/qt6/qt6-imageformats/Neon/unstable] debian: adapt to noble's gcc-13
Carlos De Maine
null at kde.org
Sat Apr 27 13:25:10 BST 2024
Git commit 71491b89194eb3a47ac05dc16f677dcfbdb361fb by Carlos De Maine.
Committed on 27/04/2024 at 12:24.
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-imageformats/-/commit/71491b89194eb3a47ac05dc16f677dcfbdb361fb
diff --git a/debian/control b/debian/control
index 6c1a46e..f7393ff 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>
Build-Depends: cmake (>= 3.18~),
debhelper-compat (= 13),
- g++-12,
- gcc-12,
libgl-dev,
libjasper-dev,
libmng-dev,
diff --git a/debian/rules b/debian/rules
index a2e9724..7f0300b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,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