[neon/kf6/kf6-breeze-icons/Neon/stable] debian: docs

Carlos De Maine null at kde.org
Wed Jul 30 14:42:55 BST 2025


Git commit a2c2551957a0e299de86fb7504f7483a5ab22506 by Carlos De Maine.
Committed on 30/07/2025 at 13:42.
Pushed by carlosdem into branch 'Neon/stable'.

docs

M  +1    -0    debian/control
M  +2    -1    debian/kf6-breeze-icon-theme-dev.install
M  +11   -6    debian/rules

https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/a2c2551957a0e299de86fb7504f7483a5ab22506

diff --git a/debian/control b/debian/control
index dbfd4de..03ffab8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
                fdupes,
+               kde-qdoc-common-dev,
                kf6-extra-cmake-modules,
                libxml2-utils,
                pkg-kde-tools-neon,
diff --git a/debian/kf6-breeze-icon-theme-dev.install b/debian/kf6-breeze-icon-theme-dev.install
index a1739be..4485d82 100644
--- a/debian/kf6-breeze-icon-theme-dev.install
+++ b/debian/kf6-breeze-icon-theme-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/BreezeIcons/
 usr/lib/*/cmake/
-usr/lib/*/libKF6BreezeIcons.so
\ No newline at end of file
+usr/lib/*/libKF6BreezeIcons.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ea1c280..fa9b8f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,21 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-export DH_VERBOSE = 1
-#export CMAKE_BUILD_PARALLEL_LEVEL=1
+
+export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
 
 %:
 	dh $@ --with kf6 --buildsystem kf6 --no-parallel
 
-override_dh_auto_install:
-	dh_auto_install --destdir=debian/tmp/
+override_dh_auto_build:
+	dh_auto_build --destdir=debian/tmp/
+	dh_auto_build -- prepare_docs
+	dh_auto_build -- generate_docs
+	dh_auto_build -- generate_qch
 
-override_dh_install:
-	dh_install --sourcedir=debian/kf6-breeze-icon-theme
+override_dh_auto_install:
+	dh_auto_install --sourcedir=debian/kf6-breeze-icon-theme
+	dh_auto_install -- install_html_docs
+	dh_auto_install -- install_qch_docs
 
 #	find $(CURDIR)/debian/kf6-breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
 #	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/kf6-breeze-icon-theme $(CURDIR)/debian/kf6-breeze-icon-theme/usr/share/icons


More information about the Neon-commits mailing list