From 305e8715482dc1660c981f523601b01a0145e7cc Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 25 Jul 2011 11:36:26 +0200 Subject: Reenable pychecker checks --- debian/rules | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e459e86..3fe700c 100755 --- a/debian/rules +++ b/debian/rules @@ -52,8 +52,11 @@ links_stamp: done touch links_stamp +pychecker: + PYTHONPATH=. pychecker $(PYCHECKER_ARGS) -q git*.py gbp*.py -checks: links_stamp + +checks: links_stamp pychecker export GIT_AUTHOR_NAME="Gbp Tests"; \ export GIT_AUTHOR_EMAIL=tests@example.com; \ export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \ @@ -61,10 +64,6 @@ checks: links_stamp nosetests --exe --with-doctest endif -%.py: % - ln -s $< $@ - PYTHONPATH=. pychecker $(PYCHECKER_ARGS) -q $< - $(GBP_VERSION): debian/changelog echo 'gbp_version="$(DEB_VERSION)"' > $(GBP_VERSION) -- cgit v1.2.3