File: rules

package info (click to toggle)
fabric 2.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 932 kB
  • sloc: python: 4,064; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_TEST_ARGS=-v --ignore=test_nested_execution_with_explicit_ports --ignore=test_should_use_sentinel_for_tasks_that_errored
export PYBUILD_NAME=fabric
export PYBUILD_INSTALL_ARGS=--install-scripts=../fabric/usr/bin

%:
	dh $@ --with sphinxdoc --buildsystem=pybuild

execute_after_dh_auto_install:
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N sites/docs/ sites/docs/build/html/

override_dh_auto_test: