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

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


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

port to kf6

M  +17   -18   debian/control
M  +5    -6    debian/rules

https://invent.kde.org/neon/kde/sddm-kcm/commit/acf10bb48a4d278e57c7741fbd131a8752904268

diff --git a/debian/control b/debian/control
index c633d6d..5a913f0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,20 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Harald Sitter <apachelogger at kubuntu.org>,
-           Maximiliano Curia <maxy at debian.org>,
+           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~),
-               libkf5auth-dev (>= 5.50.0~),
-               libkf5configwidgets-dev (>= 5.50.0~),
-               libkf5coreaddons-dev (>= 5.50.0~),
-               libkf5declarative-dev (>= 5.78.0~),
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5kcmutils-dev (>= 5.78.0~),
-               libkf5kio-dev (>= 5.50.0~),
-               libkf5newstuff-dev (>= 5.50.0~),
-               libkf5xmlgui-dev (>= 5.50.0~),
-               libqt5x11extras5-dev (>= 5.11.0~),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kauth-dev,
+               kf6-kcmutils-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knewstuff-dev,
+               kf6-kxmlgui-dev,
                libx11-dev,
                libxcb-image0-dev,
                libxcb-shm0-dev,
@@ -25,10 +24,10 @@ Build-Depends: cmake (>= 2.8.12),
                libxcb1-dev,
                libxcursor-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~),
-               qttools5-dev (>= 5.4.0~),
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-tools-dev
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/kde/workspace/sddm-kcm
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/sddm-kcm
@@ -39,6 +38,6 @@ Architecture: any
 Depends: qml-module-qtquick-layouts,
          qml-module-qtquick2,
          ${misc:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Description: KCM module for SDDM
  KDE systemsettings module to configure SDDM login manager.
diff --git a/debian/rules b/debian/rules
index c997cad..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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_strip:
-	dh_strip --dbgsym-migration='kde-config-sddm-dbg (<= 4:5.5.5-1~~)'
+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