File: rules

package info (click to toggle)
python-etcd 0.4.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 3,040; sh: 14; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=etcd

# Only run unit tests
export PYBUILD_TEST_ARGS=etcd/tests/unit/

%:
	dh $@ --buildsystem pybuild