This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz2-java.
commit 302418bd01b03f86bcddc1451d6c5eeecd2b1362 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 12 12:46:38 2016 +0200 Removed the doc package --- debian/changelog | 1 + debian/control | 32 +++----------------------------- debian/libquartz-java-doc.doc-base.api | 10 ---------- debian/libquartz-java-doc.install | 2 -- debian/maven.ignoreRules | 1 + 5 files changed, 5 insertions(+), 41 deletions(-) diff --git a/debian/changelog b/debian/changelog index 35ed67b..8682f0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libquartz-java (1:2.2.2-1) UNRELEASED; urgency=medium libmaven-antrun-plugin-java, libmaven-bundle-plugin-java and libmaven-shade-plugin-java - Disabled the unit tests + * Removed the doc package * Build with the DH sequencer instead of CDBS * Build depend on libasm-java (>= 5.0) instead of libasm4-java * Removed the unused build dependency on glassfish-activation diff --git a/debian/control b/debian/control index b92ff5a..72c99d7 100644 --- a/debian/control +++ b/debian/control @@ -8,29 +8,21 @@ Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - glassfish-javaee, +Build-Depends-Indep: glassfish-javaee, junit, libasm-java (>= 5.0), libc3p0-java, - libcommons-beanutils-java-doc, libcommons-dbcp-java, - libcommons-dbcp-java-doc, libcommons-logging-java, - libcommons-logging-java-doc, libcommons-modeler-java, - libcommons-pool-java-doc, libcommons-validator-java, libgeronimo-commonj-spec-java, libhamcrest-java, - liblog4j1.2-java-doc, libmail-java, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java, libmaven-shade-plugin-java, - libservlet3.1-java, - libservlet3.1-java-doc + libservlet3.1-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libquartz-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libquartz-java.git @@ -39,7 +31,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 @@ -49,21 +41,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 0c42fc4..0000000 --- a/debian/libquartz-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/site/apidocs/* usr/share/doc/libquartz-java/api - diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 7b9a986..0dcb7e1 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -17,6 +17,7 @@ org.apache.derby derby* * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-deploy-plugin * * * * +org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.codehaus.gmaven gmaven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

