[Python-modules-commits] [jupyter-notebook] 15/19: New dependency: libjs-jed

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 c8deffde71cddfa3e094c9b46c7b8fc5b70d88fa
Author: Gordon Ball <gordon at chronitis.net>
Date:   Sun Sep 17 20:09:43 2017 +0000

    New dependency: libjs-jed
---
 debian/control | 3 +++
 debian/rules   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/control b/debian/control
index 5edee12..4a32f66 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,7 @@ Build-Depends: debhelper (>= 10),
                libjs-codemirror,
                libjs-es6-promise (>= 1.0),
                fonts-font-awesome (>= 4.2),
+               libjs-jed (>= 1.1.1),
                libjs-jquery,
                libjs-jquery-ui (>= 1.12),
                libjs-marked (>= 0.3),
@@ -77,6 +78,7 @@ Depends: ${misc:Depends},
          libjs-codemirror,
          libjs-es6-promise (>= 1.0),
          fonts-font-awesome (>= 4.2),
+         libjs-jed (>= 1.1.1),
          libjs-jquery,
          libjs-jquery-ui (>= 1.12),
          libjs-marked (>= 0.3),
@@ -113,6 +115,7 @@ Depends: ${misc:Depends},
          libjs-codemirror,
          libjs-es6-promise (>= 1.0),
          fonts-font-awesome (>= 4.2),
+         libjs-jed (>= 1.1.1),
          libjs-jquery,
          libjs-jquery-ui (>= 1.12),
          libjs-marked (>= 0.3),
diff --git a/debian/rules b/debian/rules
index b6d15f9..a35f045 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,9 @@ override_dh_auto_configure:
 	ln -s $(JSBASE)/es6-promise/es6-promise.min.js $(COMP)/es6-promise/es6-promise.min.js
 	ln -s $(JSBASE)/es6-promise/es6-promise.js $(COMP)/es6-promise/es6-promise.js
 
+	#jed
+	ln -s $(JSBASE)/jed $(COMP)/
+
 	#jquery
 	ln -s $(JSBASE)/jquery $(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