File: control

package info (click to toggle)
php-net-ldap3 1.0.3-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 220 kB
  • sloc: php: 2,181; makefile: 29
file content (24 lines) | stat: -rw-r--r-- 979 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
Source: php-net-ldap3
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9),
               php-net-ldap2 (>= 2.0.12),
               pkg-php-tools (>= 1.7~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-ldap3.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-ldap3.git
Homepage: http://git.kolab.org/pear/Net_LDAP3/

Package: php-net-ldap3
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: Object oriented interface for searching and manipulating LDAP entries
 ${phpcomposer:description}. It enables access to LDAP directories
 with an object-oriented interface. It layers on top of
 PEAR:Net_LDAP2.