[neon/qt6/qbs/Neon/release] debian: symlink qdoc to qdoc6

Carlos De Maine null at kde.org
Sun May 4 10:22:37 BST 2025


Git commit 00df49d39cc2e9409ed752d018af70ccb45b0ae9 by Carlos De Maine.
Committed on 04/05/2025 at 09:22.
Pushed by carlosdem into branch 'Neon/release'.

symlink qdoc to qdoc6

M  +4    -0    debian/rules

https://invent.kde.org/neon/qt6/qbs/-/commit/00df49d39cc2e9409ed752d018af70ccb45b0ae9

diff --git a/debian/rules b/debian/rules
index 83626d8..82d3790 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,10 @@ endif
 
 BUILDPATH ?= obj-$(DEB_HOST_GNU_TYPE)
 
+
+ at echo "Create Symlink /usr/bin/qdoc => /usr/bin/qdoc6"
+ at ln -s /usr/bin/qdoc6 /usr/bin/qdoc
+
 %:
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake
 


More information about the Neon-commits mailing list