File: rules

package info (click to toggle)
pytest-localserver 0.9.0.post0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 212 kB
  • sloc: python: 597; makefile: 9; sh: 2
file content (16 lines) | stat: -rwxr-xr-x 352 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 DH_VERBOSE=1
#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=pytest-localserver

export http_proxy=
export https_proxy=

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x" dh_auto_test

override_dh_installdocs:
	dh_installdocs -A README.rst