summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 061bacd..3922671 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,25 @@
Source: libnet-ldapapi-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl, libldap2-dev, libsasl2-dev,
- quilt
+Build-Depends:
+ debhelper (>= 7.0.50),
+ libldap2-dev,
+ libsasl2-dev,
+ perl,
+ quilt,
Maintainer: Bill MacAllister <bill@ca-zephyr.org>
-Uploaders: Russ Allbery <rra@debian.org>
+Uploaders:
+ Russ Allbery <rra@debian.org>,
Standards-Version: 3.9.8
Homepage: https://github.com/quanah/net-ldapapi
Package: libnet-ldapapi-perl
Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libconvert-asn1-perl
+Depends:
+ libconvert-asn1-perl,
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends},
Description: Perl bindings for OpenLDAP C API
Net::LDAPapi provides a Perl interface to the OpenLDAP C libraries.
Both the original "C API" and new "Perl OO" style interface methods