Switch to unified view

a/debian/control b/debian/control
1
Source: upmpdcli
1
Source: libupnpp
2
Section: contrib/sound
2
Section: contrib/sound
3
Priority: extra
3
Priority: extra
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
5
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libmpdclient-dev, 
5
Build-Depends: debhelper (>= 8.0.0), autotools-dev,
6
               libupnp6-dev, libexpat1-dev, libcurl-dev
6
               libupnp6-dev, libexpat1-dev, libcurl-dev
7
Standards-Version: 3.9.3
7
Standards-Version: 3.9.3
8
Homepage: http://www.lesbonscomptes.com/upmpdcli
8
Homepage: http://www.lesbonscomptes.com/upmpdcli
9
9
10
Package: upmpdcli
10
Package: libupnpp
11
Architecture: any
11
Architecture: any
12
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
12
Depends: ${shlibs:Depends}, ${misc:Depends}
13
Description: UPnP Media Renderer front-end to MPD, the Music Player Daemon
13
Description: C++ layer over libupnp.
14
 upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
14
 libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
15
 control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
15
 It can be used to build either devices or control points. 
16
 Android tablet. It uses an MPD instance to actually play the tracks. 
16
 The library exists mostly to the support the upmpdcli media renderer and
17
 A typical configuration might have for example, MPD running on a Raspberry
17
 the upplay control point and its interface is probably not ready or stable
18
 PI, with upmpdcli on the same host or any other Linux PC on the network.
18
 enough for wider use.
19