]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
Update Debian package configuration
[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 (>> 13.0.0),
6     autotools-dev,
7     expect,
8     libident-dev,
9     libpam0g-dev,
10     libssl-dev,
11     libwrap0-dev,
12     libz-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  ngIRCd is a free, portable and lightweight Internet Relay Chat server
22  for small or private networks, developed under the GNU General Public
23  License (GPL).
24  .
25  The server is quite easy to configure, can handle dynamic IP addresses, and
26  optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for
27  user authentication as well as character set conversion for legacy clients. The
28  server has been written from scratch and is not based on the "forefather", the
29  daemon of IRCNet.
30  .
31  This package contains the "standard distribution", including support for
32  syslog logging and compressed server-links using zlib. Please have a look
33  at the "ngircd-full" package if you need "more advanced" functionality like
34  support for TCP wrappers, IDENT requests, the IPv6 protocol, PAM and
35  SSL encrypted client and server links.
36
37 Package: ngircd-full
38 Architecture: any
39 Depends: ${shlibs:Depends}, ${misc:Depends}
40 Provides: ircd
41 Conflicts: ngircd, ngircd-dbg
42 Description: lightweight Internet Relay Chat server
43  ngIRCd is a free, portable and lightweight Internet Relay Chat server
44  for small or private networks, developed under the GNU General Public
45  License (GPL).
46  .
47  The server is quite easy to configure, can handle dynamic IP addresses, and
48  optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for
49  user authentication as well as character set conversion for legacy clients. The
50  server has been written from scratch and is not based on the "forefather", the
51  daemon of IRCNet.
52  .
53  In addition to the features of the "standard package", this package
54  includes support for TCP wrappers, IDENT requests, the IPv6 protocol, PAM and
55  SSL encrypted client and server links.
56
57 Package: ngircd-full-dbg
58 Architecture: any
59 Depends: ${shlibs:Depends}, ${misc:Depends}
60 Provides: ircd
61 Conflicts: ngircd, ngircd-full
62 Description: lightweight Internet Relay Chat server
63  ngIRCd is a free, portable and lightweight Internet Relay Chat server
64  for small or private networks, developed under the GNU General Public
65  License (GPL).
66  .
67  The server is quite easy to configure, can handle dynamic IP addresses, and
68  optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for
69  user authentication as well as character set conversion for legacy clients. The
70  server has been written from scratch and is not based on the "forefather", the
71  daemon of IRCNet.
72  .
73  In addition to the features of the "standard package", this package
74  includes support for TCP wrappers, IDENT requests, the IPv6 protocol, PAM and
75  SSL encrypted client and server links.
76  .
77  And in addition to the "full" variant, the binaries contained in this
78  package are build with debug code and contain debug symbols.