diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2011-09-26 17:43:43 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2011-10-02 13:40:52 -0400 |
commit | 93e100863f3338449c1bf7540d8f8964d63df240 (patch) | |
tree | a939d3c69809f365d0176024ef13e854e484aeeb /debian/doc-base | |
parent | 4fc7744ba8ae526ae1740dc48e2fc612994f8003 (diff) | |
download | python-paramiko-93e100863f3338449c1bf7540d8f8964d63df240.tar python-paramiko-93e100863f3338449c1bf7540d8f8964d63df240.tar.gz |
Debian package build environment cleanup
debian/clean: move files from dh_clean override into file
debian/compat: updated compat mode to v8
debian/control: update debhelper dependency
debian/rules: removed unneeded dh_clean override and updated % target
debian/control: Remove unneeded Conflicts & Replaces lines
debian/doc-base: add doc-base control file to package
Diffstat (limited to 'debian/doc-base')
-rw-r--r-- | debian/doc-base | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/doc-base b/debian/doc-base new file mode 100644 index 0000000..e604928 --- /dev/null +++ b/debian/doc-base @@ -0,0 +1,9 @@ +Document: python-paramiko +Title: Paramiko +Author: Robey Pointer <robeypointer@gmail.com> +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 |