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 47 48 49 50 51 52 53
|
Source: inspircd
Section: net
Priority: optional
Maintainer: inspircd packagers <inspircd@packages.debian.org>
Uploaders:
Guillaume Delacour <gui@iroqwa.org>,
Christoph Biedl <debian.axhn@manchmal.in-ulm.de>,
Build-Depends: debhelper (>= 9.0.0), perl, libgnutls28-dev, pkg-config,
libldap2-dev, libpcre3-dev, default-libmysqlclient-dev, libpq-dev,
libsqlite3-dev, zlib1g-dev, libgeoip-dev,
libtre-dev, dh-systemd (>= 1.5), dh-apparmor
Standards-Version: 3.9.8
Homepage: http://www.inspircd.org/
Package: inspircd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
Suggests: sqlite3, default-mysql-server, ldap-server, postgresql, gnutls-bin
Provides: ircd
Description: Modular IRCd written in C++
InspIRCd is a modular C++ IRC Daemon for several operating systems created
to provide a stable, modern, lightweight irc server from scratch and provide
a vast number of features in a modularised form using an advanced module API.
By keeping the functionality of the main core to a minimum, the server is very
stable, fast and customizable.
.
This package contains the daemon.
Package: inspircd-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends}, inspircd (= ${binary:Version})
Priority: extra
Description: Modular IRCd written in C++ - debugging symbols
InspIRCd is a modular C++ IRC Daemon for several operating systems created
to provide a stable, modern, lightweight irc server from scratch and provide
a vast number of features in a modularised form using an advanced module API.
By keeping the functionality of the main core to a minimum, the server is very
stable, fast and customizable.
.
This package contains the debugging symbols.
Package: inspircd-dev
Architecture: any
Depends: ${misc:Depends}
Description: Modular IRCd written in C++ - development headers
InspIRCd is a modular C++ IRC Daemon for several operating systems created
to provide a stable, modern, lightweight irc server from scratch and provide
a vast number of features in a modularised form using an advanced module API.
By keeping the functionality of the main core to a minimum, the server is very
stable, fast and customizable.
.
This package contains the development headers for developing modules.
|