File: control

package info (click to toggle)
alice 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 960 kB
  • sloc: perl: 4,116; sql: 8; makefile: 2
file content (64 lines) | stat: -rw-r--r-- 1,958 bytes parent folder | download
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
54
55
56
57
58
59
60
61
62
63
64
Source: alice
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dave Walker (Daviey) <DaveWalker@ubuntu.com>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libany-moose-perl,
 libanyevent-dbi-perl,
 libanyevent-http-perl,
 libanyevent-irc-perl,
 libanyevent-perl,
 libdbd-sqlite3-perl,
 libfile-sharedir-perl,
 libirc-formatting-html-perl,
 libjson-perl (>= 2.12),
 liblist-moreutils-perl,
 libplack-middleware-session-perl,
 libplack-perl,
 libsql-abstract-perl,
 libtest-pod-perl,
 libtest-tcp-perl,
 libtext-microtemplate-perl,
 libtry-tiny-perl,
 twiggy,
 perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/alice.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/alice.git
Homepage: https://github.com/leedo/alice

Package: alice
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libany-moose-perl,
 libanyevent-dbi-perl,
 libanyevent-http-perl,
 libanyevent-irc-perl,
 libanyevent-perl,
 libdbd-sqlite3-perl,
 libfile-sharedir-perl,
 libirc-formatting-html-perl,
 libjson-perl (>= 2.12),
 liblist-moreutils-perl,
 libplack-middleware-session-perl,
 libplack-perl,
 libsql-abstract-perl,
 libtext-microtemplate-perl,
 libtry-tiny-perl,
 twiggy,
 perl
Suggests: libdesktop-notify-perl
Description: Web browser (WebKit or Gecko) based IRC client
 Alice is an acronym for "Altogether Lovely Internet Chatting
 Experience" which is an IRC client that is viewed in the web
 browser. Alice runs in the background maintaining connections
 and collecting messages. When a browser connects, it will
 display the 100 most recent messages for each channel, and 
 update with any new messages as they arrive.
 .
 Alice also logs messages to an SQLite database. These logs 
 are searchable through the web interface.
 .
 For desktop notifications install libdesktop-notify-perl.