This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit f85fcbed5dc0c38db7a254fa5c2ec8dfa9ca0ea0 Author: Miguel Landaeta <[email protected]> Date: Wed Sep 12 01:06:22 2012 +0000 * Team upload. * Fix permissions of mvnDebug script. (Closes: #687154). * Remove Michael Koch from Uploaders list. Thanks for your work on this package. (Closes: #654115). --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/rules | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 59af366..99f91c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +maven2 (2.2.1-13) UNRELEASED; urgency=low + + * Team upload. + * Fix permissions of mvnDebug script. (Closes: #687154). + * Remove Michael Koch from Uploaders list. + Thanks for your work on this package. (Closes: #654115). + + -- Miguel Landaeta <[email protected]> Tue, 11 Sep 2012 19:39:27 -0430 + maven2 (2.2.1-12) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index f72c90d..991664f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: maven2 Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Michael Koch <[email protected]>, Ludovic Claude <[email protected]>, +Uploaders: Ludovic Claude <[email protected]>, Torsten Werner <[email protected]> Build-Depends-Indep: maven-repo-helper, ant-optional, junit, libmaven-clean-plugin-java, libmaven-compiler-plugin-java, libmaven-install-plugin-java, libmaven-jar-plugin-java, diff --git a/debian/rules b/debian/rules index 1ba3118..f5e83aa 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,7 @@ binary-post-install/$(PACKAGE):: dh_install -p$(PACKAGE) apache-maven/target/maven-debian-uber.jar usr/share/maven2/lib/ # compress manpages find $(DEB_BUILDDIR)/debian/$(PACKAGE)/usr/share/maven2/man -type f | xargs gzip -9v -n + chmod 0755 $(DEB_BUILDDIR)/debian/$(PACKAGE)/usr/share/maven2/bin/mvnDebug clean:: mh_unpatchpoms -p$(PACKAGE) -- 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

