~ubuntu-branches/ubuntu/oneiric/pulseaudio/oneiric

« back to all changes in this revision

Viewing changes to debian/pulseaudio.default

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204005608-y1xqvcu45g1yxtlu
Tags: 0.9.8-1ubuntu1
"Hail our new PulseAudio overlords (part two)."

* Merge from Debian unstable.
* Ubuntu-specific changes:
  - debian/control:
    + Don't build-depend on libjack0.100.0-dev or build jack module
      packages,
    + Update pulseaudio's Recommends and Suggests to accomodate
      existing promoted main packages,
    + Explicitly mention pasuspender in pulseaudio-utils's long
      description,
    + Add Vcs-Bzr URI,
    + Adhere to DebianMaintainerField;
  - debian/rules: Use multiuser for update-rc.d;
  - debian/patches/series: Retain the exclusion of
    0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch.
* Dropped Ubuntu-specific change (absorbed into Debian source):
  debian/patches/0002-Double-esound-maximum-sample-size.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# (enables the pulseaudio init script)
3
3
# System mode is not the recommended way to run PulseAudio as it has some
4
4
# limitations (such as no shared memory access) and could potentially allow
5
 
# users to disconnect or redirect each others audio streams.
 
5
# users to disconnect or redirect each others audio streams. The
 
6
# recommend way to run PulseAudio is as a per-session daemon. For GNOME
 
7
# sessions you can install pulseaudio-esound-compat and GNOME will
 
8
# automatically start PulseAudio on login (if ESD is enabled in
 
9
# System->Preferences->Sound). For other sessions, you can simply start
 
10
# PulseAudio with "pulseaudio --daemonize".
6
11
# 0 = don't start, 1 = start
7
12
PULSEAUDIO_SYSTEM_START=0
8
13