[neon/kf6/kf6-kcolorscheme/Neon/unstable] debian: lints

Carlos De Maine null at kde.org
Wed Nov 8 05:46:48 GMT 2023


Git commit e054a23e61c223e516b4ba264923b330f8c466b3 by Carlos De Maine.
Committed on 08/11/2023 at 06:46.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

M  +4    -3    debian/control
A  +1    -0    debian/kf6-kcolorscheme.lintian-overrides
M  +1    -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-kcolorscheme/-/commit/e054a23e61c223e516b4ba264923b330f8c466b3

diff --git a/debian/control b/debian/control
index 70fdf16..38bb75e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               doxygen,
+               graphviz,
                kf6-extra-cmake-modules,
                kf6-kconfig-dev,
                kf6-kguiaddons-dev,
@@ -17,7 +19,7 @@ Package: kf6-kcolorscheme-dev
 Section: libdevel
 Architecture: any
 Depends: kf6-kcolorscheme (= ${binary:Version}), qt6-base-dev, ${misc:Depends}
-Description: development files for kcolorscheme
+Description: Development files for KColorScheme
  Classes to read and interact with KColorScheme
  .
  This package is part of KDE Frameworks 6.
@@ -28,8 +30,7 @@ Package: kf6-kcolorscheme
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Classes to read and interact with KColorScheme
- Classes to read and interact with KColorScheme
+Description: Library and data files for KColorScheme
  .
  This package is part of KDE Frameworks 6.
  .
diff --git a/debian/kf6-kcolorscheme.lintian-overrides b/debian/kf6-kcolorscheme.lintian-overrides
new file mode 100644
index 0000000..f15281b
--- /dev/null
+++ b/debian/kf6-kcolorscheme.lintian-overrides
@@ -0,0 +1 @@
+kf6-kcolorscheme: package-name-doesnt-match-sonames libKF6ColorScheme6
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 93368ba..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON
\ No newline at end of file
+	dh_auto_configure -- -DBUILD_QCH=ON


More information about the Neon-commits mailing list