[neon/kf6/kf6-frameworkintegration/Neon/unstable] debian: Add missing -dev runtime package, fix space in desc, add lintian override for lib name mismatch

Scarlett Moore null at kde.org
Fri Oct 27 17:26:01 BST 2023


Git commit f00ac95b01c9055e6ea8ed684ddd69fc767df110 by Scarlett Moore.
Committed on 27/10/2023 at 18:25.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add missing -dev runtime package, fix space in desc, add lintian override for lib name mismatch

M  +4    -2    debian/control
A  +1    -0    debian/kf6-frameworkintegration.lintian-overrides
D  +0    -0    debian/patches/series

https://invent.kde.org/neon/kf6/kf6-frameworkintegration/-/commit/f00ac95b01c9055e6ea8ed684ddd69fc767df110

diff --git a/debian/control b/debian/control
index 023c24e..9e900c3 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,9 @@ Package: kf6-frameworkintegration-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-frameworkintegration (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-frameworkintegration (= ${binary:Version}),
+         kf6-kcolorscheme-dev,
+         ${misc:Depends}
 Description: KF6 cross-framework integration plugins - KStyle
  Framework Integration is a set of plugins responsible
  for better integration of Qt applications when running
@@ -74,4 +76,4 @@ Package: libkf6style-dev
 Architecture: all
 Depends: kf6-frameworkintegration-dev
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-frameworkintegration.lintian-overrides b/debian/kf6-frameworkintegration.lintian-overrides
new file mode 100644
index 0000000..42cb50f
--- /dev/null
+++ b/debian/kf6-frameworkintegration.lintian-overrides
@@ -0,0 +1 @@
+kf6-frameworkintegration: package-name-doesnt-match-sonames libKF6Style6
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000


More information about the Neon-commits mailing list