[neon/forks/kup-backup/Neon/unstable_jammy] debian: kf6ify
Carlos De Maine
null at kde.org
Tue Sep 3 08:59:16 BST 2024
Git commit d829b1afb72acdc32576b4d251a33ea4c49b334d by Carlos De Maine.
Committed on 03/09/2024 at 07:58.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
kf6ify
M +15 -0 debian/control
M +3 -3 debian/rules
https://invent.kde.org/neon/forks/kup-backup/-/commit/d829b1afb72acdc32576b4d251a33ea4c49b334d
diff --git a/debian/control b/debian/control
index 4a498b1..90a377c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: cmake,
debhelper-compat (= 13),
extra-cmake-modules,
kinit-dev,
+ kf6-extra-cmake-modules,
libgit2-dev,
libkf5kcmutils-dev,
libkf5coreaddons-dev,
@@ -21,6 +22,20 @@ Build-Depends: cmake,
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-plasma5support-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