File: control

package info (click to toggle)
mopidy 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,332 kB
  • ctags: 4,380
  • sloc: python: 23,609; sh: 159; makefile: 129
file content (55 lines) | stat: -rw-r--r-- 1,843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: mopidy
Section: sound
Priority: optional
Maintainer: Stein Magnus Jodal <jodal@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               dh-systemd (>= 1.5),
               po-debconf,
               python,
               python-pygraphviz,
               python-setuptools,
               python-sphinx (>= 1.0),
Standards-Version: 3.9.8
Homepage: http://www.mopidy.com/
Vcs-Git: https://anonscm.debian.org/git/pkg-mopidy/mopidy.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-mopidy/mopidy.git
X-Python-Version: >= 2.7

Package: mopidy
Architecture: all
Depends: adduser,
         debconf,
         gir1.2-gst-plugins-base-1.0,
         gir1.2-gstreamer-1.0,
         gstreamer1.0-plugins-good,
         gstreamer1.0-plugins-ugly,
         lsb-base,
         python-gst-1.0,
         python-tornado (>= 2.3),
         ${misc:Depends},
         ${python:Depends},
Recommends: gstreamer1.0-alsa,
            gstreamer1.0-pulseaudio,
            gstreamer1.0-tools,
Suggests: mopidy-doc,
Description: music server with support for MPD/HTTP clients
 Mopidy is an extensible music server which can play music from local
 files, radio streams, and cloud services such as Spotify and SoundCloud.
 .
 Searches combine results from all music sources, and tracks can be mixed from
 all sources in the play queue. Spotify or SoundCloud playlists are
 also available for use.

Package: mopidy-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Recommends: mopidy,
Replaces: mopidy (<< 0.7.3-2),
Description: music server with support for MPD/HTTP clients - documentation
 Mopidy is an extensible music server which can play music from local
 files, radio streams, and cloud services such as Spotify and SoundCloud.
 .
 This package provides the documentation for Mopidy.