[dumbster] 07/18: No longer install the javadoc and the test results in the binary package
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue May 23 16:45:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository dumbster.
commit 0a83d3ebe6c35e210f07da90bc1d8e2b34787a0b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue May 23 16:03:49 2017 +0200
No longer install the javadoc and the test results in the binary package
---
debian/changelog | 1 +
debian/dirs | 1 -
debian/docs | 1 -
debian/patches/buildxml.diff | 13 +++++--------
debian/rules | 2 +-
5 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 45746cd..b89ec0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dumbster (1.6+debian-3) UNRELEASED; urgency=medium
* Team upload.
* The package is now co-maintained with the Java Team
+ * No longer install the javadoc and the test results in the binary package
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
* Fixed the watch file
diff --git a/debian/dirs b/debian/dirs
index 0ad3b6d..65d015e 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1 @@
usr/share/java/
-usr/share/doc/libdumbster-java/api
\ No newline at end of file
diff --git a/debian/docs b/debian/docs
index 2821158..dd47205 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,2 @@
notice.txt
-TEST-com.dumbster.smtp.AllTests.txt
version.txt
diff --git a/debian/patches/buildxml.diff b/debian/patches/buildxml.diff
index 7a33755..8fcbbf3 100644
--- a/debian/patches/buildxml.diff
+++ b/debian/patches/buildxml.diff
@@ -1,8 +1,6 @@
-Index: trunk/build.xml
-===================================================================
---- trunk.orig/build.xml 2011-07-30 14:07:24.000000000 +0200
-+++ trunk/build.xml 2011-07-30 14:11:02.000000000 +0200
-@@ -20,14 +20,17 @@
+--- a/build.xml
++++ b/build.xml
+@@ -20,6 +20,9 @@
<project name="dumbster" default="world">
<!-- === project configuration ========================================== -->
@@ -12,9 +10,8 @@ Index: trunk/build.xml
<property name="release" value="1.6"/>
<property name="srcdir" value="src" />
<property name="etcdir" value="etc" />
- <property name="builddir" value="build" />
-- <property name="docdir" value="doc" />
-+ <property name="docdir" value="${env.DESTDIR}/usr/share/doc/libdumbster-java/api" />
+@@ -27,7 +30,7 @@
+ <property name="docdir" value="doc" />
<property name="stagedir" value="${builddir}/stage" />
<property name="compiledir" value="${builddir}/classes" />
- <property name="libdir" value="lib" />
diff --git a/debian/rules b/debian/rules
index ed67a05..19b825b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ DEB_ANT_BUILD_TARGET = compile
DEB_ANT_CLEAN_TARGET = clean
# i want install and test rules to be run
-DEB_ANT_INSTALL_TARGET = jar javadoc
+DEB_ANT_INSTALL_TARGET = jar
DEB_ANT_CHECK_TARGET = test
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dumbster.git
More information about the pkg-java-commits
mailing list