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
|
Source: wfmath
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olekw.dev@gmail.com>
Build-Depends: debhelper (>= 11),
dpkg-dev (>= 1.16.1.1)
Build-Depends-Indep: doxygen
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://www.worldforge.org/
Vcs-Git: https://salsa.debian.org/games-team/wfmath.git
Vcs-Browser: https://salsa.debian.org/games-team/wfmath
Package: libwfmath-1.0-1v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libwfmath-1.0-1
Replaces: libwfmath-1.0-1
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-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libwfmath-1.0-1v5 (= ${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
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.
|