Imported Upstream version 2.0.14
[platform/upstream/SDL.git] / debian / control
1 Source: libsdl2
2 Priority: optional
3 Section: libs
4 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
5 Uploaders: Barry deFreese <bdefreese@debian.org>,
6            Sam Hocevar <sho@debian.org>,
7            Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>,
8            Felix Geyer <fgeyer@debian.org>,
9            Sam Lantinga <slouken@libsdl.org>
10 Standards-Version: 3.9.3
11 Build-Depends: debhelper (>= 9),
12                dh-autoreconf,
13                dpkg-dev (>= 1.16.1~),
14                fcitx-libs-dev [linux-any],
15                libasound2-dev [linux-any],
16                libgl1-mesa-dev,
17                libpulse-dev,
18                libudev-dev [linux-any],
19                libdbus-1-dev [linux-any],
20                libibus-1.0-dev[linux-any],
21                libusb2-dev [kfreebsd-any],
22                libusbhid-dev [kfreebsd-any],
23                libx11-dev,
24                libxcursor-dev,
25                libxext-dev,
26                libxi-dev,
27                libxinerama-dev,
28                libxrandr-dev,
29                libxss-dev,
30                libxxf86vm-dev
31 Homepage: http://www.libsdl.org/
32
33 Package: libsdl2
34 Architecture: any
35 Multi-Arch: same
36 Pre-Depends: ${misc:Pre-Depends}
37 Depends: ${misc:Depends},
38          ${shlibs:Depends},
39          libudev0 [linux-any],
40          libdbus-1-3 [linux-any]
41 Conflicts: libsdl-1.3-0
42 Replaces: libsdl-1.3-0
43 Description: Simple DirectMedia Layer
44  SDL is a library that allows programs portable low level access to
45  a video framebuffer, audio output, mouse, and keyboard.
46  .
47  This package contains the shared library, compiled with X11 graphics drivers and OSS, ALSA and PulseAudio sound drivers.
48
49 Package: libsdl2-dev
50 Section: libdevel
51 Architecture: any
52 Multi-Arch: same
53 Depends: ${misc:Depends},
54          libsdl2 (= ${binary:Version}),
55          libc6-dev,
56          libgl1-mesa-dev
57 Conflicts: libsdl-1.3-dev
58 Replaces: libsdl-1.3-dev
59 Description: Simple DirectMedia Layer development files
60  SDL is a library that allows programs portable low level access to a video
61  framebuffer, audio output, mouse, and keyboard.
62  .
63  This package contains files needed if you wish to use the SDL library in your own programs.
64
65 Package: libsdl2-dbg
66 Priority: extra
67 Section: debug
68 Architecture: any
69 Multi-Arch: same
70 Depends: ${misc:Depends},
71          libsdl2 (= ${binary:Version}),
72 Description: Simple DirectMedia Layer debug files
73  SDL is a library that allows programs portable low level access to a video
74  framebuffer, audio output, mouse, and keyboard.
75  .
76  This package contains the debug symbols for the SDL library.