[Pkg-cli-libs-commits] r3513 - in /packages/mono-zeroconf/trunk/debian: ./ patches/

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Dec 20 04:10:23 UTC 2007


Author: slomo
Date: Thu Dec 20 04:10:21 2007
New Revision: 3513

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3513
Log:
* Initial version (Closes: #457143).

Added:
    packages/mono-zeroconf/trunk/debian/
    packages/mono-zeroconf/trunk/debian/changelog
    packages/mono-zeroconf/trunk/debian/compat
    packages/mono-zeroconf/trunk/debian/control
    packages/mono-zeroconf/trunk/debian/copyright
    packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.install
    packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.installcligac
    packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.install
    packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.postinst
    packages/mono-zeroconf/trunk/debian/mzclient.install
    packages/mono-zeroconf/trunk/debian/patches/
    packages/mono-zeroconf/trunk/debian/patches/01_pkg-config-path.patch
    packages/mono-zeroconf/trunk/debian/rules   (with props)
    packages/mono-zeroconf/trunk/debian/watch

Added: packages/mono-zeroconf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/changelog?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/changelog (added)
+++ packages/mono-zeroconf/trunk/debian/changelog Thu Dec 20 04:10:21 2007
@@ -1,0 +1,6 @@
+mono-zeroconf (0.7.3-1) unstable; urgency=low
+
+  * Initial version (Closes: #457143).
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 20 Dec 2007 04:54:46 +0100
+

Added: packages/mono-zeroconf/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/compat?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/compat (added)
+++ packages/mono-zeroconf/trunk/debian/compat Thu Dec 20 04:10:21 2007
@@ -1,0 +1,1 @@
+5

Added: packages/mono-zeroconf/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/control?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/control (added)
+++ packages/mono-zeroconf/trunk/debian/control Thu Dec 20 04:10:21 2007
@@ -1,0 +1,62 @@
+Source: mono-zeroconf
+Section: libs
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libmono-dev (>= 1.1.10), libmono-system2.0-cil, libmono-system-web2.0-cil,  monodoc-base (>= 1.1.9), mono-gac | global-assembly-cache-tool, pkg-config, libavahi1.0-cil (>= 0.6.0)
+Standards-Version: 3.7.3
+Homepage: http://mono-project.com/Mono_Zeroconf
+
+Package: libmono-zeroconf1.0-cil
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Recommends: avahi-daemon
+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.
+
+Package: mzclient
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}, libmono-zeroconf1.0-cil (= ${binary:Version})
+Description: CLI library for multicast DNS service discovery (commandline tool)
+ 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 the mzclient tool, that can be used for resolving or
+ publishing services from the commandline.
+
+Package: monodoc-mono-zeroconf-manual
+Section: doc
+Architecture: all
+Depends: monodoc-manual, ${misc:Depends}
+Description: compiled XML documentation for mono-zeroconf
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This packages contains the compiled XML documentation for
+ mono-zeroconf of MonoDoc.
+

Added: packages/mono-zeroconf/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/copyright?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/copyright (added)
+++ packages/mono-zeroconf/trunk/debian/copyright Thu Dec 20 04:10:21 2007
@@ -1,0 +1,32 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Thu, 20 Dec 2007 04:54:46 +0100
+
+It was downloaded from http://banshee-project.org/files/mzc/
+
+Upstream Authors:
+
+  Aaron Bockover <abockover at novell.com>
+
+Copyright:
+  Copyright (c) 2006-2007 Novell, Inc (http://www.novell.com)
+
+License:
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to
+  deal in the Software without restriction, including without limitation the
+  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+  sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+  DEALINGS IN THE SOFTWARE.
+

Added: packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.install?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.install (added)
+++ packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.install Thu Dec 20 04:10:21 2007
@@ -1,0 +1,3 @@
+debian/tmp//usr/lib/mono/gac/Mono.Zeroconf/1.0.*/Mono.Zeroconf.dll* /usr/lib/cli/mono-zeroconf/
+debian/tmp/usr/lib/mono-zeroconf/Mono.Zeroconf.Providers.Avahi.dll* /usr/lib/cli/mono-zeroconf/
+debian/tmp/usr/lib/pkgconfig/mono-zeroconf.pc

Added: packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.installcligac
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.installcligac?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.installcligac (added)
+++ packages/mono-zeroconf/trunk/debian/libmono-zeroconf1.0-cil.installcligac Thu Dec 20 04:10:21 2007
@@ -1,0 +1,1 @@
+/usr/lib/cli/mono-zeroconf-1.0/Mono.Zeroconf.dll

Added: packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.install?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.install (added)
+++ packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.install Thu Dec 20 04:10:21 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/monodoc/sources

Added: packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.postinst
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.postinst?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.postinst (added)
+++ packages/mono-zeroconf/trunk/debian/monodoc-mono-zeroconf-manual.postinst Thu Dec 20 04:10:21 2007
@@ -1,0 +1,10 @@
+#!/bin/sh
+set -e
+
+if [ -x /usr/lib/monodoc/browser.exe ]; then
+        echo "generating monodoc search index..."
+        monodoc --make-index > /dev/null
+fi
+
+#DEBHELPER#
+

Added: packages/mono-zeroconf/trunk/debian/mzclient.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/mzclient.install?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/mzclient.install (added)
+++ packages/mono-zeroconf/trunk/debian/mzclient.install Thu Dec 20 04:10:21 2007
@@ -1,0 +1,2 @@
+debian/tmp/usr/bin/mzclient
+debian/tmp/usr/lib/mono-zeroconf/MZClient.exe*

Added: packages/mono-zeroconf/trunk/debian/patches/01_pkg-config-path.patch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/patches/01_pkg-config-path.patch?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/patches/01_pkg-config-path.patch (added)
+++ packages/mono-zeroconf/trunk/debian/patches/01_pkg-config-path.patch Thu Dec 20 04:10:21 2007
@@ -1,0 +1,9 @@
+--- src/mono-zeroconf.pc.in.old	2007-12-20 05:04:09.000000000 +0100
++++ src/mono-zeroconf.pc.in	2007-12-20 05:04:19.000000000 +0100
+@@ -6,5 +6,5 @@
+ Description: Mono library for universal cross platform Zeroconf support via a unified API with built in support for mdnsd and optional support for Avahi.
+ Version: @VERSION@
+ Requires:
+-Libs: -r:${libdir}/mono/mono-zeroconf/Mono.Zeroconf.dll
++Libs: -r:${libdir}/cli/mono-zeroconf-1.0/Mono.Zeroconf.dll
+ 

Added: packages/mono-zeroconf/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/rules?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/rules (added)
+++ packages/mono-zeroconf/trunk/debian/rules Thu Dec 20 04:10:21 2007
@@ -1,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+common-binary-post-install-indep:: list-missing
+
+DEB_CONFIGURE_EXTRA_FLAGS+=--disable-mdnsresponder
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+common-binary-predeb-indep::
+	dh_clifixperms
+	dh_makeclilibs -m0.7.3
+	dh_clideps
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+

Propchange: packages/mono-zeroconf/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/mono-zeroconf/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-zeroconf/trunk/debian/watch?rev=3513&op=file
==============================================================================
--- packages/mono-zeroconf/trunk/debian/watch (added)
+++ packages/mono-zeroconf/trunk/debian/watch Thu Dec 20 04:10:21 2007
@@ -1,0 +1,2 @@
+version=2
+http://banshee-project.org/files/mzc/mono-zeroconf-(.*)\.tar\.gz debian uupdate




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