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

Carlos De Maine null at kde.org
Sat Jun 14 06:34:54 BST 2025


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

kf6ify

M  +8    -8    debian/control
M  +3    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/kio-s3/-/commit/b51a7d8dcc14d0ee942584e390ef3bc08ed3fca8

diff --git a/debian/control b/debian/control
index 97f09c8..83893e5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: aws-sdk-cpp,
                cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               libkf5kio-dev,
-               libkf5i18n-dev,
-               libkf5doctools-dev,
-	           libpolkit-qt5-1-dev,
-               pkg-kde-tools,
-               qtbase5-dev
-Standards-Version: 4.5.0
+               kf6-extra-cmake-modules,
+               kf6-doctools-dev,
+	           kf6-ki18n-dev,
+               kf6-kio-dev,
+               libpolkit-qt5-1-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev
+Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/system/kio-s3
 
 Package: kio-s3
diff --git a/debian/rules b/debian/rules
index 5c87712..08bdf3e 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