From 011b4d4e891b91dd8f9f140295c412b4a277663e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Mon, 25 Jul 2011 12:07:36 +0200 Subject: [PATCH] Remove pychecker option that's already the default Git-Dch: Ignore --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3fe700c..b6145d4 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ SGML_MANPAGES=$(patsubst %,docs/%.1,$(COMMANDS)) POD_MANPAGES=docs/git-pbuilder.1 MANPAGES=$(SGML_MANPAGES) $(POD_MANPAGES) MANUAL=docs/manual-html -PYCHECKER_ARGS=--maxlines=200 -boptparse --no-override --no-shadowbuiltin +PYCHECKER_ARGS=-boptparse --no-override --no-shadowbuiltin GBP_VERSION=gbp/gbp_version.py VERSION_ENT=docs/version.ent -- 2.7.4