aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-10-01 22:37:39 -0400
committerTaylor Holberton <taylorcholberton@gmail.com>2016-10-01 22:37:39 -0400
commita2c8dc2bf6108311746f1b3e3e8ac02a465d762f (patch)
tree57308ac73c045286f92f4007973841506fd2b63d /debian/control
parent7a753ead88c10d00120405daaefaf2cd8286a887 (diff)
adding debian files
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
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 <taylorcholberton@gmail.com>
+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.
+