[neon/qt6/pyside6/Neon/unstable] debian: alter libpyside packages as well to allow kf6 python bindings to work

Carlos De Maine null at kde.org
Mon Dec 16 23:49:49 GMT 2024


Git commit a83bd53d117f18385cdac58cc815ca828cce31ef by Carlos De Maine.
Committed on 16/12/2024 at 23:49.
Pushed by carlosdem into branch 'Neon/unstable'.

alter libpyside packages as well to allow kf6 python bindings to work

M  +1    -0    debian/set-paths

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

diff --git a/debian/set-paths b/debian/set-paths
index 4e75dde..fd05d8d 100755
--- a/debian/set-paths
+++ b/debian/set-paths
@@ -39,6 +39,7 @@ for directory in "cmake/PySide6" "cmake/PySide6Qml"; do
     sed -i "
         s|\${PACKAGE_PREFIX_DIR}|/usr|;
         s|\${_IMPORT_PREFIX}/lib|\${_IMPORT_PREFIX}/$DEB_HOST_MULTIARCH|;
+        s|\${_IMPORT_PREFIX}/include|\${_IMPORT_PREFIX}/../include|;
         s|^set_and_check(PYSIDE_PYTHONPATH.*|set_and_check(PYSIDE_PYTHONPATH \"/usr/lib/python3/dist-packages/PySide6\")|;
     " \
     debian/$package/usr/lib/$DEB_HOST_MULTIARCH/$directory/*


More information about the Neon-commits mailing list