[neon/kde/kdesdk-thumbnailers/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Thu Jun 12 01:33:25 BST 2025


Git commit 5487209478d9a61b56d3c6100020d61fb011004f by Carlos De Maine.
Committed on 12/06/2025 at 00:33.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

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

https://invent.kde.org/neon/kde/kdesdk-thumbnailers/-/commit/5487209478d9a61b56d3c6100020d61fb011004f

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index a45cbc3..596fff6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,16 +6,16 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Modestas Vainius <modax at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               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,
                libgettextpo-dev,
-               libkf5config-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.2.0~),
-Standards-Version: 4.1.1
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdesdk-thumbnailers.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdesdk-thumbnailers.git
@@ -24,8 +24,6 @@ Package: kdesdk-thumbnailers
 Architecture: any
 Section: devel
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: kdesdk file format thumbnailers for KDE
  It contains a plugin to allow KDE software to create thumbnails for Gettext
  translations files (po).
diff --git a/debian/rules b/debian/rules
index 32feb42..1ca7e95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
 #!/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-4~
+export DH_VERBOSE = 1
 
-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
 
-override_dh_strip:
-	$(overridden_command) --dbgsym-migration='kdesdk-thumbnailers-dbg (<= 4:15.12.0-1~~)'
+.PHONY: override_dh_auto_test


More information about the Neon-commits mailing list