[neon/neon-packaging/kdiagram5/Neon/release] debian: breaks/conflicts old libk*2 packages from kdiagram

Carlos De Maine null at kde.org
Sun Mar 3 23:18:47 GMT 2024


Git commit 1247824ef046b47a52a8ccaa0d48787b11acbc2c by Carlos De Maine.
Committed on 03/03/2024 at 23:18.
Pushed by carlosdem into branch 'Neon/release'.

breaks/conflicts old libk*2 packages from kdiagram

M  +4    -0    debian/control

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

diff --git a/debian/control b/debian/control
index 57cf6b7..769cca9 100644
--- a/debian/control
+++ b/debian/control
@@ -38,6 +38,8 @@ Description: library for creating business charts (development files)
 Package: libkchart5-2
 Architecture: any
 Multi-Arch: same
+Breaks: libkchart2 (<< 2.8.0),
+Conflicts: libkchart2 (<< 2.8.0),
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: library for creating business charts (shared library)
  KD Charts provides an implementation of the ODF Chart specification. It
@@ -62,6 +64,8 @@ Description: library for creating Gantt diagrams (development files)
 Package: libkgantt5-2
 Architecture: any
 Multi-Arch: same
+Breaks: libkgantt2 (<< 2.8.0),
+Conflicts: libkgantt2 (<< 2.8.0),
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: library for creating Gantt diagrams (shared library)
  Gantt charts are a bar charts that illustrate project schedules. KD Gantt


More information about the Neon-commits mailing list