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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: wfmath
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Stephen M. Webb <stephen.webb@bregmasoft.ca>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
doxygen
Standards-Version: 3.9.3
Homepage: http://www.worldforge.org/
Vcs-Git: git://git.debian.org/git/pkg-games/wfmath.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/wfmath.git
Package: libwfmath-0.3-6
Architecture: any
Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: WorldForge math library
The primary focus of WFMath is geometric objects. Thus,
it includes an several shapes (boxes, balls, lines),
in addition to the basic math objects that are used to
build these shapes (points, vectors, matrices).
Package: libwfmath-0.3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libwfmath-0.3-6 (= ${binary:Version}),
${misc:Depends}
Suggests: libwfmath-doc
Description: WorldForge math library - development files
The primary focus of WFMath is geometric objects. Thus,
it includes an several shapes (boxes, balls, lines),
in addition to the basic math objects that are used to
build these shapes (points, vectors, matrices).
.
This package contains the development files.
Package: libwfmath-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}
Description: WorldForge math library - API documentation
The primary focus of WFMath is geometric objects. Thus,
it includes an several shapes (boxes, balls, lines),
in addition to the basic math objects that are used to
build these shapes (points, vectors, matrices).
.
This package contains the API documentation files.
Package: libwfmath-0.3-6-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libwfmath-0.3-6 (= ${binary:Version}),
${misc:Depends}
Description: WorldForge math library - debugging library
The primary focus of WFMath is geometric objects. Thus,
it includes an several shapes (boxes, balls, lines),
in addition to the basic math objects that are used to
build these shapes (points, vectors, matrices).
.
This package contains the library with debugging symbols.
|