File: control

package info (click to toggle)
atlas-cpp 0.6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,580 kB
  • sloc: sh: 10,995; cpp: 6,636; xml: 3,660; python: 1,826; makefile: 196; perl: 164
file content (75 lines) | stat: -rw-r--r-- 2,712 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
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
71
72
73
74
75
Source: atlas-cpp
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olek-dev@wojnar.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               libbz2-dev,
               zlib1g-dev,
               dpkg-dev (>= 1.16.1.1)
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Homepage: http://www.worldforge.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-games/atlas-cpp.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/atlas-cpp.git

Package: libatlas-cpp-0.6-2
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.6-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.6-tools
Architecture: any
Multi-Arch: foreign
Section: games
Depends: libatlas-cpp-0.6-2 (= ${binary:Version}),
         pkg-config,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: libatlas-cpp-0.6-dev (= ${binary:Version}),
          libatlas-cpp-doc (>= ${source:Version})
Breaks: libatlas-cpp-0.6-dev (<< 0.6.3)
Replaces: libatlas-cpp-0.6-dev (<< 0.6.3)
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.6-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libatlas-cpp-0.6-2 (= ${binary:Version}),
         libatlas-cpp-0.6-tools (= ${binary:Version}),
         pkg-config,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: libatlas-cpp-doc (>= ${source:Version})
Conflicts: libatlas-cpp-0.6-0-dev
Replaces: libatlas-cpp-0.6-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.