[neon/kde/plasma-systemmonitor/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 02:48:32 GMT 2023
Git commit de1dc7621d840e6de4f20b256237b94be27641a4 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +16 -16 debian/control
M +6 -3 debian/rules
https://invent.kde.org/neon/kde/plasma-systemmonitor/commit/de1dc7621d840e6de4f20b256237b94be27641a4
diff --git a/debian/control b/debian/control
index f10f2b4..4c8d8b5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,23 +4,23 @@ Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf at debian.org>,
Norbert Preining <norbert at preining.info>,
- Patrick Franz <deltaone at debian.org>,
+ Patrick Franz <deltaone at debian.org>
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.82~),
- libkf5config-dev (>= 5.82~),
- libkf5dbusaddons-dev (>= 5.82~),
- libkf5declarative-dev (>= 5.82~),
- libkf5globalaccel-dev (>= 5.82~),
- libkf5i18n-dev (>= 5.82~),
- libkf5itemmodels-dev (>= 5.82~),
- libkf5kio-dev (>= 5.82~),
- libkf5newstuff-dev (>= 5.82.0~),
- libkf5service-dev (>= 5.82~),
- libkf5sysguard-dev (>= 4:5.23~),
- pkg-kde-tools,
- qtbase5-dev (>= 5.15.0~),
- qtdeclarative5-dev (>= 5.15.0~),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdeclarative-dev,
+ kf6-kglobalaccel-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-kitemmodels-dev,
+ kf6-knewstuff-dev,
+ kf6-kservice-dev,
+ libkf6sysguard-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev
Standards-Version: 4.6.0
Homepage: https://apps.kde.org/en/plasma-systemmonitor
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-systemmonitor
@@ -48,7 +48,7 @@ Depends: ksystemstats (>= 5.23.0~),
qml-module-qtquick-window2 (>= 5.15.0~),
qml-module-qtquick2 (>= 5.15.0~),
${misc:Depends},
- ${shlibs:Depends},
+ ${shlibs:Depends}
Description: System monitor for the Plasma desktop
Plasma System Monitor provides an interface for monitoring system sensors,
process information and other system resources.
diff --git a/debian/rules b/debian/rules
index 38fa690..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# 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