[neon/qt6/qt6-tools/Neon/unstable] debian: Revert "drop gcc 12 until it's all good to push up the stack"

Carlos De Maine null at kde.org
Sat Oct 28 13:41:32 BST 2023


Git commit 8c11b455d6afe8b2e6314e72a10f9cce6077f315 by Carlos De Maine.
Committed on 28/10/2023 at 14:41.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "drop gcc 12 until it's all good to push up the stack"

This reverts commit 549c5fba62ec5258c35568df82207e9b0078d575.

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

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/8c11b455d6afe8b2e6314e72a10f9cce6077f315

diff --git a/debian/control b/debian/control
index d646fbd..6a46e49 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Patrick Franz <deltaone at debian.org>
 Build-Depends: clang-14,
                cmake,
                debhelper-compat (= 13),
+               g++-12,
+               gcc-12,
                libclang-14-dev,
                libgl-dev,
 #               liblitehtml-dev,
diff --git a/debian/rules b/debian/rules
index 5b9ac51..fc342d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@ 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
+
 export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 
 %:


More information about the Neon-commits mailing list