[neon/backports-jammy/software-properties/Neon/release] debian: I have no idea why this is needed but pybuild refuses to install into debian/tmp/

Jonathan Riddell null at kde.org
Mon Mar 18 16:11:53 GMT 2024


Git commit 28fee35951bca9287596e9daea8f5ddc24399610 by Jonathan Riddell.
Committed on 18/03/2024 at 16:11.
Pushed by jriddell into branch 'Neon/release'.

I have no idea why this is needed but pybuild refuses to install into debian/tmp/

M  +5    -0    debian/rules

https://invent.kde.org/neon/backports-jammy/software-properties/-/commit/28fee35951bca9287596e9daea8f5ddc24399610

diff --git a/debian/rules b/debian/rules
index 4fd6234..1fcf5d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,8 @@ override_dh_auto_clean:
 	:
 override_dh_auto_test:
 	:
+
+override_dh_auto_install:
+	dh_auto_install -O--buildsystem=pybuild
+	rmdir debian/tmp
+	mv debian/python3-software-properties debian/tmp


More information about the Neon-commits mailing list