cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

control (2570B)


      1Source: libsdl2
      2Priority: optional
      3Section: libs
      4Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
      5Uploaders: 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>
     10Standards-Version: 3.9.3
     11Build-Depends: debhelper (>= 9),
     12               dh-autoreconf,
     13               dpkg-dev (>= 1.16.1~),
     14               libasound2-dev [linux-any],
     15               libgl1-mesa-dev,
     16               libpulse-dev,
     17               libudev-dev [linux-any],
     18               libdbus-1-dev [linux-any],
     19               libibus-1.0-dev[linux-any],
     20               libusb2-dev [kfreebsd-any],
     21               libusbhid-dev [kfreebsd-any],
     22               libx11-dev,
     23               libxcursor-dev,
     24               libxext-dev,
     25               libxi-dev,
     26               libxinerama-dev,
     27               libxrandr-dev,
     28               libxss-dev,
     29               libxt-dev,
     30               libxxf86vm-dev
     31Homepage: http://www.libsdl.org/
     32
     33Package: libsdl2
     34Architecture: any
     35Multi-Arch: same
     36Pre-Depends: ${misc:Pre-Depends}
     37Depends: ${misc:Depends},
     38         ${shlibs:Depends},
     39         libudev0 [linux-any],
     40         libdbus-1-3 [linux-any]
     41Conflicts: libsdl-1.3-0
     42Replaces: libsdl-1.3-0
     43Description: 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
     49Package: libsdl2-dev
     50Section: libdevel
     51Architecture: any
     52Multi-Arch: same
     53Depends: ${misc:Depends},
     54         libsdl2 (= ${binary:Version}),
     55         libc6-dev,
     56         libgl1-mesa-dev
     57Conflicts: libsdl-1.3-dev
     58Replaces: libsdl-1.3-dev
     59Description: 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
     65Package: libsdl2-dbg
     66Priority: extra
     67Section: debug
     68Architecture: any
     69Multi-Arch: same
     70Depends: ${misc:Depends},
     71         libsdl2 (= ${binary:Version}),
     72Description: 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.