[libxpp3-java] 22/24: Removed the javadoc from the binary package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Mar 16 13:06:52 GMT 2018


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

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

commit 83cb9d5db4754c47f5ddf308c40a098eb8cd10ad
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Mar 16 13:06:08 2018 +0100

    Removed the javadoc from the binary package
---
 debian/changelog             |  1 +
 debian/clean                 |  1 -
 debian/libxpp3-java.doc-base | 10 ----------
 debian/libxpp3-java.docs     |  2 --
 debian/patches/build.patch   |  8 --------
 debian/rules                 |  2 +-
 6 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f89d808..4320e47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxpp3-java (1.1.4c-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Fixed the build failure with Java 9 (Closes: #893084)
+  * Removed the javadoc from the binary package
   * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
   * Standards-Version updated to 4.1.3
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 07e0351..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-doc/api/
diff --git a/debian/libxpp3-java.doc-base b/debian/libxpp3-java.doc-base
deleted file mode 100644
index 783cd64..0000000
--- a/debian/libxpp3-java.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: libxpp3-java
-Title: Programmer API for XPP3
-Author: Aleksander Andrzej Slominski <aslom at cs.indiana.edu>
-Abstract: Javadocs for Xml Pull Parser, a streaming pull XML parser for java.
- XPP3 is the successor of XPP2 that implements XmlPull API. 
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libxpp3-java/api/index.html
-Files: /usr/share/doc/libxpp3-java/api/*.html
diff --git a/debian/libxpp3-java.docs b/debian/libxpp3-java.docs
deleted file mode 100644
index abc24c3..0000000
--- a/debian/libxpp3-java.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-README.html
-doc/api
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
index 351054d..0e9e360 100644
--- a/debian/patches/build.patch
+++ b/debian/patches/build.patch
@@ -30,11 +30,3 @@
        />
      <copy todir="${build_tests_xml}">
        <fileset dir="${src_xml_tests}">
-@@ -502,7 +503,6 @@
-              windowtitle="${name} ${version} API"
-              doctitle="${name}"
-              bottom="${copyright}"
--             link="http://java.sun.com/j2se/1.4/docs/api/"
-     />
-   </target>
- 
diff --git a/debian/rules b/debian/rules
index 649dc89..7ac1f7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/pkg-info.mk
 	dh $@ --with maven-repo-helper
 
 override_dh_auto_build:
-	dh_auto_build -- xpp3 junit apidoc
+	dh_auto_build -- xpp3 junit
 
 get-orig-source:
 	-uscan --download-current-version --force-download --rename

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



More information about the pkg-java-commits mailing list