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

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


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

port to kf6

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

https://invent.kde.org/neon/kde/plasma-sdk/commit/17a6b32f7fef6c59725ffd5f60493bee4c70182f

diff --git a/debian/control b/debian/control
index c9f26d6..c2ae0d1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,29 +5,29 @@ 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~),
                gettext,
-               kirigami2-dev (>= 5.50.0~),
-               libkf5archive-dev (>= 5.50.0~),
-               libkf5completion-dev (>= 5.50.0~),
-               libkf5config-dev (>= 5.50.0~),
-               libkf5configwidgets-dev (>= 5.50.0~),
-               libkf5coreaddons-dev (>= 5.50.0~),
-               libkf5dbusaddons-dev (>= 5.50.0~),
-               libkf5declarative-dev (>= 5.50.0~),
-               libkf5doctools-dev (>= 5.50.0~),
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5iconthemes-dev (>= 5.50.0~),
-               libkf5kio-dev (>= 5.50.0~),
-               libkf5plasma-dev (>= 5.50.0~),
-               libkf5service-dev (>= 5.50.0~),
-               libkf5syntaxhighlighting-dev (>= 5.78.0~),
-               libkf5texteditor-dev (>= 5.78.0~),
-               libkf5widgetsaddons-dev (>= 5.50.0~),
-               libqt5svg5-dev (>= 5.11.0~),
-               pkg-kde-tools (>> 0.15.15),
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-kirigami2-dev,
+               kf6-kservice-dev,
+               kf6-ktexteditor-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-plasma-framework-dev,
+               kf6-syntax-highlighting-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg-dev
 Standards-Version: 4.1.3
 Homepage: http://projects.kde.org/plasma-sdk
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-sdk
@@ -42,7 +42,7 @@ Depends: plasma-framework,
          qml-module-qt-labs-settings,
          qml-module-qtgraphicaleffects,
          ${misc:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Recommends: bash (>= 4.3)
 Description: IDE tailored for development of Plasma components
  A small IDE tailored for development of Plasma components,
diff --git a/debian/rules b/debian/rules
index dae440d..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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
+	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_auto_test:
-	# Disable auto tests at build time
-	:
+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