source: debian/control @ 9bf02f8

Last change on this file since 9bf02f8 was 9bf02f8, checked in by dequis <dx@…>, at 2014-09-21T10:32:59Z

Support building against libgnutls28-dev. Closes: #753020

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[19a8088]1Source: bitlbee
2Section: net
3Priority: optional
4Maintainer: Wilmer van der Gaast <wilmer@gaast.net>
[d397000]5Uploaders: Jelmer Vernooij <jelmer@debian.org>
[77fc1708]6Standards-Version: 3.9.5
[9bf02f8]7Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~), asciidoc
[a8d28d9]8Homepage: http://www.bitlbee.org/
9Vcs-Bzr: http://code.bitlbee.org/bitlbee/
[19a8088]10
11Package: bitlbee
12Architecture: any
[256164c]13Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version})
[4c03881]14Conflicts: bitlbee-libpurple
15Replaces: bitlbee-libpurple
[e774815]16Description: An IRC to other chat networks gateway (default version)
[19a8088]17 This program can be used as an IRC server which forwards everything you
[f7d12f7]18 say to people on other chat networks: Jabber (which includes Google Talk
19 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[46d4230]20
[095a5f0]21Package: bitlbee-libpurple
22Architecture: any
[256164c]23Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version})
[4c03881]24Conflicts: bitlbee
25Replaces: bitlbee
[e774815]26Description: An IRC to other chat networks gateway (using libpurple)
[095a5f0]27 This program can be used as an IRC server which forwards everything you
[f7d12f7]28 say to people on other chat networks: Jabber (which includes Google Talk
29 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[095a5f0]30 .
31 This package contains a version of BitlBee that uses the libpurple instant
32 messaging library instead of built-in code, which adds support for more IM
33 protocols (all protocols supported by Pidgin/Finch) and features (like file
34 transfers), at the price of being less lightweight.
35 .
[83f1bd1d]36 If you don't need the extra features, it's better to use the built-in code.
[095a5f0]37
38Package: bitlbee-common
39Architecture: all
[1c12811]40Depends: ${misc:Depends}, net-tools, adduser
[4c03881]41Replaces: bitlbee
[e774815]42Description: An IRC to other chat networks gateway (common files/docs)
[095a5f0]43 This program can be used as an IRC server which forwards everything you
[f7d12f7]44 say to people on other chat networks: Jabber (which includes Google Talk
45 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[095a5f0]46 .
47 This package contains common files (mostly documentation) for bitlbee and
48 bitlbee-libpurple.
49
[46d4230]50Package: bitlbee-dev
51Architecture: all
[256164c]52Depends: ${misc:Depends}, bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~), bitlbee-common (= ${source:Version})
[e774815]53Description: An IRC to other chat networks gateway (dev files)
[46d4230]54 This program can be used as an IRC server which forwards everything you
[f7d12f7]55 say to people on other chat networks: Jabber (which includes Google Talk
56 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[46d4230]57 .
58 This package holds development stuff for compiling plug-ins.
[27b407f]59
60Package: bitlbee-plugin-otr
61Architecture: any
[256164c]62Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
[724dfce]63Description: An IRC to other chat networks gateway (OTR plugin)
[27b407f]64 This program can be used as an IRC server which forwards everything you
65 say to people on other chat networks: Jabber (which includes Google Talk
66 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
67 .
68 This package contains a plugin that adds support for Off-The-Record
69 encryption of instant messages.
[57da960]70
71Package: bitlbee-plugin-skype
72Architecture: any
[256164c]73Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
[57da960]74Recommends: skyped
75Description: An IRC to other chat networks gateway (Skype plugin)
76 This program can be used as an IRC server which forwards everything you
77 say to people on other chat networks: Jabber (which includes Google Talk
78 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
79 .
80 This package contains a plugin that adds support for the Skype IM network.
81 You need to download and install the Skype client for this to work.
82
83Package: skyped
[6c0fe9b]84Architecture: all
[256164c]85Depends: ${misc:Depends}, ${shlibs:Depends}, python (>= 2.5), python-gnutls, python-skype (>=0.9.28.7)
[57da960]86Recommends: skype
87Description: Daemon to control Skype remotely
88 Daemon to control the GUI Skype client. Currently required to control Skype
89 from the BitlBee IRC2IM gateway. Skyped and Skype can run on a different
90 host than the BitlBee server, the communication is encrypted.
91 .
92 You need to download and install the Skype client for this to work.
Note: See TracBrowser for help on using the repository browser.