Code

rules: Enable chat-screen feature.
[pkg-ncmpc.git] / debian / changelog
index 5be11aa787173900c34b5278fd74d6f29a9088ea..b6f8e3ab3147c4c56cbabccf7addc496bcb1a5aa 100644 (file)
@@ -1,3 +1,143 @@
+ncmpc (0.21-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #659815).
+  * debian/control:
+    - Build-depend on libmpdclient-dev (>= 2.5~); this is required for the new
+      chat screen.
+  * debian/rules:
+    - Enable chat-screen feature.
+
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 20:33:15 +0100
+
+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 <tokkee@debian.org>  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 <tokkee@debian.org>  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 <tokkee@debian.org>  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 <tokkee@debian.org>  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 <tokkee@debian.org>  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 <sh@tokkee.org>  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 <sh@tokkee.org>  Sun, 07 Dec 2008 17:34:07 +0100
+
 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
 
   * New maintainer (Closes: #388425).