File: control

package info (click to toggle)
eggdrop 1.8.4%2Brepack1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 7,688 kB
  • sloc: ansic: 59,508; javascript: 8,832; sh: 5,051; tcl: 3,248; makefile: 1,705; python: 50
file content (38 lines) | stat: -rw-r--r-- 1,589 bytes parent folder | download | duplicates (2)
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
Source: eggdrop
Section: net
Priority: optional
Maintainer: Cédric Barboiron <ced@winkie.fr>
Build-Depends: tcl8.6-dev, libz-dev, debhelper (>= 12), libssl-dev
Standards-Version: 4.3.0
Homepage: http://www.eggheads.org/
Vcs-Git: https://github.com/yastupin/eggdrop-debian.git
Vcs-Browser: https://github.com/yastupin/eggdrop-debian

Package: eggdrop
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, eggdrop-data (= ${source:Version})
Description: Advanced IRC Robot
 Eggdrop is an IRC bot written in C, which sits on channels and takes
 protective measures, such as preventing it from being taken over (in
 the few ways that anything can), recognizing banned users to reject
 them, recognizing privileged users to give them operator status,
 punishing users for things like flooding, among innumerable others.
 .
 All of this is completely configurable, and can be disabled or enabled
 as you wish in the configuration file. Also, it's very easy to expand
 and customize with Tcl scripts and C modules, making it possible to
 adapt Eggdrop to any special need you might have.

Package: eggdrop-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: eggdrop (<< 1.6.16-3)
Replaces: eggdrop (<< 1.6.16-3)
Description: Architecture independent files for eggdrop
 This package contains all the files that eggdrop places on /usr/share.
 These files are not specific to a single processor architecture once
 the package is built, so a single package can serve all the archs
 Debian supports.
 .
 This package is not useful at all if eggdrop is not installed.