aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2014-05-27 19:57:20 -0400
committerJeremy T. Bouse <jbouse@debian.org>2014-05-27 21:27:34 -0400
commit95953ee70a91ba4f768bec5ad2a1241d3c3be7de (patch)
treedf4385e4fe621ef3c6fdf8cf7bf96ae698052f63 /debian/rules
parentc49e3be5127ed87c91dfeaa38eaad2a48c836353 (diff)
downloadpython-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/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 16a5683..ff9e733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,14 +30,14 @@ override_dh_install:
override_dh_installdocs:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
- epydoc --no-private -o docs/ paramiko
+ epydoc --no-private -o html/ paramiko
endif
dh_installdocs
override_dh_clean:
dh_clean
rm -rf build
- rm -rf docs/a*.* docs/b* docs/c* docs/e* docs/f* docs/h* docs/id* docs/l* docs/m* docs/pa* docs/r* docs/st* docs/t* docs/u*
+ rm -rf html
# Commands not to run
override_dh_installcatalogs override_dh_installcron: