[Pkg-nagios-changes] [pkg-nagios] r1874 - nagios-plugins/trunk/debian

Jan Wagner waja at alioth.debian.org
Mon Mar 29 02:06:51 UTC 2010


Author: waja
Date: 2010-03-29 02:06:50 +0000 (Mon, 29 Mar 2010)
New Revision: 1874

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/rules
Log:
Use dh_prep unstead of 'dh_clean -k'

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2010-03-29 01:22:49 UTC (rev 1873)
+++ nagios-plugins/trunk/debian/changelog	2010-03-29 02:06:50 UTC (rev 1874)
@@ -6,6 +6,7 @@
     - Provide package specific documentation with the packages
     - Provide symlinks from other packages
   * Remove debian/TODO cause it't totally outdated
+  * Use dh_prep unstead of "dh_clean -k"
 
  -- Jan Wagner <waja at cyconet.org>  Wed, 24 Mar 2010 20:24:51 +0100
 

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2010-03-29 01:22:49 UTC (rev 1873)
+++ nagios-plugins/trunk/debian/rules	2010-03-29 02:06:50 UTC (rev 1874)
@@ -121,7 +121,7 @@
 really-clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
@@ -130,12 +130,12 @@
 	find -type d -name build -print0 | xargs -0 -r rm -rf \;
 	find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r rm -f \;
 	-rm -f $(DEBIANDIR)/nagios-plugins-basic.postrm $(DEBIANDIR)/nagios-plugins-standard.postrm
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/nagios-plugins.




More information about the Pkg-nagios-changes mailing list