Switch to unified view

a/debian/control b/debian/control
...
...
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,
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.5
8
Homepage: http://www.lesbonscomptes.com/upmpdcli
8
Homepage: http://www.lesbonscomptes.com/upmpdcli
9
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
10
Package: libupnpp
17
Package: libupnpp0
11
Architecture: any
18
Architecture: any
12
Depends: ${shlibs:Depends}, ${misc:Depends}
19
Depends: ${shlibs:Depends}, ${misc:Depends}
20
Replaces: libupnpp
21
Breaks: libupnpp
22
Provides: libupnpp
13
Description: C++ layer over libupnp.
23
Description: C++ layer over libupnp.
14
 libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
24
 libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
15
 It can be used to build either devices or control points. 
25
 It can be used to build either devices or control points. 
16
 The library exists mostly to the support the upmpdcli media renderer and
26
 The library exists mostly to the support the upmpdcli media renderer and
17
 the upplay control point and its interface is probably not ready or stable
27
 the upplay control point and its interface is probably not ready or stable