]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
Merge branch 'bug109-CHARCONV'
[ngircd-alex.git] / contrib / Debian / control
1 Source: ngircd
2 Section: net
3 Priority: optional
4 Maintainer: Alexander Barton <alex@barton.de>
5 Build-Depends: debhelper (>> 4.0.0),
6     autotools-dev,
7     expect,
8     libz-dev,
9     libwrap0-dev,
10     libident-dev,
11     libgnutls-dev,
12     libpam0g-dev,
13     telnet | telnet-ssl,
14 Standards-Version: 3.9.1
15
16 Package: ngircd
17 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Provides: ircd
20 Description: lightweight Internet Relay Chat server
21  This package provides ngIRCd, a portable and lightweight Internet Relay
22  Chat server for small or private networks, developed under the GNU
23  General Public License (GPL). It is simple to configure, can cope with
24  dynamic IP addresses, and supports IPv6 as well as SSL. It is written
25  from scratch and not based on the original IRCd.
26  .
27  This package contains the "standard distribution", including support for
28  syslog logging and compressed server-links using zlib. Please have a look
29  at the "ngircd-full" package if you need advanced functionality like support
30  for IPv6 or SSL.
31
32 Package: ngircd-full
33 Architecture: any
34 Depends: ${shlibs:Depends}, ${misc:Depends}
35 Provides: ircd
36 Conflicts: ngircd, ngircd-dbg
37 Description: lightweight Internet Relay Chat server
38  This package provides ngIRCd, a portable and lightweight Internet Relay
39  Chat server for small or private networks, developed under the GNU
40  General Public License (GPL). It is simple to configure, can cope with
41  dynamic IP addresses, and supports IPv6 as well as SSL. It is written
42  from scratch and not based on the original IRCd.
43  .
44  In addition to the features of the "standard package", this package
45  includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
46  SSL encrypted client and server links.
47
48 Package: ngircd-full-dbg
49 Architecture: any
50 Depends: ${shlibs:Depends}, ${misc:Depends}
51 Provides: ircd
52 Conflicts: ngircd, ngircd-full
53 Description: lightweight Internet Relay Chat server
54  This package provides ngIRCd, a portable and lightweight Internet Relay
55  Chat server for small or private networks, developed under the GNU
56  General Public License (GPL). It is simple to configure, can cope with
57  dynamic IP addresses, and supports IPv6 as well as SSL. It is written
58  from scratch and not based on the original IRCd.
59  .
60  In addition to the features of the "standard package", this package
61  includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
62  SSL encrypted client and server links.
63  .
64  And in addition to the "full" variant, the binaries contained in this
65  package are build with debug code and contain debug symbols.