[pulseaudio] 02/02: Change init script dependency from avahi to avahi-daemon. Closes: #731609
Felipe Sateler
fsateler at moszumanska.debian.org
Sat Apr 19 01:39:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsateler pushed a commit to branch master
in repository pulseaudio.
commit f7ff98cc39b04963f4eedc7bca95c867dfece35f
Author: Felipe Sateler <fsateler at debian.org>
Date: Fri Apr 18 19:10:39 2014 -0300
Change init script dependency from avahi to avahi-daemon. Closes: #731609
Requires adding a Breaks on avahi-daemon << 0.6.31-3, as that version is
when the provides was introduced.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/pulseaudio.init | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 56efd55..a078d99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium
* Enable testsuite
* Bump debhelper compat level to 9
- debug symbols are now stored by build-id instead of by path
+ * Change init script dependency from avahi to avahi-daemon. Closes: #731609
+ - Requires adding a Breaks on avahi-daemon << 0.6.31-3
-- Felipe Sateler <fsateler at debian.org> Mon, 14 Apr 2014 10:02:36 -0300
diff --git a/debian/control b/debian/control
index fd9b226..519e290 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, adduser,
udev (>= 143) [linux-any],
libasound2-plugins [linux-any],
libpulse0 (= ${binary:Version})
-Breaks: libltdl3 (<< 1.5.24-1)
+Breaks: libltdl3 (<< 1.5.24-1), avahi-daemon (<< 0.6.31-3)
Recommends: pulseaudio-module-x11, rtkit
Suggests: pulseaudio-utils, pavumeter, pavucontrol, paman, paprefs
Description: PulseAudio sound server
diff --git a/debian/pulseaudio.init b/debian/pulseaudio.init
index 528ea94..4167faa 100644
--- a/debian/pulseaudio.init
+++ b/debian/pulseaudio.init
@@ -3,8 +3,8 @@
# Provides: pulseaudio esound
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
-# Should-Start: avahi udev network-manager
-# Should-Stop: avahi udev network-manager
+# Should-Start: avahi-daemon udev network-manager
+# Should-Stop: avahi-daemon udev network-manager
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the PulseAudio sound server
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git
More information about the pkg-pulseaudio-devel
mailing list