debian/0000755000000000000000000000000012172005076007166 5ustar debian/gbp.conf0000644000000000000000000000024312172005076010604 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/source/0000755000000000000000000000000012172005076010466 5ustar debian/source/format0000644000000000000000000000001412172005076011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016612172005076010222 0ustar version=3 http://pear.php.net/package/Net_LDAP2/download http://download.pear.php.net/package/Net_LDAP2-([\d.]+)\.tgz debian/rules0000755000000000000000000000026312172005076010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear sed -i '/role="test"/d;' */package.xml debian/doc-base0000644000000000000000000000027612172005076010573 0ustar Document: php-net-ldap2 Title: PHP net ldap2 Manual Section: Programming/PHP Format: HTML Index: /usr/share/doc/php-net-ldap2/doc/manual.html Files: /usr/share/doc/php-net-ldap2/doc/*.html debian/compat0000644000000000000000000000000212172005076010364 0ustar 9 debian/changelog0000644000000000000000000000235312172005076011043 0ustar php-net-ldap2 (2.0.12-1) unstable; urgency=low [ Prach Pongpanich ] * New upstream release (Closes: #635827) * Switch to pkg-php-tools and dh-sequencer * Change section to php * Switch VCS to Git * Convert copyright to format 1.0 * Update long description (Closes: #599540) * Add myself as uploader * Switch to dpkg-source 3.0 (quilt) format * Bump debhelper compat to 9 * Bump Standards-Version to 3.9.4 [ Benoit Mortier ] * Update maintainer to pkg-php-pear (Closes: #656992) -- Prach Pongpanich Thu, 18 Jul 2013 22:07:32 +0700 php-net-ldap2 (2.0.9-1) unstable; urgency=low * New upstream release. -- Benoit Mortier Tue, 23 Mar 2010 00:19:36 +0100 php-net-ldap2 (2.0.7-1) unstable; urgency=low * New Upstream Version -- Benoit Mortier Sat, 21 Nov 2009 15:01:17 +0100 php-net-ldap2 (2.0.6-2) unstable; urgency=low * unsatisfiable Depends: pear (>= 5.2.0-8) (Closes: #551127) -- Benoit Mortier Sun, 18 Oct 2009 23:47:36 +0200 php-net-ldap2 (2.0.6-1) unstable; urgency=low * Initial Release (Closes: #539916). -- Benoit Mortier Wed, 07 Oct 2009 09:15:24 +0200 debian/control0000644000000000000000000000231312172005076010570 0ustar Source: php-net-ldap2 Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Benoit Mortier , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Standards-Version: 3.9.4 Homepage: http://pear.php.net/package/Net_LDAP2/ Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-ldap2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-ldap2.git Package: php-net-ldap2 Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: PHP PEAR module for searching and manipulating LDAP-entries Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP object interface to directory servers. It does contain most of Net::LDAPs features but has some own too. With Net_LDAP2 you have: . * A simple object-oriented interface to connections, searches entries and filters. * Support for TLS and LDAP v3. * Simple modification, deletion and creation of ldap entries. * Support for schema handling. . Net_LDAP2 layers itself on top of PHP's existing ldap extensions. debian/copyright0000644000000000000000000000261012172005076011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net_LDAP2 Source: http://pear.php.net/package/Net_LDAP2/download Files: * Copyright: 2003-2009, Benedikt Hallinger 2003-2009, Jan Wagner 2003-2009, Tarjej Huse 2003-2009, Benedikt Hallinger 2003-2009, Del License: LGPL-3 Files: debian/* Copyright: 2009-2013, Benoit Mortier 2013, Prach Pongpanich License: LGPL-3 License: LGPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this program; if not, write to Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,MA 02110-1301, USA. . On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'.