diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2011-09-26 17:43:43 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:20 -0400 |
commit | f8f35db56fba248ddac7c40f54600ce4521c7c32 (patch) | |
tree | 442703ee2d4a64a305683b7fc7c253cbb2d33780 /debian/doc-base | |
parent | 9d4bc05212f38da6361f6d17649077ebacaf0d06 (diff) | |
download | python-paramiko-f8f35db56fba248ddac7c40f54600ce4521c7c32.tar python-paramiko-f8f35db56fba248ddac7c40f54600ce4521c7c32.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 |