[neon/kde/powerdevil/Neon/unstable] debian: gcc12

Carlos De Maine null at kde.org
Wed Jun 21 02:56:32 BST 2023


Git commit 99a13e2464fc228728d28cf77f697482f1513290 by Carlos De Maine.
Committed on 21/06/2023 at 01:56.
Pushed by carlosdem into branch 'Neon/unstable'.

gcc12

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

https://invent.kde.org/neon/kde/powerdevil/-/commit/99a13e2464fc228728d28cf77f697482f1513290

diff --git a/debian/control b/debian/control
index cfb1350..7a5498b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               g++-11,
-               gcc-11,
+               g++-12,
+               gcc-12,
                kf6-bluez-qt-dev,
                kf6-extra-cmake-modules,
                kf6-kactivities-dev,
diff --git a/debian/rules b/debian/rules
index 125bf86..51e6416 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,8 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-export CC=gcc-11
-export CXX=g++-11
+export CC=gcc-12
+export CXX=g++-12
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list