[neon/neon-packaging/keysmith/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Fri Sep 29 07:18:36 BST 2023
Git commit 7b1bf76b0a8ee260b674bfe50aa3f5cbf7b1f950 by Carlos De Maine.
Committed on 29/09/2023 at 08:18.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +13 -11 debian/control
M +3 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/keysmith/-/commit/7b1bf76b0a8ee260b674bfe50aa3f5cbf7b1f950
diff --git a/debian/control b/debian/control
index 17ab4a5..4fb8944 100644
--- a/debian/control
+++ b/debian/control
@@ -4,23 +4,25 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- kirigami2-dev
- libkf5i18n-dev,
- libkf5dbusaddons-dev,
- libkf5windowsystem-dev,
- libqt5svg5-dev,
+ kf6-extra-cmake-modules,
+ kf6-kirigami2-dev
+ kf6-kirigami-addons-dev
+ kf6-i18n-dev,
+ kf6-dbusaddons-dev,
+ kf6-kwindowsystem-dev,
libsodium-dev,
pkg-kde-tools,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
-Standards-Version: 4.5.0
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/plasma-mobile/keysmith
Package: keysmith
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, qml-module-org-kde-kirigami-addons-labs-mobileform
+Depends: qml6-module-org-kde-kirigami-addons-labs-mobileform,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: OTP client for Plasma Mobile and Desktop
Keysmith is an application to generate two-factor authentication (2FA)
tokens when logging in to your (online) accounts.
diff --git a/debian/rules b/debian/rules
index 5c87712..49552b2 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