source: debian/control @ 4772500

Last change on this file since 4772500 was 4772500, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-06-05T17:35:39Z

Put in the necessary hacks to make version number spoofing work again.

  • Property mode set to 100644
File size: 2.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.8.4
7Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, debhelper (>= 7)
8Homepage: http://www.bitlbee.org/
9Vcs-Bzr: http://code.bitlbee.org/bitlbee/
10DM-Upload-Allowed: yes
11
12Package: bitlbee
13Architecture: any
14Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.16), bitlbee-common (= ${bee:Version})
15Conflicts: bitlbee-libpurple
16Replaces: bitlbee-libpurple
17Description: An IRC to other chat networks gateway
18 This program can be used as an IRC server which forwards everything you
19 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
20
21Package: bitlbee-libpurple
22Architecture: any
23Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.16), bitlbee-common (= ${bee:Version})
24Conflicts: bitlbee
25Replaces: bitlbee
26Description: An IRC to other chat networks gateway
27 This program can be used as an IRC server which forwards everything you
28 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
29 .
30 This package contains a version of BitlBee that uses the libpurple instant
31 messaging library instead of built-in code, which adds support for more IM
32 protocols (all protocols supported by Pidgin/Finch) and features (like file
33 transfers), at the price of being less lightweight.
34 .
35 This variant may not be very suitable for BitlBee instances used by many
36 (tens or hundreds) of clients.
37
38Package: bitlbee-common
39Architecture: all
40Depends: ${misc:Depends}, net-tools
41Replaces: bitlbee
42Description: An IRC to other chat networks gateway
43 This program can be used as an IRC server which forwards everything you
44 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
45 .
46 This package contains common files (mostly documentation) for bitlbee and
47 bitlbee-libpurple.
48
49Package: bitlbee-dev
50Architecture: all
51Depends: ${misc:Depends}, bitlbee (>= ${bee:Version}), bitlbee (<< ${bee:Version}.1~)
52Description: An IRC to other chat networks gateway
53 This program can be used as an IRC server which forwards everything you
54 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
55 .
56 This package holds development stuff for compiling plug-ins.
Note: See TracBrowser for help on using the repository browser.