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
|
# $Id: control 229 2008-12-03 17:00:39Z bradsmith $
Source: inspircd
Section: net
Priority: optional
Maintainer: Debian IRC Team <pkg-irc-maintainers@lists.alioth.debian.org>
Uploaders: Darren Blaber <dmbtech@gmail.com>,
Mario Iseli <mario@debian.org>,
Matt Arnold <mattarnold5@gmail.com>,
Giacomo Catenazzi <cate@debian.org>,
Bradley Smith <bradsmith@debian.org>
Build-Depends: debhelper (>= 5), perl-modules, libgnutls-dev, dpatch
Standards-Version: 3.8.0
Homepage: http://www.inspircd.org/
Vcs-Svn: svn://svn.debian.org/pkg-irc/packages/inspircd/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/
Package: inspircd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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
Depends: ${shlibs:Depends}, ${misc:Depends}, inspircd
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.
|