File: control

package info (click to toggle)
php-monolog 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,456 kB
  • sloc: php: 16,836; makefile: 20
file content (39 lines) | stat: -rw-r--r-- 1,484 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
Source: php-monolog
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-amqp,
               php-amqplib,
               php-curl,
               php-guzzlehttp-guzzle,
               php-mongodb,
               php-predis,
               php-psr-log (>= 2),
               php-redis,
               php-symfony-mailer,
               php-symfony-mime,
               phpab,
               phpunit <!nocheck> <!stage1>
Standards-Version: 4.7.2
Homepage: https://github.com/Seldaek/monolog
Vcs-Git: https://salsa.debian.org/php-team/pear/php-monolog.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-monolog
Rules-Requires-Root: no

Package: php-monolog
Architecture: all
Multi-Arch: foreign
Depends: php-psr-log (>= 2), ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: git, ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: send logs to various destination and web services
 ${phpcomposer:description}
 .
 This library implements the PSR-3 interface that can be used in other
 libraries and applications to keep a maximum of interoperability, and
 make sure another compatible logger can always be used at a later time.