Switch to unified view

a/debian/control b/debian/control
...
...
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,
7
Build-Depends: debhelper (>= 9.0.0), dh-python, dh-systemd,
8
               autotools-dev, python, pkg-config,
8
               autotools-dev, python, pkg-config,
9
               libmpdclient-dev, libmicrohttpd-dev, python-requests,
9
               libmpdclient-dev, libmicrohttpd-dev, 
10
               libupnpp3-dev, libupnp6-dev, libjsoncpp-dev,
10
               libupnpp3-dev, libupnp6-dev, libjsoncpp-dev,
11
               libexpat1-dev, libcurl-dev
11
               libexpat1-dev, libcurl-dev
12
Standards-Version: 3.9.6
12
Standards-Version: 3.9.6
13
Homepage: http://www.lesbonscomptes.com/upmpdcli
13
Homepage: http://www.lesbonscomptes.com/upmpdcli
14
14
...
...
33
33
34
34
35
Package: upmpdcli-qobuz
35
Package: upmpdcli-qobuz
36
Architecture: all
36
Architecture: all
37
Section: contrib/sound
37
Section: contrib/sound
38
Depends: python, upmpdcli, ${python:Depends}, ${misc:Depends}
38
Depends: python, python-requests, upmpdcli, ${python:Depends}, ${misc:Depends}
39
Description: upmpdcli Qobuz plugin
39
Description: upmpdcli Qobuz plugin
40
 upmpdcli-qobuz allows upmpdcli to proxy access to the Qobuz music
40
 upmpdcli-qobuz allows upmpdcli to proxy access to the Qobuz music
41
 streaming service.
41
 streaming service.
42
42
43
43
44
Package: upmpdcli-tidal
44
Package: upmpdcli-tidal
45
Architecture: all
45
Architecture: all
46
Section: contrib/sound
46
Section: contrib/sound
47
Depends: python, upmpdcli, ${python:Depends}, ${misc:Depends}
47
Depends: python, python-requests, upmpdcli, ${python:Depends}, ${misc:Depends}
48
Description: upmpdcli Tidal plugin
48
Description: upmpdcli Tidal plugin
49
 upmpdcli-tidal allows upmpdcli to proxy access to the Tidal music
49
 upmpdcli-tidal allows upmpdcli to proxy access to the Tidal music
50
 streaming service.
50
 streaming service.
51
51
52
52
53
Package: upmpdcli-gmusic
53
Package: upmpdcli-gmusic
54
Architecture: all
54
Architecture: all
55
Section: contrib/sound
55
Section: contrib/sound
56
Depends: python, upmpdcli, ${python:Depends}, ${misc:Depends}
56
Depends: python, python-requests, upmpdcli, ${python:Depends}, ${misc:Depends}
57
Description: upmpdcli Google Play Music plugin
57
Description: upmpdcli Google Play Music plugin
58
 upmpdcli-gmusic allows upmpdcli to proxy access to the Google Play Music
58
 upmpdcli-gmusic allows upmpdcli to proxy access to the Google Play Music
59
 streaming service.
59
 streaming service.
60
60