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 81 82 83 84 85 86
|
Source: telepathy-mission-control-5
Section: net
Priority: optional
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Uploaders: Sjoerd Simons <sjoerd@debian.org>,
Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-apparmor,
dpkg-dev (>= 1.16.1~),
gtk-doc-tools,
libdbus-1-dev (>= 1.0),
libdbus-glib-1-dev (>= 0.82),
libglib2.0-dev (>= 2.46),
libnm-dev [linux-any],
libtelepathy-glib-dev (>= 0.20),
pkg-config,
python3:any,
xsltproc
Build-Depends-Indep: libglib2.0-doc <!nodoc>, libtelepathy-glib-doc <!nodoc>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/telepathy-team/telepathy-mission-control-5.git
Vcs-Browser: https://salsa.debian.org/telepathy-team/telepathy-mission-control-5
Homepage: https://telepathy.freedesktop.org/wiki/
Package: telepathy-mission-control-5
Architecture: any
Depends: libmission-control-plugins0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: telepathy-haze
Conflicts: telepathy-mission-control
Description: management daemon for Telepathy real-time communication framework
Telepathy Mission Control 5 is an account manager and channel dispatcher for
the Telepathy framework, allowing user interfaces and other clients
to share connections to real-time communication services without conflicting.
It implements the AccountManager and ChannelDispatcher D-Bus APIs as described
by telepathy-spec.
.
The account manager part stores real time communication account details,
connects to the stored accounts on request, and sets the accounts' presence,
nickname and avatar according to requests from Telepathy user interfaces and
other components.
.
The channel dispatcher part responds to incoming communication channels
(message streams, voice/video calls, file transfers etc.) by dispatching
them to suitable user interfaces, and requests outgoing communication
channels according to requests from a Telepathy UI.
.
This is not a compatible replacement for Mission Control 4 (in the
telepathy-mission-control package), but they can be installed in parallel.
Package: libmission-control-plugins0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: telepathy-mission-control-5 (= ${binary:Version})
Description: management daemon for Telepathy (library for plugins)
Telepathy Mission Control 5 is an account manager and channel dispatcher for
the Telepathy framework. This package contains a library against which plugins
for Mission Control must be linked.
Package: libmission-control-plugins-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmission-control-plugins0 (= ${binary:Version}),
libtelepathy-glib-dev,
${misc:Depends}
Suggests: libmission-control-plugins-doc
Description: management daemon for Telepathy (headers for plugins)
Telepathy Mission Control 5 is an account manager and channel dispatcher for
the Telepathy framework. This package contains development headers to build
plugins for Mission Control.
Package: libmission-control-plugins-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Description: management daemon for Telepathy (documentation for plugins)
Telepathy Mission Control 5 is an account manager and channel dispatcher for
the Telepathy framework. This package contains API documentation to build
plugins for Mission Control.
|