This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-mime4j.
commit d44ba05a5d1e55e2d4d93c89c112e6c6fd360897 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 9 09:16:09 2015 +0100 Install the javadoc under /usr/share/doc/libapache-mime4j-java/api --- debian/changelog | 2 ++ debian/libapache-mime4j-java-doc.install | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d76b819..ee8d9e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ apache-mime4j (0.7.2-4) UNRELEASED; urgency=medium * Removed the dependency on maven-assembly-plugin (Closes: #804458) * No longer build and install the benchmark module + * Install the javadoc under the /usr/share/doc/libapache-mime4j-java/api + directory instead of /usr/share/libapache-mime4j-java-doc * Removed the explicit build dependencies on maven2 and maven-repo-helper * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/libapache-mime4j-java-doc.install b/debian/libapache-mime4j-java-doc.install index 0802033..18706dd 100644 --- a/debian/libapache-mime4j-java-doc.install +++ b/debian/libapache-mime4j-java-doc.install @@ -1 +1 @@ -apidocs/ /usr/share/libapache-mime4j-java-doc/ +apidocs/ /usr/share/doc/libapache-mime4j-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-mime4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

