File: rules

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

export LC_ALL=C.UTF-8

export PYBUILD_NAME=python-pytest-timeout

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

override_dh_install:
	dh_install -O--buildsystem=pybuild

override_dh_installdocs:
	dh_installdocs -A README.rst