[neon/kde/kmouth/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Sep 16 02:07:52 BST 2023
Git commit 9f7c7fbe9cf8f5e4bfdc869f76f6a2a3c0bb3ced by Carlos De Maine.
Committed on 16/09/2023 at 03:07.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +16 -18 debian/control
M +4 -7 debian/rules
https://invent.kde.org/neon/kde/kmouth/-/commit/9f7c7fbe9cf8f5e4bfdc869f76f6a2a3c0bb3ced
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 9b9b92f..2cb3bea 100644
--- a/debian/control
+++ b/debian/control
@@ -8,22 +8,22 @@ Uploaders: Sune Vuorela <sune at debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake,
- debhelper (>= 11~),
- extra-cmake-modules,
- libkf5completion-dev,
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5coreaddons-dev,
- libkf5crash-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- libkf5widgetsaddons-dev,
- libkf5xmlgui-dev,
- libqt5texttospeech5-dev,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev,
-Standards-Version: 4.1.4
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcompletion-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-speech-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kmouth
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kmouth.git
@@ -32,8 +32,6 @@ Package: kmouth
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all},
-Replaces: ${kde-l10n:all},
Description: type-and-say frontend for speech synthesizers
KDE's type-and-say frontend for speech synthesizers.
.
diff --git a/debian/rules b/debian/rules
index 4dc9fc8..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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:17.08.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_strip:
- $(overridden_command) --dbgsym-migration='kmouth-dbg (<= 4:15.08.0-2~1.gbpc313eb~)'
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list