control 1.1 KB

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