Changeset 095a5f0 for debian/control


Ignore:
Timestamp:
2010-06-05T14:47:54Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4c03881
Parents:
04dc563
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    r04dc563 r095a5f0  
    44Maintainer: Wilmer van der Gaast <wilmer@gaast.net>
    55Uploaders: Jelmer Vernooij <jelmer@samba.org>
    6 Standards-Version: 3.8.0
     6Standards-Version: 3.8.4
    77Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls-dev | libnss-dev (>= 1.6), debconf-2.0, po-debconf, libpurple-dev
    88Homepage: http://www.bitlbee.org/
     
    1212Package: bitlbee
    1313Architecture: any
    14 Depends: ${shlibs:Depends}, adduser, net-tools, ${debconf-depends}, debianutils (>= 1.16)
     14Depends: ${shlibs:Depends}, adduser, net-tools, debianutils (>= 1.16), bitlbee-common (>= ${source:Version}), bitlbee-common (<< ${source:Version}.1~)
    1515Description: An IRC to other chat networks gateway
    1616 This program can be used as an IRC server which forwards everything you
    1717 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.
    1843
    1944Package: bitlbee-dev
Note: See TracChangeset for help on using the changeset viewer.