[neon/kde/khangman/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Oct 8 07:04:48 BST 2023
Git commit d3ff89323c93f6ef70a35f70d7d1f0288c62e22e by Carlos De Maine.
Committed on 08/10/2023 at 08:04.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +29 -29 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/khangman/-/commit/d3ff89323c93f6ef70a35f70d7d1f0288c62e22e
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 6f23f50..e944db4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,28 +5,28 @@ 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 (>= 9),
- extra-cmake-modules (>= 1.7.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcompletion-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdeclarative-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-knewstuff-dev,
+ kf6-knotifications-dev,
+ kf6-kxmlgui-dev,
libkeduvocdocument-dev,
- 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~),
- libkf5declarative-dev (>= 5.15.0~),
- libkf5doctools-dev (>= 5.15.0~),
- libkf5i18n-dev (>= 5.15.0~),
- libkf5kio-dev (>= 5.15.0~),
- libkf5newstuff-dev (>= 5.15.0~),
- libkf5notifications-dev (>= 5.15.0~),
- libkf5xmlgui-dev (>= 5.15.0~),
- libqt5svg5-dev (>= 5.4),
- pkg-kde-tools (>> 0.15.15),
- qtbase5-dev (>= 5.4),
- qtdeclarative5-dev (>= 5.4),
- qt5-phonon-dev,
-Standards-Version: 4.1.1
+ pkg-kde-tools-neon,
+ qt6-svg-dev,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-phonon-dev,
+Standards-Version: 4.6.2
Homepage: http://edu.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/khangman.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/khangman.git
@@ -36,16 +36,16 @@ Architecture: any
Section: misc
Depends: fonts-dustin,
kdeedu-kvtml-data,
- qml-module-qtgraphicaleffects,
- qml-module-qtmultimedia,
- qml-module-qtquick-controls,
- qml-module-qtquick-dialogs,
- qml-module-qtquick-layouts,
- qml-module-qtquick-window2,
- qml-module-qtquick2,
+ qml6-module-qtgraphicaleffects,
+ qml6-module-qtmultimedia,
+ qml6-module-qtquick-controls,
+ qml6-module-qtquick-dialogs,
+ qml6-module-qtquick-layouts,
+ qml6-module-qtquick-window,
+ qml6-module-qtquick,
${misc:Depends},
${shlibs:Depends},
-#Suggests: khelpcenter
+Suggests: khelpcenter
Description: Hangman word puzzle
KHangMan is the well-known Hangman game, aimed towards children aged 6 and
above.
diff --git a/debian/rules b/debian/rules
index b7a5ae5..ec2251e 100644
--- 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_install:
$(overridden_command)
More information about the Neon-commits
mailing list