File: rules

package info (click to toggle)
python-spur 0.3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: python: 1,149; makefile: 29
file content (19 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#DH_VERBOSE = 1

export PYBUILD_NAME = spur

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


override_dh_installchangelogs:
	dh_installchangelogs -k CHANGES


override_dh_clean:
	dh_clean
	rm -rf spur.egg-info

override_dh_auto_test:
	TEST_SSH_USERNAME="testSShUser" TEST_SSH_PASSWORD="pass" dh_auto_test