[neon/kde/libkcddb/Neon/release] debian: break old libkf5cddb5
Jonathan Riddell
null at kde.org
Wed Feb 28 12:21:59 GMT 2024
Git commit 1e0c892ddd688038452581793d58cc0c2b7b170b by Jonathan Riddell.
Committed on 28/02/2024 at 12:21.
Pushed by jriddell into branch 'Neon/release'.
break old libkf5cddb5
M +5 -3 debian/control
M +1 -1 debian/kde-config-cddb.install
https://invent.kde.org/neon/kde/libkcddb/-/commit/1e0c892ddd688038452581793d58cc0c2b7b170b
diff --git a/debian/control b/debian/control
index b19c5c2..a6ab1d7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Uploaders: Pino Toscano <pino at debian.org>,
Build-Depends: cmake,
debhelper-compat (= 13),
extra-cmake-modules,
+ kf6-kcmutils-dev,
kf6-kcodecs-dev,
kf6-kconfig-dev,
- kf6-kcmutils-dev,
kf6-kdoctools-dev,
kf6-ki18n-dev,
kf6-kio-dev,
@@ -35,8 +35,8 @@ Description: CDDB retrieval configuration
Package: libkcddb6-dev
Section: libdevel
Architecture: any
-Depends: libkcddb6 (= ${binary:Version}),
- kf6-kconfig-dev,
+Depends: kf6-kconfig-dev,
+ libkcddb6 (= ${binary:Version}),
qt6-base-dev,
${misc:Depends}
Description: CDDB library for KDE Platform (development)
@@ -49,6 +49,8 @@ Package: libkcddb6
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5cddb5 (<< 4:24.02.0-1)
+Replaces: libkf5cddb5 (<< 4:24.02.0-1)
Description: CDDB library for KDE Platform (runtime)
The KDE Compact Disc DataBase library provides an API for applications using
the KDE Platform to fetch and submit audio CD information over the Internet.
diff --git a/debian/kde-config-cddb.install b/debian/kde-config-cddb.install
index a745e00..072e662 100644
--- a/debian/kde-config-cddb.install
+++ b/debian/kde-config-cddb.install
@@ -1,5 +1,5 @@
usr/lib/*/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cddb.so
+usr/share/applications/kcm_cddb.desktop
usr/share/config.kcfg/
usr/share/doc/HTML/*/
-usr/share/applications/kcm_cddb.desktop
usr/share/locale/*/LC_MESSAGES/kcmcddb.mo
More information about the Neon-commits
mailing list