aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-02-09 21:19:23 +0100
committerGuido Günther <agx@sigxcpu.org>2011-02-09 21:25:40 +0100
commit680821b93c007e056c8885fae6ccfd077ddb99a8 (patch)
tree722f41986afb57ec28904162b4af8c7209c1f2c5 /debian/rules
parent0212ccfbfcee55d61058cbe57e69f44510c39b6a (diff)
Simplify author and committer argument passing
to reduce the number of function arguments. Git-Dch: Ignore
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b0c44e6e..ae680c63 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