1
0

control 1006 B

123456789101112131415161718192021222324252627282930313233343536
  1. Source: ngircd
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://ngircd.barton.de/
  4. Standards-Version: 4.6.2
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/ngircd
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/ngircd.git
  7. Build-Depends: debhelper-compat (= 13),
  8. expect,
  9. libgnutls28-dev,
  10. libident-dev (>= 0.32-3),
  11. libpam0g-dev,
  12. openssl,
  13. procps,
  14. telnet,
  15. zlib1g-dev,
  16. Priority: optional
  17. Rules-Requires-Root: no
  18. Section: net
  19. Package: ngircd
  20. Architecture: any
  21. Pre-Depends: ${misc:Pre-Depends},
  22. Depends: ${misc:Depends}, ${shlibs:Depends},
  23. lsb-base,
  24. Conflicts:
  25. ircd-hybrid,
  26. ircd-irc2,
  27. ircd-ircu,
  28. Replaces:
  29. ircd,
  30. Description: lightweight Internet Relay Chat server
  31. This package provides ngIRCd, a lightweight Internet Relay Chat
  32. server for small or private networks. It is simple to configure, can
  33. cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
  34. is written from scratch, not based on the original IRCd and quite
  35. portable.