~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen, Daniel T Chen, Chow Loong Jin, Luke Yelavich
  • Date: 2009-11-25 16:34:54 UTC
  • Revision ID: james.westby@ubuntu.com-20091125163454-hk32hr221pav6tbz
Tags: 1:0.9.21-0ubuntu1
[ Daniel T Chen ]
* New upstream bugfix release
* debian/control: pulseaudio-module-raop must Depends
  pulseaudio-module-zeroconf (LP: #484870). Thanks, Dominic Evans!
* Bump for 0.9.21:
  + debian/libpulse0.shlibs
  + debian/pulseaudio.shlibs
  + debian/rules
* debian/pulseaudio.install:
  debian/copyright: Amend for addition of:
  + module-device-manager.so
* debian/README.Debian: Update for Ubuntu 9.04+.
* 0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch:
  Drop, fixed upstream.
* 0051-fix-sigfpe-mcalign.patch: Drop, needs fixing in alsa-kernel
  and alsa-lib.

[ Chow Loong Jin ]
* debian/01PulseAudio: Add/modify functions to (re)store sink/source
  state for (resume/)suspend (LP: #404986, #483900)

[ Luke Yelavich ]
* Remove wrapper scripts and accessibility special case, to help with the
  desktop startup time. The accessibility case should be solved in
  speech-dispatcher by the time lucid ships.
  - debian/patches/0006-a11y-special-case-disable.patch: Removed
  - debian/70pulseaudio: Removed
  - debian/pulse-session: Removed
  - debian/pulseaudio.install: Re-add the xdg autostart desktop file
  - debian/pulseaudio.preinst: Instead of removing the xdg autostart desktop
    file on upgrade, remove the 70pulseaudio X Session script on upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
17
 
[m4_warning([this file was generated for autoconf 2.63.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
 
17
[m4_warning([this file was generated for autoconf 2.64.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])