[neon/kde/kmahjongg/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Fri Sep 29 04:47:11 BST 2023
Git commit b5bf16926ea602a37ba1085eb9ed5ab290e5c6eb by Carlos De Maine.
Committed on 29/09/2023 at 05:46.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
D +0 -1 debian/compat
M +18 -20 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kmahjongg/-/commit/b5bf16926ea602a37ba1085eb9ed5ab290e5c6eb
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 59531b6..29ea61e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,33 +9,31 @@ Uploaders: Daniel Schepler <schepler at debian.org>,
Eshat Cakar <info at eshat.de>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.30.0~),
- libkf5config-dev (>= 5.30.0~),
- libkf5coreaddons-dev (>= 5.30.0~),
- libkf5crash-dev (>= 5.30.0~),
- libkf5dbusaddons-dev (>= 5.30.0~),
- libkf5declarative-dev (>= 5.30.0~),
- libkf5doctools-dev (>= 5.30.0~),
- libkf5kdegames-dev (>= 4.9.0~),
- libkf5kmahjongglib-dev,
- libkf5newstuff-dev (>= 5.30.0~),
- libkf5xmlgui-dev (>= 5.30.0~),
- libqt5svg5-dev (>= 5.7.0~),
- pkg-kde-tools (>= 0.14),
- qtbase5-dev (>= 5.7.0~),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdeclarative-dev,
+ kf6-kdoctools-dev,
+ kf6-kdegames-dev,
+ kf6-knewstuff-dev,
+ kf6-kxmlgui-dev,
+ libkmahjongg6-dev,
+ pkg-kde-tools,
+ 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/kmahjongg
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kmahjongg.git
Package: kmahjongg
Architecture: any
-Depends: kdegames-mahjongg-data-kf5, ${misc:Depends}, ${shlibs:Depends}
+Depends: kdegames-mahjongg-data-kf6, ${misc:Depends}, ${shlibs:Depends}
Recommends: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: mahjongg solitaire game
KMahjongg is a solitaire game where the player removes matching Mahjongg tiles
to clear the board. A variety of tile layouts are included, as well as an
diff --git a/debian/rules b/debian/rules
index 79c1042..265ec44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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-4~
-
-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) -- -DBIN_INSTALL_DIR=/usr/games
More information about the Neon-commits
mailing list