[sagemath] 01/01: Install sagenb_export and widgetsnbextension with --user.

Tobias Hansen thansen at moszumanska.debian.org
Tue Aug 9 14:42:57 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 2c8e3d62c70d5e10bbcb0b40300ae7435aa91481
Author: Tobias Hansen <thansen at debian.org>
Date:   Tue Aug 9 14:42:45 2016 +0000

    Install sagenb_export and widgetsnbextension with --user.
---
 debian/patches/debian-temp-userdir.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/patches/debian-temp-userdir.patch b/debian/patches/debian-temp-userdir.patch
index 34c96e9..0a34413 100644
--- a/debian/patches/debian-temp-userdir.patch
+++ b/debian/patches/debian-temp-userdir.patch
@@ -163,3 +163,21 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 -cd src && python setup.py install
 +cd src && python setup.py install --user
+--- a/sage/build/pkgs/sagenb_export/spkg-install
++++ b/sage/build/pkgs/sagenb_export/spkg-install
+@@ -1,7 +1,7 @@
+ #!/usr/bin/env bash
+ 
+ cd src
+-python setup.py install
++python setup.py install --user
+ if [ $? -ne 0 ]; then
+     echo >&2 "Error installing SageNB Export"
+     exit 1
+--- a/sage/build/pkgs/widgetsnbextension/spkg-install
++++ b/sage/build/pkgs/widgetsnbextension/spkg-install
+@@ -1,3 +1,3 @@
+ #!/usr/bin/env bash
+ 
+-cd src && python setup.py install
++cd src && python setup.py install --user

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