source: debian/control @ 70e68cf

Last change on this file since 70e68cf was 70e68cf, checked in by Wilmer van der Gaast <wilmer@…>, at 2015-05-09T07:42:16Z

Make the bitlbee-libpurple package provide the bitlbee package, so plugin
packages will be installable.

  • Property mode set to 100644
File size: 4.5 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})
[70e68cf]24Provides: bitlbee
[4c03881]25Conflicts: bitlbee
26Replaces: bitlbee
[e774815]27Description: An IRC to other chat networks gateway (using libpurple)
[095a5f0]28 This program can be used as an IRC server which forwards everything you
[f7d12f7]29 say to people on other chat networks: Jabber (which includes Google Talk
30 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[095a5f0]31 .
32 This package contains a version of BitlBee that uses the libpurple instant
33 messaging library instead of built-in code, which adds support for more IM
34 protocols (all protocols supported by Pidgin/Finch) and features (like file
35 transfers), at the price of being less lightweight.
36 .
[83f1bd1d]37 If you don't need the extra features, it's better to use the built-in code.
[095a5f0]38
39Package: bitlbee-common
40Architecture: all
[1c12811]41Depends: ${misc:Depends}, net-tools, adduser
[4c03881]42Replaces: bitlbee
[e774815]43Description: An IRC to other chat networks gateway (common files/docs)
[095a5f0]44 This program can be used as an IRC server which forwards everything you
[f7d12f7]45 say to people on other chat networks: Jabber (which includes Google Talk
46 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[095a5f0]47 .
48 This package contains common files (mostly documentation) for bitlbee and
49 bitlbee-libpurple.
50
[46d4230]51Package: bitlbee-dev
52Architecture: all
[1fa5109]53Depends: ${misc:Depends}, bitlbee (>= ${source:Version}) | bitlbee-libpurple (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) | bitlbee-libpurple (<< ${source:Version}.1~), bitlbee-common (= ${source:Version})
[e774815]54Description: An IRC to other chat networks gateway (dev files)
[46d4230]55 This program can be used as an IRC server which forwards everything you
[f7d12f7]56 say to people on other chat networks: Jabber (which includes Google Talk
57 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
[46d4230]58 .
59 This package holds development stuff for compiling plug-ins.
[27b407f]60
61Package: bitlbee-plugin-otr
62Architecture: any
[256164c]63Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
[724dfce]64Description: An IRC to other chat networks gateway (OTR plugin)
[27b407f]65 This program can be used as an IRC server which forwards everything you
66 say to people on other chat networks: Jabber (which includes Google Talk
67 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
68 .
69 This package contains a plugin that adds support for Off-The-Record
70 encryption of instant messages.
[57da960]71
72Package: bitlbee-plugin-skype
73Architecture: any
[256164c]74Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
[57da960]75Recommends: skyped
76Description: An IRC to other chat networks gateway (Skype plugin)
77 This program can be used as an IRC server which forwards everything you
78 say to people on other chat networks: Jabber (which includes Google Talk
79 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
80 .
81 This package contains a plugin that adds support for the Skype IM network.
82 You need to download and install the Skype client for this to work.
83
84Package: skyped
[6c0fe9b]85Architecture: all
[256164c]86Depends: ${misc:Depends}, ${shlibs:Depends}, python (>= 2.5), python-gnutls, python-skype (>=0.9.28.7)
[57da960]87Recommends: skype
88Description: Daemon to control Skype remotely
89 Daemon to control the GUI Skype client. Currently required to control Skype
90 from the BitlBee IRC2IM gateway. Skyped and Skype can run on a different
91 host than the BitlBee server, the communication is encrypted.
92 .
93 You need to download and install the Skype client for this to work.
Note: See TracBrowser for help on using the repository browser.