[Python-modules-commits] [jupyter-notebook] 06/08: Don't install the testsuite

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Oct 27 15:40:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.

commit dd06f1f64bb9b70bdfc0926622251c7d6a41e33b
Author: Gordon Ball <gordon at chronitis.net>
Date:   Thu Oct 27 17:26:08 2016 +0200

    Don't install the testsuite
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ddd92b8..dbbfc4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export PYBUILD_NAME=notebook
 JSBASE:=/usr/share/javascript
 COMP:=notebook/static/components
 
-export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/notebook/static/components' ; cp -r notebook/static/components '{destdir}/{install_dir}/notebook/static/'
+export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/notebook/static/components' ; cp -r notebook/static/components '{destdir}/{install_dir}/notebook/static/' ; rm -rf '{destdir}/{install_dir}/notebook/tests'
 export LC_ALL=C.UTF-8
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git



More information about the Python-modules-commits mailing list