[neon/kf6/kf6-kpty/Neon/unstable] debian: Fix space in desc, add lintian override for lib mismatch, add missing runtime -dev package.
Scarlett Moore
null at kde.org
Fri Oct 27 17:33:33 BST 2023
Git commit bfbb99103c75bc3c7d7d917236d905b48ee169bb by Scarlett Moore.
Committed on 27/10/2023 at 18:33.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Fix space in desc, add lintian override for lib mismatch, add missing runtime -dev package.
M +4 -2 debian/control
A +1 -0 debian/kf6-kpty.lintian-overrides
https://invent.kde.org/neon/kf6/kf6-kpty/-/commit/bfbb99103c75bc3c7d7d917236d905b48ee169bb
diff --git a/debian/control b/debian/control
index a75c5fa..8644691 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,9 @@ Package: kf6-kpty-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: kf6-kpty (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-kpty (= ${binary:Version}),
+ kf6-kcoreaddons-dev,
+ ${misc:Depends}
Recommends: kf6-kpty (= ${source:Version})
Description: development files for kpty
Provides primitives for opening & closing a pseudo
@@ -65,4 +67,4 @@ Package: libkf6pty-dev
Architecture: all
Depends: kf6-kpty-dev
Description: Dummy transitional
- Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-kpty.lintian-overrides b/debian/kf6-kpty.lintian-overrides
new file mode 100644
index 0000000..fb0283e
--- /dev/null
+++ b/debian/kf6-kpty.lintian-overrides
@@ -0,0 +1 @@
+kf6-kpty: package-name-doesnt-match-sonames libKF6Pty6
More information about the Neon-commits
mailing list