[neon/forks/kup-backup/Neon/experimental] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Nov 19 05:15:15 GMT 2023
Git commit fa6917bd2706f30989fda86baeb72339e2c727f3 by Carlos De Maine.
Committed on 19/11/2023 at 06:15.
Pushed by carlosdem into branch 'Neon/experimental'.
kf6ify
M +14 -15 debian/control
M +3 -3 debian/rules
https://invent.kde.org/neon/forks/kup-backup/-/commit/fa6917bd2706f30989fda86baeb72339e2c727f3
diff --git a/debian/control b/debian/control
index 95bae25..1cb426c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,22 +4,21 @@ Priority: optional
Maintainer: Thomas Pierson <contact at thomaspierson.fr>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- kinit-dev,
+ kf6-extra-cmake-modules,
libgit2-dev,
- libkf5kcmutils-dev,
- libkf5coreaddons-dev,
- libkf5dbusaddons-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- libkf5plasma-dev,
- libkf5solid-dev,
- libkf5idletime-dev,
- libkf5notifications-dev,
- libkf5iconthemes-dev,
- libkf5config-dev,
- qtbase5-dev
-Standards-Version: 4.5.0
+ kf6-kcmutils-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kidletime-dev,
+ kf6-kio-dev,
+ kf6-knotifications-dev,
+ kf6-solid-dev,
+ plasma-framework6-dev,
+ qt6-base-dev
+Standards-Version: 4.6.2
Homepage: https://apps.kde.org/fr/kup/
Vcs-Git: https://salsa.debian.org/thomaspi-guest/pkg-kup-backup.git
Vcs-Browser: https://salsa.debian.org/thomaspi-guest/pkg-kup-backup
diff --git a/debian/rules b/debian/rules
index 20f4b36..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@
-
-override_dh_auto_test:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list