dbmix (0.9.8-5ubuntu1) hardy; urgency=low * Rebuild for libglib1.2 -> libglib1.2ldbl transition. * Insert exit statement before end remarks in configure script. We don't care about these remarks, and with dash, they result in unterminated strings anyway. * Updated maintainer field as per spec. -- Luke Yelavich Fri, 07 Dec 2007 22:09:01 +1100 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 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 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 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 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 Fri, 9 Aug 2002 01:20:47 +0200