File debian.control of Package atlas-cpp
Source: atlas-cpp
Maintainer: Erik Ogenvik <erik@ogenvik.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
cmake,
libbz2-dev,
zlib1g-dev
Build-Depends-Indep: doxygen
Version: 0.7.0
Package: libatlas-cpp-0.7-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: World Forge wire protocol library - runtime libs
This library implements the Atlas protocol, for use in client-server
game applications. It can be used in either clients or servers.
.
This is the runtime component of the Atlas-C++ toolkit.
Package: libatlas-cpp-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: libatlas-cpp-0.7-dev (>= ${source:Version})
Description: World Forge wire protocol library - documentation
This library implements the Atlas protocol, for use in client-server
game applications. It can be used in either clients or servers.
.
This is the API documentation of the Atlas-C++ toolkit.
Package: libatlas-cpp-0.7-tools
Architecture: any
Multi-Arch: foreign
Section: games
Depends: libatlas-cpp-0.7-0 (= ${binary:Version}),
pkg-config,
${misc:Depends},
${shlibs:Depends}
Suggests: libatlas-cpp-0.7-dev (= ${binary:Version}),
libatlas-cpp-doc (>= ${source:Version})
Breaks: libatlas-cpp-0.7-dev (<< 0.7.0)
Replaces: libatlas-cpp-0.7-dev (<< 0.7.0)
Description: World Forge wire protocol library - tools
This library implements the Atlas protocol, for use in client-server
game applications. It can be used in either clients or servers.
.
This contains the tool that converts Atlas data files between formats.
Package: libatlas-cpp-0.7-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libatlas-cpp-0.7-0 (= ${binary:Version}),
libatlas-cpp-0.7-tools (= ${binary:Version}),
pkg-config,
${misc:Depends},
${shlibs:Depends}
Suggests: libatlas-cpp-doc (>= ${source:Version})
Conflicts: libatlas-cpp-0.7-0-dev
Replaces: libatlas-cpp-0.7-0-dev
Description: World Forge wire protocol library - developer files
This library implements the Atlas protocol, for use in client-server
game applications. It can be used in either clients or servers.
.
This contains the development files needed to compile and link programs
with the Atlas-C++ toolkit.