lemonldap-ng/debian/control

324 lines
13 KiB
Plaintext
Raw Normal View History

Source: lemonldap-ng
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
2016-12-16 07:03:28 +01:00
Testsuite: autopkgtest
Priority: extra
2015-12-22 11:45:15 +01:00
Build-Depends: debhelper (>= 9),
dh-systemd,
2012-10-30 15:09:25 +01:00
po-debconf
Build-Depends-Indep: libapache-session-perl,
2013-01-25 22:42:43 +01:00
libauthcas-perl,
2012-10-30 15:09:25 +01:00
libcache-cache-perl,
libclone-perl,
2016-03-05 09:42:03 +01:00
libconfig-inifiles-perl,
libconvert-pem-perl,
2016-04-10 23:29:59 +02:00
libcrypt-openssl-bignum-perl,
libcrypt-openssl-rsa-perl,
libcrypt-openssl-x509-perl,
2012-10-30 15:09:25 +01:00
libcrypt-rijndael-perl,
2016-12-16 07:03:28 +01:00
libdbd-sqlite3-perl,
libdbi-perl,
2013-01-25 22:42:43 +01:00
libdigest-hmac-perl,
2017-01-24 18:55:20 +01:00
libgd-securityimage-perl,
libglib-perl,
libhtml-template-perl,
2017-01-24 18:55:20 +01:00
libimage-magick-perl,
2012-10-30 15:09:25 +01:00
libio-string-perl,
libjson-perl,
2016-03-13 13:52:45 +01:00
liblasso-perl,
2012-10-30 15:09:25 +01:00
libmime-lite-perl,
libmouse-perl,
2013-03-10 07:42:34 +01:00
libnet-cidr-lite-perl,
libnet-ldap-perl,
2013-01-25 22:42:43 +01:00
libnet-openid-consumer-perl,
libnet-openid-server-perl,
libplack-perl,
libregexp-assemble-perl,
2015-06-10 17:20:20 +02:00
libregexp-common-perl,
2012-10-30 15:09:25 +01:00
libsoap-lite-perl,
libstring-random-perl,
2013-03-10 07:42:34 +01:00
libtest-mockobject-perl,
libtest-pod-perl,
libunicode-string-perl,
2013-03-10 07:42:34 +01:00
liburi-perl,
libhttp-message-perl,
libwww-perl,
2013-01-25 22:42:43 +01:00
libxml-libxml-perl,
libxml-libxslt-perl,
libxml-simple-perl,
2016-02-18 12:53:52 +01:00
perl
2016-05-17 22:36:17 +02:00
Standards-Version: 3.9.8
2015-12-22 11:45:15 +01:00
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/lemonldap-ng.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/lemonldap-ng.git
Homepage: http://lemonldap-ng.org/
Package: lemonldap-ng
Architecture: all
2012-10-30 15:09:25 +01:00
Depends: ${misc:Depends},
2016-05-17 22:36:17 +02:00
lemonldap-ng-handler (= ${binary:Version}),
2012-10-30 15:09:25 +01:00
liblemonldap-ng-manager-perl (= ${binary:Version}),
liblemonldap-ng-portal-perl (= ${binary:Version})
2015-12-28 17:35:22 +01:00
Provides: openid-connect-provider,
openid-connect-relying-party,
saml-identity-provider,
2015-12-26 08:30:27 +01:00
saml-service-provider
Description: OpenID-Connect, CAS and SAML compatible Web-SSO system
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
2012-12-29 20:18:35 +01:00
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
2012-12-29 20:18:35 +01:00
.
This package is a metapackage that install handler, manager and portal.
Package: lemonldap-ng-doc
Architecture: all
2012-10-30 15:09:25 +01:00
Section: doc
Depends: ${misc:Depends}
Description: Lemonldap::NG Web-SSO system documentation
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
2012-12-29 20:18:35 +01:00
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
2012-12-29 20:18:35 +01:00
.
This package contains html documentation.
Package: lemonldap-ng-fr-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
lemonldap-ng-doc (= ${binary:Version})
2013-11-12 20:51:06 +01:00
Description: French documentation of Lemonldap::NG Web-SSO system
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
.
This package contains French html documentation.
2016-02-18 20:52:12 +01:00
Package: lemonldap-ng-fastcgi-server
2016-02-04 23:10:17 +01:00
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
2016-10-19 15:49:23 +02:00
lsb-base (>= 3.0-6),
libfcgi-procmanager-perl,
2016-10-19 15:49:23 +02:00
liblemonldap-ng-handler-perl (= ${binary:Version}),
2016-05-17 22:36:17 +02:00
libplack-perl,
nginx-extras | nginx
2016-03-13 13:52:45 +01:00
Recommends: libhttp-parser-xs-perl,
2016-02-04 23:10:17 +01:00
Suggests: nginx-extras
Section: web
2016-02-04 23:10:17 +01:00
Description: Lemonldap::NG FastCGI server
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
2016-02-04 23:10:17 +01:00
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
.
Lemonldap::NG FastCGI server provides a Nginx auth_request server.
2016-05-17 22:36:17 +02:00
Package: lemonldap-ng-handler
Architecture: all
Depends: ${misc:Depends},
libapache2-mod-perl2 | lemonldap-ng-fastcgi-server (= ${binary:Version}),
liblemonldap-ng-handler-perl (= ${binary:Version})
Breaks: liblemonldap-ng-handler-perl (<< 1.9.1-2~)
Replaces: liblemonldap-ng-handler-perl (<< 1.9.1-2~)
2016-06-22 13:19:31 +02:00
Description: Lemonldap::NG handler part
2016-05-17 22:36:17 +02:00
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
2016-05-17 22:36:17 +02:00
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
.
This package provides configuration files for Apache and Nginx used to protect
web areas.
Package: liblemonldap-ng-handler-perl
Architecture: all
2012-10-30 15:09:25 +01:00
Depends: ${misc:Depends},
2012-12-01 11:53:10 +01:00
${perl:Depends},
liblemonldap-ng-common-perl (= ${binary:Version}),
2014-04-17 16:30:42 +02:00
libmouse-perl,
2014-07-07 20:30:42 +02:00
liburi-perl,
libwww-perl
Recommends: libhttp-message-perl,
liblwp-protocol-https-perl
Suggests: libcache-memcached-perl,
libdigest-hmac-perl,
liblemonldap-ng-portal-perl,
2012-10-30 15:09:25 +01:00
libsoap-lite-perl
Description: Lemonldap::NG handler common libraries
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
2012-12-29 20:18:35 +01:00
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
2012-12-29 20:18:35 +01:00
.
2016-05-17 22:36:17 +02:00
Lemonldap::NG::Handler provides Perl libraries used by web server handlers.
2015-03-09 17:19:27 +01:00
Package: liblemonldap-ng-conf-perl
Depends: ${misc:Depends},
liblemonldap-ng-common-perl
Architecture: all
Section: oldlibs
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: liblemonldap-ng-common-perl
2015-03-09 17:19:27 +01:00
Replaces: liblemonldap-ng-conf-perl (<< 1.3.3~)
Breaks: liblemonldap-ng-conf-perl (<< 1.3.3~)
Architecture: all
2012-10-30 15:09:25 +01:00
Depends: ${misc:Depends},
2012-12-01 11:53:10 +01:00
${perl:Depends},
2012-10-30 15:09:25 +01:00
debconf,
2013-01-20 17:21:33 +01:00
libapache-session-perl,
2012-10-30 15:09:25 +01:00
libcache-cache-perl,
libconfig-inifiles-perl,
2013-01-25 22:42:43 +01:00
libcrypt-openssl-rsa-perl,
libcrypt-openssl-x509-perl,
libcrypt-rijndael-perl,
2013-01-25 22:42:43 +01:00
libdbi-perl,
libjson-perl,
2014-04-17 16:30:42 +02:00
libmouse-perl,
2013-01-25 22:42:43 +01:00
libnet-cidr-lite-perl,
libplack-perl,
2013-01-25 22:42:43 +01:00
libsoap-lite-perl
Recommends: libapache-session-browseable-perl,
libhtml-template-perl,
libhttp-message-perl,
2016-01-13 20:47:56 +01:00
libnet-ldap-perl,
liblwp-protocol-https-perl,
2013-01-25 22:42:43 +01:00
libxml-libxml-perl,
libxml-simple-perl
2016-02-08 07:27:55 +01:00
Conflicts: liblemonldap-ng-cli-perl
Description: Lemonldap::NG common files
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
2012-12-29 20:18:35 +01:00
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
2012-12-29 20:18:35 +01:00
.
2015-12-22 11:45:15 +01:00
Lemonldap::NG::Common contains common files used by other Lemonldap::NG
modules.
Package: liblemonldap-ng-manager-perl
Architecture: all
Depends: ${misc:Depends},
2012-12-01 11:53:10 +01:00
${perl:Depends},
libconvert-pem-perl,
libcrypt-openssl-rsa-perl,
libhtml-template-perl,
libjson-perl,
liblemonldap-ng-common-perl (= ${binary:Version}),
2012-10-30 15:09:25 +01:00
liblemonldap-ng-handler-perl (= ${binary:Version}),
2016-01-09 21:45:27 +01:00
libmouse-perl,
libwww-perl
Recommends: lemonldap-ng-doc (= ${binary:Version}),
libapache-session-browseable-perl,
2016-10-19 15:49:23 +02:00
libapache2-mod-fcgid | libapache2-mod-fastcgi | lemonldap-ng-fastcgi-server (= ${binary:Version}),
2016-01-13 20:47:56 +01:00
libjson-xs-perl,
libhttp-parser-xs-perl,
liblwp-protocol-https-perl,
libxml-libxml-perl,
libxml-libxslt-perl,
libxml-simple-perl
2016-01-01 20:55:53 +01:00
Suggests: libclone-perl
2012-10-30 15:09:25 +01:00
Pre-Depends: debconf
Description: Lemonldap::NG manager part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
2012-12-29 20:18:35 +01:00
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
2012-12-29 20:18:35 +01:00
.
2015-12-22 11:45:15 +01:00
Lemonldap::NG::Manager provides the administration interface.
Package: liblemonldap-ng-portal-perl
Architecture: all
Depends: ${misc:Depends},
2012-12-01 11:53:10 +01:00
${perl:Depends},
2016-02-06 19:41:29 +01:00
apache2 | nginx | httpd-cgi,
libcgi-pm-perl,
2012-10-30 15:09:25 +01:00
libclone-perl,
libhtml-template-perl,
liblemonldap-ng-common-perl (= ${binary:Version}),
libmime-lite-perl,
2016-04-10 23:29:59 +02:00
libcrypt-openssl-bignum-perl,
2013-06-01 15:48:43 +02:00
libnet-ldap-perl,
libregexp-assemble-perl,
libstring-random-perl,
2014-07-07 20:30:42 +02:00
libunicode-string-perl,
liburi-perl
Recommends: libnet-facebook-oauth2-perl | libnet-openid-consumer-perl | libnet-openid-server-perl | liblasso-perl | libnet-oauth-perl | libauthcas-perl | libweb-id-perl,
libwww-perl
Suggests: libauthcas-perl,
libauthen-captcha-perl,
2013-01-25 22:42:43 +01:00
libdbi-perl,
2017-01-24 18:55:20 +01:00
libgd-securityimage-perl,
2013-01-25 22:42:43 +01:00
libglib-perl,
2017-01-24 18:55:20 +01:00
libimage-magick-perl,
2016-03-13 13:52:45 +01:00
liblasso-perl,
liblemonldap-ng-handler-perl (= ${binary:Version}),
libnet-facebook-oauth2-perl,
libnet-openid-consumer-perl,
libnet-openid-server-perl,
libnet-oauth-perl,
2013-03-10 07:53:48 +01:00
libsoap-lite-perl,
2013-10-13 15:54:48 +02:00
libweb-id-perl,
libhttp-message-perl,
liblwp-protocol-https-perl,
2013-01-25 22:42:43 +01:00
libxml-libxml-perl,
libxml-libxslt-perl,
libxml-simple-perl,
slapd
Pre-Depends: debconf
Description: Lemonldap::NG authentication portal part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
2016-06-22 13:19:31 +02:00
or directly on application webservers. It can be used in conjunction with
OpenID-Connect, CAS and SAML systems as identity or service provider. It can
also be used as proxy between those federation systems.
.
It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorization are built by
2012-12-29 20:18:35 +01:00
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.
2012-12-29 20:18:35 +01:00
.
2015-12-22 11:45:15 +01:00
Lemonldap::NG::Portal provides the authentication portal.