This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hhsuite.
commit 3d476117c28ecc2d3d6b8c96db8bf022d6d65031 Author: Andreas Tille <[email protected]> Date: Wed Jan 18 12:03:52 2017 +0100 Really fix watch file to fetch latest version --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8fafaa8..32bbc8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hhsuite (3.0~beta2+dfsg-2) UNRELEASED; urgency=medium + + * Really fix watch file to fetch latest version + + -- Andreas Tille <[email protected]> Wed, 18 Jan 2017 12:03:25 +0100 + hhsuite (3.0~beta2+dfsg-1) unstable; urgency=medium [ Andreas Tille ] diff --git a/debian/watch b/debian/watch index daa3301..c4b62f8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ +opts="uversionmangle=s/-beta\.(\d)/~beta$1/;s/-beta/~beta/,repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ https://github.com/soedinglab/hh-suite/releases .*/archive/v(\d[-\d.beta]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hhsuite.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
