[neon/qt6/pyside6/Neon/release] debian: Fix destdir
Anupam Basak
null at kde.org
Sun Jul 2 16:10:42 BST 2023
Git commit 5b45ebd458427908e93cb215e4ae3d3129319f56 by Anupam Basak.
Committed on 02/07/2023 at 15:10.
Pushed by anupambasak into branch 'Neon/release'.
Fix destdir
M +2 -2 debian/rules
https://invent.kde.org/neon/qt6/pyside6/-/commit/5b45ebd458427908e93cb215e4ae3d3129319f56
diff --git a/debian/rules b/debian/rules
index bfe6b90..8ef9352 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ override_dh_auto_build:
override_dh_auto_install:
# DO NOT USE pybuild INSTALL to packaging dir as it skips some files that is required in the package
# Instead install to some other dir and update the .install files as required
- dh_auto_install -O--buildsystem=pybuild -- --destdir=pyside6_install
+ dh_auto_install -O--buildsystem=pybuild -- --dest-dir=./build/pyside6_install
# List the files to be able to update *.install files
echo "PySide/Shiboken files to package"
@@ -44,7 +44,7 @@ override_dh_auto_install:
echo "--------------------------------"
-find ./build/qfp-*-relwithdebinfo/install
echo "--------------------------------"
- -find ./pyside6_install
+ -find ./build/pyside6_install
echo "--------------------------------"
override_dh_dwz:
More information about the Neon-commits
mailing list