From 680821b93c007e056c8885fae6ccfd077ddb99a8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 9 Feb 2011 21:19:23 +0100 Subject: Simplify author and committer argument passing to reduce the number of function arguments. Git-Dch: Ignore --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b0c44e6..ae680c6 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ POD_MANPAGES=docs/git-pbuilder.1 MANPAGES=$(SGML_MANPAGES) $(POD_MANPAGES) MANUAL=docs/manual-html PYCHECKS=$(patsubst %,%.py,$(COMMANDS)) -PYCHECKER_ARGS=--maxlines=200 --maxargs=12 -boptparse --no-override --no-shadowbuiltin +PYCHECKER_ARGS=--maxlines=200 -boptparse --no-override --no-shadowbuiltin GBP_VERSION=gbp/gbp_version.py VERSION_ENT=docs/version.ent -- cgit v1.2.3