[libquartz-java] 04/05: Removed the -java-doc package to fix the build failure with Java 9 (Closes: #874651)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Dec 4 11:01:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libquartz-java.

commit ea7a4f42da1a8891be957e58deec52df1d4ac8d5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Dec 4 11:58:59 2017 +0100

    Removed the -java-doc package to fix the build failure with Java 9 (Closes: #874651)
---
 debian/changelog                       |  2 ++
 debian/control                         | 28 +---------------------------
 debian/libquartz-java-doc.doc-base.api | 10 ----------
 debian/libquartz-java-doc.install      |  1 -
 4 files changed, 3 insertions(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f46a95..433e83f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libquartz-java (1:1.8.6-4.1) UNRELEASED; urgency=medium
 
   * Non-maintainer upload.
+  * Removed the -java-doc package to fix the build failure with Java 9
+    (Closes: #874651)
   * Replaced the build dependency on glassfish-j2ee with the Geronimo spec jars
   * Standards-Version updated to 4.1.2
 
diff --git a/debian/control b/debian/control
index 3d743be..37b2d3f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,26 +9,18 @@ Uploaders:
 Build-Depends:
  debhelper (>= 10),
  default-jdk,
- default-jdk-doc,
  javahelper,
  junit,
  libasm-java (>= 5.0),
- libcommons-beanutils-java-doc,
  libcommons-dbcp-java,
- libcommons-dbcp-java-doc,
  libcommons-logging-java,
- libcommons-logging-java-doc,
- libcommons-pool-java-doc,
  libcommons-validator-java,
  libgeronimo-ejb-3.2-spec-java,
  libgeronimo-jms-1.1-spec-java,
  libgeronimo-jta-1.2-spec-java,
  libhamcrest-java,
- liblog4j1.2-java-doc,
  libmail-java,
- libmaven-javadoc-plugin-java,
  libservlet3.1-java,
- libservlet3.1-java-doc,
  maven-debian-helper (>= 1.4)
 Standards-Version: 4.1.2
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libquartz-java.git
@@ -38,7 +30,7 @@ Homepage: http://quartz-scheduler.org
 Package: libquartz-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libquartz-java-doc, ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
 Description: open source job scheduling system
  Quartz is a full-featured, open source job scheduling system that can
  be integrated with, or used along side virtually any J2EE or J2SE
@@ -48,21 +40,3 @@ Description: open source job scheduling system
  tens-of-thousands of jobs; jobs whose tasks are defined as standard
  Java components or EJBs. The Quartz Scheduler includes many
  enterprise-class features, such as JTA transactions and clustering.
-
-Package: libquartz-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libquartz-java
-Description: open source job scheduling system - documentation
- Quartz is a full-featured, open source job scheduling system that can
- be integrated with, or used along side virtually any J2EE or J2SE
- application - from the smallest stand-alone application to the
- largest e-commerce system. Quartz can be used to create simple or
- complex schedules for executing tens, hundreds, or even
- tens-of-thousands of jobs; jobs whose tasks are defined as standard
- Java components or EJBs. The Quartz Scheduler includes many
- enterprise-class features, such as JTA transactions and clustering.
- .
- This package contains the API documentation of libquartz-java.
diff --git a/debian/libquartz-java-doc.doc-base.api b/debian/libquartz-java-doc.doc-base.api
deleted file mode 100644
index 44d2c94..0000000
--- a/debian/libquartz-java-doc.doc-base.api
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: libquartz-java
-Title: API Javadoc for Quartz Parent POM
-Author: Quartz Parent POM developers
-Abstract: This is the API Javadoc provided for the
- libquartz-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libquartz-java/api/index.html
-Files: /usr/share/doc/libquartz-java/api/*
diff --git a/debian/libquartz-java-doc.install b/debian/libquartz-java-doc.install
deleted file mode 100644
index 1534445..0000000
--- a/debian/libquartz-java-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-target/site/apidocs/* usr/share/doc/libquartz-java/api

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz-java.git



More information about the pkg-java-commits mailing list