From fde96893e40a1dafb8bbe7391697bc83e1864b8a Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 25 May 2013 01:40:05 -0400 Subject: 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 --- debian/control | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian/control') 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}, -- cgit v1.2.3