File: rules

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

#export DH_VERBOSE=1
export PYBUILD_NAME=mwclient

export PYBUILD_TEST_ARGS="-k not testVersion"
export PYBUILD_AFTER_TEST=rm -f {build_dir}/.coverage

%:
	dh $@ --buildsystem=pybuild