aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-02-06 17:36:14 +0100
committerGuido Günther <agx@sigxcpu.org>2011-02-09 20:31:12 +0100
commit0212ccfbfcee55d61058cbe57e69f44510c39b6a (patch)
treee1689f4440604cbc59d8d1f086551b7a444f7598 /debian/rules
parent14fdbce0a71f867d3809f3cf30b836ae57a7c7a4 (diff)
Split out command line parsing
to honor pycheckers sensible request for smaller functions. 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 034367a0..b0c44e6e 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=300 --maxargs=12 -boptparse --no-override --no-shadowbuiltin
+PYCHECKER_ARGS=--maxlines=200 --maxargs=12 -boptparse --no-override --no-shadowbuiltin
GBP_VERSION=gbp/gbp_version.py
VERSION_ENT=docs/version.ent