This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jsoup.
commit ab3b13ede4152e6640bef72f01145acadf1b767c Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 17 22:43:35 2016 +0200 debian/watch: mangle the upstream version to remove the letter suffix --- debian/changelog | 1 + debian/watch | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5184e50..010c4e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jsoup (1.8.3-2) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* fields + * debian/watch: mangle the upstream version to remove the letter suffix -- Emmanuel Bourg <[email protected]> Sun, 17 Apr 2016 22:32:37 +0200 diff --git a/debian/watch b/debian/watch index 364f1b5..c9cc813 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 +options=uversionmangle=s/([\d\.]+).*/$1/ \ https://github.com/jhy/jsoup/tags .*/jsoup-(.*)\.tar\.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsoup.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

