Your message dated Thu, 03 Mar 2011 18:18:56 +0000
with message-id <[email protected]>
and subject line Bug#615066: fixed in mpdcron 0.3+git20110303-1
has caused the Debian Bug report #615066,
regarding mpdcron: Please add a manpage for eugene(1)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
615066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615066
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpdcron
Version: 0.3+git20100803-1
Severity: wishlist
Tags: upstream patch
Hi,
Please find attached a manpage for eugene(1), both in markdown format
and generated roff (as mpdcron(1) is provided).
Regards
David
*** /home/taffit/deb/eugene.1.pdc
% eugene(1) manual
% David Prévot <[email protected]>
% February 25, 2011
# NAME
eugene - mpdcron statistics client
# SYNOPSIS
eugene *command* [*option*]
# DESCRIPTION
**eugene** is an **mpdcron** client which can be used to interact with the
statistics database.
# COMMANDS
By default these commands (except the first three) work on the current playing
song.
For more information about the *expression* syntax, see:
<http://www.sqlite.org/lang_expr.html>.
help
: Display help and exit.
version
: Display version and exit.
list [*option*...] *expression*
: List song/artist/album/genre.
listinfo [*option*...] [*expression*]
: List song/artist/album/genre.
count [*option*...] *count* [*expression*]
: Change play count of song/artist/album/genre.
hate [*option*...] [*expression*]
: Hate song/artist/album/genre.
love [*option*...] [*expression*]
: Love song/artist/album/genre.
kill [*option*...] [*expression*]
: Kill song/artist/album/genre.
unkill [*option*...] [*expression*]
: Unkill song/artist/album/genre.
rate [*option*...] *rating* [*expression*]
: Rate song/artist/album/genre.
rateabs [*option*...] *rating* [*expression*]
: Rate (absolute fashion) song/artist/album/genre.
addtag [*option*...] *tag* [*expression*]
: Add tag to song/artist/album/genre.
rmtag [*option*...] *tag* [*expression*]
: Remove tag from song/artist/album/genre.
listtags [*option*...] [*expression*]
: List tags of song/artist/album/genre.
# OPTIONS
-h, \--help
: Show help options.
-a, \--artist
: Apply on artists instead of songs.
-A, \--album
: Apply on albums instead of songs.
-g, \--genre
: Apply on genres instead of songs.
# SEE ALSO
- `mpdcron`(1)
- <http://alip.github.com/mpdcron/>
# REPORTING BUGS
If you find a bug, please report it at <http://github.com/alip/mpdcron/issues>.
# COPYRIGHT
Copyright (c) 2009 Ali Polatel <[email protected]>\
Free use of this software is granted under the terms of the GNU General Public
License (GPL).
<!-- vim: set tw=100 ft=pdc spell spelllang=en sw=4 sts=4 et : -->
*** /home/taffit/deb/eugene.1
.TH eugene 1 "February 25, 2011" "manual"
.SH NAME
.PP
eugene - mpdcron statistics client
.SH SYNOPSIS
.PP
eugene \f[I]command\f[] [\f[I]option\f[]]
.SH DESCRIPTION
.PP
\f[B]eugene\f[] is an \f[B]mpdcron\f[] client which can be used to
interact with the statistics database.
.SH COMMANDS
.PP
By default these commands (except the first three) work on the
current playing song.
.PP
For more information about the \f[I]expression\f[] syntax, see:
<http://www.sqlite.org/lang_expr.html>.
.TP
.B help
Display help and exit.
.RS
.RE
.TP
.B version
Display version and exit.
.RS
.RE
.TP
.B list [\f[I]option\f[]\&...] \f[I]expression\f[]
List song/artist/album/genre.
.RS
.RE
.TP
.B listinfo [\f[I]option\f[]\&...] [\f[I]expression\f[]]
List song/artist/album/genre.
.RS
.RE
.TP
.B count [\f[I]option\f[]\&...] \f[I]count\f[] [\f[I]expression\f[]]
Change play count of song/artist/album/genre.
.RS
.RE
.TP
.B hate [\f[I]option\f[]\&...] [\f[I]expression\f[]]
Hate song/artist/album/genre.
.RS
.RE
.TP
.B love [\f[I]option\f[]\&...] [\f[I]expression\f[]]
Love song/artist/album/genre.
.RS
.RE
.TP
.B kill [\f[I]option\f[]\&...] [\f[I]expression\f[]]
Kill song/artist/album/genre.
.RS
.RE
.TP
.B unkill [\f[I]option\f[]\&...] [\f[I]expression\f[]]
Unkill song/artist/album/genre.
.RS
.RE
.TP
.B rate [\f[I]option\f[]\&...] \f[I]rating\f[] [\f[I]expression\f[]]
Rate song/artist/album/genre.
.RS
.RE
.TP
.B rateabs [\f[I]option\f[]\&...] \f[I]rating\f[] [\f[I]expression\f[]]
Rate (absolute fashion) song/artist/album/genre.
.RS
.RE
.TP
.B addtag [\f[I]option\f[]\&...] \f[I]tag\f[] [\f[I]expression\f[]]
Add tag to song/artist/album/genre.
.RS
.RE
.TP
.B rmtag [\f[I]option\f[]\&...] \f[I]tag\f[] [\f[I]expression\f[]]
Remove tag from song/artist/album/genre.
.RS
.RE
.TP
.B listtags [\f[I]option\f[]\&...] [\f[I]expression\f[]]
List tags of song/artist/album/genre.
.RS
.RE
.SH OPTIONS
.TP
.B -h, --help
Show help options.
.RS
.RE
.TP
.B -a, --artist
Apply on artists instead of songs.
.RS
.RE
.TP
.B -A, --album
Apply on albums instead of songs.
.RS
.RE
.TP
.B -g, --genre
Apply on genres instead of songs.
.RS
.RE
.SH SEE ALSO
.IP \[bu] 2
\f[B]mpdcron\f[](1)
.IP \[bu] 2
<http://alip.github.com/mpdcron/>
.SH REPORTING BUGS
.PP
If you find a bug, please report it at
<http://github.com/alip/mpdcron/issues>.
.SH COPYRIGHT
.PP
Copyright (c) 2009 Ali Polatel <[email protected]>
.PD 0
.P
.PD
Free
use of this software is granted under the terms of the GNU General
Public License (GPL).
.SH AUTHORS
David Prévot <[email protected]>.
--- End Message ---
--- Begin Message ---
Source: mpdcron
Source-Version: 0.3+git20110303-1
We believe that the bug you reported is fixed in the latest version of
mpdcron, which is due to be installed in the Debian FTP archive:
mpdcron_0.3+git20110303-1.debian.tar.gz
to main/m/mpdcron/mpdcron_0.3+git20110303-1.debian.tar.gz
mpdcron_0.3+git20110303-1.dsc
to main/m/mpdcron/mpdcron_0.3+git20110303-1.dsc
mpdcron_0.3+git20110303-1_i386.deb
to main/m/mpdcron/mpdcron_0.3+git20110303-1_i386.deb
mpdcron_0.3+git20110303.orig.tar.gz
to main/m/mpdcron/mpdcron_0.3+git20110303.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastien Delafond <[email protected]> (supplier of updated mpdcron package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 03 Mar 2011 19:02:14 +0100
Source: mpdcron
Binary: mpdcron
Architecture: source i386
Version: 0.3+git20110303-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond <[email protected]>
Changed-By: Sebastien Delafond <[email protected]>
Description:
mpdcron - add scrobbler, rating, play counts and other functionalities to M
Closes: 615066
Changes:
mpdcron (0.3+git20110303-1) unstable; urgency=low
.
* New upstream version (Closes: #615066).
* Removed extraneous patch.
* Document new upstream origin for this release.
* Add Vcs-* info.
* Bump up Standards-Version.
Checksums-Sha1:
e0e1cc5563759e6f86d817bf9060717aec1f8423 1330 mpdcron_0.3+git20110303-1.dsc
8a40b6be47573a8de17413154ddb3f0acaf12f6e 188413
mpdcron_0.3+git20110303.orig.tar.gz
20a85e272989449df7e94a904d94eb03d2b6a084 2538
mpdcron_0.3+git20110303-1.debian.tar.gz
15352bdcbb112b3c98e020c3fed66014204ee7c7 259402
mpdcron_0.3+git20110303-1_i386.deb
Checksums-Sha256:
cc6e68615ba75a73c6b2cda012cbc9ba723722a5cb0c2437d7dc8d2f5f69ab5c 1330
mpdcron_0.3+git20110303-1.dsc
538d847d78c3e719783f8a31b708d0f516d2dddb51da41c80e20c4063b5bc271 188413
mpdcron_0.3+git20110303.orig.tar.gz
ea93af23f312f4c7306373c0a20a55b56cb192ad3c2491891ea871044f538a1c 2538
mpdcron_0.3+git20110303-1.debian.tar.gz
0ff21efa43fb729b74669150526b7e837981f687f851c6b7086b2349954ace30 259402
mpdcron_0.3+git20110303-1_i386.deb
Files:
45b098456b386c8f572b475316107787 1330 sound optional
mpdcron_0.3+git20110303-1.dsc
e912a02741d75dcb956b969fa43e6c33 188413 sound optional
mpdcron_0.3+git20110303.orig.tar.gz
c063644f12f6a0a1223e65d198b2f908 2538 sound optional
mpdcron_0.3+git20110303-1.debian.tar.gz
97546b9bb56cadac98ccb6e5145e1e3e 259402 sound optional
mpdcron_0.3+git20110303-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1v2CAACgkQiZgNKcDdyD8j6ACfUU3A9JrLIwO587wnXrRwnUxU
JYYAnjc0BU9LhGeXM3errL6AyU+J/+L4
=V7v1
-----END PGP SIGNATURE-----
--- End Message ---