[neon/neon-packaging/kdiagram5/Neon/release] debian: breaks and conflicts

Carlos De Maine null at kde.org
Sun Mar 3 01:17:26 GMT 2024


Git commit d4d4b98290c2d8d6c6bba4130f45acf2470df490 by Carlos De Maine.
Committed on 03/03/2024 at 01:17.
Pushed by carlosdem into branch 'Neon/release'.

breaks and conflicts

M  +6    -2    debian/control

https://invent.kde.org/neon/neon-packaging/kdiagram5/-/commit/d4d4b98290c2d8d6c6bba4130f45acf2470df490

diff --git a/debian/control b/debian/control
index c9f2535..2f7b912 100644
--- a/debian/control
+++ b/debian/control
@@ -39,8 +39,9 @@ Package: libkchart5-2
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkchart2
-Replaces: libkchart2
+Breaks: libkchart2 (<< 2.8.0)
+Conflicts: libkchart2 (<< 2.8.0)
+Replaces: libkchart2 (<< 2.8.0)
 Description: library for creating business charts (shared library)
  KD Charts provides an implementation of the ODF Chart specification. It
  supports stock charts, box charts, and whisker charts and allows one to
@@ -65,6 +66,9 @@ Package: libkgantt5-2
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkgantt2 (<< 2.8.0)
+Conflicts: libkgantt2 (<< 2.8.0)
+Replaces: libkgantt2 (<< 2.8.0)
 Description: library for creating Gantt diagrams (shared library)
  Gantt charts are a bar charts that illustrate project schedules. KD Gantt
  provides a module for implementing ODF Gantt charts in Qt-based applications.


More information about the Neon-commits mailing list