summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2018-03-28 14:06:37 +0200
committerEmmanuel Bourg <ebourg@apache.org>2018-03-28 14:06:37 +0200
commit39fc4673189b0d4815142393be63e31cd4311302 (patch)
treebbec7c76f2a8b9966fc8801e33fa2eb35f462458
parentb66bd992c6a8e295c0fc1e86d90143cb69a25194 (diff)
Removed the javadoc from the binary package
-rw-r--r--debian/changelog1
-rw-r--r--debian/doc-base8
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules3
4 files changed, 1 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index dcf1222..80444c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libvldocking-java (2.1.4-5) UNRELEASED; urgency=low
* Team upload.
+ * Removed the javadoc from the binary package
* Moved the package to Git (Closes: #670289)
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 4.1.3
diff --git a/debian/doc-base b/debian/doc-base
deleted file mode 100644
index 85711d1..0000000
--- a/debian/doc-base
+++ /dev/null
@@ -1,8 +0,0 @@
-Document: libvldocking-java
-Title: Java components for building applications with Docking capabilities
-Author: VLSolutions <info@vlsolutions.com>
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libvldocking-java/api/index.html
-Files: /usr/share/doc/libvldocking-java/api/*.html
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 8e9aedb..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,2 +0,0 @@
-Licence*.pdf
-doc/api
diff --git a/debian/rules b/debian/rules
index abcde9d..4883e9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,5 @@ JAR_VERSION := 2.1-beta
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- jar javadoc
-
override_dh_auto_install:
dh_link /usr/share/java/vldocking_$(JAR_VERSION).jar /usr/share/java/vldocking.jar