[maxima-sage] 01/01: Add patch headers for patches that still apply to 5.38.1

Ximin Luo infinity0 at debian.org
Sat Nov 19 15:27:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository maxima-sage.

commit d7b0c7ded9aa589c99a22f0191c3ac72cdd00503
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Nov 19 16:26:45 2016 +0100

    Add patch headers for patches that still apply to 5.38.1
    
    See https://trac.sagemath.org/ticket/18920#comment:78 for more info
---
 ...ylor2-Avoid-blowing-the-stack-when-diff-expand-isn.patch | 13 +++++++++++++
 debian/patches/matrixexp.patch                              | 10 ++++++++++
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-taylor2-Avoid-blowing-the-stack-when-diff-expand-isn.patch b/debian/patches/0001-taylor2-Avoid-blowing-the-stack-when-diff-expand-isn.patch
index 9a63225..3504a09 100644
--- a/debian/patches/0001-taylor2-Avoid-blowing-the-stack-when-diff-expand-isn.patch
+++ b/debian/patches/0001-taylor2-Avoid-blowing-the-stack-when-diff-expand-isn.patch
@@ -1,3 +1,16 @@
+Description: taylor2: Avoid blowing the stack when diff-expand isn't any help
+ If a result contains what we were trying to expand we should give up,
+ since we'll just end up recursively calling ourselves, which is bad.
+ .
+ This patch was written by upstream but not yet committed into their releases.
+ However, it is needed for SageMath to work correctly. See here
+ .
+ https://git.sagemath.org/sage.git/tree/build/pkgs/maxima/patches/0001-taylor2-Avoid-blowing-the-stack-when-diff-expand-isn.patch
+Author: Rupert Swarbrick <rswarbrick at gmail.com>
+Bug-Sage: https://trac.sagemath.org/sage_trac/ticket/13364
+Bug: https://sourceforge.net/p/maxima/bugs/2520/
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 diff --git a/src/hayat.lisp b/src/hayat.lisp
 index ae2c78c..4b9c547 100644
 --- a/src/hayat.lisp
diff --git a/debian/patches/matrixexp.patch b/debian/patches/matrixexp.patch
index a9318b0..7cbd9cc 100644
--- a/debian/patches/matrixexp.patch
+++ b/debian/patches/matrixexp.patch
@@ -1,3 +1,13 @@
+Description: Fix error in matrix exponentiation
+ This patch was written by SageMath but not yet committed into Maxima releases.
+ However, it is needed for SageMath to work correctly:
+ .
+ https://git.sagemath.org/sage.git/tree/build/pkgs/maxima/patches/matrixexp.patch
+Author: Peter Bruin <P.J.Bruin at math.leidenuniv.nl>
+Bug-Sage: http://trac.sagemath.org/ticket/13973
+Bug: https://sourceforge.net/p/maxima/bugs/2596/
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/share/linearalgebra/matrixexp.lisp
 +++ b/share/linearalgebra/matrixexp.lisp
 @@ -138,8 +138,8 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/maxima-sage.git



More information about the debian-science-commits mailing list