[neon/qt6/pyside6/Neon/release] debian: Skip install step and list files instead

Anupam Basak null at kde.org
Sun Jul 2 08:27:21 BST 2023


Git commit e4a7c70e5845f72a6587a066d7885e1b10b11794 by Anupam Basak.
Committed on 02/07/2023 at 07:27.
Pushed by anupambasak into branch 'Neon/release'.

Skip install step and list files instead

M  +5    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 07e4a90..6056e27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,11 @@ override_dh_auto_clean:
 	python3 -m pip install -U --upgrade-strategy eager -r requirements-doc.txt
 	dh_auto_clean -O--buildsystem=pybuild --
 
+override_dh_auto_install:
+	# DO NOT USE pybuild INSTALL as it skips some files that is required in the package
+	# List the files to be able to update *.install files
+	-find pyside*_install pyside*_build
+
 override_dh_dwz:
 	true
 


More information about the Neon-commits mailing list