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

Carlos De Maine null at kde.org
Tue Oct 17 09:54:35 BST 2023


Git commit 24f2bc275c4c01d34ea5ad5610d73b9ead27a2c5 by Carlos De Maine.
Committed on 17/10/2023 at 10:53.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +15   -17   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kgeography/-/commit/24f2bc275c4c01d34ea5ad5610d73b9ead27a2c5

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 4396988..c983d85 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,21 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Eshat Cakar <info at eshat.de>,
            Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.7.0~),
-               libkf5configwidgets-dev (>= 5.15~),
-               libkf5coreaddons-dev (>= 5.15~),
-               libkf5crash-dev (>= 5.15~),
-               libkf5doctools-dev (>= 5.15~),
-               libkf5i18n-dev (>= 5.15~),
-               libkf5iconthemes-dev (>= 5.15~),
-               libkf5itemviews-dev (>= 5.15~),
-               libkf5widgetsaddons-dev (>= 5.15~),
-               libkf5xmlgui-dev (>= 5.15~),
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4),
-Standards-Version: 4.1.1
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kitemviews-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://edu.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kgeography.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kgeography.git
@@ -42,8 +42,6 @@ Package: kgeography-data
 Architecture: all
 Section: misc
 Depends: ${misc:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: data files for KGeography
  This package contains architecture-independent data files for the
  KGeography geography learning tool, including maps, capitals, and flags.
diff --git a/debian/rules b/debian/rules
index 7313945..49552b2 100755
--- 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:16.04.3-5~
-
-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