This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxpp2-java.
commit a67f1543201beb6dff457ce5cd4979efc317c859 Author: Emmanuel Bourg <[email protected]> Date: Sat Oct 14 21:51:26 2017 +0200 No longer install the javadoc in the library package --- debian/changelog | 1 + debian/libxpp2-java.doc-base | 10 ---------- debian/libxpp2-java.docs | 1 - debian/rules | 2 +- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index d0845bc..ffa42fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxpp2-java (2.1.10-8) UNRELEASED; urgency=medium * Team upload. + * No longer install the javadoc in the library package * Moved the package to Git * Standards-Version updated to 4.1.1 * Switch to debhelper level 10 diff --git a/debian/libxpp2-java.doc-base b/debian/libxpp2-java.doc-base deleted file mode 100644 index b6932f2..0000000 --- a/debian/libxpp2-java.doc-base +++ /dev/null @@ -1,10 +0,0 @@ -Document: libxpp2-java -Title: Programmer API for XPP V2 -Author: Aleksander Andrzej Slominski <[email protected]> -Abstract: Javadocs for Xml Pull Parser V2, a streaming pull XML parser - for java. This version is the predecessor of XPP3. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libxpp2-java/api/index.html -Files: /usr/share/doc/libxpp2-java/api/*.html diff --git a/debian/libxpp2-java.docs b/debian/libxpp2-java.docs deleted file mode 100644 index a37585e..0000000 --- a/debian/libxpp2-java.docs +++ /dev/null @@ -1 +0,0 @@ -doc/api diff --git a/debian/rules b/debian/rules index c939c58..eaf50f6 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-junit junit -DEB_ANT_BUILD_TARGET := compile junit api +DEB_ANT_BUILD_TARGET := compile junit install/libxpp2-java:: install -m 644 build/lib/PullParser-$(DEB_UPSTREAM_VERSION).jar debian/libxpp2-java/usr/share/java/xpp2-$(DEB_UPSTREAM_VERSION).jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxpp2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

