[neon/kde/plymouth-kcm/Neon/unstable] debian: port to kf6

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


Git commit e07d6f4554bb12760100e8b0bb4de438f6ec380d 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    -4    debian/rules

https://invent.kde.org/neon/kde/plymouth-kcm/commit/e07d6f4554bb12760100e8b0bb4de438f6ec380d

diff --git a/debian/control b/debian/control
index c20fad2..dcc44f5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,21 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12),
                debhelper (>= 11~),
-               extra-cmake-modules (>= 5.50.0~),
-               libkf5archive-dev (>= 5.50.0~),
-               libkf5config-dev (>= 5.50.0~),
-               libkf5configwidgets-dev (>= 5.50.0~),
-               libkf5crash-dev (>= 5.18.0~),
-               libkf5declarative-dev (>= 5.50.0~),
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5kcmutils-dev (>= 5.18.0~),
-               libkf5kio-dev (>= 5.50.0~),
-               libkf5newstuff-dev (>= 5.50.0~),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kcmutils-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcrash-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knewstuff-dev,
                libplymouth-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~),
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev
 Standards-Version: 4.1.3
 Homepage: https://www.kde.org
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/plymouth-kcm.git
@@ -31,6 +31,6 @@ Depends: plasma-framework,
          qml-module-org-kde-kcm,
          qml-module-org-kde-kquickcontrolsaddons,
          ${misc:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Description: KCM for Plymouth
  KDE systemsettings module to manage plymouth theming.
diff --git a/debian/rules b/debian/rules
index 8502964..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-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_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