File: rules

package info (click to toggle)
liblarch 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 428 kB
  • sloc: python: 4,141; makefile: 26; sh: 6
file content (14 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=liblarch

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

override_dh_auto_test:
	dh_auto_test -- --system=custom \
		--test-args='xvfb-run -a {interpreter} run-tests'

override_dh_compress:
	dh_compress --exclude=examples