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

Carlos De Maine null at kde.org
Tue Aug 19 10:53:40 BST 2025


Git commit a3e9d14b3db1dee4989dffc11c2381ce4ee9a77d by Carlos De Maine.
Committed on 19/08/2025 at 09:53.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +28   -33   debian/control
M  +3    -4    debian/rules

https://invent.kde.org/neon/extras/subtitlecomposer/-/commit/a3e9d14b3db1dee4989dffc11c2381ce4ee9a77d

diff --git a/debian/control b/debian/control
index 56bbbce..fbec912 100644
--- a/debian/control
+++ b/debian/control
@@ -4,39 +4,34 @@ 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: debhelper-compat (= 13),
- cmake (>= 3.4.0~),
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.9.0~),
- qtbase5-private-dev (>= 5.9.0~),
- qtdeclarative5-dev,
- libqt5opengl5-desktop-dev (>= 5.9.0~),
- extra-cmake-modules (>= 1.2.0),
- libkf5auth-dev (>= 5.44.0~),
- libkf5codecs-dev (>= 5.44.0~),
- libkf5config-dev (>= 5.44.0~),
- libkf5configwidgets-dev (>= 5.44.0~),
- libkf5coreaddons-dev (>= 5.44.0~),
- libkf5i18n-dev (>= 5.44.0~),
- libkf5kio-dev (>= 5.44.0~),
- kross-dev (>= 5.44.0~),
- libkf5sonnet-dev (>= 5.44.0~),
- libkf5textwidgets-dev (>= 5.44.0~),
- libkf5widgetsaddons-dev (>= 5.44.0~),
- libkf5xmlgui-dev (>= 5.44.0~),
- libavcodec-dev,
- libavformat-dev,
- libavutil-dev,
- libswresample-dev,
- libswscale-dev,
- pkg-config,
- libicu-dev,
- libopenal-dev,
- libpocketsphinx-dev [amd64 i386 arm64],
- gettext,
-# for tests:
- xvfb <!nocheck>,
- xauth <!nocheck>,
-Standards-Version: 4.6.1
+               cmake,
+               gettext,
+               kf6-extra-cmake-modules,
+               kf6-kauth-dev,
+               kf6-kcodecs-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
+               kf6-sonnet-dev,
+               libavcodec-dev,
+               libavformat-dev,
+               libavutil-dev,
+               libicu-dev,
+               libopenal-dev,
+               libpocketsphinx-dev [amd64 i386 arm64],
+               libswresample-dev,
+               libswscale-dev,
+               pkgconf,
+               pkg-kde-tools-neon,
+               qt6-5compat-dev,
+               qt6-base-dev,
+               qt6-declarative-dev,
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://subtitlecomposer.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/subtitlecomposer
diff --git a/debian/rules b/debian/rules
index 073ff4e..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +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
-
-override_dh_auto_test:
-	xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list