control 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. dh-systemd,
  12. expect,
  13. libgnutls28-dev,
  14. libident-dev,
  15. libpam0g-dev,
  16. procps,
  17. telnet,
  18. Homepage: http://ngircd.barton.de
  19. Vcs-Svn: svn://svn.debian.org/pkg-irc/
  20. Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc
  21. Standards-Version: 3.9.5
  22. Package: ngircd
  23. Architecture: any
  24. Depends: ${shlibs:Depends}, ${misc:Depends},
  25. Replaces: ircd
  26. Conflicts:
  27. dancer-ircd,
  28. ircd-hybrid,
  29. ircd-irc2,
  30. ircd-ircu,
  31. rageircd,
  32. Description: lightweight Internet Relay Chat server
  33. This package provides ngIRCd, a lightweight Internet Relay Chat
  34. server for small or private networks. It is simple to configure, can
  35. cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
  36. is written from scratch, not based on the original IRCd and quite
  37. portable.