From 86689b9161a76197d5d618a6156dd12d8a8b55ec Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sat, 1 Oct 2016 23:17:32 -0400 Subject: added mssing depends --- debian/control | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'debian') 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. -- cgit v1.2.3