[neon/qt6/pyside6/Neon/release] debian: List all files temporarily

Anupam Basak null at kde.org
Sun Jul 2 08:42:48 BST 2023


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

List all files temporarily

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 6056e27..d88974e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_clean:
 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
+	$(shell ls)
 
 override_dh_dwz:
 	true


More information about the Neon-commits mailing list