[neon/kde/artikulate/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Thu Mar 27 02:36:09 GMT 2025
Git commit f04c4e0087ed122bbef1fc74442d991bcbefd4f4 by Carlos De Maine.
Committed on 27/03/2025 at 02:36.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +24 -28 debian/control
M +4 -14 debian/rules
https://invent.kde.org/neon/kde/artikulate/-/commit/f04c4e0087ed122bbef1fc74442d991bcbefd4f4
diff --git a/debian/control b/debian/control
index 0a36f8f..a0058ca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,42 +3,38 @@ Section: education
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 3.0.0~),
- debhelper-compat (= 12),
- extra-cmake-modules (>= 5.15.0~),
- kirigami2-dev,
- libkf5archive-dev,
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5crash-dev,
- libkf5declarative-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5newstuff-dev,
- libkf5widgetsaddons-dev,
- libkf5xmlgui-dev,
- libqt5gstreamer-dev (>= 1.2.0),
- libqt5xmlpatterns5-dev (>= 5.5~),
- pkg-kde-tools,
- qtbase5-dev (>= 5.5~),
- qtdeclarative5-dev (>= 5.5~),
- qtmultimedia5-dev
-Standards-Version: 4.1.1
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcrash-dev,
+ kf6-kdeclarative-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kirigami-dev,
+ kf6-knewstuff-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-multimedia-dev
+Standards-Version: 4.6.2
Homepage: https://edu.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/artikulate.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/artikulate.git
Package: artikulate
Architecture: any
-Depends: kio,
- qml-module-org-kde-kirigami2,
- qml-module-org-kde-kquickcontrolsaddons,
- qml-module-qtqml-models2,
- qml-module-qtquick-shapes,
+Depends: kf6-kio,
+ qml6-module-org-kde-kirigami,
+ qml6-module-org-kde-kquickcontrolsaddons,
+ qml6-module-qtqml-models2,
+ qml6-module-qtquick-shapes,
${misc:Depends},
${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: Language learning application
Artikulate is a language learning application that helps improving
pronunciation skills for various languages. This is included in the
diff --git a/debian/rules b/debian/rules
index 34be269..147c6e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,9 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-#
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-l10npkgs_firstversion_ok := 4:16.04.3-5~
-
-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
-
-override_dh_auto_install:
- $(overridden_command)
- # remove development symlinks
- find debian/artikulate -name '*.so' -type l -exec rm -v {} \;
-
-override_dh_strip:
- $(overridden_command) --dbgsym-migration='artikulate-dbg (<= 4:15.12.1-1~~)'
+%:
+ dh $@ --with kf6 --buildsystem kf6
override_dh_auto_test:
# Disable autotests at build time
More information about the Neon-commits
mailing list