[neon/kde/kwordquiz/Neon/unstable] debian: kf6ify

Scarlett Moore null at kde.org
Thu Sep 28 16:11:41 BST 2023


Git commit 5606ff3b8efa5c7c6d284000b2b8c9a25a1ba11d by Scarlett Moore.
Committed on 28/09/2023 at 17:11.
Pushed by scarlettmoore into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +23   -26   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kwordquiz/-/commit/5606ff3b8efa5c7c6d284000b2b8c9a25a1ba11d

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 e9125c7..19a326e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,30 +4,29 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Eshat Cakar <info at eshat.de>, Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 1.7.0~),
-               kirigami-addons-dev,
-               kirigami2-dev,
-               libkeduvocdocument-dev,
-               libkf5config-dev,
-               libkf5configwidgets-dev,
-               libkf5crash-dev,
-               libkf5doctools-dev,
-               libkf5guiaddons-dev,
-               libkf5i18n-dev,
-               libkf5itemviews-dev,
-               libkf5newstuff-dev,
-               libkf5notifications-dev,
-               libkf5notifyconfig-dev,
-               libkf5xmlgui-dev,
-               libphonon4qt5-dev (>= 4.6.60~),
-               libphonon4qt5experimental-dev,
-               libqt5svg5-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4),
-               qtdeclarative5-dev,
-               qtmultimedia5-dev,
-               qtquickcontrols2-5-dev
+               debhelper-compat (= 12),
+               kf6-extra-cmake-modules,
+               kf6-kirigami-addons-dev,
+               kf6-kirigami2-dev,
+               libkeduvocdocument6-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcrash-dev,
+               kf6-kdoctools-dev,
+               kf6-kguiaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kitemviews-dev,
+               kf6-knewstuff-dev,
+               kf6-knotifications-dev,
+               kf6-knotifyconfig-dev,
+               kf6-kxmlgui-dev,
+               libphonon4qt6-dev,
+               libphonon4qt6experimental-dev,
+               qt6-svg-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-multimedia-dev,
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/kde/kdeedu/kwordquiz
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kwordquiz
@@ -37,8 +36,6 @@ Package: kwordquiz
 Architecture: any
 Depends: kdeedu-kvtml-data, ${misc:Depends}, ${shlibs:Depends}
 Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: flashcard learning program
  KWordQuiz is a general purpose flashcard program, typically used for
  vocabulary training.
diff --git a/debian/rules b/debian/rules
index a690ca6..3d69b0d 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