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 14ac7fa0349ab5db85e6dc6569f8339d50c08998 Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 12 11:48:12 2016 +0100 Removed the unused -doc package --- debian/changelog | 1 + debian/control | 30 ------------------------ debian/libplexus-containers1.5-java-doc.doc-base | 9 ------- debian/libplexus-containers1.5-java-doc.install | 1 - 4 files changed, 1 insertion(+), 40 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd78a29..4c80456 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ plexus-containers1.5 (1.6-2) UNRELEASED; urgency=medium * Moved plexus-component-annotations and plexus-component-metadata to their own packages * No longer build plexus-component-javadoc (never used) + * Removed the unused -doc package * Updated Standards-Version to 3.9.7 (no changes) * Updated the URL of the project homepage diff --git a/debian/control b/debian/control index 1170d38..53eab3c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends-Indep: junit4, libcommons-cli-java, libguava-java, libjdom1-java, - libmaven-javadoc-plugin-java, libmaven2-core-java, libplexus-classworlds2-java, libplexus-cli-java, @@ -78,32 +77,3 @@ Description: Component Metadata Maven plugin for Plexus that can easily be assembled and reused. . This package provides the Maven plugin generating the component metadata. - -Package: libplexus-containers1.5-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Suggests: libplexus-containers1.5-java -Description: Plexus' inversion-of-control (IoC) container - documentation - 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-containers. - . - This package replaces both plexus-containers and plexus-component-metadata from - 1.0.x branch. diff --git a/debian/libplexus-containers1.5-java-doc.doc-base b/debian/libplexus-containers1.5-java-doc.doc-base deleted file mode 100644 index 048b26e..0000000 --- a/debian/libplexus-containers1.5-java-doc.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: libplexus-containers1.5-java -Title: API Javadoc for plexus-containers -Author: plexus-containers developers -Abstract: This is the API Javadoc provided by the plexus-containers library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libplexus-containers1.5-java/api/index.html -Files: /usr/share/doc/libplexus-containers1.5-java/api/* diff --git a/debian/libplexus-containers1.5-java-doc.install b/debian/libplexus-containers1.5-java-doc.install deleted file mode 100644 index a4950e1..0000000 --- a/debian/libplexus-containers1.5-java-doc.install +++ /dev/null @@ -1 +0,0 @@ -target/site/apidocs/* /usr/share/doc/libplexus-containers1.5-java/api/ -- 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

