File: rules

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

#DH_VERBOSE = 1

export PYBUILD_NAME=pyavm

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

override_dh_auto_test:
	python3 -m pytest

override_dh_installchangelogs:
	dh_installchangelogs CHANGES