~cldunlap1/ubuntu/quantal/ciderwebmail/typo-fix

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2012-06-08 22:28:26 UTC
  • Revision ID: package-import@ubuntu.com-20120608222826-5s9rwdarts06m33n
Tags: 1.04~20120607-1
Initial release.
Closes: Bug#673342.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ciderwebmail
 
2
Section: web
 
3
Priority: optional
 
4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Jonas Smedegaard <dr@jones.dk>
 
6
Build-Depends: cdbs (>= 0.4.73~),
 
7
 perl,
 
8
 debhelper,
 
9
 dh-buildinfo,
 
10
 libparent-perl,
 
11
 libmoose-perl,
 
12
 libcatalyst-authentication-credential-http-perl,
 
13
 libyaml-perl,
 
14
 libyaml-libyaml-perl,
 
15
 libcatalyst-view-petal-perl,
 
16
 libpetal-utils-perl,
 
17
 libdatetime-perl,
 
18
 libdatetime-format-mail-perl,
 
19
 libmime-tools-perl,
 
20
 libtry-tiny-perl,
 
21
 libemail-simple-perl,
 
22
 libemail-sender-perl,
 
23
 libemail-valid-perl,
 
24
 libemail-address-perl,
 
25
 libregexp-common-email-address-perl,
 
26
 libregexp-common-perl,
 
27
 libtext-iconv-perl,
 
28
 libtext-autoformat-perl,
 
29
 libio-socket-ssl-perl,
 
30
 libclone-perl,
 
31
 libhtml-scrubber-perl,
 
32
 libhtml-tidy-perl,
 
33
 liburi-perl,
 
34
 liblocale-maketext-gettext-perl,
 
35
 liblist-moreutils-perl,
 
36
 libdata-ical-perl,
 
37
 libdatetime-format-iso8601-perl,
 
38
 libcrypt-util-perl,
 
39
 libcrypt-cbc-perl,
 
40
 libcrypt-rijndael-perl,
 
41
 libcrypt-random-source-perl,
 
42
 libmime-base64-urlsafe-perl,
 
43
 libfcgi-perl,
 
44
 libfcgi-procmanager-perl,
 
45
 libmoosex-role-withoverloading-perl (>= 0.09),
 
46
 libcatalyst-perl (>= 5.80030),
 
47
 libcatalyst-modules-perl (>= 43),
 
48
 libparse-recdescent-perl (>= 1.967009),
 
49
 libmail-imapclient-perl (>= 3.31),
 
50
 libjs-mootools,
 
51
 libtest-xpath-perl,
 
52
 libdbd-sqlite3-perl,
 
53
 libmodule-install-perl
 
54
Standards-Version: 3.9.3
 
55
Homepage: http://ciderwebmail.org/
 
56
Vcs-Git: git://git.debian.org/git/collab-maint/ciderwebmail
 
57
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ciderwebmail.git
 
58
 
 
59
Package: ciderwebmail
 
60
Architecture: all
 
61
Depends: ${cdbs:Depends},
 
62
 ${misc:Depends},
 
63
 ${perl:Depends}
 
64
Recommends: ${cdbs:Recommends}
 
65
Suggests: ${cdbs:Suggests}
 
66
Description: IMAP webmail service
 
67
 CiderWebmail is a modern, user friendly and maintenance free webmail
 
68
 application. It's targeted at mailserver administrators who need to
 
69
 provide web access for their user's mailboxes and individuals wanting
 
70
 to access their mailboxes via an always available web application.
 
71
 .
 
72
 It currently supports all the basic mail handling features one would
 
73
 expect from such an application:
 
74
 .
 
75
  * Listing your emails with selectable sort order and grouping.
 
76
  * Moving emails between folders and deleting using drag & drop.
 
77
  * Displaying text and HTML emails even if their code is completely
 
78
    broken (which happens quite often in reality)
 
79
  * Keyboard bindings for switching through emails, moving, deleting,
 
80
    replying and forwarding.
 
81
  * Reply to and forward existing emails or write new emails, add
 
82
    attachments and have a copy saved in your "Sent" folder.
 
83
 .
 
84
 As an application written deep in the 21st century, CiderWebmail
 
85
 supports only IMAP mail servers.