File: control

package info (click to toggle)
php-mongodb 1.9.0%2B1.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,296 kB
  • sloc: ansic: 160,374; xml: 5,097; php: 2,175; sh: 107; python: 47; pascal: 23; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,214 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
Source: php-mongodb
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Conflicts: libbson-dev,
                 libmongoc-dev,
                 libmongoc-priv-dev
Build-Depends: debhelper (>= 10~),
               dh-php,
               libpcre3-dev,
               libsasl2-dev,
               php-all-dev,
               pkg-config
Standards-Version: 3.9.8
Homepage: https://pecl.php.net/package/mongodb
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-mongodb
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-mongodb.git

Package: php-mongodb
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ucf,
         ${misc:Depends},
         ${pecl:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Provides: ${pecl:Provides},
          ${php:Provides}
Suggests: ${pecl:Suggests}
Description: MongoDB driver for PHP
 The purpose of this driver is to provide exceptionally thin glue
 between MongoDB and PHP, implementing only fundemental and
 performance-critical components necessary to build a fully-functional
 MongoDB driver.