~ubuntu-branches/ubuntu/oneiric/eggdrop/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Guilherme de S. Pastore
  • Date: 2004-06-17 09:15:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040617091528-64rrw1sa33lkfhmh
Tags: 1.6.16-2
* Fixed typo on README.Debian
* Fixed hyphens in manual page
* Converted debian/rules to CDBS
* Set path to binary on example config file
* Changed LANGDIR on src/eggdrop.h (Closes: #254824)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: eggdrop
2
2
Section: net
3
 
Build-Depends: tcl8.3-dev, libz-dev, debhelper
 
3
Build-Depends: tcl8.4-dev | tcl8.3-dev, libz-dev, debhelper (>> 4.1.0), cdbs
4
4
Priority: extra
5
 
Maintainer: Ian Eure <ieure@debian.org>
6
 
Standards-Version: 3.0.1
 
5
Maintainer: Guilherme de S. Pastore <gpastore@colband.com.br>
 
6
Standards-Version: 3.6.1
7
7
 
8
8
Package: eggdrop
9
9
Architecture: any
10
10
Depends: ${shlibs:Depends}
11
11
Description: Advanced IRC Robot
12
 
 Eggdrop is an IRC bot, written in C. Eggdrop, being a bot, sits on a channel
13
 
 and takes protective measures: to keep the channel from being taken over
14
 
 (in the few ways that anything can), to recognize banished users or sites and
15
 
 reject them, to recognize privileged users and let them gain ops, etc.
 
12
 Eggdrop is an IRC bot, written in C. Eggdrop, being a bot, sits on a
 
13
 channel and takes protective measures to keep the channel from being
 
14
 taken over (in the few ways that anything can), to recognize banished
 
15
 users or sites and reject them, to recognize privileged users and let
 
16
 them gain ops, etc. It is also very easy to expand and customize, using
 
17
 one of the thousands of TCL scripts and C modules (which you can also
 
18
 create, of course).
 
 
b'\\ No newline at end of file'