[neon/backports-noble/gst-plugins-good1.0-noble/Neon/release] debian: try and work around their being no msvc module in our version of setuptools

Carlos De Maine null at kde.org
Wed Jul 22 04:28:04 BST 2026


Git commit eb6e1317afc49e5b98288f8143581d8475cd9bba by Carlos De Maine.
Committed on 22/07/2026 at 03:27.
Pushed by carlosdem into branch 'Neon/release'.

try and work around their being no msvc module in our version of setuptools

M  +3    -1    debian/rules

https://invent.kde.org/neon/backports-noble/gst-plugins-good1.0-noble/-/commit/eb6e1317afc49e5b98288f8143581d8475cd9bba

diff --git a/debian/rules b/debian/rules
index 74e6a06..6cab486 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,8 +63,10 @@ endif
 
 %:
 	dh $@
-
 override_dh_auto_configure:
+	mkdir -p $(CURDIR)/debian/tmp-python/distutils
+	echo "class MSVCCompiler: pass" > $(CURDIR)/debian/tmp-python/distutils/msvccompiler.py
+	export PYTHONPATH=$(CURDIR)/debian/tmp-python:$$PYTHONPATH; \
 	dh_auto_configure -- $(conf_flags)
 
 execute_before_dh_auto_clean:


More information about the Neon-commits mailing list