[pkg-java] r3894 - trunk/maven2/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Fri Jul 20 21:05:40 UTC 2007


Author: paulcager-guest
Date: 2007-07-20 21:05:39 +0000 (Fri, 20 Jul 2007)
New Revision: 3894

Modified:
   trunk/maven2/debian/build.properties
   trunk/maven2/debian/control
Log:
Corrected dependencies.
Expanded descriptions

Modified: trunk/maven2/debian/build.properties
===================================================================
--- trunk/maven2/debian/build.properties	2007-07-20 16:29:34 UTC (rev 3893)
+++ trunk/maven2/debian/build.properties	2007-07-20 21:05:39 UTC (rev 3894)
@@ -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:\

Modified: trunk/maven2/debian/control
===================================================================
--- trunk/maven2/debian/control	2007-07-20 16:29:34 UTC (rev 3893)
+++ trunk/maven2/debian/control	2007-07-20 21:05:39 UTC (rev 3894)
@@ -4,12 +4,19 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Paul Cager <paul-debian at home.paulcager.org>
 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,
+		     libcommons-lang-java,
+		     libdoxia-java,
+		     libmodello-java,
+		     libplexus-container-default-java,
+		     libplexus-interactivity-api-java,
+		     libplexus-utils-java,
 		     libwagon-java,
-		     libmodello-java,
 		     maven-ant-helper
 Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
 Standards-Version: 3.7.2
@@ -18,10 +25,25 @@
 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/




More information about the pkg-java-commits mailing list