Switch to unified view

a/debian/control b/debian/control
...
...
3
Priority: extra
3
Priority: extra
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
4
Maintainer: Jean-Francois Dockes <jf@dockes.org>
5
# note: libexpat1-dev and libcurl-dev are only here because of pkg-config:
5
# note: libexpat1-dev and libcurl-dev are only here because of pkg-config:
6
# not directly needed for building upmpdcli
6
# not directly needed for building upmpdcli
7
Build-Depends: debhelper (>= 9.0.0), dh-python, dh-systemd, dh-autoreconf,
7
Build-Depends: debhelper (>= 9.0.0), dh-python, dh-systemd, dh-autoreconf,
8
               autotools-dev, python, python3, pkg-config,
8
               autotools-dev, python3, pkg-config,
9
               libmpdclient-dev, libmicrohttpd-dev,
9
               libmpdclient-dev, libmicrohttpd-dev,
10
               libupnpp4-dev, libupnp6-dev, libjsoncpp-dev,
10
               libupnpp4-dev, libupnp6-dev, libjsoncpp-dev,
11
               libexpat1-dev, libcurl-dev,
11
               libexpat1-dev, libcurl-dev,
12
               qt5-default, qt5-qmake, qtbase5-dev
12
               qt5-default, qt5-qmake, qtbase5-dev
13
Standards-Version: 3.9.8
13
Standards-Version: 3.9.8
14
Homepage: http://www.lesbonscomptes.com/upmpdcli
14
Homepage: http://www.lesbonscomptes.com/upmpdcli
15
15
16
Package: upmpdcli
16
Package: upmpdcli
17
Architecture: any
17
Architecture: any
18
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, python, python3,
18
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, python3, ${python:Depends}
19
  ${python:Depends}
20
Section: contrib/sound
19
Section: contrib/sound
21
Description: UPnP Media Renderer front-end to MPD, the Music Player Daemon
20
Description: UPnP Media Renderer front-end to MPD, the Music Player Daemon
22
 upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
21
 upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
23
 control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
22
 control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
24
 Android tablet. It uses an MPD instance to actually play the tracks. 
23
 Android tablet. It uses an MPD instance to actually play the tracks.