File: rules

package info (click to toggle)
python-docker 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 1,012
  • sloc: python: 9,136; makefile: 7; sh: 3
file content (13 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=docker

# The pypi bundle includes the tests (https://github.com/docker/docker-py/issues/308), but they're really invasive and fail for reasons I haven't yet diagnosed.
export PYBUILD_DISABLE=test

override_dh_auto_clean:
	dh_auto_clean
	rm -f docker_py.egg-info/SOURCES.txt

%:
	dh $@ --with python2,python3 --buildsystem pybuild