File: control

package info (click to toggle)
armagetronad 0.2.9.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,256 kB
  • sloc: cpp: 73,194; sh: 2,634; makefile: 1,047; python: 929; xml: 694; ansic: 507; ruby: 108; php: 100
file content (81 lines) | stat: -rw-r--r-- 2,886 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
76
77
78
79
80
81
Source: armagetronad
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libgl1-mesa-dev,
 libglu1-mesa-dev,
 libpng-dev,
 libsdl-image1.2-dev,
 libsdl-mixer1.2-dev,
 libsdl1.2-dev,
 libxml2-dev,
 pkg-config,
 zlib1g-dev
Standards-Version: 4.5.1
Homepage: http://armagetronad.org
Vcs-Git: https://salsa.debian.org/games-team/armagetronad.git
Vcs-Browser: https://salsa.debian.org/games-team/armagetronad

Package: armagetronad-common
Multi-Arch: foreign
Recommends:
 armagetronad | armagetronad-dedicated
Depends:
 ${misc:Depends}
Architecture: all
Description: Common files for the Armagetron Advanced packages
 Armagetron Advanced is a 3D game based on the light cycle racing in the 80s-
 era movie "Tron".
 .
 You have to control a light cycle that can only turn in steps of 90 degrees,
 leaves a solid wall behind and can not be stopped.  The aim is to survive the
 longest of all players by not crashing into any walls.
 .
 This package contains the common configuration files and documentation shared
 between the armagetronad and armagetronad-dedicated packages.

Package: armagetronad
Architecture: any
Depends:
 armagetronad-common (= ${source:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: 3D Tron-like high speed game
 The rules are simple: you ride a light cycle (a kind of motorbike that can
 only turn 90 degrees at a time, leaves a wall behind and cannot be stopped)
 and have to avoid running into walls while at the same time you have to try to
 get your opponent to run into them.
 .
 The idea is based on the Disney movie from 1982 called "Tron".  If you ever
 wanted to take a try at one of those speed demons features in the movie, this
 is your chance.
 .
 Armagetron Advanced can be played against AI opponents, against other humans
 over the network, or a mixture of both.

Package: armagetronad-dedicated
Architecture: any
Depends:
 adduser,
 armagetronad-common (= ${source:Version}),
 lsb-base (>= 3.0-6),
 ${misc:Depends},
 ${shlibs:Depends}
Pre-Depends:
 ${misc:Pre-Depends}
Description: dedicated game server for Armagetron Advanced
 Armagetron Advanced is a 3D game based on the light cycle racing in the movie
 "Tron". You have to control a light cycle that can only turn in steps of 90
 degrees, leaves a solid wall behind and can not be stopped.  The aim is to
 survive the longest of all players by not crashing into any walls.
 .
 This version of Armagetron Advanced can only be used as a network game server.
 It does not have graphical output and can be controlled via the text console.
 .
 The normal Armagetron Advanced used for playing is also capable to serve
 games, but will require X to display its graphics, will provide a player and
 is therefore unsuited for permanent game servers.