File: rules

package info (click to toggle)
python-rtmidi 1.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,516 kB
  • sloc: python: 2,866; cpp: 2,779; makefile: 209; sh: 20
file content (15 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=rtmidi

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

override_dh_clean:
	dh_clean src/_rtmidi.cpp python_rtmidi.egg-info/

override_dh_auto_test:
#Overrides auto_test due to `/dev/snd/seq` is not available during
#build in a chroot enviroment