[Pkg-nagios-changes] [pkg-nagios] r881 - nagios-nsca/trunk/debian
Marc Haber
zugschlus at costa.debian.org
Mon Apr 10 08:53:06 UTC 2006
Author: zugschlus
Date: 2006-04-10 08:53:06 +0000 (Mon, 10 Apr 2006)
New Revision: 881
Modified:
nagios-nsca/trunk/debian/changelog
nagios-nsca/trunk/debian/rules
Log:
* allow buildclientpackage to be set from the build environment
Modified: nagios-nsca/trunk/debian/changelog
===================================================================
--- nagios-nsca/trunk/debian/changelog 2006-04-08 13:06:54 UTC (rev 880)
+++ nagios-nsca/trunk/debian/changelog 2006-04-10 08:53:06 UTC (rev 881)
@@ -1,8 +1,9 @@
nsca (2.5-3) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * allow buildclientpackage to be set from the build environment
- -- sean finney <seanius at debian.org> Fri, 31 Mar 2006 07:30:09 +0200
+ -- Marc Haber <mh+debian-packages at zugschlus.de> Mon, 10 Apr 2006 10:52:38 +0200
nsca (2.5-2) unstable; urgency=low
Modified: nagios-nsca/trunk/debian/rules
===================================================================
--- nagios-nsca/trunk/debian/rules 2006-04-08 13:06:54 UTC (rev 880)
+++ nagios-nsca/trunk/debian/rules 2006-04-10 08:53:06 UTC (rev 881)
@@ -10,7 +10,9 @@
endif
# Should we build nsca-client
+ifndef buildclientpackage
buildclientpackage=no
+endif
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
@@ -29,7 +31,7 @@
buildpackages=nsca
endif
-# generate -pexim4-base -peximon4 ... commandline for debhelper
+# generate -pnsca -pnsca-client ... commandline for debhelper
dhbuildpackages=$(addprefix -p,$(buildpackages))
build: build-stamp
More information about the Pkg-nagios-changes
mailing list