[Pkg-cli-libs-commits] [SCM] mono-zeroconf branch, master, updated. debian/0.9.0-1-7-g82d903d

Jo Shields directhex at apebox.org
Tue Dec 8 13:17:19 UTC 2009


The following commit has been merged in the master branch:
commit 02b0965c9430d02ddf922b3dcdc7ab42aea64062
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Dec 8 12:31:21 2009 +0000

      * debian/libmono-zeroconf1.0-cil.install,
        debian/libmono-zeroconf-cil-dev.install,
        debian/control:
        + Create unversioned -dev package containing pkg-config file

diff --git a/debian/changelog b/debian/changelog
index 2bf2aa3..8d07fb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ mono-zeroconf (0.9.0-2) UNRELEASED; urgency=low
     debian/libmono-zeroconf1.0-cil.installcligac,
     debian/patches/01_pkg-config-path.dpatch:
     + CLI Policy 0.7 install location
+  * debian/libmono-zeroconf1.0-cil.install,
+    debian/libmono-zeroconf-cil-dev.install,
+    debian/control:
+    + Create unversioned -dev package containing pkg-config file
 
  -- Jo Shields <directhex at apebox.org>  Tue, 08 Dec 2009 12:18:34 +0000
 
diff --git a/debian/control b/debian/control
index b08a824..34d49f8 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,30 @@ Description: CLI library for multicast DNS service discovery
  Applications can publish services that will be exposed to other computers on
  the network and also query the local machines on the network for services
  that could have been exposed.
+ .
+ This package contains the Mono.Zeroconf library itself.
+
+Package: libmono-zeroconf-cil-dev
+Architecture: all
+Depends: libmono-zeroconf1.0-cil (= ${binary:Version}), ${misc:Depends}
+Replaces: libmono-zeroconf1.0-cil (<< 0.9.0-2)
+Description: CLI library for multicast DNS service discovery
+ Mono.Zeroconf is a cross platform Zero Configuration Networking library for
+ Mono and .NET. It provides a unified API for performing the most common
+ zeroconf operations on a variety of platforms and subsystems: all the
+ operating systems supported by Mono and both the Avahi and
+ Bonjour/mDNSResponder transports.
+ .
+ By using Mono.ZeroConf applications can use a single API that will work
+ regardless of the underlying implementation that a particular operating
+ system uses.
+ .
+ Applications can publish services that will be exposed to other computers on
+ the network and also query the local machines on the network for services
+ that could have been exposed.
+ .
+ This package contains development files for the Mono.Zeroconf library, and
+ should be used for compilation
 
 Package: mzclient
 Architecture: all
diff --git a/debian/libmono-zeroconf-cil-dev.install b/debian/libmono-zeroconf-cil-dev.install
new file mode 100644
index 0000000..98bca1f
--- /dev/null
+++ b/debian/libmono-zeroconf-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig/mono-zeroconf*.pc
diff --git a/debian/libmono-zeroconf1.0-cil.install b/debian/libmono-zeroconf1.0-cil.install
index 9c5f6bd..a7cfcf1 100644
--- a/debian/libmono-zeroconf1.0-cil.install
+++ b/debian/libmono-zeroconf1.0-cil.install
@@ -4,4 +4,3 @@ debian/tmp/usr/lib/mono/gac/policy.2.0.Mono.Zeroconf/*/* /usr/lib/cli/Mono.Zeroc
 debian/tmp/usr/lib/mono/gac/policy.3.0.Mono.Zeroconf/*/* /usr/lib/cli/Mono.Zeroconf-1.0/
 debian/tmp/usr/lib/mono/gac/policy.4.0.Mono.Zeroconf/*/* /usr/lib/cli/Mono.Zeroconf-1.0/
 debian/tmp/usr/lib/mono-zeroconf/Mono.Zeroconf.Providers.AvahiDBus.dll* /usr/lib/cli/Mono.Zeroconf.Providers.AvahiDBus-1.0/
-debian/tmp/usr/lib/pkgconfig/mono-zeroconf*.pc

-- 
mono-zeroconf



More information about the Pkg-cli-libs-commits mailing list