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