Changes in debian/control [e774815:907afe1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
re774815 r907afe1 4 4 Maintainer: Wilmer van der Gaast <wilmer@gaast.net> 5 5 Uploaders: Jelmer Vernooij <jelmer@samba.org> 6 Standards-Version: 3.8. 47 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), po-debconf, libpurple-dev, debhelper (>= 7)6 Standards-Version: 3.8.0 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), debconf-2.0, po-debconf 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, 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) 14 Depends: ${shlibs:Depends}, adduser, net-tools, ${debconf-depends}, debianutils (>= 1.16) 15 Description: An IRC to other chat networks gateway 18 16 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 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. 17 say to people on other chat networks: Jabber, ICQ, AIM, MSN, Yahoo! and 18 Twitter. 48 19 49 20 Package: bitlbee-dev 50 21 Architecture: all 51 Depends: ${misc:Depends}, bitlbee (>= ${bee:Version}), bitlbee (<< ${bee:Version}.1~)52 Description: An IRC to other chat networks gateway (dev files)22 Depends: bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) 23 Description: An IRC to other chat networks gateway 53 24 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. 25 say to people on other chat networks: Jabber, ICQ, AIM, MSN, Yahoo! and 26 Twitter. 55 27 . 56 28 This package holds development stuff for compiling plug-ins.
Note: See TracChangeset
for help on using the changeset viewer.