[neon/kf6/kf6-ksvg/Neon/stable] debian: lints and docs

Carlos De Maine null at kde.org
Wed Jan 10 07:28:27 GMT 2024


Git commit d453972a4d71c834aa98e1a1ef047437cce80dfd by Carlos De Maine.
Committed on 10/01/2024 at 08:28.
Pushed by carlosdem into branch 'Neon/stable'.

lints and docs

M  +0    -1    debian/control
M  +0    -43   debian/copyright
M  +2    -1    debian/kf6-ksvg-dev.install
M  +1    -2    debian/kf6-ksvg.install
A  +1    -0    debian/kf6-ksvg.lintian-overrides
M  +3    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-ksvg/-/commit/d453972a4d71c834aa98e1a1ef047437cce80dfd

diff --git a/debian/control b/debian/control
index 5db60ba..f0b1fda 100644
--- a/debian/control
+++ b/debian/control
@@ -39,5 +39,4 @@ Depends: kf6-ksvg (= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends}
 Description: KF6 framework for working with svg.
- .
  This package provides the development files.
diff --git a/debian/copyright b/debian/copyright
index bcd9e3a..e455ddf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,49 +28,6 @@ License: LGPL-2+3+KDEeV
  likewise, the complete text of the GNU Lesser General Public License version
  3 can be found in "/usr/share/common-licenses/LGPL-3".
 
-Files: src/kstyle/kstyle.cpp
-       src/kstyle/kstyle.h
-       src/platformtheme/kfiletreeview.cpp
-       src/platformtheme/kfiletreeview_p.h
-       tests/kstyletest.cpp
-Copyright: 2013, Aleix Pol Gonzalez <aleixpol at blue-systems.com>
-           2013, Alejandro Fiestas Olivares <afiestas at kde.org>
-           2000, Daniel M. Duley <mosfet at kde.org>
-           2000, Dirk Mueller <mueller at kde.org>
-           2001-2002, Fredrik Höglund <fredrik at kde.org>
-           2001-2002, Karol Szwed <gallium at kde.org>
-           2002-2005, Maksim Orlovich <maksim at kde.org>
-           2002, Malte Starostik <malte at kde.org>
-           2001, Martijn Klingens <klingens at kde.org>
-           2005-2006, Sandro Giessl <giessl at kde.org>
-           2003, Sandro Giessl <sandro at giessl.com>
-           2007, Tobias Koenig <tokoe at kde.org>
-           1998-2000, TrollTech AS
-License: LGPL-2+
-
-Files: src/platformtheme/kdirselectdialog.cpp
-       src/platformtheme/kdirselectdialog_p.h
-       src/platformtheme/kfontsettingsdata.cpp
-       src/platformtheme/kfontsettingsdata.h
-Copyright: 2013, Aleix Pol Gonzalez <aleixpol at blue-systems.com>
-           2001-2002, Carsten Pfeiffer <pfeiffer at kde.org>
-           2000-2006, David Faure <faure at kde.org>
-           2008, Friedrich W. H. Kossebau <kossebau at kde.org>
-           2001, Michael Jarrett <michaelj at corel.com>
-           2009, Shaun Reich <shaun.reich at kdemail.net>
-License: LGPL-2
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License version 2 as published by the Free Software Foundation.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- Library General Public License for more details.
- .
- On Debian systems, the complete text of the GNU Library General Public
- License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
-
 Files: debian/*
 Copyright: 2014, Scarlett Clark <scarlett at scarlettgatelyclark.com>
 License: LGPL-2+
diff --git a/debian/kf6-ksvg-dev.install b/debian/kf6-ksvg-dev.install
index dd41c4f..51ece96 100644
--- a/debian/kf6-ksvg-dev.install
+++ b/debian/kf6-ksvg-dev.install
@@ -1,4 +1,5 @@
 usr/include/KF6/KSvg/
 usr/lib/*/libKF6Svg.so
 usr/lib/*/cmake/KF6Svg/
-usr/share/qlogging-categories6/
\ No newline at end of file
+usr/share/qlogging-categories6/
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-ksvg.install b/debian/kf6-ksvg.install
index 9c73112..5e0bdc0 100644
--- a/debian/kf6-ksvg.install
+++ b/debian/kf6-ksvg.install
@@ -1,4 +1,3 @@
 usr/lib/*/libKF6Svg.so.5.*
 usr/lib/*/libKF6Svg.so.6
-usr/lib/*/qt6/qml/org/kde/ksvg/qmldir
-usr/lib/*/qt6/qml/org/kde/ksvg/libcorebindingsplugin.so
\ No newline at end of file
+usr/lib/*/qt6/qml/org/kde/ksvg/
\ No newline at end of file
diff --git a/debian/kf6-ksvg.lintian-overrides b/debian/kf6-ksvg.lintian-overrides
new file mode 100644
index 0000000..2f23c99
--- /dev/null
+++ b/debian/kf6-ksvg.lintian-overrides
@@ -0,0 +1 @@
+kf6-ksvg: package-name-doesnt-match-sonames libKF6Svg6
diff --git a/debian/rules b/debian/rules
index fa0af1d..1a84618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,6 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	-DBUILD_QCH=ON 
\ No newline at end of file


More information about the Neon-commits mailing list