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 ++++++++++++ debian/paramiko-doc.doc-base | 9 +++++++++ debian/paramiko-doc.docs | 2 ++ debian/python-paramiko.doc-base | 9 --------- debian/python-paramiko.docs | 2 -- 5 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 debian/paramiko-doc.doc-base create mode 100644 debian/paramiko-doc.docs delete mode 100644 debian/python-paramiko.doc-base delete mode 100644 debian/python-paramiko.docs (limited to 'debian') 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/paramiko-doc.doc-base b/debian/paramiko-doc.doc-base new file mode 100644 index 0000000..8dfa767 --- /dev/null +++ b/debian/paramiko-doc.doc-base @@ -0,0 +1,9 @@ +Document: python-paramiko +Title: Paramiko +Author: Robey Pointer +Abstract: A Python interface to the paramiko SSH2 protocol library +Section: Programming/Python + +Format: html +Index: /usr/share/doc/paramiko-doc/docs/index.html +Files: /usr/share/doc/paramiko-doc/docs/*.html diff --git a/debian/paramiko-doc.docs b/debian/paramiko-doc.docs new file mode 100644 index 0000000..d60fe81 --- /dev/null +++ b/debian/paramiko-doc.docs @@ -0,0 +1,2 @@ +README +docs diff --git a/debian/python-paramiko.doc-base b/debian/python-paramiko.doc-base deleted file mode 100644 index e604928..0000000 --- a/debian/python-paramiko.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: python-paramiko -Title: Paramiko -Author: Robey Pointer -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 diff --git a/debian/python-paramiko.docs b/debian/python-paramiko.docs deleted file mode 100644 index d60fe81..0000000 --- a/debian/python-paramiko.docs +++ /dev/null @@ -1,2 +0,0 @@ -README -docs -- cgit v1.2.3