[sagemath] 03/09: Remove trac_17872.patch

Tobias Hansen thansen at moszumanska.debian.org
Thu Apr 7 09:38:17 UTC 2016


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

thansen pushed a commit to branch master
in repository sagemath.

commit 3fa48fb54cb338401052d518f5e548158b8270f9
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Thu Apr 7 10:12:42 2016 +0100

    Remove trac_17872.patch
---
 debian/patches/series           |  1 -
 debian/patches/trac_17872.patch | 12 ------------
 2 files changed, 13 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 9521fc2..ba279b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 unbreak.patch
-trac_17872.patch
 maxima.patch
 remove_singular_warning.patch
 singular_build.patch
diff --git a/debian/patches/trac_17872.patch b/debian/patches/trac_17872.patch
index 47b4b1a..e69de29 100644
--- a/debian/patches/trac_17872.patch
+++ b/debian/patches/trac_17872.patch
@@ -1,12 +0,0 @@
---- a/sage/src/sage/libs/singular/function.pyx
-+++ b/sage/src/sage/libs/singular/function.pyx
-@@ -1350,7 +1350,8 @@
- """%(self._name,self._name)
-         # Trac ticket #11268: Include the Singular documentation as a block of code
-         singular_doc = get_docstring(self._name).split('\n')
--        return prefix + "\n::\n\n"+'\n'.join(["    "+L for L in singular_doc])
-+        if len(singular_doc) > 1:
-+            return prefix + "\n::\n\n"+'\n'.join(["    "+L for L in singular_doc])
- 
-     cdef common_ring(self, tuple args, ring=None):
-         """

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



More information about the debian-science-commits mailing list