a b/debian/control-precise
1
Source: upmpdcli
2
Section: contrib/sound
3
Priority: extra
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
5
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libmpdclient-dev, 
6
               libupnpp-dev (>= 0.8.3), libupnp3-dev
7
Standards-Version: 3.9.3
8
Homepage: http://www.lesbonscomptes.com/upmpdcli
9
10
Package: upmpdcli
11
Architecture: any
12
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
13
Description: UPnP Media Renderer front-end to MPD, the Music Player Daemon
14
 upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
15
 control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
16
 Android tablet. It uses an MPD instance to actually play the tracks. 
17
 A typical configuration might have for example, MPD running on a Raspberry
18
 PI, with upmpdcli on the same host or any other Linux PC on the network.
19