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
|
Source: dbus-sharp-glib
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
mono-devel (>= 2.4.3),
pkg-config,
libdbus2.0-cil-dev (>= 0.8),
monodoc-base
Standards-Version: 3.9.2
Homepage: http://github.com/mono/dbus-sharp-glib
Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/dbus-sharp-glib.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/dbus-sharp-glib.git
Package: libdbus-glib2.0-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: CLI implementation of D-Bus (GLib mainloop integration)
dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of
D-Bus. It's often referred to as "managed D-Bus" to avoid confusion
with existing bindings (which wrap libdbus).
.
D-Bus is a message bus, used for sending messages between
applications. Conceptually, it fits somewhere in between raw sockets
and CORBA in terms of complexity.
.
This package provides integration into the GLib mainloop and contains
the dbus-sharp-glib library itself.
Package: libdbus-glib2.0-cil-dev
Architecture: all
Depends: libdbus-glib2.0-cil (= ${binary:Version}), libdbus2.0-cil-dev, ${misc:Depends}
Description: CLI implementation of D-Bus (GLib mainloop integration) - development files
dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of
D-Bus. It's often referred to as "managed D-Bus" to avoid confusion
with existing bindings (which wrap libdbus).
.
D-Bus is a message bus, used for sending messages between
applications. Conceptually, it fits somewhere in between raw sockets
and CORBA in terms of complexity.
.
This package contains development files for dbus-sharp-glib, and
should be used for compilation.
|