summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7af532b3002e2b9be6ce10ff1f5a410977aeed1a (plain)
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
Source: irssi
Section: net
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-Maintainer: Rhonda D'Vine <rhonda@debian.org>
Uploaders: Unit 193 <unit193@debian.org>
Build-Depends: debhelper-compat (= 13), libglib2.0-dev,
  libncurses-dev, libotr5-dev, libperl-dev, libssl-dev,
  openssl, meson
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://irssi.org/
Vcs-Browser: https://salsa.debian.org/rhonda/irssi
Vcs-Git: https://salsa.debian.org/rhonda/irssi.git

Package: irssi
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Provides: ${irssi:ABI}
Suggests: irssi-scripts
Description: terminal based IRC client
 Irssi is a terminal based IRC client for UNIX systems. It also supports
 SILC and ICB protocols via plugins.
 .
 Features include:
  * Autologging
  * Formats and themes
  * Configurable keybindings
  * Paste detection
  * Perl scripting
  * Irssi-proxy
  * Transparent upgrading
  * Recode support

Package: irssi-plugin-otr
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, irssi (= ${binary:Version})
Description: Off-The-Record messaging plugin for Irssi
 This plugin adds Off-The-Record (OTR) messaging support to the Irssi IRC
 client. Although primarily designed for use with the BitlBee IRC2IM
 gateway, it works within any query window, provided that your
 conversation partner's IRC client supports OTR.
 .
 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, correspondents are assured the messages
    they see are authentic and unmodified.
  * Forward secrecy - if you lose control of your private keys,
    no previous conversation is compromised.

Package: irssi-dev
Architecture: any
Depends: irssi (= ${binary:Version}), ${misc:Depends}
Description: terminal based IRC client - development files
 Irssi is a terminal based IRC client for UNIX systems. It also supports
 SILC and ICB protocols via plugins.
 .
 Features include:
  * Autologging
  * Formats and themes
  * Configurable keybindings
  * Paste detection
  * Perl scripting
  * Irssi-proxy
  * Transparent upgrading
  * Recode support
 .
 This package includes the development files for the irssi client.