aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2014-09-22 14:59:12 -0400
committerJeremy T. Bouse <jbouse@debian.org>2014-09-23 13:29:49 -0400
commitb17cca8f072ffaa2684b2670c19159e92e5bb375 (patch)
tree65d60523d29ba0969cf74e6fd85b9a549775d35e /debian/control
parent8c1c23293817fa89fd807160a391ac6ed0be3771 (diff)
downloadpython-paramiko-b17cca8f072ffaa2684b2670c19159e92e5bb375.tar
python-paramiko-b17cca8f072ffaa2684b2670c19159e92e5bb375.tar.gz
Move from epydoc to sphinx for doc build
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f9ee4fb..64cf741 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>> 9),
python-crypto (>= 2.1.0-2),
python-ecdsa (>= 0.11),
python-setuptools,
- python-epydoc,
+ python-sphinx,
+ python-alabaster,
python3-all,
python3-crypto,
python3-ecdsa (>= 0.11),
@@ -26,7 +27,7 @@ Package: paramiko-doc
Package-Type: deb
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
Breaks: python-paramiko (<< 1.10.1-1~)
Replaces: python-paramiko (<< 1.10.1-1~)
Description: Make ssh v2 connections with Python (Documentation)