]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
Update our Debian package descriptions with "official" ones
[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: lightweight Internet Relay Chat server
13  This package provides ngIRCd, a lightweight Internet Relay Chat
14  server for small or private networks. It is simple to configure, can
15  cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
16  is written from scratch, not based on the original IRCd and quite
17  portable.
18  .
19  This package contains the "standard distribution", including support for
20  syslog logging and compressed server-links using zlib. Please have a look
21  at the "ngircd-full" package if you need advanced functionality like support
22  for IPv6 or SSL.
23
24 Package: ngircd-full
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Provides: ircd
28 Conflicts: ngircd, ngircd-dbg
29 Description: lightweight Internet Relay Chat server
30  This package provides ngIRCd, a lightweight Internet Relay Chat
31  server for small or private networks. It is simple to configure, can
32  cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
33  is written from scratch, not based on the original IRCd and quite
34  portable.
35  .
36  In addition to the features of the "standard package", this package
37  includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
38  SSL encrypted client and server links.
39
40 Package: ngircd-full-dbg
41 Architecture: any
42 Depends: ${shlibs:Depends}, ${misc:Depends}
43 Provides: ircd
44 Conflicts: ngircd, ngircd-full
45 Description: lightweight Internet Relay Chat server
46  This package provides ngIRCd, a lightweight Internet Relay Chat
47  server for small or private networks. It is simple to configure, can
48  cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
49  is written from scratch, not based on the original IRCd and quite
50  portable.
51  .
52  In addition to the features of the "standard package", this package
53  includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
54  SSL encrypted client and server links.
55  .
56  And in addition to the "full" variant, the binaries contained in this
57  package are build with debug code and contain debug symbols.