[neon/kde/kdeedu-data/Neon/unstable_jammy] debian: kf6ish
Carlos De Maine
null at kde.org
Tue Jun 25 01:47:17 BST 2024
Git commit 032ce5005ad289987ff6ee86c1558b9aa0348852 by Carlos De Maine.
Committed on 25/06/2024 at 00:46.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.
kf6ish
(cherry picked from commit a35a5e3ed7ec7d996c429bfd4d45a1576dae91b0)
D +0 -1 debian/compat
M +7 -18 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kdeedu-data/-/commit/032ce5005ad289987ff6ee86c1558b9aa0348852
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 f0b4b7f..af1b47a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: kde
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 (>= 2.8.12),
- debhelper (>= 9),
- extra-cmake-modules (>= 1.6.0),
- libkf5i18n-dev,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev
-Standards-Version: 4.1.3
+Build-Depends: cmake,
+ debhelper-compat,
+ kf6-extra-cmake-modules,
+ kf6-i18n-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Homepage: http://edu.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdeedu-data.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdeedu-data.git
@@ -18,10 +18,6 @@ Package: kdeedu-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
-Replaces: libkdeedu-data (<< 4:19.04.0)
-Breaks: kmplot (<< 4:17.08),
- libkdeedu-data (<< 4:19.04.0),
- libkeduvocdocument5 (<< 4:17.08)
Description: data files for KDE education applications
This package contains the architecture-independent data files for
the KDE education applications.
@@ -32,13 +28,6 @@ Package: kdeedu-kvtml-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
-Breaks: kanagram (<< 4:17.08),
- khangman (<< 4:17.08),
- kwordquiz (<< 4:17.08),
- libkeduvocdocument5 (<< 4:17.08),
- parley (<< 4:17.08),
- ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: KVTML files for KDE-Edu programs
This package contains KVTML files for several KDE-Edu applications, such as
KAnagram, KHangman, and KWordQuiz.
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