[neon/kf6/kf6-ktexteditor/Neon/unstable] debian: Fix source lintian override. Add lintian override for mismatch lib name, fix space in desc, add missing -dev runtime package.
Scarlett Moore
null at kde.org
Fri Oct 27 16:16:17 BST 2023
Git commit b9c1466e51ea4437ab2d4ee8d1e777ff8e6798f7 by Scarlett Moore.
Committed on 27/10/2023 at 17:15.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Fix source lintian override. Add lintian override for mismatch lib name, fix space in desc, add missing -dev runtime package.
M +4 -2 debian/control
A +1 -0 debian/kf6-ktexteditor.lintian-overrides
M +3 -3 debian/source/lintian-overrides
https://invent.kde.org/neon/kf6/kf6-ktexteditor/-/commit/b9c1466e51ea4437ab2d4ee8d1e777ff8e6798f7
diff --git a/debian/control b/debian/control
index 916e0fe..8d6a354 100644
--- a/debian/control
+++ b/debian/control
@@ -62,7 +62,9 @@ Package: kf6-ktexteditor-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: kf6-ktexteditor (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-ktexteditor (= ${binary:Version}),
+ kf6-kio-dev,
+ ${misc:Depends}
Description: provide advanced plain text editing services
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
@@ -108,4 +110,4 @@ Package: libkf6texteditor-dev
Architecture: all
Depends: kf6-ktexteditor-dev
Description: Dummy transitional
- Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-ktexteditor.lintian-overrides b/debian/kf6-ktexteditor.lintian-overrides
new file mode 100644
index 0000000..8596565
--- /dev/null
+++ b/debian/kf6-ktexteditor.lintian-overrides
@@ -0,0 +1 @@
+kf6-ktexteditor: package-name-doesnt-match-sonames libKF6TextEditor6
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 53e83ae..491af43 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,6 +1,6 @@
# This is the source.
-ktexteditor source: source-is-missing src/script/data/commands/emmet.js*
+kf6-ktexteditor source: source-is-missing src/script/data/commands/emmet.js*
# This is the source.
-ktexteditor source: source-is-missing src/script/data/indentation/ada.js*
+kf6-ktexteditor source: source-is-missing src/script/data/indentation/ada.js*
# This is the source.
-ktexteditor source: source-is-missing src/script/data/commands/utils.js*
+kf6-ktexteditor source: source-is-missing src/script/data/commands/utils.js*
More information about the Neon-commits
mailing list