[neon/neon-packaging/kjournald/Neon/unstable] debian: KF6ify

Scarlett Moore null at kde.org
Tue Nov 7 13:01:29 GMT 2023


Git commit 18f0eafdff5b8fba4bef3fa3232e792f2e07cb84 by Scarlett Moore.
Committed on 07/11/2023 at 14:01.
Pushed by scarlettmoore into branch 'Neon/unstable'.

KF6ify

M  +6    -7    debian/control
M  +3    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/kjournald/-/commit/18f0eafdff5b8fba4bef3fa3232e792f2e07cb84

diff --git a/debian/control b/debian/control
index 1997ee5..214f0b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,13 @@ Priority: optional
 Maintainer: Jonathan Riddell <jr at jriddell.org>
 Build-Depends: cmake (>= 3.1~),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.77.0~),
-               libkf5coreaddons-dev,
-               libkf5i18n-dev,
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
                libsystemd-dev,
-               qtbase5-dev (>= 5.15.0~),
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev
-Standards-Version: 4.1.4
+               qt6-base-dev,
+               qt6-declarative-dev
+Standards-Version: 4.6.2
 
 Package: kjournald
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 5c87712..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5 --buildsystem kf5
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list