File: control

package info (click to toggle)
ngircd 27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,792 kB
  • sloc: ansic: 19,545; sh: 5,566; perl: 699; makefile: 463; xml: 129
file content (46 lines) | stat: -rw-r--r-- 1,474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: ngircd
Section: net
Priority: optional
Maintainer: Alexander Barton <alex@barton.de>
Rules-Requires-Root: binary-targets
Build-Depends: debhelper-compat (= 13),
 expect,
 libident-dev,
 libpam0g-dev,
 libssl-dev,
 libz-dev,
 openssl,
 procps,
 telnet | telnet-ssl,
Standards-Version: 4.6.2
Homepage: https://ngircd.barton.de
Vcs-Browser: https://github.com/ngircd/ngircd
Vcs-Git: https://github.com/ngircd/ngircd.git

Package: ngircd
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Conflicts:
 ircd,
Provides:
 ircd,
Description: lightweight Internet Relay Chat (IRC) server
 ngIRCd is a free, portable and lightweight Internet Relay Chat (IRC) server
 for small or private networks, developed under the terms of the GNU General
 Public License (GPL).
 .
 The server is quite easy to configure and runs as a single-node server or can
 be part of a network of ngIRCd servers in a LAN or across the internet. It
 optionally supports the IPv6 protocol, SSL/TLS-protected client-server and
 server-server links, the Pluggable Authentication Modules (PAM) system for
 user authentication, IDENT requests, and character set conversion for legacy
 clients.
 .
 The name ngIRCd stands for next-generation IRC daemon, which is a little bit
 exaggerated: lightweight Internet Relay Chat server most probably would have
 been a better name :-)
 .
 This package is built with support for all optional features and uses the
 OpenSSL library for SSL/TLS support.