[Pkg-mpd-commits] [SCM] Git repository for pkg-mpc branch, master, updated. debian/0.22-1-16-g8a72c5d

Florian Schlichting fsfs at debian.org
Wed Apr 10 23:12:22 UTC 2013


The following commit has been merged in the master branch:
commit b6681f7350ff6fd804723bcb29799062a34fe118
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Feb 25 23:43:26 2013 +0100

    new hyphen-as-minus-sign.patch

diff --git a/debian/patches/hyphen-as-minus-sign.patch b/debian/patches/hyphen-as-minus-sign.patch
new file mode 100644
index 0000000..23334d0
--- /dev/null
+++ b/debian/patches/hyphen-as-minus-sign.patch
@@ -0,0 +1,113 @@
+Description: fix hyphen-used-as-minus-sign lintian warning
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: http://bugs.musicpd.org/view.php?id=3741
+
+--- a/doc/mpc.1
++++ b/doc/mpc.1
+@@ -12,7 +12,7 @@
+ is given, the current status is printed (same as 'mpc status').
+ .SH "OPTIONS"
+ .TP
+-.BI -f,--format
++.BI \-f,\-\-format
+ .br
+ Configure the format of song display for status and the playlist.  The metadata delimiters are:
+ 
+@@ -68,27 +68,27 @@
+ .br
+ \\r - carriage return
+ .TP
+-.BI --wait
++.BI \-\-wait
+ .br
+ Wait for operation to finish (e.g. database update).
+ .TP
+-.BI -q,--quiet,--no-status
++.BI \-q,\-\-quiet,\-\-no\-status
+ .br
+ Prevents the current song status from being printed on completion of some of
+ the commands.
+ .TP
+-.BI -v,--verbose
++.BI \-v,\-\-verbose
+ .br
+ Verbose output.
+ .TP
+-.BI -h,--host
++.BI \-h,\-\-host
+ The host to connect to; if not given, the value of the environment variable MPD_HOST is checked before defaulting to localhost.  This default can be changed at compile-time.
+ 
+ To use a password, provide a value of the form "password at host".
+ 
+ If you specify an absolute path, mpc attempts a connection via Unix Domain Socket.
+ .TP
+-.BI -p,--port
++.BI \-p,\-\-port
+ The port to connect to; if not given, the value of the environment variable MPD_PORT is checked before defaulting to 6600.  This default can be changed at compile-time.
+ .br
+ .SH COMMANDS
+@@ -107,17 +107,17 @@
+ .B crop
+ Remove all songs except for the currently playing song.
+ .TP
+-.B current [--wait]
++.B current [\-\-wait]
+ Show the currently playing song
+ 
+-With --wait, mpc waits until the song changes (or until playback is
++With \-\-wait, mpc waits until the song changes (or until playback is
+ started/stopped) before it queries the current song from the server.
+ .TP
+ .B crossfade [<seconds>]
+ Gets and sets the current amount of crossfading between songs (0 disables crossfading).
+ .TP
+ .B mixrampdb [<db>]
+-Gets and sets the volume level at which songs with MIXRAMP tags will be overlapped. This disables the fading of the crossfade command and simply mixes the songs. -50.0 will effectively remove any gaps, 0.0 will mash tracks together. The amount of overlap is limited by the audio_buffer_size MPD configuration parameter.
++Gets and sets the volume level at which songs with MIXRAMP tags will be overlapped. This disables the fading of the crossfade command and simply mixes the songs. \-50.0 will effectively remove any gaps, 0.0 will mash tracks together. The amount of overlap is limited by the audio_buffer_size MPD configuration parameter.
+ .TP
+ .B mixrampdelay [<seconds>]
+ +Gets and sets the current amount of extra delay added to the value computed from the MIXRAMP tags. (A negative value disables overlapping with MIXRAMP tags and restores the previous value of crossfade).
+@@ -216,9 +216,9 @@
+ Return a list of all tags of given tag <type>.  Optional search
+ <type>s/<query>s limit results in a way similar to search.
+ .TP
+-.B seek [+-][<HH:MM:SS>] or <[+-]<0-100>%>
++.B seek [+\-][<HH:MM:SS>] or <[+\-]<0-100>%>
+ Seeks by hour, minute or seconds, hours or minutes can be omitted.
+-If seeking by percentage, seeks within the current song in the specified manner.  If a "+" or "-" is used, the seek is done relative to the current song position. Absolute seeking by default.
++If seeking by percentage, seeks within the current song in the specified manner.  If a "+" or "\-" is used, the seek is done relative to the current song position. Absolute seeking by default.
+ .TP
+ .B shuffle
+ Shuffles all songs on the playlist.
+@@ -232,18 +232,18 @@
+ .B toggle
+ Toggles between play and pause. If stopped starts playing. Does not support start playing at song number (use play).
+ .TP
+-.B update [--wait] [<path>]
++.B update [\-\-wait] [<path>]
+ Scans for updated files in the music directory.  The optional
+ parameter <path> (relative to the music directory) may limit the scope
+ of the update.
+ 
+-With --wait, mpc waits until MPD has finished the update.
++With \-\-wait, mpc waits until MPD has finished the update.
+ .TP
+ .B version
+ Reports the version of MPD.
+ .TP
+-.B volume [+-]<num>
+-Sets the volume to <num> (0-100).  If "+" or "-" is used, then it adjusts
++.B volume [+\-]<num>
++Sets the volume to <num> (0-100).  If "+" or "\-" is used, then it adjusts
+ the volume relative to the current volume.
+ .TP
+ .B channels
+@@ -268,7 +268,7 @@
+ .SH "EXAMPLES"
+ .TP
+ .br
+-For useful examples of mpc use in playlist parsing, see mpd-m3u-playlist.sh and mpd-pls-playlist.sh.
++For useful examples of mpc use in playlist parsing, see mpd\-m3u\-playlist.sh and mpd\-pls\-playlist.sh.
+ .br
+ .SH "BUGS"
+ Report bugs on http://www.musicpd.org/mantis/
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..01c0c6c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+hyphen-as-minus-sign.patch

-- 
Git repository for pkg-mpc



More information about the Pkg-mpd-commits mailing list