[Pkg-nagios-changes] [pkg-icinga-web] branch debmon-squeeze updated (96362cf -> cd82894)

Markus Frosch lazyfrosch-guest at alioth.debian.org
Sun Sep 8 17:36:06 UTC 2013


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

lazyfrosch-guest pushed a change to branch debmon-squeeze
in repository pkg-icinga-web.

      from  96362cf   changelog for 1.9.0+dfsg1-1~debmon60+1
      adds  9e85434   Add Lintian override for license-problem-gfdl-invariants
      adds  74c7e99   Added php5-json as a Dependency
      adds  4e59689   Fix usage of wrong dbc_dbserver variable in postinst
      adds  adf9c48   Removed debconf integration for httpd selection
      adds  263996a   Removed debconf templates for httpd selection
      adds  d3bd710   Added support for Apache 2.4 config integration
      adds  4d8b05d   Updated README.Debian with Apache2 changes
      adds  737aa4a   Revert "Add Lintian override for license-problem-gfdl-invariants"
      adds  8af2b03   changelog for 1.9.0+dfsg1-2
      adds  e45ba7d   Make debconf stop explicitly at the end of post*
      adds  ac96e4e   changelog for 1.9.0+dfsg1-3
      adds  08222f1   Imported Upstream version 1.9.1
      adds  596820e   Merge tag 'upstream/1.9.1'
      adds  e1e2b92   DFSG cleaned upstream version 1.9.1+dfsg1
      adds  0acb9a1   Merge tag 'upstream/1.9.1+dfsg1'
      adds  69498a2   Cleanup local gbp.conf - managing dfsg in upstream now
      adds  2dca23c   Cleaned up installation of docs
      adds  3227c57   Changelog for 1.9.1+dfsg1-1
       new  1904311   Merge branch 'master' into debmon-squeeze
       new  cd82894   Changelog for 1.9.1+dfsg1-1~debmon60+1

The 2 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:
 app/modules/Api/config/views/host.xml              |   32 +++----
 app/modules/Api/config/views/misc.xml              |   89 ++++++++++----------
 app/modules/Api/config/views/notifications.xml     |   23 +++--
 app/modules/Api/config/views/service.xml           |    8 +-
 .../models/Console/ConsoleCommandModel.class.php   |    2 +-
 .../Api/models/Relation/DataModelModel.class.php   |    6 +-
 .../Extender/CustomVariableExtenderModel.class.php |    9 +-
 app/modules/AppKit/lib/database/models/NsmUser.php |   26 +++---
 .../AppKit/templates/User/PreferencesSuccess.php   |    2 +-
 app/modules/Cronks/config/javascript.xml           |    1 +
 .../Cronks/lib/js/Cronk/grid/MetaGridPanel.js      |   23 +++--
 .../lib/js/Cronk/grid/ObjectSelectionModel.js      |   75 +++++++++++++++++
 .../lib/js/Cronk/grid/renderer/ColumnRenderer.js   |    4 +-
 .../js/Icinga/Cronks/System/CronkListingPanel.js   |    6 +-
 .../js/Icinga/Cronks/util/FilterTypes/Status.js    |   17 ++++
 ...DataHostCustomVariablePrincipalTarget.class.php |    1 +
 .../IcingaDataHostPrincipalTarget.class.php        |    5 +-
 .../IcingaDataHostgroupPrincipalTarget.class.php   |    5 +-
 .../principal/IcingaDataPrincipalTarget.class.php  |   10 +++
 ...aServiceCustomVariablePrincipalTarget.class.php |    1 +
 .../IcingaDataServicePrincipalTarget.class.php     |    2 +
 ...IcingaDataServicegroupPrincipalTarget.class.php |    5 +-
 configure                                          |   20 ++---
 debian/changelog                                   |   34 ++++++++
 debian/control                                     |    3 +-
 debian/gbp.conf                                    |    6 --
 debian/icinga-web-pnp.install                      |    1 -
 debian/icinga-web.README.Debian                    |   17 +++-
 debian/icinga-web.config                           |   39 ---------
 debian/icinga-web.docs                             |    4 +
 debian/icinga-web.install                          |    1 -
 debian/icinga-web.links                            |    1 +
 debian/icinga-web.postinst                         |   50 ++++++-----
 debian/icinga-web.postrm                           |    8 ++
 debian/icinga-web.templates                        |   10 ---
 debian/po/cs.po                                    |   59 ++++++-------
 debian/po/da.po                                    |   61 ++++++--------
 debian/po/de.po                                    |   63 ++++++--------
 debian/po/es.po                                    |   62 ++++++--------
 debian/po/fr.po                                    |   60 ++++++-------
 debian/po/it.po                                    |   61 ++++++--------
 debian/po/ja.po                                    |   56 +++++-------
 debian/po/pl.po                                    |   62 ++++++--------
 debian/po/pt.po                                    |   63 ++++++--------
 debian/po/ru.po                                    |   56 +++++-------
 debian/po/sk.po                                    |   64 ++++++--------
 debian/po/sv.po                                    |   60 ++++++-------
 debian/po/templates.pot                            |   42 ++-------
 debian/rules                                       |   11 ---
 doc/CHANGELOG-1.9                                  |   46 +++++++++-
 doc/VERSION                                        |    2 +-
 etc/make/version.m4                                |    4 +-
 etc/schema/mysql.sql                               |    2 +-
 etc/schema/oracle.sql                              |    4 +-
 etc/schema/pgsql.sql                               |    2 +-
 etc/schema/updates/mysql/mysql_v1-9-0_to_1-9-1.sql |    3 +
 .../updates/oracle/oracle_v1-8-3_to_v1-9.sql       |   10 +--
 .../updates/oracle/oracle_v1-9-0_to_v1-9-1.sql     |   10 +++
 .../updates/pgsql/pgsql_v1-9-0_to_v1-9-1.sql       |    2 +
 icinga-web.spec                                    |    7 +-
 lib/phpseclib/Crypt/RSA.php                        |   15 ----
 lib/phpseclib/Net/SSH2.php                         |    1 +
 62 files changed, 715 insertions(+), 719 deletions(-)
 create mode 100644 app/modules/Cronks/lib/js/Cronk/grid/ObjectSelectionModel.js
 create mode 100644 debian/icinga-web.docs
 create mode 100644 etc/schema/updates/mysql/mysql_v1-9-0_to_1-9-1.sql
 create mode 100644 etc/schema/updates/oracle/oracle_v1-9-0_to_v1-9-1.sql
 create mode 100644 etc/schema/updates/pgsql/pgsql_v1-9-0_to_v1-9-1.sql

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga-web.git



More information about the Pkg-nagios-changes mailing list