[neon/neon-packaging/kio-stash/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Sat Jun 14 06:22:46 BST 2025


Git commit 479cc241b53fd0d1da1925769be003ccc442ef00 by Carlos De Maine.
Committed on 14/06/2025 at 05:22.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +10   -10   debian/control
M  +3    -3    debian/rules

https://invent.kde.org/neon/neon-packaging/kio-stash/-/commit/479cc241b53fd0d1da1925769be003ccc442ef00

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index e5f9f86..89454d8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,16 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 XSBC-Original-Maintainer: Clive Johnston <clivejo at kubuntu.org>
 Build-Depends: cmake,
-               debhelper (>= 9),
-               extra-cmake-modules,
-               libkf5config-dev,
-               libkf5dbusaddons-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               pkg-kde-tools,
-               qtbase5-dev
-Standards-Version: 3.9.7
-Homepage: https://aelog.org/kio-gdrive-released/
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kdbusaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev
+Standards-Version: 4.6.2
+Homepage: https://invent.kde.org/utilities/kio-stash
 Vcs-git: https://packaging.neon.kde.org/kio-stash.git
 Vcs-browser: https://packaging.neon.kde.org/kio-stash.git
 
diff --git a/debian/rules b/debian/rules
index c45eac1..bae5cd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ 
+        dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_test:
 	# Disable dh_auto_test at build time


More information about the Neon-commits mailing list