control 1.1 KB

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