[neon/neon-packaging/fielding/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Tue Sep 26 16:07:09 BST 2023
Git commit 4058cf3ff7959eea1eded6b3e6b8405992b25d4c by Carlos De Maine.
Committed on 26/09/2023 at 17:07.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +13 -14 debian/control
M +4 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/fielding/-/commit/4058cf3ff7959eea1eded6b3e6b8405992b25d4c
diff --git a/debian/control b/debian/control
index 2e9c35d..ad0e7a5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,20 @@ Priority: optional
Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- kirigami-addons-dev,
- kirigami2-dev,
- libkf5config-dev,
- libkf5coreaddons-dev,
- libkf5dbusaddons-dev,
- libkf5filemetadata-dev,
- libkf5i18n-dev,
- libqt5svg5-dev,
+ kf6-extra-cmake-modules,
+ kf6-kirigami-addons-dev,
+ kf6-kirigami2-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kfilemetadata-dev,
+ kf6-ki18n-dev,
pkg-config,
- pkg-kde-tools,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev
-Standards-Version: 4.5.1
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/neon-packaging/fielding
Package: fielding
diff --git a/debian/rules b/debian/rules
index 28858f7..f21e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
+ dh $@ --with kf6 --buildsystem kf6
+
More information about the Neon-commits
mailing list