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
|
Source: profanity
Section: net
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Dariusz Dwornikowski <darek@debian.org>,
Martin <debacle@debian.org>,
Martin Dosch <martin@mdosch.de>,
Stefan Kropp <stefan.kropp@posteo.de>,
Build-Depends:
autoconf-archive,
debhelper-compat (= 13),
libcaca-dev,
libnotify-dev,
libgtk-3-dev (>= 3.24~),
libotr5-dev,
libsqlite3-dev (>= 3.22.0~),
libssl-dev,
libstrophe-dev (>= 0.12.2~),
pkg-config,
python3-dev,
libexpat1-dev,
libncurses-dev,
libglib2.0-dev (>= 2.62.0~),
libreadline-dev,
libgpgme11-dev,
libcurl4-gnutls-dev,
uuid-dev,
libcmocka-dev,
libgcrypt20-dev,
libsignal-protocol-c-dev (>= 2.3.2~),
libxss-dev
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://profanity-im.github.io/
Vcs-Git: https://salsa.debian.org/xmpp-team/profanity.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/profanity
Package: profanity
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: profanity-light
Description: console based XMPP client
Profanity is a console based instant messaging client for XMPP (Jabber)
protocol based chat. It is inspired by popular IRC client IRSSI.
.
Profanity's features are:
.
* Supports XMPP chat services
* MUC chat room support
* PGP, OMEMO, and OTR encryption
* Roster management
* Flexible resource and priority settings
* Desktop notifications
* Plugins in Python and C
* Support for colorthemes
Package: profanity-light
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: profanity
Description: console based XMPP client, light version
Profanity is a console based instant messaging client for XMPP (Jabber)
protocol based chat. It is inspired by popular IRC client IRSSI.
.
Profanity's features are:
.
* Supports XMPP chat services
* MUC chat room support
* PGP, OMEMO, and OTR encryption
* Roster management
* Flexible resource and priority settings
* Plugins in C
* Support for colorthemes
.
This version does not depend on X11 libraries nor Python. If you like
to have support for xscreensaver, icons, notifications, or Python
plugins, you should install profanity instead of profanity-light.
|