summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control73
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..30b0e56
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,73 @@
+Source: irssi
+Section: net
+Priority: optional
+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.