[neon/backports-jammy/zxing-cpp-jammy/Neon/unstable] debian: drop python bindings until somone smarter than me can figure out why dh_install doesn't like the cython solib
    Carlos De Maine 
    null at kde.org
       
    Tue Feb  7 03:14:10 GMT 2023
    
    
  
Git commit cf861d75cb560583b15c337edfb2fb52b617b336 by Carlos De Maine.
Committed on 07/02/2023 at 03:14.
Pushed by carlosdem into branch 'Neon/unstable'.
drop python bindings until somone smarter than me can figure out why dh_install doesn't like the cython solib
M  +3    -3    debian/rules
https://invent.kde.org/neon/backports-jammy/zxing-cpp-jammy/commit/cf861d75cb560583b15c337edfb2fb52b617b336
diff --git a/debian/rules b/debian/rules
index 18792db..189fea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 	        -DBUILD_BLACKBOX_TESTS=ON  \
 	        -DBUILD_UNIT_TESTS=OFF     \
-	        -DBUILD_PYTHON_MODULE=ON   \
-	        -DBUILD_SYSTEM_DEPS=ALWAYS \
-	        -DPYTHON_EXECUTABLE:FILEPATH=$(shell command -v $$(py3versions -d))
+	        -DBUILD_SYSTEM_DEPS=ALWAYS #\
+	        # -DBUILD_PYTHON_MODULE=ON   \
+			#-DPYTHON_EXECUTABLE:FILEPATH=$(shell command -v $$(py3versions -d))
    
    
More information about the Neon-commits
mailing list