~ubuntu-branches/ubuntu/lucid/inspircd/lucid-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2008-12-15 20:23:01 UTC
  • mfrom: (3.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20081215202301-headkk1nadqum8g9
01_fix_config_reload.dpatch - Fix crash on config reload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: control 177M 2008-07-03 07:02:04Z (local) $
 
1
# $Id: control 229 2008-12-03 17:00:39Z bradsmith $
2
2
 
3
3
Source: inspircd
4
4
Section: net
6
6
Maintainer: Debian IRC Team <pkg-irc-maintainers@lists.alioth.debian.org>
7
7
Uploaders: Darren Blaber <dmbtech@gmail.com>,
8
8
  Mario Iseli <mario@debian.org>,
9
 
  William Pitcock <nenolod@sacredspiral.co.uk>,
10
9
  Matt Arnold <mattarnold5@gmail.com>,
11
 
  Giacomo Catenazzi <cate@debian.org>
 
10
  Giacomo Catenazzi <cate@debian.org>,
 
11
  Bradley Smith <bradsmith@debian.org>
12
12
Build-Depends: debhelper (>= 5), perl-modules, libgnutls-dev, dpatch
13
13
Standards-Version: 3.8.0
14
14
Homepage: http://www.inspircd.org/
20
20
Depends: ${shlibs:Depends}, ${misc:Depends}
21
21
Provides: ircd
22
22
Description: Modular IRCd written in C++
23
 
 InspIRCd is a modular C++ IRC Daemon for several operating systems created 
 
23
 InspIRCd is a modular C++ IRC Daemon for several operating systems created
24
24
 to provide a stable, modern, lightweight irc server from scratch and provide
25
25
 a vast number of features in a modularised form using an advanced module API.
26
26
 By keeping the functionality of the main core to a minimum, the server is very
33
33
Depends: ${shlibs:Depends}, ${misc:Depends}, inspircd
34
34
Priority: extra
35
35
Description: Modular IRCd written in C++ - debugging symbols
36
 
 InspIRCd is a modular C++ IRC Daemon for several operating systems created 
 
36
 InspIRCd is a modular C++ IRC Daemon for several operating systems created
37
37
 to provide a stable, modern, lightweight irc server from scratch and provide
38
38
 a vast number of features in a modularised form using an advanced module API.
39
39
 By keeping the functionality of the main core to a minimum, the server is very