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

Sjoerd Simons sjoerd at costa.debian.org
Tue Nov 22 09:04:00 UTC 2005


Author: sjoerd
Date: 2005-11-22 09:04:00 +0000 (Tue, 22 Nov 2005)
New Revision: 373

Added:
   packages/experimental/avahi/debian/libavahi-compat-howl-dev.install
   packages/experimental/avahi/debian/libavahi-compat-howl0.install
   packages/experimental/avahi/debian/libavahi-compat-libdnssd1-dev.install
   packages/experimental/avahi/debian/libavahi-compat-libdnssd1.install
Modified:
   packages/experimental/avahi/debian/changelog
   packages/experimental/avahi/debian/control
Log:
Add howl and Apple Bonyour compatibility layers

Modified: packages/experimental/avahi/debian/changelog
===================================================================
--- packages/experimental/avahi/debian/changelog	2005-11-21 22:26:59 UTC (rev 372)
+++ packages/experimental/avahi/debian/changelog	2005-11-22 09:04:00 UTC (rev 373)
@@ -4,8 +4,9 @@
   * New upstream release
   * Depend on dbus >= 0.50-3 so we can use force-reload to have dbus reload
     configuration.
+  * Create packages for howl and Apple Bonyour compatibility libraries 
 
- -- Sjoerd Simons <sjoerd at debian.org>  Mon, 21 Nov 2005 22:59:06 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 22 Nov 2005 10:03:13 +0100
 
 avahi (0.5.2-4) experimental; urgency=low
 

Modified: packages/experimental/avahi/debian/control
===================================================================
--- packages/experimental/avahi/debian/control	2005-11-21 22:26:59 UTC (rev 372)
+++ packages/experimental/avahi/debian/control	2005-11-22 09:04:00 UTC (rev 373)
@@ -276,3 +276,58 @@
  .
  This package contains the CLI bindings to Avahi, allowing you to use Avahi from
  Mono languages (e.g. C# and Boo).
+
+Package: libavahi-compat-howl0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Avahi Howl compatibility library
+ 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
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This library contains the howl compatibility library for Avahi.
+
+Package: libavahi-compat-howl-dev
+Section: libdevel
+Architecture: any
+Depends: libavahi-compat-howl0 (= ${Source-Version})
+Description: Development headers for the Avahi Howl compatibility library
+ 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
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This package contains the development headers for howl compatibility library
+ for Avahi.
+
+Package: libavahi-compat-libdnssd1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Avahi Apple Bonyour compatibility library
+ 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
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This library contains the Apple Bonyour compatibility library of Avahi.
+
+Package: libavahi-compat-libdnssd-dev
+Section: libdevel
+Architecture: any
+Depends: libavahi-compat-howl0 (= ${Source-Version})
+Description: Development headers for the Avahi Apple Bonyour compatibility library
+ 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
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This package contains the development headers for Apple Bonyour compatibility 
+ library of Avahi.
+

Added: packages/experimental/avahi/debian/libavahi-compat-howl-dev.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-compat-howl-dev.install	2005-11-21 22:26:59 UTC (rev 372)
+++ packages/experimental/avahi/debian/libavahi-compat-howl-dev.install	2005-11-22 09:04:00 UTC (rev 373)
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/libavahi-compat-howl.so
+debian/tmp/usr/lib/libavahi-compat-howl.la
+debian/tmp/usr/lib/libavahi-compat-howl.a
+debian/tmp/usr/include/avahi-compat-howl
+debian/tmp/usr/lib/pkgconfig/avahi-compat-howl.pc

Added: packages/experimental/avahi/debian/libavahi-compat-howl0.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-compat-howl0.install	2005-11-21 22:26:59 UTC (rev 372)
+++ packages/experimental/avahi/debian/libavahi-compat-howl0.install	2005-11-22 09:04:00 UTC (rev 373)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libavahi-compat-howl.so.*

Added: packages/experimental/avahi/debian/libavahi-compat-libdnssd1-dev.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-compat-libdnssd1-dev.install	2005-11-21 22:26:59 UTC (rev 372)
+++ packages/experimental/avahi/debian/libavahi-compat-libdnssd1-dev.install	2005-11-22 09:04:00 UTC (rev 373)
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/libavahi-compat-libdns_sd.so
+debian/tmp/usr/lib/libavahi-compat-libdns_sd.la
+debian/tmp/usr/lib/libavahi-compat-libdns_sd.a
+debian/tmp/usr/include/avahi-compat-libdns_sd
+debian/tmp/usr/lib/pkgconfig/avahi-compat-libdns_sd.pc

Added: packages/experimental/avahi/debian/libavahi-compat-libdnssd1.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-compat-libdnssd1.install	2005-11-21 22:26:59 UTC (rev 372)
+++ packages/experimental/avahi/debian/libavahi-compat-libdnssd1.install	2005-11-22 09:04:00 UTC (rev 373)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libavahi-compat-libdns_sd.so.*




More information about the Pkg-utopia-commits mailing list