summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..05a2e34
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: fmrxd
+Section: sound
+Priority: extra
+Maintainer: Javier S. Pedro <maemo@javispedro.com>
+Build-Depends: debhelper (>= 7), aegis-manifest-dev, libglib2.0-dev,
+ libasound2-dev, libdbus-glib-1-dev, libdbus-1-dev
+Standards-Version: 3.8.4
+Homepage: https://gitorious.org/n950-fmrx/fmrxd
+
+Package: fmrxd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Daemon to enable and multiplex access to the N950/N9 radio tuner
+ fmrxd is a small daemon that enables the use of the FM Radio tuner available on
+ the Nokia N9 and N950 devices, providing a D-Bus API that can be used by
+ user programs that will not require any additional privileges.
+
+Package: fmrx-utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Command line applets for the fmrxd FM radio daemon
+ This package contains the command line utilities fmrx-cat and fmrx-ctl that
+ can be used to fetch audio data from the radio device and control the
+ tuner device.