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

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


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

port to kf6

M  +14   -14   debian/control
M  +5    -6    debian/rules

https://invent.kde.org/neon/kde/plasma-disks/commit/86a82b32aa681ddeb15a5ae885c3d09244189779

diff --git a/debian/control b/debian/control
index 6974179..daed747 100644
--- a/debian/control
+++ b/debian/control
@@ -7,19 +7,19 @@ Uploaders: Scarlett Moore <sgmoore at kde.org>,
            Norbert Preining <norbert at preining.info>
 Build-Depends: cmake (>= 3.10~),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.74.0~),
-               libkf5auth-dev (>= 5.74.0~),
-               libkf5config-dev (>= 5.74.0~),
-               libkf5coreaddons-dev (>= 5.74.0~),
-               libkf5dbusaddons-dev (>= 5.74.0~),
-               libkf5declarative-dev (>= 5.74.0~),
-               libkf5i18n-dev (>= 5.74.0~),
-               libkf5kio-dev (>= 5.74.0~),
-               libkf5notifications-dev (>= 5.74.0~),
-               libkf5service-dev (>= 5.74.0~),
-               libkf5solid-dev (>= 5.74.0~),
-               pkg-kde-tools,
-               qtbase5-dev (>= 5.15.0~),
+               kf6-extra-cmake-modules,
+               kf6-kauth-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kservice-dev,
+               kf6-solid-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
                xauth,
                xvfb
 Standards-Version: 4.5.1
@@ -37,7 +37,7 @@ Depends: qml-module-org-kde-kcm (>= 5.74.0~),
          smartmontools,
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: partitionmanager, kup-backup
+Recommends: kup-backup, partitionmanager
 Description: Monitor S.M.A.R.T. capable devices for imminent failure in Plasma
  This package provides a plugin for the KDE user daemon and the corresponding
  Plasma configuration widget for monitoring devices with S.M.A.R.T. support
diff --git a/debian/rules b/debian/rules
index 98c41f5..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
-
+	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_auto_test:
-	:
+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