This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-mne.
commit 44fcc0be450767e91fc525c55204e0962a74b748 Author: Andreas Tille <[email protected]> Date: Tue Aug 5 08:45:14 2014 +0200 Delete compressed JS files from upstream source --- debian/changelog | 2 +- debian/copyright | 1 + debian/rules | 3 +++ debian/watch | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e265fb7..5e7f031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-mne (0.8.2-1) UNRELEASED; urgency=low +python-mne (0.8.2+dfsg-1) UNRELEASED; urgency=low * New upstream version. diff --git a/debian/copyright b/debian/copyright index 45b8e2b..5c2afb1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MNE-Python Upstream-Contact: Alexandre Gramfort <[email protected]> Source: http://github.com/mne-tools/mne-python +Files-Excluded: mne/html/*.min.js Files: * Copyright: 2010-2014, MNE-Python Developers diff --git a/debian/rules b/debian/rules index 581b004..46f1f24 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,6 @@ override_dh_auto_test: MNE_SKIP_SAMPLE_DATASET_TESTS=true \ xvfb-run --auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -ac +extension GLX +render -noreset" \ $(NOSETESTS) mne + +get-orig-source: + uscan --verbose --force-download --repack --compress xz diff --git a/debian/watch b/debian/watch index 9d49fac..cf1b9df 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -opts="dversionmangle=s/.dfsg$//,filenamemangle=s/.*v([\d\.]+)\..*/python-mne_$1.orig.tar.gz/" \ +opts="uversionmangle=s/$/+dfsg/,filenamemangle=s/.*v([\d\.]+)\..*/python-mne_$1.orig.tar.gz/" \ https://github.com/mne-tools/mne-python/tags .*/archive/v([\d\.]+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|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
