diff options
-rw-r--r-- | debian/control | 7 |
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. |