aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: f6bd7b62df078247091356363d08f78403ab2996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=paramiko

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_installdocs:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
	epydoc --no-private -o html/ paramiko
endif
	dh_installdocs