This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit 623eddc0e15a2c4fff3ef20daf71967af8bf6f79 Author: Miguel Landaeta <[email protected]> Date: Mon Jul 2 20:08:55 2012 -0430 Update watch file --- debian/changelog | 5 +++-- debian/watch | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60f65a1..db3e49f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -gradle (1.0~m3-2) UNRELEASED; urgency=low +gradle (1.0-1) UNRELEASED; urgency=low + * New upstream release. * Replace dependencies on jna-posix library with jnr-posix. (Closes: #628662). - -- Miguel Landaeta <[email protected]> Thu, 02 Jun 2011 19:42:57 -0430 + -- Miguel Landaeta <[email protected]> Mon, 02 Jul 2012 20:34:46 -0430 gradle (1.0~m3-1) unstable; urgency=low diff --git a/debian/watch b/debian/watch index 782414f..c789e16 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=3 -opts=uversionmangle=s/-milestone-([0-9])+/~m$1/ \ -http://www.gradle.org/downloads.html \ -http://repo.gradle.org/gradle/distributions/gradle-([\w\.-]+)-src.zip \ -debian debian/orig-tar.sh +opts=uversionmangle=s/-([\w]+)-([0-9])+/~$1$2/ \ + http://www.gradle.org/downloads \ + http://services.gradle.org/distributions/gradle-([\w\.-]+)-src.zip \ + debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

