control 936 B

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