This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ncbi-vdb.
commit e868533c5c54da9030a891b97f336719a77edd49 Author: Andreas Tille <[email protected]> Date: Wed Jul 20 16:38:28 2016 +0200 Exclude external libs from source tarball, new upstream version --- debian/changelog | 2 +- debian/copyright | 1 + debian/watch | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5209e74..ce95420 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ncbi-vdb (2.6.3-2) UNRELEASED; urgency=medium +ncbi-vdb (2.7.0+dfsg-1) UNRELEASED; urgency=medium * Initial release (Closes: #???) diff --git a/debian/copyright b/debian/copyright index d205b5e..704ef91 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: ngs Source: https://github.com/ncbi/ngs/releases +Files-Excluded: */ext Files: * Copyright: © 2010-2015 National Center for Biotechnology Information diff --git a/debian/watch b/debian/watch index f6f93c0..33fd655 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ version=3 -https://github.com/ncbi/ncbi-vdb/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ + https://github.com/ncbi/ncbi-vdb/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
