diff options
author | kali <kali@leap.se> | 2013-02-07 00:30:21 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-07 00:30:21 +0900 |
commit | 97566c6cdadb06889c8f598ba81650e20db76d32 (patch) | |
tree | b31982b3ea026f43e67c2dd6c82b5c112ddfd997 /debian | |
parent | c588f5d8a03e96816173c6fe0948fc31bd14e16d (diff) |
add docutils to build-deps
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2e1520ff..4becb134 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Standards-Version: 3.9.4 Homepage: http://leap.se #Vcs-Git: git://git.debian.org/python-applications-team/leap-client.git #Vcs-Browser: http://git.debian.org/?p=python-applications-team/leap-client.git;a=summary -Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), python-sphinx (>= 1.0.7+dfsg), xvfb +Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), + python-sphinx (>= 1.0.7+dfsg), docutils-common, xvfb X-Python-Version: >= 2.6 Package: leap-client |