control 1.0 KB

123456789101112131415161718192021222324252627282930
  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. hardening-wrapper,
  11. libgnutls-dev,
  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.3
  17. Package: ngircd
  18. Architecture: any
  19. Depends: ${shlibs:Depends}, ${misc:Depends},
  20. lsb-base (>= 3.0-6),
  21. Replaces: ircd
  22. Conflicts: dancer-ircd, ircd-hybrid, ircd-irc2, ircd-ircu, rageircd
  23. Homepage: http://ngircd.barton.de
  24. Description: lightweight Internet Relay Chat server
  25. This package provides ngIRCd, a lightweight Internet Relay Chat
  26. server for small or private networks. It is simple to configure, can
  27. cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
  28. is written from scratch, not based on the original IRCd and quite
  29. portable.