[neon/mobile/plasma-dialer/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Mon May 15 06:27:38 BST 2023
Git commit 8188a0ff52b7ffe40baf0ff87d08804575aa25d3 by Carlos De Maine.
Committed on 15/05/2023 at 05:27.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
D +0 -1 debian/compat
M +28 -28 debian/control
M +7 -1 debian/rules
https://invent.kde.org/neon/mobile/plasma-dialer/commit/8188a0ff52b7ffe40baf0ff87d08804575aa25d3
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 3cacc0b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 2d97b11..ac9f8f2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,36 +3,36 @@ Section: comm
Priority: optional
Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
Build-Depends: cmake,
- debhelper (>= 12),
- extra-cmake-modules,
- kirigami-addons-dev,
- kwin-dev,
- libcallaudio-dev,
- libdbusextended-qt5-dev,
- libkf5contacts-dev,
- libkf5coreaddons-dev,
- libkf5dbusaddons-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- libkf5notifications-dev,
- libkf5people-dev,
- libkf5pulseaudioqt-dev,
- libmpris-qt5-dev,
- libphonenumber-dev,
- libpulse-dev,
- libqofono-dev,
- libqt5waylandclient5-dev,
- libtelepathy-qt5-dev,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcontacts-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-kirigami2-dev,
+ kf6-kirigami-addons-dev,
+ kf6-knotifications-dev,
+ kf6-kpeople-dev,
+ kf6-kwindowsystem-dev,
+ kf6-modemmanager-qt-dev,
+# kwin-dev,
+# kf5pulseaudioqt-dev,
+# libcallaudio-dev,
+# libdbusextended-qt5-dev,
+# libmpris-qt5-dev,
+# libphonenumber-dev,
+# libpulse-dev,
+# libqofono-dev,
+# libqt5waylandclient5-dev,
+# libtelepathy-qt5-dev,
libwayland-dev,
- modemmanager-qt-dev,
+ pkg-kde-tools-neon,
plasma-wayland-protocols,
- qtbase5-dev,
- qtbase5-private-dev,
- qtdeclarative5-dev,
- qtfeedback5-dev,
- qtquickcontrols2-5-dev,
- qtwayland5-dev-tools,
- qtwayland5-private-dev
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-wayland-dev
Standards-Version: 4.4.1
Vcs-Git: https://gitlab.com/debian-pm/apps/plasma-dialer
Vcs-Browser: https://gitlab.com/debian-pm/apps/plasma-dialer
diff --git a/debian/rules b/debian/rules
index cbe925d..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
%:
- dh $@
+ 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