Prepare 2.0.0-alpha1 release

This commit is contained in:
Clément Oudot 2017-07-10 09:11:34 +00:00
parent 5896bfa06a
commit dd87683a4c
14 changed files with 42 additions and 46 deletions

View File

@ -10,7 +10,9 @@ Copyright: 2005-2017, Xavier Guimard <x.guimard@free.fr>
2012-2015, François-Xavier Deltombe <fxdeltombe@gmail.com>
2012-2013, Sandro Cazzaniga <cazzaniga.sandro@gmail.com>
2012-2015, David Coutadeur <david.coutadeur@gmail.com>
2008, Mikael Ates <mikael.ates@univ-st-etienne.fr>
2006-2015, LINAGORA <info@linagora.com>
2015-2017, Savoir-faire Linux <contac@savoirfairelinux.com>
License: GPL-2+
Files: lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/PAM.pm

View File

@ -1,4 +1,4 @@
lemonldap-ng (2.0.0) stable; urgency=low
lemonldap-ng (2.0.0-alpha1) testing; urgency=low
lemonldap-ng (1.9.10) stable; urgency=high

6
debian/changelog vendored
View File

@ -1,9 +1,9 @@
lemonldap-ng (2.0.0-1) UNRELEASED; urgency=medium
lemonldap-ng (2.0.0-alpha1) unstable; urgency=medium
* New release. See changes on our website:
* Alpha release. See changes on our website:
http://jira.ow2.org/browse/LEMONLDAP/
-- Clement OUDOT <clement@oudot.me> Wed, 02 Mar 2016 15:47:12 +0100
-- Clement OUDOT <clement@oodo.net> Mon, 10 Jul 2017 12:00:00 +0100
lemonldap-ng (1.9.10-1) unstable; urgency=medium

View File

@ -9,7 +9,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150010'
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -38,6 +38,7 @@ requires:
JSON: '0'
Mouse: '0'
Plack: '0'
Test::Pod: '1'
URI: '0'
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
version: v2.0.0-alpha1
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '2.0.0';
our $VERSION = '2.0.0-alpha1';
1;
__END__

View File

