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

Carlos De Maine null at kde.org
Fri Sep 15 16:04:46 BST 2023


Git commit f596ff13e6d43ad93882badff5976a033123f0bd by Carlos De Maine.
Committed on 15/09/2023 at 17:04.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

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

https://invent.kde.org/neon/kde/markdownpart/-/commit/f596ff13e6d43ad93882badff5976a033123f0bd

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 48287ed..3816d3f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>,
-Build-Depends: cmake (>= 3.5~),
-               debhelper (>= 12),
-               extra-cmake-modules (>= 5.66.0~),
-               libkf5i18n-dev (>= 5.66.0~),
-               libkf5parts-dev (>= 5.66.0~),
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.14.0~),
-Standards-Version: 4.5.0
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-ki18n-dev,
+               kf6-kparts-dev,
+               pkg-kde-tools-neon,
+               qt6base-dev,
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://invent.kde.org/utilities/markdownpart
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/markdownpart
diff --git a/debian/rules b/debian/rules
index 28858f7..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +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
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list