File: rules

package info (click to toggle)
pylibssh2 1.0.0-1.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 292 kB
  • ctags: 384
  • sloc: ansic: 2,278; python: 573; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE=1

override_dh_clean:
	rm -rf html
	dh_clean

override_dh_compress:
	dh_compress -Xapi-objects.txt -Xepydoc.js -Xssh.py -Xssh_x11.py

override_dh_installdocs:
	epydoc --no-private -n pylibssh2 -o html libssh2 > /dev/null 2>&1
	dh_installdocs

%:
	dh $@ --with python2