This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository vecmath.
commit 73dbca15e0a127bb48ce7a81d53cc36b2403d5a9 Author: Emmanuel Bourg <[email protected]> Date: Mon May 19 21:05:35 2014 +0000 Do not register twice the javadoc with doc-base (Closes: #736071) --- debian/changelog | 1 + debian/libvecmath-java-doc.doc-base | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 309757b..b4a77ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ vecmath (1.5.2-5) UNRELEASED; urgency=medium + * Do not register twice the javadoc with doc-base (Closes: #736071) * debian/control: - Use canonical URLs for the Vcs-* fields - Updated the Homepage field diff --git a/debian/libvecmath-java-doc.doc-base b/debian/libvecmath-java-doc.doc-base deleted file mode 100644 index 56495ea..0000000 --- a/debian/libvecmath-java-doc.doc-base +++ /dev/null @@ -1,12 +0,0 @@ -Document: libvecmath-java-doc -Title: Programmer API for javax.vecmath -Author: Sun Microsystems -Abstract: This is the programmer API of Java3d which is a free Java class - library which includes classes for 3-space vector/point, 4-space vector, 4x4, - 3x3 matrix, quaternion, axis-angle combination and etc. which are often - utilized for computer graphics mathematics. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libvecmath-java-doc/api/index.html -Files: /usr/share/doc/libvecmath-java-doc/api/*.html -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vecmath.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

