On Sun, 23 Feb 2020 14:21:28 +0100 Lucas Nussbaum <lu...@debian.org> wrote:
> Source: sympy
> Version: 1.5.1-2
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20200222 ftbfs-bullseye
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.

NMU debdiff attached.  Since this is an RC bug over 7 days old with no 
maintainer response, I intend to upload to the archive and not to delayed.

Scott K
diff -Nru sympy-1.5.1/debian/changelog sympy-1.5.1/debian/changelog
--- sympy-1.5.1/debian/changelog	2020-02-07 12:57:44.000000000 -0500
+++ sympy-1.5.1/debian/changelog	2020-03-01 15:45:01.000000000 -0500
@@ -1,3 +1,11 @@
+sympy (1.5.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add d/p/python3-not-python.patch from Ubuntu to fix FTBFS with python3
+    (Closes: #952251)
+
+ -- Scott Kitterman <sc...@kitterman.com>  Sun, 01 Mar 2020 15:45:01 -0500
+
 sympy (1.5.1-2) unstable; urgency=medium
 
   * pulled changes coming from the previous team upload
diff -Nru sympy-1.5.1/debian/patches/python3-not-python.patch sympy-1.5.1/debian/patches/python3-not-python.patch
--- sympy-1.5.1/debian/patches/python3-not-python.patch	1969-12-31 19:00:00.000000000 -0500
+++ sympy-1.5.1/debian/patches/python3-not-python.patch	2020-03-01 15:44:40.000000000 -0500
@@ -0,0 +1,17 @@
+Author: Steve Langasek <steve.langa...@ubuntu.com>
+Description: invoke python3 for building, not the deprecated python.
+Last-Update: 2020-02-28
+Bug-Debian: https://bugs.debian.org/952251
+
+Index: sympy-1.5.1/doc/Makefile
+===================================================================
+--- sympy-1.5.1.orig/doc/Makefile
++++ sympy-1.5.1/doc/Makefile
+@@ -1,6 +1,6 @@
+ # Makefile for Sphinx documentation
+ #
+-PYTHON       = python
++PYTHON       = python3
+ RST2HTML     = rst2html
+ 
+ # You can set these variables from the command line.
diff -Nru sympy-1.5.1/debian/patches/series sympy-1.5.1/debian/patches/series
--- sympy-1.5.1/debian/patches/series	2020-02-07 12:53:35.000000000 -0500
+++ sympy-1.5.1/debian/patches/series	2020-03-01 15:44:40.000000000 -0500
@@ -3,3 +3,4 @@
 03_sphinx_conf.patch
 04_doc_makefile.patch
 05_sphinx_math_dollar.patch
+python3-not-python.patch

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to