[neon/kde/kanagram/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Fri Sep 29 03:58:14 BST 2023
Git commit 18a2baaed7173c4f30fbe61359fe080037397454 by Carlos De Maine.
Committed on 29/09/2023 at 04:58.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
D +0 -1 debian/compat
M +24 -27 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kanagram/-/commit/18a2baaed7173c4f30fbe61359fe080037397454
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 0c98583..260bfd4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,28 +5,27 @@ 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 (>= 11~),
- extra-cmake-modules (>= 1.7.0~),
- libkeduvocdocument-dev (>= 4:14.11.95),
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5coreaddons-dev,
- libkf5crash-dev,
- libkf5declarative-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- libkf5newstuff-dev,
- libkf5sonnet-dev,
- libphonon4qt5-dev (>= 4.6.60~),
- libphonon4qt5experimental-dev,
- libqt5opengl5-dev (>= 5.4),
- libqt5texttospeech5-dev,
- pkg-kde-tools (>> 0.15.15),
- qtbase5-dev (>= 5.4),
- qtdeclarative5-dev (>= 5.4),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ libkeduvocdocument-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdeclarative-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kkio-dev,
+ kf6-knewstuff-dev,
+ kf6-ksonnet-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-phonon-dev (>= 4.6.60~),
+ qt6-phonon-experimental-dev,
+ qt6-speech-dev,
+Standards-Version: 4.6.26
Homepage: https://projects.kde.org/projects/kde/kdeedu/kanagram
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kanagram
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kanagram.git
@@ -34,14 +33,12 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kanagram.git
Package: kanagram
Architecture: any
Depends: kdeedu-kvtml-data,
- qml-module-qtmultimedia,
- qml-module-qtquick-controls,
- qml-module-qtquick2,
+ qml6-module-qtmultimedia,
+ qml6-module-qtquick-controls,
+ qml6-module-qtquick,
${misc:Depends},
${shlibs:Depends},
Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: jumble word puzzle
KAnagram is a game where a random word is shown with its letters scrambled.
To win, the player must rearrange the letters into the correct order.
diff --git a/debian/rules b/debian/rules
index a690ca6..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-6~
-
-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