control 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Source: ngircd
  2. Section: net
  3. Priority: optional
  4. Maintainer: Debian IRC Team <pkg-irc-maintainers@lists.alioth.debian.org>
  5. Uploaders:
  6. Matt Arnold <mattarnold5@gmail.com>,
  7. Mario Iseli <mario@debian.org>,
  8. Christoph Biedl <debian.axhn@manchmal.in-ulm.de>,
  9. Build-Depends: debhelper (>= 9~),
  10. autotools-dev,
  11. expect,
  12. libgnutls28-dev,
  13. libident-dev,
  14. libpam0g-dev,
  15. procps,
  16. telnet,
  17. Homepage: http://ngircd.barton.de
  18. Vcs-Svn: svn://svn.debian.org/pkg-irc/
  19. Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc
  20. Standards-Version: 3.9.5
  21. Package: ngircd
  22. Architecture: any
  23. Depends: ${shlibs:Depends}, ${misc:Depends},
  24. Replaces: ircd
  25. Conflicts:
  26. dancer-ircd,
  27. ircd-hybrid,
  28. ircd-irc2,
  29. ircd-ircu,
  30. rageircd,
  31. Description: lightweight Internet Relay Chat server
  32. This package provides ngIRCd, a lightweight Internet Relay Chat
  33. server for small or private networks. It is simple to configure, can
  34. cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
  35. is written from scratch, not based on the original IRCd and quite
  36. portable.