File: control

package info (click to toggle)
irrlicht 1.7.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 32,124 kB
  • ctags: 44,051
  • sloc: cpp: 137,592; ansic: 3,232; makefile: 801; sh: 16; sed: 11
file content (65 lines) | stat: -rw-r--r-- 2,209 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
Source: irrlicht
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Christoph Egger <christoph@debian.org>
Build-Depends: debhelper (>= 7),
  quilt,
  libjpeg62-dev,
  libpng12-dev,
  mesa-common-dev (>= 7.6),
  libglu1-mesa-dev,
  libsdl1.2-dev,
  libx11-dev,
  libxrandr-dev,
  x11proto-xf86vidmode-dev,
  libxxf86vm-dev,
  libbz2-dev
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-games/irrlicht.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/irrlicht.git
Section: libs
Homepage: http://irrlicht.sf.net

Package: libirrlicht-dev
Section: libdevel
Architecture: any
Depends: libirrlicht1.7 (= ${binary:Version}), ${misc:Depends}
Suggests: irrlicht-doc
Description: High performance realtime 3D engine development library
 The Irrlicht Engine is an open source completely cross-platform 3D engine.
 It has support for OpenGL and its own software renderer,
 and has all of the state-of-the-art features
 which can be found in commercial 3d engines.
 .
 This package contains the development library.

Package: libirrlicht1.7
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: High performance realtime 3D engine
 The Irrlicht Engine is an open source completely cross-platform 3D engine.
 It has support for OpenGL and its own software renderer,
 and has all of the state-of-the-art features
 which can be found in commercial 3d engines.

Package: libirrlicht1.7-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libirrlicht1.7 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for irrlicht
 This package contains the debugging symbols associated with irrlicht.
 They will automatically be used by gdb for debugging irrlicht-related
 issues.

Package: libirrlicht-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: High performance realtime 3D engine (API documentation)
 The Irrlicht Engine is an open source completely cross-platform 3D engine.
 It has support for OpenGL and its own software renderer,
 and has all of the state-of-the-art features
 which can be found in commercial 3d engines.
 .
 This package contains the API documentation and examples.