aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 66ca6f58b1d4982d7f1cc92d48e1e25922c97e24 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: tinyalsa
Section: sound
Priority: optional
Maintainer: Taylor Holberton <taylorcholberton@gmail.com>
Build-Depends: debhelper (>=7.0.50), doxygen
Vcs-Git: git://github.com/tinyalsa/tinyalsa
Vcs-Browser: https://github.com/tinyalsa/tinyalsa
Standards-Version: 3.9.7

Package: tinyalsa
Architecture: any
Section: sound
Depends: libtinyalsa (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: A collection of small programs to interface with ALSA in the Linux kernel.
 TinyALSA is a lightweight interface to ALSA in the Linux kernel.

Package: libtinyalsa
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: A small C library for interfacing with ALSA in the Linux kernel.
 The TinyALSA library is a lightweight, bare metal version of the ALSA library.

Package: libtinyalsa-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libtinyalsa,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Development files for the TinyALSA library.
 The TinyALSA library is a lightweight, bare metal version of the ALSA library.

Package: libtinyalsa-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libtinyalsa,
         ${misc:Depends}
Description: Debug files for the TinyALSA library.
 The TinyALSA library is a lightweight, bare metal version of the ALSA library.