[neon/neon-packaging/kio-admin/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Dec 24 04:23:00 GMT 2023
Git commit 8e18b7b41fa1c1b2c51ee92d958be33a43aeffa1 by Carlos De Maine.
Committed on 24/12/2023 at 05:22.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +6 -6 debian/control
M +3 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/kio-admin/-/commit/8e18b7b41fa1c1b2c51ee92d958be33a43aeffa1
diff --git a/debian/control b/debian/control
index 1c85bdc..d95c7be 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- libkf5kio-dev,
- libkf5i18n-dev,
- libpolkit-qt5-1-dev,
- pkg-kde-tools,
+ kf6-extra-cmake-modules,
+ kf6-kio-dev,
+ kf6-ki18n-dev,
+ libpolkit-qt6-1-dev,
+ pkg-kde-tools-neon,
qtbase5-dev,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/system/kio-admin
Package: kio-admin
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