[Pkg-nagios-changes] [pkg-nagios] r54 - nagios2/trunk/debian

Marc Haber zugschlus at costa.debian.org
Thu Jan 19 20:01:10 UTC 2006


Author: zugschlus
Date: 2006-01-19 20:01:10 +0000 (Thu, 19 Jan 2006)
New Revision: 54

Modified:
   nagios2/trunk/debian/changelog
   nagios2/trunk/debian/control
   nagios2/trunk/debian/rules
Log:
  * build-depend on autotools-dev, use mechanisms from
    /usr/share/doc/autotools-dev/examples/rules.gz to update config.* on
    build



Modified: nagios2/trunk/debian/changelog
===================================================================
--- nagios2/trunk/debian/changelog	2006-01-19 19:47:55 UTC (rev 53)
+++ nagios2/trunk/debian/changelog	2006-01-19 20:01:10 UTC (rev 54)
@@ -6,8 +6,11 @@
   * introduce nagios2-doc and populate it
   * add myself to uploaders
   * make nagios2stats out of nagios2tats
+  * build-depend on autotools-dev, use mechanisms from
+    /usr/share/doc/autotools-dev/examples/rules.gz to update config.* on
+    build
 
- -- Marc Haber <mh+debian-packages at zugschlus.de>  Thu, 19 Jan 2006 19:31:50 +0000
+ -- Marc Haber <mh+debian-packages at zugschlus.de>  Thu, 19 Jan 2006 20:00:37 +0000
 
 nagios2 (0rc2-2.0-0) experimental; urgency=low
 

Modified: nagios2/trunk/debian/control
===================================================================
--- nagios2/trunk/debian/control	2006-01-19 19:47:55 UTC (rev 53)
+++ nagios2/trunk/debian/control	2006-01-19 20:01:10 UTC (rev 54)
@@ -4,7 +4,7 @@
 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Uploaders: sean finney <seanius at debian.org>, Marc Haber <mh+debian-packages at zugschlus.de>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 5), dpatch (>= 2.0.10), libperl-dev, libpng12-dev, libgd2-noxpm-dev (>= 2.0.1) | libgd2-xpm-dev (>= 2.0.1), iputils-ping
+Build-Depends: debhelper (>= 5), dpatch (>= 2.0.10), libperl-dev, libpng12-dev, libgd2-noxpm-dev (>= 2.0.1) | libgd2-xpm-dev (>= 2.0.1), iputils-ping, autotools-dev
 
 Package: nagios2-common
 Architecture: all

Modified: nagios2/trunk/debian/rules
===================================================================
--- nagios2/trunk/debian/rules	2006-01-19 19:47:55 UTC (rev 53)
+++ nagios2/trunk/debian/rules	2006-01-19 20:01:10 UTC (rev 54)
@@ -87,6 +87,10 @@
 	rm -f {patch,install,configure,build,unpack-configs}-stamp
 	rm -rf debian-configs
 	#-rm debian/templates.merged subst
+	find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \;
+	-rm -f platform.h auto-include.h
+	find -type d -name build -print0 | xargs -0 -r rm -rf \;
+	find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -rm -f \;
 	dh_clean
 	#debconf-updatepo
 
@@ -95,6 +99,9 @@
 	dh_testdir -a
 	@echo "Doing $@"
 	if test -f Makefile; then make clean; fi
+	ln -sf /usr/share/misc/config.sub .
+	ln -sg /usr/share/misc/config.guess .
+	rm -f config.cache
 	$(CONFIGURE)
 	touch configure-stamp
 




More information about the Pkg-nagios-changes mailing list