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

Carlos De Maine null at kde.org
Tue Oct 31 12:56:19 GMT 2023


Git commit 350a180ada29944868949fe97f50607d57c897de by Carlos De Maine.
Committed on 31/10/2023 at 13:56.
Pushed by carlosdem into branch 'Neon/unstable'.

doc

M  +2    -0    debian/control
M  +1    -0    debian/kf6-attica-dev.install
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-attica/-/commit/350a180ada29944868949fe97f50607d57c897de

diff --git a/debian/control b/debian/control
index 1708fb3..5598615 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,
                pkg-kde-tools-neon,
                qt6-base-dev,
diff --git a/debian/kf6-attica-dev.install b/debian/kf6-attica-dev.install
index 7561312..cc492ed 100644
--- a/debian/kf6-attica-dev.install
+++ b/debian/kf6-attica-dev.install
@@ -3,3 +3,4 @@ usr/lib/*/cmake/
 usr/lib/*/libKF6Attica.so
 usr/lib/*/pkgconfig/
 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