[neon/kde/ffmpegthumbs/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Sun Dec 24 02:24:48 GMT 2023


Git commit f1a280924b7fea7e8185d312a7dc082686941e0c by Carlos De Maine.
Committed on 24/12/2023 at 03:24.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +9    -11   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/ffmpegthumbs/-/commit/f1a280924b7fea7e8185d312a7dc082686941e0c

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index e740f7c..7589d3c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,22 +5,22 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>,
            Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 1.0.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
                libavcodec-dev,
                libavfilter-dev,
                libavformat-dev,
                libavutil-dev,
-               libkf5config-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
                libswscale-dev,
                libtag1-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.2.0~)
-Standards-Version: 4.3.0
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ffmpegthumbs
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ffmpegthumbs.git
@@ -28,8 +28,6 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ffmpegthumbs.git
 Package: ffmpegthumbs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: video thumbnail generator using ffmpeg
  FFMpegThumbs is a video thumbnail generator for KDE file managers
  like Dolphin and Konqueror.  It enables them to show preview images
diff --git a/debian/rules b/debian/rules
index 7313945..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-5~
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list