[libnetx-java] 11/13: Removed the javadoc from the binary package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 28 11:58:42 UTC 2017


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

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

commit 24543d04aaa5162ac402357cd100db6533fce0d9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Nov 28 12:49:14 2017 +0100

    Removed the javadoc from the binary package
---
 debian/changelog | 1 +
 debian/doc-base  | 9 ---------
 debian/install   | 1 -
 debian/rules     | 2 +-
 4 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c44da3..8e5713d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libnetx-java (0.5-3) UNRELEASED; urgency=low
 
   * Team upload.
   * Removed the explicit dependency on the JRE
+  * 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.1
diff --git a/debian/doc-base b/debian/doc-base
deleted file mode 100644
index 9005ab4..0000000
--- a/debian/doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: libnetx-java
-Title: API for netx
-Author: Jon A. Maxwell (JAM)
-Abstract: An open-source JNLP client
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libnetx-java/api/index.html
-Files: /usr/share/doc/libnetx-java/api/*.html
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 1995a0a..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-javadoc/*		/usr/share/doc/libnetx-java/api/
diff --git a/debian/rules b/debian/rules
index c100c87..3257e36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/pkg-info.mk
 	dh $@
 
 override_dh_auto_build:
-	dh_auto_build -- jar javadoc -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
+	dh_auto_build -- jar -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
 
 override_dh_auto_install:
 	install -m 644 -D netx.jar debian/libnetx-java/usr/share/java/netx-$(DEB_VERSION_UPSTREAM).jar

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



More information about the pkg-java-commits mailing list