~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to debian/70pulseaudio

  • 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:
1
 
# If we are running the GNOME session, source ~/.gnomerc
2
 
 
3
 
if [ -x /usr/bin/pulse-session ]; then
4
 
        if [ "$BASESTARTUP" = gnome-session -o \
5
 
                \( "$BASESTARTUP" = x-session-manager -a \
6
 
                "`readlink /etc/alternatives/x-session-manager`" = \
7
 
                        /usr/bin/gnome-session \) ]; then
8
 
                STARTUP="/usr/bin/pulse-session $STARTUP"
9
 
        fi
10
 
fi