File: rules

package info (click to toggle)
python-spur 0.3.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,188; makefile: 39
file content (19 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (3)
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 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