[neon/kde/klettres/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Sep 16 02:36:46 BST 2023
Git commit 838786dc27165ce981027cd09a7b3face6ca8374 by Carlos De Maine.
Committed on 16/09/2023 at 03:36.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +17 -20 debian/control
M +1 -1 debian/klettres-data.install
M +4 -8 debian/rules
https://invent.kde.org/neon/kde/klettres/-/commit/838786dc27165ce981027cd09a7b3face6ca8374
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 e7ee92a..ac572cd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,23 @@ 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~),
- libkf5completion-dev,
- libkf5configwidgets-dev,
- libkf5coreaddons-dev,
- libkf5crash-dev,
- libkf5doctools-dev,
- libkf5emoticons-dev,
- libkf5i18n-dev,
- libkf5newstuff-dev,
- libkf5widgetsaddons-dev,
- libphonon4qt5-dev,
- libphonon4qt5experimental-dev,
- libqt5svg5-dev (>= 5.4),
- pkg-kde-tools (>> 0.15.15),
- qtbase5-dev (>= 5.4)
-Standards-Version: 4.1.1
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcompletion-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-kemoticons-dev,
+ kf6-ki18n-dev,
+ kf6-knewstuff-dev,
+ kf6-kwidgetsaddons-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-phonon-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Homepage: http://edu.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/klettres.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/klettres.git
@@ -33,8 +32,6 @@ Depends: klettres-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: khelpcenter
-Replaces: klettres-data (<< 4:17.08.1)
-Breaks: klettres-data (<< 4:17.08.1)
Description: foreign alphabet tutor for KDE
KLettres is an aid for learning how to read and pronounce the alphabet of a
foreign language.
diff --git a/debian/klettres-data.install b/debian/klettres-data.install
index e9fe222..86db204 100644
--- a/debian/klettres-data.install
+++ b/debian/klettres-data.install
@@ -1,5 +1,5 @@
/usr/share/knsrcfiles/klettres.knsrc
-/usr/share/qlogging-categories5/klettres.categories
+/usr/share/qlogging-categories6/klettres.categories
usr/share/config.kcfg/*
usr/share/doc/*
usr/share/icons/*
diff --git a/debian/rules b/debian/rules
index 24458ec..49552b2 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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-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
-
-override_dh_auto_test:
- # Disable dh_auto_test at build time
- :
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list