about summary refs log tree commit diff
path: root/contrib/Debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Debian/control')
-rw-r--r--contrib/Debian/control28
1 files changed, 26 insertions, 2 deletions
diff --git a/contrib/Debian/control b/contrib/Debian/control
index ec557bcc..0b7a364b 100644
--- a/contrib/Debian/control
+++ b/contrib/Debian/control
@@ -2,7 +2,7 @@ Source: ngircd
 Section: net
 Priority: optional
 Maintainer: Alexander Barton <alex@barton.de>
-Build-Depends: debhelper (>> 4.0.0), libz-dev
+Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap-dev, libident-dev
 Standards-Version: 3.5.8
 
 Package: ngircd
@@ -13,7 +13,31 @@ Description: A lightweight daemon for the Internet Relay Chat (IRC)
  network. It is written from scratch and is not based upon the original
  IRCd like many others.
  .
- Advantages:
+ 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.
+
+Package: ngircd-full
+Architecture: any
+Depends: ${shlibs:Depends} ${misc:Depends}
+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.
+ .
+ This package includes support for TCP wrappers and IDENT requests in
+ addition to the features of the "standard package".
+ .
+ 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.