[neon/qt/pyside2/Neon/release] debian: gcc12

Carlos De Maine null at kde.org
Fri Jun 23 14:15:31 BST 2023


Git commit 7936eeb5976074fc74435ed0b449ab03d228f25c by Carlos De Maine.
Committed on 23/06/2023 at 13:15.
Pushed by carlosdem into branch 'Neon/release'.

gcc12

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

https://invent.kde.org/neon/qt/pyside2/-/commit/7936eeb5976074fc74435ed0b449ab03d228f25c

diff --git a/debian/control b/debian/control
index 85c7ce3..069a424 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Kurt Kremitzki <kkremitzki at debian.org>
 Build-Depends: chrpath,
                cmake (>= 3.1),
-               cython3,
                debhelper-compat (= 13),
                dh-python,
+               gcc-12,
+               g++-12,
                graphviz,
                libclang-dev,
                libqt5charts5-dev (>= 5.15),
diff --git a/debian/rules b/debian/rules
index 7e9915f..709082c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
 
 include /usr/share/dpkg/default.mk
 
-# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+export CC=gcc-12
+export CXX=g++-12
 
 # Safety measure to ensure package names match SONAMEs
 PYSIDE_MAJOR := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d. -f1-2)


More information about the Neon-commits mailing list