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

Carlos De Maine null at kde.org
Sat Oct 28 13:39:36 BST 2023


Git commit 549c5fba62ec5258c35568df82207e9b0078d575 by Carlos De Maine.
Committed on 28/10/2023 at 14:39.
Pushed by carlosdem into branch 'Neon/release'.

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

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

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/549c5fba62ec5258c35568df82207e9b0078d575

diff --git a/debian/control b/debian/control
index 6a46e49..d646fbd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ 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 fc342d2..5b9ac51 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
-
 export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 
 %:


More information about the Neon-commits mailing list