This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit 760feffd0990686249abedc5c4bb99f3385b2493 Author: Paul Cager <[email protected]> Date: Fri Jul 20 21:05:39 2007 +0000 Corrected dependencies. Expanded descriptions --- debian/build.properties | 3 +-- debian/control | 28 +++++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/debian/build.properties b/debian/build.properties index 2f952ca..d675f2e 100644 --- a/debian/build.properties +++ b/debian/build.properties @@ -1,6 +1,5 @@ classpath.compile = \ - ../lib/doxia-sink-api-1.0-alpha-7.jar:\ - /usr/share/java/bsh.jar:\ + /usr/share/java/doxia-sink-api.jar:\ /usr/share/java/classworlds.jar:\ /usr/share/java/commons-cli.jar:\ /usr/share/java/commons-lang.jar:\ diff --git a/debian/control b/debian/control index 49f2346..4ff45a5 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,19 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Paul Cager <[email protected]> Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, + classpath-doc, + junit, libbcpg-java, libbcpg-java-doc, libbcprov-java, libbcprov-java-doc, - classpath-doc, + libclassworlds-java, libcommons-cli-java, - libwagon-java, + libcommons-lang-java, + libdoxia-java, libmodello-java, + libplexus-container-default-java, + libplexus-interactivity-api-java, + libplexus-utils-java, + libwagon-java, maven-ant-helper Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 @@ -18,10 +25,25 @@ Package: maven2 Architecture: all Section: devel Depends: libcommons-cli-java, libjsch-java, libxalan2-java, - libdoxia-java, libjtidy-java, libplexus-interactivity-api-java, + libdoxia-java, libjtidy-java, libplexus-interactivity-api-java (>=1.0-alpha-6-2), libwagon-java Suggests: maven2-doc Conflicts: maven2-binary +Replaces: maven2-binary Description: Java software project management and comprehension tool + Maven is a software project management and comprehension tool. Based on the + concept of a project object model (POM), Maven can manage a project's build, + reporting and documentation from a central piece of information. + . + Maven's primary goal is to allow a developer to comprehend the complete + state of a development effort in the shortest period of time. In order to + attain this goal there are several areas of concern that Maven attempts + to deal with: + . + * Making the build process easy + * Providing a uniform build system + * Providing quality project information + * Providing guidelines for best practices development + * Allowing transparent migration to new features . Homepage: http://maven.apache.org/ -- 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

