[neon/kf6/kf6-kdav/Neon/unstable] debian: Fix space in desc, add missing runtime -dev package, add lintian override mismatch lib
Scarlett Moore
null at kde.org
Fri Oct 27 18:22:10 BST 2023
Git commit 709a2694ff6225272ebdefe50d825a1c8559c99f by Scarlett Moore.
Committed on 27/10/2023 at 19:21.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Fix space in desc, add missing runtime -dev package, add lintian override mismatch lib
M +4 -2 debian/control
A +1 -0 debian/kf6-kdav.lintian-overrides
https://invent.kde.org/neon/kf6/kf6-kdav/-/commit/709a2694ff6225272ebdefe50d825a1c8559c99f
diff --git a/debian/control b/debian/control
index 1679c63..18a740b 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,9 @@ Package: kf6-kdav-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: kf6-kdav (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-kdav (= ${binary:Version}),
+ kf6-kcoreaddons-dev,
+ ${misc:Depends}, ${shlibs:Depends}
Description: DAV protocol implementation with KJobs - developer files
A DAV protocol implementation with KJobs.
.
@@ -58,4 +60,4 @@ Package: libkf6dav-dev
Architecture: all
Depends: kf6-kdav-dev
Description: Dummy transitional
- Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-kdav.lintian-overrides b/debian/kf6-kdav.lintian-overrides
new file mode 100644
index 0000000..727090b
--- /dev/null
+++ b/debian/kf6-kdav.lintian-overrides
@@ -0,0 +1 @@
+kf6-kdav: package-name-doesnt-match-sonames libKF6DAV6
More information about the Neon-commits
mailing list