[Git][java-team/plexus-compiler][master] 3 commits: Standards-Version updated to 4.4.0
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Jul 15 14:48:16 BST 2019
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-compiler
Commits:
ed92a593 by Emmanuel Bourg at 2019-07-15T13:40:45Z
Standards-Version updated to 4.4.0
- - - - -
7c0267b7 by Emmanuel Bourg at 2019-07-15T13:44:05Z
Removed the -java-doc package
- - - - -
e600c0b8 by Emmanuel Bourg at 2019-07-15T13:48:00Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/control
- − debian/libplexus-compiler-java-doc.doc-base.api
- − debian/libplexus-compiler-java-doc.install
- − debian/libplexus-compiler-java-doc.poms
- debian/maven.ignoreRules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-plexus-compiler (2.8.5-2) UNRELEASED; urgency=medium
+plexus-compiler (2.8.5-2) unstable; urgency=medium
* Team upload.
* Depend on libeclipse-jdt-core-java instead of libecj-java
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.4.0
- -- Emmanuel Bourg <ebourg at apache.org> Tue, 27 Nov 2018 13:41:46 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 15 Jul 2019 15:47:49 +0200
plexus-compiler (2.8.5-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -8,18 +8,15 @@ Uploaders:
Build-Depends:
debhelper (>= 11),
default-jdk,
- default-jdk-doc,
junit4,
libcommons-lang-java (>= 2.0),
libeclipse-jdt-core-java (>= 3.13.2),
- libmaven-javadoc-plugin-java,
libmaven3-core-java,
libplexus-component-metadata-java,
libplexus-container-default-java,
libplexus-utils2-java,
- libplexus-utils2-java-doc,
maven-debian-helper (>= 1.5)
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/plexus-compiler.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-compiler
Homepage: https://codehaus-plexus.github.io/plexus-compiler/
@@ -34,8 +31,7 @@ Depends:
${misc:Depends}
Suggests:
junit4,
- libeclipse-jdt-core-java,
- libplexus-compiler-java-doc
+ libeclipse-jdt-core-java
Description: Plexus compiler system
The Plexus project provides a full software stack for creating and executing
software projects. Based on the Plexus container, the applications can
@@ -44,20 +40,3 @@ Description: Plexus compiler system
.
This package provides the Plexus Compiler API and its implementation modules
supporting javac, jikes, eclipse, aspectj and csharp compilers.
-
-Package: libplexus-compiler-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libplexus-compiler-java
-Description: Documentation for The API for the Plexus compiler system
- 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.
- .
- libplexus-compiler-java provides the Plexus Compiler API and its implementation
- modules supporting javac, jikes, eclipse, aspectj and csharp compilers.
- .
- This package contains the API documentation of libplexus-compiler-java.
=====================================
debian/libplexus-compiler-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libplexus-compiler-java
-Title: API Javadoc for Plexus Compiler
-Author: Plexus Compiler developers
-Abstract: This is the API Javadoc provided for the
- libplexus-compiler-java libraries.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libplexus-compiler-java/api/index.html
-Files: /usr/share/doc/libplexus-compiler-java/api/*
=====================================
debian/libplexus-compiler-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs/* usr/share/doc/libplexus-compiler-java/api/
=====================================
debian/libplexus-compiler-java-doc.poms deleted
=====================================
@@ -1,34 +0,0 @@
-# List of POM files for the package
-# Format of this file is:
-# <path to pom file> [option]*
-# where option can be:
-# --ignore: ignore this POM and its artifact if any
-# --ignore-pom: don't install the POM. To use on POM files that are created
-# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
-# --no-parent: remove the <parent> tag from the POM
-# --package=<package>: an alternative package to use when installing this POM
-# and its artifact
-# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
-# of the version for the package.
-# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
-# during a clean operation with mh_cleanpom or mh_installpom
-# --artifact=<path>: path to the build artifact associated with this POM,
-# it will be installed when using the command mh_install. [mh_install]
-# --java-lib: install the jar into /usr/share/java to comply with Debian
-# packaging guidelines
-# --usj-name=<name>: name to use when installing the library in /usr/share/java
-# --usj-version=<version>: version to use when installing the library in /usr/share/java
-# --no-usj-versionless: don't install the versionless link in /usr/share/java
-# --dest-jar=<path>: the destination for the real jar.
-# It will be installed with mh_install. [mh_install]
-# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
-# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
-# Empty by default. [mh_install]
-#
-plexus-compiler-api/target/plexus-compiler-api.javadoc.pom --has-package-version --artifact=plexus-compiler-api/target/plexus-compiler-api.javadoc.jar --classifier=javadoc --ignore-pom
-plexus-compiler-test/target/plexus-compiler-test.javadoc.pom --has-package-version --artifact=plexus-compiler-test/target/plexus-compiler-test.javadoc.jar --classifier=javadoc --ignore-pom
-plexus-compiler-manager/target/plexus-compiler-manager.javadoc.pom --has-package-version --artifact=plexus-compiler-manager/target/plexus-compiler-manager.javadoc.jar --classifier=javadoc --ignore-pom
-plexus-compilers/plexus-compiler-csharp/target/plexus-compiler-csharp.javadoc.pom --has-package-version --artifact=plexus-compilers/plexus-compiler-csharp/target/plexus-compiler-csharp.javadoc.jar --classifier=javadoc --ignore-pom
-plexus-compilers/plexus-compiler-eclipse/target/plexus-compiler-eclipse.javadoc.pom --has-package-version --artifact=plexus-compilers/plexus-compiler-eclipse/target/plexus-compiler-eclipse.javadoc.jar --classifier=javadoc --ignore-pom
-plexus-compilers/plexus-compiler-jikes/target/plexus-compiler-jikes.javadoc.pom --has-package-version --artifact=plexus-compilers/plexus-compiler-jikes/target/plexus-compiler-jikes.javadoc.jar --classifier=javadoc --ignore-pom
-plexus-compilers/plexus-compiler-javac/target/plexus-compiler-javac.javadoc.pom --has-package-version --artifact=plexus-compilers/plexus-compiler-javac/target/plexus-compiler-javac.javadoc.jar --classifier=javadoc --ignore-pom
=====================================
debian/maven.ignoreRules
=====================================
@@ -1,5 +1,6 @@
org.apache.maven.plugins maven-gpg-plugin * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
org.codehaus.mojo animal-sniffer-maven-plugin * * * *
org.apache.maven maven-artifact-test * * * *
View it on GitLab: https://salsa.debian.org/java-team/plexus-compiler/compare/1072fc90c63aa664785bb3cd5791e14332c2c4b1...e600c0b883d3c58c8504e7dc4297d01109425d1e
--
View it on GitLab: https://salsa.debian.org/java-team/plexus-compiler/compare/1072fc90c63aa664785bb3cd5791e14332c2c4b1...e600c0b883d3c58c8504e7dc4297d01109425d1e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190715/3b26cd37/attachment.html>
More information about the pkg-java-commits
mailing list