This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers.
commit 0cc61287fc5deac44f434d35d525ff94d9d7191b Author: Torsten Werner <[email protected]> Date: Sun Nov 30 01:49:52 2008 +0000 release --- debian/changelog | 1 - debian/control | 14 ++++++++------ debian/rules | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc977aa..24d8234 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ plexus-containers (1.0~beta2-1) unstable; urgency=low - UNRELEASED * Initial release. (Closes: #507272) -- Torsten Werner <[email protected]> Sat, 29 Nov 2008 17:32:07 +0100 diff --git a/debian/control b/debian/control index 2a8b942..76840a9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), ant-optional, default-jdk, - maven-ant-helper, libgoogle-collections-java + maven-ant-helper, libgoogle-collections-java, libplexus-classworlds-java, + libplexus-utils-java, libxbean-java, junit Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-containers Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-containers/ @@ -12,8 +13,9 @@ Homepage: http://plexus.codehaus.org Package: libplexus-containers-java Architecture: all -Conflicts: libplexus-containers-default-java -Replaces: libplexus-containers-default-java +Conflicts: libplexus-container-default-java +Replaces: libplexus-container-default-java +Provides: libplexus-container-default-java Description: utilities for the Plexus framework The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can @@ -38,9 +40,9 @@ Description: utilities for the Plexus framework Package: libplexus-containers-java-doc Architecture: all Section: doc -Suggests: libplexus-container-default-java -Conflicts: libplexus-containers-default-java-doc -Replaces: libplexus-containers-default-java-doc +Suggests: libplexus-containers-java +Conflicts: libplexus-container-default-java-doc +Replaces: libplexus-container-default-java-doc Description: API Documentation for plexus-container-default The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can diff --git a/debian/rules b/debian/rules index a6a219f..0c1adfc 100755 --- a/debian/rules +++ b/debian/rules @@ -7,12 +7,12 @@ PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g") JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := commons-cli google-collect maven2 plexus-classworlds \ - plexus-utils + plexus-utils xbean-reflect DEB_ANT_BUILD_TARGET := package javadoc DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_ARGS := -Dversion=$(VERSION) API_DOCS := build/api -MODULES := component-metadata container-default +MODULES := container-default get-orig-source: uscan --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

