Changeset b308cf9 for debian/control


Ignore:
Timestamp:
2010-06-05T23:21:02Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merging libpurple branch into killerbee. It's fairly usable already, and
Debian packaging is now properly separated. This also picks up a load of
stuff from mainline it seems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    r3ab1d31 rb308cf9  
    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
    1719 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
    1820
     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.
     48
    1949Package: bitlbee-dev
    2050Architecture: all
    21 Depends: bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~)
    22 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)
    2353 This program can be used as an IRC server which forwards everything you
    2454 say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo.
Note: See TracChangeset for help on using the changeset viewer.