[neon/neon-packaging/kdiagram5/Neon/stable] debian: properly version the breaks
Carlos De Maine
null at kde.org
Sun Mar 3 11:39:34 GMT 2024
Git commit 8abcef1bbfa1037da73a13609402eb8f3e6a6375 by Carlos De Maine.
Committed on 03/03/2024 at 11:39.
Pushed by carlosdem into branch 'Neon/stable'.
properly version the breaks
M +6 -6 debian/control
https://invent.kde.org/neon/neon-packaging/kdiagram5/-/commit/8abcef1bbfa1037da73a13609402eb8f3e6a6375
diff --git a/debian/control b/debian/control
index 946004c..05be1ca 100644
--- a/debian/control
+++ b/debian/control
@@ -38,9 +38,9 @@ Description: library for creating business charts (development files)
Package: libkchart5-2
Architecture: any
Multi-Arch: same
-Breaks: libkchart2 (<< 2.8.0),
-Replaces: libkchart2 (<< 2.8.0),
-Provides: libkchart2
+Breaks: libkchart2 (<< ${source:Version}~ciBuild),
+Replaces: libkchart2 (<< ${source:Version}~ciBuild),
+Provides: libkchart2 (<< ${source:Version}~ciBuild),
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for creating business charts (shared library)
KD Charts provides an implementation of the ODF Chart specification. It
@@ -65,9 +65,9 @@ Description: library for creating Gantt diagrams (development files)
Package: libkgantt5-2
Architecture: any
Multi-Arch: same
-Breaks: libkgantt2 (<< 2.8.0),
-Replaces: libkgantt2 (<< 2.8.0),
-Provides: libkgantt2
+Breaks: libkgantt2 (<< ${source:Version}~ciBuild),
+Replaces: libkgantt2 (<< ${source:Version}~ciBuild),
+Provides: libkgantt2 (<< ${source:Version}~ciBuild),
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