control 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. libident-dev,
  13. libpam0g-dev,
  14. procps,
  15. telnet,
  16. Vcs-Svn: svn://svn.debian.org/pkg-irc/
  17. Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc
  18. Standards-Version: 3.9.3
  19. Package: ngircd
  20. Architecture: any
  21. Depends: ${shlibs:Depends}, ${misc:Depends},
  22. lsb-base (>= 3.0-6),
  23. Replaces: ircd
  24. Conflicts: dancer-ircd, ircd-hybrid, ircd-irc2, ircd-ircu, rageircd
  25. Homepage: http://ngircd.barton.de
  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.