File: control

package info (click to toggle)
keysync 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,392 kB
  • ctags: 232
  • sloc: python: 2,145; xml: 802; sh: 183; makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download | duplicates (2)
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
Source: keysync
Section: python
Priority: optional
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.8),
               python (>= 2.6.6-3~),
               python-setuptools
Standards-Version: 3.9.6
Homepage: https://guardianproject.info/apps/keysync
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/keysync.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/keysync.git

Package: keysync
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
          python-crypto,
          python-imaging-tk,
          python-pymtp (>= 0.0.6~),
          python-pkg-resources,
          python-tk
X-Python-Version: >= 2.7
Description: Syncs OTR identities between the different chat programs
 There are many chat apps that support OTR encryption for verifying messages.
 Many use multiple chat apps, including one for desktop and another for
 mobile, or one for Mac OS X and another for GNU/Linux or Windows.  The trust
 relationships are only stored locally in the app in a format that is specific
 to that app.  Switching between all of them means that you have to manage
 your trust relationships for each app that you use.
 .
 KeySync addresses this problem by allowing you to sync your OTR identity and
 trust relationships between multiple apps.  It currently works with
 ChatSecure on Android, and Pidgin, Adium, and Jitsi on desktop.  This project
 is for converting the various OTR file formats between each other.
 Currently, KeySync is focused on the two major OTR implementations: libotr
 and otr4j, but it is modular enough to allow adding support for any OTR
 implementation.