Switch to unified view

a b/debian/control-precise
1
Source: libupnpp
2
Section: contrib/sound
3
Priority: extra
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
5
Build-Depends: debhelper (>= 8.0.0), autotools-dev,
6
               libupnp3-dev, libexpat1-dev, libcurl-dev
7
Standards-Version: 3.9.5
8
Homepage: http://www.lesbonscomptes.com/upmpdcli
9
10
Package: libupnpp-dev
11
Section: contrib/libdevel
12
Architecture: any
13
Depends: libupnpp0, ${misc:Depends}
14
Description: C++ layer over libupnp (development files)
15
 Development library and include files for libupnpp
16
17
Package: libupnpp0
18
Architecture: any
19
Depends: ${shlibs:Depends}, ${misc:Depends}
20
Replaces: libupnpp
21
Breaks: libupnpp
22
Provides: libupnpp
23
Description: C++ layer over libupnp.
24
 libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
25
 It can be used to build either devices or control points. 
26
 The library exists mostly to the support the upmpdcli media renderer and
27
 the upplay control point and its interface is probably not ready or stable
28
 enough for wider use.