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

Carlos De Maine null at kde.org
Sat Jul 27 05:43:30 BST 2024


Git commit 50e6a2e01fe988370f5bba2e3b1f08ed8202c83b by Carlos De Maine, on behalf of Jonathan Esk-Riddell.
Committed on 27/07/2024 at 04:40.
Pushed by carlosdem into branch 'Neon/release'.

worth a shot

M  +4    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 80ad6b8..dba1c01 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