[neon/neon-packaging/aura-browser/Neon/unstable] debian: port to kf6

Harald Sitter null at kde.org
Fri Mar 10 15:28:01 GMT 2023


Git commit 5bc94b817266472859b43561d6715c5753b8af82 by Harald Sitter.
Committed on 10/03/2023 at 14:54.
Pushed by sitter into branch 'Neon/unstable'.

port to kf6

M  +8    -8    debian/control
M  +6    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/aura-browser/commit/5bc94b817266472859b43561d6715c5753b8af82

diff --git a/debian/control b/debian/control
index 543841c..c6249c1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               kirigami2-dev,
-               libkf5i18n-dev,
-               pkg-kde-tools,
-               qtbase5-dev (>= 5.14.0~),
-               qtmultimedia5-dev,
-               qtquickcontrols2-5-dev,
-               qtwebengine5-dev
+               kf6-extra-cmake-modules,
+               kf6-ki18n-dev,
+               kf6-kirigami2-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-multimedia-dev,
+               qt6-webengine-dev
 Standards-Version: 4.5.1
 Homepage: https://invent.kde.org/plasma-bigscreen/aura-browser
 
diff --git a/debian/rules b/debian/rules
index 28858f7..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with 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