File: control

package info (click to toggle)
vecmath 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,000 kB
  • ctags: 1,613
  • sloc: java: 16,186; xml: 218; makefile: 23
file content (37 lines) | stat: -rw-r--r-- 1,618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: vecmath
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>, Jonny Lamb <jonny@debian.org>
Build-Depends: debhelper (>= 5), cdbs, ant-optional
Build-Depends-Indep: openjdk-6-jdk | default-jdk-builddep | sun-java6-jdk
Standards-Version: 3.8.0
Homepage: https://vecmath.dev.java.net/
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/vecmath/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath/
XS-Autobuild: yes

Package: libvecmath-java
Architecture: all
Depends: ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
Provides: libvecmath1.2-java
Description: javax.vecmath vector math package
 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. 

Package: libvecmath-java-doc
Architecture: all
Section: doc
Suggests: libvecmath-java
Depends: ${misc:Depends}
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.