[neon/extras/ktechlab/Neon/stable] debian: kf6ify

Carlos De Maine null at kde.org
Mon May 12 05:35:23 BST 2025


Git commit 24a600986f6e35209916218f7626abc68575ba8f by Carlos De Maine.
Committed on 12/05/2025 at 04:35.
Pushed by carlosdem into branch 'Neon/stable'.

kf6ify

M  +22   -22   debian/control
M  +2    -7    debian/rules

https://invent.kde.org/neon/extras/ktechlab/-/commit/24a600986f6e35209916218f7626abc68575ba8f

diff --git a/debian/control b/debian/control
index e6fd063..d6bbead 100644
--- a/debian/control
+++ b/debian/control
@@ -3,31 +3,31 @@ Section: kde
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: cmake (>= 3.1~),
+Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.14.0~),
                gettext,
-               gpsim-dev (>= 0.26~),
+               gpsim-dev,
+               kf6-extra-cmake-modules,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-ktexteditor-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kxmlgui-dev,
+               kf6-syntax-highlighting-dev,
                libglib2.0-dev,
-               libkf5completion-dev,
-               libkf5config-dev,
-               libkf5configwidgets-dev,
-               libkf5coreaddons-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5kio-dev,
-               libkf5parts-dev,
-               libkf5syntaxhighlighting-dev,
-               libkf5texteditor-dev,
-               libkf5textwidgets-dev,
-               libkf5widgetsaddons-dev,
-               libkf5windowsystem-dev,
-               libkf5xmlgui-dev,
-               libqt5serialport5-dev,
-               pkg-config,
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev
+               pkgconf,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-serialport-dev,
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://invent.kde.org/sdk/ktechlab
diff --git a/debian/rules b/debian/rules
index d0118eb..42a93b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
-
+# -*- makefile -*-
 %:
-	dh $@ --with kf5
-
-override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
-
-override_dh_auto_test:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list