[neon/neon-packaging/flatpak-kcm/Neon/unstable] debian: port to kf6

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


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

port to kf6

M  +9    -9    debian/control
M  +6    -4    debian/rules

https://invent.kde.org/neon/neon-packaging/flatpak-kcm/commit/92bd34ce17a610457f93060eeb5c05033dba87cb

diff --git a/debian/control b/debian/control
index 129f730..7715a65 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,18 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cmake (>= 3.16~),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.98.0~),
+               kf6-extra-cmake-modules,
+               kf6-kcmutils-dev,
+               kf6-kconfig-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
                libconfig-dev,
                libflatpak-dev,
-               libkf5config-dev (>= 5.98.0~),
-               libkf5declarative-dev (>= 5.98.0~),
-               libkf5i18n-dev (>= 5.98.0~),
-               libkf5kcmutils-dev (>= 5.98.0~),
-               libqt5svg5-dev (>= 5.15.2~),
                pkg-config,
-               pkg-kde-tools,
-               qtbase5-dev,
-               qtdeclarative5-dev (>= 5.15.2~)
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg-dev
 Standards-Version: 4.6.0
 Homepage: https://invent.kde.org/plasma/flatpak-kcm
 Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index bcfd6a4..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-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 --buildsystem 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