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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: php-pecl-http
Section: web
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>,
Facundo Guerrero <guerremdq@gmail.com>,
Ondřej Surý <ondrej@debian.org>
Build-Depends: chrpath,
debhelper (>= 9),
dh-php (>= 0.16~),
libcurl4-openssl-dev,
libevent-dev,
libicu-dev,
libidn11-dev,
libpcre3-dev,
php-all-dev,
php-propro (>= 2.0.0),
php-raphf (>= 2.0.0),
zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://pecl.php.net/package/pecl_http
Vcs-Git: git://anonscm.debian.org/pkg-php/php-pecl-http.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-pecl-http.git
Package: php-http
Architecture: any
Depends: php-propro (>= 2.0.0),
php-raphf (>= 2.0.0),
${misc:Depends},
${php:Depends},
${shlibs:Depends}
Provides: ${php:Provides}
Breaks: php-pecl-http (<< 3.0.1-0.1~),
php-pecl-http-dev (<< 3.0.1-0.1~)
Replaces: php-pecl-http (<< 3.0.1-0.1~),
php-pecl-http-dev (<< 3.0.1-0.1~)
Description: PECL HTTP module for PHP Extended HTTP Support
This HTTP extension aims to provide a convenient and powerful set of
functionality for one of PHPs major applications.
.
It eases handling of HTTP urls, headers and messages, provides means
for negotiation of a client's preferred content type, language
and charset, as well as a convenient way to send any arbitrary data
with caching and resuming capabilities.
.
It provides powerful request functionality with support for parallel
requests.
Package: php-pecl-http
Architecture: all
Section: oldlibs
Priority: extra
Depends: php-http,
${misc:Depends}
Description: pecl_http module for PHP Extended HTTP Support [dummy]
This is a dummy transitional package and can be safely removed.
Package: php-pecl-http-dev
Architecture: all
Section: oldlibs
Priority: extra
Depends: php-http,
${misc:Depends}
Description: pecl_http module for PHP Extended HTTP Support [dummy]
This is a dummy transitional package and can be safely removed.
|