[pkg-java] r19003 - trunk/plexus-maven-plugin/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Feb 27 09:26:51 GMT 2016


Author: ebourg-guest
Date: 2016-02-27 09:26:51 +0000 (Sat, 27 Feb 2016)
New Revision: 19003

Removed:
   trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.doc-base.api
   trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.install
Modified:
   trunk/plexus-maven-plugin/debian/changelog
   trunk/plexus-maven-plugin/debian/control
   trunk/plexus-maven-plugin/debian/maven.ignoreRules
Log:
Removed the javadoc package



Modified: trunk/plexus-maven-plugin/debian/changelog
===================================================================
--- trunk/plexus-maven-plugin/debian/changelog	2016-02-27 09:08:01 UTC (rev 19002)
+++ trunk/plexus-maven-plugin/debian/changelog	2016-02-27 09:26:51 UTC (rev 19003)
@@ -3,6 +3,7 @@
   * Team upload.
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.7 (no changes)
+  * Removed the javadoc package
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 27 Feb 2016 09:57:46 +0100
 

Modified: trunk/plexus-maven-plugin/debian/control
===================================================================
--- trunk/plexus-maven-plugin/debian/control	2016-02-27 09:08:01 UTC (rev 19002)
+++ trunk/plexus-maven-plugin/debian/control	2016-02-27 09:26:51 UTC (rev 19003)
@@ -4,13 +4,9 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: default-jdk-doc,
-                     libmaven-javadoc-plugin-java,
-                     libmaven-plugin-tools-java,
+Build-Depends-Indep: libmaven-plugin-tools-java,
                      libmaven-reporting-impl-java,
-                     libmaven-reporting-impl-java-doc,
                      libmaven2-core-java,
-                     libmaven2-core-java-doc,
                      libplexus-cdc-java,
                      libslf4j-java
 Standards-Version: 3.9.7
@@ -22,7 +18,6 @@
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
-Suggests: libplexus-maven-plugin-java-doc
 Description: Maven plugin for the Plexus Component Descriptor Creator
  The Plexus project provides a full software stack for creating and
  executing software projects. Based on the Plexus container, the applications
@@ -35,21 +30,3 @@
  .
  This package ships a Maven plugin to automatically generate the component
  descriptor file during the build process.
-
-Package: libplexus-maven-plugin-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libplexus-maven-plugin-java
-Description: Documentation for Plexus Maven Plugin
- 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.
- .
- The Component Descriptor Creator (or CDC for short) is a tool that will create
- the components.xml file from your Java code. It uses JavaDoc tags to gather the
- information it needs to create the component descriptor.
- .
- This package contains the API documentation of libplexus-maven-plugin-java.

Deleted: trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.doc-base.api
===================================================================
--- trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.doc-base.api	2016-02-27 09:08:01 UTC (rev 19002)
+++ trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.doc-base.api	2016-02-27 09:26:51 UTC (rev 19003)
@@ -1,10 +0,0 @@
-Document: libplexus-maven-plugin-java
-Title: API Javadoc for Plexus Maven Plugin
-Author: Plexus Maven Plugin developers
-Abstract: This is the API Javadoc provided for the
- libplexus-maven-plugin-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libplexus-maven-plugin-java/api/index.html
-Files: /usr/share/doc/libplexus-maven-plugin-java/api/*

Deleted: trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.install
===================================================================
--- trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.install	2016-02-27 09:08:01 UTC (rev 19002)
+++ trunk/plexus-maven-plugin/debian/libplexus-maven-plugin-java-doc.install	2016-02-27 09:26:51 UTC (rev 19003)
@@ -1,2 +0,0 @@
-target/apidocs/* usr/share/doc/libplexus-maven-plugin-java/api
-

Modified: trunk/plexus-maven-plugin/debian/maven.ignoreRules
===================================================================
--- trunk/plexus-maven-plugin/debian/maven.ignoreRules	2016-02-27 09:08:01 UTC (rev 19002)
+++ trunk/plexus-maven-plugin/debian/maven.ignoreRules	2016-02-27 09:26:51 UTC (rev 19003)
@@ -14,4 +14,5 @@
 # from the POM
 #   junit junit jar s/3\\..*/3.x/
 
+org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.maven.plugins maven-jxr-plugin * * * *




More information about the pkg-java-commits mailing list