[neon/qt6/pyside6/Neon/release] debian: List installed files
Anupam Basak
null at kde.org
Sun Jul 2 16:21:36 BST 2023
Git commit cbe37453ab12d292388c48b9fa66a50afad0361f by Anupam Basak.
Committed on 02/07/2023 at 15:21.
Pushed by anupambasak into branch 'Neon/release'.
List installed files
M +2 -2 debian/rules
https://invent.kde.org/neon/qt6/pyside6/-/commit/cbe37453ab12d292388c48b9fa66a50afad0361f
diff --git a/debian/rules b/debian/rules
index 8ef9352..1225334 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 -- --dest-dir=./build/pyside6_install
+ dh_auto_install -O--buildsystem=pybuild --
# 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 ./build/pyside6_install
+ -find debian/python3-pyside6
echo "--------------------------------"
override_dh_dwz:
More information about the Neon-commits
mailing list