[Pkg-nagios-changes] [pkg-icingaweb2] branch upstream updated (e111f8c -> 47a4026)
Alexander Wirt
formorer at debian.org
Sun Jul 17 08:48:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch upstream
in repository pkg-icingaweb2.
from e111f8c Imported Upstream version 2.3.4
adds b80a322 Debian: Move packaging to root directory
adds 362c37b Debian: Rename packages to icingaweb2 and redo some parts
adds f4881e1 Debian: update install files
adds 46ef6c2 Debian: avoid some lintian warnings
adds 87b5d57 Debian: simplify Apache config
adds d138d23 Debian: add TODO and updateversion tool
adds ec43495 Debian: config paths, permissions and Apache handling
adds 7f4825e Debian: copyright information
adds 8891aba Debian: Apache2 postrm
adds de2dc96 Debian: use correct /usr/share path
adds c92f20e Debian: vendor dependencies and some embedded vendor code
adds 7f5cc08 Debian: Add webserver to config group
adds 5d0dae9 Debian: Add DB schema for the installer
adds 149a465 Debian: do not install any minified JS
adds f5d0a1a Debian: Update control with better description
adds a525d82 Merge tag 'upstream/2.0.0_beta2'
adds 66f0ec0 Moved packaging to debian.org
adds d8df5df Take care about minification of vendor javascripts
adds 458cd2e Use the yui-compressor for backwards compatibility
adds 6cb0061 Merge icingaweb2-common and icingacli in icingaweb2
adds 947aed2 Merge tag 'upstream/2.0.0_beta3'
adds bdf01d8 Update changelog for beta3
adds 626c3c7 Merge tag 'upstream/2.0.0_rc1'
adds 480ce76 finalize changelog
adds bd9e401 Ship empty modules directory in main package
adds 8a9396a Move setup code into core module
adds 4c31dcd Merge tag 'upstream/2.0.0'
adds 20e7615 Finalize changelog
adds 4d555f9 Make a real version
adds 44344a0 Its zend-framework on precise
adds 1b1956d zend version on precise is too old, remove the alternative
adds 4ce627e Merge tag 'upstream/2.1.0'
adds f65e92d Add iframe module
adds 96ca3e9 Changelog for 2.1.0-1
adds ac348b1 Add patch for HTMLPurifier path loading
adds 1ac087d Finalize changelog
adds c05c685 Merge tag 'upstream/2.1.1'
adds bac2ae7 Update html_purifier patch for downwards compatibility
adds a488312 Update copyright
adds 73c0784 Merge tag 'upstream/2.1.2'
adds 57a6dbe Changelog for 2.1.2-1
adds 672fcae Split out icingacli and icingaweb2-common as packages
adds 5927c7e Include translation module
adds 71eca67 Remove 10_html_purifier patch
adds a0ef32a Test php-htmlpurifier loading, allow from version 4.3
adds 96c8881 Update changelog
adds a029ff6 Update VCS URLs
adds 4de17c5 Remove duplicate adduser in postinst
adds 0f4f2ac Bump standards version to 3.9.7
adds 980fb89 Changelog for 2.1.2-2
adds a95a3f5 Update copyright for php dompdf shipped fonts
adds fd6b5d8 Changelog for 2.1.2-3
adds d6d3e65 Merge tag 'upstream/2.2.0'
adds fc7c95e iframe module is now included in icingaweb2 base
adds d8c48cc Changelog for 2.2.0-1
adds 2b7701b Merge tag 'upstream/2.3.1'
adds 462f48e Update dependencies for PHP 7.0
adds 38bfc08 Depend on php-xml for DOM handling modules
adds 39e1530 Changelog for 2.3.1-1
adds 55af9f2 Merge tag 'upstream/2.3.2'
adds 82386a4 Changelog for 2.3.2-1
new 47a4026 Merge branch 'upstream' of alioth.debian.org:/git/pkg-nagios/pkg-icingaweb2 into upstream
The 1 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/.gitignore | 12 +
debian/OFL.txt | 97 ++++++++
debian/README.source | 5 +
debian/TODO | 6 +
debian/changelog | 96 ++++++++
{packages/debian => debian}/compat | 0
debian/control | 120 ++++++++++
debian/copyright | 243 +++++++++++++++++++++
debian/icingacli.install | 3 +
debian/icingaweb2-common.dirs | 2 +
debian/icingaweb2-common.install | 6 +
debian/icingaweb2-common.postinst | 40 ++++
debian/icingaweb2-common.postrm | 11 +
debian/icingaweb2-module-doc.install | 1 +
debian/icingaweb2-module-monitoring.install | 1 +
{packages/files/apache => debian}/icingaweb2.conf | 13 --
debian/icingaweb2.docs | 2 +
debian/icingaweb2.install | 19 ++
debian/icingaweb2.lintian-overrides | 5 +
debian/icingaweb2.postinst | 43 ++++
debian/icingaweb2.postrm | 19 ++
.../php-icinga.install | 0
debian/rules | 32 +++
debian/source/format | 1 +
debian/test/php-htmlpurifier.php | 16 ++
debian/watch | 5 +
26 files changed, 785 insertions(+), 13 deletions(-)
create mode 100644 debian/.gitignore
create mode 100644 debian/OFL.txt
create mode 100644 debian/README.source
create mode 100644 debian/TODO
create mode 100644 debian/changelog
copy {packages/debian => debian}/compat (100%)
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100644 debian/icingacli.install
create mode 100644 debian/icingaweb2-common.dirs
create mode 100644 debian/icingaweb2-common.install
create mode 100644 debian/icingaweb2-common.postinst
create mode 100644 debian/icingaweb2-common.postrm
create mode 100644 debian/icingaweb2-module-doc.install
create mode 100644 debian/icingaweb2-module-monitoring.install
copy {packages/files/apache => debian}/icingaweb2.conf (72%)
create mode 100644 debian/icingaweb2.docs
create mode 100644 debian/icingaweb2.install
create mode 100644 debian/icingaweb2.lintian-overrides
create mode 100644 debian/icingaweb2.postinst
create mode 100644 debian/icingaweb2.postrm
copy packages/debian/icinga-php.install => debian/php-icinga.install (100%)
create mode 100755 debian/rules
create mode 100644 debian/source/format
create mode 100644 debian/test/php-htmlpurifier.php
create mode 100644 debian/watch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icingaweb2.git
More information about the Pkg-nagios-changes
mailing list