[neon/kde/bluedevil/Neon/unstable] debian: port to kf6

Harald Sitter null at kde.org
Fri Mar 10 15:30:16 GMT 2023


Git commit 57ec4193313002ebaa936a39a677c3d595020044 by Harald Sitter.
Committed on 10/03/2023 at 14:54.
Pushed by sitter into branch 'Neon/unstable'.

port to kf6

M  +19   -19   debian/control
M  +6    -3    debian/rules

https://invent.kde.org/neon/kde/bluedevil/commit/57ec4193313002ebaa936a39a677c3d595020044

diff --git a/debian/control b/debian/control
index 0d79563..2e6977f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,25 +9,25 @@ Uploaders: Florian Reinhard <florian.reinhard at googlemail.com>,
            Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0~),
                debhelper (>= 11~),
-               extra-cmake-modules (>= 5.50.0~),
-               kded5-dev (>= 5.50.0~),
-               kirigami2-dev,
-               libkf5bluezqt-dev (>= 5.50.0~),
-               libkf5coreaddons-dev (>= 5.50.0~),
-               libkf5dbusaddons-dev (>= 5.50.0~),
-               libkf5declarative-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5iconthemes-dev (>= 5.50.0~),
-               libkf5kcmutils-dev,
-               libkf5kio-dev (>= 5.50.0~),
-               libkf5notifications-dev (>= 5.50.0~),
-               libkf5plasma-dev (>= 5.50.0~),
-               libkf5widgetsaddons-dev (>= 5.50.0~),
-               libkf5windowsystem-dev (>= 5.50.0~),
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~),
+               kf6-bluez-qt-dev,
+               kf6-extra-cmake-modules,
+               kf6-kcmutils-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-kded-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-kirigami2-dev,
+               kf6-knotifications-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-plasma-framework-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
                shared-mime-info
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/kde/workspace/bluedevil
diff --git a/debian/rules b/debian/rules
index 6a2523e..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+	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