[neon/neon-packaging/vakzination/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Sun Sep 24 12:08:13 BST 2023
Git commit 9a0e31a6b114a18e6fbbdf0c259880327f4791d1 by Carlos De Maine.
Committed on 24/09/2023 at 08:07.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +11 -13 debian/control
M +4 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/vakzination/-/commit/9a0e31a6b114a18e6fbbdf0c259880327f4791d1
diff --git a/debian/control b/debian/control
index 6bcc98a..4f595ed 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,19 @@ Priority: optional
Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.78.0~),
- kirigami2-dev (>= 5.78.0~),
- libkf5calendarcore-dev,
- libkf5config-dev (>= 5.78.0~),
- libkf5contacts-dev,
- libkf5i18n-dev (>= 5.78.0~),
- libkf5prison-dev (>= 5.78.0~),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-ki18n-dev,
+ kf6-kirigami2-dev,
+ kf6-prison-dev,
+ kpim6-calendar-dev,
+ kpim6-contacts-dev,
libkhealthcertificate-dev,
libkpimitinerary-dev,
- libqt5svg5-dev,
- pkg-kde-tools,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtfeedback5-dev,
- qtquickcontrols2-5-dev
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev
Standards-Version: 4.4.1
Package: vakzination
diff --git a/debian/rules b/debian/rules
index 6b18aa9..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/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