[neon/neon-packaging/xwaylandvideobridge/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon Jul 10 07:52:02 BST 2023


Git commit b31c22431b0789f693f83156706248a042a1c047 by Carlos De Maine.
Committed on 10/07/2023 at 06:51.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +11   -13   debian/control
M  +3    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/xwaylandvideobridge/-/commit/b31c22431b0789f693f83156706248a042a1c047

diff --git a/debian/control b/debian/control
index fb376c8..4d5a19f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,25 +4,23 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               libkf5coreaddons-dev,
-               libkf5i18n-dev,
-               libkf5notifications-dev,
-               libkf5widgetsaddons-dev,
-               libkf5windowsystem-dev,
-               libkpipewire-dev,
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-knotifications-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kwidgetsaddons-dev,
                libpipewire-0.3-dev,
-               libqt5x11extras5-dev,
+               libkpipewire-dev,
                libxcb-composite0-dev,
                libxcb-record0-dev,
                libxcb-util-dev,
                libxcb-xfixes0-dev,
                pkg-config,
-               pkg-kde-tools,
-               qtbase5-dev,
-               qtbase5-private-dev,
-               qtdeclarative5-dev
-Standards-Version: 4.6.1
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/neon-packaging/xwaylandvideobridge
 
 Package: xwaylandvideobridge
diff --git a/debian/rules b/debian/rules
index 28858f7..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/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


More information about the Neon-commits mailing list