This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master-1.x in repository wagon.
commit 4e1b9adcae15270d45331909ea06d63047c9bdd8 Author: Paul Cager <[email protected]> Date: Wed Apr 25 23:45:21 2007 +0000 Wagon: Declare binary packages for each Jar --- debian/control | 320 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 269 insertions(+), 51 deletions(-) diff --git a/debian/control b/debian/control index a455e62..a753e5f 100644 --- a/debian/control +++ b/debian/control @@ -11,59 +11,277 @@ Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-jav Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 -Package: libwagon-java +Package: libwagon-file-java Architecture: all Section: libs -Depends: libplexus-classworlds-java, - libplexus-utils-java,libplexus-component-java-api, junit, - libcommons-net-java, lib-commons-httpclient-java -Suggests: libplexus-container-default-java-doc -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 - utilise component-oriented programming to build modular, reusable components - that can easily be assembled and reused. - . - While Plexus is similar to other inversion-of-control (IoC) or dependency - injection frameworks such as the Spring Framework, it is a full-fledged - container that supports many more features such as: - . - * Component lifecycles - * Component instantiation strategies - * Nested containers - * Component configuration - * Auto-wiring - * Component dependencies, and - * Various dependency injection techniques including constructor injection, - setter injection, and private field injection. - . - Homepage: http://plexus.codehaus.org/ +Depends: libwagon-provider-api-java, + libplexus-utils-java +Suggests: libwagon-provider-api-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package is an implementation of Wagon provider for File system access. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-file-java-doc +Architecture: all +Section: doc +Depends: classpath-doc, + libplexus-utils-java-doc, + libwagon-provider-api-java-doc +Suggests: libwagon-file-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-file-java. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-http-lightweight-java +Architecture: all +Section: libs +Depends: libwagon-provider-api-java, + libwagon-http-shared-java +Suggests: libwagon-http-lightweight-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package is an implementation of Wagon provider for HTTP access. It + uses standard JDK classes as lower lever layer. + . + It enables Maven to use remote repositories stored in HTTP servers. + It doesn't allow deployment. + . + Homepage: http://maven.apache.org/wagon/ -Package: libwagon-java-doc +Package: libwagon-http-lightweight-java-doc Architecture: all Section: doc -Depends: classpath-doc, libplexus-classworlds-java-doc, - libplexus-component-api-java-doc, libplexus-utils-java-doc -Suggests: libplexus-container-default-java -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 - utilise component-oriented programming to build modular, reusable components - that can easily be assembled and reused. - . - While Plexus is similar to other inversion-of-control (IoC) or dependency - injection frameworks such as the Spring Framework, it is a full-fledged - container that supports many more features such as: - . - * Component lifecycles - * Component instantiation strategies - * Nested containers - * Component configuration - * Auto-wiring - * Component dependencies, and - * Various dependency injection techniques including constructor injection, - setter injection, and private field injection. - . - This package contains the API documentation for plexus-container-default - . - Homepage: http://plexus.codehaus.org/ +Depends: classpath-doc, + libplexus-utils-java-doc, + libwagon-provider-api-java-doc +Suggests: libwagon-http-lightweight-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-http-lightweight-java. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-http-shared-java +Architecture: all +Section: libs +Depends: libwagon-provider-api-java, + libplexus-utils-java, + libjtidy-java, + libjaxp1.3-java +Suggests: libwagon-http-shared-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package is a shared Library for the wagon-http, and + wagon-http-lightweight wagon providers + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-http-shared-java-doc +Architecture: all +Section: doc +Depends: classpath-doc, + libplexus-utils-java-doc, + libwagon-provider-api-java-doc, + libjtidy-java-doc +Suggests: libwagon-http-shared-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-http-shared-java. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-ssh-java +Architecture: all +Section: libs +Depends: libplexus-utils-java, + libjsch-java, + libwagon-provider-api-java, + libwagon-ssh-common-java, + libplexus-interactivity-api-java +Suggests: libwagon-ssh-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package is an implementation of Wagon provider for SCP and SFTP access. + . + It enables Maven to deploy artifacts and sites to SSH servers. It uses JSch + (Java Secure Channel) as lower level layer. + . + Getting files from SSH servers is not fully tested. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-ssh-java-doc +Architecture: all +Section: doc +Depends: classpath-doc, + libplexus-utils-java-doc, + libjsch-java-doc, + libwagon-provider-api-java-doc, + libwagon-ssh-common-java-doc, + libplexus-interactivity-api-java-doc +Suggests: libwagon-ssh-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-ssh-java. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-provider-api-java +Architecture: all +Section: libs +Depends: libplexus-utils-java +Suggests: libwagon-provider-api-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + Maven Wagon API defines the contract between different Wagon implementations. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-provider-api-java-doc +Architecture: all +Section: doc +Depends: classpath-doc, + libplexus-utils-java-doc +Suggests: libwagon-provider-api-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-provider-api-java. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-ssh-common-java +Architecture: all +Section: libs +Depends: libplexus-utils-java, + libwagon-provider-api-java, + libplexus-interactivity-api-java +Suggests: libwagon-ssh-common-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package is an implementation of Wagon provider for SCP and SFTP access. + . + It enables Maven to deploy artifacts and sites to SSH servers. + . + Getting files from SSH servers is not fully tested. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-ssh-common-java-doc +Architecture: all +Section: doc +Depends: classpath-doc, + libplexus-utils-java-doc, + libwagon-provider-api-java-doc, + libplexus-interactivity-api-java-doc +Suggests: libwagon-ssh-common-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-ssh-common-java. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-ssh-external-java +Architecture: all +Section: libs +Depends: libplexus-utils-java, + libwagon-ssh-common-java, + libwagon-provider-api-java +Suggests: libwagon-ssh-external-java-doc +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This project is an implementation of Wagon provider for SSH servers access. + . + It enables Maven to deploy artifacts and sites to SSH servers. it uses an + external SSH program that has to be already installed in the system + . + Getting files from SSH servers is not fully tested. + . + Homepage: http://maven.apache.org/wagon/ + +Package: libwagon-ssh-external-java-doc +Architecture: all +Section: doc +Depends: classpath-doc, + libplexus-utils-java-doc, + libwagon-provider-api-java-doc, + libwagon-ssh-common-java-doc, +Suggests: libwagon-ssh-external-java +Description: tools to manage Maven artifacts and deployment + The Wagon project defines a simple API for transfering resources + (artifacts) to and from repositories. The word repository is used in this + context as it is commonly used in Maven and means a storage of artifacts. + . + It is also used to deploy the Maven generated site to a server. + . + This package contains the JavaDocs for libwagon-ssh-external-java. + . + Homepage: http://maven.apache.org/wagon/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

