This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit a9b6d5471658074cac6ad67f8354a23994ae5962 Author: Michael Koch <[email protected]> Date: Sun Apr 27 11:32:51 2008 +0000 maven2 (2.0.9-2 UNRELEASED; urgency=low * Reworked watch file to support RC versions correctly. * Added myself to Uploaders. -- Michael Koch <[email protected]> Sun, 27 Apr 2008 13:36:36 +0200 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/watch | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ffd6f4..635e977 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven2 (2.0.9-2 UNRELEASED; urgency=low + + * Reworked watch file to support RC versions correctly. + * Added myself to Uploaders. + + -- Michael Koch <[email protected]> Sun, 27 Apr 2008 13:36:36 +0200 + maven2 (2.0.9-1) unstable; urgency=low [ Paul Cager ] diff --git a/debian/control b/debian/control index 00f0dd2..f9b57d7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: maven2 Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Paul Cager <[email protected]> +Uploaders: Paul Cager <[email protected]>, Michael Koch <[email protected]> Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, junit, libbcpg-java, libbcprov-java, libclassworlds-java, libcommons-cli-java, diff --git a/debian/watch b/debian/watch index 70c5fda..0d6970f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ version=3 # The "." at the end of the pattern will always be a "/", but # uscan does not allow us to specify a "/" +opts=uversionmangle=s/-RC/~RC/ \ http://svn.apache.org/repos/asf/maven/components/tags/maven-([0-9].*). debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

