[sagemath] 01/01: Add thebe to pruner and disable it.
Tobias Hansen
thansen at moszumanska.debian.org
Tue Nov 15 09:18:28 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 05ac7d44f884bc90c7db48a15699dc66a6902361
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date: Tue Nov 15 01:02:01 2016 +0000
Add thebe to pruner and disable it.
---
debian/pruner/configure.ac | 4 ++++
debian/pruner/pruner.py.in | 1 +
2 files changed, 5 insertions(+)
diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index ef01793..7f1f388 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -319,6 +319,10 @@ AC_SUBST(HAS_SYMPOW)
AC_CHECK_PROG(HAS_TACHYON, tachyon, "True", "False")
AC_SUBST(HAS_TACHYON)
+# FIXME(thebe): we're trying if we can get along without it
+HAS_THEBE="True"
+AC_SUBST(HAS_THEBE)
+
# FIXME(widgetsnbextension): we don't have a package yet, but don't want to install from sage
HAS_WIDGETSNBEXTENSION="True"
AC_SUBST(HAS_WIDGETSNBEXTENSION)
diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index aad5246..726b2b6 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -130,6 +130,7 @@ dico = {
'symmetrica': @HAS_SYMMETRICA@,
'sympow': @HAS_SYMPOW@,
'tachyon': @HAS_TACHYON@,
+ 'thebe': @HAS_THEBE@,
'widgetsnbextension': @HAS_WIDGETSNBEXTENSION@,
'zeromq': @HAS_ZEROMQ@,
'zlib': @HAS_ZLIB@,
--
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