File: control

package info (click to toggle)
php-log 1.10.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 404 kB
  • ctags: 592
  • sloc: php: 1,822; xml: 237; sql: 8; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: php-log
Section: web
Priority: optional
Maintainer: Jose Carlos Medeiros <debian@psabs.com.br>
Uploaders: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.7.3
Homepage: http://pear.php.net/package/Log/

Package: php-log
Architecture: all
Depends: php-pear
Suggests: php-db (>= 1.3), php5-sqlite, php-mdb2
Replaces: php4-pear-log (<= 1.9.3-1)
Conflicts: php4-pear-log (<= 1.9.3-2)
Description: Log module for PEAR
 The Log framework provides an abstracted logging system.  It supports
 logging to console, file, syslog, SQL, and mcal targets.  It also provides
 a subject - observer mechanism.