File: rules

package info (click to toggle)
hifiberry-dsp 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,228 kB
  • sloc: python: 7,624; xml: 6,099; sh: 1,035; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_DIR=src

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# Skip tests due to hardware dependencies (spidev, pyalsaaudio)
	@echo "Skipping tests due to hardware-specific dependencies"