[neon/neon-packaging/oxygen-sounds/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 01:20:30 GMT 2023


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

port to kf6

M  +3    -4    debian/control
M  +6    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/oxygen-sounds/commit/048f29472bd9eba0576566820dc762fbdd0f8694

diff --git a/debian/control b/debian/control
index 8e2579d..87e7a64 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cmake (>= 2.8.12),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 1.3.0~),
-               pkg-kde-tools (>= 0.15.18~),
-               qt5-qmake-bin,
-               qtbase5-dev
+               kf6-extra-cmake-modules,
+               pkg-kde-tools-neon,
+               qt6-base-dev
 Standards-Version: 4.5.0
 Homepage: https://invent.kde.org/plasma/oxygen-sounds
 
diff --git a/debian/rules b/debian/rules
index 5c87712..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+# 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