[jericho-html] 20/26: Removed the -java-doc package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jan 3 12:42:11 UTC 2018


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

ebourg-guest pushed a commit to branch master
in repository jericho-html.

commit d5837d51392e49deaf09d58d3f1f580096a0150d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jan 3 11:27:54 2018 +0100

    Removed the -java-doc package
---
 debian/build.xml                         | 20 ++------------------
 debian/changelog                         |  1 +
 debian/control                           | 14 +-------------
 debian/libjericho-html-java-doc.doc-base |  9 ---------
 debian/libjericho-html-java-doc.install  |  1 -
 debian/rules                             |  2 +-
 6 files changed, 5 insertions(+), 42 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index 2399008..becc59a 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -10,18 +10,6 @@
     <jar destfile="${jarfile}" basedir="build" index="yes"/>
   </target>
 
-  <target name="doc"
-    description="create documentation">
-    <javadoc Windowtitle="Jericho HTML Parser ${project.version}"
-      Use="true"
-      packagenames="net.htmlparser.jericho"
-      group="Core Package net.htmlparser.jericho"
-      sourcepath="src/java" destdir="doc/api">
-        <link href="/usr/share/doc/default-jdk-doc/api/"
-              packagelistLoc="/usr/share/doc/default-jdk-doc/api/package-list"/>
-    </javadoc>
-  </target>
-
   <target name="buildsamples" depends="build"
     description="build the samples">
     <mkdir dir="samples/CommandLine/bin"/>
@@ -35,19 +23,15 @@
       classpath="${jarfile}:samples/CommandLine/bin"/>
   </target>
 
-  <target name="install" depends="build,doc"
-    description="installs the jar file and documentation">
+  <target name="install" depends="build"
+    description="installs the jar file">
     <copy file="${jarfile}" todir="${destdir}${installdir}"/>
-    <copy todir="${destdir}${installdocdir}">
-      <fileset dir="doc/api" includes="**"/>
-    </copy>
   </target>
 
   <target name="clean"
      description="clean up the build dir">
      <delete file="jericho-html.jar"/>
      <delete dir="build"/>
-     <delete dir="doc"/>
      <delete dir="samples/CommandLine/bin"/>
   </target>
 
diff --git a/debian/changelog b/debian/changelog
index 8cb7c71..bfee958 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jericho-html (3.2-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Removed the -java-doc package
   * Moved the package to Git
   * Use XZ compression for the upstream tarball
   * Removed the .jar, .class and javadoc files from the upstream tarball
diff --git a/debian/control b/debian/control
index bb42b92..882e1f7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: cdbs, debhelper (>= 10), ant, default-jdk, default-jdk-doc
+Build-Depends: cdbs, debhelper (>= 10), ant, default-jdk
 Build-Depends-Indep: libslf4j-java, libcommons-logging-java, liblog4j1.2-java, javahelper 
 Standards-Version: 4.1.3
 Homepage: http://jerichohtml.sourceforge.net
@@ -21,15 +21,3 @@ Description: Java based library for HTML Parsing
  .
  It also provides high-level HTML form manipulation functions.
 
-Package: libjericho-html-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: default-jdk-doc, libjericho-html-java
-Description: libjericho-html-java documentation
- Documentation of Jericho HTML Parser that is a simple but powerful
- java library allowing analysis and manipulation of parts of an HTML
- document, including some common server-side tags, while reproducing
- verbatim any unrecognised or invalid HTML.
- .
- This package contains the javadoc pages for libjericho-html-java.
diff --git a/debian/libjericho-html-java-doc.doc-base b/debian/libjericho-html-java-doc.doc-base
deleted file mode 100644
index 4c4c937..0000000
--- a/debian/libjericho-html-java-doc.doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: jericho-html
-Title: Debian jericho-html Manual
-Author: Martin Jericho <mart3862 at yahoo.com.au>
-Abstract: User manual for libjericho-html-java.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libjericho-html-java/api/index.html
-Files: /usr/share/doc/libjericho-html-java/api/*.html
diff --git a/debian/libjericho-html-java-doc.install b/debian/libjericho-html-java-doc.install
deleted file mode 100644
index ffa067f..0000000
--- a/debian/libjericho-html-java-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-doc/api  usr/share/doc/libjericho-html-java
diff --git a/debian/rules b/debian/rules
index b3ac65a..c079705 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 JAVA_HOME              := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE      := debian/build.xml
-DEB_ANT_BUILD_TARGET   := build doc
+DEB_ANT_BUILD_TARGET   := build
 DEB_JARS               := commons-logging log4j-1.2 slf4j-api
 
 install/libjericho-html-java::

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



More information about the pkg-java-commits mailing list