source: debian/control @ 81d40fe

Last change on this file since 81d40fe was 81d40fe, checked in by zer0def <zer0def@…>, at 2015-06-01T17:37:19Z

Revert "Provides" "fix" in debian control file.

  • Property mode set to 100644
File size: 4.5 KB
Line 
1Source: bitlbee
2Section: net
3Priority: optional
4Maintainer: Wilmer van der Gaast <wilmer@gaast.net>
5Uploaders: Jelmer Vernooij <jelmer@debian.org>
6Standards-Version: 3.9.5
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~)
8Homepage: http://www.bitlbee.org/
9Vcs-Bzr: http://code.bitlbee.org/bitlbee/
10
11Package: bitlbee
12Architecture: any
13Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version})
14Conflicts: bitlbee-libpurple
15Replaces: bitlbee-libpurple
16Description: An IRC to other chat networks gateway (default version)
17 This program can be used as an IRC server which forwards everything you
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.
20
21Package: bitlbee-libpurple
22Architecture: any
23Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version})
24Conflicts: bitlbee
25Replaces: bitlbee
26Description: An IRC to other chat networks gateway (using libpurple)
27 This program can be used as an IRC server which forwards everything you
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.
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 .
36 If you don't need the extra features, it's better to use the built-in code.
37
38Package: bitlbee-common
39Architecture: all
40Depends: ${misc:Depends}, net-tools, adduser
41Replaces: bitlbee
42Description: An IRC to other chat networks gateway (common files/docs)
43 This program can be used as an IRC server which forwards everything you
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.
46 .
47 This package contains common files (mostly documentation) for bitlbee and
48 bitlbee-libpurple.
49
50Package: bitlbee-dev
51Architecture: all
52Depends: ${misc:Depends}, bitlbee (>= ${source:Version}) | bitlbee-libpurple (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) | bitlbee-libpurple (<< ${source:Version}.1~), bitlbee-common (= ${source:Version})
53Description: An IRC to other chat networks gateway (dev files)
54 This program can be used as an IRC server which forwards everything you
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.
57 .
58 This package holds development stuff for compiling plug-ins.
59
60Package: bitlbee-plugin-otr
61Architecture: any
62Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
63Description: An IRC to other chat networks gateway (OTR plugin)
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.
70
71Package: bitlbee-plugin-skype
72Architecture: any
73Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
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
84Architecture: all
85Depends: ${misc:Depends}, ${shlibs:Depends}, python (>= 2.5), python-gnutls, python-skype (>=0.9.28.7)
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.