[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, master, updated. debian/0.9.9-1-2-g120feeb
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Fri Mar 14 20:58:14 UTC 2008
The branch, master has been updated
via 120feeb3044a019c8d15641ba84f4761d3444136 (commit)
via 4468c648589367eadf04ad2238843e83dc191e29 (commit)
from db14a64b8af464c883485f5a7d39a5736d200f85 (commit)
- Shortlog ------------------------------------------------------------
120feeb Update changelog
4468c64 Bug#470934: pulseaudio: Problem with LSB header in init.d script
Summary of changes:
debian/changelog | 8 ++++++++
debian/pulseaudio.init | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 120feeb3044a019c8d15641ba84f4761d3444136
Author: CJ van den Berg <cj at vdbonline.com>
Date: Fri Mar 14 21:57:06 2008 +0100
Update changelog
diff --git a/debian/changelog b/debian/changelog
index 1d98330..8f7390a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pulseaudio (0.9.9-2) UNRELEASED; urgency=low
+
+ [ Petter Reinholdtsen ]
+ * debian/pulseaudio.init: Fix problems with LSB header in init.d script.
+ (Closes: #470934)
+
+ -- CJ van den Berg <cj at vdbonline.com> Fri, 14 Mar 2008 21:50:26 +0100
+
pulseaudio (0.9.9-1) unstable; urgency=high
* New Upstream Version.
commit 4468c648589367eadf04ad2238843e83dc191e29
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Fri Mar 14 17:42:24 2008 +0100
Bug#470934: pulseaudio: Problem with LSB header in init.d script
Package: pulseaudio
Version: 0.9.8-1
Severity: important
Tags: patch
User: initscripts-ng-devel at lists.alioth.debian.org
Usertags: incorrect-dependency
I just checked the boot order in unstable on a machine with dependency
based boot sequencing enabled, and discovered a problem with the
init.d scripts provided in the pulseaudio package. A stop symlink is
inserted in the rcS.d/ directory. This is always wrong and 'S' should
be removed from the Default-Stop header. Also, the script need a
mounted /usr/ and should thus depend on $remote_fs, not $local_fs.
Here is a patch to solve these issues.
diff --git a/debian/pulseaudio.init b/debian/pulseaudio.init
index 211edbc..86e6eb9 100755
--- a/debian/pulseaudio.init
+++ b/debian/pulseaudio.init
@@ -1,12 +1,12 @@
#!/bin/sh -e
### BEGIN INIT INFO
# Provides: pulseaudio esound
-# Required-Start: $local_fs $syslog dbus
-# Required-Stop: $local_fs $syslog dbus
+# Required-Start: $remote_fs $syslog dbus
+# Required-Stop: $remote_fs $syslog dbus
# Should-Start: dbus
# Should-Stop: dbus
# Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
# Short-Description: Start the PulseAudio sound server
# Description: System mode startup script for
# the PulseAudio sound server.
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list