diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 89d1a534..c570daa2 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ apidocs: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) pychecker: - PYTHONPATH=. pychecker $(PYCHECKER_ARGS) -q gbp + PYTHONPATH=. pychecker $(PYCHECKER_ARGS) -q gbp gbp.scripts gbp.git checks: pychecker export GIT_AUTHOR_NAME="Gbp Tests"; \ |