X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FDebian%2Fcontrol;h=13163ce3a02fac066db8beddc387c996ff67bbbb;hp=a78eac1eb05415dd38b63d4837e9826d90fa6895;hb=defd7e09afb62ac71859ad910e6dd52a86fb0ae2;hpb=88258070c412d3db30bae6749a7105bcb98ec05d diff --git a/contrib/Debian/control b/contrib/Debian/control index a78eac1e..13163ce3 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -2,19 +2,22 @@ Source: ngircd Section: net Priority: optional Maintainer: Alexander Barton -Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap-dev, libident-dev -Standards-Version: 3.5.8 +Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap0-dev, libident-dev, libgnutls-dev +Standards-Version: 3.8.0 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. . This package contains the "standard distribution", including support for - syslog logging and compressed server-links using zlib. + 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. . Advantages of ngIRCd: - no problems with servers using changing/non-static IP addresses. @@ -28,14 +31,42 @@ Description: A lightweight daemon for the Internet Relay Chat (IRC) Package: ngircd-full Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: ngircd +Provides: ircd +Conflicts: ngircd, ngircd-dbg 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. . - 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. + . + 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. + +Package: ngircd-full-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: ircd +Conflicts: ngircd, ngircd-full +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. + . + 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. + . + And in addition to the "full" variant, the binaries contained in this + package are build with debug code and contain debug symbols. . Advantages of ngIRCd: - no problems with servers using changing/non-static IP addresses.