[Pkg-utopia-commits] r420 - packages/experimental/avahi/debian

Sjoerd Simons sjoerd at costa.debian.org
Thu Dec 22 18:28:45 UTC 2005


Author: sjoerd
Date: 2005-12-22 18:28:45 +0000 (Thu, 22 Dec 2005)
New Revision: 420

Modified:
   packages/experimental/avahi/debian/changelog
   packages/experimental/avahi/debian/control
Log:
Fix depends for avahi-daemon and libavahi-cil

Modified: packages/experimental/avahi/debian/changelog
===================================================================
--- packages/experimental/avahi/debian/changelog	2005-12-22 17:29:34 UTC (rev 419)
+++ packages/experimental/avahi/debian/changelog	2005-12-22 18:28:45 UTC (rev 420)
@@ -7,10 +7,12 @@
       of libavahi-glib.so.0 (From avahi upstream svn)
   * Add ${shlibds:Depends} to the avahi-utils depends.
   * Add debian/libavahi-client3/usr/lib to dh_shlibdeps includes
-  * Also ship the avahi-browse-domains symlink 
+  * Also ship the avahi-browse-domains symlink
   * Fix the avahi-discover description
+  * Have avahi-daemon depend on dbus (>= 0.60)
+  * Fix libavahi-cil depends
 
- -- Sjoerd Simons <sjoerd at debian.org>  Thu, 22 Dec 2005 18:18:58 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 22 Dec 2005 19:07:15 +0100
 
 avahi (0.6.1-1) experimental; urgency=low
 

Modified: packages/experimental/avahi/debian/control
===================================================================
--- packages/experimental/avahi/debian/control	2005-12-22 17:29:34 UTC (rev 419)
+++ packages/experimental/avahi/debian/control	2005-12-22 18:28:45 UTC (rev 420)
@@ -9,7 +9,7 @@
 Package: avahi-daemon
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, dbus (>= 0.50-3)
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, dbus (>= 0.60)
 Recommends: dbus, libnss-mdns
 Suggests: avahi-dnsconfd
 Conflicts: mdnsresponder
@@ -290,7 +290,7 @@
 Package: libavahi-cil
 Section: libs
 Architecture: all
-Depends: ${cli:Depends}, libavahi-client1
+Depends: ${cli:Depends}, libavahi-client3, libavahi-glib1
 Description: CLI bindings for Avahi
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts




More information about the Pkg-utopia-commits mailing list