[neon/backports-jammy/appstream-jammy2/Neon/unstable] debian: add the breaks and conflicts

Carlos De Maine null at kde.org
Thu Sep 14 00:06:46 BST 2023


Git commit cc5124ddbe699bc599669b85bee337a0fd5e6a31 by Carlos De Maine.
Committed on 13/09/2023 at 11:08.
Pushed by carlosdem into branch 'Neon/unstable'.

add the breaks and conflicts

M  +20   -16   debian/control

https://invent.kde.org/neon/backports-jammy/appstream-jammy2/-/commit/cc5124ddbe699bc599669b85bee337a0fd5e6a31

diff --git a/debian/control b/debian/control
index 2d2afe6..7a7759f 100644
--- a/debian/control
+++ b/debian/control
@@ -138,6 +138,8 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Breaks: libappstreamqt3,
+Replaces: libappstreamqt3,
 Description: Qt6 library to access AppStream services
  AppStream is a metadata specification which permits software components to
  provide information about themselves to automated systems and end-users
@@ -149,14 +151,14 @@ Description: Qt6 library to access AppStream services
  This package contains a Qt-based library to access AppStream
  services, like the software component metadata pool.
 
-Package: libappstreamqt5-3
+Package: libappstreamqt-dev
 Architecture: any
-Section: libs
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Description: Qt5 library to access AppStream services
+Section: libdevel
+Depends: libappstreamqt-3 (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}
+Description: Qt library to access AppStream services (development files)
  AppStream is a metadata specification which permits software components to
  provide information about themselves to automated systems and end-users
  before the software is actually installed.
@@ -164,17 +166,19 @@ Description: Qt5 library to access AppStream services
  centers, as well as allowing a system to make decisions on which new software
  a user might want to install (e.g. missing firmware or media handlers).
  .
- This package contains a Qt-based library to access AppStream
- services, like the software component metadata pool.
+ This package contains development files necessary to develop
+ software management tools which use the Qt-based AppStream library.
 
-Package: libappstreamqt-dev
+Package: libappstreamqt5-3
 Architecture: any
+Section: libs
 Multi-Arch: same
-Section: libdevel
-Depends: libappstreamqt-3 (= ${binary:Version}),
-         qt6-base-dev,
-         ${misc:Depends}
-Description: Qt library to access AppStream services (development files)
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: libappstreamqt2,
+Replaces: libappstreamqt2,
+Description: Qt5 library to access AppStream services
  AppStream is a metadata specification which permits software components to
  provide information about themselves to automated systems and end-users
  before the software is actually installed.
@@ -182,8 +186,8 @@ Description: Qt library to access AppStream services (development files)
  centers, as well as allowing a system to make decisions on which new software
  a user might want to install (e.g. missing firmware or media handlers).
  .
- This package contains development files necessary to develop
- software management tools which use the Qt-based AppStream library.
+ This package contains a Qt-based library to access AppStream
+ services, like the software component metadata pool.
 
 Package: libappstreamqt5-dev
 Architecture: any



More information about the Neon-commits mailing list