2010
wildmidi (0.2.3.2-2) unstable; urgency=low
* debian/patches/01_wildmidi-static-follows-non-static-declaration.patch:
+ Fix build failure of the OSS sound output support.
-- Sebastian Dröge <slomo@debian.org> Fri, 09 Jul 2010 06:14:32 +0200
wildmidi (0.2.3.2-1) unstable; urgency=low
* New upstream release:
+ debian/control,
debian/libwildmidi[01].install,
debian/libwildmidi[01].symbols:
- Update for new soname.
+ debian/wildmidi.install,
debian/libwildmidi0.install,
debian/libwildmidi-dev.install:
- Add manpages, which are now CC BY-SA 3.0 licensed.
+ debian/copyright:
- Update copyright for the CC BY-SA 3.0 manpages.
-- Sebastian Dröge <slomo@debian.org> Thu, 08 Jul 2010 07:37:05 +0200
wildmidi (0.2.3.1+dfsg-1) unstable; urgency=low
* New upstream release:
+ Dropped documentation from original source tarball because
it's licensed under a non-free Creative Commons non-commercial
license.
+ debian/patches/01_config-parser.patch,
debian/patches/02_memleaks.patch,
debian/patches/03_arch-none.patch,
debian/patches/04_alsa-no-mmap.patch,
debian/patches/05_am-maintainer-mode.patch,
debian/patches/07_invalid-free.patch,
debian/patches/08_export-symbols-regex.patch,
debian/patches/99_autoreconf.patch:
- Dropped, merged upstream.
+ debian/copyright:
- Update licenses to GPLv3 and LGPLv3.
+ debian/control,
debian/rules,
debian/libwildmidi0.symbols:
- Update symbols and shlibs version and add a Breaks
against gstreamer0.10-plugins-bad (<< 0.10.19-2) because
of API changes without a soname change. No other package
is using the library right now and upstream is now aware
of the problem.
-- Sebastian Dröge <slomo@debian.org> Wed, 07 Jul 2010 08:19:46 +0200
wildmidi (0.2.2-3) unstable; urgency=low
* debian/libwildmidi0.symbols,
debian/patches/08_export-symbols-regex.patch,
debian/patches/99_autoreconf.patch:
+ Add export symbols regex to only export symbols that should be exported.
* debian/patches/07_invalid-free.patch:
+ Patch by Benjamin Otte to fix an invalid free.
https://bugzilla.gnome.org/show_bug.cgi?id=618247
* debian/source/format,
debian/rules:
+ Switch to source format 3.0 (quilt).
* debian/rules:
+ Generate correct shlibs file and fail the build if the symbols file
is wrong.
* debian/control:
+ Update Standards-Version to 3.8.4.
+ Line-wrap control fields.
+ Add ${misc:Depends} to the -dev package.
+ Make shared library package dependency of the -dev package
more strict to fix a lintian warning.
-- Sebastian Dröge <slomo@debian.org> Tue, 11 May 2010 06:31:11 +0200
2008
wildmidi (0.2.2-2) unstable; urgency=low
* debian/rules,
debian/libwildmidi0.install,
debian/wildmidi.cfg,
debian/patches/06_wildmidi.cfg-path.patch:
+ Recommend freepats and put a default wildmidi configuration using
freepats into /etc/wildmidi/wildmidi.cfg.
-- Sebastian Dröge <slomo@debian.org> Mon, 25 Feb 2008 06:51:39 +0100
wildmidi (0.2.2-1) unstable; urgency=low
[ Emmet Hikory ] * Initial release. (Closes: #465030) [ Sebastian Dröge ] * debian/patches/01_config-parser.patch: + Fix parsing of redirects and pat lines with ".pat" at the end in config files. Patch based on the one from the Fedora package. * debian/patches/02_memleaks.patch: + Fix some memory leaks. * debian/patches/03_arch-none.patch: + Patch taken from the Fedora package to allow compilation without arch specific optimizations. * debian/patches/04_alsa-no-mmap.patch: + Patch taken from the Fedora package to use normal ALSA write functions instead of MMAP to work with pulseaudio. * debian/patches/05_am-maintainer-mode.patch: + Add AM_MAINTAINER_MODE to configure.ac. * debian/patches/99_autoreconf.patch: + Regenerated autoconf/automake stuff for the above changes. * debian/control: + Use alsa on Linux systems. * debian/rules: + Adjust default path for config file.
-- Emmet Hikory <emmet.hikory@gmail.com> Mon, 11 Feb 2008 09:21:00 +0900