summaryrefslogtreecommitdiff
path: root/deprecated-ngircd/contrib/Debian/control
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-05 15:34:49 +0800
committerMistivia <i@mistivia.com>2025-11-05 15:34:49 +0800
commit95caa5bdaff4e5b5a924a9141b51c756a57abc0f (patch)
treebb0ff8eddfe8a06558317464cea14405e76b7ebc /deprecated-ngircd/contrib/Debian/control
parent8532af453ccc9071ddc919b063788d6b496af991 (diff)
remove deprecated
Diffstat (limited to 'deprecated-ngircd/contrib/Debian/control')
-rw-r--r--deprecated-ngircd/contrib/Debian/control46
1 files changed, 0 insertions, 46 deletions
diff --git a/deprecated-ngircd/contrib/Debian/control b/deprecated-ngircd/contrib/Debian/control
deleted file mode 100644
index e05ae64..0000000
--- a/deprecated-ngircd/contrib/Debian/control
+++ /dev/null
@@ -1,46 +0,0 @@
-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.