control 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Source: ngircd
  2. Section: net
  3. Priority: optional
  4. Maintainer: Alexander Barton <alex@barton.de>
  5. Rules-Requires-Root: binary-targets
  6. Build-Depends: debhelper-compat (= 13),
  7. expect,
  8. libident-dev,
  9. libpam0g-dev,
  10. libssl-dev,
  11. libz-dev,
  12. openssl,
  13. procps,
  14. telnet | telnet-ssl,
  15. Standards-Version: 4.6.2
  16. Homepage: https://ngircd.barton.de
  17. Vcs-Browser: https://github.com/ngircd/ngircd
  18. Vcs-Git: https://github.com/ngircd/ngircd.git
  19. Package: ngircd
  20. Architecture: any
  21. Depends:
  22. ${shlibs:Depends},
  23. ${misc:Depends},
  24. Conflicts:
  25. ircd,
  26. Provides:
  27. ircd,
  28. Description: lightweight Internet Relay Chat (IRC) server
  29. ngIRCd is a free, portable and lightweight Internet Relay Chat (IRC) server
  30. for small or private networks, developed under the terms of the GNU General
  31. Public License (GPL).
  32. .
  33. The server is quite easy to configure and runs as a single-node server or can
  34. be part of a network of ngIRCd servers in a LAN or across the internet. It
  35. optionally supports the IPv6 protocol, SSL/TLS-protected client-server and
  36. server-server links, the Pluggable Authentication Modules (PAM) system for
  37. user authentication, IDENT requests, and character set conversion for legacy
  38. clients.
  39. .
  40. The name ngIRCd stands for next-generation IRC daemon, which is a little bit
  41. exaggerated: lightweight Internet Relay Chat server most probably would have
  42. been a better name :-)
  43. .
  44. This package is built with support for all optional features and uses the
  45. OpenSSL library for SSL/TLS support.