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