[Pkg-utopia-commits] r418 - packages/experimental/avahi/debian
Sjoerd Simons
sjoerd at costa.debian.org
Thu Dec 22 17:25:59 UTC 2005
Author: sjoerd
Date: 2005-12-22 17:25:58 +0000 (Thu, 22 Dec 2005)
New Revision: 418
Modified:
packages/experimental/avahi/debian/avahi-utils.install
packages/experimental/avahi/debian/changelog
packages/experimental/avahi/debian/control
packages/experimental/avahi/debian/rules
Log:
* 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
* Fix the avahi-discover description
Modified: packages/experimental/avahi/debian/avahi-utils.install
===================================================================
--- packages/experimental/avahi/debian/avahi-utils.install 2005-12-22 12:15:27 UTC (rev 417)
+++ packages/experimental/avahi/debian/avahi-utils.install 2005-12-22 17:25:58 UTC (rev 418)
@@ -1,4 +1,5 @@
debian/tmp/usr/bin/avahi-browse
+debian/tmp/usr/bin/avahi-browse-domains
debian/tmp/usr/bin/avahi-publish
debian/tmp/usr/bin/avahi-publish-address
debian/tmp/usr/bin/avahi-publish-service
Modified: packages/experimental/avahi/debian/changelog
===================================================================
--- packages/experimental/avahi/debian/changelog 2005-12-22 12:15:27 UTC (rev 417)
+++ packages/experimental/avahi/debian/changelog 2005-12-22 17:25:58 UTC (rev 418)
@@ -5,8 +5,12 @@
* avahi/debian/patches/02_avahi-sharp.patch
+ Added. Fix avahi-sharp.dll.config.in to use libavahi-glib.so.1 instead
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
+ * Fix the avahi-discover description
- -- Sjoerd Simons <sjoerd at debian.org> Thu, 22 Dec 2005 11:18:36 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Thu, 22 Dec 2005 18:18:58 +0100
avahi (0.6.1-1) experimental; urgency=low
Modified: packages/experimental/avahi/debian/control
===================================================================
--- packages/experimental/avahi/debian/control 2005-12-22 12:15:27 UTC (rev 417)
+++ packages/experimental/avahi/debian/control 2005-12-22 17:25:58 UTC (rev 418)
@@ -58,7 +58,7 @@
Package: avahi-utils
Section: net
Architecture: any
-Depends: avahi-daemon, ${misc:Depends}
+Depends: avahi-daemon, ${misc:Depends}, ${shlibs:Depends}
Description: Avahi browsing, publishing and discovery utilities
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
@@ -73,7 +73,7 @@
Section: net
Architecture: all
Depends: ${python:Depends}, python2.4-avahi, python2.4-dbus, python2.4-gtk2, avahi-daemon, python-glade2, ${misc:Depends}
-Description: Avahi
+Description: Service discover user interface for avahi
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
Modified: packages/experimental/avahi/debian/rules
===================================================================
--- packages/experimental/avahi/debian/rules 2005-12-22 12:15:27 UTC (rev 417)
+++ packages/experimental/avahi/debian/rules 2005-12-22 17:25:58 UTC (rev 418)
@@ -17,7 +17,9 @@
DEB_INSTALL_DOCS_ALL += docs/README
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
-DEB_SHLIBDEPS_INCLUDE := debian/libavahi-common3/usr/lib debian/libavahi-core3/usr/lib
+DEB_SHLIBDEPS_INCLUDE := debian/libavahi-common3/usr/lib \
+ debian/libavahi-core3/usr/lib \
+ debian/libavahi-client3/usr/lib
export MONO_SHARED_DIR=$(CURDIR)
More information about the Pkg-utopia-commits
mailing list