[neon/extras/kdiagram/Neon/release] debian: actually give it a version

Carlos De Maine null at kde.org
Sun Mar 3 22:40:10 GMT 2024


Git commit b0c17524ed4752200c0fc6f712ace72abf3c0aed by Carlos De Maine.
Committed on 03/03/2024 at 22:40.
Pushed by carlosdem into branch 'Neon/release'.

actually give it a version

M  +12   -12   debian/control

https://invent.kde.org/neon/extras/kdiagram/-/commit/b0c17524ed4752200c0fc6f712ace72abf3c0aed

diff --git a/debian/control b/debian/control
index 727d90c..f9f2b7a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Package: libkchart6-dev
 Architecture: any
 Section: libdevel
 Multi-Arch: same
-Breaks: libkchart-dev (<< ${source:Version}~ciBuild),
-Replaces: libkchart-dev (<< ${source:Version}~ciBuild),
+Breaks: libkchart-dev (<< 2.8.0,
+Replaces: libkchart-dev (<< 2.8.0),
 Depends: libkchart6-3 (= ${binary:Version}),
          qt6-svg-dev,
          qt6-base-dev,
@@ -43,10 +43,10 @@ Depends: ${misc:Depends},
          ${shlibs:Depends}
 Recommends: libkchart-l10n (= ${binary:Version})
 Provides: libkchart-l10n
-Breaks: libkchart5-2 (<< ${source:Version}~ciBuild),
-        libkchart-l10n (<< ${source:Version}~ciBuild),
-Replaces: libkchart5-2 (<< ${source:Version}~ciBuild),
-          libkchart-l10n (<< ${source:Version}~ciBuild),
+Breaks: libkchart5-2 (<< 2.8.0),
+        libkchart-l10n (<< 2.8.0),
+Replaces: libkchart5-2 (<< 2.8.0),
+          libkchart-l10n (<< 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
@@ -58,8 +58,8 @@ Package: libkgantt6-dev
 Architecture: any
 Section: libdevel
 Multi-Arch: same
-Breaks: libkgantt-dev (<< ${source:Version}~ciBuild),
-Replaces: libkgantt-dev (<< ${source:Version}~ciBuild),
+Breaks: libkgantt-dev (<< 2.8.0),
+Replaces: libkgantt-dev (<< 2.8.0),
 Depends: libkgantt6-3 (= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends}
@@ -74,10 +74,10 @@ Architecture: any
 Multi-Arch: same
 Recommends: libkgantt-l10n (= ${binary:Version})
 Provides: libkgantt-l10n
-Breaks: libkgantt2 (<< ${source:Version}~ciBuild),
-        libkgantt-l10n (<< ${source:Version}~ciBuild),
-Replaces: libkgantt2 (<< ${source:Version}~ciBuild),
-          libkgantt-l10n (<< ${source:Version}~ciBuild),
+Breaks: libkgantt2 (<< 2.8.0),
+        libkgantt-l10n (<< 2.8.0),
+Replaces: libkgantt2 (<< 2.8.0),
+          libkgantt-l10n (<< 2.8.0),
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Description: library for creating Gantt diagrams (shared library)


More information about the Neon-commits mailing list