[SCM] forked-daapd/master: Switch to avahi-daemon in initscript LSB dependencies

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Jun 2 03:22:04 UTC 2014


The following commit has been merged in the master branch:
commit 7707882fe7c33c99c299599355d9ae49af1dac10
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Jun 2 10:22:15 2014 +0700

    Switch to avahi-daemon in initscript LSB dependencies
    
    Closes: #731616

diff --git a/debian/control b/debian/control
index 72f80d5..28d31a4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.9.5
 
 Package: forked-daapd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, avahi-daemon, adduser, psmisc
+Depends: ${shlibs:Depends}, ${misc:Depends}, avahi-daemon (>= 0.6.31-3~), adduser, psmisc
 Description: media server with support for RSP, DAAP, DACP and AirTunes
  forked-daapd is an iTunes-compatible media server, originally intended
  as a rewrite of Firefly Media Server (also known as mt-daapd).
diff --git a/debian/forked-daapd.init b/debian/forked-daapd.init
index b25b09a..61b1aba 100755
--- a/debian/forked-daapd.init
+++ b/debian/forked-daapd.init
@@ -2,7 +2,7 @@
 
 ### BEGIN INIT INFO
 # Provides:          forked-daapd
-# Required-Start:    $local_fs $remote_fs $network $time avahi
+# Required-Start:    $local_fs $remote_fs $network $time avahi-daemon
 # Required-Stop:     $local_fs $remote_fs $network $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list