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
|
Source: bitlbee
Section: net
Priority: optional
Maintainer: Wilmer van der Gaast <wilmer@gaast.net>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 3.9.8
Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~), dh-systemd (>= 1.5) | debhelper (<< 9.20131227), python
Homepage: http://www.bitlbee.org/
Vcs-Git: https://github.com/bitlbee/bitlbee
Vcs-Browser: https://github.com/bitlbee/bitlbee
Package: bitlbee
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version})
Conflicts: bitlbee-libpurple
Replaces: bitlbee-libpurple
Description: IRC to other chat networks gateway (default version)
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber (which includes Google
Talk), ICQ, AIM, MSN and Twitter.
Package: bitlbee-libpurple
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version})
Conflicts: bitlbee
Replaces: bitlbee
Description: IRC to other chat networks gateway (using libpurple)
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber (which includes Google
Talk), ICQ, AIM, MSN and Twitter.
.
This package contains a version of BitlBee that uses the libpurple instant
messaging library instead of built-in code, which adds support for more IM
protocols (all protocols supported by Pidgin/Finch) and features (like file
transfers), at the price of being less lightweight.
.
If you don't need the extra features, it's better to use the built-in code.
Package: bitlbee-common
Architecture: all
Depends: ${misc:Depends}, adduser
Replaces: bitlbee
Description: IRC to other chat networks gateway (common files/docs)
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber (which includes Google
Talk), ICQ, AIM, MSN and Twitter.
.
This package contains common files (mostly documentation) for bitlbee and
bitlbee-libpurple.
Package: bitlbee-dev
Architecture: all
Depends: ${misc:Depends}, bitlbee (>= ${source:Version}) | bitlbee-libpurple (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) | bitlbee-libpurple (<< ${source:Version}.1~), bitlbee-common (= ${source:Version})
Description: IRC to other chat networks gateway (dev files)
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber (which includes Google
Talk), ICQ, AIM, MSN and Twitter.
.
This package holds development stuff for compiling plug-ins.
Package: bitlbee-plugin-otr
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
Description: IRC to other chat networks gateway (OTR plugin)
This program can be used as an IRC server which forwards everything you
say to people on other chat networks: Jabber (which includes Google
Talk), ICQ, AIM, MSN and Twitter.
.
This package contains a plugin that adds support for Off-The-Record
encryption of instant messages.
# Package: bitlbee-plugin-skype
# Architecture: any
# Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
# Recommends: skyped
# Description: IRC to other chat networks gateway (Skype plugin)
# This program can be used as an IRC server which forwards everything you
# say to people on other chat networks: Jabber (which includes Google
# Talk), ICQ, AIM, MSN and Twitter.
# .
# This package contains a plugin that adds support for the Skype IM network.
# You need to download and install the Skype client for this to work.
# Package: skyped
# Architecture: all
# Depends: ${misc:Depends}, ${shlibs:Depends}, python (>= 2.5), python-gnutls, python-skype (>=0.9.28.7)
# Recommends: skype
# Description: Daemon to control Skype remotely
# Daemon to control the GUI Skype client. Currently required to control Skype
# from the BitlBee IRC2IM gateway. Skyped and Skype can run on a different
# host than the BitlBee server, the communication is encrypted.
# .
# You need to download and install the Skype client for this to work.
|