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

Carlos De Maine null at kde.org
Tue Mar 14 02:51:11 GMT 2023


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

port to kf6

M  +13   -13   debian/control
M  +5    -8    debian/rules

https://invent.kde.org/neon/kde/plasma-pa/commit/dc263804b37872cb24580f801ddc9a3a9c4d1feb

diff --git a/debian/control b/debian/control
index 9f1cf43..b6e006c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,24 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0~),
                debhelper (>= 11~),
-               extra-cmake-modules (>= 5.50.0~),
+               kf6-extra-cmake-modules,
+               kf6-kcmutils-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-kdoctools-dev,
+               kf6-kglobalaccel-dev,
+               kf6-ki18n-dev,
+               kf6-knotifications-dev,
+               kf6-plasma-framework-dev,
                libcanberra-dev,
                libcanberra-pulse,
                libgconf2-dev,
                libglib2.0-dev,
-               libkf5configwidgets-dev (>= 5.18.0~),
-               libkf5coreaddons-dev (>= 5.50.0~),
-               libkf5declarative-dev (>= 5.50.0~),
-               libkf5doctools-dev (>= 5.50.0~),
-               libkf5globalaccel-dev (>= 5.50.0~),
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5kcmutils-dev,
-               libkf5notifications-dev,
-               libkf5plasma-dev (>= 5.50.0~),
                libpulse-dev (>= 5.0.0~),
-               pkg-kde-tools,
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~)
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev
 Standards-Version: 4.1.4
 Homepage: http://www.kde.org
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-pa
diff --git a/debian/rules b/debian/rules
index d852634..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +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
-
-override_dh_auto_configure:
-	dh_auto_configure -- -DUSE_GSETTINGS=On
+	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_strip:
-	dh_strip --dbgsym-migration='plasma-pa-dbg (<= 5.5.5-1~~)'
+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