This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-httpclient.
commit bc46a58e1e68e12acde9dbc58f1b46223fd239c9 Author: Torsten Werner <[email protected]> Date: Sat Oct 17 20:50:58 2009 +0000 * Add myself to Uploaders. * Revert change from last upload: - Don't map version of commons-httpclient explicitly. (Closes: #551126, #551214, #551217, #551218, #551221, #551224, #551226, #551227, #551231, #551242) --- debian/changelog | 10 ++++++++++ debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 350580e..4c76fbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +commons-httpclient (3.1-7) unstable; urgency=low + + * Add myself to Uploaders. + * Revert change from last upload: + - Don't map version of commons-httpclient explicitly. + (Closes: #551126, #551214, #551217, #551218, #551221, #551224, #551226, + #551227, #551231, #551242) + + -- Torsten Werner <[email protected]> Sat, 17 Oct 2009 19:44:10 +0200 + commons-httpclient (3.1-6) unstable; urgency=low * Don't map version of commons-httpclient explicitly. diff --git a/debian/control b/debian/control index 1cdac37..24ac2a2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: commons-httpclient Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Barry Hawkins <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Kumar Appaiah <[email protected]>, Varun Hiremath <[email protected]> +Uploaders: Barry Hawkins <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Kumar Appaiah <[email protected]>, Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: maven-repo-helper, ant, default-jdk, libcommons-codec-java, libcommons-logging-java, junit Standards-Version: 3.8.3 diff --git a/debian/maven.rules b/debian/maven.rules index 8577380..505ae34 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1 +1,2 @@ junit junit jar s/3\..*/3.x/ +commons-httpclient commons-httpclient jar s/3\..*/3.x/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

