Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
6e835a11
Commit
6e835a11
authored
Jul 09, 2018
by
Yadd
Browse files
Add Convert::Base32 in recommended deps
parent
b413142f
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
6e835a11
...
...
@@ -153,6 +153,7 @@ Depends: ${misc:Depends},
liblemonldap-ng-handler-perl (= ${binary:Version}),
libregexp-assemble-perl
Recommends: libcrypt-openssl-bignum-perl,
libconvert-base32-perl,
libemail-sender-perl (>=1.300027) | libemail-sender-transport-smtps-perl,
libgd-securityimage-perl,
libmime-tools-perl,
...
...
lemonldap-ng-portal/META.json
View file @
6e835a11
...
...
@@ -39,6 +39,7 @@
},
"runtime"
:
{
"recommends"
:
{
"Convert::Base32"
:
"0"
,
"DBI"
:
"0"
,
"Email::Sender"
:
"1.300027"
,
"GD::SecurityImage"
:
"0"
,
...
...
lemonldap-ng-portal/META.yml
View file @
6e835a11
...
...
@@ -25,6 +25,7 @@ no_index:
-
t
-
inc
recommends
:
Convert::Base32: '0'
DBI
:
'
0'
Email::Sender: '1.300027'
GD::SecurityImage: '0'
...
...
lemonldap-ng-portal/Makefile.PL
View file @
6e835a11
...
...
@@ -9,6 +9,7 @@ WriteMakefile(
LICENSE
=>
'gpl'
,
META_MERGE
=>
{
'recommends'
=>
{
'Convert::Base32'
=>
0,
'DBI'
=>
0,
'Email::Sender'
=>
1.300027,
'GD::SecurityImage'
=>
0,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment