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

Ross Burton ross at costa.debian.org
Wed Sep 28 09:11:44 UTC 2005


Author: ross
Date: 2005-09-28 09:11:43 +0000 (Wed, 28 Sep 2005)
New Revision: 327

Added:
   packages/experimental/avahi/debian/libavahi-core1.install
Removed:
   packages/experimental/avahi/debian/libavahi-core0.install
Modified:
   packages/experimental/avahi/debian/changelog
   packages/experimental/avahi/debian/control
   packages/experimental/avahi/debian/rules
Log:
Update for new library versions

Modified: packages/experimental/avahi/debian/changelog
===================================================================
--- packages/experimental/avahi/debian/changelog	2005-09-28 08:45:43 UTC (rev 326)
+++ packages/experimental/avahi/debian/changelog	2005-09-28 09:11:43 UTC (rev 327)
@@ -1,7 +1,7 @@
 avahi (0.5-1) UNRELEASED; urgency=low
 
   [ Ross Burton ]
-  * New upstream release.
+  * Update for new library versions
   * Added libavahi-cil mono bindings (thanks Andrew Mitchell)
   * Build for Debian Experimental (closes: #324990)
   * Split out python2.4-avahi
@@ -15,7 +15,7 @@
   [ Sjoerd Simons ]
   * New upstream release 
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 25 Sep 2005 12:31:09 +0200
+ -- Ross Burton <ross at debian.org>  Wed, 28 Sep 2005 09:53:05 +0100
 
 avahi (0.2-0ubuntu1) breezy; urgency=low
 

Modified: packages/experimental/avahi/debian/control
===================================================================
--- packages/experimental/avahi/debian/control	2005-09-28 08:45:43 UTC (rev 326)
+++ packages/experimental/avahi/debian/control	2005-09-28 09:11:43 UTC (rev 327)
@@ -93,7 +93,7 @@
  library, which is a set of common functions and definitions used by many
  of Avahis components and client applications.
 
-Package: libavahi-core0
+Package: libavahi-core1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Avahi's embeddable mDNS/DNS-SD library
@@ -112,8 +112,8 @@
 
 Package: libavahi-core-dev
 Architecture: any
-Depends: libavahi-core0 (= ${Source-Version}), ${misc:Depends}, libavahi-common-dev
-Replaces: libavahi-core0 (<< 0.4)
+Depends: libavahi-core1 (= ${Source-Version}), ${misc:Depends}, libavahi-common-dev
+Replaces: libavahi-core1 (<< 0.4)
 Description: Development files for Avahi's embeddable mDNS/DNS-SD library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts

Deleted: packages/experimental/avahi/debian/libavahi-core0.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-core0.install	2005-09-28 08:45:43 UTC (rev 326)
+++ packages/experimental/avahi/debian/libavahi-core0.install	2005-09-28 09:11:43 UTC (rev 327)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libavahi-core.so.*

Copied: packages/experimental/avahi/debian/libavahi-core1.install (from rev 324, packages/experimental/avahi/debian/libavahi-core0.install)

Modified: packages/experimental/avahi/debian/rules
===================================================================
--- packages/experimental/avahi/debian/rules	2005-09-28 08:45:43 UTC (rev 326)
+++ packages/experimental/avahi/debian/rules	2005-09-28 09:11:43 UTC (rev 327)
@@ -16,7 +16,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-mono-docs
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
-DEB_SHLIBDEPS_INCLUDE := debian/libavahi-common0/usr/lib debian/libavahi-core0/usr/lib
+DEB_SHLIBDEPS_INCLUDE := debian/libavahi-common0/usr/lib debian/libavahi-core1/usr/lib
 
 common-binary-predeb-indep::
 	dh_makeclilibs




More information about the Pkg-utopia-commits mailing list