[neon/qt6/pyside6/Neon/release] debian: Do not pass qtpaths to dh_auto_clean

Anupam Basak null at kde.org
Fri Jun 30 07:39:47 BST 2023


Git commit 41e27774e8432c4b7fb94a2f01c8c378d940c4eb by Anupam Basak.
Committed on 30/06/2023 at 06:39.
Pushed by anupambasak into branch 'Neon/release'.

Do not pass qtpaths to dh_auto_clean

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 63db8e7..981ac99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_clean:
 	#apt-get remove python3-setuptools
 	rm -r /usr/lib/python3/dist-packages/setuptools/
 	python3 -m pip install -r requirements.txt
-	dh_auto_clean -O--buildsystem=pybuild -- --qtpaths=/usr/lib/qt6/bin/qtpaths6
+	dh_auto_clean -O--buildsystem=pybuild --
 
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild


More information about the Neon-commits mailing list