From 7c23e0bc6cccac62ace901eb77260a2507829eca Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 4 Nov 2006 17:33:15 +0000 Subject: [PATCH] make daniel happy --- debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 9891fc0..3160b85 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ build-stamp: config.status clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp # Add here commands to clean up after the build process. -$(MAKE) clean @@ -46,12 +46,12 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs # Add here commands to install the package into debian/ps-watcher. @@ -66,8 +66,8 @@ binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog - dh_installdocs - dh_installexamples samples/* + dh_installdocs + dh_installexamples samples/* dh_installinit -- defaults 40 dh_link dh_strip