@ -1,7 +1,7 @@
---
abstract: 'The Apache protection module part of Lemonldap::NG Web-SSO system.'
author:
- 'Xavier Guimard <x.guimard@free.fr>'
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
build_requires:
Cwd: '0'
Digest::HMAC_SHA1: '0'
@ -11,7 +11,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150010'
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -28,8 +28,8 @@ recommends:
SOAP::Lite: '0'
requires:
LWP::UserAgent: '0'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Common: '0'
Mouse: '0'
URI: '0'
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
version: v2.0.0-apha1
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -24,7 +24,7 @@ WriteMakefile(
},
},
PREREQ_PM => {
'Lemonldap::NG::Common' => '2.0.0',
'Lemonldap::NG::Common' => '2.0.0-alpha1',
'LWP::UserAgent' => 0,
'Mouse' => 0,
'URI' => 0,
@ -35,7 +35,8 @@ WriteMakefile(
(
ABSTRACT_FROM =>
'lib/Lemonldap/NG/Handler.pm', # retrieve abstract from module
AUTHOR => 'Xavier Guimard <x.guimard@free.fr>'
AUTHOR =>
'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
)
: ()
),

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Handler;
use base 'Lemonldap::NG::Handler::ApacheMP2';
our $VERSION = '2.0.0';
our $VERSION = '2.0.0-apha1';
1;

View File

@ -1,7 +1,7 @@
---
abstract: 'Perl extension for managing Lemonldap::NG Web-SSO system.'
author:
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>, Thomas Chemineau <thomas.chemineau@gmail.com>'
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
build_requires:
IO::String: '0'
Regexp::Common: '0'
@ -9,7 +9,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150010'
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -25,7 +25,7 @@ requires:
Convert::PEM: '0'
Crypt::OpenSSL::RSA: '0'
LWP::UserAgent: '0'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Handler: v2.0.0
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Lemonldap::NG::Common: '0'
Lemonldap::NG::Handler: '0'
version: v2.0.0-alpha1
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -20,8 +20,8 @@ WriteMakefile(
PREREQ_PM => {
'Convert::PEM' => 0,
'Crypt::OpenSSL::RSA' => 0,
'Lemonldap::NG::Common' => '2.0.0',
'Lemonldap::NG::Handler' => '2.0.0',
'Lemonldap::NG::Common' => '2.0.0-alpha1',
'Lemonldap::NG::Handler' => '2.0.0-alpha1',
'LWP::UserAgent' => 0,
}, # e.g., Module::Name => 1.1
(
@ -30,9 +30,8 @@ WriteMakefile(
(
ABSTRACT_FROM =>
'lib/Lemonldap/NG/Manager.pm', # retrieve abstract from module
AUTHOR => 'Xavier Guimard <x.guimard@free.fr>'
. ', Clément Oudot <clement@oodo.net>'
. ', Thomas Chemineau <thomas.chemineau@gmail.com>'
AUTHOR =>
'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
)
: ()
),

View File

@ -17,7 +17,7 @@ use JSON;
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;
our $VERSION = '2.0.0';
our $VERSION = '2.0.0-alpha1';
extends 'Lemonldap::NG::Common::Conf::AccessLib',
'Lemonldap::NG::Handler::PSGI::Router';

View File

@ -1,23 +1,19 @@
---
abstract: 'The authentication portal part of Lemonldap::NG Web-SSO system.'
author:
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>, Thomas Chemineau <thomas.chemineau@gmail.com>, Mikael Ates <mikael.ates@univ-st-etienne.fr>'
- 'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
build_requires:
AuthCAS: '0'
Email::Sender: '0'
HTTP::Message: '0'
IO::String: '0'
LWP: '0'
LWP::UserAgent: '0'
MIME::Entity: '0'
Net::OpenID::Consumer: '0'
Net::OpenID::Server: '0'
SOAP::Lite: '0'
String::Random: '0'
Test::Pod: '1'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150010'
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@ -28,15 +24,14 @@ no_index:
- t
- inc
recommends:
AuthCAS: '0'
DBI: '0'
Email::Sender: '1.300027'
GD::SecurityImage: '0'
Glib: '0'
HTTP::Message: '0'
Image::Magick: '0'
LWP: '0'
LWP::Protocol::https: '0'
LWP::UserAgent: '0'
Lasso: v2.3.0
MIME::Entity: '0'
Net::Facebook::Oauth2: '0'
@ -50,7 +45,7 @@ recommends:
Web::ID: '0'
requires:
Clone: '0'
Lemonldap::NG::Handler: v2.0.0
Lemonldap::NG::Handler: '0'
Regexp::Assemble: '0'
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
version: v2.0.0-alpha1
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View File

@ -41,7 +41,7 @@ WriteMakefile(
},
PREREQ_PM => {
'Clone' => 0,
'Lemonldap::NG::Handler' => '2.0.0',
'Lemonldap::NG::Handler' => '2.0.0-alpha1',
'Regexp::Assemble' => 0,
},
(
@ -50,10 +50,8 @@ WriteMakefile(
(
ABSTRACT_FROM =>
'lib/Lemonldap/NG/Portal.pm', # retrieve abstract from module
AUTHOR => 'Xavier Guimard <x.guimard@free.fr>'
. ', Clément Oudot <clement@oodo.net>'
. ', Thomas Chemineau <thomas.chemineau@gmail.com>'
. ', Mikael Ates <mikael.ates@univ-st-etienne.fr>'
AUTHOR =>
'Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>'
)
: ()
),

View File

@ -1,7 +1,7 @@
# Alias for Lemonldap::NG::Portal::Main
package Lemonldap::NG::Portal;
our $VERSION = '2.0.0';
our $VERSION = '2.0.0-alpha1';
use Lemonldap::NG::Portal::Main;
use base 'Lemonldap::NG::Portal::Main';