[Python-modules-commits] [subvertpy] 13/17: Use stock pydoctor.
Jelmer Vernooij
jelmer at moszumanska.debian.org
Wed Jul 19 23:58:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository subvertpy.
commit 3ddd4d230154ef39a816769138fb88e42a3e8ef0
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Wed Jul 19 23:46:12 2017 +0000
Use stock pydoctor.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7095ef1..38d7dcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ export HOME=$(CURDIR)/nonexistent
override_dh_auto_build:
dh_auto_build
- PYTHONHASHSEED=0 pydoctor --introspect-c-modules --project-name=subvertpy --make-html --docformat=restructuredtext --add-package subvertpy
+ PYTHONHASHSEED=0 $(MAKE) pydoctor
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/subvertpy.git
More information about the Python-modules-commits
mailing list