]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
Updated files from ngIRCd 0.10.0.
[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), libz-dev, libwrap-dev, libident-dev
6 Standards-Version: 3.7.2.1
7
8 Package: ngircd
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Provides: ircd
12 Description: A lightweight daemon for the Internet Relay Chat (IRC)
13  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
14  network. It is written from scratch and is not based upon the original
15  IRCd like many others.
16  .
17  This package contains the "standard distribution", including support for
18  syslog logging and compressed server-links using zlib.
19  .
20  Advantages of ngIRCd:
21   - no problems with servers using changing/non-static IP addresses.
22   - small and lean configuration file.
23   - free, modern and open source C code.
24   - still under active development.
25  .
26  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
27  mixed networks.
28
29 Package: ngircd-full
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}
32 Provides: ircd
33 Conflicts: ngircd
34 Description: A lightweight daemon for the Internet Relay Chat (IRC)
35  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
36  network. It is written from scratch and is not based upon the original
37  IRCd like many others.
38  .
39  This package includes support for TCP wrappers and IDENT requests in
40  addition to the features of the "standard package".
41  .
42  Advantages of ngIRCd:
43   - no problems with servers using changing/non-static IP addresses.
44   - small and lean configuration file.
45   - free, modern and open source C code.
46   - still under active development.
47  .
48  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
49  mixed networks.