This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-antrun-extended-plugin.
commit baf1d3c24f76116f967a59ae1307d86dca6286ab Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 28 16:00:09 2017 +0200 Removed the *-java-doc package --- debian/changelog | 1 + debian/control | 24 ---------------------- ...en-antrun-extended-plugin-java-doc.doc-base.api | 10 --------- ...ibmaven-antrun-extended-plugin-java-doc.install | 2 -- 4 files changed, 1 insertion(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index e360f12..42b4bb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-antrun-extended-plugin (1.43-1) UNRELEASED; urgency=medium * Team upload. * New upstream release * Depend on libmaven3-core-java instead of libmaven2-core-java + * Removed the *-java-doc package * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 1cc7397..431b761 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,7 @@ Uploaders: James Page <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper Build-Depends-Indep: ant, - ant-doc, - default-jdk-doc, libcommons-collections3-java, - libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, libmaven3-core-java Standards-Version: 4.0.0 @@ -21,29 +18,8 @@ Package: libmaven-antrun-extended-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-antrun-extended-plugin-java-doc Description: Extended integration between Maven and Ant This extended antrun maven plugin enables users not only to run ant scripts embedded in the POM, but also to reference maven dependencies using Ant task classes. This enables the user to delegate more complex tasks to Ant such as constructing file-based installation distros. - -Package: libmaven-antrun-extended-plugin-java-doc -Architecture: all -Section: doc -Depends: - ant-doc, - default-jdk-doc, - libmaven2-core-java-doc, - ${maven:DocDepends}, - ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-antrun-extended-plugin-java -Description: Documentation for extended integration between Maven and Ant - This extended antrun maven plugin enables users not only to run ant scripts - embedded in the POM, but also to reference maven dependencies using Ant - task classes. This enables the user to delegate more complex tasks to Ant - such as constructing file-based installation distros. - . - This package provides the API documentation for - libmaven-antrun-extended-plugin-java. diff --git a/debian/libmaven-antrun-extended-plugin-java-doc.doc-base.api b/debian/libmaven-antrun-extended-plugin-java-doc.doc-base.api deleted file mode 100644 index 4e7aac1..0000000 --- a/debian/libmaven-antrun-extended-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-antrun-extended-plugin-java -Title: API Javadoc for Maven AntRun Extended Plugin -Author: Maven AntRun Extended Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-antrun-extended-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-antrun-extended-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-antrun-extended-plugin-java/api/* diff --git a/debian/libmaven-antrun-extended-plugin-java-doc.install b/debian/libmaven-antrun-extended-plugin-java-doc.install deleted file mode 100644 index d23167c..0000000 --- a/debian/libmaven-antrun-extended-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ - -target/apidocs/* usr/share/doc/libmaven-antrun-extended-plugin-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-antrun-extended-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

