dbmix (0.9.8-6.3) unstable; urgency=low

  * Non-maintainer upload.
  * Link to libpthread. (Closes: #713721).
  * Add ${misc:Depends} for debhelper package.
  * Remove duplicate sound section from binary package.
  * Add watch file.
  * Fix spelling error in package description.

 -- Barry deFreese <bdefreese@debian.org>  Tue, 02 Jul 2013 04:43:08 -0400

dbmix (0.9.8-6.2) unstable; urgency=low

  * Non-maintainer upload.
  * Don't ship .la files (Closes: #621235).

 -- Luk Claes <luk@debian.org>  Mon, 13 Jun 2011 12:09:28 +0200

dbmix (0.9.8-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * Build with Gtk2. (Closes: #515270).
    + Change configure.in to use AM_PATH_GLIB_2_0 and AM_PATH_GTK_2_0.
    + Change build-depends to libgtk2.0-dev.
    + Autoreconf.
    + No patch system so changes are currently in the diff.
  * Version path to GPL license in debian/copyright.
  * Bump Standards Version to 3.8.3. (No changes needed).

 -- Barry deFreese <bdefreese@debian.org>  Sat, 17 Oct 2009 13:03:58 -0400

dbmix (0.9.8-6) unstable; urgency=low

  * configure{,.in}: Fix quoting problem that makes script break with dash.
    Patch thanks to Luca Falavigna. Closes: #459055
  * *: As XMMS has been obsoleted and is about to be removed from Debian,
    stop building package xmms-dbmix, and wipe all traces of XMMS and
    dbplaylist from the rest of the packages. A replacement plugin offering
    similar functionality does not exist, alas, as DBMix is no longer
    being developed upstream. Closes: #456732
  * debian/{compat,rules}: Bump debhelper compatibility level to 5.
  * debian/control: Get rid of obsolete substitution variable Source-Version.
  * debian/dbmix.menu: Adjust menu sections according to current menu-policy.
  * debian/control: Package complies with version 3.7.3 of Debian policy.
  * debian/rules: Do not ignore errors from make distclean to shut up lintian.

 -- Daniel Kobras <kobras@debian.org>  Sun, 03 Feb 2008 16:33:21 +0100

dbmix (0.9.8-5) unstable; urgency=low

  * Rebuild after almost three years to
    + lose dependency on xlibs package that is history nowadays;
    + mark the stack as non-executable in shared lib and xmms plugin;
    + move menu files from /usr/lib to /usr/share.
  * dbaudiolib/DBAudio_Init.c, dbmixer/dbmixer.c, dbplaylist/dbplaylist.c:
    Add even more hints to error messages, indicating that dbfsd needs to
    be started before any other dbmix application.
  * debian/dbmix.menu, debian/xmms-dbmix.menu: Properly quote all entries.
  * debian/control: Adjust libdbmix0-dev's section to libdevel.
  * debian/control: Complies with version 3.7.2 of Debian policy; adjust
    Standards-Version accordingly.

 -- Daniel Kobras <kobras@debian.org>  Fri,  2 Jun 2006 17:09:38 +0200

dbmix (0.9.8-4) unstable; urgency=low

  * Placate gcc 3.3 (closes: #196526):
  + */about.c: Fix multi-line strings. Patch thanks to Joshua Kwan.
  + dbmixer/save_prefs.c: Add proper expression to switch defaults.
  * debian/rules: Support noopt build option, drop debug.
  * debian/rules: Do not configure for cross-compiling unconditionally.
  * debian/control: Remove full stop in short description. Typo fix.
  * debian/control: Update standards version to 3.5.10.

 -- Daniel Kobras <kobras@debian.org>  Mon,  9 Jun 2003 21:54:06 +0200

dbmix (0.9.8-3) unstable; urgency=low

  * dbaudiolib/*.c: Include errno.h where appropriate.
  * */*.c: Remove bogus explicit declarations of errno.

 -- Daniel Kobras <kobras@debian.org>  Sun,  3 Nov 2002 17:20:22 +0100

dbmix (0.9.8-2) unstable; urgency=low

  * ltmain.sh: Got caught by infamous libtool relinking bug. Make sure
    xmms plugin gets installed.
  * Use proper globs instead of dh_install excludes.

 -- Daniel Kobras <kobras@debian.org>  Fri,  9 Aug 2002 15:37:39 +0200

dbmix (0.9.8-1) unstable; urgency=low

  * Initial Release. Closes: #155995
  * Added man pages dbcat(1), dbin(1), dbfsd(1), dbmix(7), dbmixer(1),
    and dbplaylist(1).
  * Heavily tweaked the build system. Re-ran automake&co. therefore.
    Makes for an evil diff, but hopefully is once and for all:
    - Use AM_MAINTAINER_MODE.
    - Subst away several automake vars that are used in Makefile.ams
      but never defined.
    - Teach Makefile.ams how to link against a lib we just built.
    - Use $(top_srcdir) and friends instead of relative paths.
    - Do not hardcode xmms libs.
    - Push GTK_LIBS to LIBS instead of LDFLAGS.
    - Install library headers.

 -- Daniel Kobras <kobras@debian.org>  Fri,  9 Aug 2002 01:20:47 +0200