Skip to content
GitLab
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
912bb860
Commit
912bb860
authored
Oct 19, 2013
by
Yadd
Browse files
Move Apache::Session::Browseable dependency to Common
parent
a9c20147
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
912bb860
...
...
@@ -86,8 +86,7 @@ Depends: ${misc:Depends},
libapache2-mod-perl2,
liblemonldap-ng-conf-perl (= ${binary:Version}),
libwww-perl
Recommends: libapache-session-browseable-perl,
libhttp-message-perl | libwww-perl (<< 6),
Recommends: libhttp-message-perl | libwww-perl (<< 6),
liblwp-protocol-https-perl | libwww-perl (<< 6)
Suggests: libcache-memcached-perl,
libdigest-hmac-perl,
...
...
@@ -121,7 +120,8 @@ Depends: ${misc:Depends},
libdbi-perl,
libnet-cidr-lite-perl,
libsoap-lite-perl
Recommends: libhtml-template-perl,
Recommends: libapache-session-browseable-perl,
libhtml-template-perl,
libnet-ldap-perl,
libhttp-message-perl | libwww-perl (<< 6),
liblwp-protocol-https-perl | libwww-perl (<< 6),
...
...
@@ -184,8 +184,7 @@ Depends: ${misc:Depends},
libregexp-assemble-perl,
libstring-random-perl,
libunicode-string-perl
Recommends: libapache-session-browseable-perl,
libnet-facebook-oauth2-perl | libnet-openid-consumer-perl | libnet-openid-server-perl | liblasso-perl (>= 2.3.0) | libnet-twitter-perl | libauthcas-perl | libweb-id-perl,
Recommends: libnet-facebook-oauth2-perl | libnet-openid-consumer-perl | libnet-openid-server-perl | liblasso-perl (>= 2.3.0) | libnet-twitter-perl | libauthcas-perl | libweb-id-perl,
libwww-perl
Suggests: libauthcas-perl,
libauthen-captcha-perl,
...
...
lemonldap-ng-common/Makefile.PL
View file @
912bb860
...
...
@@ -30,11 +30,12 @@ WriteMakefile(
},
META_MERGE
=>
{
'
recommends
'
=>
{
'
HTML::Template
'
=>
0
,
'
HTTP::Message
'
=>
0
,
'
Net::LDAP
'
=>
0
,
'
XML::Simple
'
=>
0
,
'
XML::LibXML
'
=>
0
,
'
Apache::Session::Browseable
'
=>
0
,
'
HTML::Template
'
=>
0
,
'
HTTP::Message
'
=>
0
,
'
Net::LDAP
'
=>
0
,
'
XML::Simple
'
=>
0
,
'
XML::LibXML
'
=>
0
,
},
},
PREREQ_PM
=>
{
...
...
lemonldap-ng-portal/Makefile.PL
View file @
912bb860
...
...
@@ -9,7 +9,6 @@ WriteMakefile(
LICENSE
=>
'gpl'
,
META_MERGE
=>
{
'recommends'
=>
{
'Apache::Session::Browseable'
=>
0,
'AuthCAS'
=>
0,
'DBI'
=>
0,
'Glib'
=>
0,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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