[Pkg-mpd-commits] [pkg-mpd] 06/06: Change initscript LSB dependency on avahi to avahi-daemon (and add appropriate Breaks)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jan 13 21:41:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 34b471a1b3fe74c0689beac12246ef3c251a8c5e
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Jan 13 22:24:58 2014 +0100

    Change initscript LSB dependency on avahi to avahi-daemon (and add appropriate Breaks)
---
 debian/changelog  | 6 ++++--
 debian/control    | 1 +
 debian/mpd.init.d | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 80a10c1..73552aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-mpd (0.18.7-1) UNRELEASED; urgency=medium
+mpd (0.18.7-1) unstable; urgency=medium
 
   * Import Upstream version 0.18.7
     + don't initialize supplementary groups when already running as the
       configured user (closes: #732790)
   * Fix upstream tarball signing key, it must be a binary keyring
+  * Change initscript LSB dependency on avahi to avahi-daemon
+    (closes: #731613)
 
- -- Florian Schlichting <fsfs at debian.org>  Mon, 13 Jan 2014 22:09:37 +0100
+ -- Florian Schlichting <fsfs at debian.org>  Mon, 13 Jan 2014 22:27:03 +0100
 
 mpd (0.18.6-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 10663e4..2ef395b 100644
--- a/debian/control
+++ b/debian/control
@@ -64,6 +64,7 @@ Package: mpd
 Architecture: any
 Depends: adduser, lsb-base, ${misc:Depends}, ${shlibs:Depends}
 Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio
+Breaks: avahi-daemon (<< 0.6.31-3)
 Description: Music Player Daemon
  Music Player Daemon (MPD) is a server that allows remote access for
  playing audio files (Ogg-Vorbis, FLAC, MP3, Wave, and AIFF), streams
diff --git a/debian/mpd.init.d b/debian/mpd.init.d
index 30316e3..8d296b9 100644
--- a/debian/mpd.init.d
+++ b/debian/mpd.init.d
@@ -4,8 +4,8 @@
 # Provides:          mpd
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
-# Should-Start:      autofs $network $named alsa-utils pulseaudio avahi
-# Should-Stop:       autofs $network $named alsa-utils pulseaudio avahi
+# Should-Start:      autofs $network $named alsa-utils pulseaudio avahi-daemon
+# Should-Stop:       autofs $network $named alsa-utils pulseaudio avahi-daemon
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Music Player Daemon

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list