[Logcheck-commits] CVS logcheck/debian

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Mon, 11 Apr 2005 20:42:14 +0000


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

Modified Files:
	changelog rules 
Log Message:

add help target to rules, documenting the rules.
i've never used the other ones, if you do please fill in the holes.


--- /cvsroot/logcheck/logcheck/debian/changelog	2005/04/11 20:03:57	1.388
+++ /cvsroot/logcheck/logcheck/debian/changelog	2005/04/11 20:42:14	1.389
@@ -4,6 +4,7 @@
   * Generalise postfix rule concerning network_biopair_interop.
   * Add rule for ntp message about valid/infalid peers. (Closes #303661)
   * Improve rules .PHONY target + add checkpo rule for the translation check.
+  * Add help target to debian/rules documenting the syntax.
   jamie:
   * Add rule in violations.ignore.d/logcheck-postfix for postgrey
     (Closes: #30088)
--- /cvsroot/logcheck/logcheck/debian/rules	2005/04/11 20:04:00	1.14
+++ /cvsroot/logcheck/logcheck/debian/rules	2005/04/11 20:42:14	1.15
@@ -68,6 +68,21 @@
 
 binary: binary-indep binary-arch
 
+help:
+	@echo
+	@echo 'Cleaning targets:'
+	@echo '  clean         -   remove generated files'
+	@echo '  cvs-clean     -   remove cvs checkout'
+	@echo
+	@echo 'Logcheck packaging:'
+	@echo '  cvs-build     -   checkout current logcheck cvs'
+	@echo '  binary        -   build debian package'
+	@echo
+	@echo 'Analysing:'
+	@echo '  checkpo       -   prints translation status'
+	@echo
+	@echo 'Execute debian/rules file'
+
 # check the debconf translations
 checkpo:
 	for i in debian/po/*.po; do \