This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-net-ldap-perl.

commit 0773b370ef30d4c1840b674c34e5ed28b0ba363e
Author: gregor herrmann <gre...@debian.org>
Date:   Fri May 9 17:54:10 2014 +0200

    control
---
 debian/control | 33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index aa26770..215e2fa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: libtest-net-ldap-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: gregor herrmann <gre...@debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libnet-ldap-perl (>= 0.52),
- perl
+Build-Depends-Indep: libnet-ldap-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-net-ldap-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-net-ldap-perl.git
@@ -13,19 +13,14 @@ Homepage: https://metacpan.org/release/Test-Net-LDAP
 
 Package: libtest-net-ldap-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libnet-ldap-perl (>= 0.52)
-Description: A Net::LDAP subclass for testing
- Test::Net::LDAP provides some testing methods for LDAP operations, such as
- search, add, and modify, where each method is suffixed with either _ok or
- _is.
- .
- Test::Net::LDAP is a subclass of Net::LDAP, so all the methods defined for
- Net::LDAP are available in addition to search_ok, add_is, etc.
- .
- See Test::Net::LDAP::Mock for in-memory testing with fake data, without
- connecting to the real LDAP servers.
- .
- See Test::Net::LDAP::Util for some helper subroutines.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libnet-ldap-perl
+Description: Net::LDAP subclass for testing
+ Test::Net::LDAP is a subclass of Net::LDAP and provides testing methods for
+ LDAP operations, such as search, add, and modify, where each method is
+ suffixed with either _ok or _is. (E.g. search_ok and search_is)
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Test::Net::LDAP::Mock is a subclass of Test::Net::LDAP and performs all the
+ LDAP operations in memory without connecting to the real LDAP server, so that
+ it is easy to set up fake LDAP entries for particular test cases.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-net-ldap-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to