[Python-modules-commits] [jupyter-notebook] 14/19: Use moment-with-locales.js instead of moment.js
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sun Sep 17 21:09:00 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 ca4836b264380367946c29789a22b0a061dec0cf
Author: Gordon Ball <gordon at chronitis.net>
Date: Sun Sep 17 19:49:43 2017 +0000
Use moment-with-locales.js instead of moment.js
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index cd64805..b6d15f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,8 @@ override_dh_auto_configure:
#moment
mkdir -p $(COMP)/moment/min
- ln -s $(JSBASE)/moment/moment.js $(COMP)/moment/
- ln -s $(JSBASE)/moment/moment.min.js $(COMP)/moment/min/
+ 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
#requirejs
ln -s $(JSBASE)/requirejs $(COMP)/
--
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