[Pkg-cli-apps-commits] [SCM] podsleuth branch, master, updated. debian/0.6.5-1-7-g5087534

Jo Shields directhex at apebox.org
Fri Jan 8 21:26:00 UTC 2010


The following commit has been merged in the master branch:
commit ca4e9a9fa0e0b76ee257f0ee01375d3a98a2043c
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jan 8 21:15:31 2010 +0000

    Add a .PHONY so the clean rule behaves

diff --git a/debian/rules b/debian/rules
index 627ee0d..e515513 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,10 @@ override_dh_auto_configure:
 	                     MCS=/usr/bin/mono-csc
 
 clean:
-	[ -f Makefile ] && $(MAKE) maintainer-clean
+	[ ! -f Makefile ] || $(MAKE) maintainer-clean
 	dh --with=quilt $@
 
 %:
 	dh --with=quilt $@
+
+.PHONY: clean

-- 
podsleuth



More information about the Pkg-cli-apps-commits mailing list