[neon/kde/kajongg/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Mon Oct 2 08:16:43 BST 2023


Git commit 69350af69ed9b615f51544547f8152d990232514 by Carlos De Maine.
Committed on 02/10/2023 at 09:16.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

D  +0    -1    debian/compat
M  +16   -18   debian/control
M  +4    -5    debian/rules

https://invent.kde.org/neon/kde/kajongg/-/commit/69350af69ed9b615f51544547f8152d990232514

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 72a4999..f3a6983 100644
--- a/debian/control
+++ b/debian/control
@@ -8,34 +8,32 @@ Uploaders: Daniel Schepler <schepler at debian.org>,
            George Kiagiadakis <gkiagiad at csd.uoc.gr>,
            Eshat Cakar <info at eshat.de>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                dh-python,
-               extra-cmake-modules (>= 1.2.0~),
-               libkf5config-dev (>= 5.15.0~),
-               libkf5doctools-dev (>= 5.15.0~),
-               libkf5i18n-dev,
-               libkf5kmahjongglib-dev,
-               libqt5svg5-dev (>= 5.2~),
+               kf6-extra-cmake-modules,
+               kf6-config-dev,
+               kf6-doctools-dev,
+               kf6-ki18n-dev,
+               libkf6kmahjongglib-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.14),
-               python3 (>= 3.5.0~),
-               python3-twisted (>= 16.6.0~),
-               qtbase5-dev (>= 5.2~),
-Standards-Version: 4.1.4
+               pkg-kde-tools-neon,
+               python3,
+               python3-twisted,
+               qt6-base-dev,
+               qt6-svg-dev,
+Standards-Version: 4.6.2
 Homepage: http://games.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kajongg
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kajongg.git
 
 Package: kajongg
 Architecture: all
-Depends: kdegames-mahjongg-data-kf5,
-         python3-pyqt5.qtsvg,
-         python3-twisted (>= 16.6.0~),
+Depends: kdegames-mahjongg-data-kf6,
+         python3-pyqt6.qtsvg,
+         python3-twisted,
          ${misc:Depends},
          ${python3:Depends},
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Recommends: khelpcenter, vorbis-tools
 Description: classical Mah Jongg game
  This is the classical Mah Jongg for four players.
diff --git a/debian/rules b/debian/rules
index bfb83cb..0f32dd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #!/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-7~
-dh = --with python3
-
-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
 
 override_dh_auto_configure:
 	$(overridden_command) -- -DKDE_INSTALL_BINDIR=games


More information about the Neon-commits mailing list