[neon/kde/libkcddb/Neon/unstable] debian: update .install

Jonathan Riddell null at kde.org
Tue Jan 5 19:06:16 GMT 2021


Git commit 4a66ffc21b15f43dd5ed1eee96c51df9b5fd9182 by Jonathan Riddell.
Committed on 05/01/2021 at 19:06.
Pushed by jriddell into branch 'Neon/unstable'.

update .install

M  +7    -7    debian/control
M  +1    -0    debian/libkf5cddb5.install
M  +1    -2    debian/tests/control

https://invent.kde.org/neon/kde/libkcddb/commit/4a66ffc21b15f43dd5ed1eee96c51df9b5fd9182

diff --git a/debian/control b/debian/control
index df3f5cd..0439a5a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>,
            Sune Vuorela <sune at debian.org>,
-           Maximiliano Curia <maxy at debian.org>,
+           Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12~),
                debhelper (>= 9),
                extra-cmake-modules (>= 5.24.0~),
@@ -15,7 +15,7 @@ Build-Depends: cmake (>= 2.8.12~),
                libkf5kio-dev (>= 5.24.0~),
                libmusicbrainz5-dev (>= 5.1.0+git20150707~),
                pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4.0~),
+               qtbase5-dev (>= 5.4.0~)
 Standards-Version: 4.1.3
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/libkcddb.git
@@ -24,8 +24,8 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/libkcddb.git
 Package: kde-config-cddb
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all},
-Replaces: ${kde-l10n:all},
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
 Description: CDDB retrieval configuration
  This package contains a configuration module for tweaking CDDB retrieval
  settings for applications using the libkcddb library from the KDE Multimedia
@@ -38,7 +38,7 @@ Section: libdevel
 Architecture: any
 Depends: libkf5cddb5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4.0~),
-         ${misc:Depends},
+         ${misc:Depends}
 Description: CDDB library for KDE Platform (development)
  The KDE Compact Disc DataBase library provides an API for KDE applications
  to fetch and submit audio CD information over the Internet.
@@ -49,8 +49,8 @@ Package: libkf5cddb5
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}, libkf5cddb-data (<< 4:19.08.0-1)
-Replaces: ${kde-l10n:all}, libkf5cddb-data (<< 4:19.08.0-1)
+Breaks: libkf5cddb-data (<< 4:19.08.0-1), ${kde-l10n:all}
+Replaces: libkf5cddb-data (<< 4:19.08.0-1), ${kde-l10n:all}
 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/libkf5cddb5.install b/debian/libkf5cddb5.install
index 7aa5c8c..e4b4d2b 100644
--- a/debian/libkf5cddb5.install
+++ b/debian/libkf5cddb5.install
@@ -1,2 +1,3 @@
 usr/lib/*/libKF5Cddb.so.5*
 usr/share/locale/*/LC_MESSAGES/libkcddb.mo
+usr/share/qlogging-categories5/libkcddb.categories
diff --git a/debian/tests/control b/debian/tests/control
index 1c8d46d..69fa617 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,3 @@
 Tests: testsuite
-Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, dbus,
+Depends: build-essential, dbus, xauth, xvfb, @, @builddeps@
 Restrictions: build-needed


More information about the Neon-commits mailing list