[ps-watcher] 43/88: fix clean target

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository ps-watcher.

commit 5a687c0f947f6b9989914b17ec3f5abe3dbbc593
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Nov 8 08:26:03 2007 +0000

    fix clean target
---
 debian/changelog |    6 ++++++
 debian/rules     |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 48b798d..e515e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ps-watcher (1.06-8) unstable; urgency=low
+
+  * fix clean target in rules 
+
+ -- Jan Wagner <waja at cyconet.org>  Thu, 08 Nov 2007 09:25:25 +0100
+
 ps-watcher (1.06-7) unstable; urgency=low
 
   * update copyright
diff --git a/debian/rules b/debian/rules
index 45bf57f..ab70dfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ clean:
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ps-watcher.git



More information about the Pkg-perl-cvs-commits mailing list