File: control

package info (click to toggle)
libotr 4.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,116 kB
  • sloc: sh: 22,154; ansic: 11,885; makefile: 129
file content (97 lines) | stat: -rw-r--r-- 3,626 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
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
87
88
89
90
91
92
93
94
95
96
97
Source: libotr
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>,
           Micah Anderson <micah@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11~),
               libgpg-error-dev,
               libgcrypt20-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/libotr
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/libotr.git
Homepage: https://otr.cypherpunks.ca/

Package: libotr5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: libotr5-bin (>= ${binary:Version})
Description: Off-the-Record Messaging library
 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 package provides the OTR library.

Package: libotr5-bin
Architecture: any
Section: misc
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: libotr2-bin
Replaces: libotr1-bin,
          libotr2-bin
Description: toolkit for Off-the-Record Messaging library
 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 package contains the program files for the OTR library.

Package: libotr5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libotr5 (= ${binary:Version}),
         libgcrypt20-dev,
         ${shlibs:Depends},
         ${misc:Depends}
Suggests: pkg-config
Conflicts: libotr1-dev,
           libotr2-dev
Replaces: libotr-dev,
          libotr0-dev,
          libotr1-dev,
          libotr2-dev
Description: Off-the-Record Messaging library development files
 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 package contains the header files and static libraries needed to
 develop applications using libotr.