File: control

package info (click to toggle)
pidgin-otr 4.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,408 kB
  • sloc: sh: 11,542; ansic: 5,487; xml: 31; makefile: 31
file content (43 lines) | stat: -rw-r--r-- 1,735 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
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: pidgin-otr
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Clément Hermann <nodens@nodens.org>,
           Ulrike Uhlig <ulrike@debian.org>,
           Sandro Knauß <hefee@debian.org>,
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends-Arch: intltool,
                    libgcrypt20-dev,
                    libglib2.0-dev,
                    libgpg-error-dev,
                    libgtk2.0-dev,
                    libotr5-dev,
                    libxml-parser-perl,
                    pidgin-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/pidgin-otr
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/pidgin-otr.git
Homepage: https://otr.cypherpunks.ca/
Rules-Requires-Root: no

Package: pidgin-otr
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Off-the-Record Messaging plugin for Pidgin
 OTR allows you to have private conversations over IM by providing:
  - Encryption
    - No one else can read your instant messages.
  - Authentication
    - You are assured the correspondent is who you think it is.
  - Deniability
    - The messages you send do _not_ have digital signatures that are
      checkable by a third party.  Anyone can forge messages after a
      conversation to make them look like they came from you.  However,
      _during_ a conversation, your correspondent is assured the messages
      they see are authentic and unmodified.
  - Perfect forward secrecy
    - If you lose control of your private keys, no previous conversation
      is compromised.
 .
 This is a Pidgin plugin which implements Off-the-Record (OTR) Messaging.