Switch to unified view

a/debian/control-precise b/debian/control-precise
1
Source: libupnpp
1
Source: libupnpp1
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
               libupnp3-dev, libexpat1-dev, libcurl-dev
6
               libupnp3-dev, libexpat1-dev, libcurl-dev
7
Standards-Version: 3.9.5
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
10
Package: libupnpp1-dev
11
Section: contrib/libdevel
11
Section: contrib/libdevel
12
Architecture: any
12
Architecture: any
13
Depends: libupnpp0, ${misc:Depends}
13
Depends: libupnpp1, ${misc:Depends}
14
Description: C++ layer over libupnp (development files)
14
Description: C++ layer over libupnp (development files)
15
 Development library and include files for libupnpp
15
 Development library and include files for libupnpp
16
16
17
Package: libupnpp0
17
Package: libupnpp1
18
Architecture: any
18
Architecture: any
19
Depends: ${shlibs:Depends}, ${misc:Depends}
19
Depends: ${shlibs:Depends}, ${misc:Depends}
20
Replaces: libupnpp
21
Breaks: libupnpp
22
Provides: libupnpp
23
Description: C++ layer over libupnp.
20
Description: C++ layer over libupnp.
24
 libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
21
 libupnpp wraps libupnp calls and data inside easier to use C++ constructs.
25
 It can be used to build either devices or control points. 
22
 It can be used to build either devices or control points. 
26
 The library exists mostly to the support the upmpdcli media renderer and
23
 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
24
 the upplay control point and its interface is probably not ready or stable