[neon/neon-packaging/kde-inotify-survey/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon Jan 15 02:09:13 GMT 2024


Git commit 97e65f8dcead6f487b2e126ddd113ef09e015f14 by Carlos De Maine.
Committed on 15/01/2024 at 03:09.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

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

https://invent.kde.org/neon/neon-packaging/kde-inotify-survey/-/commit/97e65f8dcead6f487b2e126ddd113ef09e015f14

diff --git a/debian/control b/debian/control
index 2ebc46a..5bfb05f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,16 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
                extra-cmake-modules,
-               libkf5auth-dev,
-               libkf5coreaddons-dev,
-               libkf5dbusaddons-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               pkg-kde-tools,
-               qtbase5-dev,
-               qtdeclarative5-dev
-Standards-Version: 4.5.0
+               kf6-kauth-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-notifications-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/system/kde-inotify-survey
 
 Package: kde-inotify-survey
diff --git a/debian/rules b/debian/rules
index 5c87712..3d69b0d 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