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
|
Source: mpdscribble
Section: sound
Priority: optional
Maintainer: mpd maintainers <pkg-mpd-maintainers@lists.alioth.debian.org>
Uploaders: Andrey Rahmatullin <wrar@debian.org>
Build-Depends: debhelper (>= 9~),
autotools-dev,
libsoup2.4-dev,
libmpdclient-dev,
po-debconf,
dh-systemd,
dh-autoreconf
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-mpd/mpdscribble.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mpd/mpdscribble.git;a=summary
Homepage: http://mpd.wikia.com/wiki/Client:Mpdscribble
Package: mpdscribble
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
ucf,
adduser,
lsb-base
Suggests: mpd
Provides: mpd-client
Description: Last.fm reporting client for mpd
Music Player Daemon client which collects information about played tracks and
submits them to the Last.fm social music network (formerly known as
Audioscrobbler). If submission servers are not reachable, submissions are
enqueued and stored on disk cache.
.
The client can be also configured to use other scrobbling services like
Libre.fm.
.
This package contains daemon which can be optionally installed system wide.
Package: mpdscribble-dbg
Architecture: any
Priority: extra
Section: debug
Depends: mpdscribble (= ${binary:Version}), ${misc:Depends}
Description: Last.fm reporting client for mpd - debugger symbols
Music Player Daemon client which collects information about played tracks and
submits them to the Last.fm social music network (formerly known as
Audioscrobbler). If submission servers are not reachable, submissions are
enqueued and stored on disk cache.
.
The client can be also configured to use other scrobbling services like
Libre.fm.
.
This package contains debugger symbols.
|