File: rules

package info (click to toggle)
namecheap 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 587; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME=namecheap
export PYBUILD_DESTDIR_python3=debian/python3-${PYBUILD_NAME}
export PYBUILD_BEFORE_TEST=cp namecheap_tests.py {build_dir}
export PYBUILD_TEST_ARGS = namecheap_tests.py -k 'not domain'

%:
	dh $@ --buildsystem=pybuild