X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=contrib%2FDebian%2Fcontrol;h=bdb2319b515c51b2a285eda32b44acd02750db12;hb=1d29a59f7eff92ac2b9afe493ad9cdb801e80acc;hp=ec557bccb9a1450a1b303f4102655ee3bc15dadb;hpb=ed94d5d5cd31ecc1f671f36e0813804e8aa59082;p=ngircd-alex.git diff --git a/contrib/Debian/control b/contrib/Debian/control index ec557bcc..bdb2319b 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -2,22 +2,56 @@ Source: ngircd Section: net Priority: optional Maintainer: Alexander Barton -Build-Depends: debhelper (>> 4.0.0), libz-dev -Standards-Version: 3.5.8 +Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap0-dev, libident-dev, libgnutls-dev, libpam0g-dev +Standards-Version: 3.9.1 Package: ngircd Architecture: any -Depends: ${shlibs:Depends} ${misc:Depends} -Description: A lightweight daemon for the Internet Relay Chat (IRC) - ngIRCd is a free open source daemon for the Internet Relay Chat (IRC) - network. It is written from scratch and is not based upon the original - IRCd like many others. +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: ircd +Description: lightweight Internet Relay Chat server + This package provides ngIRCd, a lightweight Internet Relay Chat + server for small or private networks. It is simple to configure, can + cope with dynamic IP addresses, and supports IPv6 as well as SSL. It + is written from scratch, not based on the original IRCd and quite + portable. . - Advantages: - - no problems with servers using changing/non-static IP addresses. - - small and lean configuration file. - - free, modern and open source C code. - - still under active development. + This package contains the "standard distribution", including support for + syslog logging and compressed server-links using zlib. Please have a look + at the "ngircd-full" package if you need advanced functionality like support + for IPv6 or SSL. + +Package: ngircd-full +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: ircd +Conflicts: ngircd, ngircd-dbg +Description: lightweight Internet Relay Chat server + This package provides ngIRCd, a lightweight Internet Relay Chat + server for small or private networks. It is simple to configure, can + cope with dynamic IP addresses, and supports IPv6 as well as SSL. It + is written from scratch, not based on the original IRCd and quite + portable. + . + In addition to the features of the "standard package", this package + includes support for TCP wrappers, IDENT requests, the IPv6 protocol and + SSL encrypted client and server links. + +Package: ngircd-full-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: ircd +Conflicts: ngircd, ngircd-full +Description: lightweight Internet Relay Chat server + This package provides ngIRCd, a lightweight Internet Relay Chat + server for small or private networks. It is simple to configure, can + cope with dynamic IP addresses, and supports IPv6 as well as SSL. It + is written from scratch, not based on the original IRCd and quite + portable. + . + In addition to the features of the "standard package", this package + includes support for TCP wrappers, IDENT requests, the IPv6 protocol and + SSL encrypted client and server links. . - ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run - mixed networks. + And in addition to the "full" variant, the binaries contained in this + package are build with debug code and contain debug symbols.