[Pkg-nagios-changes] [pkg-icinga2] 01/01: Really enable verbose cmake output
Markus Frosch
lazyfrosch at moszumanska.debian.org
Sun Feb 7 12:35:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch master
in repository pkg-icinga2.
commit fe9fde5ddbd6c776a254ef4bc63eae8c12214976
Author: Markus Frosch <lazyfrosch at debian.org>
Date: Sun Feb 7 13:35:25 2016 +0100
Really enable verbose cmake output
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0889676..e1a3048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,6 @@
override_dh_systemd_enable:
dh_systemd_enable --name=icinga2
-override_dh_auto_configure:
- dh_auto_configure --disable-silent-rules
override_dh_auto_build:
dh_auto_build --parallel
@@ -20,7 +18,9 @@ override_dh_auto_clean:
override_dh_auto_configure:
test -f third-party/cmake/GNUInstallDirs.cmake.disabled || \
mv third-party/cmake/GNUInstallDirs.cmake third-party/cmake/GNUInstallDirs.cmake.disabled
- dh_auto_configure -- \
+ dh_auto_configure \
+ --disable-silent-rules \
+ -- \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_RUNDIR=/run \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git
More information about the Pkg-nagios-changes
mailing list