[neon/qt/qbs/Neon/release] debian: Pass -DQBS_INSTALL_MAN_PAGE=yes to dh_auto_configure.
Dmitry Shachnev
null at kde.org
Wed Dec 14 07:28:03 GMT 2022
Git commit 18b19063b206bb78165d3321b29a0c1ccc012f6e by Dmitry Shachnev.
Committed on 27/11/2022 at 09:26.
Pushed by carlosdem into branch 'Neon/release'.
Pass -DQBS_INSTALL_MAN_PAGE=yes to dh_auto_configure.
M +1 -0 debian/changelog
M +1 -0 debian/rules
https://invent.kde.org/neon/qt/qbs/commit/18b19063b206bb78165d3321b29a0c1ccc012f6e
diff --git a/debian/changelog b/debian/changelog
index 5c4515f..7210eae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qbs (1.24.0+dfsg-1) UNRELEASED; urgency=medium
* Override some false-positive source-is-missing Lintian errors.
* Refresh debian/patches/skip_test_concurrent.diff.
* Drop doc_Install_man_pages_with_cmake.diff, applied upstream.
+ * Pass -DQBS_INSTALL_MAN_PAGE=yes to dh_auto_configure.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 21 Aug 2022 09:27:13 +0300
diff --git a/debian/rules b/debian/rules
index 8939bfa..14d457a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_configure:
-DQBS_INSTALL_PREFIX=/usr \
-DQBS_LIB_INSTALL_DIR=lib/${DEB_HOST_MULTIARCH} \
-DQBS_PLUGINS_INSTALL_BASE=lib/${DEB_HOST_MULTIARCH} \
+ -DQBS_INSTALL_MAN_PAGE=yes \
-DQBS_INSTALL_HTML_DOCS=yes \
-DQBS_INSTALL_QCH_DOCS=yes
More information about the Neon-commits
mailing list