]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
contrib/Debian/control: Update and complete "Build-Depends"
[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,
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 lightweight Internet Relay Chat
22  server for small or private networks. It is simple to configure, can
23  cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
24  is written from scratch, not based on the original IRCd and quite
25  portable.
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 lightweight Internet Relay Chat
39  server for small or private networks. It is simple to configure, can
40  cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
41  is written from scratch, not based on the original IRCd and quite
42  portable.
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 lightweight Internet Relay Chat
55  server for small or private networks. It is simple to configure, can
56  cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
57  is written from scratch, not based on the original IRCd and quite
58  portable.
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.