This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository freebayes.
commit cedd7dbc5fcf018dd6f2347d59535027d72c8f97 Author: Andreas Tille <[email protected]> Date: Wed May 28 19:27:04 2014 +0200 Fix d/watch; remove bamtools from source --- debian/copyright | 1 + debian/rules | 4 ++++ debian/watch | 8 ++------ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/copyright b/debian/copyright index f48eaa0..231c6ed 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: freebayes Source: https://github.com/ekg/freebayes +Files-Excluded: bamtools Files: * Copyright: 2010-2014 Erik Garrison, Gabor Marth diff --git a/debian/rules b/debian/rules index cbbf206..c679fb0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,7 @@ override_dh_auto_install: echo "Skip autoinstall process - files are moved around by dh_install" + +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --repack --compress xz --destdir=../tarballs diff --git a/debian/watch b/debian/watch index 34b97ca..2a8d3d7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,7 +1,3 @@ version=3 - -# Need to manually clone and tar/gzip from GitHub -# git clone --recursive git://github.com/ekg/freebayes.git -# For eventual releases: -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \ - https://github.com/<user>/<project>/tags .*/v?(\d\S*)\.tar\.gz \ No newline at end of file +opts=uversionmangle=s/\+dfsg//g,uversionmangle=s/^9/0.9/ \ + https://github.com/ekg/freebayes/tags .*/archive/v?(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/freebayes.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
