Control: tags 1027815 + patch
Control: tags 1027815 + pending

Dear maintainer,

I've prepared an NMU for adonthell (versioned as 0.3.8-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

SR
diff -Nru adonthell-0.3.8/debian/changelog adonthell-0.3.8/debian/changelog
--- adonthell-0.3.8/debian/changelog	2022-03-28 13:31:59.000000000 -0400
+++ adonthell-0.3.8/debian/changelog	2023-01-03 13:39:42.000000000 -0400
@@ -1,3 +1,10 @@
+adonthell (0.3.8-2.1) unreleased; urgency=medium
+
+  * Non-maintainer upload.
+  * Patch: Python 3.11 support. (Closes: #1027815)
+
+ -- Stefano Rivera <stefa...@debian.org>  Tue, 03 Jan 2023 13:39:42 -0400
+
 adonthell (0.3.8-2) unstable; urgency=high
 
   * Team upload.
diff -Nru adonthell-0.3.8/debian/patches/python3.11.patch adonthell-0.3.8/debian/patches/python3.11.patch
--- adonthell-0.3.8/debian/patches/python3.11.patch	1969-12-31 20:00:00.000000000 -0400
+++ adonthell-0.3.8/debian/patches/python3.11.patch	2023-01-03 13:39:42.000000000 -0400
@@ -0,0 +1,16 @@
+Remove <eval.h> include. This was indirectly included via Python.h, and Python
+3.11 removed the header entirely.
+
+Author: Stefano Rivera <stefa...@debian.org>
+Bug-Debian: https://bugs.debian.org/1027815
+Forwarded: not-needed
+--- a/src/python_class.h
++++ b/src/python_class.h
+@@ -35,7 +35,6 @@
+ #include <locale.h>
+ #include "Python.h"
+ #include "compile.h"
+-#include "eval.h"
+ #include "fileops.h"
+ 
+ #ifndef SWIG
diff -Nru adonthell-0.3.8/debian/patches/series adonthell-0.3.8/debian/patches/series
--- adonthell-0.3.8/debian/patches/series	2022-03-28 13:29:19.000000000 -0400
+++ adonthell-0.3.8/debian/patches/series	2023-01-03 13:37:51.000000000 -0400
@@ -1 +1,2 @@
 python3.10.patch
+python3.11.patch

Reply via email to