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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: sdl12-compat
X-Style: black
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders:
Simon McVittie <smcv@debian.org>,
Stephen Kitt <skitt@debian.org>,
Build-Depends:
debhelper-compat (= 13),
cmake,
libglu1-mesa-dev,
libsdl2-dev,
libx11-dev,
ninja-build,
Standards-Version: 4.7.3
Section: libs
Homepage: https://github.com/libsdl-org/sdl12-compat
Vcs-Git: https://salsa.debian.org/sdl-team/sdl12-compat.git
Vcs-Browser: https://salsa.debian.org/sdl-team/sdl12-compat
Package: libsdl1.2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libgl-dev,
libglu1-mesa-dev,
libsdl1.2debian (= ${binary:Version}),
libsdl2-dev,
pkgconf,
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Provides:
libsdl-dev (= ${binary:Version}),
libsdl1.2-compat-dev (= ${binary:Version}),
Breaks:
libsdl-dev (<< 1.2.64-4+exp1~),
libsdl1.2-compat-dev (<< 1.2.64-4+exp1~),
Replaces:
libsdl-dev (<< 1.2.64-4+exp1~),
libsdl1.2-compat-dev (<< 1.2.64-4+exp1~),
Description: SDL 1.2 binary compatibility library - development files
sdl12-compat provides a binary compatible API for programs built
against SDL 1.2, but using SDL 2.0.
.
If you are writing new code, please target SDL 2.0 directly instead
of using this layer.
.
This package provides development files.
Package: libsdl1.2debian
Architecture: any
Multi-Arch: same
Depends:
libsdl2-2.0-0,
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Provides:
libsdl-1.2-0 (= ${binary:Version}),
libsdl1.2-compat-shim (= ${binary:Version}),
Breaks:
libsdl1.2-compat (<< 1.2.64-4+exp1~),
libsdl1.2-compat-shim (<< 1.2.64-4+exp1~),
Replaces:
libsdl1.2-compat (<< 1.2.64-4+exp1~),
libsdl1.2-compat-shim (<< 1.2.64-4+exp1~),
Description: SDL 1.2 binary compatibility library wrapping SDL 2.0
This package contains sdl12-compat, a binary compatible API for programs built
against SDL 1.2, but using SDL 2.0.
.
This package replaces the classic SDL 1.2 library with the SDL 2.0
compatibility layer, so that all SDL 1.2 program will use it.
.
If you are writing new code, please target SDL 2.0 directly instead
of using this layer.
Package: libsdl1.2-compat-tests
Section: misc
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: SDL 1.2 binary compatibility library - tests
libsdl1.2-compat provides a binary compatible API for programs built
against SDL 1.2, but using SDL 2.0.
.
If you are writing new code, please target SDL 2.0 directly instead
of using this layer.
.
This package provides manual test programs.
|