Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Enable USE_SYSTEMD option & change icinga2.service to notify type. (closes: #911672)
· 6f291837
Bas Couwenberg
authored
Oct 23, 2018
6f291837
Set distribution to unstable.
· 9c007220
Bas Couwenberg
authored
Oct 23, 2018
9c007220
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9c007220
icinga2 (2.10.1-2) unstable; urgency=medium
* Team upload.
* Enable USE_SYSTEMD option & change icinga2.service to notify type.
(closes: #911672)
-- Bas Couwenberg <sebastic@debian.org> Tue, 23 Oct 2018 16:47:09 +0200
icinga2 (2.10.1-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
9c007220
...
...
@@ -22,6 +22,7 @@ Build-Depends: bash-completion,
default-libmysqlclient-dev,
libpq-dev,
libssl-dev,
libsystemd-dev,
libyajl-dev,
libwxgtk3.0-dev,
make (>= 3.81),
...
...
debian/icinga2-common.icinga2.service
View file @
9c007220
...
...
@@ -4,7 +4,7 @@ Documentation=https://icinga.com/docs/icinga2/latest/
After
=
network-online.target postgresql.service mariadb.service carbon-cache.service carbon-relay.service
[Service]
Type
=
simple
Type
=
notify
UMask
=
0007
EnvironmentFile
=
/usr/lib/icinga2/icinga2
EnvironmentFile
=
/etc/default/icinga2
...
...
debian/rules
View file @
9c007220
...
...
@@ -35,6 +35,7 @@ override_dh_auto_configure:
-DICINGA2_COMMAND_GROUP=www-data \
-DICINGA2_GIT_VERSION_INFO=false \
-DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins \
-DUSE_SYSTEMD=ON \
$(UNITY_BUILD)
override_dh_auto_install:
...
...
@@ -79,6 +80,7 @@ override_dh_missing:
$(RM) debian/tmp/etc/bash_completion.d/icinga2
$(RM) debian/tmp/etc/init.d/icinga2
$(RM) debian/tmp/usr/lib/*/icinga2/lib*.so
$(RM) debian/tmp/usr/lib/systemd/system/icinga2.service
$(RM) debian/tmp/usr/share/doc/icinga2/AUTHORS
$(RM) debian/tmp/usr/share/doc/icinga2/CHANGELOG.md
$(RM) debian/tmp/usr/share/doc/icinga2/COPYING
...
...