[neon/kde/plasma-thunderbolt/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 02:57:01 GMT 2023


Git commit 91c245d3c08f6c043f7fc4d0d8e4ce6eaca4b6a9 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

M  +9    -9    debian/control
M  +6    -1    debian/rules

https://invent.kde.org/neon/kde/plasma-thunderbolt/commit/91c245d3c08f6c043f7fc4d0d8e4ce6eaca4b6a9

diff --git a/debian/control b/debian/control
index 738b6d8..80c7d65 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,16 @@ Maintainer: Jonathan Riddell <jr at jriddell.org>
 Build-Depends: bolt,
                cmake,
                debhelper (>= 12),
-               extra-cmake-modules,
-               libkf5coreaddons-dev,
-               libkf5dbusaddons-dev,
-               libkf5declarative-dev,
-               libkf5i18n-dev,
-               libkf5kcmutils-dev,
-               libkf5notifications-dev,
+               kf6-extra-cmake-modules,
+               kf6-kcmutils-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-knotifications-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.16),
-               qtdeclarative5-dev
+               pkg-kde-tools-neon,
+               qt6-declarative-dev
 Standards-Version: 3.9.6
 Homepage: https://cgit.kde.org/plasma-thunderbolt.git/
 
diff --git a/debian/rules b/debian/rules
index 28858f7..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_shlibdeps:
+	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list