Code

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