File: rules

package info (click to toggle)
python-pyftpdlib 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,224 kB
  • sloc: python: 10,619; makefile: 342
file content (14 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=pyftpdlib
export PYBUILD_TEST_ARGS=-k 'not test_functional and not test_functional_ssl' {dir}/tests

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	rm -f ./debian/python3-pyftpdlib/usr/bin/ftpbench

execute_after_dh_auto_build:
	( cd docs; \
	  PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -M html . _build )