This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers1.5.
commit 245ff2a11971ff591bc3e1dc0c542ae94b991f5b Author: Emmanuel Bourg <[email protected]> Date: Thu Feb 11 15:10:48 2016 +0100 No longer build plexus-component-javadoc (never used) --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3258486..12a8762 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ plexus-containers1.5 (1.6-2) UNRELEASED; urgency=medium * Team upload. + * No longer build plexus-component-javadoc (never used) * Updated the plugin descriptor * Updated Standards-Version to 3.9.7 (no changes) diff --git a/debian/rules b/debian/rules index 5c17a8e..04bb883 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) \ -Duse-local-repo=true -Dkeep-cleaned-pom=true API_DOCS := target/api -MODULES := container-default component-annotations component-javadoc component-metadata +MODULES := container-default component-annotations component-metadata get-orig-source: uscan --download-version $(VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

