[neon/kf6/kf6-kapidox/Neon/unstable] debian: override_dh_auto_clean:

Carlos De Maine null at kde.org
Wed Nov 8 05:23:10 GMT 2023


Git commit a420d0de2ae94d4610632637243cc3dc6ddc054d by Carlos De Maine.
Committed on 08/11/2023 at 06:23.
Pushed by carlosdem into branch 'Neon/unstable'.

override_dh_auto_clean:

M  +2    -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-kapidox/-/commit/a420d0de2ae94d4610632637243cc3dc6ddc054d

diff --git a/debian/rules b/debian/rules
index 2d06437..7804810 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
-rm -r /usr/lib/python3/dist-packages/setuptools/
+override_dh_auto_clean:
+	rm -r /usr/lib/python3/dist-packages/setuptools/
 	python3 -m pip install -U --upgrade-strategy eager -r requirements.frozen.txt
 	dh_auto_clean -O--buildsystem=pybuild --


More information about the Neon-commits mailing list