[Pkg-nagios-changes] [icinga] branch master updated (9839a4f -> a17d86c)

Markus Frosch lazyfrosch at moszumanska.debian.org
Tue Dec 20 08:12:01 UTC 2016


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

lazyfrosch pushed a change to branch master
in repository icinga.

      from  9839a4f   Update Vcs-Git URL to use HTTPS.
      adds  bf7d0c9   Change mysql-client dependency to default-mysql-client.
      adds  c15aa9e   Restructure control file with cme.
      adds  c16f7a5   Add Homepage field to control file.
      adds  ce90c8a   Switch from dpatch to source format 3.0 (quilt).
      adds  186eb60   Drop dpkg-dev build dependency, required version available in oldstable.
      adds  2b2e8cb   Fix duplicate word in copyright file.
      adds  6bfa34f   Add patch to fix spelling errors.
      adds  bc9e1ad   Add upstream metadata.
      adds  02315e3   Mark spelling-errors.patch as Forwarded.
      adds  b81d44e   Add override for spelling-error-in-readme-debian false positive.
      adds  1b9bd4d   Update copyright file using copyright-format 1.0.
      adds  96216ee   Fix duplicate short description and spelling errors in long description.
      adds  343e2b8   Drop unused override for package-contains-empty-directory.
      adds  5123e83   Add comments to lintian overrides.
      adds  d4a4ed1   Create /var/run/icinga in idoutils init script too.
      adds  8ca7a4d   Drop unused override for dir-or-file-in-var-run.
      adds  daba311   Bump debhelper compatibility to 9.
      adds  06a32d8   Enable all hardening buildflags.
      adds  926e793   Add lintian overrides for package-contains-empty-directory.
      adds  d711b66   Don't install .in templates in examples.
      adds  ff58928   Don't install p1.pl with execute bit set.
      adds  5d90376   Use dh sequencer in rules file.
      adds  f5f95a8   Use rm -f for all rm commands.
      adds  64eb151   Don't set {C,CPP,LD}FLAGS explicitly, already set by debhelper.
      adds  4a86e88   Add build dependencies for test target.
      adds  979c793   Override dh_auto_test to create required directories.
      adds  a44770c   Align paths in install & links files.
      adds  570243e   Update watch file to handle common issues.
      adds  49a5290   Close bug in changelog.
      adds  4295f49   Update Brazilian Portuguese debconf templates translation.
      adds  e604f77   Drop unused substitution variables.
      adds  e913d48   Don't hardcode invoke-rc.d path in icinga-cgi.postinst.
      adds  853a706   Use dh-autoreconf for retooling.
      adds  fa0e345   Add lintian override for non-standard-apache2-configuration-name.
      adds  cd94533   Add lintian override for apache2-reverse-dependency-calls-invoke- rc.d.
      adds  28ee3b7   Bump Standards-Version to 3.9.8, no changes.
       new  e9d9531   apache2: Add read access to JavaScript libs
       new  671b433   Add patch 53_jquery and fix JQuery loading
       new  8e62b57   Replace embedded JQuery in icinga-doc
       new  a17d86c   Update copyright for Debian packaging

The 4 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:
 debian/README.source                               |   2 -
 debian/apache2.conf                                |   4 +
 debian/changelog                                   |  36 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  68 ++-
 debian/copyright                                   | 180 +++++---
 debian/icinga-cgi-bin.install                      |   2 +-
 debian/icinga-cgi-bin.links                        |   2 +-
 debian/icinga-cgi-bin.lintian-overrides            |   4 +
 debian/icinga-cgi.install                          |   4 +-
 debian/icinga-cgi.links                            |   2 +-
 debian/icinga-cgi.lintian-overrides                |   6 +
 debian/icinga-cgi.postinst                         |   2 +-
 debian/icinga-common.install                       |  16 +-
 debian/icinga-common.lintian-overrides             |  11 +-
 debian/icinga-doc.links                            |   3 +-
 debian/icinga-doc.lintian-overrides                |   1 -
 debian/icinga-idoutils.ido2db.init                 |   9 +
 debian/icinga-idoutils.install                     |   2 +-
 debian/icinga-idoutils.links                       |   5 -
 debian/icinga.lintian-overrides                    |   3 +-
 debian/patches/00list                              |   7 -
 ...debianize.dpatch => 50_cgi.cfg-debianize.patch} |  22 +-
 ...nize.dpatch => 51_commands.cfg-debianize.patch} |  21 +-
 ...ianize.dpatch => 52_icinga.cfg-debianize.patch} |  38 +-
 debian/patches/53_jquery-ui.patch                  | 106 +++++
 debian/patches/70_fix_eventhandler_paths.dpatch    |  65 ---
 debian/patches/70_fix_eventhandler_paths.patch     |  58 +++
 ...> 90_disable_standard_conforming_strings.patch} |  13 +-
 debian/patches/95_fix_db_upgrade.dpatch.diff       |  56 ---
 ...x_db_upgrade.dpatch => 95_fix_db_upgrade.patch} |  20 +-
 debian/patches/96_jquery_compat.dpatch             |  34 --
 debian/patches/96_jquery_compat.patch              |  34 ++
 ...CVE-2015-8010.dpatch => 99_CVE-2015-8010.patch} | 262 +++++------
 debian/patches/series                              |   9 +
 debian/patches/spelling-errors.patch               | 510 +++++++++++++++++++++
 debian/po/pt_BR.po                                 |  42 +-
 debian/rules                                       | 227 +++++----
 debian/source.lintian-overrides                    |   3 +-
 debian/source/format                               |   2 +-
 debian/upstream/metadata                           |   5 +
 debian/watch                                       |   8 +-
 42 files changed, 1255 insertions(+), 651 deletions(-)
 delete mode 100644 debian/README.source
 create mode 100644 debian/icinga-cgi-bin.lintian-overrides
 create mode 100644 debian/icinga-cgi.lintian-overrides
 delete mode 100644 debian/icinga-doc.lintian-overrides
 delete mode 100644 debian/patches/00list
 rename debian/patches/{50_cgi.cfg-debianize.dpatch => 50_cgi.cfg-debianize.patch} (55%)
 mode change 100755 => 100644
 rename debian/patches/{51_commands.cfg-debianize.dpatch => 51_commands.cfg-debianize.patch} (90%)
 mode change 100755 => 100644
 rename debian/patches/{52_icinga.cfg-debianize.dpatch => 52_icinga.cfg-debianize.patch} (84%)
 mode change 100755 => 100644
 create mode 100644 debian/patches/53_jquery-ui.patch
 delete mode 100755 debian/patches/70_fix_eventhandler_paths.dpatch
 create mode 100644 debian/patches/70_fix_eventhandler_paths.patch
 rename debian/patches/{90_disable_standard_conforming_strings.dpatch => 90_disable_standard_conforming_strings.patch} (64%)
 delete mode 100644 debian/patches/95_fix_db_upgrade.dpatch.diff
 rename debian/patches/{95_fix_db_upgrade.dpatch => 95_fix_db_upgrade.patch} (54%)
 mode change 100755 => 100644
 delete mode 100755 debian/patches/96_jquery_compat.dpatch
 create mode 100644 debian/patches/96_jquery_compat.patch
 rename debian/patches/{99_CVE-2015-8010.dpatch => 99_CVE-2015-8010.patch} (96%)
 mode change 100755 => 100644
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 debian/upstream/metadata

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



More information about the Pkg-nagios-changes mailing list