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

Jonathan Esk-Riddell null at kde.org
Fri Jun 23 15:36:59 BST 2023


Git commit 5641c883f585a4b354711d96f6516b0e93c07cfc by Jonathan Esk-Riddell.
Committed on 23/06/2023 at 14:36.
Pushed by jriddell into branch 'Neon/release'.

worth a shot

M  +4    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 49a87f5..34f24d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,9 @@ 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


More information about the Neon-commits mailing list