[neon/kde/svgpart/Neon/experimental] debian: kf6ify

Carlos De Maine null at kde.org
Wed Aug 9 04:56:10 BST 2023


Git commit 081d66ad213c976a8c5c2680978898e43895861c by Carlos De Maine.
Committed on 09/08/2023 at 05:55.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +8    -10   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/svgpart/-/commit/081d66ad213c976a8c5c2680978898e43895861c

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 bd61ad9..e958833 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,15 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>,
            Eshat Cakar <info at eshat.de>,
            Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.9~),
-               debhelper (>= 9),
-               extra-cmake-modules,
-               libkf5coreaddons-dev,
-               libkf5parts-dev,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kparts-dev,
                libqt5svg5-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev
-Standards-Version: 3.9.8
+               pkg-kde-tools-neon,
+               qt6-base-dev
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/kdegraphics/svgpart
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/svgpart.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/svgpart.git
@@ -22,8 +22,6 @@ Package: svgpart
 Architecture: any
 Section: graphics
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: KDE SVG KPart
  SvgPart is a small KDE KPart component to display SVG images in Gwenview
  and in any other KDE application which uses the KPart system.
diff --git a/debian/rules b/debian/rules
index a196c56..49552b2 100644
--- 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:17.03.90-0~
-
-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