Changeset b308cf9 for debian/control
- Timestamp:
- 2010-06-05T23:21:02Z (15 years ago)
- Branches:
- master
- Children:
- 1fdb0a4
- Parents:
- 3ab1d31 (diff), e774815 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r3ab1d31 rb308cf9 4 4 Maintainer: Wilmer van der Gaast <wilmer@gaast.net> 5 5 Uploaders: Jelmer Vernooij <jelmer@samba.org> 6 Standards-Version: 3.8. 07 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), debconf-2.0, po-debconf6 Standards-Version: 3.8.4 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, debhelper (>= 7) 8 8 Homepage: http://www.bitlbee.org/ 9 9 Vcs-Bzr: http://code.bitlbee.org/bitlbee/ … … 12 12 Package: bitlbee 13 13 Architecture: any 14 Depends: ${shlibs:Depends}, adduser, net-tools, ${debconf-depends}, debianutils (>= 1.16) 15 Description: An IRC to other chat networks gateway 14 Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.16), bitlbee-common (= ${bee:Version}) 15 Conflicts: bitlbee-libpurple 16 Replaces: bitlbee-libpurple 17 Description: An IRC to other chat networks gateway (default version) 16 18 This program can be used as an IRC server which forwards everything you 17 19 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo. 18 20 21 Package: bitlbee-libpurple 22 Architecture: any 23 Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.16), bitlbee-common (= ${bee:Version}) 24 Conflicts: bitlbee 25 Replaces: bitlbee 26 Description: 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, 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 38 Package: bitlbee-common 39 Architecture: all 40 Depends: ${misc:Depends}, net-tools 41 Replaces: bitlbee 42 Description: 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, ICQ, AIM, MSN and Yahoo. 45 . 46 This package contains common files (mostly documentation) for bitlbee and 47 bitlbee-libpurple. 48 19 49 Package: bitlbee-dev 20 50 Architecture: all 21 Depends: bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~)22 Description: An IRC to other chat networks gateway 51 Depends: ${misc:Depends}, bitlbee (>= ${bee:Version}), bitlbee (<< ${bee:Version}.1~) 52 Description: An IRC to other chat networks gateway (dev files) 23 53 This program can be used as an IRC server which forwards everything you 24 54 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
Note: See TracChangeset
for help on using the changeset viewer.