File: control

package info (click to toggle)
sludge 2.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,912 kB
  • sloc: cpp: 32,441; sh: 1,237; xml: 874; makefile: 682
file content (80 lines) | stat: -rw-r--r-- 2,670 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
Source: sludge
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>
Build-Depends: debhelper (>= 10),
               libsdl1.2-dev,
               mesa-common-dev,
               libdumb1-dev,
               libglew-dev,
               libglu1-mesa-dev,
               libpng-dev,
               libopenal-dev,
               libalure-dev (>= 1.1),
               libvpx-dev,
               libvorbis-dev,
               libogg-dev,
               libgtk2.0-dev (>= 2.16),
               libgtkglext1-dev,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/games-team/sludge
Vcs-Git: https://salsa.debian.org/games-team/sludge.git
Homepage: http://opensludge.github.io

Package: sludge-engine
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         xdg-utils
Suggests: sludge-devkit
Description: Runtime engine for playing SLUDGE adventure games
 SLUDGE is an open source adventure game engine. It combines a scripting
 language with IDE tools.
 .
 This package contains the runtime engine needed to run the games.
 Freeware SLUDGE games include "Out Of Order", "Cubert Badbone, P.I." and
 "The Game That Takes Place on a Cruise Ship".

Package: sludge-devkit
Section: devel
Architecture: any
Depends: sludge-engine (>= ${source:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: sludge-doc
Suggests: gedit, sludge-compiler
Description: Development tools for creating SLUDGE adventure games
 SLUDGE is an open source adventure game engine. It combines a scripting
 language with IDE tools.
 .
 This package contains the development kit needed to create SLUDGE games.

Package: sludge-compiler
Section: devel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: sludge-devkit
Conflicts: sludge-devkit (<= 2.1.1-1)
Replaces: sludge-devkit (<= 2.1.1-1)
Description: Compiler for SLUDGE adventure games
 SLUDGE is an open source adventure game engine. It combines a scripting
 language with IDE tools.
 .
 This package contains the command line SLUDGE compiler and is mainly
 intended as build dependency for SLUDGE game packages. Developers can
 use the Project Manager included in the Dev Kit for compiling games.

Package: sludge-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for SLUDGE
 SLUDGE is an open source adventure game engine. It combines a scripting
 language with IDE tools.
 .
 This package contains the documentation, including an example project.