diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-10-22 13:36:37 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-10-23 14:18:03 +0200 |
commit | de75bbf96dfe58f04005951d0d214322c7a83dda (patch) | |
tree | 5314c5c3c4d1a91dcacae2d30f941d35094b36b5 /debian/rules | |
parent | a1d240d5912792aecd7f588117cfe201b10f4c0e (diff) | |
download | git-buildpackage-de75bbf96dfe58f04005951d0d214322c7a83dda.tar.gz git-buildpackage-de75bbf96dfe58f04005951d0d214322c7a83dda.tar.bz2 git-buildpackage-de75bbf96dfe58f04005951d0d214322c7a83dda.zip |
git: Docstring updates
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 93d3ebc0..4d9e8d3e 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ links_stamp: touch links_stamp apidocs: links_stamp - epydoc -n git-buildpackage --no-sourcecode -o docs/apidocs/ \ + epydoc -v -n git-buildpackage --no-sourcecode -o docs/apidocs/ \ gbp*.py git*.py gbp/ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) |