[sagemath] 01/01: Upstream Singular dev suggests to use -t instead of -b
Ximin Luo
infinity0 at debian.org
Wed Oct 12 11:06:05 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 2f694d54367fae2d8f3d58eb6e975858630f4fed
Author: Ximin Luo <infinity0 at debian.org>
Date: Wed Oct 12 13:05:48 2016 +0200
Upstream Singular dev suggests to use -t instead of -b
---
debian/patches/version-temp-singular-4-extra-fixes.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/version-temp-singular-4-extra-fixes.patch b/debian/patches/version-temp-singular-4-extra-fixes.patch
index 2b61a02..b522760 100644
--- a/debian/patches/version-temp-singular-4-extra-fixes.patch
+++ b/debian/patches/version-temp-singular-4-extra-fixes.patch
@@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
if [ "$1" = '-singular' -o "$1" = '--singular' ]; then
shift
- exec Singular "$@"
-+ exec Singular -b "$@"
++ exec Singular -t "$@"
fi
if [ "$1" = '-sqlite3' -o "$1" = '--sqlite3' ]; then
@@ -24,7 +24,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
sage: subprocess.call("echo syntax error | ipython", **kwds) in (0,1)
True
- sage: subprocess.call("echo syntax error | Singular", **kwds)
-+ sage: subprocess.call("echo syntax error | Singular -b", **kwds)
++ sage: subprocess.call("echo syntax error | Singular -t", **kwds)
0
"""
from __future__ import print_function
--
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