control 952 B

1234567891011121314151617181920212223242526272829303132333435
  1. Source: ngircd
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://ngircd.barton.de/
  4. Standards-Version: 3.9.8
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/ngircd
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/ngircd.git
  7. Build-Depends: debhelper (>= 9~),
  8. autotools-dev,
  9. dh-systemd,
  10. expect,
  11. libgnutls28-dev,
  12. libident-dev,
  13. libpam0g-dev,
  14. procps,
  15. telnet,
  16. zlib1g-dev,
  17. Priority: optional
  18. Section: net
  19. Package: ngircd
  20. Architecture: any
  21. Depends: ${misc:Depends}, ${shlibs:Depends},
  22. lsb-base,
  23. Conflicts:
  24. ircd-hybrid,
  25. ircd-irc2,
  26. ircd-ircu,
  27. Replaces:
  28. ircd,
  29. Description: lightweight Internet Relay Chat server
  30. This package provides ngIRCd, a lightweight Internet Relay Chat
  31. server for small or private networks. It is simple to configure, can
  32. cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
  33. is written from scratch, not based on the original IRCd and quite
  34. portable.