[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. upstream/1.3.1-28-gab5dac3

Alexander Wirt formorer at grml.org
Wed May 11 14:52:46 UTC 2011


The following commit has been merged in the master branch:
commit ab5dac31ee9b3055d6ff31aed75039a61e93e791
Author: Alexander Wirt <formorer at grml.org>
Date:   Wed May 11 15:19:34 2011 +0200

    unset command_opts in stall

diff --git a/debian/rules b/debian/rules
index 702e44a..8452f67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -116,9 +116,9 @@ install-stamp: build-stamp fix-configs-stamp
 	dh_testdir -a
 	dh_testroot -a
 	dh_installdirs -a -i  
-	make install-unstripped DESTDIR=$b/tmp INSTALL_OPTS=""
-	make install-idoutils DESTDIR=$b/icinga-idoutils INSTALL_OPTS=""  
-	make install-api DESTDIR=$b/icinga-phpapi INSTALL_OPTS=""
+	make install-unstripped DESTDIR=$b/tmp INSTALL_OPTS="" COMMAND_OPTS=""
+	make install-idoutils DESTDIR=$b/icinga-idoutils INSTALL_OPTS="" COMMAND_OPTS=""
+	make install-api DESTDIR=$b/icinga-phpapi INSTALL_OPTS="" COMMAND_OPTS=""
 	#We have to rename the sample files 
 	#mv $b/icinga-idoutils/etc/icinga/ido2db.cfg-sample $b/icinga-idoutils/etc/icinga/ido2db.cfg
 	mv $b/icinga-idoutils/etc/icinga/idomod.cfg-sample $b/icinga-idoutils/etc/icinga/idomod.cfg

-- 
debian packaging of icinga(-core)



More information about the Pkg-nagios-changes mailing list