[sagemath] 01/01: Alternative way of fixing a test that might be more acceptable to upstream
Ximin Luo
infinity0 at debian.org
Sun Oct 9 12:13:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository sagemath.
commit c74de1455fadfb0f94a5e31060eb2ce6b92bc42a
Author: Ximin Luo <infinity0 at debian.org>
Date: Sun Oct 9 14:12:34 2016 +0200
Alternative way of fixing a test that might be more acceptable to upstream
---
debian/patches/debian-fix-trivial-test-cases.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/patches/debian-fix-trivial-test-cases.patch b/debian/patches/debian-fix-trivial-test-cases.patch
index 25cef54..b3dd249 100644
--- a/debian/patches/debian-fix-trivial-test-cases.patch
+++ b/debian/patches/debian-fix-trivial-test-cases.patch
@@ -246,11 +246,12 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Problem:
--- a/sage/src/sage/interfaces/tachyon.py
+++ b/sage/src/sage/interfaces/tachyon.py
-@@ -170,7 +170,7 @@
+@@ -170,7 +170,8 @@
sage: from sage.interfaces.tachyon import TachyonRT
sage: t = TachyonRT()
sage: t.usage(use_pager=False)
- Tachyon Parallel/Multiprocessor Ray Tracer Version...
++ ...
+ Usage: tachyon modelfile [options]...
"""
r = os.popen('tachyon').read()
--
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