[neon/qt/pyside2/Neon/unstable] debian: sed for the win

Carlos De Maine null at kde.org
Sat Jun 24 11:42:35 BST 2023


Git commit 433e827d4c398904a4353a0de141c72a03cd3935 by Carlos De Maine.
Committed on 24/06/2023 at 10:41.
Pushed by carlosdem into branch 'Neon/unstable'.

sed for the win

M  +1    -2    debian/set-paths

https://invent.kde.org/neon/qt/pyside2/-/commit/433e827d4c398904a4353a0de141c72a03cd3935

diff --git a/debian/set-paths b/debian/set-paths
index 40a07ea..ae1b166 100755
--- a/debian/set-paths
+++ b/debian/set-paths
@@ -42,6 +42,5 @@ sed -i "s|^set_and_check(SHIBOKEN_PYTHON_MODULE_DIR.*|set_and_check(SHIBOKEN_PYT
     debian/libshiboken2-dev/usr/lib/$DEB_HOST_MULTIARCH/cmake/Shiboken2-$MAIN_VERSION_UPSTREAM/Shiboken2Config.cpython-3*-$DEB_HOST_MULTIARCH.cmake
 
 # Set correctly the bin path for cmake in libshiboken-dev
-ls -ls debian/libshiboken2-dev/usr/lib/$DEB_HOST_MULTIARCH/cmake/
 sed -i "s|/workspace/usr/bin/shiboken2|/usr/bin/shiboken2|" \
-	debian/libshiboken2-dev/usr/lib/$DEB_HOST_MULTIARCH/cmake/Shiboken2Targets-relwithdebinfo.cmake
+	debian/libshiboken2-dev/usr/lib/$DEB_HOST_MULTIARCH/cmake/Shiboken2-$MAIN_VERSION_UPSTREAM/Shiboken2Targets-relwithdebinfo.cmake


More information about the Neon-commits mailing list