File: rules

package info (click to toggle)
pyavm 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,164 kB
  • ctags: 169
  • sloc: xml: 15,657; python: 1,444; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#DH_VERBOSE = 1

export PYBUILD_NAME=pyavm

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

override_dh_auto_test:
	python2 -m pytest
	python3 -m pytest

override_dh_installchangelogs:
	dh_installchangelogs CHANGES