This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository ariba.
commit c4e24edd67e121fd3df1c7414645977290807b37 Author: Sascha Steinbiss <[email protected]> Date: Sat Feb 10 12:33:13 2018 +0100 fix watchfile to not report pre-release tags --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7fe5659..968e111 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ariba (2.11.0+ds-2) unstable; urgency=medium + + * Fix watchfile to not report non-release tags (with '-X' suffix). + + -- Sascha Steinbiss <[email protected]> Sat, 10 Feb 2018 12:26:13 +0100 + ariba (2.11.0+ds-1) unstable; urgency=medium * New upstream release. diff --git a/debian/watch b/debian/watch index 5f2e755..47348d9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts=repacksuffix=+ds,dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,repack,compression=xz \ -https://github.com/sanger-pathogens/ariba/releases .*/archive/v(\d[\d.-]+)\.zip +https://github.com/sanger-pathogens/ariba/releases .*/archive/v(\d[\d.]+)\.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ariba.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
