New dependency not inserted in control files (Crypt::OpenSSL::X509)

This commit is contained in:
Xavier Guimard 2010-05-31 15:44:40 +00:00
parent 0f10a2c8ad
commit aa06d53bcf
3 changed files with 15 additions and 8 deletions

View File

@ -8,7 +8,7 @@ Build-Depends-Indep:libapache-session-perl, libnet-ldap-perl (>=1:0.38), libdbi-
libwww-perl, libcache-cache-perl, libcrypt-rijndael-perl, libxml-libxslt-perl,
libio-string-perl, libregexp-assemble-perl, liburi-perl, libstring-random-perl,
libmime-lite-perl, libsoap-lite-perl, libconfig-inifiles-perl,
libnet-twitter-perl, libnet-openid-consumer-perl
libnet-twitter-perl, libnet-openid-consumer-perl, libcrypt-openssl-x509-perl
Standards-Version: 3.8.3
Homepage: http://lemonldap.ow2.org/
@ -77,7 +77,7 @@ Depends: ${misc:Depends}, libapache-session-perl, libnet-ldap-perl (>=1:0.38),
liblemonldap-ng-conf-perl (= ${binary:Version}), libhtml-template-perl,
libjs-jquery, liblemonldap-ng-handler-perl (= ${binary:Version}),
libxml-libxml-perl, libxml-libxslt-perl, libstring-random-perl,
libsoap-lite-perl
libsoap-lite-perl, libcrypt-openssl-x509-perl
Recommends: libmime-lite-perl, libemail-date-format-perl,
libnet-openid-consumer-perl | libnet-twitter-perl | liblasso-perl
Suggests: slapd

View File

@ -9,10 +9,12 @@ distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
IO::String: 0
Crypt::OpenSSL::X509: 0
IO::String: 0
requires:
Apache::Session: 0
CGI: 3.08
Crypt::OpenSSL::X509: 0
HTML::Template: 0
IO::String: 0
Lemonldap::NG::Common: 0.96
@ -30,9 +32,10 @@ meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
recommends:
Crypt::OpenSSL::X509: 0
Email::Date::Format: 0
Lasso: 0
MIME::Lite: 0
Net::OpenID::Consumer: 0
Net::OpenID::Server: 0
Net::Twitter: 0
Lasso: 0

View File

@ -8,16 +8,20 @@ WriteMakefile(
LICENSE => 'gpl',
META_MERGE => {
'recommends' => {
'Crypt::OpenSSL::X509' => 0,
'Email::Date::Format' => 0,
'Lasso' => 0,
'MIME::Lite' => 0,
'Net::OpenID::Consumer' => 0,
'Net::OpenID::Server' => 0,
'MIME::Lite' => 0,
'Net::Twitter' => 0,
'Lasso' => 0,
},
},
BUILD_REQUIRES => { 'IO::String' => 0, },
PREREQ_PM => {
BUILD_REQUIRES => {
'Crypt::OpenSSL::X509' => 0,
'IO::String' => 0,
},
PREREQ_PM => {
'Apache::Session' => 0,
'Net::LDAP' => 0,
'CGI' => 3.08,