[neon/kde/kcalutils/Neon/unstable] debian: lints
Carlos De Maine
null at kde.org
Mon Nov 27 10:36:17 GMT 2023
Git commit 61fc174fa41d36701b169d109ded5835e0261eee by Carlos De Maine.
Committed on 27/11/2023 at 11:36.
Pushed by carlosdem into branch 'Neon/unstable'.
lints
M +2 -2 debian/changelog
M +16 -2 debian/control
https://invent.kde.org/neon/kde/kcalutils/-/commit/61fc174fa41d36701b169d109ded5835e0261eee
diff --git a/debian/changelog b/debian/changelog
index b50ffe2..57d519f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -134,7 +134,7 @@ kcalutils (4:21.08.0-0neon) focal; urgency=medium
* New release
- -- Neon CI <neon at kde.org> Tue, 10 Aug 2021.12.28:41 +0000
+ -- Neon CI <neon at kde.org> Tue, 10 Aug 2021 12:28:41 +0000
kcalutils (4:21.04.3-0neon) focal; urgency=medium
@@ -176,7 +176,7 @@ kcalutils (4:20.12.1-0neon) focal; urgency=medium
* New release
- -- Neon CI <neon at kde.org> Thu, 07 Jan 2021.12.24:46 +0000
+ -- Neon CI <neon at kde.org> Thu, 07 Jan 2021 12:24:46 +0000
kcalutils (4:20.12.0-0neon) focal; urgency=medium
diff --git a/debian/control b/debian/control
index a254432..e20deb3 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Architecture: any
X-Neon-MergedPackage: true
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libkf6calendarutils6, libkf5calendarutils5
Description: library with utility functions for the handling of calendar data
This library provides a set of utility functions that help applications access
and use calendar data via the KCalCore library.
@@ -42,6 +43,7 @@ Depends: kf6-kcalendarcore-dev,
kf6-kconfig-dev,
kpim6-kcalendarutils (= ${binary:Version}),
${misc:Depends}
+Replaces: libkf6calendarutils-dev, libkf5calendarutils-dev
Description: kcalutils - development files
This library provides a set of utility functions that help applications access
and use calendar data via the KCalCore library.
@@ -50,12 +52,24 @@ Description: kcalutils - development files
Package: libkf6calendarutils-dev
Architecture: all
-Depends: kpim6-kcalendarutils-dev
+Depends: kpim6-kcalendarutils-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6calendarutils6
Architecture: all
-Depends: kpim6-kcalendarutils
+Depends: kpim6-kcalendarutils, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
+
+Package: libkf5calendarutils-dev
+Architecture: all
+Depends: kpim6-kcalendarutils-dev, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf5calendarutils5
+Architecture: all
+Depends: kpim6-kcalendarutils, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
\ No newline at end of file
More information about the Neon-commits
mailing list