aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 45b53f8..50172c1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,10 @@ Source: tinyalsa
Section: sound
Priority: optional
Maintainer: Taylor Holberton <taylorcholberton@gmail.com>
-Build-Depends: debhelper, build-essential, doxygen
+Build-Depends: debhelper, doxygen
Vcs-Git: git://github.com/tinyalsa/tinyalsa
Vcs-Browser: https://github.com/tinyalsa/tinyalsa
+Standards-Version: 3.9.7
Package: tinyalsa
Architecture: any
@@ -13,17 +14,24 @@ 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
+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.