[neon/backports-jammy/software-properties/Neon/unstable] debian: add some verbosity & export PYBUILD_SYSTEM=distutils to as per https://wiki.debian.org/Python/Pybuild

Carlos De Maine null at kde.org
Mon Mar 11 09:52:17 GMT 2024


Git commit fd0faa74cf60e9f7c0bf9d75ece73aec60be5354 by Carlos De Maine.
Committed on 11/03/2024 at 09:52.
Pushed by carlosdem into branch 'Neon/unstable'.

add some verbosity & export PYBUILD_SYSTEM=distutils to as per https://wiki.debian.org/Python/Pybuild

M  +3    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index ccc571e..baee1b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export DH_VERBOSE=1
+export PYBUILD_SYSTEM=distutils
+
 %:
 	dh $@ --with python3,translations --buildsystem=pybuild
 


More information about the Neon-commits mailing list