control 985 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.4.1
  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 (= 12),
  8. expect,
  9. libgnutls28-dev,
  10. libident-dev,
  11. libpam0g-dev,
  12. procps,
  13. telnet,
  14. zlib1g-dev,
  15. Priority: optional
  16. Rules-Requires-Root: no
  17. Section: net
  18. Package: ngircd
  19. Architecture: any
  20. Pre-Depends:
  21. ${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.