[Python-modules-commits] [jupyter-notebook] 19/19: Fix: moment.js still required also

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Sep 17 21:09:01 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 bb666cacc55d1a6e65d141863263a1861668978c
Author: Gordon Ball <gordon at chronitis.net>
Date:   Sun Sep 17 20:54:14 2017 +0000

    Fix: moment.js still required also
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index b0e62f6..54e7ab3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,7 @@ override_dh_auto_configure:
 
 	#moment
 	mkdir -p $(COMP)/moment/min
+	ln -s $(JSBASE)/moment/moment.js $(COMP)/moment/
 	ln -s $(JSBASE)/moment/moment-with-locales.js $(COMP)/moment/
 	ln -s $(JSBASE)/moment/moment-with-locales.min.js $(COMP)/moment/min/moment-with-locales.js
 

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