[neon/kde/kmouth/Neon/unstable] debian: Revert "kf6ify"

Carlos De Maine null at kde.org
Sat Sep 16 03:52:55 BST 2023


Git commit 26e25de4e958988eeca2e9bd512cebbedca323d8 by Carlos De Maine.
Committed on 16/09/2023 at 04:52.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "kf6ify"

This reverts commit 9f7c7fbe9cf8f5e4bfdc869f76f6a2a3c0bb3ced.

A  +1    -0    debian/compat
M  +18   -16   debian/control
M  +7    -4    debian/rules

https://invent.kde.org/neon/kde/kmouth/-/commit/26e25de4e958988eeca2e9bd512cebbedca323d8

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
index 2cb3bea..9b9b92f 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-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
+               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
 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,6 +32,8 @@ 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 49552b2..4dc9fc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-%:
-	dh $@ --with kf6 --buildsystem kf6
+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~)'


More information about the Neon-commits mailing list