debian/0000755000000000000000000000000012201770654007172 5ustar debian/changelog0000644000000000000000000000204512201774070011041 0ustar pms (0.42-1) unstable; urgency=low * New upstream release (Closes: #612192). * Update d/copyright to copyright-format 1.0. * Add source format 3.0 * d/control: - Push Standards-Version to 3.9.4 - Add libncursesw5-dev and libncurses5-dev (both) (Closes: #551619). * d/compat: Switch to compat 9 * mpd is not dependency of pms. It's in Recommends (Closes: #615003). -- Alejandro Garrido Mota Sun, 10 Aug 2013 11:45:20 -0430 pms (0.41-2) unstable; urgency=low * Rewrite libncurses5-dev to libncursesw5-dev in control Depends field (Closes: #551619) * Remove 'export DH_VERBOSE=1' line from d/rules * Remplace gettext and use gettext-base in d/control * Update Standards-Version field to 3.8.4 * d/copyright: Added dots between paragraphs in BSD license. -- Alejandro Garrido Mota Tue, 20 Oct 2009 18:07:24 -0430 pms (0.41-1) unstable; urgency=low * Initial release (Closes: #519778) -- Alejandro Garrido Mota Sun, 13 Sep 2009 05:31:19 -0430 debian/source/0000755000000000000000000000000012201727144010466 5ustar debian/source/format0000644000000000000000000000001412201727153011674 0ustar 3.0 (quilt) debian/pms.menu0000644000000000000000000000013612201727153010653 0ustar ?package(pms):needs="text" section="Applications/Sound"\ title="pms" command="/usr/bin/pms" debian/pms.docs0000644000000000000000000000001412201727153010632 0ustar README TODO debian/rules0000755000000000000000000000003712201727153010246 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000012201731307010611 5ustar debian/patches/series0000644000000000000000000000003112201730621012016 0ustar translations_errors.diff debian/patches/translations_errors.diff0000644000000000000000000000231112201732715015561 0ustar Description: Fix spelling errors Author: Alejandro Garrido Mota --- a/pms.1 +++ b/pms.1 @@ -149,7 +149,7 @@ .BI "Choose between " "single" " or a boolean value. Default: " "off" .TP .BI "stopdelay=" "integer" -MPD does not support manual progression within the playlist. A hack is neccessary to stop when the song is done. +MPD does not support manual progression within the playlist. A hack is necessary to stop when the song is done. If manual song progression is not working correctly, increase this value. Default: .B 1 .TP --- a/src/command.cpp +++ b/src/command.cpp @@ -1491,7 +1491,7 @@ if (!alive()) return; - pms->log(MSG_DEBUG, 0, "Quering playlist changes.\n"); + pms->log(MSG_DEBUG, 0, "Querying playlist changes.\n"); if (st->last_playlist == -1) { @@ -1627,7 +1627,7 @@ } /* - * Notifies command system that an update from server is unneccessary as PMS already has done it. + * Notifies command system that an update from server is unnecessary as PMS already has done it. */ bool Control::increment() { --- a/src/pms.cpp +++ b/src/pms.cpp @@ -347,7 +347,7 @@ } /* - * Set up neccessary variables + * Set up necessary variables */ int Pms::init() { debian/source.lintian-overrides0000644000000000000000000000006412201771217014046 0ustar pms source: source-contains-svn-control-dir po/.svn debian/watch0000644000000000000000000000005612201727153010220 0ustar version=3 http://sf.net/pms/pms-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212201761254010364 0ustar 9 debian/copyright0000644000000000000000000000510012201727153011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Sam Ruby Source: http://pms.sourceforge.net Upstream-Name: pms Files: * Copyright: 2006-2009, Kim Tore Jensen License: GPL-3+ Files: m4/* Copyright: 2009 Mark Pulford 2009 Damian Pietras 2009 Reuben Thomas License: GPL-3+ Files: debian/* Copyright: 2009-2013, Alejandro Garrido Mota License: GPL-3+ Files: src/libmpdclient.c src/libmpdclient.h Copyright: 2003-2006 by Warren Dukes (warren.dukes@gmail.com) License: BSD-3 License: BSD-3 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. License: GPL-3+ This program 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 3 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000127312201773315010575 0ustar Source: pms Section: sound Priority: extra Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 9), gettext, gettext-base, libgettextpo0, libncurses5-dev, libmpd-dev, libncursesw5-dev, libglib2.0-dev, gnulib, libboost-regex-dev Standards-Version: 3.9.4 Homepage: http://pms.sourceforge.net Package: pms Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: mpd Description: Practical Music Search, an MPD client PMS is an ncurses based client for Music Player Daemon. It aims to be accessible and highly configurable, with a light but powerful interface much like Vim, and supports custom colors, layouts, and key bindings