[sagemath] 02/02: Remove unneeded parts from debian-temp-userdir.patch.

Tobias Hansen thansen at moszumanska.debian.org
Mon Nov 21 22:41:05 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 5febe8ed9c14d354f9f20bf939eaa340f5c1879a
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Mon Nov 21 22:39:11 2016 +0000

    Remove unneeded parts from debian-temp-userdir.patch.
---
 debian/patches/debian-temp-userdir.patch | 40 --------------------------------
 1 file changed, 40 deletions(-)

diff --git a/debian/patches/debian-temp-userdir.patch b/debian/patches/debian-temp-userdir.patch
index 5f4ac45..0cc07f9 100644
--- a/debian/patches/debian-temp-userdir.patch
+++ b/debian/patches/debian-temp-userdir.patch
@@ -4,27 +4,6 @@ Description: Install Sage spkgs to user's home directory
 Forwarded: not-needed
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- 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
--$PIP_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
-@@ -4,6 +4,6 @@
- 
- cd src
- 
--$PIP_INSTALL .
-+python setup.py install --user
- 
- jupyter nbextension enable --sys-prefix --py widgetsnbextension
 --- a/sage/build/pkgs/ipywidgets/spkg-install
 +++ b/sage/build/pkgs/ipywidgets/spkg-install
 @@ -11,4 +11,4 @@
@@ -33,22 +12,3 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 -$PIP_INSTALL .
 +python setup.py install --user
---- a/sage/build/pkgs/notebook/spkg-install
-+++ b/sage/build/pkgs/notebook/spkg-install
-@@ -13,7 +13,7 @@
- 
- set -e
- 
--$PIP_INSTALL .
-+python setup.py install --user
- 
- # Install the Jupyter notebook configuration
- ETC_JUPYTER="$SAGE_ETC"/jupyter
---- a/sage/build/pkgs/fpylll/spkg-install
-+++ b/sage/build/pkgs/fpylll/spkg-install
-@@ -6,4 +6,4 @@
-     exit 1
- fi
- 
--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