[med-svn] [python-mne] 04/04: Add dependencies to JS library packages and symlinks

Andreas Tille tille at debian.org
Tue Aug 5 07:47:39 UTC 2014


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

tille pushed a commit to branch master
in repository python-mne.

commit 29889c76d3517f1079ffbde11a4f2095885b84f2
Author: Andreas Tille <tille at debian.org>
Date:   Tue Aug 5 09:28:22 2014 +0200

    Add dependencies to JS library packages and symlinks
---
 debian/control | 5 ++++-
 debian/links   | 6 ++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b85808a..042dfb4 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,10 @@ Depends: ${misc:Depends},
          xvfb,
          xauth,
          libgl1-mesa-dri,
-         help2man
+         help2man,
+         libjs-d3,
+         libjs-jquery,
+         libjs-jquery-ui
 Recommends: python-nose,
             mayavi2
 Suggests: python-dap,
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..677153c
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,6 @@
+# no idea from what package to pick from - see mail to mentors # /usr/lib/python2.7/dist-packages/mne/html/bootstrap.min.js
+/usr/share/javascript/d3/d3.min.js			/usr/lib/python2.7/dist-packages/mne/html/d3.v3.min.js
+# Debian has currently JQuery 1.7.2 - hope this fits with mne which contains 1.10.2
+/usr/share/javascript/jquery/jquery.min.js		/usr/lib/python2.7/dist-packages/mne/html/jquery-1.10.2.min.js
+/usr/share/javascript/jquery-ui/jquery-ui.min.js	/usr/lib/python2.7/dist-packages/mne/html/jquery-ui.min.js
+# This is not packaged for Debian /usr/lib/python2.7/dist-packages/mne/html/mpld3.v0.2.min.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git



More information about the debian-med-commit mailing list