[Pkg-libvirt-commits] [libvirt] 02/02: Switch LSB dependencies to avahi-daemon

Guido Guenther agx at moszumanska.debian.org
Sat Dec 28 10:32:26 UTC 2013


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

agx pushed a commit to branch master
in repository libvirt.

commit a00df46c5a7d4feec1c0ac0d833dfee3b68ff13f
Author: Laurent Bigonville <bigon at debian.org>
Date:   Sat Dec 28 11:30:42 2013 +0100

    Switch LSB dependencies to avahi-daemon
    
    since only the later exists as native systemd service.
    
    Closes: #731612
---
 debian/control          | 1 +
 debian/libvirt-bin.init | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 109d4a7..155dee8 100644
--- a/debian/control
+++ b/debian/control
@@ -77,6 +77,7 @@ Recommends: netcat-openbsd,
  parted,
  pm-utils
 Suggests: policykit-1, radvd, auditd, systemtap, systemd
+Breaks: avahi-daemon (<< 0.6.31-3~)
 Description: programs for the libvirt library
  Libvirt is a C toolkit to interact with the virtualization capabilities
  of recent versions of Linux (and other OSes). The library aims at providing
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 6dfe0e6..39c4297 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -9,8 +9,8 @@
 # Provides:          libvirt-bin libvirtd
 # Required-Start:    $network $local_fs $remote_fs $syslog
 # Required-Stop:     $local_fs $remote_fs $syslog
-# Should-Start:      avahi cgconfig
-# Should-Stop:       avahi cgconfig
+# Should-Start:      avahi-daemon cgconfig
+# Should-Stop:       avahi-daemon cgconfig
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: libvirt management daemon

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



More information about the Pkg-libvirt-commits mailing list