[Logcheck-commits] CVS logcheck/debian

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Mon, 11 Apr 2005 19:52:03 +0000


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv5797/debian

Modified Files:
	rules 
Log Message:

move .PHONY on top to have nicer overview of all rules
add cvs-build to the list.


--- /cvsroot/logcheck/logcheck/debian/rules	2004/12/28 08:06:24	1.12
+++ /cvsroot/logcheck/logcheck/debian/rules	2005/04/11 19:52:00	1.13
@@ -6,6 +6,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+.PHONY: build clean binary-indep binary-arch binary cvs-build
+
 build: build-stamp
 build-stamp:
 	dh_testdir
@@ -65,7 +67,6 @@
 # We have nothing to do by default.
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
 
 # Done by the uploader:
 # cvs update..