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

Carlos De Maine null at kde.org
Wed Oct 30 04:57:33 GMT 2024


Git commit 8a6b50c3ae285d572defd230d4614e4fb30332fd by Carlos De Maine.
Committed on 30/10/2024 at 04:57.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +9    -10   debian/control
M  +3    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/kgeotag/-/commit/8a6b50c3ae285d572defd230d4614e4fb30332fd

diff --git a/debian/control b/debian/control
index 485e392..f2e8cd8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,19 @@ Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
 XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras at alioth-lists.debian.net>
 Uploaders: Matthias Geiger <matthias.geiger1024 at tutanota.de>
 Build-Depends: debhelper-compat (= 13),
-               dh-sequence-kf5,
                dh-apparmor,
                cmake (>= 3.16.0~),
-               extra-cmake-modules (>= 5.68.0~),
                gettext,
-               libkf5configwidgets-dev (>= 5.68.0~),
-               libkf5coreaddons-dev (>= 5.68.0~),
-               libkf5crash-dev (>= 5.68.0~),
-               libkf5doctools-dev (>= 5.68.0~),
-               libkf5i18n-dev (>= 5.68.0~),
-               libkf5kexiv2-dev (>= 5.0.0~),
-               libkf5xmlgui-dev (>= 5.68.0~),
+               kf6-extra-cmake-modules,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kxmlgui-dev,
+               libkexiv2-dev,
                libmarble-dev,
-               qtbase5-dev (>= 5.12.0~),
+               qt6-base-dev,
 Standards-Version: 4.6.2
 Homepage: https://kgeotag.kde.org
 Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kgeotag
diff --git a/debian/rules b/debian/rules
index 71be7e5..7ca31ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 #export DH_VERBOSE = 1
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@
+	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_install:
 	mkdir -p debian/kgeotag/etc/apparmor.d


More information about the Neon-commits mailing list