[neon/kde/artikulate/Neon/stable] debian: Revert "kf6ify"
Carlos De Maine
null at kde.org
Tue Apr 1 09:38:12 BST 2025
Git commit 0fcd8740b190c06b33aa9512dbba050b11ffc8b6 by Carlos De Maine.
Committed on 01/04/2025 at 08:38.
Pushed by carlosdem into branch 'Neon/stable'.
Revert "kf6ify"
This reverts commit f04c4e0087ed122bbef1fc74442d991bcbefd4f4.
M +28 -24 debian/control
M +14 -4 debian/rules
https://invent.kde.org/neon/kde/artikulate/-/commit/0fcd8740b190c06b33aa9512dbba050b11ffc8b6
diff --git a/debian/control b/debian/control
index a0058ca..0a36f8f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,38 +3,42 @@ 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,
- 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
+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
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: kf6-kio,
- qml6-module-org-kde-kirigami,
- qml6-module-org-kde-kquickcontrolsaddons,
- qml6-module-qtqml-models2,
- qml6-module-qtquick-shapes,
+Depends: kio,
+ qml-module-org-kde-kirigami2,
+ qml-module-org-kde-kquickcontrolsaddons,
+ qml-module-qtqml-models2,
+ qml-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 147c6e5..34be269 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,19 @@
#!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+# -*- makefile -*-
+#
-%:
- dh $@ --with kf6 --buildsystem kf6
+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~~)'
override_dh_auto_test:
# Disable autotests at build time
More information about the Neon-commits
mailing list