[neon/qt6/pyside6/Neon/unstable] debian: worth a shot

Carlos De Maine null at kde.org
Sat Jul 27 05:38:49 BST 2024


Git commit 9d385eff5b8d647f770a9646805b9beef15cf159 by Carlos De Maine, on behalf of Jonathan Esk-Riddell.
Committed on 25/07/2024 at 13:53.
Pushed by carlosdem into branch 'Neon/unstable'.

worth a shot

M  +4    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 80ad6b8b..dba1c01e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,10 @@ CXXFLAGS+=$(CPPFLAGS)
 # Work around buildd bug (https://bugs.debian.org/842565)
 undefine XDG_RUNTIME_DIR
 
+override_dh_auto_clean:
+	python3 -m pip install -r requirements.txt
+	dh_auto_clean -O--buildsystem=pybuild
+
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild --no-parallel
 



More information about the Neon-commits mailing list