Code

rules: Enable chat-screen feature.
[pkg-ncmpc.git] / debian / changelog
index 02a0f4b4862b5be7c64fe1d81063c45079bb5902..b6f8e3ab3147c4c56cbabccf7addc496bcb1a5aa 100644 (file)
@@ -1,3 +1,105 @@
+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:
@@ -18,6 +120,9 @@ ncmpc (0.12-1) experimental; urgency=low
       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".
@@ -25,10 +130,13 @@ ncmpc (0.12-1) experimental; urgency=low
     - 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>  Sat, 06 Dec 2008 11:13:45 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 07 Dec 2008 17:34:07 +0100
 
 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low