1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
dbmix (0.9.8-8) unstable; urgency=medium
* QA upload.
* Link with -lm to fix build on mips* and other architectures.
-- Aurelien Jarno <aurel32@debian.org> Sun, 27 Dec 2020 22:25:06 +0100
dbmix (0.9.8-7) unstable; urgency=medium
* QA upload.
* Orphan the package. (See: #731916)
* Fix ftbfs with GCC-10. (Closes: #957125)
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Wed, 04 Nov 2020 21:05:09 +0000
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
|