[Python-modules-commits] [vine] 01/08: Add missing build dependancies
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Thu Feb 16 20:56:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository vine.
commit aff49b2451b03983790171539b40be5dd7267b02
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Thu Feb 16 19:07:54 2017 +0000
Add missing build dependancies
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 989ed00..1e928bc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
Uploaders: Christopher Hoskin <mans0954 at debian.org>
Section: python
Priority: optional
-Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
+Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
+ python3-sphinx, python3-sphinx-celery
Standards-Version: 3.9.8
Homepage: http://github.com/celery/vine
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/vine.git
diff --git a/debian/rules b/debian/rules
index 7de8598..a7c49a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# Thu, 16 Feb 2017 16:03:56 +0000
export PYBUILD_NAME=vine
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build: export http_proxy=127.0.0.1:9
override_dh_auto_build: export https_proxy=127.0.0.1:9
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vine.git
More information about the Python-modules-commits
mailing list