[Python-modules-commits] [jupyter-notebook] 04/05: Add new dependencies to Built-Using
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Sep 18 14:12:36 UTC 2017
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 f7352ced1e910d5ce6f52ebf24070042e6321623
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Sep 18 12:04:37 2017 +0000
Add new dependencies to Built-Using
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 54e7ab3..78acb4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
JSBASE:=/usr/share/javascript
COMP:=notebook/static/components
-JSUSING:=underscore backbone jquery jquery-ui bootstrap bootstrap-tour moment codemirror jquery-typeahead xterm
+JSUSING:=underscore backbone jed jquery jquery-ui bootstrap bootstrap-tour moment codemirror jquery-typeahead xterm requirejs requirejs-text
BUILTUSING:=$(foreach jspkg, $(JSUSING), $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libjs-$(jspkg)))
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'
--
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