[neon/kde/spectacle/Neon/release_jammy] debian: spectacle needs gcc13 for format

Carlos De Maine null at kde.org
Wed Jun 5 11:23:45 BST 2024


Git commit 4787c3f7763a6c7e09397e3c2e45c419993d9287 by Carlos De Maine.
Committed on 05/06/2024 at 10:23.
Pushed by carlosdem into branch 'Neon/release_jammy'.

spectacle needs gcc13 for format

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

https://invent.kde.org/neon/kde/spectacle/-/commit/4787c3f7763a6c7e09397e3c2e45c419993d9287

diff --git a/debian/control b/debian/control
index 2739dac..7f2d941 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +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),
+               gcc-13,
+               g++-13,
                kf6-extra-cmake-modules,
                kf6-kcolorscheme-dev,
                kf6-kconfig-dev,
diff --git a/debian/rules b/debian/rules
index 5e871ac..fcc23a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+export gcc=13
+export g++=13
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list