[neon/qt6/pyside6/Neon/unstable] debian: add link to be able to find library

Jonathan Esk-Riddell null at kde.org
Fri Jun 30 14:39:16 BST 2023


Git commit 0bbe806a3e2b43e8c2312e13578d7ffcb701d374 by Jonathan Esk-Riddell.
Committed on 30/06/2023 at 13:39.
Pushed by jriddell into branch 'Neon/unstable'.

add link to be able to find library

M  +4    -0    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/0bbe806a3e2b43e8c2312e13578d7ffcb701d374

diff --git a/debian/rules b/debian/rules
index a868c70..6448b39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,5 +26,9 @@ override_dh_auto_clean:
 override_dh_dwz:
 	true
 
+override_dh_shlibdeps:
+	ln -s python3/dist-packages/shiboken6/libshiboken6.abi3.so.6.5 debian/python3-pyside6/usr/lib/libshiboken6.abi3.so.6.5
+	dh_shlibdeps -a -O--buildsystem=pybuild
+
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild


More information about the Neon-commits mailing list