1 ncmpc (0.16-1) unstable; urgency=low
3 * New upstream release.
4 * debian/control:
5 - Build-depend on libmpdclient-dev, required by the new upstream release.
6 * debian/rules:
7 - Run 'make check' unless the nocheck option has been specified in
8 DEB_BUILD_OPTIONS.
10 -- Sebastian Harl <tokkee@debian.org> Sun, 27 Dec 2009 18:58:55 +0100
12 ncmpc (0.15-1) unstable; urgency=low
14 * New upstream release:
15 - Fixed NULL pointer dereference when not yet connected; thanks to Joey
16 Hess for reporting this (Closes: #540415).
17 * debian/control:
18 - Updated Standards-Version to 3.8.3 - no changes.
20 -- Sebastian Harl <tokkee@debian.org> Thu, 08 Oct 2009 22:05:01 +0200
22 ncmpc (0.14-1) unstable; urgency=low
24 * Re-upload to unstable - Lenny has been released.
25 * debian/control:
26 - Updated Standards-Version to 3.8.1 (no changes).
27 - Updated version of build-dependency debhelper to >= 7.
28 * debian/compat:
29 - Updated from deprecated version 4 to the now recommended version 7.
30 * debian/rules:
31 - Use dh_prep instead of the deprecated dh_clean -k.
32 - Pass CFLAGS as arguments to configure instead of setting them in the
33 environment - this is the recommended way.
35 -- Sebastian Harl <tokkee@debian.org> Sat, 06 Jun 2009 20:19:58 +0200
37 ncmpc (0.13-1) experimental; urgency=low
39 * New upstream release:
40 - Made status line clock display configurable (Closes: #510392).
41 * debian/changelog:
42 - Upstream (partially) switched to mentioning "The Music Player Daemon
43 Project" as copyright holder instead of listing single persons for each
44 file. debian/changelog now refers to the AUTHORS file for a list of team
45 members.
46 - Use © instead of (C) to make lintian happy.
47 * Added binary package "ncmpc-lyrics". This package includes the lyrics
48 plugins, some of which depend on python or ruby. By splitting them into a
49 separate package, we avoid any kind of dependency on python or ruby in the
50 "ncmpc" package which now suggests ncmpc-lyrics instead of python, ruby.
52 -- Sebastian Harl <sh@tokkee.org> Sun, 11 Jan 2009 21:36:39 +0100
54 ncmpc (0.12-1) experimental; urgency=low
56 * New upstream release:
57 - Added support for wide characters (Closes: #395407).
58 - Fixed a segfault when working with empty or removed directories
59 (Closes: #471761).
60 - Added command "locate" ('G') which locates a song in the database
61 browser; thanks to Hagen Fuchs for the original patch (Closes: #496450).
62 - Fixed connection handling (Closes: #497359).
63 - Fixed handling of the "timedisplay-type" config option; thanks to Stefan
64 Bender for the original patch (Closes: #497917).
65 * Uploading to experimental because of the Lenny freeze.
66 * debian/control:
67 - Added Homepage and Vcs-{Git,Browser} fields.
68 - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the
69 new fields.
70 - Suggest (instead of recommend) mpd - server and client may run on
71 different host, so not having both packages installed is not unusual
72 (Closes: #447781).
73 - Updated to Standards-Version 3.8.0.
74 - Build-depend on liblircclient-dev - this is required for lirc support.
75 - Suggest python and ruby - these are required by the lyrics scripts.
76 - Updated package description.
77 * debian/watch:
78 - Query sf.net instead of the old upstream website.
79 - Use uversionmangle to mangle "_alpha" and "_beta".
80 * debian/rules:
81 - Do not try to install upstream ChangeLog and TODO files - they no longer
82 exist.
83 - Do not ignore "make distclean" errors.
84 - -I/usr/include/ncursesw is no longer required - it's now handled by the
85 upstream configure script.
86 - Explicitly enable all features when running the configure script.
87 * debian/menu:
88 - Use section "Applications" instead of "Apps".
90 -- Sebastian Harl <sh@tokkee.org> Sun, 07 Dec 2008 17:34:07 +0100
92 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
94 * New maintainer (Closes: #388425).
95 * Rewrote debian/rules to not use cdbs.
96 * Updated standards version to 3.7.2.
98 -- Sebastian Harl <sh@tokkee.org> Fri, 22 Sep 2006 21:33:38 +0200
100 ncmpc (0.11.1+svn-r3965-1) unstable; urgency=low
102 * New upstream version
104 + includes the patch to implement Tab completion in the
105 libcursesw support part of wreadln.c (closes: #357660)
107 + includes 07-fix-utf8-strlen.diff, which had been contributed by
108 Dmitry Baryshkov. It is therefore removed from the Debian package
110 * debian/copyright: list all copyright holders of any file. Based on
111 latest discussions.
112 + debian/rules: do not install superfluous AUTHORS file anymore
114 * debian/dirs: remove "/usr/bin", it is automatically created
116 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
118 -- René van Bevern <rvb@progn.org> Tue, 28 Mar 2006 20:20:41 +0200
120 ncmpc (0.11.1+svn-r3896-1) unstable; urgency=low
122 * New upstream release
123 + removed the patches 05-russian-translation.diff,
124 06-russian-typo.diff, they are not needed any more
126 + added patch 07-fix-utf8-strlen.diff by Dmitry Baryshkov to correctly
127 calculate length of UTF-8 strings (closes: #353772)
129 * debian/rules: remove --with-ncursesw from configure options, since
130 upstream has set it to default
132 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
134 -- René van Bevern <rvb@progn.org> Tue, 21 Feb 2006 10:58:43 +0100
136 ncmpc (0.11.1+svn-r3362-1) unstable; urgency=low
138 * Fresh SVN snapshot
139 + number versions by subversion revisions rather than dates
141 * 05-russian-translation.diff is back, it had not been included
142 upstream, but made it into my svn work tree accidently
144 * include 06-russian-typo.diff from Stepan Golosunov (closes: #328907)
146 -- René van Bevern <rvb@pro-linux.de> Wed, 14 Dec 2005 17:48:39 +0100
148 ncmpc (0.11.1+svn-20050916-1) unstable; urgency=low
150 * New upstream release (SVN snapshot)
151 + includes fixes for wide character display: (Closes: #326074)
152 - debian/rules: build --with-ncursesw
153 add /usr/include/libncursesw to include path
154 - debian/control: Build-Depend on libncursesw5-dev
156 * Following patches are removed because they are included upstream:
157 + 01-startup-segfault.diff
158 + 03-xterm-title-crash.diff
159 + 04-german-translation.diff
160 + 05-russian-translation.diff
162 * debian/patches/02-manpage-confdir.diff is party applied upstream and
163 has been adapted.
165 * added watch file
167 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
169 -- René van Bevern <rvb@pro-linux.de> Fri, 16 Sep 2005 19:52:55 +0200
171 ncmpc (0.11.1-9) unstable; urgency=low
173 * debian/patches/05-russian-translation.diff: patch by
174 Stepan Golosunov <stepan@golosunov.pp.ru> (closes: #326070)
175 + actual encoding of ru.po is koi8-r, not iso-8859-1
177 * debian/copyright: updated adress of the Free Software Foundation
179 * debian/control: updated package description with full sentences and
180 (hopefully) without grammar errors
182 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
184 -- René van Bevern <rvb@pro-linux.de> Sun, 4 Sep 2005 16:50:17 +0200
186 ncmpc (0.11.1-8) unstable; urgency=low
188 * rebuild for menu transition
189 * update to Standards-Version 3.6.2
190 * switch to cdbs and split my patches into seperate files again
191 * more specific debian/copyright
193 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
195 -- René van Bevern <rvb@pro-linux.de> Thu, 11 Aug 2005 02:13:45 +0200
197 ncmpc (0.11.1-7) unstable; urgency=low
199 * Closes: #312815: FTBFS: lacks a binary-arch target
201 -- René van Bevern <rvb@pro-linux.de> Fri, 10 Jun 2005 11:34:27 +0200
203 ncmpc (0.11.1-6) unstable; urgency=low
205 * Use the upstream build system, adapt debian/rules instead
206 * loosened the build dependecies (no automake and autoconf)
207 * added homepage URL to description
208 * backport of svn against upstream crash #360
209 see: http://www.musicpd.org/mantis/view.php?id=360
210 * dropped dpatch in favor of Darcs (README.Packaging)
212 -- René van Bevern <rvb@pro-linux.de> Fri, 3 Jun 2005 13:53:27 +0200
214 ncmpc (0.11.1-5) unstable; urgency=low
216 * Closes: #306163: compile with search and clock feature
217 * Closes: #306260: Looks for global config file in /usr/etc instead of /etc
219 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
221 -- Rene van Bevern (RvB) <rvb@pro-linux.de> Mon, 25 Apr 2005 16:27:14 +0200
223 ncmpc (0.11.1-4) unstable; urgency=low
225 * don't install a ChangeLog.gz through dh_installdocs because
226 it is installed by dh_installchangelogs
227 * Closes: #304246: doesn't work when not specifying password
229 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
231 -- Rene van Bevern (RvB) <rvb@pro-linux.de> Tue, 12 Apr 2005 13:32:30 +0200
233 ncmpc (0.11.1-3) unstable; urgency=low
235 * Closes: #267942: ITP: ncmpc -- An ncurses client for Music Player Daemon (MPD)
236 * fix location of user configuration file in manual page
237 * fix a segmentation fault when password is neither given as a command line
238 option nor as an environment variable
239 * little corrections of the german localization
240 * use dpatch
241 * add menu support
243 * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
245 -- Rene van Bevern (RvB) <rvb@pro-linux.de> Sun, 10 Apr 2005 11:42:43 +0200
247 ncmpc (0.11.1-2) unreleased; urgency=low
249 * get rid of empty /usr/sbin and /usr/share/ncmpc in package
251 -- Rene van Bevern (RvB) <rvb@pro-linux.de> Fri, 8 Apr 2005 18:46:35 +0200
253 ncmpc (0.11.1-1) unreleased; urgency=low
255 * Initial Release.
257 -- Rene van Bevern (RvB) <rvb@pro-linux.de> Wed, 30 Mar 2005 18:35:27 +0200