This is an automated email from the git hooks/post-receive script. yoh pushed a commit to branch master in repository python-mne.
commit 1f8d284cc83e28e7da8e3f24a03fec81244f32c7 Author: Yaroslav Halchenko <[email protected]> Date: Fri Nov 18 10:40:12 2016 -0500 changelog entry + removing --exclude=test_add_slider_to_section --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 90da784..f07517d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-mne (0.13+git8-gcb8707f+dfsg-1) unstable; urgency=medium + + * Fresh upstream maint snapshot hopefully resolving issues with unicode + - removed --exclude=test_add_slider_to_section + * This time with +dfsg cleansing of .min.js files + + -- Yaroslav Halchenko <[email protected]> Fri, 18 Nov 2016 10:39:08 -0500 + python-mne (0.13+git5-g028f2ee-2) unstable; urgency=medium * debian/rules diff --git a/debian/rules b/debian/rules index 54f9d1a..fa02162 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ override_dh_auto_test: HOME=$(CURDIR)/build \ MNE_DONTWRITE_HOME=true MNE_SKIP_SAMPLE_DATASET_TESTS=true MNE_FORCE_SERIAL=true MNE_SKIP_NETWORK_TESTS=1 \ xvfb-run --auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -ac +extension GLX +render -noreset" \ - $(NOSETESTS) --exclude=test_add_slider_to_section mne + $(NOSETESTS) mne get-orig-source: uscan --verbose --force-download --repack --compress xz -- 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
