[neon/extras/kdevelop-python/Neon/release] debian/patches: python build bump
Carlos De Maine
null at kde.org
Mon Jul 22 01:02:37 BST 2024
Git commit ca899e383e0983affd75f94dd60ea1137d12d472 by Carlos De Maine.
Committed on 22/07/2024 at 00:02.
Pushed by carlosdem into branch 'Neon/release'.
python build bump
A +24 -0 debian/patches/python.patch
A +1 -0 debian/patches/series
https://invent.kde.org/neon/extras/kdevelop-python/-/commit/ca899e383e0983affd75f94dd60ea1137d12d472
diff --git a/debian/patches/python.patch b/debian/patches/python.patch
new file mode 100644
index 0000000..e94b3fd
--- /dev/null
+++ b/debian/patches/python.patch
@@ -0,0 +1,24 @@
+From cd92eee75484c60459a35836bec07bc478bae645 Mon Sep 17 00:00:00 2001
+From: Carlos De Maine <carlosdemaine at gmail.com>
+Date: Sun, 21 Jul 2024 23:58:53 +0000
+Subject: [PATCH] newer python for noble
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index efbda309..1a084695 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -43,7 +43,7 @@ add_definitions( -DTRANSLATION_DOMAIN=\"kdevpython\" )
+
+ set(Python3_USE_STATIC_LIBS FALSE)
+ set(Python3_FIND_STRATEGY VERSION)
+-find_package(Python3 3.4.3...<3.12 COMPONENTS Interpreter Development REQUIRED)
++find_package(Python3 3.4.3...<3.13 COMPONENTS Interpreter Development REQUIRED)
+
+ configure_file(kdevpythonversion.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/kdevpythonversion.h" @ONLY)
+
+--
+GitLab
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1a9a8e3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+python.patch
\ No newline at end of file
More information about the Neon-commits
mailing list