source: debian/control @ 095a5f0

Last change on this file since 095a5f0 was 095a5f0, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-06-05T14:47:54Z

Redid debian/rules using debhelper, with good results. This creates mostly
fine debs. Need to do some more checks, and make sure bitlbee-libpurple
gets the same maintainer scripts as bitlbee.

  • 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), debconf-2.0, po-debconf, libpurple-dev
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, net-tools, debianutils (>= 1.16), bitlbee-common (>= ${source:Version}), bitlbee-common (<< ${source:Version}.1~)
15Description: An IRC to other chat networks gateway
16 This program can be used as an IRC server which forwards everything you
17 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
18
19Package: bitlbee-libpurple
20Architecture: any
21Depends: ${shlibs:Depends}, adduser, net-tools, debianutils (>= 1.16), bitlbee-common (>= ${source:Version}), bitlbee-common (<< ${source:Version}.1~)
22Description: An IRC to other chat networks gateway
23 This program can be used as an IRC server which forwards everything you
24 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
25 .
26 This package contains a version of BitlBee that uses the libpurple instant
27 messaging library instead of built-in code, which adds support for more IM
28 protocols (all protocols supported by Pidgin/Finch) and features (like file
29 transfers), at the price of being less lightweight.
30 .
31 This variant may not be very suitable for BitlBee instances used by many
32 (tens or hundreds) of clients.
33
34Package: bitlbee-common
35Architecture: all
36Replaces: bitlbee (<= 1.3)
37Description: An IRC to other chat networks gateway
38 This program can be used as an IRC server which forwards everything you
39 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
40 .
41 This package contains common files (mostly documentation) for bitlbee and
42 bitlbee-libpurple.
43
44Package: bitlbee-dev
45Architecture: all
46Depends: bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~)
47Description: An IRC to other chat networks gateway
48 This program can be used as an IRC server which forwards everything you
49 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
50 .
51 This package holds development stuff for compiling plug-ins.
Note: See TracBrowser for help on using the repository browser.