source: debian/control @ b9de97b

Last change on this file since b9de97b was 83f1bd1d, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-12-07T23:24:32Z

Tweak Debian package description for bitlbee-libpurple: No whining about
scalability, make it a general recommendation.

  • Property mode set to 100644
File size: 3.3 KB
Line 
1Source: bitlbee
2Section: net
3Priority: optional
4Maintainer: Wilmer van der Gaast <wilmer@gaast.net>
5Uploaders: Jelmer Vernooij <jelmer@samba.org>
6Standards-Version: 3.9.1
7Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, libotr2-dev, debhelper (>= 6.0.7~)
8Homepage: http://www.bitlbee.org/
9Vcs-Bzr: http://code.bitlbee.org/bitlbee/
10DM-Upload-Allowed: yes
11
12Package: bitlbee
13Architecture: any
14Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${bee:Version})
15Conflicts: bitlbee-libpurple
16Replaces: bitlbee-libpurple
17Description: An IRC to other chat networks gateway (default version)
18 This program can be used as an IRC server which forwards everything you
19 say to people on other chat networks: Jabber (which includes Google Talk
20 and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net.
21
22Package: bitlbee-libpurple
23Architecture: any
24Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${bee:Version})
25Conflicts: bitlbee
26Replaces: bitlbee
27Description: An IRC to other chat networks gateway (using libpurple)
28 This program can be used as an IRC server which forwards everything you
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.
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 .
37 If you don't need the extra features, it's better to use the built-in code.
38
39Package: bitlbee-common
40Architecture: all
41Depends: ${misc:Depends}, net-tools, adduser
42Replaces: bitlbee
43Description: An IRC to other chat networks gateway (common files/docs)
44 This program can be used as an IRC server which forwards everything you
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.
47 .
48 This package contains common files (mostly documentation) for bitlbee and
49 bitlbee-libpurple.
50
51Package: bitlbee-dev
52Architecture: all
53Depends: ${misc:Depends}, bitlbee (>= ${bee:Version}), bitlbee (<< ${bee:Version}.1~), bitlbee-common (= ${bee:Version})
54Description: An IRC to other chat networks gateway (dev files)
55 This program can be used as an IRC server which forwards everything you
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.
58 .
59 This package holds development stuff for compiling plug-ins.
60
61Package: bitlbee-plugin-otr
62Architecture: any
63Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${bee:Version}) | bitlbee-libpurple (= ${bee:Version}), bitlbee-common (= ${bee:Version})
64Description: An IRC to other chat networks gateway (OTR plugin)
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.
Note: See TracBrowser for help on using the repository browser.