Add missing dependency to DateTime::Format::RFC3339

This commit is contained in:
Xavier 2019-09-20 06:37:38 +02:00
parent 373f2f1a39
commit f63f481cea
4 changed files with 45 additions and 33 deletions

2
debian/control vendored
View File

@ -16,6 +16,7 @@ Build-Depends-Indep: libapache-session-perl,
libcrypt-openssl-x509-perl,
libcrypt-urandom-perl,
libcrypt-rijndael-perl,
libdatetime-format-rfc3339-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libdigest-hmac-perl,
@ -280,6 +281,7 @@ Recommends: libcrypt-openssl-bignum-perl,
libnet-ldap-perl,
libunicode-string-perl
Suggests: libcrypt-u2f-server-perl,
libdatetime-format-rfc3339-perl,
libdbi-perl,
libglib-perl,
libgssapi-perl,

View File

@ -28,7 +28,10 @@
"LWP::UserAgent" : "0",
"MIME::Entity" : "0",
"SOAP::Lite" : "0",
"String::Random" : "0"
"String::Random" : "0",
"Text::Unidecode" : "0",
"XML::LibXML" : "0",
"XML::Simple" : "0"
}
},
"configure" : {
@ -57,6 +60,7 @@
"Net::OpenID::Consumer" : "0",
"Net::OpenID::Server" : "0",
"SOAP::Lite" : "0",
"Text::Unidecode" : "0",
"Unicode::String" : "0",
"Web::ID" : "0"
},

View File

@ -10,6 +10,9 @@ build_requires:
MIME::Entity: '0'
SOAP::Lite: '0'
String::Random: '0'
Text::Unidecode: '0'
XML::LibXML: '0'
XML::Simple: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
@ -43,6 +46,7 @@ recommends:
Net::OpenID::Consumer: '0'
Net::OpenID::Server: '0'
SOAP::Lite: '0'
Text::Unidecode: '0'
Unicode::String: '0'
Web::ID: '0'
requires:

View File

@ -11,6 +11,7 @@ WriteMakefile(
'recommends' => {
'Convert::Base32' => 0,
'DBI' => 0,
'DateTime/Format/RFC3339' => 0,
'Email::Sender' => 1.300027,
'GD::SecurityImage' => 0,
'Glib' => 0,
@ -51,6 +52,7 @@ WriteMakefile(
BUILD_REQUIRES => {
'Convert::Base32' => 0,
'Email::Sender' => 0,
'DateTime/Format/RFC3339' => 0,
'HTTP::Message' => 0,
'LWP::UserAgent' => 0,
'MIME::Entity' => 0,