X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FDebian%2Fcontrol;h=59a74ab5b4af7c18b505bf66d40576ce3d236866;hp=23ab280e550a2401c461e775549b0d02d7b8113f;hb=3d7aa9f90626bb16ef9db9c9c739ba748976448c;hpb=bddb4914b442a757712d2bdf9da0a8cf8f99c4a5 diff --git a/contrib/Debian/control b/contrib/Debian/control index 23ab280e..59a74ab5 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -2,48 +2,64 @@ Source: ngircd Section: net Priority: optional Maintainer: Alexander Barton -Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap-dev, libident-dev -Standards-Version: 3.7.2.1 +Build-Depends: debhelper (>> 4.0.0), + autotools-dev, + expect, + libz-dev, + libwrap0-dev, + libident-dev, + libgnutls-dev, + libpam0g-dev, + telnet | telnet-ssl, +Standards-Version: 3.9.1 Package: ngircd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ircd -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. +Description: lightweight Internet Relay Chat server + This package provides ngIRCd, a portable and lightweight Internet Relay + Chat server for small or private networks, developed under the GNU + General Public License (GPL). It is simple to configure, can cope with + dynamic IP addresses, and supports IPv6 as well as SSL. It is written + from scratch and not based on the original IRCd. . This package contains the "standard distribution", including support for - syslog logging and compressed server-links using zlib. - . - Advantages of ngIRCd: - - 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. - . - ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run - mixed networks. + 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 -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. +Conflicts: ngircd, ngircd-dbg +Description: lightweight Internet Relay Chat server + This package provides ngIRCd, a portable and lightweight Internet Relay + Chat server for small or private networks, developed under the GNU + General Public License (GPL). It is simple to configure, can cope with + dynamic IP addresses, and supports IPv6 as well as SSL. It is written + from scratch and not based on the original IRCd. . - This package includes support for TCP wrappers and IDENT requests in - addition to the features of the "standard package". + 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 portable and lightweight Internet Relay + Chat server for small or private networks, developed under the GNU + General Public License (GPL). It is simple to configure, can cope with + dynamic IP addresses, and supports IPv6 as well as SSL. It is written + from scratch and not based on the original IRCd. . - Advantages of ngIRCd: - - 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. + 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.