This is an automated email from the git hooks/post-receive script. yoh pushed a commit to branch master in repository python-mne.
commit 00af02c7275edbe90ad940cd1db3d263a793fee9 Author: Yaroslav Halchenko <[email protected]> Date: Sun Jul 10 11:16:27 2016 -0400 debian/control - make recent mayavi2 (>= 4.4.3-1) the lead bdepends to python-vtk{6,} as an alternatives (Closes: #830357) Versioned mayavi2 is needed since otherwise would fail with mayavi2 on older releases of debian/ubuntu --- debian/changelog | 10 ++++++++++ debian/control | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0dec2f7..3f96c49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-mne (0.12+dfsg-2) unstable; urgency=medium + + * debian/control + - make recent mayavi2 (>= 4.4.3-1) the lead bdepends to python-vtk{6,} + as an alternatives (Closes: #830357) + Versioned mayavi2 is needed since otherwise would fail with mayavi2 + on older releases of debian/ubuntu + + -- Yaroslav Halchenko <[email protected]> Sun, 10 Jul 2016 11:15:35 -0400 + python-mne (0.12+dfsg-1) unstable; urgency=medium * Fresh upstream release diff --git a/debian/control b/debian/control index 7266b1b..2a2af01 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9), python-matplotlib, python-joblib (>= 0.4.5), python-sklearn, - python-vtk | mayavi2, + mayavi2 (>= 4.4.3-1) | python-vtk6 | python-vtk, xvfb, xauth, libgl1-mesa-dri, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
