[neon/kde/ksudoku/Neon/unstable] debian: kf6ify
Scarlett Moore
null at kde.org
Thu Sep 28 14:52:47 BST 2023
Git commit 20a1766f4a2e8b0a4e32105643afebf1514a4125 by Scarlett Moore.
Committed on 28/09/2023 at 15:52.
Pushed by scarlettmoore into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +20 -22 debian/control
M +5 -5 debian/rules
https://invent.kde.org/neon/kde/ksudoku/-/commit/20a1766f4a2e8b0a4e32105643afebf1514a4125
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 1371f8f..2f62e60 100644
--- a/debian/control
+++ b/debian/control
@@ -10,28 +10,28 @@ Uploaders: Daniel Schepler <schepler at debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake,
- debhelper (>= 9),
+ debhelper-compat (= 12),
libgl1-mesa-dev [!armhf !arm64] | libgl-dev [!armhf !arm64],
libglu1-mesa-dev [!armhf !arm64],
- libkf5archive-dev (>= 5.31.0~),
- libkf5config-dev (>= 5.31.0~),
- libkf5configwidgets-dev (>= 5.31.0~),
- libkf5coreaddons-dev (>= 5.31.0~),
- libkf5crash-dev (>= 5.31.0~),
- libkf5doctools-dev (>= 5.31.0~),
- libkf5guiaddons-dev (>= 5.31.0~),
- libkf5i18n-dev (>= 5.31.0~),
- libkf5iconthemes-dev (>= 5.31.0~),
- libkf5jobwidgets-dev (>= 5.31.0~),
- libkf5kdegames-dev (>= 4.9.0~),
- libkf5kio-dev (>= 5.31.0~),
- libkf5widgetsaddons-dev (>= 5.31.0~),
- libkf5xmlgui-dev (>= 5.31.0~),
- libqt5opengl5-dev [!armhf !arm64],
- libqt5svg5-dev (>= 5.7.0~),
- pkg-kde-tools (>= 0.14),
- qtbase5-dev (>= 5.7.0~),
- qtdeclarative5-dev (>= 5.7.0~),
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-kguiaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kjobwidgets-dev,
+ libkdegames6-dev,
+ kf6-kio-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ qt6-opengl-dev [!armhf !arm64],
+ qt6-svg-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
Standards-Version: 4.1.4
Homepage: http://games.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ksudoku
@@ -40,8 +40,6 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ksudoku.git
Package: ksudoku
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Recommends: khelpcenter
Description: Sudoku puzzle game and solver
KSudoku is a Sudoku game and solver, supporting a range of 2D and 3D Sudoku
diff --git a/debian/rules b/debian/rules
index 566787e..773c786 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-2~
-
-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
+ dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
More information about the Neon-commits
mailing list