From: Sebastian Harl Date: Fri, 30 Jul 2010 12:35:09 +0000 (+0200) Subject: patches: Added bts589660-updated-manpage. X-Git-Tag: ncmpc-0.17-1~2 X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=commitdiff_plain;h=298607c3f490545d00945df4b1dfb99f99c6ef8c patches: Added bts589660-updated-manpage. Updated obsolete parts of the manpage. Thanks to Martin Hradil for reporting this! Closes: #589660 --- diff --git a/debian/changelog b/debian/changelog index 47daaea..ecd9c73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ ncmpc (0.17-1) unstable; urgency=low * New upstream release. - Fixed range selection in "shuffle" command; thanks to Michael Marineau for reporting this (Closes: #585823). + * debian/patches: + - Added bts589660-updated-manpage -- updated obsolete parts of the + manpage; thanks to Martin Hradil for reporting this (Closes: #589660). - -- Sebastian Harl Fri, 30 Jul 2010 13:55:48 +0200 + -- Sebastian Harl Fri, 30 Jul 2010 14:34:03 +0200 ncmpc (0.16.1-1) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index 8b13789..7d4befe 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1 +1,2 @@ +bts589660-updated-manpage.dpatch diff --git a/debian/patches/bts589660-updated-manpage.dpatch b/debian/patches/bts589660-updated-manpage.dpatch new file mode 100755 index 0000000..0e40b44 --- /dev/null +++ b/debian/patches/bts589660-updated-manpage.dpatch @@ -0,0 +1,37 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## bts589660-updated-manpage.dpatch by Sebastian Harl +## +## DP: doc: Updated manpage. +## DP: +## DP: Added -m/-M options; fixed -S/--no-splash option. +## DP: +## DP: As reported by Martin Hradil in Debian bug #589660. + + +@DPATCH@ + +diff a/doc/ncmpc.1 b/doc/ncmpc.1 +--- a/doc/ncmpc.1 ++++ b/doc/ncmpc.1 +@@ -35,6 +35,12 @@ Enable colors. + .TP + .B \-C, \-\-no\-colors + Disable colors. ++.TP ++.B \-m, \-\-mouse ++Enable mouse. ++.TP ++.B \-M, \-\-no\-mouse ++Disable mouse. + .TP + .B \-e, \-\-exit + Exit on connection errors. The default is to reconnect. +@@ -54,7 +60,7 @@ Read configuration from file. + .B \-k, \-\-key\-file=FILE + Read key bindings from FILE. + .TP +-.B \-P, \-\-no\-splash=FILE ++.B \-S, \-\-no\-splash + Disable the splash screen. + .TP + Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.