control 836 B

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