7 Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>, |
7 Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>, |
8 Felix Geyer <fgeyer@debian.org>, |
8 Felix Geyer <fgeyer@debian.org>, |
9 Sam Lantinga <slouken@libsdl.org> |
9 Sam Lantinga <slouken@libsdl.org> |
10 Standards-Version: 3.9.3 |
10 Standards-Version: 3.9.3 |
11 Build-Depends: debhelper (>= 9), |
11 Build-Depends: debhelper (>= 9), |
|
12 dh-autoreconf, |
12 dpkg-dev (>= 1.16.1~), |
13 dpkg-dev (>= 1.16.1~), |
13 libasound2-dev [linux-any], |
14 libasound2-dev [linux-any], |
14 libgl1-mesa-dev, |
15 libgl1-mesa-dev, |
15 libpulse-dev, |
16 libpulse-dev, |
16 libudev-dev [linux-any], |
17 libudev-dev [linux-any], |
28 libxxf86vm-dev |
29 libxxf86vm-dev |
29 Homepage: http://www.libsdl.org/ |
30 Homepage: http://www.libsdl.org/ |
30 |
31 |
31 Package: libsdl2 |
32 Package: libsdl2 |
32 Architecture: any |
33 Architecture: any |
|
34 Multi-Arch: same |
33 Pre-Depends: ${misc:Pre-Depends} |
35 Pre-Depends: ${misc:Pre-Depends} |
34 Depends: ${misc:Depends}, |
36 Depends: ${misc:Depends}, |
35 ${shlibs:Depends}, |
37 ${shlibs:Depends}, |
36 libudev0 [linux-any], |
38 libudev0 [linux-any], |
37 libdbus-1-3 [linux-any] |
39 libdbus-1-3 [linux-any] |
38 Multi-Arch: same |
|
39 Conflicts: libsdl-1.3-0 |
40 Conflicts: libsdl-1.3-0 |
40 Replaces: libsdl-1.3-0 |
41 Replaces: libsdl-1.3-0 |
41 Description: Simple DirectMedia Layer |
42 Description: Simple DirectMedia Layer |
42 SDL is a library that allows programs portable low level access to |
43 SDL is a library that allows programs portable low level access to |
43 a video framebuffer, audio output, mouse, and keyboard. |
44 a video framebuffer, audio output, mouse, and keyboard. |
44 . |
45 . |
45 This version of SDL is compiled with X11 graphics drivers and OSS, ALSA and PulseAudio sound drivers. |
46 This package contains the shared library, compiled with X11 graphics drivers and OSS, ALSA and PulseAudio sound drivers. |
46 |
47 |
47 Package: libsdl2-dev |
48 Package: libsdl2-dev |
|
49 Section: libdevel |
48 Architecture: any |
50 Architecture: any |
49 Section: libdevel |
51 Multi-Arch: same |
50 Depends: ${misc:Depends}, |
52 Depends: ${misc:Depends}, |
|
53 libsdl2 (= ${binary:Version}), |
51 libc6-dev, |
54 libc6-dev, |
52 libgl1-mesa-dev, |
55 libgl1-mesa-dev |
53 libsdl2 (= ${binary:Version}) |
|
54 Conflicts: libsdl-1.3-dev |
56 Conflicts: libsdl-1.3-dev |
55 Replaces: libsdl-1.3-dev |
57 Replaces: libsdl-1.3-dev |
56 Description: Simple DirectMedia Layer development files |
58 Description: Simple DirectMedia Layer development files |
57 SDL is a library that allows programs portable low level access to a video |
59 SDL is a library that allows programs portable low level access to a video |
58 framebuffer, audio output, mouse, and keyboard. |
60 framebuffer, audio output, mouse, and keyboard. |
59 . |
61 . |
60 This package contains the files needed to compile and link programs which |
62 This package contains files needed if you wish to use the SDL library in your own programs. |
61 use SDL. |
|
62 |
63 |
63 Package: libsdl2-dbg |
64 Package: libsdl2-dbg |
|
65 Priority: extra |
|
66 Section: debug |
64 Architecture: any |
67 Architecture: any |
65 Multi-Arch: same |
68 Multi-Arch: same |
66 Priority: extra |
|
67 Section: debug |
|
68 Depends: ${misc:Depends}, |
69 Depends: ${misc:Depends}, |
69 libsdl2 (= ${binary:Version}), |
70 libsdl2 (= ${binary:Version}), |
70 Description: Simple DirectMedia Layer debug files |
71 Description: Simple DirectMedia Layer debug files |
71 SDL is a library that allows programs portable low level access to a video |
72 SDL is a library that allows programs portable low level access to a video |
72 framebuffer, audio output, mouse, and keyboard. |
73 framebuffer, audio output, mouse, and keyboard. |