aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-02 09:14:41 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-02 09:14:41 -0400
commit75d4d159ec1dd57d3f659d54ad85ced1d0b466cd (patch)
tree3d5c73ffcfa992cadcefd60eee43955fe19049e7 /debian
parent291c41863d5c7ef6209738a5b7a3bdae43222b46 (diff)
Added extended description and Standards-Version
Diffstat (limited to 'debian')
-rw-r--r--debian/control17
1 files changed, 13 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 1811d90..50172c1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,27 +2,36 @@ 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
Section: sound
-Depends: libtinyalsa (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+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}
+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}
+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.