[neon/qt6/qt6-serialport/Neon/unstable] debian: adapt to noble gcc-13 and transitionals for *t64

Carlos De Maine null at kde.org
Sat Apr 27 13:17:20 BST 2024


Git commit 93ce9f54cdfebb4d255f21210e51d208bb4a3e90 by Carlos De Maine.
Committed on 27/04/2024 at 12:16.
Pushed by carlosdem into branch 'Neon/unstable'.

adapt to noble gcc-13 and transitionals for *t64

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

https://invent.kde.org/neon/qt6/qt6-serialport/-/commit/93ce9f54cdfebb4d255f21210e51d208bb4a3e90

diff --git a/debian/control b/debian/control
index 6502337..711018d 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>, Lu YaNing <dluyaning at gmail.com>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               g++-12,
-               gcc-12,
                libgl-dev,
                libudev-dev,
                libxkbcommon-dev,
@@ -73,6 +71,12 @@ Depends: qt6-serialport, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
+Package: libqt6serialport6t64
+Architecture: all
+Depends: qt6-serialport, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
 Package: qt6-serialport-doc-html
 Architecture: all
 Depends: qt6-serialport-doc, ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index 8744b48..c496749 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