Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    r907afe1 re774815  
    44Maintainer: Wilmer van der Gaast <wilmer@gaast.net>
    55Uploaders: Jelmer Vernooij <jelmer@samba.org>
    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
     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)
    88Homepage: http://www.bitlbee.org/
    99Vcs-Bzr: http://code.bitlbee.org/bitlbee/
     
    1212Package: bitlbee
    1313Architecture: any
    14 Depends: ${shlibs:Depends}, adduser, net-tools, ${debconf-depends}, debianutils (>= 1.16)
    15 Description: An IRC to other chat networks gateway
     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 (default version)
    1618 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, Yahoo! and
    18  Twitter.
     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 (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
     38Package: bitlbee-common
     39Architecture: all
     40Depends: ${misc:Depends}, net-tools
     41Replaces: bitlbee
     42Description: 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.
    1948
    2049Package: bitlbee-dev
    2150Architecture: all
    22 Depends: bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~)
    23 Description: An IRC to other chat networks gateway
     51Depends: ${misc:Depends}, bitlbee (>= ${bee:Version}), bitlbee (<< ${bee:Version}.1~)
     52Description: An IRC to other chat networks gateway (dev files)
    2453 This program can be used as an IRC server which forwards everything you
    25  say to people on other chat networks: Jabber, ICQ, AIM, MSN, Yahoo! and
    26  Twitter.
     54 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
    2755 .
    2856 This package holds development stuff for compiling plug-ins.
Note: See TracChangeset for help on using the changeset viewer.