[neon/kde/milou/Neon/unstable] debian: port to kf6

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


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

port to kf6

M  +11   -12   debian/control
M  +5    -6    debian/rules

https://invent.kde.org/neon/kde/milou/commit/205f11c734684c9c11fd231121977f948254066a

diff --git a/debian/control b/debian/control
index 26d75cd..aca4dec 100644
--- a/debian/control
+++ b/debian/control
@@ -5,18 +5,17 @@ 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~),
-               libkf5coreaddons-dev (>= 5.50.0~),
-               libkf5declarative-dev (>= 5.50.0~),
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5itemmodels-dev (>= 5.50.0~),
-               libkf5plasma-dev (>= 5.50.0~),
-               libkf5runner-dev (>= 5.50.0~),
-               libkf5service-dev (>= 5.50.0~),
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~),
-               qtscript5-dev (>= 5.9.0~)
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kitemmodels-dev,
+               kf6-krunner-dev,
+               kf6-kservice-dev,
+               kf6-plasma-framework-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev
 Standards-Version: 4.1.3
 Homepage: https://projects.kde.org/projects/kde/workspace/milou
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/milou
diff --git a/debian/rules b/debian/rules
index b3b2bc8..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='milou-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