This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bcel.
commit 6faca28222fe400c553848ef3ce270ed8293a33b Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 24 15:44:40 2014 +0200 debian/watch: Updated to watch the release tags on Github --- debian/changelog | 1 + debian/watch | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8e9701e..78fb1ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bcel (5.2-11) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * debian/watch: Updated to watch the release tags on Github -- Emmanuel Bourg <[email protected]> Fri, 24 Oct 2014 15:09:01 +0200 diff --git a/debian/watch b/debian/watch index dcc7536..b54ea16 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://archive.apache.org/dist/jakarta/bcel/source/bcel-([0-9]+\.[0-9]+)-src.tar.gz +opts="uversionmangle=s/_RC/~rc/;s/_/./" \ +https://github.com/apache/commons-bcel/releases .*/BCEL_([\d_]+(?:_RC\d+)?).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bcel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

