Author: jonny Date: 2008-11-04 19:13:40 +0000 (Tue, 04 Nov 2008) New Revision: 7231
Modified: trunk/vecmath-sun/debian/control trunk/vecmath-sun/debian/rules Log: Added libvecmath-sun-java-doc package. Modified: trunk/vecmath-sun/debian/control =================================================================== --- trunk/vecmath-sun/debian/control 2008-11-04 18:51:29 UTC (rev 7230) +++ trunk/vecmath-sun/debian/control 2008-11-04 19:13:40 UTC (rev 7231) @@ -20,3 +20,16 @@ utilized for computer graphics mathematics. Most of the classes have single and double precision versions. Generic matrices' LU and SV decomposition are also there. + +Package: libvecmath-sun-java-doc +Architecture: all +Section: doc +Suggests: libvecmath-sun-java +Description: javax.vecmath vector math package (documentation) + This package 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. Most of the classes have single + and double precision versions. Generic matrices' LU and SV decomposition are + also there. + . + This package contains the API documentation for javax.vecmath. Modified: trunk/vecmath-sun/debian/rules =================================================================== --- trunk/vecmath-sun/debian/rules 2008-11-04 18:51:29 UTC (rev 7230) +++ trunk/vecmath-sun/debian/rules 2008-11-04 19:13:40 UTC (rev 7231) @@ -11,13 +11,13 @@ DEB_ANT_BUILD_TARGET := jar docs DEB_BUILDDIR := vecmath -PACKAGE := libvecmath-sun-java +install/libvecmath-sun-java:: + install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/libvecmath-sun-java/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar + ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/libvecmath-sun-java/usr/share/java/vecmath.jar -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 +install/libvecmath-sun-java-doc:: + install -d debian/libvecmath-sun-java-doc/usr/share/doc/libvecmath-sun-java-doc/. + cp -r vecmath/build/javadocs debian/libvecmath-sun-java-doc/usr/share/doc/libvecmath-sun-java-doc/api clean:: _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

