diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 01:40:05 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 01:40:05 -0400 |
commit | fde96893e40a1dafb8bbe7391697bc83e1864b8a (patch) | |
tree | 73cc6ad28c29231f4e8213f513da8810e5e16171 | |
parent | c3348199d9dd147aaaa588b5e0997def78ea10c8 (diff) | |
download | python-paramiko-fde96893e40a1dafb8bbe7391697bc83e1864b8a.tar python-paramiko-fde96893e40a1dafb8bbe7391697bc83e1864b8a.tar.gz |
debian/*: Build out separate paramiko-doc package
Complaints were made that the generated HTML docs were too large and
unneeded by default so they were split out to a separate package.
Closes: #682255
Thanks: Touko Korpela <touko.korpela@iki.fi>
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/paramiko-doc.doc-base (renamed from debian/python-paramiko.doc-base) | 4 | ||||
-rw-r--r-- | debian/paramiko-doc.docs (renamed from debian/python-paramiko.docs) | 0 |
3 files changed, 14 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d2725c9..36c3a1f 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,18 @@ Homepage: https://github.com/paramiko/paramiko/ Vcs-Git: git://git.debian.org/collab-maint/paramiko.git Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git +Package: paramiko-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Make ssh v2 connections with Python (Documentation) + This is a library for making SSH2 connections (client or server). + Emphasis is on using SSH2 as an alternative to SSL for making secure + connections between Python scripts. All major ciphers and hash methods + are supported. SFTP client and server mode are both supported too. + . + This is the documentation for the package. + Package: python-paramiko Architecture: all Depends: ${misc:Depends}, diff --git a/debian/python-paramiko.doc-base b/debian/paramiko-doc.doc-base index e604928..8dfa767 100644 --- a/debian/python-paramiko.doc-base +++ b/debian/paramiko-doc.doc-base @@ -5,5 +5,5 @@ Abstract: A Python interface to the paramiko SSH2 protocol library Section: Programming/Python Format: html -Index: /usr/share/doc/python-paramiko/docs/index.html -Files: /usr/share/doc/python-paramiko/docs/*.html +Index: /usr/share/doc/paramiko-doc/docs/index.html +Files: /usr/share/doc/paramiko-doc/docs/*.html diff --git a/debian/python-paramiko.docs b/debian/paramiko-doc.docs index d60fe81..d60fe81 100644 --- a/debian/python-paramiko.docs +++ b/debian/paramiko-doc.docs |