From: Joey Hess Date: Sun, 21 Oct 2007 06:11:11 +0000 (-0400) Subject: add syntax check to build process X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/eb238ade717a1f6bc382de3a78ccce6cc4a03e66 add syntax check to build process --- diff --git a/debian/rules b/debian/rules index 3289304..2141b45 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ build: pod2man -c mr mr > mr.1 + ./mr right >/dev/null # check syntax clean: dh_testdir