This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository vecmath.
commit c6d323849aa4b26cbc2b947702260c831302d246 Author: Petter Reinholdtsen <[email protected]> Date: Sat Sep 20 21:49:56 2008 +0000 Include javadoc files. --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b6ee49c..cd6a9b8 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/default-java /u DEB_JARS := ant-launcher DEB_ANT_CLEAN_TARGET := clean -DEB_ANT_BUILD_TARGET := jar +DEB_ANT_BUILD_TARGET := jar docs DEB_BUILDDIR := vecmath PACKAGE := libvecmath-sun-java @@ -16,9 +16,10 @@ PACKAGE := libvecmath-sun-java install/$(PACKAGE):: install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/$(PACKAGE)/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/$(PACKAGE)/usr/share/java/vecmath.jar + install -d debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/. + cp -r vecmath/build/javadocs debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/javadocs clean:: - $(RM) -r gluegen/build CVS_TAG = rel-1_5_2-fcs CVS_VER = 1.5.2 -- 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

