File debian.control of Package wfmath
Source: wfmath
Maintainer: Erik Ogenvik <erik@ogenvik.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
cmake
Build-Depends-Indep: doxygen
Package: libwfmath-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${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-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: libwfmath-1.0-dev (>= ${source:Version})
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-1.0-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libwfmath-1.0-0 (= ${binary:Version}),
pkg-config,
${misc:Depends},
${shlibs:Depends}
Suggests: libwfmath-doc (>= ${source:Version})
Conflicts: libwfmath-1.0-0-dev
Replaces: libwfmath-1.0-0-dev
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.