This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository iva.
commit 41ea7b37b1c476268660c78b4df4ce36faefef13 Author: Sascha Steinbiss <[email protected]> Date: Sat Feb 10 11:28:06 2018 +0100 fix watchfile --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 866b0ff..009331b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +iva (1.0.9+ds-2) unstable; urgency=medium + + * Fix watchfile to not report non-release tags (with '-X' suffix). + + -- Sascha Steinbiss <[email protected]> Sat, 10 Feb 2018 11:27:13 +0100 + iva (1.0.9+ds-1) unstable; urgency=medium [ Steffen Moeller ] diff --git a/debian/watch b/debian/watch index d8d6ec4..49541e8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts=repacksuffix=+ds,dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,repack,compression=xz \ -https://github.com/sanger-pathogens/iva/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +https://github.com/sanger-pathogens/iva/releases .*/archive/v(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iva.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
