[neon/kf6/kf6-ksvg/Neon/unstable] debian: doc

Carlos De Maine null at kde.org
Tue Oct 31 13:10:19 GMT 2023


Git commit d4f5e1bcf6d7656655e161443d6d26aa2e8f9f78 by Carlos De Maine.
Committed on 31/10/2023 at 14:10.
Pushed by carlosdem into branch 'Neon/unstable'.

doc

M  +5    -2    debian/control
M  +2    -1    debian/kf6-ksvg-dev.install
M  +2    -2    debian/rules

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

diff --git a/debian/control b/debian/control
index 5db60ba..32b4fa1 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-karchive-dev,
                kf6-kcolorscheme-dev,
@@ -12,8 +14,9 @@ Build-Depends: cmake,
                kf6-kguiaddons-dev,
                kf6-kirigami2-dev,
                pkg-kde-tools-neon,
-               qt6-base-dev
-Standards-Version: 4.1.4
+               qt6-base-dev,
+               qt6-tools-dev,
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/ksvg
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ksvg
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ksvg.git
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/rules b/debian/rules
index fa0af1d..93368ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 %:
 	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