[neon/neon-packaging/eloquens/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Sat Dec 14 03:49:03 GMT 2024


Git commit d2a21b98fcba3e14bcdc3c03c29149973ba76436 by Carlos De Maine.
Committed on 14/12/2024 at 03:48.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +11   -12   debian/control
M  +2    -2    debian/copyright
M  +3    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/eloquens/-/commit/d2a21b98fcba3e14bcdc3c03c29149973ba76436

diff --git a/debian/control b/debian/control
index 23fe421..f7bda17 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,17 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               kirigami2-dev,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5dbusaddons-dev,
-               libkf5i18n-dev,
-               libqt5svg5-dev,
-               pkg-kde-tools,
-               qtbase5-dev,
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev
-Standards-Version: 4.5.0
+               kf6-extra-cmake-modules,
+               kf6-kirigami2-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-ki18n-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg-dev,
+Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/sdk/eloquens
 
 Package: eloquens
diff --git a/debian/copyright b/debian/copyright
index f3bb1a8..b569216 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: kio-s3
-Source: https://invent.kde.org/system/kio-s3
+Upstream-Name: eloquens
+Source: https://invent.kde.org/sdk/eloquens
 
 Files: *
 Copyright: 2022 Elvis
diff --git a/debian/rules b/debian/rules
index 5c87712..49552b2 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