summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4e2d4069cb227a905146032359a6227541ac3937 (plain)
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
Source: libsdl-digit
Section: libs
Priority: optional
Maintainer: Olivier Gayot <olivier.gayot@sigexec.com>
Build-Depends:
 debhelper-compat (= 13),
 libsdl1.2-dev,
 meson,
 pkg-config,
Standards-Version: 4.5.1

Package: libsdl-digit0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libsdl1.2debian,
Description: Draw digits with SDL - shared library
 This package includes the shared library.

Package: libsdl-digit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libsdl-digit0 (= ${binary:Version}),
 libsdl1.2-dev,
 ${shlibs:Depends},
 ${misc:Depends},
Description: Draw digits with SDL - development files
 This package includes the development headers.