File: rules

package info (click to toggle)
rust-harfbuzz-sys 0.5.0%2Breally.0.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 8
file content (10 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH_BITS),64)
	dh_auto_test -- test --all
else
	-dh_auto_test -- test --all
endif