[vecmath] 15/58: Added libvecmath-sun-java-doc package.

Markus Koschany apo at moszumanska.debian.org
Wed Jul 5 09:58:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository vecmath.

commit d51545357742d7d1f5ec840a44d83e15d26e7d83
Author: Jonny Lamb <jonny at debian.org>
Date:   Tue Nov 4 19:13:40 2008 +0000

    Added libvecmath-sun-java-doc package.
---
 debian/control | 13 +++++++++++++
 debian/rules   | 12 ++++++------
 2 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 3cc9b2a..9b06eee 100644
--- a/debian/control
+++ b/debian/control
@@ -20,3 +20,16 @@ Description: javax.vecmath vector math package
  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.
diff --git a/debian/rules b/debian/rules
index cd6a9b8..a02bc0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,13 @@ DEB_ANT_CLEAN_TARGET := clean
 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::
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vecmath.git



More information about the pkg-java-commits mailing list