Skip to content

Commits on Source 4

icinga2 (2.11.2-2) UNRELEASED; urgency=medium
* Bump debhelper from old 9 to 12.
* Drop unnecessary dh arguments: --parallel
* Remove obsolete fields Name from debian/upstream/metadata.
* Rely on pre-initialized dpkg-architecture variables.
-- Debian Janitor <janitor@jelmer.uk> Sun, 27 Oct 2019 03:14:02 +0000
icinga2 (2.11.2-1) unstable; urgency=medium
* Team upload.
......
......@@ -9,7 +9,7 @@ Build-Depends: bash-completion,
bison,
cmake (>= 2.8.8),
cmake (>= 3.2.2) | pkg-config,
debhelper (>= 10.1),
debhelper-compat (= 12),
flex,
g++ (>= 1.96),
libboost-dev,
......
......@@ -5,7 +5,7 @@
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
include /usr/share/dpkg/architecture.mk
export CTEST_OUTPUT_ON_FAILURE=1
......@@ -15,7 +15,7 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),"armhf mips mipsel"))
endif
%:
dh $@ --with systemd --with bash_completion --parallel
dh $@ --with bash_completion
override_dh_auto_clean:
dh_auto_clean
......@@ -71,7 +71,7 @@ override_dh_installinit:
dh_installinit --name=icinga2
override_dh_systemd_enable:
dh_systemd_enable --name=icinga2
dh_installsystemd --name=icinga2
override_dh_compress:
dh_compress
......
---
Bug-Database: https://github.com/Icinga/icinga2/issues
Bug-Submit: https://github.com/Icinga/icinga2/issues/new
Name: Icinga 2
Repository: https://github.com/Icinga/icinga2.git
Repository-Browse: https://github.com/Icinga/icinga2