diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-27 19:57:20 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-27 21:27:34 -0400 |
commit | 95953ee70a91ba4f768bec5ad2a1241d3c3be7de (patch) | |
tree | df4385e4fe621ef3c6fdf8cf7bf96ae698052f63 /debian/paramiko-doc.doc-base | |
parent | c49e3be5127ed87c91dfeaa38eaad2a48c836353 (diff) | |
download | python-paramiko-95953ee70a91ba4f768bec5ad2a1241d3c3be7de.tar python-paramiko-95953ee70a91ba4f768bec5ad2a1241d3c3be7de.tar.gz |
Clean up build environment
Remove extraneous files from debian/tests as I'm noot sure when
these were introduced exactly or why but they don't appear to be
used in anyway during the build.
Clean up doc to use html/ rather than docs/ directory
Include examples/ in doc package rather than python-paramiko now
that we have python3-paramiko as well.
Diffstat (limited to 'debian/paramiko-doc.doc-base')
-rw-r--r-- | debian/paramiko-doc.doc-base | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/paramiko-doc.doc-base b/debian/paramiko-doc.doc-base index 8dfa767..e5336d1 100644 --- a/debian/paramiko-doc.doc-base +++ b/debian/paramiko-doc.doc-base @@ -1,9 +1,9 @@ Document: python-paramiko Title: Paramiko -Author: Robey Pointer <robeypointer@gmail.com> +Author: Jeff Forcier <jeff@bitprophet.org> 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 +Index: /usr/share/doc/paramiko-doc/html/index.html +Files: /usr/share/doc/paramiko-doc/html/*.html |