[neon/qt6/qbs/Neon/unstable] debian: iterate on docs
Carlos De Maine
null at kde.org
Sat Aug 30 04:23:38 BST 2025
Git commit 3b2b4ddb41c83c4004348e827e29455cb45ddd42 by Carlos De Maine.
Committed on 30/08/2025 at 03:23.
Pushed by carlosdem into branch 'Neon/unstable'.
iterate on docs
M +9 -4 debian/rules
https://invent.kde.org/neon/qt6/qbs/-/commit/3b2b4ddb41c83c4004348e827e29455cb45ddd42
diff --git a/debian/rules b/debian/rules
index 9943d50..239125a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,13 +36,18 @@ override_dh_auto_configure:
-DQBS_INSTALL_QCH_DOCS=$(if $(filter qbs-doc, $(shell dh_listpackages)),yes,no) \
-GNinja
+override_dh_auto_build:
+ dh_auto_build
+ dh_auto_build -- docs
+
+override_dh_auto_install:
+ dh_auto_install
+ dh_auto_install -- docs
+
execute_after_dh_auto_install:
find debian/tmp -type f -name .gitignore -print -delete
-override_dh_auto_test-arch:
- :
-
-override_dh_auto_test-indep:
+override_dh_auto_test:
:
override_dh_compress:
More information about the Neon-commits
mailing list