LEMONLDAP::NG : Version 0.9.1

This commit is contained in:
Xavier Guimard 2008-04-11 05:16:57 +00:00
parent e2f40e466d
commit f2cb286636
5 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Section: perl
Priority: extra
Maintainer: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 4.1.16), po-debconf
Build-Depends-Indep:libapache-session-perl, libnet-ldap-perl, libdbi-perl, libwww-perl, libcache-cache-perl, libxml-simple-perl
Build-Depends-Indep:libapache-session-perl, libnet-ldap-perl, libdbi-perl, libwww-perl, libcache-cache-perl, libxml-simple-perl, libcgi-session-perl
Standards-Version: 3.7.3
Package: lemonldap-ng
@ -58,7 +58,7 @@ Description: Lemonldap::NG apache manager part
Package: liblemonldap-ng-portal-perl
Architecture: all
Depends: libapache-session-perl, libnet-ldap-perl, liblemonldap-ng-conf-perl (>=0.8.2.3)
Suggests: liblasso-perl libcgi-session-perl
Suggests: liblasso-perl, libcgi-session-perl
Description: Lemonldap::NG apache authentication portal part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
or directly on application apache servers.

View File

@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Lemonldap-NG-Handler
version: 0.75
version: 0.86
version_from: lib/Lemonldap/NG/Handler.pm
installdirs: site
requires:

View File

@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Lemonldap-NG-Manager
version: 0.5
version: 0.84
version_from: lib/Lemonldap/NG/Manager.pm
installdirs: site
requires:

View File

@ -1,12 +1,13 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Lemonldap-NG-Portal
version: 0.63
version: 0.82
version_from: lib/Lemonldap/NG/Portal.pm
installdirs: site
requires:
Apache::Session: 0
CGI: 3.08
CGI::Session: 0
Lemonldap::NG::Manager: 0.4
Net::LDAP: 0

View File

@ -8,6 +8,7 @@ WriteMakefile(
'Apache::Session' => 0,
'Net::LDAP' => 0,
'CGI' => 3.08,
'CGI::Session' => 0,
'Lemonldap::NG::Manager' => 0.4,
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005