1Source: tinyalsa 2Section: sound 3Priority: optional 4Maintainer: Taylor Holberton <taylorcholberton@gmail.com> 5Build-Depends: debhelper (>=7.0.50), doxygen 6Vcs-Git: git://github.com/tinyalsa/tinyalsa 7Vcs-Browser: https://github.com/tinyalsa/tinyalsa 8Standards-Version: 3.9.7 9 10Package: tinyalsa 11Architecture: any 12Section: sound 13Depends: libtinyalsa (= ${binary:Version}), 14 ${misc:Depends}, 15 ${shlibs:Depends} 16Description: A collection of small programs to interface with ALSA in the Linux kernel. 17 TinyALSA is a lightweight interface to ALSA in the Linux kernel. 18 19Package: libtinyalsa 20Architecture: any 21Multi-Arch: same 22Section: libs 23Depends: ${misc:Depends}, 24 ${shlibs:Depends} 25Description: A small C library for interfacing with ALSA in the Linux kernel. 26 The TinyALSA library is a lightweight, bare metal version of the ALSA library. 27 28Package: libtinyalsa-dev 29Architecture: any 30Multi-Arch: same 31Section: libdevel 32Depends: libtinyalsa, 33 ${misc:Depends}, 34 ${shlibs:Depends} 35Description: Development files for the TinyALSA library. 36 The TinyALSA library is a lightweight, bare metal version of the ALSA library. 37 38Package: libtinyalsa-dbg 39Architecture: any 40Multi-Arch: same 41Section: debug 42Depends: libtinyalsa, 43 ${misc:Depends} 44Description: Debug files for the TinyALSA library. 45 The TinyALSA library is a lightweight, bare metal version of the ALSA library. 46 47