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

Carlos De Maine null at kde.org
Tue Mar 14 02:13:22 GMT 2023


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

port to kf6

M  +10   -10   debian/control
M  +3    -3    debian/copyright
M  +5    -5    debian/rules

https://invent.kde.org/neon/kde/ksystemstats/commit/d6e0a6cf349f29a761ec22fc59c8b198b97b58a8

diff --git a/debian/control b/debian/control
index 2e314e2..4a2b3e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,22 @@ Source: ksystemstats
 Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Norbert Preining <norbert at preining.info>,
+Uploaders: Norbert Preining <norbert at preining.info>
 Build-Depends: cmake (>= 3.16~),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.82~),
-               libkf5coreaddons-dev (>= 5.82~),
-               libkf5dbusaddons-dev (>= 5.82~),
-               libkf5kio-dev (>= 5.82~),
-               libkf5networkmanagerqt-dev (>= 5.82~),
-               libkf5solid-dev (>= 5.82~),
-               libkf5sysguard-dev (>= 4:5.21.80~),
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kio-dev,
+               kf6-networkmanager-qt-dev,
+               kf6-solid-dev,
+               libkf6sysguard-dev,
                libnl-3-dev,
                libnl-route-3-dev,
                libsensors4-dev,
                libudev-dev,
-               pkg-kde-tools (>= 0.15.18~),
-               qtbase5-dev (>= 5.15.0~),
+               pkg-kde-tools-neon,
+               qt6-base-dev
 Standards-Version: 4.5.1
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ksystemstats
diff --git a/debian/copyright b/debian/copyright
index 75b6540..028b549 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -86,10 +86,10 @@ License: LGPL-3.0-or-later
  GNU General Public License for more details.
  .
  On Debian systems see /usr/share/common-licenses/LGPL-3
- 
+
 License: GPL-2
  This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as 
+ it under the terms of the GNU General Public License version 2 as
  published by the Free Software Foundation.
  .
  This program is distributed in the hope that it will be useful,
@@ -105,7 +105,7 @@ License: GPL-2
 
 License: GPL-3
  This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as 
+ it under the terms of the GNU General Public License version 3 as
  published by the Free Software Foundation.
  .
  This program is distributed in the hope that it will be useful,
diff --git a/debian/rules b/debian/rules
index fcdcd97..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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_auto_test:
-	true
+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