[SCM] Debian packaging of libapache-authznetldap-perl branch, master, updated. 270e71bdf2adb2cde5df5b4eee5270ec525d7dfe

gregor herrmann gregoa at debian.org
Thu Jul 5 20:10:05 UTC 2012


The following commit has been merged in the master branch:
commit cdba70ac92dead377a6f88d7ba4fcfa211ad2377
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:12:53 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index aac3c19..1818824 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,32 @@
 Source: libapache-authznetldap-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.6.10-12), libconvert-asn1-perl,
- libnet-ldap-perl, libmime-base64-urlsafe-perl, liburi-perl,
- libapache2-mod-perl2, libextutils-autoinstall-perl (>= 0.52)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               quilt
+Build-Depends-Indep: perl,
+                     libconvert-asn1-perl,
+                     libnet-ldap-perl,
+                     libmime-base64-urlsafe-perl,
+                     liburi-perl,
+                     libapache2-mod-perl2,
+                     libextutils-autoinstall-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Apache-AuthzNetLDAP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libapache-authznetldap-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache-authznetldap-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libapache-authznetldap-perl.git
+Homepage: http://search.cpan.org/dist/Apache-AuthzNetLDAP/
 
 Package: libapache-authznetldap-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libconvert-asn1-perl, libnet-ldap-perl,
- libmime-base64-urlsafe-perl, liburi-perl, libapache2-mod-perl2
-Description:  Apache-Perl module that enables to authorize a user with LDAP attributes
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libconvert-asn1-perl,
+         libnet-ldap-perl,
+         libmime-base64-urlsafe-perl,
+         liburi-perl,
+         libapache2-mod-perl2
+Description: Apache-Perl module that enables to authorize a user with LDAP attributes
  After you have authenticated a user (perhaps with Apache::AuthNetLDAP ;) 
  you can use Apache::AuthzNetLDAP to determine whether they are authorized to
  access  the Web resource under this modules control.
@@ -24,3 +34,4 @@ Description:  Apache-Perl module that enables to authorize a user with LDAP attr
  You can control authorization via one of four methods. The first two are
  the pretty standard user and valid-user require, the second two are group or
  ldap-url which are unique to LDAP.
+

-- 
Debian packaging of libapache-authznetldap-perl



More information about the Pkg-perl-cvs-commits mailing list