]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/Debian/control
Clarify that "CAFile" is not set by default
[ngircd-alex.git] / contrib / Debian / control
1 Source: ngircd
2 Section: net
3 Priority: optional
4 Maintainer: Alexander Barton <alex@barton.de>
5 Rules-Requires-Root: binary-targets
6 Build-Depends: debhelper-compat (= 13),
7  expect,
8  libident-dev,
9  libpam0g-dev,
10  libssl-dev,
11  libz-dev,
12  openssl,
13  procps,
14  telnet | telnet-ssl,
15 Standards-Version: 4.6.2
16 Homepage: https://ngircd.barton.de
17 Vcs-Browser: https://github.com/ngircd/ngircd
18 Vcs-Git: https://github.com/ngircd/ngircd.git
19
20 Package: ngircd
21 Architecture: any
22 Depends:
23  ${shlibs:Depends},
24  ${misc:Depends},
25 Conflicts:
26  ircd,
27 Provides:
28  ircd,
29 Description: lightweight Internet Relay Chat (IRC) server
30  ngIRCd is a free, portable and lightweight Internet Relay Chat (IRC) server
31  for small or private networks, developed under the terms of the GNU General
32  Public License (GPL).
33  .
34  The server is quite easy to configure and runs as a single-node server or can
35  be part of a network of ngIRCd servers in a LAN or across the internet. It
36  optionally supports the IPv6 protocol, SSL/TLS-protected client-server and
37  server-server links, the Pluggable Authentication Modules (PAM) system for
38  user authentication, IDENT requests, and character set conversion for legacy
39  clients.
40  .
41  The name ngIRCd stands for next-generation IRC daemon, which is a little bit
42  exaggerated: lightweight Internet Relay Chat server most probably would have
43  been a better name :-)
44  .
45  This package is built with support for all optional features and uses the
46  OpenSSL library for SSL/TLS support.