1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: avahi-sharp
Section: net
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 5), cdbs, libavahi-glib-dev (>= 0.6.19), libavahi-client-dev (>= 0.6.19), libavahi-ui-dev (>= 0.6.19), cli-common-dev (>= 0.4.9), mono-devel (>= 2.4.2.3), monodoc-base (>= 1.1.9), libgtk2.0-cil-dev
Standards-Version: 3.8.0
Package: monodoc-avahi-manual
Section: doc
Architecture: all
Depends: monodoc-manual
Description: compiled XML documentation for the CLI bindings of avahi
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
the CLI bindings of Avahi for MonoDoc.
Package: libavahi1.0-cil
Section: libs
Architecture: all
Depends: ${cli:Depends}
Conflicts: libavahi-cil
Replaces: libavahi-cil
Provides: libavahi-cil
Description: CLI bindings 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
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 CLI bindings to Avahi, allowing you to use Avahi from
Mono languages (e.g. C# and Boo).
Package: libavahi-ui0.0-cil
Section: libs
Architecture: all
Depends: ${cli:Depends}
Description: CLI bindings for Avahi Ui
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 CLI bindings to Avahi Ui,
allowing you to use Avahi Ui from Mono languages (e.g. C# and Boo).
Package: libavahi-cil-dev
Section: libdevel
Architecture: all
Depends: libavahi1.0-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libavahi1.0-cil (<< 0.6.19-4.1~), libavahi-cil
Description: CLI bindings 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
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 development files for the avahi-sharp library, and
should be used for compilation.
Package: libavahi-ui-cil-dev
Section: libdevel
Architecture: all
Depends: libavahi-ui0.0-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends}
Replaces: libavahi-ui0.0-cil (<< 0.6.19-4.1~)
Description: CLI bindings for Avahi Ui
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 development files for the avahi-ui-sharp library, and
should be used for compilation.
|