[lemonldap-ng] branch master updated (76cc3ba -> b413dad)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Thu Feb 6 12:23:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a change to branch master
in repository lemonldap-ng.

      from  76cc3ba   back to UNRELEASED; TODO added to changelog
      adds  083a975   Imported Upstream version 1.3.2
       new  4243a7c   Merge tag 'upstream/1.3.2'
       new  b0f7e2a   Update javascript patch
       new  a995ae7   Restore libxml-simple-perl in deps
       new  db3324b   Add psession dirs in lintian overrides
       new  82bdddc   Use dpkg only to compare versions
       new  61756d9   Add psessions dir
       new  a0ba461   Add psessions dir
       new  b413dad   Update d/ch

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Doxyfile                                           |     2 +-
 changelog                                          |    24 +
 debian/changelog                                   |    15 +-
 debian/control                                     |     3 +-
 debian/liblemonldap-ng-common-perl.config          |     6 +-
 debian/liblemonldap-ng-portal-perl.dirs            |     1 +
 .../liblemonldap-ng-portal-perl.lintian-overrides  |     2 +
 .../change-js-libs-by-shared-packages.patch        | 19968 ++++++++++++++++++-
 debian/patches/series                              |     2 +-
 debian/rules                                       |     4 +
 doc/index.html                                     |     1 -
 doc/index/alphabetical.html                        |     2 +-
 doc/pages/contact.html                             |    13 +-
 doc/pages/default_sidebar.html                     |    91 -
 doc/pages/documentation.html                       |    10 +-
 doc/pages/documentation/1.3/applications.html      |     4 +-
 .../1.3/applications/cornerstone.html              |   199 +
 doc/pages/documentation/1.3/configlocation.html    |    59 +-
 doc/pages/documentation/1.3/idpsaml.html           |     4 +-
 doc/pages/documentation/1.3/performances.html      |    36 +-
 doc/pages/documentation/1.3/prereq.html            |    38 +-
 doc/pages/documentation/conferences.html           |    25 +-
 doc/pages/download.html                            |    16 +-
 doc/pages/references.html                          |    54 +-
 doc/pages/start.html                               |   290 -
 lemonldap-ng-common/META.yml                       |    78 +-
 lemonldap-ng-common/lib/Lemonldap/NG/Common.pm     |     2 +-
 lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm |     6 +-
 .../lib/Lemonldap/NG/Common/CGI/SOAPServer.pm      |     2 +-
 lemonldap-ng-handler/META.yml                      |    66 +-
 lemonldap-ng-handler/Makefile.PL                   |     2 +-
 lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm   |     2 +-
 .../lib/Lemonldap/NG/Handler/Simple.pm             |     2 +-
 lemonldap-ng-manager/MANIFEST                      |     2 +
 lemonldap-ng-manager/META.yml                      |    60 +-
 lemonldap-ng-manager/Makefile.PL                   |     4 +-
 .../example/scripts/lemonldap-ng-cli               |   122 +-
 .../example/skins/default/js/jquery-1.10.2.js      |  9789 +++++++++
 .../skins/default/js/jquery-ui-1.10.3.custom.js    | 15003 ++++++++++++++
 .../example/skins/default/js/manager.js            |     2 +-
 lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm   |     4 +-
 .../lib/Lemonldap/NG/Manager/Cli.pm                |  2350 +--
 .../lib/Lemonldap/NG/Manager/Sessions.pm           |     6 +-
 .../lib/Lemonldap/NG/Manager/_Struct.pm            |    12 +-
 lemonldap-ng-manager/t/50-Cli.t                    |     9 +-
 lemonldap-ng-portal/MANIFEST                       |     3 +-
 lemonldap-ng-portal/META.yml                       |   116 +-
 lemonldap-ng-portal/Makefile.PL                    |     4 +-
 lemonldap-ng-portal/example/cas.pl                 |     0
 .../example/skins/common/jquery-1.10.2.js          |  9789 +++++++++
 .../skins/common/jquery-ui-1.10.3.custom.js        | 15003 ++++++++++++++
 lemonldap-ng-portal/example/skins/common/portal.js |     1 +
 .../example/skins/common/valid-xhtml10-blue.png    |   Bin 2026 -> 0 bytes
 .../example/skins/impact/header.tpl                |    22 +-
 lemonldap-ng-portal/example/skins/impact/login.tpl |    16 +
 lemonldap-ng-portal/example/skins/impact/mail.tpl  |     2 +
 lemonldap-ng-portal/example/skins/impact/menu.tpl  |     3 +-
 .../example/skins/impact/openid.tpl                |     4 +-
 .../example/skins/impact/password.tpl              |     2 +-
 .../example/skins/pastel/header.tpl                |    22 +-
 lemonldap-ng-portal/example/skins/pastel/login.tpl |     2 +
 lemonldap-ng-portal/example/skins/pastel/mail.tpl  |     2 +
 lemonldap-ng-portal/example/skins/pastel/menu.tpl  |     2 +
 .../example/skins/pastel/openid.tpl                |     2 +
 .../example/skins/pastel/password.tpl              |     2 +-
 lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm     |     2 +-
 .../lib/Lemonldap/NG/Portal/AuthCAS.pm             |     2 +-
 .../lib/Lemonldap/NG/Portal/AuthGoogle.pm          |     2 +-
 .../lib/Lemonldap/NG/Portal/OpenID/SREG.pm         |     2 +-
 .../lib/Lemonldap/NG/Portal/PasswordDBDBI.pm       |     4 +-
 .../lib/Lemonldap/NG/Portal/Simple.pm              |    32 +-
 .../lib/Lemonldap/NG/Portal/UserDBOpenID.pm        |     2 +-
 .../lib/Lemonldap/NG/Portal/_DBI.pm                |    38 +-
 .../lib/Lemonldap/NG/Portal/_LDAP.pm               |    41 +-
 .../lib/Lemonldap/NG/Portal/_SAML.pm               |    32 +-
 .../lib/Lemonldap/NG/Portal/_WebForm.pm            |     5 +-
 rpm/lemonldap-ng.spec                              |     8 +-
 scripts/doc.pl                                     |    16 +-
 78 files changed, 71183 insertions(+), 2392 deletions(-)
 delete mode 100644 doc/pages/default_sidebar.html
 create mode 100644 doc/pages/documentation/1.3/applications/cornerstone.html
 delete mode 100644 doc/pages/start.html
 create mode 100644 lemonldap-ng-manager/example/skins/default/js/jquery-1.10.2.js
 create mode 100644 lemonldap-ng-manager/example/skins/default/js/jquery-ui-1.10.3.custom.js
 mode change 100755 => 100644 lemonldap-ng-portal/example/cas.pl
 create mode 100644 lemonldap-ng-portal/example/skins/common/jquery-1.10.2.js
 create mode 100644 lemonldap-ng-portal/example/skins/common/jquery-ui-1.10.3.custom.js
 delete mode 100644 lemonldap-ng-portal/example/skins/common/valid-xhtml10-blue.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list