This is an automated email from the git hooks/post-receive script. agramfort-guest pushed a commit to branch master in repository python-mne.
commit 48aa8084892fa5564132895c7ffd35b62fbe7c24 Author: Alexandre Gramfort <[email protected]> Date: Wed Sep 3 00:42:27 2014 -0400 compress bootstrap js --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 18af47a..e4f5a6d 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,10 @@ override_dh_clean: rm -rf *.egg-info dh_clean +override_dh_auto_install: + dh_auto_install + yui-compressor debian/JS/bootstrap/bootstrap.js > $(CURDIR)/mne/html/bootstrap.min.js + override_dh_auto_test: 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" \ -- 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
