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
|
Source: php-rrd
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
Dario Minnucci <midget@debian.org>
Build-Depends: debhelper (>= 10~),
dh-php (>= 4~),
librrd-dev,
php-all-dev,
pkg-config
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-rrd
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-rrd.git
Homepage: http://pecl.php.net/package/rrd
Package: php-rrd
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends},
${pecl:Depends},
${php:Depends},
${shlibs:Depends}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Provides: ${pecl:Provides},
${php:Provides}
Suggests: ${pecl:Suggests}
Description: PHP bindings to rrd tool system
Procedural and simple OO wrapper for rrdtool - data logging and
graphing system for time series data.
|