File: rules

package info (click to toggle)
webtest 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 612 kB
  • sloc: python: 4,548; makefile: 135; javascript: 6
file content (16 lines) | stat: -rwxr-xr-x 525 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

export PYBUILD_NAME=webtest
export PYBUILD_TEST_ARGS=-k 'not TestPasteVariables and not test_app_from_config_file'

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

override_dh_auto_install:
	dh_auto_install --buildsystem=pybuild
	mkdir -p docs/_static # Sphinx needs it
	dh_installdirs
	http_proxy='http://127.0.0.1:9/' PYTHONPATH=. python3 -m sphinx -N -q -E -b html docs/ debian/python-webtest-doc/usr/share/doc/python-webtest-doc/

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.rst