[neon/kde/ksirk/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Sat Sep 30 04:59:58 BST 2023
Git commit 474183535870e8ec545b045ee0f6f8d7912bb012 by Carlos De Maine.
Committed on 30/09/2023 at 05:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
D +0 -1 debian/compat
M +23 -26 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/ksirk/-/commit/474183535870e8ec545b045ee0f6f8d7912bb012
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 ed17c9e..340e311 100644
--- a/debian/control
+++ b/debian/control
@@ -9,32 +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.15.0~),
- libkf5completion-dev (>= 5.15.0~),
- libkf5config-dev (>= 5.15.0~),
- libkf5configwidgets-dev (>= 5.15.0~),
- libkf5coreaddons-dev (>= 5.15.0~),
- libkf5crash-dev (>= 5.15.0~),
- libkf5doctools-dev (>= 5.15.0~),
- libkf5i18n-dev (>= 5.15.0~),
- libkf5iconthemes-dev (>= 5.15.0~),
- libkf5kdegames-dev (>= 4.9.0~),
- libkf5kio-dev (>= 5.15.0~),
- libkf5newstuff-dev (>= 5.15.0~),
- libkf5wallet-dev (>= 5.15.0~),
- libkf5widgetsaddons-dev (>= 5.15.0~),
- libkf5xmlgui-dev (>= 5.15.0~),
- libphonon4qt5-dev,
- libphonon4qt5experimental-dev,
- libqca-qt5-2-dev (>= 2.1.0~),
- libqt5svg5-dev (>= 5.2.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ extra-cmake-modules,
+ kf6-kcompletion-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kio-dev,
+ kf6-knewstuff-dev,
+ kf6-kwallet-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ libkdegames6-dev,
+ libqca-qt6-2-dev,
pkg-config,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.2.0~),
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-phonon-dev,
+ qt6-svg5-dev,
zlib1g-dev,
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
Homepage: http://games.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ksirk
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ksirk.git
@@ -43,8 +42,6 @@ Package: ksirk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: Risk strategy game
KsirK is a strategy game inspired by the well known game Risk. It is a
multi-player network-enabled game with an AI. The goal of the game is simply
diff --git a/debian/rules b/debian/rules
index 741a11b..c3fd7b4 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:17.08.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) -- -DKDE_INSTALL_BINDIR=/usr/games
More information about the Neon-commits
mailing list