File: rules

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

export PYBUILD_NAME=affine
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYBUILD_TEST_ARGS=-v --pyargs ${PYBUILD_NAME}
else
export PYBUILD_TEST_ARGS=-v
endif

%:
	dh $@ --buildsystem pybuild