aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-01 23:17:32 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-01 23:17:32 -0400
commit86689b9161a76197d5d618a6156dd12d8a8b55ec (patch)
treed944dfac657401e8d23e3c88feb02999a6d28422 /debian/control
parentcf2c0af333370435bca53d1bae43bdeeb25d2473 (diff)
added mssing depends
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 45b53f8..1811d90 100644
--- a/debian/control
+++ b/debian/control
@@ -9,21 +9,20 @@ Vcs-Browser: https://github.com/tinyalsa/tinyalsa
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.
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.
Package: libtinyalsa-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libtinyalsa
+Depends: libtinyalsa ${misc:Depends}
Description: Development files for the TinyALSA library.