~ubuntu-branches/ubuntu/raring/webcalendar/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-06-09 06:26:24 UTC
  • mfrom: (18.2.3 karmic)
  • Revision ID: james.westby@ubuntu.com-20090609062624-9n9xea2ftpipmg38
Tags: 1.2.0+dfsg-4
* debian/patches/06_send-reminder-paths.diff: Adjust patch to help
  translate.php to find the translation files under /etc/webcalendar.
  Thanks to Dale and Cheryl Schroeder for the help on debugging this
  (really, closes: #531312).
* debian/patches/16_no-blink-public-access-title.diff: New patch for
  avoiding the blinking title when changing the Public Access title in
  English-US.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: web
3
3
Priority: optional
4
4
Maintainer: WebCalendar Debian package development <rafael-webcalendar@debian.org>
5
 
Uploaders: Elizabeth Bevilacqua <lyz@princessleia.com>,
 
5
Uploaders: Elizabeth Krumbach <lyz@princessleia.com>,
6
6
 Rafael Laboissiere <rafael@debian.org>
7
 
Build-Depends: debhelper (>= 4.1.16), po-debconf, dpatch
8
 
Build-Depends-Indep: html2text
9
 
Standards-Version: 3.8.0
 
7
Build-Depends: debhelper (>= 6.0.7~), po-debconf, quilt
 
8
Build-Depends-Indep: html2text, sharutils
 
9
Standards-Version: 3.8.1
10
10
Homepage: http://webcalendar.sourceforge.net
11
 
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/webcalendar/
12
 
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/webcalendar/
 
11
Vcs-Git: git://git.debian.org/git/collab-maint/webcalendar.git
 
12
Vcs-Browser: http://git.debian.org/?p=collab-maint/webcalendar.git
13
13
 
14
14
Package: webcalendar
15
15
Architecture: all
16
 
Depends: ${misc:Depends}, libapache-mod-php4 | libapache2-mod-php4
17
 
 | libapache-mod-php5 | libapache2-mod-php5,
18
 
 php4-mysql | php4-pgsql | php5-mysql | php5-pgsql,
19
 
 php4-cli | php5-cli, apache | apache2 | apache-ssl | apache-perl,
20
 
 ucf (>= 0.28), dbconfig-common (>= 1.8.33)
21
 
Suggests: php4-gd | php5-gd
22
 
Recommends: mysql-client | postgresql-client, mysql-server | postgresql
 
16
Depends: ${misc:Depends}, libapache2-mod-php5,  apache2,
 
17
 php5-mysql | php5-pgsql | php5-sqlite3, php5-cli, ucf (>= 0.28),
 
18
 dbconfig-common (>= 1.8.33), libjs-prototype
 
19
Suggests: php5-gd, php5-ldap
 
20
Recommends: mysql-client | postgresql-client | sqlite3,
 
21
 mysql-server | postgresql | sqlite3
23
22
Description: PHP-Based multi-user calendar
24
23
 WebCalendar is a PHP-based calendar application that can be configured
25
24
 as a single-user calendar, a multi-user calendar for groups of users,
26
 
 or as an event calendar viewable by visitors. It requires either MySQL,
27
 
 PostgreSQL, Oracle, DB2, Interbase, or ODBC.
 
25
 or as an event calendar viewable by visitors, it also supports
 
26
 authentication via LDAP. It requires either MySQL, PostgreSQL, SQLite3,
 
27
 Oracle, DB2, Interbase, or ODBC.