[neon/neon-packaging/licentia/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Dec 28 21:20:48 GMT 2024
Git commit b3ad847a9241e3b6d3ecff416677e26d713147ea by Carlos De Maine.
Committed on 28/12/2024 at 21:20.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +13 -14 debian/control
M +3 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/licentia/-/commit/b3ad847a9241e3b6d3ecff416677e26d713147ea
diff --git a/debian/control b/debian/control
index 10f397e..5d57f2f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,19 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- kirigami-addons-dev,
- kirigami2-dev,
- libkf5config-dev,
- libkf5coreaddons-dev,
- libkf5dbusaddons-dev,
- libkf5i18n-dev,
- libkf5itemmodels-dev,
- libqt5svg5-dev,
- pkg-kde-tools,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev
-Standards-Version: 4.5.0
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kitemmodels-dev,
+ kf6-kirigami-addons-dev,
+ kf6-kirigami2-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/sdk/licentia
Package: licentia
diff --git a/debian/rules b/debian/rules
index 5c87712..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
-# -*- makefile -*-
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5 --buildsystem kf5
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list