[neon/qt6/qbs/Neon/release] debian: ln -s earlier and add some debug
Carlos De Maine
null at kde.org
Sun May 4 11:04:14 BST 2025
Git commit a5ee3fdef26f890a90e2e320d67aeea2198570a0 by Carlos De Maine.
Committed on 04/05/2025 at 10:04.
Pushed by carlosdem into branch 'Neon/release'.
ln -s earlier and add some debug
M +5 -1 debian/rules
https://invent.kde.org/neon/qt6/qbs/-/commit/a5ee3fdef26f890a90e2e320d67aeea2198570a0
diff --git a/debian/rules b/debian/rules
index 69876c3..474c638 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,8 @@ BUILDPATH ?= obj-$(DEB_HOST_GNU_TYPE)
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake
override_dh_auto_configure:
+ ln -s /usr/bin/qdoc6 /usr/bin/qdoc
+ ls -lsh /usr/bin/qdoc*
dh_auto_configure -- \
-DQBS_ENABLE_RPATH=no \
-DWITH_TESTS=yes \
@@ -34,6 +36,7 @@ override_dh_auto_configure:
-DQBS_INSTALL_QCH_DOCS=$(if $(filter qbs-doc, $(shell dh_listpackages)),yes,no)
override_dh_auto_build-arch:
+ ls -lsh /usr/bin/qdoc*
dh_auto_build -- -C src
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
dh_auto_build -- -C share
@@ -41,11 +44,12 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
endif
override_dh_auto_install-arch:
+ ls -lsh /usr/bin/qdoc*
dh_auto_install -- -C src
dh_auto_install -- -C doc/man
override_dh_auto_build-indep:
- ln -s /usr/bin/qdoc6 /usr/bin/qdoc
+ ls -lsh /usr/bin/qdoc*
dh_auto_build --no-parallel -- -C doc
dh_auto_build -- -C share
More information about the Neon-commits
mailing list