]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
Debian: update standards to 3.9.1; add libpam0g-dev dependency
[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, libwrap0-dev, libident-dev, libgnutls-dev, libpam0g-dev
6 Standards-Version: 3.9.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. Please have a look
19  at the "ngircd-full" package if you need advanced functionality like support
20  for IPv6 or SSL.
21  .
22  Advantages of ngIRCd:
23   - no problems with servers using changing/non-static IP addresses.
24   - small and lean configuration file.
25   - free, modern and open source C code.
26   - still under active development.
27  .
28  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
29  mixed networks.
30
31 Package: ngircd-full
32 Architecture: any
33 Depends: ${shlibs:Depends}, ${misc:Depends}
34 Provides: ircd
35 Conflicts: ngircd, ngircd-dbg
36 Description: A lightweight daemon for the Internet Relay Chat (IRC)
37  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
38  network. It is written from scratch and is not based upon the original
39  IRCd like many others.
40  .
41  In addition to the features of the "standard package", this package
42  includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
43  SSL encrypted client and server links.
44  .
45  Advantages of ngIRCd:
46   - no problems with servers using changing/non-static IP addresses.
47   - small and lean configuration file.
48   - free, modern and open source C code.
49   - still under active development.
50  .
51  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
52  mixed networks.
53
54 Package: ngircd-full-dbg
55 Architecture: any
56 Depends: ${shlibs:Depends}, ${misc:Depends}
57 Provides: ircd
58 Conflicts: ngircd, ngircd-full
59 Description: A lightweight daemon for the Internet Relay Chat (IRC)
60  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
61  network. It is written from scratch and is not based upon the original
62  IRCd like many others.
63  .
64  In addition to the features of the "standard package", this package
65  includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
66  SSL encrypted client and server links.
67  .
68  And in addition to the "full" variant, the binaries contained in this
69  package are build with debug code and contain debug symbols.
70  .
71  Advantages of ngIRCd:
72   - no problems with servers using changing/non-static IP addresses.
73   - small and lean configuration file.
74   - free, modern and open source C code.
75   - still under active development.
76  .
77  ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
78  mixed networks.