[neon/qt6/pyside6/Neon/release] debian: tree output is ugly. Use find

Anupam Basak null at kde.org
Sun Jul 2 09:48:28 BST 2023


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

tree output is ugly. Use find

M  +0    -1    debian/control
M  +1    -1    debian/rules

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

diff --git a/debian/control b/debian/control
index caa48b0..73c29ef 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,6 @@ Build-Depends: chrpath,
                qt6-webengine-dev,
                qt6-websockets-dev,
                qt6-webview-dev,
-               tree,
                xauth,
                xvfb,
 Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 16fc50f..bbdac31 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
-	$(shell tree)
+	-find .
 
 override_dh_dwz:
 	true


More information about the Neon-commits mailing list