[neon/extras/kongress/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Wed Nov 1 08:28:13 GMT 2023


Git commit 02127a5cacd85e4d36c0f0e6e5738cc7d28af872 by Carlos De Maine.
Committed on 01/11/2023 at 09:28.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +22   -23   debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/kongress/-/commit/02127a5cacd85e4d36c0f0e6e5738cc7d28af872

diff --git a/debian/control b/debian/control
index 7a39ca0..51c5d24 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,23 @@ Section: kde
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Aurélien COUDERC <coucouf at debian.org>
-Build-Depends: cmake (>= 3.0~),
+Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.63.0~),
-               kirigami2-dev (>= 5.63.0~),
-               libkf5calendarcore-dev (>= 5.63.0~),
-               libkf5config-dev (>= 5.63.0~),
-               libkf5coreaddons-dev (>= 5.63.0~),
-               libkf5dbusaddons-dev (>= 5.63.0~),
-               libkf5i18n-dev (>= 5.63.0~),
-               libkf5notifications-dev (>= 5.63.0~),
-               libkf5service-dev (>= 5.63.0~),
-               libqt5svg5-dev (>= 5.7.0~),
-               pkg-kde-tools,
-               qtbase5-dev (>= 5.7.0~),
-               qtdeclarative5-dev (>= 5.7.0~),
-               qtquickcontrols2-5-dev (>= 5.7.0~),
-               qttools5-dev (>= 5.7.0~),
-Standards-Version: 4.5.1
+               kf6-extra-cmake-modules,
+               kf6-kirigami2-dev,
+               kf6-kcalendarcore-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-ki18n-dev,
+               kf6-knotifications-dev,
+               kf6-kservice-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg-dev,
+               qt6-tools-dev,
+Standards-Version: 4.6.2
 Homepage: https://apps.kde.org/en/kongress
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kongress
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kongress.git
@@ -28,12 +27,12 @@ Rules-Requires-Root: no
 
 Package: kongress
 Architecture: any
-Depends: qml-module-org-kde-kirigami2,
-         qml-module-qtqml,
-         qml-module-qtqml-models2,
-         qml-module-qtquick-controls2,
-         qml-module-qtquick-layouts,
-         qml-module-qtquick2,
+Depends: qml6-module-org-kde-kirigami2,
+         qml6-module-qtqml,
+         qml6-module-qtqml-models,
+         qml6-module-qtquick-controls,
+         qml6-module-qtquick-layouts,
+         qml6-module-qtquick,
          ${shlibs:Depends},
          ${misc:Depends}
 Description: companion application for conferences made by KDE
diff --git a/debian/rules b/debian/rules
index 38fa690..b494417 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with kf5
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list