[neon/kde/libkdcraw/Neon/unstable] debian: remove conflicts and add transitionals

Carlos De Maine null at kde.org
Wed Mar 6 00:53:27 GMT 2024


Git commit 46ad4496bbfc4b2c8c942001768467066ad88d95 by Carlos De Maine.
Committed on 06/03/2024 at 00:53.
Pushed by carlosdem into branch 'Neon/unstable'.

remove conflicts and add transitionals

M  +21   -4    debian/control

https://invent.kde.org/neon/kde/libkdcraw/-/commit/46ad4496bbfc4b2c8c942001768467066ad88d95

diff --git a/debian/control b/debian/control
index 0092c1a..6929b3b 100644
--- a/debian/control
+++ b/debian/control
@@ -24,9 +24,8 @@ Depends: libkdcraw (= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends}
 Breaks: libkdcrawqt6-dev (<< ${source:Version}~ciBuild),
-Conflicts: libkdcrawqt6-dev (<< ${source:Version}~ciBuild),
-Provides: libkf6kdcraw-dev,
-Replaces: libkf6kdcraw-dev,
+Provides: libkf6kdcraw-dev, libkdcrawqt6-dev,
+Replaces: libkf6kdcraw-dev, libkdcrawqt6-dev,
 Description: RAW picture decoding library -- development files
  Libkdcraw is a Qt interface to the libraw library used to decode
  RAW picture files.
@@ -40,13 +39,14 @@ Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: libkdcrawqt6 (<< ${source:Version}~ciBuild),
-Conflicts: libkdcrawqt6 (<< ${source:Version}~ciBuild),
 Provides: libkf6kdcraw5,
           libkf6kdcraw6,
           libkf6kdcraw,
+          libkdcrawqt6,
 Replaces: libkf6kdcraw5,
           libkf6kdcraw6,
           libkf6kdcraw,
+          libkdcrawqt6,
 Description: RAW picture decoding library
  Libkdcraw is a Qt interface to the libraw library used to decode
  RAW picture files.
@@ -54,3 +54,20 @@ Description: RAW picture decoding library
  This library is used by kipi-plugins, digiKam, kphotoalbum, and krita.
  .
  This package contains the shared library.
+
+Package: libkdcrawqt6
+Architecture: all
+Section: oldlibs
+Priority: optional
+Depends: libkdcraw, ${misc:Depends},
+Description: Dummy Package
+ Transitional package.
+
+Package: libkdcrawqt6-dev
+Architecture: all
+Section: oldlibs
+Priority: optional
+Depends: libkdcraw-dev, ${misc:Depends},
+Description: Dummy Package
+ Transitional package.
+


More information about the Neon-commits mailing list