--- ncmpc-0.17.orig/Makefile.am +++ ncmpc-0.17/Makefile.am @@ -168,7 +168,7 @@ test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS) -test_run_hscroll_LDFLAGS = $(GLIB_LIBS) +test_run_hscroll_LDADD = $(GLIB_LIBS) # # sparse --- ncmpc-0.17.orig/Makefile.in +++ ncmpc-0.17/Makefile.in @@ -148,7 +148,6 @@ src/test_run_hscroll-hscroll.$(OBJEXT) \ src/test_run_hscroll-charset.$(OBJEXT) test_run_hscroll_OBJECTS = $(am_test_run_hscroll_OBJECTS) -test_run_hscroll_LDADD = $(LDADD) test_run_hscroll_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(test_run_hscroll_LDFLAGS) $(LDFLAGS) -o $@ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; @@ -442,7 +441,7 @@ CLEANFILES = src/ncmpc-tiny test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS) -test_run_hscroll_LDFLAGS = $(GLIB_LIBS) +test_run_hscroll_LDADD = $(GLIB_LIBS) # # sparse --- ncmpc-0.17.orig/debian/compat +++ ncmpc-0.17/debian/compat @@ -0,0 +1 @@ +7 --- ncmpc-0.17.orig/debian/rules +++ ncmpc-0.17/debian/rules @@ -0,0 +1,130 @@ +#!/usr/bin/make -f +# debian/rules for ncmpc +# +# Written by Sebastian Harl + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +CHECK = check + +ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + CHECK = +endif + +include /usr/share/dpatch/dpatch.make + +config.status: configure $(DPATCH_STAMPFN) + dh_testdir + ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --disable-mini \ + --enable-wide \ + --enable-multibyte \ + --enable-locale \ + --enable-nls \ + --enable-colors \ + --enable-lirc \ + --enable-help-screen \ + --enable-mouse \ + --enable-artist-screen \ + --enable-search-screen \ + --enable-song-screen \ + --enable-key-screen \ + --enable-lyrics-screen \ + --enable-outputs-screen \ + --with-ncursesw \ + CFLAGS="$(CFLAGS)" + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + test -z '$(CHECK)' || make $(CHECK) + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install-indep: + dh_testdir + dh_testroot + dh_prep + dh_installdirs -i + + mkdir -p debian/ncmpc-lyrics/usr/lib/ncmpc/lyrics/ + cp lyrics/* debian/ncmpc-lyrics/usr/lib/ncmpc/lyrics/ + +install-arch: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs -a + + $(MAKE) install DESTDIR=$(CURDIR)/debian/ncmpc + + rm -rf debian/ncmpc/usr/lib/ncmpc/lyrics/ + # fail if any of these directories is not empty + rmdir debian/ncmpc/usr/lib/ncmpc/ + rmdir debian/ncmpc/usr/lib/ + + mkdir debian/ncmpc/usr/share/doc/ncmpc/examples + mv debian/ncmpc/usr/share/doc/ncmpc/*.sample \ + debian/ncmpc/usr/share/doc/ncmpc/examples + mv debian/ncmpc/usr/share/doc/ncmpc/ncmpc.lirc \ + debian/ncmpc/usr/share/doc/ncmpc/examples + +binary-indep: install-indep + dh_testdir + dh_testroot + dh_installchangelogs -i + dh_installdocs -A -i NEWS README AUTHORS + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install-arch + dh_testdir + dh_testroot + dh_installchangelogs -a + dh_installdocs -A -a NEWS README + dh_installmenu -a + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install-indep install-arch + --- ncmpc-0.17.orig/debian/README.source +++ ncmpc-0.17/debian/README.source @@ -0,0 +1,4 @@ +This package uses dpatch to manage all modifications to the upstream source. +See /usr/share/doc/dpatch/README.source.gz for instructions how to generate +the patched source, add a new modification, and remove an existing one. + --- ncmpc-0.17.orig/debian/control +++ ncmpc-0.17/debian/control @@ -0,0 +1,40 @@ +Source: ncmpc +Section: sound +Priority: optional +Maintainer: Sebastian Harl +Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libncursesw5-dev, libglib2.0-dev, liblircclient-dev, libmpdclient-dev +Standards-Version: 3.9.1 +Homepage: http://mpd.wikia.com/wiki/Client:Ncmpc +Vcs-Git: git://git.tokkee.org/pkg-ncmpc.git +Vcs-Browser: http://git.tokkee.org/?p=pkg-ncmpc.git + +Package: ncmpc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: mpd, ncmpc-lyrics +Enhances: mpd +Provides: mpd-client +Description: ncurses-based audio player + This package contains a text-mode client for MPD, the Music Player Daemon. + Its goal is to provide a keyboard oriented and consistent interface to MPD, + without wasting resources. + . + Features: + - full Unicode and wide character support + - music database browser, database search, media library + - audio output configuration + - lyrics + - LIRC support + - customizable key bindings and colors + - tiny memory footprint, smaller than any other interactive MPD client + +Package: ncmpc-lyrics +Architecture: all +Depends: ncmpc, python, ruby, ${misc:Depends} +Description: ncurses-based audio player (lyrics plugins) + ncmpc is a text-mode client for MPD, the Music Player Daemon. Its goal is to + provide a keyboard oriented and consistent interface to MPD, without wasting + resources. + . + This package contains plugins to download lyrics. + --- ncmpc-0.17.orig/debian/copyright +++ ncmpc-0.17/debian/copyright @@ -0,0 +1,141 @@ +This package was debianized by René van Bevern on +Wed, 30 Mar 2005 18:35:27 +0200. + +Sebastian Harl took over maintenance on +Fri, 22 Sep 2006 21:33:38 +0200. + +It was downloaded from . + +Upstream Authors: + The Music Player Daemon Project + (see the file AUTHORS for a list of team members) + +Copyright Holders (in alphabetical order): + Björn Pettersson + Carlos Eduardo C. B. Shinagawa + Johám-Luís Miguéns Vila + Jozef Riha + Kalle Wallin + Max Arnold + Max Kellermann + Mikkel Kirkgaard Nielsen + Oleksandr Kovalenko + Rosetta Contributors and Canonical Ltd + The Music Player Daemon Project + Warren Dukes + +License: + + Files src/resolver.{c,h} + Copyright © 2008 Max Kellermann + + Files src/gidle.{c,h} + Copyright © 2004-2010 The Music Player Daemon Project + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + - Neither the name of the Music Player Daemon nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Some files are licensed under the above mentioned 3-clause BSD License, + while any others are licensed under the 2-clause BSD License, which does + not include the third (endorsement / promotion) clause. + + Files po/cs.po + po/fi.po + po/hu.po + po/ko.po + po/nl.po + po/zh_CN.po + Copyright © 2009-2010 Rosetta Contributors and Canonical Ltd + + File po/da.po + Copyright © 2006 Mikkel Kirkgaard Nielsen + + Files po/de.po + po/es.po + Copyright © 2004 Kalle Wallin + Copyright © 2004 Ingmar Gebert + + File po/fr.po + Copyright © 2005-2008 Yann Cézard + + File po/gl.po + Copyright © 2006-2009 Johám-Luís Miguéns Vila + + File po/he.po + Translation by Itai Kloog + + File po/nb.po + Copyright © 2004 Ole R. Thorsen + + File po/pt_BR.po + Copyright © 2010 Carlos Eduardo C. B. Shinagawa + + File po/ru.po + Copyright © 2004 Kalle Wallin + Copyright © 2004 Nikolay Pavlov + Copyright © 2006-2008 Max Arnold + + File po/sk.po + Copyright © 2004 Kalle Wallin + Copyright © 2006-2008 Jozef Riha + + File po/sv.po + Copyright © 2004 Kalle Wallin + Copyright © 2008 Björn Pettersson + + File po/uk.po + Copyright © 2009 Oleksandr Kovalenko + + File src/mpdclient.h + Copyright © 2004-2005 Kalle Wallin + + File src/screen_clock.c is based on test/gdc.c shipped with ncurses. + + All other files in lyrics/ and src/ + Copyright © 2003-2010 The Music Player Daemon Project + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software Foundation, + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is © 2005, 2006 René van Bevern +and © 2006-2010 Sebastian Harl and is licensed under the +GPL, see above. + --- ncmpc-0.17.orig/debian/menu +++ ncmpc-0.17/debian/menu @@ -0,0 +1,3 @@ +?package(ncmpc): needs="text" section="Applications/Sound" title="ncmpc" \ + longtitle="NCurses Music Player Client" command="/usr/bin/ncmpc" \ + hints="Player" --- ncmpc-0.17.orig/debian/changelog +++ ncmpc-0.17/debian/changelog @@ -0,0 +1,302 @@ +ncmpc (0.17-1ubuntu1) oneiric; urgency=low + + * Fix FTBFS with ld --as-needed. LP: #770967. + + -- Matthias Klose Wed, 14 Sep 2011 15:52:46 +0200 + +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). + * debian/control, debian/copyright: + - Updated standards-version to 3.9.1 -- include the complete BSD license + in debian/copyright rather than referencing the file in /u/s/common- + licenses. + + -- Sebastian Harl Fri, 30 Jul 2010 14:49:31 +0200 + +ncmpc (0.16.1-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + - Removed include_config_h.dpatch -- included upstream. + - Removed manpage_typos.dpatch -- included upstream. + + -- Sebastian Harl Tue, 19 Jan 2010 21:22:21 +0100 + +ncmpc (0.16-1) unstable; urgency=low + + * New upstream release: + - Fixed accuracy of "Database updated" message; thanks to Joey Hess for + reporting this (Closes: #548266). + - Update volume display without delay; thanks to Joey Hess for reporting + this (Closes: #551271). + - Execute lyrics plugins according to their lexical sorting order; thanks + to Jonathan Neuschäfer for reporting this (Closes: #553063). + * debian/control: + - Build-depend on libmpdclient-dev, required by the new upstream release. + - Build-depend on dpatch. + - Let all packages depend on ${misc:Depends}. + * debian/rules: + - Run 'make check' unless the nocheck option has been specified in + DEB_BUILD_OPTIONS. + * debian/patches: + - Added include_config_h.dpatch -- this patch adds some missing includes. + - Added manpage_typos.dpatch -- this patch fixes some typos in the + manpage. + * Added debian/README.source: + - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz. + + -- Sebastian Harl Sun, 27 Dec 2009 23:43:36 +0100 + +ncmpc (0.15-1) unstable; urgency=low + + * New upstream release: + - Fixed NULL pointer dereference when not yet connected; thanks to Joey + Hess for reporting this (Closes: #540415). + * debian/control: + - Updated Standards-Version to 3.8.3 - no changes. + + -- Sebastian Harl Thu, 08 Oct 2009 22:05:01 +0200 + +ncmpc (0.14-1) unstable; urgency=low + + * Re-upload to unstable - Lenny has been released. + * debian/control: + - Updated Standards-Version to 3.8.1 (no changes). + - Updated version of build-dependency debhelper to >= 7. + * debian/compat: + - Updated from deprecated version 4 to the now recommended version 7. + * debian/rules: + - Use dh_prep instead of the deprecated dh_clean -k. + - Pass CFLAGS as arguments to configure instead of setting them in the + environment - this is the recommended way. + + -- Sebastian Harl Sat, 06 Jun 2009 20:19:58 +0200 + +ncmpc (0.13-1) experimental; urgency=low + + * New upstream release: + - Made status line clock display configurable (Closes: #510392). + * debian/changelog: + - Upstream (partially) switched to mentioning "The Music Player Daemon + Project" as copyright holder instead of listing single persons for each + file. debian/changelog now refers to the AUTHORS file for a list of team + members. + - Use © instead of (C) to make lintian happy. + * Added binary package "ncmpc-lyrics". This package includes the lyrics + plugins, some of which depend on python or ruby. By splitting them into a + separate package, we avoid any kind of dependency on python or ruby in the + "ncmpc" package which now suggests ncmpc-lyrics instead of python, ruby. + + -- Sebastian Harl Sun, 11 Jan 2009 21:36:39 +0100 + +ncmpc (0.12-1) experimental; urgency=low + + * New upstream release: + - Added support for wide characters (Closes: #395407). + - Fixed a segfault when working with empty or removed directories + (Closes: #471761). + - Added command "locate" ('G') which locates a song in the database + browser; thanks to Hagen Fuchs for the original patch (Closes: #496450). + - Fixed connection handling (Closes: #497359). + - Fixed handling of the "timedisplay-type" config option; thanks to Stefan + Bender for the original patch (Closes: #497917). + * Uploading to experimental because of the Lenny freeze. + * debian/control: + - Added Homepage and Vcs-{Git,Browser} fields. + - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the + new fields. + - Suggest (instead of recommend) mpd - server and client may run on + different host, so not having both packages installed is not unusual + (Closes: #447781). + - Updated to Standards-Version 3.8.0. + - Build-depend on liblircclient-dev - this is required for lirc support. + - Suggest python and ruby - these are required by the lyrics scripts. + - Updated package description. + * debian/watch: + - Query sf.net instead of the old upstream website. + - Use uversionmangle to mangle "_alpha" and "_beta". + * debian/rules: + - Do not try to install upstream ChangeLog and TODO files - they no longer + exist. + - Do not ignore "make distclean" errors. + - -I/usr/include/ncursesw is no longer required - it's now handled by the + upstream configure script. + - Explicitly enable all features when running the configure script. + * debian/menu: + - Use section "Applications" instead of "Apps". + + -- Sebastian Harl Sun, 07 Dec 2008 17:34:07 +0100 + +ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low + + * New maintainer (Closes: #388425). + * Rewrote debian/rules to not use cdbs. + * Updated standards version to 3.7.2. + + -- Sebastian Harl Fri, 22 Sep 2006 21:33:38 +0200 + +ncmpc (0.11.1+svn-r3965-1) unstable; urgency=low + + * New upstream version + + + includes the patch to implement Tab completion in the + libcursesw support part of wreadln.c (closes: #357660) + + + includes 07-fix-utf8-strlen.diff, which had been contributed by + Dmitry Baryshkov. It is therefore removed from the Debian package + + * debian/copyright: list all copyright holders of any file. Based on + latest discussions. + + debian/rules: do not install superfluous AUTHORS file anymore + + * debian/dirs: remove "/usr/bin", it is automatically created + + * Upload sponsored by Norbert Tretkowski + + -- René van Bevern Tue, 28 Mar 2006 20:20:41 +0200 + +ncmpc (0.11.1+svn-r3896-1) unstable; urgency=low + + * New upstream release + + removed the patches 05-russian-translation.diff, + 06-russian-typo.diff, they are not needed any more + + + added patch 07-fix-utf8-strlen.diff by Dmitry Baryshkov to correctly + calculate length of UTF-8 strings (closes: #353772) + + * debian/rules: remove --with-ncursesw from configure options, since + upstream has set it to default + + * Upload sponsored by Norbert Tretkowski + + -- René van Bevern Tue, 21 Feb 2006 10:58:43 +0100 + +ncmpc (0.11.1+svn-r3362-1) unstable; urgency=low + + * Fresh SVN snapshot + + number versions by subversion revisions rather than dates + + * 05-russian-translation.diff is back, it had not been included + upstream, but made it into my svn work tree accidently + + * include 06-russian-typo.diff from Stepan Golosunov (closes: #328907) + + -- René van Bevern Wed, 14 Dec 2005 17:48:39 +0100 + +ncmpc (0.11.1+svn-20050916-1) unstable; urgency=low + + * New upstream release (SVN snapshot) + + includes fixes for wide character display: (Closes: #326074) + - debian/rules: build --with-ncursesw + add /usr/include/libncursesw to include path + - debian/control: Build-Depend on libncursesw5-dev + + * Following patches are removed because they are included upstream: + + 01-startup-segfault.diff + + 03-xterm-title-crash.diff + + 04-german-translation.diff + + 05-russian-translation.diff + + * debian/patches/02-manpage-confdir.diff is party applied upstream and + has been adapted. + + * added watch file + + * Upload sponsored by Norbert Tretkowski + + -- René van Bevern Fri, 16 Sep 2005 19:52:55 +0200 + +ncmpc (0.11.1-9) unstable; urgency=low + + * debian/patches/05-russian-translation.diff: patch by + Stepan Golosunov (closes: #326070) + + actual encoding of ru.po is koi8-r, not iso-8859-1 + + * debian/copyright: updated adress of the Free Software Foundation + + * debian/control: updated package description with full sentences and + (hopefully) without grammar errors + + * Upload sponsored by Norbert Tretkowski + + -- René van Bevern Sun, 4 Sep 2005 16:50:17 +0200 + +ncmpc (0.11.1-8) unstable; urgency=low + + * rebuild for menu transition + * update to Standards-Version 3.6.2 + * switch to cdbs and split my patches into seperate files again + * more specific debian/copyright + + * Upload sponsored by Norbert Tretkowski + + -- René van Bevern Thu, 11 Aug 2005 02:13:45 +0200 + +ncmpc (0.11.1-7) unstable; urgency=low + + * Closes: #312815: FTBFS: lacks a binary-arch target + + -- René van Bevern Fri, 10 Jun 2005 11:34:27 +0200 + +ncmpc (0.11.1-6) unstable; urgency=low + + * Use the upstream build system, adapt debian/rules instead + * loosened the build dependecies (no automake and autoconf) + * added homepage URL to description + * backport of svn against upstream crash #360 + see: http://www.musicpd.org/mantis/view.php?id=360 + * dropped dpatch in favor of Darcs (README.Packaging) + + -- René van Bevern Fri, 3 Jun 2005 13:53:27 +0200 + +ncmpc (0.11.1-5) unstable; urgency=low + + * Closes: #306163: compile with search and clock feature + * Closes: #306260: Looks for global config file in /usr/etc instead of /etc + + * Upload sponsored by Norbert Tretkowski + + -- Rene van Bevern (RvB) Mon, 25 Apr 2005 16:27:14 +0200 + +ncmpc (0.11.1-4) unstable; urgency=low + + * don't install a ChangeLog.gz through dh_installdocs because + it is installed by dh_installchangelogs + * Closes: #304246: doesn't work when not specifying password + + * Upload sponsored by Norbert Tretkowski + + -- Rene van Bevern (RvB) Tue, 12 Apr 2005 13:32:30 +0200 + +ncmpc (0.11.1-3) unstable; urgency=low + + * Closes: #267942: ITP: ncmpc -- An ncurses client for Music Player Daemon (MPD) + * fix location of user configuration file in manual page + * fix a segmentation fault when password is neither given as a command line + option nor as an environment variable + * little corrections of the german localization + * use dpatch + * add menu support + + * Upload sponsored by Norbert Tretkowski + + -- Rene van Bevern (RvB) Sun, 10 Apr 2005 11:42:43 +0200 + +ncmpc (0.11.1-2) unreleased; urgency=low + + * get rid of empty /usr/sbin and /usr/share/ncmpc in package + + -- Rene van Bevern (RvB) Fri, 8 Apr 2005 18:46:35 +0200 + +ncmpc (0.11.1-1) unreleased; urgency=low + + * Initial Release. + + -- Rene van Bevern (RvB) Wed, 30 Mar 2005 18:35:27 +0200 + --- ncmpc-0.17.orig/debian/watch +++ ncmpc-0.17/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts="uversionmangle=s/_alpha/~alpha/;s/_beta/~beta/" \ +http://sf.net/musicpd/ncmpc-(.+)\.tar\.gz + --- ncmpc-0.17.orig/debian/patches/bts589660-updated-manpage.dpatch +++ ncmpc-0.17/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. --- ncmpc-0.17.orig/debian/patches/00list +++ ncmpc-0.17/debian/patches/00list @@ -0,0 +1,2 @@ +bts589660-updated-manpage.dpatch +