[sagemath] 01/01: Fix jupyter path

Ximin Luo infinity0 at debian.org
Sat Oct 15 01:15:57 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 a3746ddee9261e5c33b0f8b1f82a3465cb61c2a3
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Oct 15 03:15:29 2016 +0200

    Fix jupyter path
---
 debian/patches/debian-install-paths.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/debian-install-paths.patch b/debian/patches/debian-install-paths.patch
index d3be366..077cfeb 100644
--- a/debian/patches/debian-install-paths.patch
+++ b/debian/patches/debian-install-paths.patch
@@ -98,7 +98,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  )
  from jupyter_core.paths import ENV_JUPYTER_PATH
 -JUPYTER_PATH = ENV_JUPYTER_PATH[0]
-+JUPYTER_PATH = os.path.join(SAGE_SHARE, "..", "jupyter")
++JUPYTER_PATH = os.path.join(SAGE_SHARE, "jupyter")
  
  
  class SageKernelSpec(object):

-- 
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