[Python-modules-commits] [python-mongoengine] 01/02: d/rules: don't override autotest and use make variable to build docs
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Wed Mar 9 23:53:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository python-mongoengine.
commit adf73dbad877bb70f43a75bacc28272b291a3951
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Wed Mar 9 23:56:08 2016 +0100
d/rules: don't override autotest and use make variable to build docs
---
debian/rules | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index de9a486..9a10bb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@ export PYBUILD_NAME=mongoengine
%:
dh $@ --with sphinxdoc,python2,python3 --buildsystem=pybuild
-override_dh_autotest:
- python setup.py nosetests
-
override_dh_auto_build:
- cd docs && make html
- dh_auto_build
\ No newline at end of file
+ $(MAKE) -C docs html
+ dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mongoengine.git
More information about the Python-modules-commits
mailing list