File: control

package info (click to toggle)
telepathy-python 0.15.19-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,328 kB
  • ctags: 404
  • sloc: xml: 27,760; python: 2,511; sh: 715; makefile: 108
file content (30 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download
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
Source: telepathy-python
Section: python
Priority: optional
X-Python-Version: >= 2.4
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Uploaders: Dafydd Harries <daf@debian.org>,
           Sjoerd Simons <sjoerd@debian.org>,
           Laurent Bigonville <bigon@debian.org>,
           Emilio Pozuelo Monfort <pochu@debian.org>
Build-Depends: python (>= 2.6.6-3~),
               debhelper (>= 9),
               dh-python
Build-Depends-Indep: python-dbus, xsltproc
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-telepathy/telepathy-python.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-telepathy/telepathy-python.git
Homepage: http://telepathy.freedesktop.org/wiki/Telepathy%20Python

Package: python-telepathy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-dbus
Provides: ${python:Provides}
Description: Python language bindings for telepathy
 telepathy-python is a Python package containing base classes for use in
 connection managers, and proxy classes for use in clients.
 .
 Telepathy is a D-Bus framework for unifying real time communication,
 including instant messaging, voice calls and video calls. It abstracts
 differences between protocols to provide a unified interface for
 applications.