From 87496aea6810448b2a2d809f6776f159e154caec Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 11 Apr 2012 16:55:15 -0500 Subject: debian: Fix sphinx build depends Resolves lintian error: missing-build-dependency-for-dh-addon sphinxdoc => python-sphinx (>= 1.0.7+dfsg) | python3-sphinx Signed-off-by: Sol Jerome --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5a2f8a09e..7835334da 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Arto Jantunen Uploaders: Sami Haahtinen -Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7), python-setuptools, python-sphinx +Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7), python-setuptools, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.8.0.0 XS-Python-Version: >= 2.3 -- cgit v1.2.3-1-g7c22