[Pkg-php-commits] r1416 - in pear/php-net-ldap/trunk: . debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sun May 16 11:16:34 UTC 2010
tags 529692 pending
tags 529856 pending
thanks
Author: thijs
Date: 2010-05-16 11:16:27 +0000 (Sun, 16 May 2010)
New Revision: 1416
Added:
pear/php-net-ldap/trunk/debian/compat
Removed:
pear/php-net-ldap/trunk/AUTHORS
pear/php-net-ldap/trunk/debian/docs
Modified:
pear/php-net-ldap/trunk/debian/changelog
pear/php-net-ldap/trunk/debian/control
pear/php-net-ldap/trunk/debian/watch
Log:
* New upstream release.
* Adopt package (closes: #529692).
* Various cleanups: Debian policy 3.8.4, debhelper 7.
* Add README.Debian documenting that this package is considered
obsolete and referring users to php-net-ldap2 (closes: #529856).
Deleted: pear/php-net-ldap/trunk/AUTHORS
===================================================================
--- pear/php-net-ldap/trunk/AUTHORS 2010-05-16 11:04:56 UTC (rev 1415)
+++ pear/php-net-ldap/trunk/AUTHORS 2010-05-16 11:16:27 UTC (rev 1416)
@@ -1,3 +0,0 @@
-Tarjei Huse <tarjei at bergfald.no>
-Jan Wagner <wagner at netsols.de>
-Del Elson <del at babel.com.au>
Modified: pear/php-net-ldap/trunk/debian/changelog
===================================================================
--- pear/php-net-ldap/trunk/debian/changelog 2010-05-16 11:04:56 UTC (rev 1415)
+++ pear/php-net-ldap/trunk/debian/changelog 2010-05-16 11:16:27 UTC (rev 1416)
@@ -1,3 +1,13 @@
+php-net-ldap (1:1.1.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Adopt package (closes: #529692).
+ * Various cleanups: Debian policy 3.8.4, debhelper 7.
+ * Add README.Debian documenting that this package is considered
+ obsolete and referring users to php-net-ldap2 (closes: #529856).
+
+ -- Thijs Kinkhorst <thijs at debian.org> Sun, 16 May 2010 13:08:48 +0200
+
php-net-ldap (1:1.1.1-1) unstable; urgency=low
* New upstream release
Added: pear/php-net-ldap/trunk/debian/compat
===================================================================
--- pear/php-net-ldap/trunk/debian/compat (rev 0)
+++ pear/php-net-ldap/trunk/debian/compat 2010-05-16 11:16:27 UTC (rev 1416)
@@ -0,0 +1 @@
+7
Modified: pear/php-net-ldap/trunk/debian/control
===================================================================
--- pear/php-net-ldap/trunk/debian/control 2010-05-16 11:04:56 UTC (rev 1415)
+++ pear/php-net-ldap/trunk/debian/control 2010-05-16 11:16:27 UTC (rev 1416)
@@ -1,15 +1,15 @@
Source: php-net-ldap
-Section: web
+Section: php
Priority: optional
-Maintainer: Jose Carlos Medeiros <debian at psabs.com.br>
-Uploaders: Ola Lundqvist <opal at debian.org>
-Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
-Standards-Version: 3.7.3
+Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
+Uploaders: Thijs Kinkhorst <thijs at debian.org>
+Build-Depends: debhelper (>= 7), dh-make-php (>= 0.2.3), cdbs
+Standards-Version: 3.8.4
Homepage: http://pear.php.net/package/Net_LDAP
Package: php-net-ldap
Architecture: all
-Depends: php-pear, php5-ldap
+Depends: php-pear, php5-ldap, ${misc:Depends}
Description: a OO interface for searching and manipulating LDAP-entries
Net Ldap is a clone of Perls Net::LDAP object interface to ldapservers.
It does not contain all of Net::LDAPs features, but has:
@@ -17,3 +17,6 @@
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.
+ .
+ NOTE: This module is declared obsolete by its upstream, and superseded
+ by the Net::LDAP2 module in package php-net-ldap2.
Deleted: pear/php-net-ldap/trunk/debian/docs
===================================================================
--- pear/php-net-ldap/trunk/debian/docs 2010-05-16 11:04:56 UTC (rev 1415)
+++ pear/php-net-ldap/trunk/debian/docs 2010-05-16 11:16:27 UTC (rev 1416)
@@ -1 +0,0 @@
-AUTHORS
Modified: pear/php-net-ldap/trunk/debian/watch
===================================================================
--- pear/php-net-ldap/trunk/debian/watch 2010-05-16 11:04:56 UTC (rev 1415)
+++ pear/php-net-ldap/trunk/debian/watch 2010-05-16 11:16:27 UTC (rev 1416)
@@ -1,2 +1,2 @@
version=3
-http://pear.php.net/package/Net_LDAP/ http://download.pear.php.net/package/Net_LDAP-(.*)\.tgz
+http://pear.php.net/package/Net_LDAP/download http://download.pear.php.net/package/Net_LDAP-([\d.]+)\.tgz
More information about the Pkg-php-commits
mailing list