From a2c8dc2bf6108311746f1b3e3e8ac02a465d762f Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sat, 1 Oct 2016 22:37:39 -0400 Subject: adding debian files --- debian/control | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..45b53f8 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: tinyalsa +Section: sound +Priority: optional +Maintainer: Taylor Holberton +Build-Depends: debhelper, build-essential, doxygen +Vcs-Git: git://github.com/tinyalsa/tinyalsa +Vcs-Browser: https://github.com/tinyalsa/tinyalsa + +Package: tinyalsa +Architecture: any +Section: sound +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 +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 +Description: Development files for the TinyALSA library. + -- cgit v1.2.3