[neon/qt6/qbs/Neon/release] debian: actually link properly

Carlos De Maine null at kde.org
Sun May 4 10:42:35 BST 2025


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

actually link properly

M  +1    -4    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 82d3790..69876c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,10 +19,6 @@ 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
 
@@ -49,6 +45,7 @@ override_dh_auto_install-arch:
 	dh_auto_install -- -C doc/man
 
 override_dh_auto_build-indep:
+	ln -s /usr/bin/qdoc6 /usr/bin/qdoc
 	dh_auto_build --no-parallel -- -C doc
 	dh_auto_build -- -C share
 


More information about the Neon-commits mailing list